@import url(https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap);
/* Varialbes */
:root {
    --font-default:"Montserrat", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --black: #000000;
    --dark: #333;
    --tdark: #444;
    --white: #ffffff;
    --color-primary: #5f9371;
    --color-secondary: #7E7F73;
    --color-heading: #2c3e50;
    --color-paragraph: #444;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
 font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    background: #fff;
    background-position: top;
    background-repeat: repeat-x;
/*    padding-top: 110px;*/
overflow-x: hidden;
}
p {
    margin-bottom: 10px;
}       
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}
.container-fluid{
     padding-left: 30px;
    padding-right: 30px;  
}
.container-custom{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
/*----------header-----------*/
header {
/*    background-color: #150c1a;*/
/*    background: rgb(0 0 0 / 87%);*/
/*    padding: 20px 0px;*/
    position: relative;
    top: 0;
z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 0px;
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09) !important;
}
.logo_head
{
  display: inline-block;
  background-color: white;
  padding: 15px 0px;
  max-width: 190px;
}

.logo a img {
    width: 100%;
    max-width: 280px;
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

ul.ul_menu {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ul.ul_menu li {
/*    display: inline-block;*/
    padding: 10px 12px;
}
.text-align-right{
    text-align: right;
}
ul.ul_menu li a {
    font-weight: 700;
    color: #7E7F73;
    text-decoration: none;
/*    text-transform: uppercase;*/
    font-size: 23px;
    letter-spacing: 1.8px;
}
ul.contact-info.list-inline li {
    color: #fff;
    display: inline-block;
            -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_menu
{
/*  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;*/
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  align-items: center;
}

.header_menu li {
    display: inline-block;
    padding: 0px 5px;
}
.header_menu li a {
    display: inline-block;
    font-weight: 600;
    color: #7E7F73;
    text-decoration: none;
/*    text-transform: uppercase;*/
    font-size: 14px;
    letter-spacing: 1.6px;
    padding: 0px 10px;
}
.header_menu>li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.header_menu>li:last-child a{
    padding-right: 0px;
    margin-right: 0px;
}

.scroll_next
{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-decoration: none;
  position: absolute;
  right: 5%;
  bottom: 140px;
  z-index: 99;
  cursor: pointer;
}

.back-to-top {
    cursor: pointer;
    display: none;
    bottom: 20px;
    position: fixed;
    right: 30px;
    z-index: 9;
}
.extra p,.pa-backtotop-visible {
    display: inline-block
}

.back-to-top .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    right: 30px
}

.back-to-top .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #5f9371;
    border: 1px solid #ddd;
}

.back-to-top .go-top,.back-to-top .go-top-button:hover::after {
    top: 0;
    width: 45px;
    height: 45px;
    background-image: -webkit-linear-gradient(0deg,#ef7b10 0,#ef7b10 100%);
    opacity: 0
}

.back-to-top .go-top {
    position: fixed;
    color: #fff;
    background-image: -moz-linear-gradient(0deg,#ef7b10 0,#ef7b10 100%);
    background-image: -ms-linear-gradient(0deg,#ef7b10 0,#ef7b10 100%);
    z-index: 9999;
    line-height: 42px;
    visibility: hidden;
    -webkit-transition: .9s ease-out
}

.back-to-top .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right,#ef7b10 0,#ef7b10 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-out;
    border-radius: 100%
}

.back-to-top .go-top-button i {
    font-size: 18px;
    font-weight: 600;
    padding-left: 4px;
    color: #fff
}

.back-to-top .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.back-to-top .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.back-to-top .go-top-button:hover::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    animation: 1.6s ease-out infinite ripple;
    border-radius: 100%
}

.top-wrap .go-top-button:hover:before {
    background: #ffbd00
}

@keyframes ripple {
    0%,35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2)
    }
}
div.whatsappbro {
    margin: 0;
    padding: 50px 30px;
    border: 0;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    left: 0
}

.whatsappbro a img {
    animation-name: pulse;
    animation-duration: 1s
}
.getstarted {
    padding: 5px 20px !important;
}
.getstarted,  .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #764ee2;
  font-size: 14px;
  border: 2px solid #ef7b10;
  font-weight: 600;
}
.dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.dropdown ul li {
    position: relative;
  min-width: 200px;
}
.dropdown ul a {
    display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
color: #7E7F73;
}
.dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.dropdown:hover ul {
opacity: 1;
  top: 100%;
  visibility: visible;
}

.about{
    padding: 80px 0px;
}
.business{
       padding: 80px 0px;
background-color: #eee; 
}
.line_only {
  height: 2px;
/*  margin: 0 auto;*/
    margin-bottom: 0px;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.headings-line {
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #ef7b10;
  width: 20px;
  float: unset;
  max-width: 100%;
/*  margin-left: auto;*/
/*  margin-right: auto;*/
  display: block;
}
.line_only.center {
  margin: 0 auto;
  
}
.line_only.center .headings-line {
  margin-left: auto;
  margin-right: auto; 
}
.business_logo{
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
   gap: 30px;
   flex-direction: row;
}
.business_logo li a img{
    max-width: 100%;
    width: auto;
    max-height: 100px;
}
.business_logo li {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
  width: 20%;
    height:150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_logo li a {
    background-color: #fff;
 
    border-radius: 5px;
    display: inline-block;
  
}
.getstarted.scrollto {
  font-size: 12px;
  letter-spacing: 1px;
}
.dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px 5px 8px;
  font-size: 13px;
  color: #7b909a;
  white-space: nowrap;
  transition: 0.3s;
}
.header-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}
.header-sticky .logo_head {
  
  max-width: 130px;
}
#footer {
    font-size: 14px;
  padding: 20px 0px;
  padding-top: 60px;
  background-color: #eee;
}
.copyright {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 30px;
  font-size: 14px;
}
.footer-links h4{
    font-size: 20px;
}
.footer-links ul{
    list-style: none;
    padding-left: 5px;
}
.footer-links ul li a{
    text-decoration: none;
    color: #444;
    font-weight: 500;
}
.footer-links ul li:hover a{
 color: #ef7b10;
}
.footer-links ul li i{
    color: #ef7b10;
    font-size: 12px;
}
.social-links  a{
    font-size: 24px;
     color: #ef7b10;   
}
.hamburger {
  display: none;
}
.footer-logo img{
    max-width: 250px;
}
@media (max-width: 768px) {
  .hamburger {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 33px;
    font-size: 26px;
  color: #e21c90; 
    cursor: pointer;
  }
    .header_menu {
    display: none;
    padding-bottom: 15px;
  }
    .header_menu.show {
    display: block;
  }
    .header_menu li {
    display: block;
    padding: 5px 5px;
    width: 100%;
  }
  .getstarted, .getstarted:focus {
  padding: 8px 20px;
  margin-left: 0;
}
.business_logo {
flex-wrap: wrap;
}
.business_logo li {
flex: 30%;
}
.footer-logo{
    text-align: center;
}
.footer-logo img{
    padding: 0px 20px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 250px;
}
}