@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=poppins+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
  /* Colors: */
  --color-ec1f2b: #ec1f2b;
  --color-06508f: #06508f;
  --color-f2f7fa: #f2f7fa;
  --color-f6f6f6: #f6f6f6;
  --color-f5f5f5: #f5f5f5;
  --color-656565: #656565;
  --color-c2c4c6: #c2c4c6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-sora: "Sora", sans-serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-19: 17px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-33: 30px;
  --font-size-36: 36px;
  --font-size-38: 38px;
  --font-size-41: 41px;
  --font-size-50: 50px;
  --font-size-56: 54px;
  --font-size-66: 66px;
  --character-spacing-0: 0px;
  --line-height-22: normal;
  --line-height-27: 27px;
  --line-height-30: 30px;
  --line-height-32: normal;
  --line-height-35: 35px;
  --line-height-36: 36px;
  --line-height-38: 38px;
  --line-height-43: 43px;
  --line-height-51: 51px;
  --line-height-60: normal;
  --line-height-66: 66px;
  --line-height-69: 69px;
  --line-height-78: 78px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-ec1f2b);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-19);
  line-height: normal;
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.p-content {
  font-size: var(--font-size-22);
  line-height: var(--line-height-32);
  color: var(--color-000000);
  margin-bottom: 20px;
}



.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 20px;
}

h2.section-title {
  font-size: var(--font-size-19);
  line-height: normal;
  font-family: "sora";
  color: var(--color-ec1f2b);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-title {
  font-size: var(--font-size-66);
  line-height: var(--line-height-69);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}
.big-font{
  font-size: 7.5rem;
  color: var(--color-01b6b9);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
  font-family: var(--font-family-poppins);
  text-transform: capitalize;
  -webkit-text-stroke: 2px #00000014;
  text-transform: uppercase;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200px auto;
  z-index: -9;

}

.title {
  font-size: var(--font-size-41);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}

.div-title {
  font-size: var(--font-size-41);
  line-height: var(--line-height-50);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}

.div-text {
  font-size: var(--font-size-33);
  line-height: var(--line-height-38);
  font-family: var(--font-family-poppins);
  color: var(--color-06508f);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}

.div-text1 {
  font-size: var(--font-size-33);
  font-family: var(--font-family-poppins);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}

.box-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-32);
  color: var(--color-ffffff);
  text-transform: uppercase;
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
  text-align: center;
}

