@import url("https://fonts.googleapis.com/css2?family=Bellefair&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");

.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

#icon {
 height: 80px;
}

h1, h2, h3 {
  font-family: 'Bellefair', serif;
}

p, span, button,h4 {
  font-family: 'Open Sans', sans-serif;
}
#subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #ffcf66;
  font-size: 1.2rem;
  line-height: 30px;
}
#subhead{
  font-style: italic;
  font-size: 1rem;
  color: #ffffff;
}
#head{
  font-size: 1.2rem;
  font-weight:500;
  color: #ffffff;
}
.contactQuote li {
  color: #ffcf66;
}
.btn-text {
  display: inline-block;
  margin: 0;
  font-size: .7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #f3f3f3;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-text:hover polygon {
  fill: #f3f3f3;
}

.btn-text span {
  margin-right: .5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #f3f3f3;
  -webkit-transition: fill .4s;
  transition: fill .4s;
}

.btn-border {
  border: solid 1px #579c0d;
  background-color: transparent;
  color: #a2c015;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #a2c015;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #a2c015;
}

.btn-border polygon {
  fill: #a2c015;
}

.btn-md {
  padding: 8px 50px;
}

.btn-round {
  border-radius: 75px;
}

.btn-blue {
  color: #fff;
  border-radius: 8px;
  background-color: #3170ff;
  border: 2px solid #3170ff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 6px 25px;
  margin: 10px 0;
}

.btn-blue:hover {
  background-color: transparent;
}

.btn-white1 {
  color: #000;
  background: #fff;
  font-weight: 700;
  line-height: 2.5;
}

