/* 
932 = my style start  
*/
@charset "UTF-8";

:root {
  --bs-body-line-height: 1.5;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: var(--bs-body-line-height);
}

.card {
  background: white;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }

  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }

  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }

  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }

  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1320px
  }

  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

.d-flex {
  display: flex !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-items-center {
  align-items: center !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1,
.pb-1 {
  margin-bottom: .25rem !important
}

.mb-2,
.pb-2 {
  margin-bottom: .5rem !important
}

.mb-3,
.pb-3 {
  margin-bottom: 1rem !important
}

.mb-4,
.pb-4 {
  margin-bottom: 1.5rem !important
}

.p-0,
.m-0 {
  padding: 0 !important
}

.p-1,
.m-1 {
  padding: .25rem !important
}

.p-2,
.m-2 {
  padding: .5rem !important
}

.p-3,
.m-3 {
  padding: 1rem !important
}

.p-4,
.m-4 {
  padding: 1.5rem !important
}

.p-5,
.m-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1,
.mx-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2,
.mx-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3,
.mx-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4,
.mx-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5,
.mx-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1,
.my-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2,
.my-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3,
.my-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4,
.my-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5,
.my-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1,
.mt-1 {
  padding-top: .25rem !important
}

.pt-2,
.mt-2 {
  padding-top: .5rem !important
}

.pt-3,
.mt-3 {
  padding-top: 1rem !important
}

.pt-4,
.mt-4 {
  padding-top: 1.5rem !important
}

.pt-5,
.mt-5 {
  padding-top: 3rem !important
}

/* ========================
  my style start 
===========================*/

h3 {
  color: #07194c !important;
}

p {
  color: #494949;
}

.heading {
  color: var(--themeColor);
}

.w-50 {
  width: 50%;
}

.text-center {
  text-align: center;
}

:root {
  --themeColor: rgb(5 138 144);
  --black: #000;
  --text-gray: #363636;
  --heading: rgb(5 138 144);
  --text-white: white;
  --btn1: rgb(24 110 183);
  --btn2: #ef7c00;;
  --radius: 5px;
  --text-size: 1rem;
  --Opacity-color: #a7a7a761;
  --header-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 4px 5px 0 rgb(0 0 0 / 9%);
}

/* web-kit-css */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #058a90;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

::-webkit-scrollbar {
  width: 5px;
}

body,
html {
  font-family: Arial, sans-serif;
  font-size: 100%;
  background-color: #058a9017;
  overflow-x: hidden;
}

/* header part */
header {
  z-index: 9;
  padding: 5px 5%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: var(--themeColor);
  box-shadow: var(--header-shadow);
}

a {
  text-decoration: none;
}

.menue ul li a:hover {
  background: var(--Opacity-color);
  transition: 0.5s;
}

.menue ul li a {
  color: white;
  padding: 15px 13px;
  margin: 0px 8px;
  border-radius: 5px;
  transition: 0.5s;
}

.contact-Menue {
  font-size: 12px;
  width: 100%;
  position: absolute;
  bottom: 56px;
  padding: 1px 0px;
  color: white;
  background: #08313236;
}

h2.counter::after {
  content: '+';
  margin-left: 5px;
  position: absolute;
}

.contact-Menue ul {
  margin: 0px !important;
}

.Togglebar,
.contact-Menue {
  display: none;
}

@media(max-width:850px) {
  .menue ul li:hover {
    background: var(--Opacity-color) !important;
  }

  .menue ul li a:hover {
    background-color: transparent !important;
  }

  .overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .menue ul li a {
    display: table-footer-group !important;
  }

  .menue ul,
  nav,
  .Togglebar,
  .contact-Menue {
    display: block !important;
  }

  .menue ul {
    margin-top: 50px;
  }

  .menue ul li {
    border-bottom: 1px solid white;
    padding: 15px 18px;
  }

  .openMenue {
    visibility: visible !important;
    transition: 0.5s;
    left: 0px !important;
  }

  .menue {
    visibility: hidden;
    top: 56px;
    width: 250px;
    transition: 0.5s;
    background: #058a90;
    position: fixed;
    left: -300px;
    height: 100%;
  }

  /* bar */
  .Togglebar {
    position: absolute;
    top: 14px;
    right: 22px;
    cursor: pointer;
  }

  .bar1,
  .bar2,
  .bar3 {
      width: 28px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;

  }

  .change .bar1 {
    transform: translate(0, 6px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
}

@media(min-width:1620px) {
  .container-fluid {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media(max-width:1030px) {
  .feature img {
    width: 100px !important;
    height: 100px !important;
  }
}

@media(max-width:768px) {

  .footer-cta .justify-content-center {
    justify-content: start !important;
    
  }
  .cta-text h4 {
    font-size: 17px !important;
  }
  .svgLocation, .callUs, .envelop, .sendM {
    width: 21px !important;
}
.single-cta{
  margin-bottom: 0.6rem ;
}
  .cta-text a span{
    font-size: 12px !important;
  }
  .copyright-area .row{
    display: flex;
    flex-direction: column-reverse;
  }
  .copyright-text{
    margin: 5px 0px;
  }
  .for-sm{
    border-top: 1px solid #ffffffb3;
    margin-top: 5px;
  }
  section .container-fluid {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }

  .feature img {
    width: 90px !important;
    height: 90px !important;
  }

  .hero-slider .item .cover .header-content h2 {
    font-size: 20px !important;
  }

  .hero-slider .item .cover .header-content .heading {
    font-size: 30px !important;
  }

  .hero-slider .item .cover .header-content h4 {
    font-size: 15px !important;
  }

  .hero-slider .item .cover .header-content {
    padding: 30px 20px !important;
  }

  .btn1,
  .btn2 {
    padding: 0px !important;
    padding: 0px 10px;
    text-align: center;
    line-height: 15px;
    height: 45px;
    width: 153px;
  }

  iframe {
    margin-bottom: 10px;
  }

  .w-50 {
    width: 95% !important;
  }
}

@media(max-width:450px) {
  .footer-content{
    padding: 2rem 1.5rem .2rem 1.5rem!important;
  }
.sm-space{
    padding: .1rem 1.5rem !important;
  }
  .footer-widget .btn-group{
    flex-direction: row;
  }
  .footer-cta .justify-content-center {
    justify-content: start !important;
  }
  .footer-logo a{
    display: block;
    margin: auto;
    text-align: center;
  }
.footer-logo img{
  width: 60%;
  margin: auto;
}

  .btn-group {
    display: flex;
    flex-direction: column;
  }
}

.align-items-center {
  align-items: center;
  justify-content: space-between
}

.justify-content-space-between {
  justify-content: space-between;
}

.btn1 {
  margin: 0px 1rem 10px 0px;
  padding: .9rem 1.5rem !important;
  color: white;
  border: 1px solid var(--btn1);
  border-radius: 5px;
  background-color: var(--btn1);
  z-index: 1;
}

.btn2 {
  border: 1px solid #ef7c00;
  margin: 0px 2rem 0px 0px;
  padding: .9rem 1.5rem !important;
  color: white;
  border-radius: 5px;
  z-index: 1;
  background-color: #ef7c00;
}

.btn1:hover {
  background-color: #df74004a !important;
  border: 1px solid white;
  padding: .9rem 1.5rem;
  color: white;
  border-radius: 10px;
  background-color: transparent;
}

.btn2:hover {
  padding: .9rem 1.5rem;
  color: white;
  border: 1px solid var(--btn1);
  border-radius: 10px;
  background-color: var(--btn1);
}

/* slider animation */
.hero-slider {
  margin-top: 55px;
  height: 560px;
}

.hero-slider .item {
  position: relative;
}

.hero-slider .item img {
  width: 100%;
  object-fit: cover;
}

.owl-carousel .owl-item img {
  height: 560px !important;
  filter: blur(3px);
}

.hero-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 560px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.hero-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.hero-slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.hero-slider .item .cover .header-content .heading {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.hero-slider .item .cover .header-content h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.hero-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.hero-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.hero-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.hero-slider .owl-nav .owl-prev {
  left: 19px !important;
}

.hero-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.hero-slider .owl-nav .owl-prev:focus {
  outline: 0;
}

.hero-slider .owl-nav .owl-prev:hover {
  background: var(--themeColor) !important;
}

.hero-slider .owl-nav .owl-next,
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out;
  background: var(--themeColor) !important;
  width: 40px;
  line-height: 47px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0px 11px;
  display: block;
  z-index: 2;
}

.hero-slider .owl-nav .owl-next {
  transform: rotate(180deg);
  right: 19px !important;
}

.hero-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.hero-slider .owl-nav .owl-next:focus {
  outline: 0;
}

.hero-slider .owl-nav .owl-next:hover {
  background: rgb(5 138 144 / 21%) !important;
}

.hero-slider :hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.hero-slider :hover .owl-next {
  right: 0px;
  opacity: 1;
}

.feature img {
  border: 1px solid #058a90;
  border-radius: 50%;
  padding: 10px;
  height: 130px;
  width: 130px;
  background: #f2dfdf21;
  margin: auto;
}

.img img {
  max-width: 100%;
  margin: auto;
  height: 450px;
}

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: white;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #ffffff;
  font-size: 15px;
}

.footer-content {
  position: relative;
  /* z-index: 2; */
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 20px;
}

/* .footer-logo img {  max-width: 150px;  height: 43px;} */
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon{
  display: flex;
  align-items: center;
}
.footer-social-icon span {
  margin-right: 25px;
  color: #07194c;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;

}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon svg {
  position: absolute;
  left: 8px;
  top: 7px;
  fill: white;
  width: 14px !important;
}

.facebook-bg,
.twitter-bg,
.YouTube-bg,
.instagram-bg,.linkedin-bg {
  position: relative !important;
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  opacity: .9;
  margin: 0px 3px;
}
.facebook-bg:hover,
.twitter-bg:hover,
.YouTube-bg:hover,
.instagram-bg:hover,.linkedin-bg:hover{
opacity: 1;
}

.menue ul li a {
  display: flex;
  align-items: center;
}

.facebook-bg {
  background: #1877f2;
  padding-bottom: 10px;
}
.linkedin-bg{
  background:rgb(10, 102, 194);
}
.facebook-bg svg {
  top: 5.5px;
  padding: 1.5px;
}

.twitter-bg {
  background: #55acee;
}

.twitter-bg svg {
  top: 8px;
  left: 8px;
}

.YouTube-bg {
  background: #b00;
}

.YouTube-bg svg {
  top: 8px;
  left: 7.5;
}

svg {
  width: 14px;
  fill: white;
  margin-right: 5px;
}

.svgLocation,
.callUs,
.envelop,
.sendM {
  width: 32px;
}

.instagram-bg {
  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
}

.footer-widget-heading h3 {
  color: #058a90;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #000f6f;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.bg-white {
  background-color: white !important;
}

.footer-widget ul li a:hover {
  color: #000f6f;
}

.footer-widget ul li a {
  color: #262626;
  text-transform: capitalize;
}
.footer-widget .btn-group a{
  line-height: 33px;
  display: block;
  height: 35px !important;
  width: 106px;
  padding: 0px !important;
  text-align: center;
  font-size: 14px;

}

.copyright-area {
  background-color: var(--themeColor);
}

.footer-cta {
  background-color: var(--themeColor);
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: white;
}

.copyright-text p a {
  text-decoration: revert;
  color: #000582;
  margin: 0px 5px;

}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #000f6f;
}

.footer-menu li a {
  font-size: 14px;
  color: white;
}

.twiter-iframe {
  border-radius: 5px;
  width: 350px;
  border-top: 5px solid #058a90;
  overflow-y: auto;
  border-bottom: 5px solid #058a90;
  height: 425px;
}

.textGreen {
  color: #ef7c00 !important;
}
.goTop{
  position: fixed;
  bottom: -80px;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  right: 20px;
  border-radius: 50%;
    z-index: 1;
    background-color: #ef7c00;
  visibility: hidden;
  cursor: pointer;
}
.goTop:hover{
  opacity: .8;
}
.goTop svg{
  margin: auto;
  width: 20px;
  transform: rotate(90deg);  
  margin-top: 10px;


}
.showtopbtn{
  bottom: 20px;
  transition: 1s;
  visibility: visible !important;
}
.b2b-banner{
  width:100%; 
}
.footer-widget ul li a:hover,.copyright-area .footer-menu a:hover {
  text-decoration: underline;
}
.b2b-banner img{
  width:100%;
  height: 100%;
}
/* fade ind down animation style */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}