:root {
  --nunito: 'Nunito', sans-serif; 
  --Urbanist: "Urbanist", serif;
  --brown: #ffb400;
  --blue: #0054ff;
  --text-color: #212121;
  --white: #fff;
  --black: #000;
  --epcl-gradient-color: linear-gradient(103deg, #825339 0%, #2095da 100%);
  --radius: 10px;
  --bg-color:#82533912;
}
hr {
  margin: 0;
  background: #ddd;
}
.wow {
  animation-duration: 1s;
}
body { 
  position: relative;
  font-size: 16px;
  font-family: var(--nunito);
}
  

p {
  color: var(--text-color);  
  font-size: 17px;
  margin-bottom: 10px;
  line-height: normal;
}
ul, ol{
  padding-left: 0;
}
li{
  list-style: none;  
  font-size: 17px;
}
h1, h2, h3, h4, h5, h6{ 
  font-family: var(--Urbanist);
}

a {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a {
  text-decoration: none ;
  color: var(--blue);
}
a:hover {
  text-decoration: none ;
  color: var(--brown);
}
img{
  border: 0px;
  margin: 0;
  padding: 0;
  outline: none;
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: middle;
} 
.container-fluid{
  max-width: 1340px;
 
} 
.button1{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  font-family: var(--nunito);
  font-weight: 700;
  border-radius: 8px;
  background-color: var(--brown);
  letter-spacing: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.button1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--epcl-gradient-color);
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.button1:after {
  content: '';
  position: absolute;
  left: -352px;
  top: 100%;
  background: url(../images/wave-button.svg) repeat-x;
  width: 704px;
  height: 50%;
  z-index: 2;
  opacity: .4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: wave_button 7s cubic-bezier(.55,.5,.45,.5) infinite;
  animation: wave_button 7s cubic-bezier(.55,.5,.45,.5) infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.button1:hover{
  color: #fff;
}

.button1:hover:after {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  top: 60%
}

@-webkit-keyframes wave_button {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px)
  }

  to {
      -webkit-transform: translate(352px);
      transform: translate(352px)
  }
}

@keyframes wave_button {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px)
  }

  to {
      -webkit-transform: translate(352px);
      transform: translate(352px)
  }
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 23px;
  color: var(--brown);
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
}

.link-btn:hover {
  color: var(--blue);
  gap: 15px;
}

.link-btn span {
  text-decoration: underline;
}

.link-btn i {
  font-size: 14px;
  vertical-align: baseline;
}


.sec-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 60px;
  background: var(--brown);
  border-radius: 40px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 5px 34px 5px 74px;
  box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
  outline: none;
  border: none;
  transition: 0.5s;
  z-index: 9;
}

.sec-btn:hover {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
  padding: 5px 74px 5px 34px;
}

.sec-btn:before {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.5s;
  z-index: 5;
}

.sec-btn:hover:before {
  left: calc(100% - 55px);
  transform: translate(0, -50%) rotate(360deg);
  background: var(--white);
  color: var(--text-color);
}

.sec-btn.big {
  width: 200px;
  height: 60px;
  padding: 16.96px 4.96px;
}

.sec-btn span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

 
.space-class {
    padding: 60px 0;
}
 