.btn-shadow {
  -webkit-box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow2 {
  -webkit-box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #a2c015;
  border: solid 1px #a2c015;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #a2c015;
}

.btn-white polygon {
  fill: #a2c015;
}

a:hover, a:focus, button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p {
  font-size: .95rem;
  line-height: 30px;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.home-header {
  position: absolute;
}

.count-block {
  background-image: url("../images/parrallax-bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}

.count-block h5 {
  color: #fff;
  font-weight: 300;
  text-shadow: 3px 2px 8px #21272d;
}

.count-block h1 {
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-size: 3.5rem;
}
@media (max-width: 326px){
#quality {
  height: calc(72% + 100px);
}}


@media (max-width: 991px) {
  .count-block h1 {
    font-size: 2rem;
  }

}

@media (max-width: 767px) {
  .count-block h5 {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px !important;
    color: #fff;
    margin-top: 4px;
  }

}

.block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 30px 0;
}

.block-header .contact-id {
  text-align: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 0 50px;
  background-image: url("../images/phone-icon.png");
  margin-left: 20px;
  color: #fff;
}

.block-header .contact-id span {
  font-size: 12px;
}

.block-header .contact-id a {
  -webkit-transition: .5s all;
  transition: .5s all;
  padding: 3px 6px !important;
  font-weight: 700 !important;
  padding-left: 0 !important;
  font-size: 13px;
}

.block-header .contact-id a:hover {
  color: #3170ff;
}

.block-header .contact-id a:hover::after {
  background-color: transparent;
  height: 0;
  opacity: 0;
}

.block-header .logo-block img {
  width: 150px;
}

.block-header .nav-block {
  margin: 12px 0 0;
  display: none;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .block-header .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-header .nav-block li a {
  color: #fff;
  padding: 5px 22px;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  display: block;
  margin-top: 8px;
}

.block-header .nav-block li a.active {
  font-weight: 700;
}

.block-header .nav-block li a.active::after {
  top: 40px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #deb14f;
  content: '';
  opacity: 1;
}

.block-header .btn-contact {
  color: #fff;
  padding: 10px 20px !important;
  background-color: #00008c;
  text-transform: uppercase;
  margin-top: 5px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: #deb14f;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.link-efx a:hover::after,
.link-efx a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px;
}

.dropdown-item {
  font-size: 13px;
}

.sideMenu {
  background-color: #00008c;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  -webkit-transition: right .4s ease-in-out;
  transition: right .4s ease-in-out;
  width: 260px;
  z-index: 9001;
}

.sideMenu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #36369c;
}

.toggler-block {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}

@media (min-width: 992px) {
  .toggler-block {
    display: none;
  }
}

.toggler-block button {
  background-color: transparent;
  border: 0;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-header .container {
  position: relative;
}

.js-menu.active span {
  background-color: #fff;
}

.js-menu.active span:nth-child(2) {
  opacity: 0;
}

.js-menu.active span:first-child {
  top: 0.438em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-menu.active span:last-child {
  top: -0.313em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: .250em;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-menu span:last-child {
  margin-bottom: 0;
}

.btn-learn2 {
  font-weight: 600;
  font-size: 1rem;
  color: #6d990f;
  background-color: transparent;
}

.btn-learn2 svg {
  height: 12px;
  margin-left: 6px;
}

.btn-learn2:hover {
  color: #579c0d;
}

.home-banner {
  height: 100vh;
}

.home-banner .banner-captions {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  text-align: left;
  color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .home-banner .banner-captions {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 576px) {
  .home-banner .banner-captions {
    top: 20%;
  }
}

.home-banner .banner-captions h1, .home-banner .banner-captions h2, .home-banner .banner-captions h3, .home-banner .banner-captions h4 {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.home-banner .banner-captions h1 {
  text-shadow: 4px 3px 18px #473f3f;
  letter-spacing: 3px;
  font-size: 2.2rem;
  margin: 0;
}

.home-banner .banner-captions h1 span {
  font-weight: 900;
  font-size: 2.5rem;
}

@media (max-width: 576px) {
  .home-banner .banner-captions h1 span {
    font-size: 1.8rem;
  }
  button#contactsubmitbtm {
    margin: 0px!important;
    padding: 10px 12px;
}
  .sectorBgClr h2{font-size:18px;}
}

@media (max-width: 450px) {
  .home-banner .banner-captions h1 span {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .home-banner .banner-captions h1 {
    font-size: 1.8rem;
  }
}

.home-banner .banner-captions h4 {
  color: #ffbf37;
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  padding-right: 20px;
  font-family: 'Bellefair', serif;
}

.home-banner .banner-captions h4::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #ffbf37;
  left: 100%;
  top: 14px;
}

@media (max-width: 576px) {
  .home-banner .banner-captions h4::after {
    width: 90px;
  }
}

.home-banner .banner-captions h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.home-banner .banner-captions h5 span {
  color: #ffc037;
  padding: 0 4px;
}

@media (max-width: 576px) {
  .home-banner .banner-captions h5 {
    font-size: 1rem;
  }
}

.home-banner .banner-captions ul li {
  float: left;
  width: 25%;
}

@media (max-width: 767px) {
  .home-banner .banner-captions ul li {
    width: 33.3%;
  }
  .home-banner .banner-captions ul li h5 {
    font-size: 1rem;
  }
  .home-banner .banner-captions ul li h6 {
    font-size: 12px;
  }
}

.home-banner .banner-captions ul .cert-box {
  border: 2px solid #3170ff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 15px 15px 0;
}

.home-banner .banner-captions ul .cert-box h6 {
  margin-bottom: 0;
  font-weight: 300;
}

.home-banner .item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner .item {
  position: relative;
}

.home-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes yourAnimation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
    opacity: 1;
  }
}

@keyframes yourAnimation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-right2 {
  0% {
    -webkit-transform: scaleY(90) translateX(70px);
            transform: scaleY(90) translateX(70px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: scaleY(0) translateX(0);
            transform: scaleY(0) translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slide-right2 {
  0% {
    -webkit-transform: scaleY(90) translateX(70px);
            transform: scaleY(90) translateX(70px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: scaleY(0) translateX(0);
            transform: scaleY(0) translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.owl-item.active .banner-captions h1 {
  -webkit-animation: yourAnimation 2s 1 0s ease;
          animation: yourAnimation 2s 1 0s ease;
}

.owl-item.active .banner-captions h4 {
  -webkit-animation: yourAnimation 1.2s 1 0s ease;
          animation: yourAnimation 1.2s 1 0s ease;
}

.owl-item.active .banner-captions h5 {
  -webkit-animation: yourAnimation 1.8s 1 0s ease;
          animation: yourAnimation 1.8s 1 0s ease;
}

.owl-item.active .banner-captions button {
  -webkit-animation: yourAnimation 1.2s 1 0s ease;
          animation: yourAnimation 1.2s 1 0s ease;
}

.owl-item.active .banner-captions h1 span:nth-child(2) {
  -webkit-animation: yourAnimation 2s 1 0s ease;
          animation: yourAnimation 2s 1 0s ease;
}

.owl-item.active .banner-captions p {
  -webkit-animation: yourAnimation 1s 1 0s ease;
          animation: yourAnimation 1s 1 0s ease;
}

.owl-item.active .banner-captions ul li:nth-child(1) {
  -webkit-animation: slide-right2 .5s 1 0s ease-in;
          animation: slide-right2 .5s 1 0s ease-in;
}

.owl-item.active .banner-captions ul li:nth-child(2) {
  -webkit-animation: slide-right2 .6s 1 0s ease-in;
          animation: slide-right2 .6s 1 0s ease-in;
}

.owl-item.active .banner-captions ul li:nth-child(3) {
  -webkit-animation: slide-right2 .9s 1 0s ease-in;
          animation: slide-right2 .9s 1 0s ease-in;
}

.owl-item.active .banner-captions ul li:nth-child(4) {
  -webkit-animation: slide-right2 1.2s 1 0s ease-in;
          animation: slide-right2 1.2s 1 0s ease-in;
}

.owl-item.active .banner-captions ul li:nth-child(5) {
  -webkit-animation: slide-right2 1.5s 1 0s ease-in;
          animation: slide-right2 1.5s 1 0s ease-in;
}

.owl-item.active .banner-captions ul li:nth-child(6) {
  -webkit-animation: slide-right2 1.7s 1 0s ease-in;
          animation: slide-right2 1.7s 1 0s ease-in;
}

.owl-item.active .banner-captions ul li:nth-child(7) {
  -webkit-animation: slide-right2 1.9s 1 0s ease-in;
          animation: slide-right2 1.9s 1 0s ease-in;
}

.section-titles {
  margin-bottom: 25px;
}

.section-titles h1 {
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .section-titles h1 {
    font-size: 1.5rem;
  }
}

.section-titles .section-line {
  position: relative;
  display: inline-block;
  width: 400px;
}

@media (max-width: 576px) {
  .section-titles .section-line {
    width: 100%;
  }
}

.section-titles .section-line::before, .section-titles .section-line::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  top: 20px;
  background-color: #d8dcdd;
}

@media (max-width: 576px) {
  .section-titles .section-line::before, .section-titles .section-line::after {
    width: 130px;
  }
}

.section-titles .section-line::before {
  left: 0;
}

.section-titles .section-line::after {
  right: 0;
}

.section-titles .section-line img {
  margin: 0 auto;
  display: block;
  position: relative;
}

.cat-boxes {
  margin-top: -80px;
  position: relative;
  z-index: 99999;
}

.cat-boxes ul {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .cat-boxes 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;
  }
}

.cat-boxes ul li {
  width: 20%;
  display: block;
  float: left;
  padding: 15px 15px;
  font-family: 'Bellefair', serif;
}

@media (max-width: 991px) {
  .cat-boxes ul li {
    width: 33.3%;
  }
}

@media (max-width: 576px) {
  .cat-boxes ul li {
    width: 50%;
  }
}

.cat-boxes ul li svg {
  width: 60px;
  height: 60px;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.cat-boxes ul li svg path {
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.cat-boxes ul li a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 30px 20px;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.cat-boxes ul li a:hover {
  background-color: #111194;
}

.cat-boxes ul li a:hover h5 {
  color: #fff;
}

.cat-boxes ul li a:hover svg, .cat-boxes ul li a:hover svg path {
  fill: #fff;
}
#contactsubmitbtm {
  margin-top: -112px;
margin-left: 73%;
}
.cat-boxes ul li h5 {
  font-size: 16px;
  height: 44px;
  color: #111194;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

.cat-boxes ul li h5::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ffbf37;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

.cat-boxes2 {
  margin-top: -70px;
  position: relative;
  z-index: 99999;
}

.cat-boxes2 ul {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .cat-boxes2 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;
  }
}

.cat-boxes2 ul li {
  width: 25%;
  display: block;
  float: left;
  padding: 15px 15px;
  font-family: 'Bellefair', serif;
}

@media (max-width: 991px) {
  .cat-boxes2 ul li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .cat-boxes2 ul li {
    width: 50%;
  }
}

.cat-boxes2 ul li svg {
  width: 50px;
  height: 50px;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  position: absolute;
  left: 30px;
}

@media (max-width: 576px) {
  .cat-boxes2 ul li svg {
    top: 30px;
  }
}

.cat-boxes2 ul li svg path {
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.cat-boxes2 ul li a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
  text-align: left;
  padding: 30px 20px 30px 92px;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
  position: relative;
}

@media (max-width: 576px) {
  .cat-boxes2 ul li a {
    padding: 95px 20px 20px 20px;
  }
}

.cat-boxes2 ul li a:hover {
  background-color: #111194;
}

.cat-boxes2 ul li a:hover h5 {
  color: #fff;
}

.cat-boxes2 ul li a:hover svg, .cat-boxes2 ul li a:hover svg path {
  fill: #fff;
}

.cat-boxes2 ul li h5 {
  font-size: 19px;
  height: 35px;
  color: #111194;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-top: 7px;
}

.font-600 {
  font-weight: 600;
}

.text-green-shadow {
  background: -webkit-linear-gradient(180deg, #92b813, #83a555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(3px 2px 3px #9b9d99);
          filter: drop-shadow(3px 2px 3px #9b9d99);
}

.text-green-shadow2 {
  background: -webkit-linear-gradient(-90deg, #bde52c, #61a10e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(2px 2px 3px #c8cac6);
          filter: drop-shadow(2px 2px 3px #c8cac6);
}

.text-black-shadow {
  color: #000;
  text-shadow: 2px 2px 5px #c7c7c7;
}

.font-600 {
  font-weight: 600;
}

.card-box {
  background-color: #fff;
  border-radius: 35px;
}

.card-shadow1 {
  -webkit-box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.1);
}

.block-services {
  background-size: 100%;
  padding: 6% 0;
}

.block-services .card-box {
  -webkit-transition: .8s all;
  transition: .8s all;
}

.block-services .card-box:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-box-shadow: 4px 8px 32px 10px rgba(75, 197, 45, 0.2);
          box-shadow: 4px 8px 32px 10px rgba(75, 197, 45, 0.2);
}

.card-icons img {
  width: 50px;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

#feature_slider .owl-nav button.owl-prev, #feature_slider .owl-nav button.owl-next {
  position: absolute;
}

#feature_slider .owl-nav button.owl-prev:hover, #feature_slider .owl-nav button.owl-next:hover {
  background-color: transparent;
}

#feature_slider .owl-nav button.owl-prev img, #feature_slider .owl-nav button.owl-next img {
  width: 25px;
}

#feature_slider button.owl-prev {
  top: -20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#feature_slider button.owl-next {
  bottom: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mapSection {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .mapSection {
    padding: 60px 20px;
  }
}

.mapSection .map-img {
  position: absolute;
  right: -90px;
  top: -120px;
}

@media (max-width: 768px) {
  .mapSection .map-img {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.app-txtbox {
  border: 0;
  padding: 22px 30px;
  border-radius: 0px;
  font-weight: 600;
  margin-bottom: 15px;
}

.btn-req {
  background-color: #3170ff;
  border: 2px solid #3170ff;
  border-radius: 22px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-req:hover {
  background-color: transparent;
  color: #3170ff;
}

.block-request {
  background-color: #579c0d;
  padding: 4% 0;
}

.block-testimonial {
  padding: 2.5% 0;
}

.card-testimonial {
  padding: 30px;
  text-align: center;
  margin: 35px 25px;
}

.card-testimonial .test-pic {
  width: 110px !important;
  height: 110px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 15px !important;
}

.card-testimonial p {
  font-size: .85rem;
}

.card-testimonial .auther {
  font-weight: 500;
}

.card-testimonial .qoutes::before, .card-testimonial .qoutes::after {
  color: #f2f2f2;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.card-testimonial .qoutes::before {
  content: "\f10d";
  float: left;
}

.card-testimonial .qoutes::after {
  content: "\f10e";
  float: right;
  margin-top: -25px;
}

.container-new {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1281px) {
  .container-new {
    width: 1200px;
  }
}

@media (min-width: 1367px) {
  .container-new {
    width: 1300px;
  }
}

@media (min-width: 1441px) {
  .container-new {
    width: 1320px;
  }
}

.block-ourClients {
  background-color: #f2f2f2;
}

.clientSection {
  margin: 25px 0;
}

#testimonial_slider .card-box {
  margin: 35px 15px;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 576px) {
  #testimonial_slider .card-box {
    margin: 35px 25px;
  }
}

#testimonial_slider button.owl-next {
  right: -40px;
}

@media (max-width: 576px) {
  #testimonial_slider button.owl-next {
    right: -10px;
  }
}

#testimonial_slider button.owl-prev {
  left: -40px;
}

#testimonial_slider button.owl-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 576px) {
  #testimonial_slider button.owl-prev {
    left: -10px;
  }
}

#testimonial_slider .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #000;
  font-size: 22px;
  margin: 0 5px;
  position: absolute;
  top: 50%;
}
@media (max-width: 576px){
  .cat-boxes ul li h5{
    font-size: 14px;
  }
}
@media (max-width: 400px){
  .services-block .servicePic .expDiv{
    bottom: -25px;
    left: -41px;
}
.services-block h4 {
  h
}
}

@media (max-width: 576px) {
  #testimonial_slider .owl-nav button img {
    width: 15px;
  }
}

.footer-logo {
  width: 150px;
  margin: 0 0 15px;
}

.footer-block {
  background-color: #000087;
  color: #fff;
}

.footer-block .color-blue {
  color: #01a4bd;
  font-weight: 500;
}

.footer-block .footer-main {
  padding: 70px 0 0px;
}

@media (max-width: 576px) {
  .footer-block .footer-main {
    padding: 30px 0;
  }
}

.footer-block .footer-main h4 {
  font-size: 15px;
  position: relative;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .footer-block .footer-main h4 {
    margin-top: 25px;
  }
}

.footer-block .footer-main a {
  display: block;
  color: #acacf4;
  padding: 6px 0;
  font-size: 13px;
}

.footer-block .footer-main p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #acacf4;
}

.footer-block .copyrights {
  background-color: transparent;
  padding: 20px 0px;
  border-top: 1px solid #2121a1;
}

.footer-block .copyrights p {
  font-weight: 400;
  color: #acacf4;
  margin:0px;
}

.social-icons {
  text-align: center;
  margin: 50px auto 40px;
}

.social-icons p {
  margin: 20px 0 0;
}

.social-icons li {
  float: none;
  margin: 0 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  .social-icons li {
    margin: 0 8px;
  }
}

.social-icons li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 5px 5px !important;
}

.social-icons li a i {
  color: #fff;
  font-size: 1.4rem;
}

.social-icons-black p {
  margin: 20px 0 0;
}

.social-icons-black ul {
  margin-left: -10px;
}

.social-icons-black li {
  display: inline-block;
  margin: 0 15px;
}

.social-icons-black li a {
  padding: 5px 5px !important;
}

.social-icons-black li a i {
  color: #3170ff;
  font-size: 2.2rem;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.social-icons-black li a i:hover {
  color: #000;
}

.newsletter {
  background-image: url("../images/nesletter-bg.html");
  color: #fff;
  padding: 50px 0;
}

.newsletter h3 {
  color: #fff;
  font-weight: 700;
}

.newsletter p {
  font-size: .85rem;
  line-height: 20px;
  margin: 0;
}

.newsletter .form-control {
  border: 0;
  background-color: transparent;
  padding: 20px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.newsletter .input-group-text {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 20px 40px;
  border: 0;
  background-color: transparent;
}

.newsletter .input-group {
  border-radius: 14px;
  background-color: #fff;
}

.pos-rel {
  position: relative;
  z-index: 99;
}

.sub-header {
  position: absolute;
}

.sub-header .nav-block li a {
  color: #000;
}

.sub-header .js-menu span {
  background-color: #3c2f2f;
}

.page-headers {
  position: relative;
  height: 480px;
  margin-bottom: -70px;
}

.page-headers .page-headerbg {
  width: 100%;
}

@media (max-width: 991px) {
  .page-headers .page-headerbg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-headers h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 42%;
  font-weight: 800;
  font-size: 4.5rem;
  text-shadow: 2px 2px 15px #7b6868;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .page-headers h1 {
    font-size: 2.5rem;
  }
}

#about_slider .item h4 {
  min-height: 40px;
}

#about_slider .item h4 img {
  width: 45px;
  float: left;
}