.font-binerka_demoregular {
  font-family: var(--font-family-poppins);
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-fff {
  color: var(--color-ffffff) !important;
}

.color-06508f {
  color: var(--color-06508f) !important;
}

.color-ec1f2b {
  color: var(--color-ec1f2b) !important;
}

.color-656565 {
  color: var(--color-656565) !important;
}

.color-000000 {
  color: var(--color-000000) !important;
}

.view-more-text {
  display: inline-block;
}

.m-social {
  margin: 25px 0;
}
button.enquiry{
  background: var(--color-06508f);
  color: var(--color-ffffff);
  padding: 10px 35px ;
  border: 1px solid var(--color-06508f);
  border-radius: 50px;
}
button.enquiry:hover{
  background: var(--color-ffffff);
  color: var(--color-06508f);
}
.enquiry a{
  color: var(--color-ffffff);
  margin-left: 5px;
  font-size: var(--font-size-20);
  font-family: var(--font-family-sora);

}
.enquiry a:hover{
  color: var(--color-ec1f2b);
}
button.enquiry:hover.enquiry a{
  color: var(--color-06508f);

}
.view-more-text-btn {
  font-size: var(--font-size-19);
  line-height: var(--line-height-inherit);
  color: var(--color-0e1f45);
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.view-more-text-btn:hover {
  color: var(--color-ec1f2b);
  letter-spacing: 1px;
}

.view-more {
  display: inline-block;
}

.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  padding: 10px 40px;
  border-radius: 50px;
  background: var(--color-ec1f2b);
  border: 1px solid var(--color-ec1f2b);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn.blue{
  background-color: #06508f;
}
.banner button.view-more-btn.slider-title2 {
  margin-top: 40px;
}

.view-more-btn:hover {
  color: var(--color-ec1f2b);
  background: var(--color-ffffff);
  border: 1px solid var(--color-ec1f2b);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ec1f2b;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ec1f2b;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  top: 0;
  right: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--color-000000);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: var(--font-weight-Medium);
  font-family: "sora";
  padding: 10px 40px 10px 0;
}

a.menu-contact {
  padding-right: 0px !important;
}
.pad-left{
  padding-right: 50px;
}

.screen-darken.active {
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 99;
}

.menu-btn {
  width: 50px;
  height: 50px;
  background: var(--color-ffffff);
  top: 25%;
  position: absolute;
  border: 1px solid #686868;
  right: 30px;
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  background-color: #06121a;
  border-bottom: 1px solid #3c3838;
height: 88px;}

.brand img {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.logo-bg {
  position: absolute;
  left: -50%;
  top: 0;
  width: 82%;
  height: 140px;
  background: var(--color-f2f7fa);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.line {
  width: 100%;
  background: #fff;
  opacity: 0.5;
  height: 2px;
}

.g_header {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffffc7;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  top: 0%;
  position: fixed;
  background: var(--color-f68e1f);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.top-social li {
  float: left;
}

.social-icon li i {
  color: #fff;
}


ul.top-social li i {
  /* color: #fff; */
  font-size: 20px;
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: #ec1f2b;
}

ul.info-header {
  margin-left: 42%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: #ec1f2b;

}

.info-header a {
  color: #fff;
  font-size: 17px;
}

.info-header li i {
  margin-right: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  /* position: absolute; */
  left: 0%;
  top: 48px;
  padding: 0;
  animation: fadeIn;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #ec1f2b;
}

.dropdown-item {
  padding: 10px 15px;
  background: transparent;
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #ec1f2b;
  color: #fff;
}

.dropdown-backdrop {
  position: static;
}

.dropdown-item.active {
  background-color: #ec1f2b;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInDown 0.5s;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {





  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .inner-banner::before {
    opacity: 0.8;
  }
}


.top-header {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

/* .top-header:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  content: "";
  width: 71%;
  bottom: -18px;
  right: 0;
} */

.top-header {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .top-header {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

.main-header.g_shrink.g_header {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink.g_header .logo-bg {
  height: 120px;
}



.main-header.g_shrink.g_header .brand img {
  width: 80%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mobile {
  display: none;
}

/* .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */


/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    top: 0 !important;
  }
  .navbar-expand-lg .navbar-nav {
    margin-left: 0 !important;
    padding: 50px;
}

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    padding: 8px 15px;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: var(--color-f2f7fa);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

}

@media (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 20px;
  }

}


.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}

/* dropdown-menu */

marquee {
  background: var(--color-06508f);
  /* padding: 10px 0; */
  font-size: 15px;
}

.elementor-widget-container p {
  background: var(--color-0067a4);
  color: var(--color-ffffff);
  text-transform: uppercase;
  height:38px;
  line-height: 50px;
  box-shadow: #00000057 0px 25px 20px -20px;

}

.elementor-widget-container iframe {
    height:38px;
}


/* main-banner */
.banner img {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -9;
  object-fit: cover;
  opacity: 1;
}
.overlay{
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  opacity: 0.3;

}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 50%;
}

.banner video {
  height: 100px;
}

.swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  left: 10%;
  display: flex;
  bottom: 50px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff!important;
  border: 1px solid #fff!important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff6d;
  border: 1px solid #a0a0a000;
  opacity: 1;
}
.vjs_video_739_html5_api-dimensions {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

video {
  object-fit: cover;
}

.video-js {
  width: 100%;
}

.carousel-caption {
  top: 40%;
}

.carousel-caption1 {
  height: fit-content;
  left: 0;
  top: 35%;
  text-align: left;
  width: 45%;
  overflow: hidden;
}

.swiper-slide-active .slider-title1 {
  animation: fadeInLeft 1.5s;
}

.swiper-slide-active .slider-title2 {
  animation: fadeInUp 1s;
}


/* privacy */

.privacy-policy ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.privacy-policy ol li {
  list-style-type: auto;
  margin-left: 20px;
  color: var(--color-656565);
  margin-bottom: 10px;
}

.privacy-policy h4 {
  font-size: var(--font-size-38);
  color: var(--color-ec1f2b);
}

.box-item {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 30x;
}

.other-dangerous-box h5 {
  margin-bottom: 0px;
}
.privacy-policy h3 {
  font-size: var(--font-size-26);
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
  line-height: normal;
}

.privacy-policy h1 {
  font-size: var(--font-size-25);
  margin-bottom: 20px;
  line-height: normal;

}

.privacy-policy ul li {
  color: var(--color-656565);
  margin-bottom: 10px;
}

.section {
  margin-bottom: 20px;
}

.sub-section {
  margin-bottom: 10px;
  color: var(--color-656565);
}

.highlight {
  font-size: var(--font-size-19);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
}

/* service-banner */
.services-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.main-page {
  position: relative;
}

img.services-png {
  width: 100%;
  top: 50px;
  right: 0;
}

img.inner-image {
  width: 100%;
  border-radius: 0 0 86px 0;
}

.inner-left {
  padding-left: 50px;
}

.services {
  position: absolute;
  background: none;
  bottom: 20%;
}


.section-pg p {
  text-align: justify;
}

.services-box {
  height: 200px;
  cursor: pointer;
  float: left;
  background: var(--color-ec1f2b);
  display: flex;
  padding: 25px;
  border-radius: 20px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* solution */
.solution-pg {
  overflow: hidden;
}

img.solution-icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: none;
  /* float: left; */
  display: flex;
}

.solution-main h4 {
  font-family: var(--font-family-poppins);
}

.solution-main {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ec1f2b 10%, rgba(255, 255, 255, 1) 50%);
  box-shadow: 0 0 15px 0px #44444476;
  margin: 50px 0;
}

.solution-main1 {
  flex-direction: row-reverse;
  text-align: right;
  background: linear-gradient(270deg, #28397bb5 10%, rgba(255, 255, 255, 1) 50%);
}

.solution-main1 button {
  background: var(--color-06508f);
  border: 1px solid var(--color-06508f);
}

.solution-main1 h4 {
  color: var(--color-06508f);
}

.solution-main1 button:hover {
  color: #06508f;
  border: 1px solid var(--color-06508f);
}

.solution-main1 h4 {
  text-align: right;

}

.solution-right {
  padding: 50px;
  padding-right: 150px;
}

.solution-right1 {
  padding: 50px;
  padding-left: 150px;
}

.solution-main img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

/* industries */
.indus-top-slide {
  min-width: auto !important;
  /* width: fit-content!important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries {
  width: 100%;
  height: auto;
  float: left;
  background-color: var(--color-06508f);
  padding: 40px 0;
}

.industries ul li {
  float: left;
  text-transform: uppercase;
  display: flex;
}


.industries ul li a {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}

.industries ul li a:hover {
  color: var(--color-ec1f2b);
}

.industries ul li::before {
  content: "\2022";
  color: var(--color-ec1f2b);
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-inner {
  position: relative;
  height: 500px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

/* .inner-banner::before {
  position: absolute;
  background: #0f2851;
  height: 500px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
} */

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  margin: 0;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: var(--color-ec1f2b)!important;
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}


/* about */
.about-page{

  position: relative;

}
img.about-pg{
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
img.on-pg{
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.box {
  content: "";
  position: absolute;
  width: 53vh;
  border: 10px solid #06508f;
  height: 100vh;
  left: 50px;
  background: #f2f7fa;
  top: 25px;
  border-radius: 0 50px 50px 0;
  z-index: -9;
}

.about-left{
  padding-left: 50px; 
}
.service-right{
  padding-right: 50px; 
  
}
img.about-img {
  position: relative;
  border-radius: 350px 0 0 0;
  right: 0px;
  top: 0;
}
.about-inner{
  padding-right: 10px;
}
.case-img {
  width: 90%;
  border-radius: 0 0 0 86px;
  float: right;
}

img.about-img1 {
  position: absolute;
  right: -150px;
  top: 100px;
}

.about-right {
  padding-left: 150px;
}

a.read-more {
  margin-bottom: 50px;
  padding: 10px 50px;
  color: var(--color-ffffff);
  background: var(--color-06508f);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: var(--font-weight-SemiBold);
  margin-top: 10px;
  display: inline-block;
}

a.read-more:hover {
  background: var(--color-ec1f2b);
  color: var(--color-ffffff);
}
img.twenty {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-animation: rotate 30s normal linear infinite;
  animation: rotate 30s normal linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.icon {
  display: flex;
  align-items: center;
}

.icon img {
  margin-right: 20px;
}

.icons {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
/* .product-section */
.box2 {
  content: "";
  position: absolute;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 53vh;
  border: 10px solid #06508f;
  height: 650px;
  right: -50px;
  background: #f2f7fa;
  top: -60px;
  border-radius: 50px 0 0 50px;
  z-index: -9;
}
.box3 {
  content: "";
  position: absolute;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 53vh;
  border: 10px solid #06508f;
  height: 650px;
  left: -80px;
  background: #f2f7fa;
  top: -60px;
  border-radius: 0 50px 50px 0;
  z-index: -9;
}
.service-page p{
  text-align: justify;
}
.service-page{
  position: relative;
}
.service-page p a,.service-page small a{
  color: var(--color-ec1f2b);
}
.service-page b{
  color: var(--color-ec1f2b);
}
.service-page ul{
  margin: 20px 0;
}
.service-page ul li p{
  margin: 0;
}
.service-page ul li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service-page ul li i{
  font-size: 16px;
  color: var(--color-06508f);
  margin-right: 10px;
}


/* table */


div.table-title {
  display: block;
 margin: auto;
 max-width: 600px;
 padding:5px;
 width: 100%;

}

.table-title h3 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  font-style:normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
 background: white;
 border-radius:3px;
 margin: auto;
 padding:5px;
 width: 100%;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 animation: float 5s infinite;
 text-align: center;
 margin-top: 30px;
}

th {
 color:#D5DDE5;;
 background:#1b1e24;
 font-size:23px;
 font-weight: 100;
 padding:24px;
 text-align:center;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 vertical-align:middle;
}

th:first-child {
 border-top-left-radius:3px;
}

th:last-child {
 border-top-right-radius:3px;
 border-right:none;
}
 
tr {
 color:#666B85;
 font-size:16px;
 font-weight:normal;
 text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
 background:var(--color-06508f);
 color:#FFFFFF;
 transition: 0.5s;
}

tr:first-child {
 border-top:none;
}

tr:last-child {
 border-bottom:none;
}

tr:nth-child(odd) td {
 background:#06508f14;
}

tr:nth-child(odd):hover td {
 background:var(--color-06508f);
}

tr:last-child td:first-child {
 border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
 border-bottom-right-radius:3px;
}

td {
 background:#FFFFFF;
 padding:15px;
 text-align:center;
 vertical-align:middle;
 color: var(--color-06508f);
 font-weight:var(--font-weight-Regular);
 font-size:18px;
 text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

td:last-child {
 border-right: 0px;
}

th.text-left {
 text-align: left;
}

th.text-center {
 text-align: center;
}

th.text-right {
 text-align: right;
}

td.text-left {
 text-align: left;
}

td.text-center {
 text-align: center;
}

td.text-right {
 text-align: right;
}






.product{
  background: #f9f8fb ;
}
.product-slider{
  margin-top: 50px;
}
.product button.enquiry{
  padding: 15px 35px;
  margin-right: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.product button.enquiry a{
  font-size: var(--font-size-16)!important;

}
.enquiry-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.pro-bottom{
  background: #efeff0;
  text-align: center;
}
.pro-bottom .div-text,.pro-bottom1 .div-text{
  padding:  25px 0;
  text-align: center;
  margin: 0;
  
}
.pro-bottom1{
  background: #f9f8fb;
}
.logoslider img{
  width: 100%;
}
.logoslider{
  padding: 50px;
}
.logoslider .swiper-slide{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.inner-point{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: var(--color-f2f7fa);
    border-radius: 20px;
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    margin-bottom: 50px;
}
.inner-point img{
  width: 80px;
  margin-right: 20px;
}
.inner-point p{
  font-size: var(--font-size-16);
  margin: 0;
  text-align: justify;
}
.inner-point h4{
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ec1f2b);
}
/* .service-section */


.inner-point1{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: var(--color-f2f7fa);
  border-radius: 20px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  margin: 15px;
  height: 98%;
}
.inner-point1 img{
  width: 100%;
  border-radius: 10px;
}
.inner-point1 p{
  font-size: var(--font-size-16);
  margin: 0;
  text-align: justify;
}
.inner-point1 h4{
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ec1f2b);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.inner-point1 .inner-heading{
 padding-top: 20px;
 padding: 0 20px;
}
.inner-point1 ul li p{
  margin: 0;
}
.inner-point1 ul li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.inner-point1 ul li i{
  font-size: 16px;
  color: var(--color-06508f);
  margin-right: 10px;
}
.inner-point1 a{
  font-size: var(--font-size-16);
  display: block;
  text-align: center;
  padding:8px 30px;
  background:var(--color-06508f);
  border-radius: 10px;
  color: #FFFFFF;
  margin: 20px auto;
  margin-bottom: 10px;
  width: fit-content;
  border: 1px solid var(--color-06508f);
  font-weight: var(--font-weight-Medium);
}
.inner-point1 a:hover{
  background: #FFFFFF;
  color: var(--color-06508f);
}
.v-none{
  visibility: hidden;
}




/* .service-section */

/* australian */
.australian{
  background: #f9f8fa;
  background: linear-gradient(360deg, #f9f8fa 90%, #ffffff00 20%);
  border-bottom: 2px solid #efefef;
}
.inner-aus{
  padding-top: 150px;
  padding-left: 100px;
}
img.aust-main {
  width: 100%;
  object-fit: fill;
  border-radius: 0 156px 0 0;
}
ul.point-aus{
  padding-left: 30px;
  padding-right: 150px;

}
ul.point-aus  li{
  list-style: disc;
}
li::marker {
 font-size: 30px;
  color: var(--color-06508f);
}
.australian a.read-more{
  text-transform: uppercase;
  background: none;
  color: var(--color-ec1f2b);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-Medium);
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}
ul.right{
  margin-top: 20px;
}
ul.right li{
  display: flex;
}
ul.right li img{
  width: 30px;
  height: 30px;
  margin-right: 15px;

}
/* australian */


/* testinomal */

.testinomal {
  width: 100%;
  position: relative;

}
.testinomal h3{
  color: #282828;
  margin-top: 20px;
}
.testinomal::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  background: url(../images/testimonial.jpg) right no-repeat;
  background-size: cover;
}
.img-center {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testi-content{
  padding-top: 250px ;
  padding-bottom: 150px ;
  position: relative;
}
img.double {
  top: 100px;
  right: -30%;
  position: absolute;
}
.testimonial-slider {
  overflow: hidden;
  margin-top: 30px;
  padding: 100px 20px;
  padding-right: 0;
  padding-top: 200px;
}
.testinomal-inner{
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.163) 0px 8px 24px;
}
.swiper-button-next, .swiper-button-prev{
  width: 50px;
  height: 50px;
  top: 80%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-size: 15px 20px;
  border: 2px solid var(--color-06508f);
  border-radius: 50%;
  right: auto;
  left: 12.5%;
background: url(../images/icons/next.png)center no-repeat;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-size: 15px 20px;
  border: 2px solid var(--color-06508f);
  border-radius: 50%;
  left:8.5%;
  right: auto;
background: url(../images/icons/prev.png)center no-repeat;

}

.testinomal button {
  border-radius: 0;
  padding: 20px 60px;
  font-weight: var(--font-weight-Bold);
}

img.img-testinomal {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 99;
  margin-right: 20px;
  /* position: absolute; */
}
.testinomal-center {
  flex-direction: column-reverse;
}

.testinomal-para p {
  color: #282828;
  font-size: var(--font-size-16);
}

.testinomal-para h5 {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  font-family: var(--font-family-poppins);
  margin-bottom: 0;
  padding: 0;
  margin-top: 40px;
}

p.desig {
  font-size: 14px;
  margin-bottom: 0;
  color: #282828;

}

.testinomal-slider {
  overflow: hidden;
}
.name h5{
  margin-bottom: 0;
  color: #282828;
  text-transform: uppercase;
  font-weight: var(--font-weight-SemiBold);
  font-size: var(--font-size-19);
}

/* testimonial */






/* .download */
ul.download-list li {
  float: left;
  margin: 18px;
  list-style: none;
  width: 45%;
  display: table-row-group;
  border: 1px solid var(--color-f2f7fa);
  background: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 13px;
  /* margin: 0 auto; */
}

li.right-section-download {
  float: right;
}

.right-section-download {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -8px;
}

ul.download-list li a {
  color: var(--color-656565);
  font-family: 'Noto Sans';
  font-size: 17px;
  line-height: 0px;
  position: relative;
  top: 6px;
  font-weight: 500;
}

.right-section-download a i {
  font-size: 23px;
  margin: 0px 2px;
  color: #1e6e42;
  padding: 3px 7px;
  padding-right: 11px;
  position: relative;
  top: 3px;
}

.right-section-download a {
  margin: 0 auto;
  transition: 0.7s;
}

.right-section-download a {
  margin-left: 15px;
  padding: 5px 0px;
}

.right-section-download i.icon-arrow-down-circle {
  position: relative;
  top: 4px;
  padding-right: 0;
  border: 0;
  color: #1c4b8c;
  right: 6px;
}

.right-section-download i.fa.fa-file-pdf {
  color: var(--color-ec1f2b);
}

section.downloas-secrion:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  background-image: url(../images/testimonial-content-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

section.downloas-secrion:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  background-image: url(../images/right-doted.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}


.service-right h4 {
  text-align: left;
  font-weight: var(--font-weight-Bold);
}

.service-right h4 span {
  display: block;
}

.service-right p {
  text-align: justify;
  padding-right: 0;
}

.service-img {
  position: relative;
}

img.main-service {
  position: absolute;
  left: -30%;
  top: 35%;
  z-index: -9;
}

.service-img1 img {
  position: absolute;
  width: 480px;
  height: 320px;
  border-radius: 40px;
  box-shadow: 0 0 40px 0px #4d4d4da1;
  float: left;
  border: 10px solid var(--color-ffffff);
  background-color: #000000;
  z-index: 99;
  top: 25%;
  left: 25%;
}




.site-heading h2 span {
  color: var(--color-ec1f2b);
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item {
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #59595933;
  border-radius: 20px 20px 0 0;
  transition: 0.5s;
}

.team-area .item .thumb img {
  transition: 0.5s;
}

.team-area .item .thumb img:hover {
  transform: scale(1.1);
}


.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0px 5px 10px 0px #59595933;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--color-ec1f2b);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  font-weight: 600;
  text-transform: uppercase;
}

.site-heading span {
  display: inline-block !important;
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.team-wrap h4 {
  font-weight: var(--font-weight-SemiBold);
  margin-top: 20px;
}

.team-wrap span {
  font-weight: 600;
  text-transform: uppercase;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}


.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}




.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left,
      rgba(247, 0, 104) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.speakers-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  /* background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png); */
  background: url(../images/principle/bg-shape.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speaker-block-three .image-box .image {
  width: 70%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 4px solid #ec1f2b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: var(--color-ec1f2b);
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -50px;
  background-color: var(--color-ec1f2b);
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.speaker-block-three .info-box .name {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  line-height: 2.5rem;
}

.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover {
  color: #fff;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-06508f);
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: var(--color-ec1f2b);
}

.our-mission {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(90deg, #f2f7fa 60%, rgba(255, 255, 255, 1) 100%);
  background-position: -80%;
}


.our-mission-left {
  padding-right: 50px;
}

/* .right-img {
  padding-right: 60px;
}

.left-img {
  padding-left: 60px;
} */
.competitive img {
  height: auto;
  border-radius: 10px;
  width: 700px;
}

.inner-competitive {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: var(--color-f2f7fa);
  border-radius: 0 0 86px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.inner-points {
  padding: 50px;
}

img.mission-img {
  width: 100%;
  border-radius: 0 0 86px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

img.mission-img1 {
  width: 80%;
  border-radius: 0 0 0 86px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

img.about-img.aos-init.aos-animate {
  width: 90%;
  border-radius: 0 0 86px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about-para1 {
  position: relative;
}

.about-para1:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background-color: var(--color-f2f7fa);
  z-index: -9;
}

.about-para2 {
  position: relative;
}

.about-para2:before {
  content: "";
  position: absolute;
  width: 70%;
  right: 0;
  height: 100%;
  background-color: var(--color-f2f7fa);
  z-index: -9;
}

.value {
  background: var(--color-f2f7fa);
}

img.goal-img {
  width: 250px;
  border-radius: 10px;
  margin-right: 25px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}

img.goal-img1 {
  width: 200px;
  border-radius: 10px;
  margin-left: 25px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;

}

.inner-goal {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}

.inner-goal1 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px;
  text-align: right;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
  align-items: center;
  justify-content: flex-end;
}


.mission-left img {
  width: 100%;
  object-fit: contain;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.mission-right img {
  width: 100%;
  object-fit: contain;
  border-radius: 0 0 86px;
}

.mission-inner {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}

.mission-inner:last-child {
  margin-bottom: 0;
}

.about-points p {
  margin-bottom: 0px;
  display: flex;
  line-height: 25px;
}

img.btn-img {
  width: 100px;
  object-fit: contain;
  border-radius: 20px 0 0 20px;
  padding: 20px;
  background-color: var(--color-06508f);
}

.about-btn {
  display: flex;
  padding: 0;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

button.inner-btn {
  padding: 20px 45px;
  width: 22%;
  padding-right: 80px;
  border-radius: 0px 20px 20px 0px;
  border: 1px solid var(--color-06508f);
  text-align: left;
  position: relative;
  z-index: 9999999;
}

.inner-btn h3 a:hover button.inner-btn {
  color: var(--color-ffffff) !important;
}

button.inner-btn:hover:before {
  filter: none;
  right: 25px;
}

button.inner-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrow.png) right no-repeat;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -9;
  filter: grayscale();
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.about-us {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.about-points ul li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.about-points ul li i {
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px;
  color: var(--color-ec1f2b);
}

h4.main-title span {
  display: block;
}

/* counter */
.counter {
  width: 100%;
  height: auto;
  float: left;
  background: var(--color-f2f7fa);
}

img.counter-img {
  width: 69%;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: -12.5%;
}

.counter h2 {
  color: var(--color-06508f);
}


.count-area {
  position: relative;
  text-align: center;
  color: var(--color-06508f);
}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-digit,
.count-name {
  margin: 5px 0px;
  color: var(--color-f26b28);
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-Bold);
  justify-content: center;
  align-items: center;
}

.count-title {
  padding: 20px 0;
  color: var(--color-ec1f2b);
  text-align: center;
  line-height: normal;
}

.count-name {
  font-size: var(--font-size-50);
}

.counter-flex {
  justify-content: left;
}

/* counter */

/* case-studies */
.case-studies {
  width: 100%;
  height: 100%;
  float: left;
  /* background: var(--color-f2f7fa); */
  overflow: hidden;
  z-index: -1;
}

.case-slider {
  overflow: hidden;
}

.case-slider {
  padding-top: 50px;
}

.case-slider h2 {
  width: 80%;
  font-size: var(--font-size-27);
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
  padding-top: 30px;
  clear: both;
}

.case-box a {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-SemiBold);
}

.case-box img {
  width: 90%;
  object-fit: cover;
  border-radius: 0 0 86px;
  height: 100%;
  float: left;
  margin: 10px 0;
  position: relative;
  z-index: 9;
}

/* case */
/* contact */
.contact {
  position: relative;
  background: var(--color-f2f7fa);
  padding-bottom: 200px;
}
.contact-li{
  margin-top: 30px;
}

.inner-contact {
  padding: 60px 50px;
  border-radius: 0 0 248px 0;
  background: #ed1c24;
  overflow: hidden;
  align-items: center;
}

.inner-contact h2 {
  font-size: var(--font-size-50);
  text-transform: uppercase;
  line-height: normal;
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}

.inner-contact p {
  color: #fdbdbf;
}

img.fork {
  position: absolute;
  bottom: 100px;
  width: 450px;
}

.details i {
  background: #fdbdbf;
  color: var(--color-ec1f2b);
  width: 40px;
  height: 40px;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
}

.details h6 {
  text-transform: uppercase;
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: #fdbdbf;
}

.details a {
  font-size: var(--font-size-36);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
}

.details a:hover {
  color: var(--color-06508f);
}

/* contact */

/* contact */
.choose select {
  width: 100%;
  padding: 24px;
  cursor: pointer;
  color: #7f7f7f;
  border: none;
  background-color: var(--color-ffffff);
}

.choose option {
  cursor: pointer !important;
}


.contact-heading p {
  padding: 0 20%;
}

.contact iframe {
  height: 100%;
}

.connected-form {
  width: 100%;
  background: var(--color-f2f7fa);
}

input.form-control {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: var(--color-ffffff);
}

form.form-control {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 20px;
  background-color: #e2e2e234;
}

.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  width: 100%;
  height: 150px;
  padding: 20px;
  border: none;
  background-color: var(--color-ffffff);
}

.form-control {
  padding: 25px !important;
}


button.contact-btn {
  padding: 10px 60px;
  border-radius: 0;
  margin-top: 30px;
}

.address {
  display: flex;
  flex-direction: column;
  padding: 50px;
  border-radius: 10px;
  padding-left: 50px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 2px solid var(--color-f5f5f5);
  height: 100%;
}
.contact-add {
  background-color: var(--color-ec1f2b);
}

.contact-add i,
.contact-add p {
  color: #fff !important;
}


.address p {
  margin-bottom: 0;
  font-size: var(--font-size-22);
  color: #282828;
  font-weight: var(--font-weight-SemiBold);
}
.address i {
  font-size: 26px;
  margin-right: 15px;
  color: var(--color-ec1f2b);
  margin-top: 6px;
}
.address-top h2{
  margin-bottom: 30px;
}

ul.contact-social li {
  float: left;
}

ul.contact-social li i {
  font-size: 30px;
}



/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}


/* footer */

.footer {
  width: 100%;
  background-color: #f9f8fa;
  overflow: hidden;
}


.footer img {
  width: 50%;
  margin-bottom: 25px;
}

.footer-box p {
  padding-right: 30px;
  margin-bottom: 30px;
  width: 80%;
}

.footer-social ul {
  display: flex;
  margin-top: 80px;
}

.footer-social ul li {
  float: left;
  margin-right: 30px;
}

.footer-social ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-ec1f2b);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-ec1f2b);
}

h3.footer-heading {
  color: var(--color-06508f);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-poppins);
  margin-bottom: 30px;
  text-transform: uppercase;
}


.footer-menu ul li {
  margin: 10px 0;
}

.footer-menu ul li a:hover i {
  color: var(--color-ec1f2b);
}

.footer-menu ul li a:hover {
  color: var(--color-ec1f2b);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  transition: 0.5s;
}

.footer-menu ul li a {
  color: #282828;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.footer-contact ul li i {
  font-size: 25px;
  color: var(--color-06508f);
  margin-right: 20px;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-contact ul li a,
.footer-contact ul li p {
  color: #282828;
  font-weight: var(--font-weight-Medium);
  font-size: var(--font-size-16);
  font-family: var(--font-family-sora);
  display: block;
  margin-bottom: 0;
}

.footer-contact ul li a:hover {
  color: var(--color-ec1f2b);
}

ul.social{
  display: flex;
}
ul.social li{
  margin-right: 15px;
}
ul.social li i{
  font-size: 22px;
  color: var(--color-06508f);
  margin-top: 20px;
}

/* copy-right  */

.copy-right {
  background-color:#f9f8fa ;
  text-align: left;
  padding-bottom: 20px;
}

.copy-right p,
.copy-right p a {
  font-size: 16px;
  color: #282828;
}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right p a:hover {
  color: var(--color-ec1f2b);
}

.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}

/* calculator */




.contact-fixed {
  width: 55px;
  height: 55px;
  background-color: var(--color-06508f);
  position: fixed;
  bottom: 88px;
  border-radius: 100%;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  z-index: 999;
}
.contact-fixed:hover {

  background-color: #083a5c;

}

button.calculator-btn {
  background-color: var(--color-ec1f2b);
  margin-bottom: 30px !important;
}

.cursor {
  cursor: pointer;
}

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

.calculator-ans {
  background-color: var(--color-06508f) !important;
  padding: 30px !important;
  color: var(--color-ffffff) !important;
  margin: 10px 0;
  height: 60px !important;
  font-weight: var(--font-weight-SemiBold);
}


.calculator input,
.calculator select {
  height: 60px;
  padding: 15px !important;
  color: var(--color-000000);
  border: 1px solid #efefef;
}

.calculator-img img {
  width: 80%;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.calculator-flex {
  align-items: center;
}

.calculator-img {
  box-shadow: rgba(99, 99, 99, 0.455) 0px;

  position: absolute;
  right: -22%;
  top: 30%;
}

/* calculator */
.contact-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 60px;
  border-radius: 10px;
  /* margin-bottom: 50px; */
  background-color: white;
  font-size: var(--font-size-33);
  text-align: center;
  position: relative;
  /* align-items: center; */
  justify-content: center;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}
.contact-box-in {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-box-in i {
  font-size: var(--font-size-25) !important;
  border-radius: 100%;
  background-color: #184c8b;
  padding: 15px;
  top: -30px;
  left: 44%;
  color: aliceblue;

}

.contact-box-in a{
  margin-left: 20px;
  margin-bottom: 0;
  font-size: var(--font-size-33) !important;
  word-break: break-all;
text-align: left;
  }
.application-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border-radius: 10px;
  margin: 50px 0;
  background-color: white;
}
option {
  display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.item-page.contact-bf {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.wpcf7 {
  max-width: 100% !important;
}

form#frmVision6_149 {
  margin-top: 20px;
}



div#bfaform input {
  padding: 20px 10px !important;
}


div#bfaform p {
  margin: 0px;
}

div#bfaform .wpcf7-submit {
  background:  var(--color-06508f) !important;
  color: #fff !important;
  padding: 20px !important;
  border: none;
  line-height: 0;
  padding: 40px !important;
  font-size: 20px !important;
}

div#bfaform span.wpcf7-list-item.first.last {
  margin-left: 0px;
  margin-top: 10px;
}




.block-area h1 {
  color: var(--color-06508f);
  font-size: 2rem;
  margin-top: 0;
border-bottom: 5px solid;
  width: fit-content;
}

.block-area label {
  font-weight: var(--font-weight-SemiBold);
  color: #484848;
  font-size: 17px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.block-area p:before {
  display: none;
}


p.b-message {
  font-size: 12px;
  color: #797979;
  margin-top: 5px !important;
}

.block-area .row {
  margin-bottom: 20px;
}
button.btn.btn-primary.btn-lg{
  float: right;
  background: var(--color-ec1f2b);
  color: var(--color-ffffff);
  border: none;
}

.block-area input:focus {
  box-shadow: none !important;
  border: 2px solid var(--color-06508f) !important;
}

.block-area input {
  width: 100%;
  padding: 10px;
  border: 2px solid  #cccccc!important;
}


.block-area select:focus {
  box-shadow: none !important;
  border: 2px solid  var(--color-06508f) !important;
}

.block-area select {
  width: 100%;
  border: 2px solid  #cccccc;
  min-height: 50px;
  cursor: pointer;
}


.block-area textarea:focus {
  box-shadow: none !important;
  border: 2px solid  var(--color-06508f) !important;
}

.block-area textarea {
  width: 100%;
  border: 2px solid  var(--color-06508f);
  padding: 20px 10px !important;
}



.block-area input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  background: var(--color-06508f);
  color: var(--color-ffffff);
  padding: 20px ;
  border-radius: 10px;
  transition: 0.5s;
  font-weight: var(--font-weight-Medium);
  font-size: var(--font-size-20);
}
.block-area input[type="submit"]:hover{
  background: transparent;
  color: #06508f;
}




.block-area .alert {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 14px;
}



.block-area .alert.alert-warning {
  background:  var(--color-06508f);
  color: white;
  border-color:  var(--color-06508f);
}





.block-area .wpcf7-not-valid {
  border-color: #ff4444 !important;
  border-radius: 4px 4px 0px 0px !important;
}

span.wpcf7-not-valid-tip {
  color: #fff !important;
  background: #ff4444;
  padding: 5px;
  font-size: 14px;
  border-radius: 0px 0px 4px 4px;
}

.block-area .wpcf7-list-item-label {
  font-size: var(--font-size-20);
  margin-left: 5px;
}

.block-area .row .col-12:not(.col-md-6,:last-child) {
  margin-bottom: 20px;
}
label.required{
  position: relative;
}

label.required:after {
  content: "*";
  margin-left: 5px;
  font-size: 25px;
  color: red;
  font-family: 'futura-pt';
  margin-top: 0;
  position: absolute;
}
.input-field.with-add-on {
  width: calc(100% - 50px);
  left: 50px;
  position: relative;
}
.wpcf7-form-control-wrap{
  position: relative;
}
  .add-on {
    width: 60px;
    line-height: 46px;
    text-align: center;
  }
  .add-on.is-before {
    border-right: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.1);
  }
  .add-on.is-after {
    float: right;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    box-shadow: inset 2px 0 4px rgba(0, 0, 0, 0.1);
  }

@media (max-width: 767px) {
  label.required:after {
    float: right;
    right: -10px;
}
  .enquiry-btn {
  
    justify-content: flex-start;
}
  .carousel-caption {
  
    top: 0%;
}
section#hero-text {
  height: 75px;
  text-align: center;
}

section#hero-text h2.hero-1 {
  padding-left: 0px;
}

}





/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: flex;
margin-bottom: 10px;
}

.wpcf7-list-item-label {
display: inline-block;
}



.block-area .row .col-12.col-md-6:not(:last-child) {
  margin-bottom: 20px !important;
}


.tail-select .select-label {
  padding: 3px;
  width: 100%;
  border: 2px solid #e98300 !important;
}

.tail-select {
  width: 100%;
}

.tail-select .select-label:after {
  height: 40px;
  background: #e98300 !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.tail-select .select-label:before {
  top: 9px;
  color: #fff;
}

span.label-count {
  background: #e98300 !important;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
  color: #e98300 !important;
}

div[type-fuel]:not(:last-child) {
  margin-bottom: 20px;
}







/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-ec1f2b);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}
#button i {
  font-size: var(--font-size-22);
  color: var(--color-ffffff);
  top: 13px;
  position: relative;
}
#button i:hover {
  color: var(--color-ec1f2b);

}
#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-ec1f2b);
  background-color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