.heading h2, .heading h3, .heading2 h2, .heading2 h3 { 
    font-size: 42px;
    color: var(--blue);
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.heading h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--brown);
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.sub-title{
  font-size: 22px;
  font-weight: 700;
}
 .ul-list{
  margin-top: 25px;
  color: var(--brown);
  padding-left: 0;
}
.ul-list li {
    position: relative;
    padding: 0px 0 0px 26px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ul-list li:first-child {
    padding-top: 0;
}

.ul-list li:before {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 0; 
}

.list-color li{
  color: var(--text-color);
  font-weight: normal;
}
.list-color strong{
      color: var(--blue);
}

.top-menu-bar {
  background: var(--brown);
  border-bottom: 1px solid var(--white);
  padding: 10px 0;
}
.middle-flex {
  display: flex;
  align-items: center;
}
.top-hd-con a {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.top-hd-con a:hover {
  color: var(--blue);
}
.top-hd-con ul li {
  margin: 0;
  padding: 0 20px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--blue);
}
.top-hd-con ul li:first-child {
  padding-left: 0;
}
.top-hd-con ul li:last-child {
  padding-right: 0;
  border: 0;
}
.top-social-icons a, .top-social-icons img {
  width: 20px;
  filter: brightness(6);
  transition: 0.3s;
  display: flex;
}
.top-social-icons ul li a:hover img {
  filter: brightness(0);
}
.top-social-icons ul {
  display: flex;
  justify-content: end;
}
.top-social-icons ul li {
  margin: 0 5px;
}
.top-social-icons ul li:last-child {
  margin-right: 0;
}
.top-social-icons a i {
  font-size: 20px;
  color: #fff;
}
.top-social-icons a:hover {
  color: var(--blue);
}



/*navbar css start here*/


.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    left: 0;
    z-index: 999; 
    transition: all .3s ease-in-out;
    animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.sticky+.content {
    padding-top: 102px
}


.site-navbar {
  margin-bottom: 0px; 
  width: 100%; 
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: var(--white); 
}
.site-navbar.transparent {
  background: transparent;
}
.site-navbar.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-navbar .site-logo { 
    position: relative;
    font-size: 24px;
    width: 220px;
    display: inline-block;
    padding: 15px 0;
} 
.site-logo img{
  width: 100%;
}
.site-navbar .site-navigation .site-menu {
      margin-bottom: 0;
    padding-left: 0;
    width: fit-content;
}
.site-navbar .site-navigation .site-menu .active > a span {
    border-radius: 0;
    display: inline-block; 
    line-height: 50px;
    position: relative;
}
 
.site-navbar .site-navigation .site-menu a {
  text-decoration: none ;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li:hover a{
  color: var(--brown);
}
.site-navbar .site-navigation .site-menu > li > a {
   padding: 0px 0px;
  font-size: 16px;
  text-decoration: none;
  line-height: 100px;
  font-weight: 700;
  color: var(--black);
}
.site-navbar .site-navigation .site-menu > li > a > span {
    padding: 5px 5px;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    line-height: 50px;
    border-radius: 0px;
    font-weight: bolder;
    position: relative;
    color: black;
} 
.site-navbar .site-navigation .site-menu > li > a:hover span{
  color: var(--text-color);
}
.site-navbar .site-navigation .site-menu > li:last-child a span{
  margin-right: 0;
  padding-right: 0;
}  
.site-navbar .site-navigation .site-menu .has-children > a span {
  position: relative;
  padding-right: 15px;
}
.site-navbar .site-navigation .site-menu .has-children > a span:before {
position: absolute;
    content: "\f107";
    font-size: 15px;
    right: -10px;
    font-family: 'FontAwesome';
    font-weight: 500;
    top: 5px;
    background-size: contain;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
}
.icon-close2:before{
  content: "x";
  color: var(--white); 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid var(--brown);
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: var(--white);
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  z-index: 99;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: var(--brown);
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: var(--text-color);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: var(--blue) ;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: var(--white);
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a {
  position: relative;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:after {
  position: absolute;
  right: 0;
  content: "\e315";
  right: 20px;
  font-family: "icomoon";
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: var(--white);
}
 
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20000;
  padding-top: 20px;
    background: var(--blue);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  overflow: scroll;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: var(--white);
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: var(--white);
  border-bottom: 1px solid rgb(255 255 255 / 54%);
  font-weight: 600;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: var(--brown);
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 46px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
/*.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}*/
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  transition: 0.3s all ease;
  font-weight: 500;
  background-image: url(../images/drop-arrow.svg);
  background-size: contain;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  filter: invert(1);
  /*transform: rotate(180deg);*/
  transform: rotate(0deg);
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before{
  transform: rotate(0deg);
}
/*.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
/*.site-mobile-menu .site-nav-wrap > li > ul {
  display: none;
}
.site-mobile-menu .site-nav-wrap > li:hover .collapse {
  display: block;
}*/
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 10px; 
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: var(--white);
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 16px;
  font-size: 16px;
  color: var(--blue);
   border-bottom: 1px solid var(--blue);
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.navbar-class{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*navbar css end here*/
 
  
.site-navigation{
  display: flex;
}
.inner-top-space {
    margin-top: 60px !important;
}



footer {
  background-color: rgb(244, 245, 249);
  padding: 120px 0 0px 0;     
  position: relative;
  z-index: 1;
}
footer .desc {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}
.footer-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -9;
  left: 0; 
  background-image: url(../images/footer-bg.png); 
}


footer a,
footer p { 
  transition: 0.3s;
}
.footer-logo-sec img {
  max-width: 270px;
  margin-bottom: 30px;
} 
footer .row {
  position: relative;
  z-index: 9;
} 
footer h3,
footer h4,
footer h5 {
  font-size: 27px;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--brown);
}
.footer-links li {
  color: var(--white);
  margin-bottom: 10px;
}
.footer-links li a:before{
content: "\f105";
font-family: fontawesome;
font-size: 15px;
margin-right: 6px;
}
.footer-links li a {
  font-size: 16px;
  color: var(--text-color);
}
.footer-links li a:hover{
  padding-left: 5px;
}

.footer-copyright{
  /* background-color: var(--black);
    color: var(--white); */
    text-align: center;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    margin-top: 80px;    
    border-top: 1px solid #6d6c7933;
}
.footer-copyright .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-copyright .container-fluid p {
    margin-bottom: 0;
    /* color: var(--white); */
}
.section-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-color);
}
.section-title span {
  background: linear-gradient(81deg, var(--brown) 0%, var(--brown) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  display: inline-block;
  position: relative;
}
.section-title span:before {
  background-image: url(../images/blog-text-shape.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: section-animation-2 3s infinite;
}
  
@keyframes section-animation-2 {
  0% {
      width: 0;
  }
  15% {
      width: 100%;
  }
  85% {
      opacity: 1;
  }
  90% {
      width: 100%;
      opacity: 0;
  }
  to {
      width: 0;
      opacity: 0;
  }
}


.subscribe-form{
  position: relative;
  max-width: 400px;
}
.subscribe-form #sfba_subscribe_form_494 .sfba_subscribe_form__fields .sfba-form2-fields, 
.subscribe-form input{
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 15px !important;
  padding-left: 20px !important;
  padding-right: 60px !important;
  border: 1px solid var(--blue) !important;
  border-radius: 30px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  color: var(--text-color) !important;
  display: block !important;
  width: 100% !important;
  background-clip: padding-box !important;
  margin-top: 0 !important;
  height: auto !important;
}

.subscribe-form #sfba-form2-container {
  background: transparent !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.subscribe-form .sfba_subscribe_form__fields_wrap{
  max-width: 100% !important;
  position: relative;
} 
  .subscribe-form .submit, .subscribe-form #sfba-form2-button {
    background-color: var(--blue) !important;
    color: var(--white) !important;
    height: 55px !important;
    width: fit-content !important;
    font-size: 16px !important;
    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    border-radius: 0 30px 30px 0 !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    border-left: 1px solid transparent !important;
    cursor: pointer !important;
    box-shadow: unset !important;
    border-color: transparent !important;
    line-height: normal !important;
    margin-top: 0px !important;
    border: 0 !important;
    padding: 15px !important;
} 
.subscribe-form .form-control:focus{
  box-shadow: unset;
}
.subscribe-form .submit:hover, .subscribe-form #sfba-form2-button:hover {
  background: var(--brown) !important; 
  color: var(--white) !important;
}
.footer-social {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 40px;
}

.footer-social li:not(:last-of-type) {
  margin-right: 10px;
}

.footer-social li a {
  color: var(--text-color);
  height: 35px;
  width: 35px;
  font-size: 14px;
  border: 1px solid rgba(34, 31, 63, 0.2);
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social li a:hover {
  background-color: var(--brown);
  color: var(--white);
  border: 1px solid var(--brown);
}


/*responsive css start here*/
@media(max-width:1340px){
 .container-fluid{
  max-width: 100%;
  padding:0 40px;
 } 
}

@media(max-width:1199px){
  .space-class{ 
  padding: 60px 0;
}
.site-navbar .site-navigation .site-menu > li > a > span {
    padding: 5px 7px;
    margin: 0 6px;
    } 
.cta-divider::before{
    right: -28px;
}
.cta-divider:after{
    right: -34px;
}

}

@media(min-width:1121px){
  .site-mobile-menu .collapse:not(.show) {
    display: block;
}

.mega-menu{
      display: flex !important;
    flex-wrap: wrap;
    left: 0;
}
.mega-menu:before{
  display: none;
}
.mega-menu li{
width: 50%;
}
}

@media(max-width:1120px){
.row {
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
  
.site-menu-toggle i {
  font-size: 34px;
}
.heading h2, .heading h3, .heading2 h2, .heading2 h3 {
    font-size: 36px;
  }
  .space-class {
    padding: 50px 0;
}
.site-navbar .d-none.d-lg-block{
  display: none !important;
}
.site-navbar .d-inline-block.d-lg-none{
  display: block !important;
} 
.subscribe-form, footer .desc { 
  max-width: 320px;
  margin-bottom: 20px;
}
.footer-copyright{
  margin-top: 30px;
}
footer{
  padding: 60px 0 0px 0;
}
}
@media(max-width:992px){ 
.container-fluid {
      max-width: 100%;
      padding: 0 20px;
  }
  .space-class {
      padding: 40px 0;
  }

.cta-divider::before, .cta-divider:after{
    display: none;
}
    .single-contact {
        margin-bottom: 20px;
    }
    .section-title {
      font-size: 38px;
    }
    .sec-btn{
      height: 50px; 
      padding: 5px 20px 5px 56px;
    }

    .sec-btn:hover{ 
      padding: 5px 56px 5px 20px;
    }
    .sec-btn:hover:before{
      left: calc(100% - 45px);
    }

    .sec-btn:before{
      width: 40px;
      height: 40px;
    }
    .subscribe-form .submit{
      height: 48px;
    }
    .subscribe-form input{
      height: 48px;
    }
  }

@media(max-width:768px){ 
  .container-fluid { 
    padding: 0 20px;
  }
  .space-class, .about-sec {
    padding: 40px 0;
  }
 
  .space-class {
    padding: 40px 0;
  }   
 
  .site-navbar .site-logo{
        width: 170px;
  } 
  .f-info__wrapper{
    margin: 0 -15px !important;
    justify-content: center;
  }
  .f-info__wrapper .col-md-4.col-sm-6{
    margin: 10px 0 !important;
  }
  .f-info{
    padding: 20px 15px;
  }
  .f-info__wrapper .imgbox-icon{
    top: 0;
  } 
.footer-copyright .container-fluid{
  flex-direction: column;
}

.cta-number {
    font-size: 23px;
  }
    .section-title {
      font-size: 26px;
  }
  footer {
    padding: 40px 0 0px 0;
}
  .footer-copyright {
    margin-top: 10px;
    padding: 10px;
  }
  .footer-social{
    margin-top: 30px;
    margin-bottom: 0;
  }
} 


@media(max-width:576px){ 
/*
.site-logo img {
  height: 60px;
}*/
.heading h2, .heading h3, .heading2 h2, .heading2 h3 {
    font-size: 32px; 
    margin-bottom: 10px;
}  
.icon__title{
  display: none;
}
.h-infobox{
  margin-right: 5px;
}
.site-logo img { 
    position: relative;
    z-index: 9999;
  }  
.inner-top-space {
    margin-top: 30px !important;
}

    .cta-wrapper{
        padding: 20px;
    }
    .site-navbar a.sec-btn {
      display: none;
  }
}


@media(max-width:480px){ 
      .container-fluid {
        padding: 0 15px;
    }
  .site-navbar .site-logo {
        width: 140px;
    }
.tt-col__item i{
  display: none;
}
.h-infobox address{
  font-size: 17px;
      letter-spacing: 2px;
}
.heading h2, .heading h3, .heading2 h2, .heading2 h3 {
    font-size: 27px;
} 
.button1{
  letter-spacing: normal;
}
.button { 
    padding: 13px 30px;
    }
  
.site-navbar .site-logo{
      padding: 15px 0;
}  

.sub-title {
    font-size: 19px;
  }
}

@media(max-width:375px){
 .heading h2, .heading h3, .heading2 h2, .heading2 h3 {
      font-size: 24px;
  }
  .site-menu-toggle i {
      font-size: 28px;
  }
  .site-navbar .site-logo {
      width: 125px;
  }
  .h-infobox address { 
      letter-spacing: 0px;
    }
    .h-infobox {
    font-size: 11px;
  }
  }