#about_slider .item h4 span {
  margin-top: 10px;
  display: inline-block;
}

.block-choose {
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 2px 6px 28px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 6px 28px 10px rgba(0, 0, 0, 0.07);
}

.block-choose .contents {
  padding: 3rem;
  margin-left: 3rem;
}

@media (max-width: 567px) {
  .block-choose .contents {
    padding: 2rem;
    margin-left: 1rem;
  }
}

#about_slider .owl-nav {
  text-align: right;
}

#about_slider .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 2px 8px 18px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 8px 18px 4px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  font-size: 26px;
  margin: 0 5px;
}

.client-logs {
  background-color: transparent;
}

.client-logs .all-clients {
  text-align: center;
}

.client-logs .all-clients ul li {
  display: inline-block;
  width: 200px;
  margin-bottom: 30px;
}

.client-logs .all-clients ul li:hover img {
  opacity: 1;
}

.client-logs .all-clients ul li img {
  -webkit-transition: .6s all;
  transition: .6s all;
  opacity: .6;
}

.block-teamMembers {
  padding: 6% 0;
  position: relative;
}

#teamMembers .users {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto 25px;
}

.service-pic1 {
  -webkit-box-shadow: 2px 6px 18px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 6px 18px 12px rgba(0, 0, 0, 0.12);
}