#whatsapp.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;

}

.whatsapp-btn {
  position: fixed;
  bottom: 12%;
  opacity: 0;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* responsive css */
@media only screen and (min-width: 1921px) {}

@media (max-width: 1600px) {
  :root {
    --font-size-19: 16px;
    --font-size-20: 18px;
    --font-size-22: 20px;
    --font-size-25: 22px;
    --font-size-36: 34px;
    --font-size-41: 36px;
    --font-size-66: 60px;
    --font-size-33: 26px;
    --font-size-50: 40px;
    --line-height-69: 65px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }

  .pt-80 {
    padding-top: 80px;
  }
  
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding: 0 90px;
  }
  .carousel-caption,.swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    left: 5%;
}
  .big-font {
    font-size: 6.5rem;
  }
  img.about-img {
    position: relative;
    border-radius: 300px 0 0 0;
    right: 0px;
    top: -33px;
    width: 1000px;
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--color-000000);
  padding: 10px 30px 10px 0;
}
button.enquiry {
  padding: 10px 25px;
}
img.twenty {
  top: 0px;
  width: 150px;
}
.inner-aus {
  padding-top: 100px;
  padding-left: 69px;
}
.australian a.read-more{
  margin-top: 10px;
}
.p-content {
  margin-bottom: 15px;
}
img.double {
  top: 60px;
  right: -30%;
  width: 150px;
}
.testimonial-slider {
  overflow: hidden;
  margin-top: 00px;
}
.testi-content {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}
.testimonial-slider {
  padding-top: 180px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 5.5%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: 9.5%;
}
.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 75%;
}

.box3 {
  width: 55vh;
  height: 580px;
  left: -60px;
  top: -60px;
}
section.about-page {
  padding: 100px 0;
}
img.img-fluid.about-pg {
  width: 90%;
  margin-left: 10%;
}
.box {
  height: 800px;
  left: 50px;
  top: 70px;
  border-radius: 0 50px 50px 0;
  z-index: -9;
}
.service-right {
  padding-right: 0;
}
.box2 {
  height: 550px;
}
  

 

}

@media (max-width: 1560px) {
  :root {
    --font-size-19: 16px;
    --font-size-20: 16px;
    --font-size-22: 18px;
    --font-size-41: 33px;
    --font-size-66: 55px;
  }
  p {
    margin-bottom: 10px;
  }
  .logoslider {
    padding: 15px;
}
.box2 {
  height: 530px;
}
section.points {
  margin-top: 50px;
}
.inner-point1 a {
  padding: 6px 20px;
}
.inner-point1 {
  margin: 5px;
}
.block-area h1 {
  font-size: 2rem;
}
.contact-li {
  margin-top: 20px;
}
.form-control {
  padding: 16px !important;
}
section.about-page {
  padding: 70px 0;
}
.box {
  height: 700px;
  left: 50px;
  top: 50px;
}
.competitive img {
  width: 600px;
}
.inner-points {
  padding: 29px;
}
.service-page ul {
  margin: 10px 0;
}
  .enquiry i{
    font-size: 16px;
  }
  .big-font {
    font-size: 6rem;
}
.about-inner {
  padding-right: 60px;
}
.testinomal-inner{
  padding: 30px;
}
ul.social li i {
  font-size: 20px;
  margin-top: 20px;
}

}