.serviceBg {
  background-image: url(../images/service-pageBg.html);
  background-size: 100%;
  position: relative;
}

.core-list {
  text-align: center;
}

.core-list li {
  width: 31%;
  display: inline-block;
}

@media (max-width: 991px) {
  .core-list li {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .core-list li {
    width: 100%;
  }
}

.core-list .card-box {
  margin: 0px 15px 30px;
  padding: 30px;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.core-list .card-box img, .core-list .card-box h6, .core-list .card-box p {
  position: relative;
  z-index: 99;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.core-list .card-box::after {
  border-top: 0px solid #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
  height: 0;
}

.core-list .card-box:hover {
  -webkit-box-shadow: 4px 8px 25px 8px rgba(95, 68, 68, 0.2);
          box-shadow: 4px 8px 25px 8px rgba(95, 68, 68, 0.2);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.core-list .card-box:hover h6, .core-list .card-box:hover p {
  color: #fff;
}

.core-list .card-box:hover .card-icons {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.core-list .card-box p {
  font-size: .8rem;
  line-height: 22px;
}

.core-list .card-box .card-icons {
  border-radius: 100%;
  width: 75px;
  margin: 5px auto 10px;
}

.blog-box1 {
  border-bottom: 1px solid #ccc;
}

.blog-box1 .blog-user {
  font-weight: 600;
  font-size: .9rem;
}

.blog-box1 .blog-user img {
  width: 35px;
  margin-right: 6px;
  border-radius: 100%;
}

.btn-views {
  background-color: transparent;
  font-size: .75rem;
  font-weight: 500;
}

.serach-box .form-control {
  font-weight: 600;
  background: transparent;
  border-radius: 0;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 2px solid #ccc;
}

.serach-box .input-group-append button {
  border-radius: 0;
}

.news-cards {
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 18px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 6px 18px 8px rgba(0, 0, 0, 0.07);
  padding: 30px;
}

.news-cards .btn-views {
  padding: 0;
  font-size: 10px;
}

.request-cards {
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 18px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 6px 18px 8px rgba(0, 0, 0, 0.07);
  padding: 30px 40px;
}

.request-cards button {
  -webkit-box-shadow: 2px 6px 18px 8px rgba(99, 70, 70, 0.02);
          box-shadow: 2px 6px 18px 8px rgba(99, 70, 70, 0.02);
}

.contact-ad1 {
  padding: 35px;
}

.contact-ad1 span {
  display: block;
  font-weight: 600;
}

.contact-ad1 p {
  font-weight: 600;
}

.contact-page {
  background-image: url(../images/parrallax-bg6.jpg);
  background-size: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .contact-page {
    background-size: cover;
  }
}

.contact-page .social-icons {
  display: inline-block;
}

.contact-page .social-icons li a {
  padding: 5px 35px !important;
}

.contact-page .social-icons li a i {
  color: #000;
  font-size: 2rem;
}

.block-clients h1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.block-clients h1 span {
  display: inline-block;
}

.bG {
  width: 100%;
  height: 100%;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

@media (max-width: 768px) {
  .bG {
    background-size: cover;
  }
}

.first-Bg {
  background-image: url(../images/parrallax-bg1.jpg);
}

.Second-Bg {
  background-image: url(../images/feature-bg.html);
}

.Third-Bg {
  background-image: url(../images/parrallax-bg2.jpg);
}

.Fourth-Bg {
  background-image: url(../images/parrallax-bg4.jpg);
}

.Fifth-Bg {
  background-image: url(../images/parrallax-bg5.jpg);
}

.over-hides {
  overflow: hidden;
}

.parrallaxSec {
  overflow: hidden;
  position: relative;
}

.blog-card {
  padding: 0 12px;
}

#client_slider .item img {
  opacity: .4;
  -webkit-transition: .6s all;
  transition: .6s all;
}

#client_slider .item:hover img {
  opacity: 1;
}

.full-pic {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tnews-thumb {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner {
  position: relative;
}

@media (max-width: 768px) {
  .page-banner {
    height: 260px;
  }
}

.page-banner img {
  width: 100%;
}

@media (max-width: 768px) {
  .page-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-banner h1 {
  position: absolute;
  font-weight: 200;
  color: #fff;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 4.5rem;
}

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 2rem;
  }
}

.contact-box .card-box {
  text-align: left;
  margin: 30px 5px;
  padding: 55px 30px;
}

.contact-box .card-box h5, .contact-box .card-box i {
  color: #3170ff;
}

.contact-box .card-box h5 {
  margin-bottom: 20px;
  margin-left: 15px;
  font-weight: 700;
}

.contact-box .card-box h6 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 14px;
}

.client-block {
  text-align: center;
}

.client-block li {
  width: 18%;
  display: inline-block;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .client-block li {
    width: 29%;
  }
}

@media (max-width: 576px) {
  .client-block li {
    width: 48%;
  }
}

.client-block li a {
  -webkit-transition: .5s all;
  transition: .5s all;
}

.client-block li img {
  -webkit-transition: .5s all;
  transition: .5s all;
}

.client-block li a:hover img {
  -webkit-filter: brightness(1) invert(0.5);
          filter: brightness(1) invert(0.5);
  -webkit-transform: scale(1.02) !important;
          transform: scale(1.02) !important;
}

.middile-block {
  background-image: url("../images/parrallax-bg6.jpg");
  background-size: cover;
  height: 75vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .middile-block {
    height: auto;
  }
}

.middile-block .content {
  color: #fff;
  padding: 60px 35px 30px;
}

.middile-block .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flaticon-play-arrow:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

.video-boxed {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.video-boxed .video-image {
  position: relative;
  margin: 0px;
}

.video-boxed .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.video-boxed .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-boxed .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}

.video-boxed .overlay-box span {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #e1a122;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -60px;
  margin-left: -60px;
  line-height: 120px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #ffffff;
}

.video-boxed .overlay-box span :before {
  background-image: url("../images/play-icon.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
}

.video-boxed .ripple,
.video-boxed .ripple:before,
.video-boxed .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-boxed .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.video-boxed .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.btn-learn {
  font-weight: 600;
  font-size: 16px;
  background-color: #00008c;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05rem;
  padding: 10px 25px;
  border: 2px solid #00008c;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
  .btn-learn {
    padding: 10px 12px;
  }
}

.btn-learn svg {
  height: 12px;
  margin-left: 6px;
}

.btn-learn i {
  margin-left: 10px;
}

@media (max-width: 576px) {
  .btn-learn i {
    margin-left: 6px;
  }
}

.btn-learn:hover {
  color: #00008c;
  background-color: white;
  border: 2px solid #00008c;
}

.btn-learn2 {
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  border-radius: 0px;
  color: #00008c;
  text-transform: uppercase;
  letter-spacing: .05rem;
  padding: 10px 25px;
  border: 2px solid #00008c;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
  .btn-learn2 {
    padding: 10px 12px;
  }
}

.btn-learn2 svg {
  height: 12px;
  margin-left: 6px;
}

.btn-learn2 i {
  margin-left: 10px;
}

@media (max-width: 576px) {
  .btn-learn2 i {
    margin-left: 6px;
  }
}

.btn-learn2:hover {
  color: #fff;
  background-color: #00008c;
}

.services-block {
  padding: 85px 0;
}

.services-block .servicePic {
  position: relative;
}

@media (max-width: 991px) {
  .services-block .servicePic {
    margin-bottom: 70px;
  }
}

.services-block .servicePic .expDiv {
  background-color: #00008c;
  color: #fff;
  padding: 25px 45px;
  bottom: -60px;
  left: -70px;
  position: absolute;
}

@media (max-width: 991px) {
  .services-block .servicePic .expDiv {
    bottom: -25px;
    left: -25px;
  }
}

.services-block .servicePic .expDiv h1 {
  font-size: 5rem;
}

.services-block .servicePic .expDiv2 {
  background-color: #00008c;
  color: #fff;
  padding: 25px 45px;
  top: -25px;
  right: -35px;
  position: absolute;
}

.services-block .servicePic .expDiv2 h1 {
  font-size: 5rem;
}

.services-block .aboutSection1 {
  padding-left: 35px;
}

@media (max-width: 991px) {
  .services-block .aboutSection1 {
    padding-left: 0px;
  }
}

.services-block .aboutSection1 h2 {
  color: #090907;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.services-block .aboutSection1 p {
  color: #6c6c6c;
}

.services-block h3, .services-block ul li {
  color: #6d6d6d;
  font-family: 'Open Sans', sans-serif;
}

.services-block h3 {
  font-size: 2.2rem;
}

.services-block ul {
  margin-top: 25px;
}

.services-block ul li {
  background-image: url("../images/tick-icon.png");
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 20px;
  padding: 5px 5px 5px 30px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.bgClrGrey {
  background-color: #f8f8f8;
}

.blockTitle {
  font-size: 3.8rem;
  color: #00008c;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blockTitle {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .blockTitle {
    font-size: 2.2rem;
  }
}

.blockTitle::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #ffbf37;
  bottom: 0;
}

.blockTitleLft::after {
  left: 0;
}

.blockTitleCntr::after {
  margin-left: -30px;
  left: 50%;
}

.blockTitle3 {
  font-size: 3rem;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .blockTitle3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .blockTitle3 {
    font-size: 2.2rem;
  }
}

.blockTitle3::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #ffbf37;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.export-block {
  background-image: url("../images/export-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 75px 0 200px;
  margin: 100px 0 50px;
}

@media (max-width: 576px) {
  .export-block {
    margin: 30px 0 40px;
  }
}

.export-block h5 {
  font-weight: 400;
  margin-bottom: 25px;
}

.boxCard {
  background-color: #00008c;
  height: 233px;
  border: 1px solid #87cefb;
  padding: 30px 30px 30px 100px;
  position: relative;
  margin: 50px 0;
}

@media (max-width: 991px) {
  .boxCard {
    margin: 20px 0;
  }
}

.boxCard img {
  position: absolute;
  left: 10px;
  width: 70px;
}

.boxCard p {
  color: #86cdfa;
}

.products-block {
  margin: 75px 0;
}

.products-block .flexBoxes li {
  width: 50%;
  float: left;
  height: 250px;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .products-block .flexBoxes li {
    width: 100%;
    height: 250px;
  }
}

.products-block .flexBoxes li img, .products-block .flexBoxes li figure {
  height: 100%;
}

.products-block .flexBoxes li img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.products-block .flexBoxes li figure {
  position: relative;
  overflow: hidden;
}

.products-block .flexBoxes li figure:hover img {
  -webkit-transform: scale(1.035);
          transform: scale(1.035);
}

.products-block .flexBoxes li figure:hover figcaption i {
  margin-left: 30px;
}

.products-block .flexBoxes li figcaption {
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 140, 0.5);
  color: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-block .flexBoxes li figcaption h3 {
  font-size: 20px;
}

.products-block .flexBoxes li figcaption i {
  color: #deb14f;
  font-size: 30px;
  margin-left: 10px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.contacts-block {
  position: relative;
  background-color: #f3f3f3;
}

.contacts-block .bgDiv {
  background-image: url("../images/contactbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
}

.contacts-block .contactQuote {
  padding: 50px 60px;
}

@media (max-width: 576px) {
  .contacts-block .contactQuote {
    padding: 50px 25px;
  }
}

.contacts-block .contactQuote h4 {
  color: #fff;
  font-family: 'Bellefair', serif;
}

.contacts-block .contactQuote h1 {
  color: #adadf5;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding: 55px 0;
}

@media (max-width: 576px) {
  .contacts-block .contactQuote h1 {
    font-size: 1.8rem;
  }
}

.contacts-block .contactQuote h1 .qouteTop, .contacts-block .contactQuote h1 .qouteBtm {
  position: absolute;
}

.contacts-block .contactQuote h1 .qouteTop img, .contacts-block .contactQuote h1 .qouteBtm img {
  width: 50px;
}

.contacts-block .contactQuote h1 .qouteTop {
  top: 0;
}

.contacts-block .contactQuote h1 .qouteBtm {
  bottom: 40px;
  right: 0;
}

@media (max-width: 576px) {
  .contacts-block .contactQuote h1 .qouteBtm {
    bottom: 0px;
  }
}

.contacts-block .contactQuote ul li {
  color: #acacf4;
  background-image: url("../images/tick-icon.png");
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 20px;
  padding: 5px 5px 5px 30px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.contacts-block .contactForm {
  padding: 60px 35px;
}

.products-block {
  margin: 60px 0;
}

.products-block .teamCard {
  text-align: center;
}

.products-block .teamCard h2 {
  color: #111194;
  margin-top: 20px;
  margin-bottom: 5px;
}

.products-block .teamCard p {
  color: #6a6a65;
  margin-bottom: 0;
}

.products-block .teamCard a i {
  color: #deb14f;
  font-size: 2.2rem;
}

.card-box2 {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 40px 15px;
  margin: 0 30px 40px;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.card-box2:hover {
  background-color: #111194;
}

.card-box2:hover h5 {
  color: #fff;
}

.card-box2:hover svg, .card-box2:hover svg path {
  fill: #fff;
}

.card-box2 h5 {
  font-size: 20px;
  font-family: 'Bellefair', serif;
  height: 44px;
  color: #111194;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

.card-box2 svg {
  width: 60px;
  height: 60px;
}

.card-box2 h5 {
  height: 55px;
}

.about-block2 {
  margin: 75px 0;
}

.about-block2 h1 {
  font-size: 2rem;
  color: #111194;
  margin-bottom: 30px;
}

.vision-block {
  background-image: url("../images/parrallax-bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.vision-block h1 {
  font-size: 3.8rem;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.vision-block h1::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #deb14f;
  bottom: 0;
  left: 50%;
  border-radius: 3px;
  margin-left: -30px;
}

.vision-block h2 {
  font-size: 2.2rem;
  color: #adadf5;
  font-style: italic;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding: 50px 0;
}

.vision-block h2 .qouteTop, .vision-block h2 .qouteBtm {
  position: absolute;
}

.vision-block h2 .qouteTop img, .vision-block h2 .qouteBtm img {
  width: 50px;
}

.vision-block h2 .qouteTop {
  top: 0;
}

.vision-block h2 .qouteBtm {
  bottom: 20px;
  right: 0;
}

.faqSectionBlock {
  display: block;
}

.faqSectionBlock .faqTitle h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 25px;
}

.faqListSeries {
  list-style-type: none;
}

.faqListSeries li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.faqListSeries span {
  position: absolute;
  left: 10px;
  font-size: 30px;
  font-weight: 700;
}

.faqListSeries .quesBlock {
  border-left: 3px solid #992940;
  background: #fff4f4;
  padding: 15px 30px 15px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqListSeries .quesBlock span {
  color: #992940;
}

.faqListSeries .quesBlock h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.faqListSeries .answBlock {
  border-left: 3px solid #352d39;
  background: #fafafa;
  padding: 15px 30px 15px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqListSeries .answBlock span {
  color: #352d39;
}

.faqListSeries .answBlock h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.export-block2 {
  position: relative;
  background-color: #f3f3f3;
}

.export-block2 .bgDiv {
  background-image: url("../images/export-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.export-block2 h1 {
  color: #090907;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.export-block2 h5 {
  color: #6c6c6c;
  line-height: 30px;
  font-weight: 500;
}

.export-block2 .contentArea {
  padding: 50px 60px;
}

@media (max-width: 576px) {
  .export-block2 .contentArea {
    padding: 40px 30px;
  }
}

.parrallax-block {
  background-image: url("../images/parrallax-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.parrallax-block .transBg {
  background-color: rgba(21, 17, 26, 0.767);
  padding: 50px 70px;
}

@media (max-width: 576px) {
  .parrallax-block .transBg {
    padding: 40px 30px;
  }
}

.parrallax-block h2, .parrallax-block h5 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}

.parrallax-block h2 {
  color: #fff;
  font-weight: 700;
}

.parrallax-block h5 {
  color: #e2ac38;
  font-weight: 400;
}

.pageTitles {
  font-size: 4rem !important;
}

@media (max-width: 768px) {
  .pageTitles {
    font-size: 3rem !important;
  }
}

@media (max-width: 576px) {
  .pageTitles {
    font-size: 2.2rem !important;
  }
}

.proBannHeightMd figure {
  height: 55vh;
  margin-top: 5vh;
}

.proBannHeightMd .proContents {
  padding: 30px 25px 30px 0px;
  height: 65vh;
}

@media (max-width: 768px) {
  .proBannHeightMd .proContents {
    padding: 30px 25px;
  }
}

.proBannHeightMd .bgBox {
  left: -100px;
}

@media (max-width: 768px) {
  .proBannHeightMd .bgBox {
    left: 0px;
  }
}

.sectorTitle {
  padding-left: 90px;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sectorTitle svg {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ffbf37;
}

.sectorBgClr .bgBox {
  background-color: #2234a8 !important;
}

.sectorBgClr h2, .sectorBgClr p {
  color: #fff !important;
}

.sectorBgClr svg path {
  fill: #fff !important;
}

.proBannHeightRgt figure {
  height: 55vh;
  margin-top: 5vh;
}

.proBannHeightRgt .proContents {
  padding: 30px 0px 30px 35px;
  height: 65vh;
}

@media (max-width: 768px) {
  .proBannHeightRgt .proContents {
    padding: 30px 25px;
  }
}

.proBannHeightRgt .bgBox {
  right: -100px;
}

@media (max-width: 768px) {
  .proBannHeightRgt .bgBox {
    right: 0px;
    bottom: -100px;
  }
}

.proBannHeightXs figure {
  height: 55vh;
  margin-top: 5vh;
}

.proBannHeightXs .proContents {
  padding: 30px 25px 30px 0px;
  height: 65vh;
}

@media (max-width: 768px) {
  .proBannHeightXs .proContents {
    padding: 30px 25px;
  }
}

.proBannHeightXs .bgBox {
  left: -100px;
}

@media (max-width: 768px) {
  .proBannHeightXs .bgBox {
    left: 0px;
    top: -100px !important;
  }
}

.proBannHeightLg figure {
  height: 750px;
  margin-top: 5vh;
}

.proBannHeightLg .proContents {
  padding: 30px 0px 30px 35px;
  height: 850px;
}

@media (max-width: 768px) {
  .proBannHeightLg .proContents {
    padding: 30px 25px;
  }
}

.proBannHeightLg .bgBox {
  right: -100px;
}

@media (max-width: 768px) {
  .proBannHeightLg .bgBox {
    right: 0px;
    bottom: -100px;
  }
}

.proBanners {
  margin: 75px 0;
}

@media (max-width: 768px) {
  .proBanners {
    margin: 50px 0;
  }
}

.proBanners figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proBanners .proContents {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

@media (max-width: 768px) {
  .proBanners .proContents {
    height: auto;
  }
}

.proBanners .proContents h1, .proBanners .proContents h2 {
  color: #00008c;
}

.proBanners .proContents .bgBox {
  position: absolute;
  width: calc(100% + 100px);
  height: 100%;
  top: 0;
  background-color: #f3f3f3;
  z-index: -1;
}
/*----jofin after QA code------*/
@media (max-width: 768px) {
  .proBanners .proContents .bgBox {
    height: calc(100% + 100px);
    width: 100%;
  }
}
@media (max-width: 768px){
    .contactFormBox{ height :768px;}
}

@media (max-width: 768px) {
  #quality {
    height: calc(40% + 100px);
    width: 100%;
  }

  .proQualities .blockTitle::after{
    margin-bottom: -14px;
  }
  .sectorTitle {
  font-size: 25px;
}
.proBanners .proContents .bgBox{

  height: calc(100% + 100px)
}
.proQualities ul {
  margin-top: 2px;
}
.footer-block .footer-main h4{
 margin-top: 3px;
 font-size: 18px;
}
.footer-block .footer-main .row {
  margin-top: 10px;
  margin-bottom: 16px;
  
}
.prozindeex {
  z-index: 9;
}
#exportmob {
padding: 75px 0 19px;
}
.services-block {
  padding: 47px 0;

}
.contactFormBox{
  height: 735px;
}

.proBanners figure img{
  margin-top: 26px;
}
.services-block .servicePic .expDiv{
  position:relative;
  left: 0.4%;
}
.services-block .servicePic .expDiv2{
  position: relative;
  right: 0.5%;
}
.social-icons{
  display: none;
}
#projecttile {
  position:unset;
 left: 29px;
}
}
@media (max-width: 768px){
  .cat-boxes2 ul li h5 {
    font-size: 14px;
    margin-left: 20px;
  }
  .cat-boxes2 ul li svg {
    left: 36%;
  }
  #mobtitl{
    font-size: 14px;
    text-align: center;
    margin-left: -3px;

  }
  #mobtitlp{
    margin-left: 10px;
  }
  #mobtitlQ{
    margin-left: 31px;
  }
 
}

#TRADING  {
  padding-top: 3.5%;
}
#PROCUREMENT  {
  padding-top: 3.5%;
}
#PROJECTMANAGEMENT {
  padding-top: 3.5%;
}


.proBanners .proContents .boxTitle {
  position: absolute;
  background-color: #00008c;
  color: #fff;
  font-weight: 600;
  padding: 15px 30px;
  top: -32px;
  font-size: 20px;
  letter-spacing: 2px;
}

.proQualities {
  margin-bottom: 75px;
}

.proQualities ul {
  margin-top: 30px;
}

.proQualities ul li {
  background-image: url("../images/tick-icon.png");
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 20px;
  padding: 5px 5px 5px 30px;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.parrallax-block2 {
  background-image: url("../images/parrallax-bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.cat-boxes ul li h5::after {
  margin-bottom: -18px;
}


.parrallax-block2 .transBg {
  background-color: rgba(18, 18, 24, 0.767);
  padding: 50px 70px;
}

@media (max-width: 576px) {
  .parrallax-block2 .transBg {
    padding: 40px 30px;
  }
}

.parrallax-block2 h2, .parrallax-block2 h5 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}

.parrallax-block2 h2 {
  color: #fff;
  font-weight: 700;
}

.parrallax-block2 h5 {
  color: #e2ac38;
  font-weight: 400;
}

.clrWhite {
  color: #fff !important;
}

.vision-block2 {
  background-image: url("../images/parrallax-bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.vision-block2 h1 {
  font-size: 3.8rem;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .vision-block2 h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .vision-block2 h1 {
    font-size: 2.2rem;
  }
}

.vision-block2 h1::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #deb14f;
  bottom: 0;
  left: 50%;
  border-radius: 3px;
  margin-left: -30px;
}

.vision-block2 h2 {
  font-size: 2.2rem;
  line-height: 46px;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .vision-block2 h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .vision-block2 h2 {
    font-size: 1.6rem;
  }
}

.vision-block2 h2 .qouteTop, .vision-block2 h2 .qouteBtm {
  position: absolute;
}

.vision-block2 h2 .qouteTop img, .vision-block2 h2 .qouteBtm img {
  width: 50px;
}

.vision-block2 h2 .qouteTop {
  top: 0;
}

.vision-block2 h2 .qouteBtm {
  bottom: 20px;
  right: 0;
}

.proCards {
  border: 1px solid #f3f3f3;
  margin: 0 15px 30px;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.proCards:hover {
  -webkit-box-shadow: 2px 8px 20px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 8px 20px 8px rgba(0, 0, 0, 0.05);
}

.proCards:hover figure::before {
  background-color: #ffc037;
  width: 77px;
  height: 77px;
}

.proCards figure {
  position: relative;
  overflow: hidden;
  padding: 15px;
  min-height: 130px;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.proCards figure::before {
  content: '';
  position: absolute;
  background-color: #f3f3f3;
  right: -15px;
  top: -15px;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.proCards svg {
  width: 45px;
  height: 45px;
}

.proCards h5 {
  height: 50px;
  overflow: hidden;
}

.proListSection {
  margin: 75px 0;
  padding: 0 40px;
}

.proListSection ul {
  margin: 0px -15px;
}

.proListSection ul li {
  width: 25%;
  float: left;
}

@media (max-width: 991px) {
  .proListSection ul li {
    width: 33.30%;
  }
}

@media (max-width: 768px) {
  .proListSection ul li {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .proListSection ul li {
    width: 100%;
  }
}

.proListSection ul li h5 {
  font-family: 'Bellefair', serif;
  color: #00008c;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.bgDiv2 {
  background-image: url("../images/pro-pic2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.practice-section {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #ffffff;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.practice-section .inner-container {
  position: relative;
  border: 1px solid #e1e1e1;
}

.practice-section .inner-container:before {
  position: absolute;
  content: '';
  left: -1px;
  top: -1px;
  right: -2px;
  bottom: -2px;
  border: 3px solid #ffffff;
}

.practice-section .inner-container:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 33.2%;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.practice-section .inner-container:after {
  position: relative;
  content: '';
  left: 0px;
  top: 60%;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}



.practice-section .inner-container .practice-block {
  padding: 0px;
  float: left;
}

.practice-section .inner-container .practice-block:nth-child(4n + 0) .inner-box {
  
}

.practice-block {
  position: relative;
}

.practice-block .inner-box {
  position: relative;
  text-align: center;
  padding: 40px 15px;
  height: 290px;
  background-color: #ffffff;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
 
}

.practice-block .inner-box svg {
  width: 80px;
  height: 80px;
  position: relative;
}

.practice-block .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 40%;
  opacity: 0;
  background-color: #deb14f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.practice-block .inner-box:hover::before {
  opacity: 1;
  width: 100%;
}

.practice-block .inner-box:hover svg path {
  display: none;
}

.practice-block .inner-box .icon {
  position: relative;
  font-size: 60px;
  color: #00204c;
  line-height: 1em;
  margin-bottom: 28px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.practice-block .inner-box:hover .icon {
  color: #ffffff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.practice-block .inner-box h5 {
  position: relative;
  margin: 25px 0 15px;
  text-transform: uppercase;
  font-family: 'Bellefair', serif;
  font-size: 20px;
}

.practice-block .inner-box h5 a  {
  position: relative;
  color: #00204c;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.practice-block .inner-box i {
  position: relative;
  font-size: 25px;
  color: #deb14f;
}
.producttext{
  color: transparent;
}
.practice-block .inner-box:hover .arrow,
.practice-block .inner-box:hover .text,
.practice-block .inner-box:hover h5 a,
.practice-block .inner-box:hover h4 ,
.practice-block .inner-box:hover {
  color: #ffffff;
}

.practice-block .inner-box:hover h5 {
  font-size: 1.2rem;
  margin: -67px 0 15px;
 font-weight: 500;
 text-shadow: 0.5px 0.5px #ffffff;

  
}
.practice-block .inner-box:hover .producttext{
  font-family: 'Times New Roman', Times, serif;
font-size: 0.9rem;
color: rgb(255, 255, 255);
z-index: 999;
position: absolute;
margin-top: -11%;

margin-left: 2%;
margin-right: 2%;
}

.practice-block .inner-box .text {
  color: #575d6e;
  margin-bottom: 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.practice-block .inner-box .arrow {
  position: relative;
  color: #e1a122;
  font-size: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#videoPopup .modal-dialog {
  max-width: 75%;
  margin: 2.5rem auto;
}

.contact-id {
  text-align: left;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left;
  padding: 0 0 0 38px;
  background-image: url("../images/phone-icon2.png");
  margin-left: 0px;
  color: #fff;
}

.contact-id span {
  font-size: 12px;
  white-space: nowrap !important;
}

.contact-id a {
  -webkit-transition: .5s all;
  transition: .5s all;
  padding: 3px 6px !important;
  font-weight: 500 !important;
  padding-left: 0 !important;
  font-size: 15px !important;
  white-space: nowrap !important;
  color: #fff !important;
}

.contact-id a:hover {
  color: #3170ff;
}

.contact-id a:hover::after {
  background-color: transparent;
  height: 0;
  opacity: 0;
}

#overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00008c;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
}

#progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.accordionBlock {
  background-image: url("../images/parrallax-bg6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.accordionBlock {
  padding: 80px 0;
}

.accordionBlock .sectionTitle {
  text-align: center;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .accordionBlock .sectionTitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.accordionBlock .sectionTitle::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 7px;
  background-color: #ffbf37;
  border-radius: 4px;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}

#main {
  margin: 40px 0 20px;
}

#main #faq .card {
  margin-bottom: 0px;
  border: 0;
  background-color: transparent;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

#main #faq .card-body {
  color: #acacf4;
  text-align: center;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: 'Bellefair', serif;
  border-top: 2px solid #7f6c7f;
  position: relative;
}

.faqSl {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: -20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
}

#main #faq .card .collapsing {
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}

.contactBox {
  background-color: #00008c;
  padding: 100px 50px;
  margin-right: 14px;
  z-index: 9999;
  margin-top: -129px;
  height: 651px;
  position: relative;
  
}

@media (max-width: 991px) {
  .contactBox {
    margin-right: 0px;
  }
}

@media (max-width: 576px) {
  .contactBox {
    padding: 60px 30px;
  }
}

.contactBox h1 {
  font-size: 2.2rem;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.contactBox h1::after {
  width: 45%;
}

.contactBox ul li {
  padding: 8px 8px 8px 40px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 700;
}

.contactBox ul li i {
  font-size: 25px;
  color: #ffc037;
  position: absolute;
  left: 0;
}

.contactBg {
  background-image: url("../images/contactbg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.contactFormBox {
  height: 651px;
  background-color: #f3f3f3;
  padding: 30px 42px;
  margin-top: -130px;
  margin-bottom: -180px;
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 4px 8px 32px 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .contactFormBox {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .practice-block .inner-box:hover .producttext{
    margin-top: -8%;
    line-height: 1.6;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .contactFormBox {
    padding: 30px 30px;
    font-size: 1.2rem;
    height: 750px;
  }
  .practice-block .inner-box:hover .producttext{
    margin-top: -8%;
    line-height: 1.4;
    font-size: 1rem;
  }
  #contactsubmitbtm{
    margin:auto;
  }
}

#map {
  width: 100%;
  height: 500px;
}
/*# sourceMappingURL=styles.css.map */
/*custom error*/
label.error {
    color: red;
    font-size: 13px;
    padding: 0px;
}

.resulterror {
    width: 100%;
}
.conbg{
  height:auto !important;
}
.conbgf{
 min-height: 670px !important;
 max-height: auto;
}

@media (max-width: 768px){
#hotelint {
    height: calc(80% + 100px);
}}



/* Anstalin style start on 25-10-2023 */

.bgz2{  
    background-image: url(../images/product/ccc.jpg);  
} 

.bgz4{  
  background-image: url(../images/product/ttt.jpg);  
} 

.bgz6{  
  background-image: url(../images/product/ggg.jpg);  
} 

.bgz8{  
  background-image: url(../images/product/iii.jpg);  
} 

.truckz .inner-box{
  padding-top: 10px;
}

.truckz .practice-block .inner-box img{
  max-height: 130px;
}

.truckz .practice-block .inner-box:before{
  display: none;
}

.truckz .practice-block .inner-box:hover h5 {
  font-size: 1.2rem;
  margin: 25px 0 15px;
  font-weight: 500;
  text-shadow: 0.5px 0.5px #ffffff; 
  color:#212529;
}

.prodcoat{
    padding:50px 0px 30px;
}

.coatbox {
    background: #fff;
    padding: 15px 18px;
    margin-bottom: 30px;
    min-height: 260px;
    box-shadow: 0px 0px 12px #ccc;
    display: table;
    align-items: center;
    vertical-align: middle;
}

.coatinbox {
    display: table-cell;
    vertical-align: middle;
}

.coatinbox h3 { 
    color: #00008c;
    padding: 5px 0px;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Bellefair', serif;
    display: table;
    border-bottom: 2px solid #ffbf37;
}

.coatinbox p{
    line-height:27px;
    color:#555;
    margin:0px 0px 0px; 
}

.coatinbox ul{
    padding:0px;
    margin:10px 0px;
}

.coatinbox ul li{
   list-style-type: disclosure-closed;
    padding: 3px 0px;
    font-size: 15px;
    margin: 10px 20px;
}


/* Anstalin style end on 25-10-2023 */