@media (max-width: 1480px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 50px;
}

:root {
  --font-size-16: 15px;
  --font-size-19: 16px;
  --font-size-20: 16px;
  --font-size-22: 18px;
  --font-size-25: 22px;
  --font-size-36: 34px;
  --font-size-41: 30px;
  --font-size-66: 55px;
  --font-size-33: 26px;
  --font-size-50: 40px;
}
.box2 {
  height: 530px;
  right: -25px;
  top: -70px;
}
img.img-fluid.about-pg.bulk-img {
  width: 90%;
  display: block;
}


.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
}
.product button.enquiry {
  padding: 10px 35px;
  margin-right: 30px;
  display: inline-block;
}
.carousel-caption {
  top: 40%;
  left: 5%;
}
td {
  font-size: 16px;
}
.carousel-caption {
  left: 5%;
}
.box3 {
  width: 55vh;
  height: 550px;
  left: -25px;
  top: -60px;
}
img.img-fluid.on-pg {
  width: 100%;
}
.view-more-btn{
  padding: 8px 30px;
  border-radius: 25px;
}
button.enquiry {
  padding: 10px 20px;
}
ul.point-aus {
  padding-left: 30px;
  padding-right: 100px;
}
ul.right {
  margin-top: 10px;
}
ul.right li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
img.aust-main {
  position: absolute;
  width: 48%;
  left: 0;
  bottom: 0;
  object-fit: fill;
  border-radius: 0 156px 0 0;
}
.australian {
  position: relative;
}
.inner-aus {
  padding-top: 150px;
  padding-left: 69px;
  padding-bottom: 50px;
}
}

@media (max-width: 1366px) {
  :root {
    --font-size-16: 14px;
    --font-size-19: 15px;
    --font-size-20: 15px;
    --font-size-22: 16px;
    --font-size-25: 22px;
    --font-size-33: 24px;
    --font-size-36: 34px;
    --font-size-41: 28px;
    --font-size-66: 50px;
    --font-size-50: 40px;
  }
  .pro-bottom .div-text, .pro-bottom1 .div-text {
    padding: 20px 0;
}
  a.read-more {
    margin-bottom: 30px;
    padding: 6px 30px;
    font-size: 14px;
  }

img.img-fluid.about-pg {
  width: 90%;
  margin-left: 6%;
}
.inner-point1 {
  height: 100%;
}
section.banner,.banner img,.overlay{ 
  height: 750px;
}
.box {
  height: 650px;
  left: 10px;
  top: 50px;
  border: 8px solid var(--color-06508f);
}

.box2 {
  height: 500px;
  right: -10px;
  top: -70px;
  border: 8px solid var(--color-06508f);
}
.box3 {
  width: 55vh;
  height: 500px;
  left: 0px;
  top: -60px;
  border: 8px solid var(--color-06508f);

}
.inner-point {
  border-radius: 10px;
  margin: 15px 0;
  padding: 25px;
}
img.img-fluid.about-pg.bulk-img {
  transform: translateX(-20px);
  width: 90%;
  /* display: block; */
}
.about-left {
  padding-left: 20px;
}
.competitive img {
  width: 500px;
}
  .breadcrumb-inner {
    height: 400px;
  }

.footer-menu ul li a {
    font-size: 15px;
}
  .pt-80 {
    padding-top: 40px;
}
.pb-80 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 25px;
}
  .big-font {
    font-size: 5.5rem;
}
.about-inner {
  padding-right: 0px;
}

img.about-img {
  position: relative;
  border-radius: 200px 0 0 0;
  right: -50px;
  top: -30px;
  width: 850px;
}
.big-font {
  font-size: 5.4rem;
}
.product-slider {
  margin-top: 20px;
}
.product-slider img{
  transform: scale(1.0);
  overflow: hidden;

transition: ease all 0.5s;}
.product-slider img:hover{
  transform: scale(1.1);
}
li::marker {
  font-size: 25px;
  color: var(--color-06508f);
  margin-top: 20px;
}
.australian {
  background: linear-gradient(360deg, #f9f8fa 80%, #ffffff00 20%);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 2%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: 7%;
}
.testinomal-inner {
  padding: 25px;
}
img.double {
  top: 90px;
  right: -30%;
  width: 150px;
}

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 20px 10px 0;
}
.enquiry i {
  font-size: 15px;
}
button.enquiry {
  padding: 10px 16px;
}
.footer-box p {
  padding-right: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.footer-box p{
  font-size: 15px;
}
.footer-contact ul li i {
  font-size: 18px;
  color: var(--color-06508f);
  margin-right: 10px;
}

.footer-contact ul li {
  margin-bottom: 20px;
}
.inner-aus {
  padding-top: 150px;
  padding-left: 40px;
  padding-bottom: 50px;
}
.copy-right p{
  margin-bottom: 0;
}
.footer-menu ul li {
  margin: 8px 0;
}

}

@media (max-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding: 0px 30px;
  }


  .address:last-child {
    padding: 15px;
  }
  .address.address-top{
    padding: 40px;
  }
  ul.contact-social li i {
    font-size: 25px;
    margin-right: 20px  ;
}
.m-social {
  margin: 0px 0;
}
.d-flex.align-items-center.contact-flex {
  display: flex;
  flex-direction: column;
}
  .address p{
    font-size: 14px;
  }
  .address i{
    margin-right: 10px;
  }

  .elipse {
    right: -133%;
  }

  .brand img {
    width: 90% !important;
  }

  .top-header:before {
    width: 90% !important;
  }

  .card {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .about-right {
    padding-left: 30px;
  }
  img.aust-main {
  
    height: 100%;
    object-fit: cover;
}
  img.about-img1 {
    width: 250px;
    right: -50px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 20px;
  }

  .our-mission-left img {
    width: 70px;
    height: 70px;
    margin-left: 5px;
  }

  .pb-200 {
    padding-bottom: 150px;
  }

  .elipse {
    right: -151%;
  }
}

@media (max-width: 1024px) {
  :root {
    --font-size-16: 15px;
    --font-size-19: 16px;
    --font-size-22: 18px;
    --font-size-26: 20px;
    --font-size-27: 27px;
    --font-size-25: 16px;
    --font-size-38: 30px;
    --font-size-41: 30px;
    --font-size-56: 56px;
    --font-size-66: 44px;
    --font-size-33: 22px;
    --line-height-35: normal;
    --line-height-36: normal;
  }
  .service-right {
    padding-right: 15px;
}
  .box2{
    display: none;
  }
  section.banner, .banner img, .overlay{
    height: 600px;
  }
  img.img-fluid.about-pg.bulk-img {
    transform: translateX(-30px);
    width: 97%;
    /* display: block; */
    margin-top: 30px;
}
  img.img-testinomal {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: -35px;
    margin-left: 30px;
    ;
    z-index: 99;
    position: absolute;
  }

  .calculator-img {
    right: -94vh;
  }

  .calculator-img img {
    width: 50%;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    padding-right: 20px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding: 0px 20px;
  }

  .mb-100 {
    margin-bottom: 48px;
  }


  .main-header.g_shrink.g_header .brand img {
    width: 90% !important;
  }

  .carousel-caption {
    left: 5%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
  ul.info-header {
    margin-left: 18% !important;
  }

  .services {
    bottom: 12%;
  }

  .tab-btn {
    padding-right: 70px;
  }

  .nav-pills .tab-btn.active {
    padding-right: 40px;
  }

  .benefit-para {
    padding: 20px;
  }

  .services-box img {
    width: 50px;
    height: 50px;
  }

  .nav-pills .service-tab.active {
    width: 140px !important;
  }

  .nav-pills .service-tab {
    width: 140px !important;
  }

  .service-right p {
    padding-right: 0px;
  }

  .service-img1 img {
    left: 20%;
  }

  .since {
    width: 110px;
    height: 110px;
  }

  .since h4 {
    padding: 20px;
  }

  .since {
    bottom: -6%;
    right: 10%;
  }

  .pt-200 {
    padding-top: 120px;
  }

  .mt-100 {
    margin-top: 80px;
  }

  .inner-industrie {
    width: 70%;
  }

  .pt-80 {
    padding-top: 50px;
  }

  button.inner-btn {
    padding: 13px 30px;
    padding-right: 70px;
  }

  .inner-industrie p {
    padding: 0 20px;
  }

  .industri-slider {
    margin-top: -40%;
  }

  .carrier-right h4 {
    padding-right: 20px;
  }

  img.counter-img {
    width: 75%;
    top: -13%;
    left: 24%;
  }

  .carrier-right button {
    padding: 10px 20px;
    margin-top: 30px;
  }

  .benefit-para:before {
    height: 700px;
    top: -10%;
  }

  .elipse img {
    width: 60%;
  }

  .elipse {
    right: -153%;
    top: 10%;
  }


  .case-box h2 {
    bottom: 15%;
  }

  p {
    margin-bottom: 10px;
    text-align: justify;
}

  .form-control,
  .choose select {
    padding: 15px !important;
  }



  .address p {
    padding-right: 0;
  }

  .address {
    padding: 35px;
    padding-left: 40px;
  }


  .industries ul li {
    margin-right: 20px;
  }

  /* about-pg */
  .grid figure figcaption h2 {
    font-size: 22px;
  }
  .navbar-nav .view-more-btn {
    /* margin-bottom: 15px; */
    margin-top: 15px;
}
.view-more-btn {
  padding: 8px 15px;
}
.carousel-caption {
  
  top: 6%;
}
.g_header, .main-header.g_shrink.g_header {
  padding: 0;
  position: relative;
}
}

@media (max-width: 991.98px) {
  :root {
    --font-size-16: 15px;
    --font-size-19: 15px;
    --font-size-22: 18px;
    --font-size-26: 20px;
    --font-size-27: 22px;
    --font-size-25: 18px;
    --font-size-33: 25px;
    --font-size-36: 20px;
    --font-size-38: 26px;
    --font-size-41: 26px;
    --font-size-50: 24px;
    --font-size-56: 56px;
    --font-size-66: 40px;
    --line-height-51: 35px;
    --line-height-69: 55px;

  }
  .details {
    margin-right: 5px;
}
.about-inner {
  padding-right: 0px;
  margin-bottom: 30px;
}
.about-inner a.read-more {
 
  margin-top: 25px;
}
.banner button.view-more-btn.slider-title2 {
  margin-top: 0;
}
  .gallery_sec a:hover::before{
    width: 35px;
    height: 35px;
  }
  .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: static;
    
}
.address.address-top{
  padding: 15px;
}
.case-box a {
  padding-left: 15px;
}

  img.service-img {
    border-radius: 0 0 56px;
}
.table-box,.table-box1 {
  padding-left: 0;
  margin-top: 10px;
}
.case img {
  width: 100%;
  border-radius: 0 0 56px 0;
  padding: 0 10px;
}

  h3.footer-heading {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .g_header,
  .main-header.g_shrink.g_header {
    padding: 0;
    height:95px;
  }

  .logo-bg,
  .main-header.g_shrink.g_header .logo-bg {
    width: 89%;
    height: 90px;
  }

  .breadcrumb-inner {
    height: 250px;
    padding-bottom: 15px;
  }

  .banner__grid.banner__grid1 {
    display: flex;
    flex-direction: column-reverse;
  }
  ul.download-list li {
    margin: 10px;
    width: 47%;
    padding: 10px;
}

  img.container-1 {
    position: absolute;
    width: 200px;
    right: 20px;
    bottom: -60px;
  }

  .service-section {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .banner__text {
    padding: 1rem;
  }

  .banner__text1 {
    padding: 1rem;
  }

  img.service-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-text1 {
    margin-bottom: 10px;
  }

  .main-header.g_shrink.g_header .brand img {
    top: 0;
  }

  .banner img,
  .banner {
    height: 600px;
    object-fit: cover;
  }

  .carousel-caption {
    width: 64%;
    left: 20px;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    top: 0;
}
.banner button.view-more-btn.slider-title2 {
  margin-top: 0px;
}
  .swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 30px;
  }

  img.about-img.aos-init.aos-animate {
    width: 65%;
  }

  img.about-img1 {
    right: 0;
    width: 350px;
  }



  .about-right {
    padding-left: 10px;
    margin-top: 20px;
  }

  .icons {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .icon img {
    width: 35px;
    margin-right: 10px;
  }

  .icon {
    margin-bottom: 15px;
  }

  .top-services {
    margin: 0;
  }

  .service1 img {
    margin-top: 30px;
    border-radius: 0 0 76px;
  }

  img.core-img {
    width: 73%;
    left: -190px;
  }

  .contact-box {
    padding: 30px;
   
}.contact-box-in {
 
  margin-bottom: 20px;
}

  .points h5 {
    font-size: 14px;
    margin: 0;
  }
  .contact-box {
    padding: 30px;
    margin-bottom: 30px;
    width: 96%;
    left: 2%;
}
img.about-img {
  right: 0;
  top: 0;
  width: 104%;
  left: -2%;
  margin-top: 30px;
  border-radius: 80px 0 0 0;
}


.application-form {
  margin: 30px 0;
}
  .points {
    width: 90%;
    background: var(--color-f2f7fa);
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 35px;
    padding-right: 18px;
    position: relative;
    height: 100px;
    border-radius: 0 0 96px 0;
    margin-bottom: 20px;
  }

  .count-title {
    padding: 10px 0;
    padding-top: 0 !important;
  }

  .case-box img {
    height: 100%;
  }

  img.fork {
    width: 380px;
    bottom: 60px;
    left: 38%;
  }

  .details i {
    background: #fdbdbf;
    color: var(--color-ec1f2b);
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  a.read-more {
    margin-bottom: 0px;
    border: 2px solid var(--color-ec1f2b);
    padding: 5px 15px;
    margin-top: 10px;
    font-size: 14px;
  }

  .count-digit {
    margin-bottom: 0 !important;
  }

  .testinomal-para {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 20px;
    margin-top: 1%;
    position: relative;
    border-radius: 0 0 90px 0;
    z-index: 9;
  }

  .testinomal-para:before {
    background-size: 30px;
    left: -40%;
    bottom: 220px;
  }

  .inner-contact {
    padding: 40px 0px;
    margin-bottom: 60px;
    border-radius: 0 0 100px 0;
  }

  img.fork {
    width: 250px;
    bottom: 40px;
    left: 37%;
}

  .navbar-dark .navbar-nav .nav-link {
    margin: 0;
    padding: 5px 20px;
    padding-right: 20px;
  }

  label {
    padding-right: 10px;
  }

  .d-flex-mission {
    display: flex !important;
    flex-direction: column-reverse;
  }

  .d-flex1 {
    flex-direction: column;
  }


  .contact-heading h2 {
    padding: 0 10%;
  }

  .contact-heading p {
    padding: 0 5%;
  }

  .mobile-flex {
    display: flex !important;
    flex-direction: column-reverse;
  }

  .mobile-flex-inner {
    margin-top: 30px;
  }

  .elipse img {
    display: none;
  }

  .tab-section {
    flex-direction: column;
  }

  .join-left h3 {
    margin: 15px 0;
  }

  .card {
    width: 0%;
  }

  .testinomal-slider {
    padding: 20px 0;
  }

  .nav-pills .service-tab.active h5 {
    padding: 0 10px;
  }

  .nav-pills .service-tab.active:before {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 10px;
  }

  .brand img,
  .main-header.g_shrink.g_header .brand img {
    width: 30% !important;
    padding: 10px 0;
    float: left;
  }

  .about-us p {
    padding: 0;
    margin: 0;
  }

  button.inner-btn {
    padding: 12px 30px;
    padding-right: 70px;
  }

  .about-btn {
    margin-top: 20px
  }

  .main-title {
    margin-bottom: 10px;
  }

  .tab-btn {
    padding-right: 40px;
    margin-bottom: 40px;
  }
  img.aust-main {
  
    border-radius: 0 75px 0 0;
}
  .nav-pills .tab-btn.active {
    padding-right: 35px;
    padding-left: 5px;
    border-left: 3px solid var(--color-ec1f2b);
  }

  .view-more-btn {
    font-weight: var(--font-weight-Medium);
  }

  .benefit-para a {
    margin-bottom: 30px;
  }

  .elipse {
    width: 50%;
    right: -24%;
    top: 40%;
  }

  .section-service {
    height: 150px;
  }

  .section-service {
    padding: 10px;
  }

  .section-service img {
    width: 45px;
    height: 45px;
    margin: 0;
    margin-right: 10px;
  }

  .nav-pills .service-tab.active {
    width: 230px !important;
  }

  .nav-pills .service-tab {
    width: 230px !important;
  }

  .section-service h5 {
    margin-bottom: 0;
  }

  .nav-pills .service-tab {
    margin: 0 6px;
  }

  .tab-content {
    padding: 10px;
  }

  button.know-more {
    padding: 10px 21px;
    margin-top: 15px;
  }

  ul.tab-list li {
    margin-bottom: 30px;
  }

  img.main-service {
    position: absolute;
    left: -6%;
    top: 15%;
  }

  .service-img1 img {
    width: 300px;
    height: 200px;
    left: 4%;
    top: 55%;
  }



  .pt-200 {
    padding-top: 80px;
  }

  .inner-industrie {
    width: 90%;
    height: 500px;
  }

  .footer-contact ul li i {
    font-size: 22px;
    margin-right: 10px;
  }

  .case-box h2 {
    padding: 15px 0px;
    padding-bottom: 0;
    padding-left: 15px;
  }

  img.carrier-img {
    width: 90%;
    position: absolute;
    left: -36%;
    display: none;
  }


  img.img-testinomal {
    border: 4px solid var(--color-ec1f2b);
  }


  .count-area-content {
    margin-top: 0px;
  }

  .count-title {
    padding: 10px 0;
  }

  .form {
    padding-left: 2%;
    padding: 0 15px;
  }

  .carrier-right p {
    padding-right: 0px;
  }

  .mt-30 {
    margin-top: 0px;
  }

  textarea.form-control {
    height: 110px;
  }
  ul.contact-social li i {
    font-size: 24px;
    margin-right: 15px;
}

  img.counter-img {
    display: none;
    width: 96%;
    left: 28%;
    top: -18%;
  }

  .carousel-caption1 p {
    padding: 0 !important;
  }

  .mission-right {
    width: 100%;
    position: relative;
  }

  .d-flex-mission1 {
    flex-direction: column;
    padding: 0;
  }

  .mission-left img {
    width: 100%;
    object-fit: contain;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin-right: 5%;
  }


  .mission-right img {
    width: 100%;
    object-fit: contain;
    border-left: 6px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin-left: 5%;
  }

  .history {
    background: var(--color-06508f);
  }

  .our-mission-right {
    padding: 50px 10px;
  }

  .our-mission-left {
    padding: 50px 0px;
    margin-top: 40px;
  }

  .mt-100 {
    margin-top: 0px;
  }

  .our-mission {
    width: 100%;
    background: var(--color-ec1f2b);
  }

  .service-right-inner {
    padding: 50px 10px;
    padding-left: 10px !important;
    margin: 0;
    padding-bottom: 0;
  }

  .service-right-inner1 p {
    text-align: left;
  }

  .service-right-inner1 {
    text-align: left;
    padding-right: 0px !important;
  }

  img.main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
  }

  .links-btn a {
    margin: 10px 0;
  }

  .ocean .card {
    margin-bottom: 50px;
    width: 100%;
    border-radius: 0 0 36px;

  }

  .heading {
    margin-top: 0;
  }

  figure:hover h2 {
    transform: translateY(-4em);
  }

  figure.effect-steve h2 {
    bottom: 50px;
  }

  .solution-main img {
    margin-left: -10% !important;
    height: 100%;
    margin: 0;
    padding: 0;

  }

  .solution-main {
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, #ec1f2b -30%, rgba(255, 255, 255, 1) 50%);
    box-shadow: 0 0 10px 0px #44444476;
    margin: 50px 0;
    flex-direction: column;
    padding: 50px 0;
    padding-bottom: 20;
  }

  .solution-main1 {
    background: linear-gradient(210deg, #0b5f97cb -30%, rgba(255, 255, 255, 1) 50%);
  }

  .solution-main1 img {
    margin-left: 10% !important;
    margin: 0;
    padding: 0;
  }

  .solution-right {
    padding: 25px;
  }
  .pad-left {
    padding: 0 12px;
    margin: 15px 0;
}
.small-addres{
  margin-bottom: 15px;
}
img.aust-main {
  width: 100%;
  left: 0;
  bottom: 0;
  position: relative;
  height: 100%;
  object-fit: cover;
}
section.about-page {
  padding: 50px 20px;
}
.inner-competitive {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}
img.img-fluid.about-pg {
  width: 100%;
  margin-left: 0;
  height: 500px;
  object-fit: cover;
}
.box {
  display: none;
}
.about-left {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.box3{
  display: none;
}

img.img-fluid.on-pg {
  width: 100%;
  margin-left: 0%;
  margin-bottom: 30px;
}
.competitive img {
  width: 91%;
  padding-top: 30px;
}
.pt-80 {
  padding-top: 30px;
}

.pb-80 {
  padding-bottom: 30px;
}
section.points {
  margin-top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
.points {
  width: 100%;
  background: #ffffff;
  margin-left: 2%;
  padding-left: 0;
  
}

}


@media (max-width: 800px) {
  .line-1 {
    top: 20px;
  }

  .line-2 {
    bottom: 12px;
  }
  img.img-fluid.about-pg.bulk-img {
    width: 93%;
    /* display: block; */
    margin-top: 30px;
    left: 43px;
}
}

@media (max-width: 767.98px) {
  :root {
    --font-size-16: 15px;
    --font-size-19: 16px;
    --font-size-22: 16px;
    --font-size-26: 20px;
    --font-size-27: 27px;
    --font-size-25: 16px;
    --font-size-38: 30px;
    --font-size-50: 25px;
    --font-size-56: 56px;
    --line-height-35: normal;
  }
  .big-font {
    font-size: 3.4rem;
}

  .points .col-12{
    margin-bottom: 30px;
  }
  .inner-point img {
    margin-right: 0;
}
  .inner-point {
    display: flex;
    flex-direction: column;
  }
  section.banner, .banner img, .overlay {
    height: 100%;
}
.banner img {
  height: 500px;
}
.overlay {
  height: 100%;
}
  i.fa-solid.fa-file-excel {
    margin-right: 6px;
}
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .logo-bg,
  .main-header.g_shrink.g_header .logo-bg {
    width: 100%;
    height: 90px;
  }


  .logo-bg {
    position: absolute;
    left: -46%;
  }


  img.about-img1 {
    top: 50px;
    right: 10px;
    width: 300px;

}
  ul.download-list li {
    margin: 10px 0;
    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}
.right-section-download a i{
  padding: 0;
}
ul.download-list li a {
  font-size: 14px;
  top: 0;
}
.right-section-download {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
  .inner-competitive {
    margin: 15px 0;
  }
  .connect-flex {
    display: flex;
    justify-content: flex-start !important;
    margin-top: 30px;
  }

  img.fork {
    width: 260px;
    bottom: 5px;
    left: 40%;
  }

  .banner button.view-more-btn.slider-title2 {
    margin-top: 20px;
  }

  .brand img,
  .main-header.g_shrink.g_header .brand img {
    width: 230px !important;
    padding: 10px 0;
    float: left;
  }
  .banner__figure, .banner__figure1 {
    height: 100% !important;
    width: 100%;
}
  img.core-img {
    position: relative;
    width: 95%;
    left: 0;
  }

 

  .inner-banner .breadcrumb .breadcrumb-item a,
  .inner-banner .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 2px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2px;
  }

  .pb-200 {
    padding-bottom: 100px;
  }

  .join-form {
    padding: 35px;
  }


  .join-form h4 {
    font-size: var(--font-size-26);
  }

  .join-left {
    padding-right: 0px;
  }

  button.inner-btn {
    width: 34%;
  }

  .industries ul li {
    margin-right: 0px;
  }

  .indus-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tab-section {
    flex-direction: column;
  }

  .elipse img {
    display: none;
  }


  .tab-btn span {
    display: contents;
  }

  p.color-fff.slider-title2 {
    padding: 0 20px;
  }

  .nav-pills .tab-btn {
    padding-right: 60px;
    line-height: 27px;
  }

  .nav-pills .nav-link:before {
    bottom: -20px;
  }

  .nav-pills .tab-btn.active {
    padding-right: 35px;
    padding-left: 10px;
    border-left: 5px solid var(--color-ec1f2b);
  }

  .benefit-para>.active {
    height: 100%;
    display: block;
  }

  .benefit-para:before {
    height: 100%;
  }

  .pb-150 {
    padding-bottom: 70px;
  }

  .service-right h4 span {
    display: contents;
  }

  img.counter-img {
    display: none;
  }

  .mt-100 {
    margin-top: 0px;
  }

  .service h4 {
    margin-bottom: 30px;
  }

  .benefit-para {
    padding: 25px;
  }

  .section-service h5 {
    line-height: inherit;
    padding: 0 10px;
  }

  .service-content {
    padding-top: 10px;
  }

  .tab-section {
    margin-top: 20px;
  }

  .inner-industrie {
    width: 100%;
    height: 450px;
  }

  .count-name {
    font-size: 22px;
  }

  .industri-slider {
    margin-left: 80px;
  }

  .inner-industrie p {
    padding: 0px;
  }

  .case-box img {
    width: 92%;
  }

  .case-box h2 {
    width: 100%;
    padding: 10px 0px;
    padding-bottom: 0;
    font-size: 18px;
    padding-left: 0px;
}
.case-box a{
  padding-left: 0;
}


  .industrie-prev {
    left: 36px;
    top: 20%;
    width: 4%;
  }

  h3.footer-heading {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .site-map-main {
    padding: 30px 20px !important;
  }

  .question {
    padding: 12px 42px 12px 12px;
  }

  .footer-social ul li {
    margin-right: 15px;
  }

  .highlight {
    padding: 12px;
  }

  .our-mission-left img {
    width: 50px;
    height: 50px;
    margin-left: 5px;
  }
  .footer-logo {
    margin-top: 15px;
}
}
@media (max-width: 575px) {
  :root {
   
    --line-height-69: 45px;
  }
  .contact-box-in a {
    word-break: break-all;
    text-align: left;
    font-size: 20px !important;
}
.view-more-btn.blue {
  margin-bottom: 20px;
}


  section.points .col-12{
    padding: 0;
  }
section{
  text-align: center;
}
.carousel-caption {
 
  top: 4%;
}
.footer-menu ul li a {
  
  justify-content: center;
}
.footer-contact ul li {
 
  justify-content: center;
}
footer{
  text-align: center;
}
.inner-aus {
  padding: 30px;
}
ul.point-aus {
  padding: 0;
  padding-left: 30px;
}
.enquiry-btn {
  justify-content: center;
}
ul.point-aus li {
  text-align: left;
}
.big-font {
  font-size: 3.4rem;
  -webkit-text-stroke: 2px #33333361;
}
.enquiry-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
}
@media (max-width: 480px) {
  .navbar-nav .view-more-btn {
    
    width: 80%;
}
section.banner, .banner img, .overlay {
  height: 450px;
}
.product .enquiry .view-more-btn {
  margin-bottom: 20px;
}
.contact-fixed {
  width: 47px;
  height: 47px;
  
  bottom: 78px;
  
  right: 18px;
  
}
#button i {
  
  top: 9px;
}
.breadcrumb-inner {
  height: 250px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
}
img.img-fluid.about-pg {
  
  height: 400px;
}
.menu-btn {

  right: 15px;
}
.navbar-expand-lg .navbar-nav {
  padding: 20px;
}
img.twenty {
  position: relative;
 
  padding: 10px;
}
  .big-font {
    font-size: 3.4rem;
}
.product button.enquiry {
  padding: 10px 35px;
  margin-right: 0;
  display: inline-block;
  margin-bottom: 20px;
}
  .gallery_sec a:hover::before{
    width: 35px;
    height: 35px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px !important;
  }

  .banner img,
  .banner {
    height: 450px;
    object-fit: cover;
  }

  :root {
    --font-size-16: 14px;
    --font-size-19: 16px;
    --font-size-22: 16px;
    --font-size-26: 18px;
    --font-size-27: 27px;
    --font-size-25: 16px;
    --font-size-38: 20px;
    --font-size-41: 30px;
    --font-size-50: 18px;
    --font-size-56: 56px;
    --font-size-66: 35px;
    /* --font-weight-Bold: 600; */
    --line-height-35: normal;
    --line-height-36: 20px;
  }
  .privacy-policy h3{
    font-size: 16px;
  }
  .privacy-policy h2{
    font-size: 17px;
  }
  .box-item h5{
    font-size: 16px;
    line-height: normal;
  }
  .privacy-policy ol li {
    list-style-type: auto;
    margin-left: 15px;
    color: var(--color-656565);
    margin-bottom: 5px;
}
.highlight {
  padding: 0;
}
.section {
  margin-bottom: 5px;
}
  .other-dangerous-box h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
  .box-item {
    border: 1px solid #ccc;
    padding: 15px 10px;
}
  .pt-50 {
    padding-top: 15px;
  }

  h3.footer-heading {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .contact-form{
    margin-top: 0;
  }
  section.contact {
    margin-top: 20px;
    padding: 0;
    background: var(--color-f2f7fa);
}
.inner-contact {
  padding: 20px 0px;
  margin-bottom: 60px;
  border-radius: 0 0 100px 0;
  
}

  .icon {
    margin-bottom: 16px;
  }

  p {
    text-align: justify;
    line-height: 24px;
  }

  a.read-more {
    margin-bottom: 0px;
    border: 2px solid var(--color-ec1f2b);
    padding: 10px 30px;
    margin-top: 15px;
    font-size: 14px;
    /* border-radius: 5px; */
}

  img.about-img1 {
    right: 3%;
    width: 60%;
    top: 15%;
}

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .icon img {
    width: 30px;
  }
  

  img.about-img.aos-init.aos-animate {
    width: 83%;
    margin-left: 10px;
  }

  .footer-social ul {
    margin-top: 30px;
  }

  .whatsapp-btn i {
    color: #fff;
    font-size: 22px;
  }

  img.fork {
    width: 200px;
    bottom: 5px;
    left: 45%;
  }

  #button::after {
    font-size: 26px;
    line-height: 50px;

  }

  .whatsapp-btn {
    position: fixed;
    bottom: 12%;
    right: 15px;
    width: 50px;
    line-height: 50px;

    height: 50px;
  }

  #button {
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .icons {
    margin-bottom: 0;
  }

  .service1 h3 {
    margin-bottom: 10px;
  }

  .icons {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 15px !important;
  }

  .img-center {
    display: flex;
    justify-content: center;
  }

  .service1 img {
    margin-top: 30px;
    border-radius: 0 0 50px;
  }

  .service-inner {
    width: 96%;
    padding:15px;
    padding-right: 25px;
  }

  .swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 100%;
    display: flex;
    bottom: 30px;
    left: 0;
    justify-content: center;
    position: relative;
  }

  .carousel-caption {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

  .contact-heading h2,
  .contact-heading p {
    padding: 0;
  }

  .section-service {
    height: 90%;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .mouse_scroll {
    bottom: 30px;
    right: 30px !important;
    left: 90%;
    width: 10px;
    margin: 0;
  }

  .site-map-main {
    padding: 30px 20px;
  }

  .address:last-child {
    padding: 20px;
    padding-left: 15px;
  }


  .inner-banner .breadcrumb {
    justify-content: left;
  }

  .join-form {
    padding: 15px;
  }

  .our-mission-left {
    padding: 0px 0px;
    margin-top: 30px;
  }

  .our-mission-right {
    padding: 30px 0px;
  }

  .service-right-inner {
    padding: 25px 0px;
    padding-left: 0px !important;
    margin: 0;
    padding-bottom: 0;
  }

  figure:hover h2 {
    transform: translateY(-3em);
  }

  .pb-50 {
    padding-bottom: 15px;
  }

  .title {
    margin-bottom: 10px;
  }

  img.img-testinomal {
    position: absolute;
    left: -10px;
    bottom: 10px;
  }

  .testinomal-para:before {
    background-size: 30px;
    left: -42%;
    bottom: 165px;
  }

  .testimonial-slider {
    padding-bottom: 0;
  }

  .case-slider {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .case-box img {
    width: 100%;
  }
  .testinomal-heading {
    margin-bottom: 0px;
  }

  .pb-200 {
    padding-bottom: 50px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 10px;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding-left: 10px;
    font-size: 14px;
  }

  .inner-service {
    width: 400px;
    height: auto;
  }


  .navbar-dark .navbar-nav .nav-link {
    padding-left: 15px !important;
    margin-top: 0 !important;
  }

  .pt-80 {
    padding-top: 30px;
  }

  .pb-150 {
    padding-bottom: 50px;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .brand img,
  .main-header.g_shrink.g_header .brand img {
    width: 200px !important;
    padding: 15px 0;
    float: left;
  }

  .logo-bg {
    position: absolute;
    left: -30%;
  }

  .address i,
  ul.contact-social li i {
    font-size: 18px;
    margin-right: 10px;
  }

  .address {
    padding: 15px;
  }

  .address h5 {
    margin-bottom: 0;
  }

  p.color-fff.slider-title2 {
    padding: 0 10px;
  }

  .nav-pills .tab-btn.active {
    background-size: 7%;
  }

  .swiper-button-white {
    display: none;
  }

  .nav-pills .service-tab {
    width: 90% !important;
    padding: 20px;
    height: 100%;
  }

  .nav-pills .service-tab.active h5 {
    padding: 0 0px;
  }

  .nav-pills .service-tab.active {
    width: 90% !important;
    height: 100%;
    padding: 10px;
  }

  .section-service h5 {
    line-height: inherit;
    padding: 0 0px;
  }

  ul.tab-list li {
    width: 50%;
  }

  .section-service img {
    width: 45px;
    height: 45px;
    margin: 0;
    margin-right: 5px;
  }

  h2.section-title {
    margin-bottom: 0;
  }

  .carrier-right {
    padding: 30px 10px;
  }

  .carrier {
    margin-bottom: 0;
  }

  .testinomal button {
    padding: 10px 30px;
  }

  .testinomal-para p {
    padding-right: 0px;
    text-align: center;
  }

  .testinomal-para h5 {
    text-align: center;
    color: var(--color-ec1f2b) !important;
  }

  .connected-form h2 {
    margin-bottom: 0;
    text-align: center;
}

  .pt-200 {
    padding-top: 60px;
  }

  img.btn-img {
    width: 90px;
  }

  button.inner-btn {
    width: 50%;
    padding: 10px 20px;
    padding-right: 80px;
  }

  .industrie-prev {
    width: 6%;
  }

  .case-studies {
    background: url(../images/industries.png) top no-repeat;
    background-position-y: -300px;
  }

  .industries {
    padding: 15px 0;
  }

  .inner-industrie {
    height: 380px;
  }
  .service {
    padding: 30px 10px;
}
.about-left {
  margin-top: 30px;
  padding: 0px;
}
img.container-1 {
  width: 170px;
  right: 20px;
  bottom: -75px;
}
.inner-points {
  padding: 10px;
}
.about-points ul li {
  margin-bottom: 10px;
  margin-left: -8px;
}
.footer-contact ul li {
  margin-bottom: 12px;
}
.about-points ul li i {
  margin-right: 5px;
  font-size: 15px;
}
.inner-competitive {
  margin: 15px 0;
  border-radius: 0 0 56px;
}
img.goal-img,img.goal-img1 {
  width: 100%;
  border-radius: 10px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
}
.inner-goal {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
  flex-direction: column;
}
.inner-goal1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px 0px;
  flex-direction: column-reverse;
  text-align: left;
}
.section-pg{
  padding: 0 10px;
}
.banner__text,.banner__text1 {
  padding: 10px;
  padding-top: 0;
}



  .carrier-right button {
    margin-top: 20px;
  }

  input.form-control {
    font-size: var(--font-size-16);
  }

  .solution-main {
    background: linear-gradient(150deg, #ec1f2b -30%, rgba(255, 255, 255, 1) 40%);
  }

  .solution-main1 {
    background: linear-gradient(210deg, #0b5f97cb -30%, rgba(255, 255, 255, 1) 40%);
  }

  .solution-right {
    padding: 20px 10px;
  }

  .footer img {
    width: 70%;
    margin-bottom: 5px;
  }

  .footer-box p {
    color: var(--color-06508f);
    padding-right: 0px;
    margin-bottom: 0px;
    display: none;
  }

  .copy-right {
    padding: 15px 0;
  }

  .footer-contact ul li i {
    font-size: 20px;
    margin-right: 10px;
  }

}

@media (max-width: 375px) {
  section.about-page {
    padding: 30px 0px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0px 10px;
  }
  .pt-80 {
    padding-top: 20px;
}
.about-left {
  margin-top: 30px;
  padding: 15px;
}
.inner-aus {
    padding: 20px;
}

  figure:hover h2 {
    transform: translateY(-5em);
  }
}

@media (max-width: 320px) {}

/* responsive css */



.gallery-section .gallery img{
width: 100%;
height: 300px;
margin-bottom: 30px;
object-fit: cover;
}



.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    object-fit: cover;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;opacity: 0.2;
}


.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}
.product-slider .swiper-slide {
  overflow: hidden;

 }
.product-slider .swiper-slide a{
 overflow: hidden;
 transition: ease all 0.5s;
}
.product-slider .swiper-slide img {
  height: 350px;
  width: 100%;
  overflow: hidden; transition: ease all 0.5s;
  object-fit: cover;
}
.product-slider .swiper-slide a:hover{
  background-color: #06508f;
  color: #fff;  object-fit: cover;

}
.product-slider .swiper-slide a:hover img{
transform: scale(1.01);
}

.product-slider .swiper-slide a:hover .pro-bottom{
  background-color: #06508f;

  }

  .product-slider  .swiper-slide a:hover .pro-bottom1 {
    background-color: #06508f;
  
    }

    .product-slider  .swiper-slide a:hover .pro-bottom h3{
      color: #fff;
    
      }
    
      .product-slider  .swiper-slide a:hover .pro-bottom1 h3 {
        color: #fff;
      
        }
        
        
        
        
button.submit-button {
    width: 100%;
    background: var(--color-06508f);
    color: var(--color-ffffff);
    padding: 16px 28px;
    border-radius: 7px;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #c1e0ff;
}

.post-code {
    display: flex;
    border: 2px solid #cccccc !important;
}    

input#pcode {
    border: 0px !important;
}
        
        
        
        
        
        
      