@charset "UTF-8";
:root {
  --color-primary: #FF6A10;
  --color-secondary: #FF6A10B0;	
  --color-heading:#000;
  --color-gray-light: #F6F6F6;
  --color-white:#ffffff;
  --color-body:#666666;
  --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
  --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
  --font-primary: "Euclid Circular";
  --font-secondary: "Euclid Circular";
  --font-alt: "Source Serif Pro", serif;
  --font-size-b1: 24px;
  --font-size-b2: 18px;
  --font-size-b3: 16px;
  --font-size-b4: 12px;
  --line-height-b1: 1.5;
  --line-height-b2: 1.67;
  --line-height-b3: 1.67;
  --line-height-b4: 1;
  --h1: 74px;
  --h2: 64px;
  --h3: 34px;
  --h4: 30px;
  --h5: 20px;
  --h6: 18px;
  --div-gap-1: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
  margin:0px !important;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.19;
}
h2,
.h2 {
  font-size: var(--h2);
  line-height: 70px;
}
h5, .h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6, .h6 {
  font-size: var(--h6);
  line-height: 1.25;
  font-weight:500;
  font-family:var(--font-secondary);
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	
  h1,
  .h1 {
    font-size: 55px;
	line-height: 60px;
  }
  h2,
  .h2 {
    font-size: 45px;
	line-height: 50px;
  }
  h3,
  .h3 {
    font-size: 28px;
	line-height: 33px;
  }
  h4,
  .h4 {
    font-size: 25px;
	line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 18px;
	line-height: 25px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 45px;
	line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 40px;
	line-height: 45px;
  }
  h3,
  .h3 {
    font-size: 24px;
	line-height: 30px;
  }
  h4,
  .h4 {
    font-size: 20px;
	line-height: 25px;
  }
  h5,
  .h5 {
    font-size: 16px;
	line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
	line-height: 45px;
  }
  h2,
  .h2 {
    font-size: 32px;
	line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 28px;
	line-height: 35px;
  }
  h4,
  .h4 {
    font-size: 24px;
	line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 18px;
	line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
   h2, .h2 {
    font-size: 28px;
    line-height: 30px;
  }
  
}
.primary-color{color:#ff6a10;}

@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid Circular';
    src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Feather';
	src:
	url('../fonts/Feather.ttf?sdxovp') format('truetype'),
	url('../fonts/Feather.woff?sdxovp') format('woff'),
	font-weight: normal;
	font-style: normal;
}
[class^="feather-"], [class*=" feather-"] {
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 576px) {
  .zyvo-container, .zyvo-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .zyvo-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .zyvo-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .zyvo-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .zyvo-container {
    max-width: 1320px;
  }
}
.zyvo-container{
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.zyvo-container-fluid{
  width:100%;
  padding-right:75rem;
  padding-left:75rem;
  margin-right:auto;
  margin-left:auto;
  padding-top:20px;
  padding-bottom:20px;
}
.zyvo-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 400;
  margin: 0;
  scroll-behavior: auto;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}

.mainbar-row {
  display: flex;
  justify-content: space-between;
}
.mainbar-row .rbt-main-navigation {
  flex: 1;
  display: flex;
  margin: 0 30px;
  justify-content: center;
}
.mainbar-row.rbt-navigation-end .rbt-main-navigation {
  justify-content: end;
}
.mainbar-row.rbt-navigation-start .rbt-main-navigation {
  justify-content: start;
}
.rbt-header-wrapper .rbt-header-content > div {
  padding: 0 5px;
}
.rbt-none{
	display:none !important;
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.rbt-header .mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.rbt-header nav ul {
  list-style: none;
  list-style-image: none;
  list-style-image: none;
}

.rbt-header .mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.position-static {
  position: static !important;
}

header, footer, nav, section{
  display: block;
}
.rbt-header {
  position: relative;
  z-index: 99;
  box-shadow: var(--shadow-1);
}
.logo a {
  display: block;
}
.rbt-header .logo a img {
  max-height: 75px;
  object-fit: cover;
  max-width: 250px;
}

.header-space-betwween {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .header-space-betwween {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-space-betwween {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-space-betwween {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-space-betwween {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-space-betwween {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-space-betwween {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.rbt-header .mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.rbt-header .mainmenu-nav .mainmenu > li > a {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 12px;
  }
}
.rbt-header .mainmenu-nav .mainmenu > li > a i {
  transition: 0.3s;
}
.rbt-header .mainmenu-nav .mainmenu > li > a.active {
  color: var(--color-primary);
}
.rbt-header .mainmenu-nav .mainmenu > li:hover > a, .rbt-header .mainmenu-nav .mainmenu > li.active > a {
  color: var(--color-primary) !important;
}
.rbt-header .mainmenu-nav .mainmenu > li:hover > a i, .rbt-header .mainmenu-nav .mainmenu > li.active > a i {
  transform: rotate(180deg);
  margin-top: 2px;
}
.rbt-header .mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.rbt-header .mainmenu-nav .mainmenu li:first-child a {
  padding-left: 0;
}
.rbt-header .mainmenu-nav .mainmenu li:last-child a {
  padding-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header.rbt-header-3 .mainmenu-nav .mainmenu > li > a {
    padding: 0 20px;
  }
}

/*-----------------------
    Header Style  
---------------------------*/
.zyvo-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.rbt-header {
  position: relative;
  z-index: 99;
  box-shadow: var(--shadow-1);
}
.rbt-header .header-info .logo {
  position: relative;
  top: 5px;
}
.rbt-header-wrapper .rbt-header-content {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.header-right ul li a {
  text-decoration: none;
}
.rbt-round-btn::after {
  background: var(--color-gray-light);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 100%;
  z-index: -1;
}
.feather-menu::before {
  content: "\e98f";
}
.quick-access > li > a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  .rbt-header .logo a {
    height: auto;
    line-height: initial;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header .rbt-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header .rbt-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-header .rbt-header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.rbt-header .rbt-header-wrapper .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap:20px;
}
@media only screen and (max-width: 767px) {
  .rbt-header .rbt-header-wrapper .header-right {
    justify-content: flex-end;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-header .rbt-header-wrapper .header-left {
    flex-basis: 40%;
  }
}
.rbt-btn.btn-sm {
  padding: 0 22px;
  font-size: var(--font-size-b3);
  height: 45px;
  line-height: 43px;
  background-color: #1D71E3;
  color: var(--color-white);
  
}
.rbt-btn{
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
}
.rt-none{
	 display: none !important;
}
.rt-block {
  display: block !important;
}
@media (min-width: 1200px) {
 .rt-xl-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .rt-xl-block {
    display: block !important;
  }
}

.quick-access {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  padding: 0;
}
.feather-search::before {
  content: "\e9c1";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-access {
    border-right: 0 none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-access {
    border-right: 0 none;
  }
}
@media only screen and (max-width: 767px) {
  .quick-access {
    border-right: 0 none;
  }
}
.quick-access > li {
  margin: 0 3px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .quick-access > li {
    margin: 0 6px;
  }
}
.quick-access > li > a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
}
.quick-access > li > a i {
  margin-right: 10px;
}
.quick-access > li:hover > a {
  color: var(--color-primary);
}
.quick-access > li.account-access {
  padding-left: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .quick-access > li.account-access {
    margin-right: 20px;
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-access > li.account-access {
    padding-left: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-access > li.account-access {
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-access > li.account-access {
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .quick-access > li.account-access {
    padding-left: 0;
    margin-left: 5px;
  }
}
.quick-access > li.account-access::after {
  background: var(--color-border);
  width: 1px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
@media only screen and (max-width: 575px) {
  .quick-access > li.account-access::after {
    display: none;
  }
}
.quick-access > li.access-icon a {
  position: relative;
  z-index: 1;
}
.quick-access > li.access-icon a i {
  margin-right: 0;
}


.rbt-banner-8.variation-02 {
  padding: 100px 0 70px;
}

@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-02  {
		padding: 40px 0 30px;
  }
}
.rbt-banner-8.variation-02 .inner .title {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-02 .inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-02 .inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8.variation-02 .inner .title {
    font-size: 36px;
  }
}
.rbt-banner-8.variation-02 .inner .description {
  padding: 0 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8.variation-02 .inner .description {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-02 .inner .description {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-02 .inner .description {
    padding: 0;
  }
}
.rbt-banner-8.variation-03 .inner .banner-title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-03 .inner .banner-title {
    font-size: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-03 .inner .banner-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-8.variation-03 .inner .banner-title {
    font-size: 36px;
  }
}
.rbt-banner-8.variation-03 .inner .description {
  padding: 0 19%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-8.variation-03 .inner .description {
    padding: 0 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-8.variation-03 .inner .description {
    padding: 0 12%;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-8.variation-03 .inner .description {
    padding: 0;
  }
}
.zyvo-mb-0{
   margin-bottom:0px !important;	
}
.zyvo-pb-0{
   padding-bottom:0px !important;	
}
.zyvo-mt--20{
   margin-top:20px;	
}
.zyvo-mt--0{
   margin-top:0px;	
}
.zyvo--mt--50{
  margin-top:50px;	
}
.zyvo--mt--90{
  margin-top:90px;	
}
.zyvo-mb--15{
  margin-bottom: 15px !important;
}
.zyvo-p-0{
	padding:0px !important;
}
@media only screen and (max-width: 767px) {
	.zyvo--mt--90{
	  margin-top:30px;	
	}	
}
.zyvo-mt--10{
  margin-top:10px;
}
.zyvo-mb--0{
  margin-bottom:0px;
}
.zyvo-small-text{
	font-size:12px;
}
p.has-medium-font-size {
  font-size: 20px;
  line-height: 36px;
}
p.has-medium-font-size {
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.has-medium-font-size {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  p.has-medium-font-size {
    font-size: 16px;
    line-height: 28px;
  }
}
.zyvo-text-center{
 text-align:center;	
}

.theme-gradient {
 background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
 color:#ff6a10;
}
.headline {
  font-weight: 700;
  text-align: center;
  color: #111;
}

.word-anim {
  display: inline-block;
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: rise 3.5s ease-in-out infinite;
}

@keyframes rise {
  0% { opacity: 0; transform: translateY(40px); }
  10% { opacity: 1; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 0; transform: translateY(40px); }
}

.char:nth-child(1)  { animation-delay: 0s; }
.char:nth-child(2)  { animation-delay: 0.05s; }
.char:nth-child(3)  { animation-delay: 0.10s; }
.char:nth-child(4)  { animation-delay: 0.15s; }
.char:nth-child(5)  { animation-delay: 0.20s; }
.char:nth-child(6)  { animation-delay: 0.25s; }
.char:nth-child(7)  { animation-delay: 0.30s; }
.char:nth-child(8)  { animation-delay: 0.35s; }
.char:nth-child(9)  { animation-delay: 0.40s; }
.char:nth-child(10) { animation-delay: 0.45s; }
.char:nth-child(11) { animation-delay: 0.50s; }
.char:nth-child(12) { animation-delay: 0.55s; }
.char:nth-child(13) { animation-delay: 0.60s; }
.char:nth-child(14) { animation-delay: 0.65s; }
.char:nth-child(15) { animation-delay: 0.70s; }
.char:nth-child(16) { animation-delay: 0.75s; }
.char:nth-child(17) { animation-delay: 0.80s; }


.rbt-btn {
  padding: 0 65px;
  background: var(--color-primary);
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
}

.rbt-btn.icon-hover.icon-hover-left .btn-text {
  transform: translateX(-7px);
}
.rbt-btn.icon-hover.icon-hover-left .btn-icon {
  margin-inline-start: 0;
  margin-inline-end: -7px;
}
.rbt-btn.icon-hover.icon-hover-left .btn-icon i {
  transform: translateX(7px);
}
.rbt-btn.icon-hover.icon-hover-left:hover .btn-icon i {
  transform: translateX(-7px);
}
.rbt-btn.icon-hover.icon-hover-left:hover .btn-text {
  transform: translateX(7px);
}
.rbt-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbt-btn.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.rbt-contact-address input[type="checkbox"] {
    opacity: 1;
    position: relative;
    width: auto;
    height: auto;
}
.rbt-btn.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.rbt-btn.hover-icon-reverse .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}
.rbt-btn.hover-icon-reverse .btn-icon + .btn-icon i {
  padding-left: 0;
  padding-right: 6px;
}
@media only screen and (max-width: 767px) {
  .rbt-btn.rounded-player {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.rbt-btn.with-animation::after, .rbt-btn.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.5px solid var(--color-white);
}
.rbt-btn.with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.rbt-btn.with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.rbt-btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
  transform: translate3d(0, -2px, 0);
  box-shadow: var(--shadow-7);
}
.rbt-btn:hover.icon-hover .btn-text {
  transform: translateX(-7px);
}
.rbt-btn:hover.icon-hover .btn-icon i {
  opacity: 1;
  transform: translateX(7px);
}
.rbt-btn:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.rbt-btn:hover.hover-icon-reverse .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}
.rbt-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}
.rbt-btn i {
  padding-left: 6px;
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 17px;
}
.feather-arrow-right::before {
  content: "\e912";
}
.rbt-btn i {
  font-size: 17px;
}
.feather-arrow-right::before {
  content: "\e912";
}
  #slider {
      position: relative;
      width: 50%;
      height: 32vw;
      margin: 50px auto;
      font-family: 'Helvetica Neue', sans-serif;
      perspective: 1400px;
      transform-style: preserve-3d;
    }

    input[type=radio] {
      position: relative;
      top: 108%;
      left: 50%;
      width: 18px;
      height: 18px;
      margin: 0 15px 0 0;
      opacity: 0.4;
      transform: translateX(-83px);
      cursor: pointer;
      z-index: 10;
    }

    input[type=radio]:nth-child(5) {
      margin-right: 0px;
    }

    input[type=radio]:checked {
      opacity: 1;
    }

    #slider label,
    #slider label img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      color: white;
      font-size: 70px;
      font-weight: bold;
      border-radius: 3px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 400ms ease;
    }

    @keyframes autoScroll {
      0% {
        z-index: 10;
      }
      16% {
        z-index: 10;
      }
      17% {
        z-index: 1;
      }
      20% {
        z-index: 1;
      }
      21% {
        z-index: 10;
      }
      36% {
        z-index: 10;
      }
      37% {
        z-index: 1;
      }
      40% {
        z-index: 1;
      }
      41% {
        z-index: 10;
      }
      56% {
        z-index: 10;
      }
      57% {
        z-index: 1;
      }
      60% {
        z-index: 1;
      }
      61% {
        z-index: 10;
      }
      76% {
        z-index: 10;
      }
      77% {
        z-index: 1;
      }
      80% {
        z-index: 1;
      }
      81% {
        z-index: 10;
      }
      96% {
        z-index: 10;
      }
      97% {
        z-index: 1;
      }
      100% {
        z-index: 1;
      }
    }

    #slider:hover input[type=radio] {
      animation-play-state: paused;
      pointer-events: auto; 
    }

    #s1:checked ~ #slide1,
    #s2:checked ~ #slide2,
    #s3:checked ~ #slide3,
    #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
      transform: translate3d(0%, 0, 0px);
      z-index: 5;
    }
    #s1:checked ~ #slide2,
    #s2:checked ~ #slide3,
    #s3:checked ~ #slide4,
    #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
      transform: translate3d(20%, 0, -100px);
      z-index: 4;
    }
    #s1:checked ~ #slide3,
    #s2:checked ~ #slide4,
    #s3:checked ~ #slide5,
    #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
      transform: translate3d(40%, 0, -250px);
      z-index: 3;
    }

    #s1:checked ~ #slide4,
    #s2:checked ~ #slide5,
    #s3:checked ~ #slide1,
    #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
      transform: translate3d(-40%, 0, -250px);
      z-index: 3;
    }

    #s1:checked ~ #slide5,
    #s2:checked ~ #slide1,
    #s3:checked ~ #slide2,
    #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
      transform: translate3d(-20%, 0, -100px);
      z-index: 4;
    }

    .instructions {
      position: absolute;
      bottom: -50px;
      text-align: center;
      width: 100%;
      color: #666;
      font-size: 14px;
      font-weight: normal;
	}   

.zyvo-content-area .col-left {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}
.zyvo-content-area .col-right {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  text-align: right;
}
.rbt-section-gapTop {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gapTop {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-section-gapTop {
    padding-top: 30px;
  }
}
.rbt-section-gapBottom {
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-section-gapBottom {
    padding-bottom: 40px;
  }
  .zyvo-content-area .col-left {
    max-width: 100%;
    flex: 0 0 100%;
  }
   .zyvo-content-area .col-left {
    max-width: 100%;
    flex: 0 0 100%;
 }
 .zyvo-flex {
  display: block;
}
.zyvo-content-area .col-right{
	 max-width: 100%;
    flex: 0 0 100%;
}
}
@media only screen and (max-width: 767px) {
	.rbt-section-gapBottom {
		padding-bottom: 30px;
	}
	.zyvo-content-area .col-left {
		max-width: 100%;
		flex: 0 0 100%;
	}
	 .zyvo-flex {
	  display: block;
	}
	.zyvo-content-area .col-right{
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 30px;
	}
}

/* Why Choose Section */

.rbt-cat-box-1 .inner {
   background-color: var(--color-white);
   box-shadow: var(--shadow-1);
   border-radius: 10px;
   padding: 50px 20px;
}
.why-choose-boxes {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   column-gap: 15px;
   margin-top: 50px;
   margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .rbt-cat-box-1 .inner {
    padding: 20px 20px;
  }
}
.rbt-cat-box-1 {
    display: block;
    transition:0.3s;
}
.rbt-cat-box-1 .inner .icons {
    margin-bottom: 20px;
    box-shadow: 0 4.468px 27.926px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 111px;
    height: 111px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rbt-cat-box-1 .inner .icons img {
  max-height: 80px;
}
.rbt-cat-box-1 .inner .icons img,
.rbt-cat-box-1 .inner .icons i {
  border-radius: 10px;
}
.rbt-cat-box-1 .inner .icons i {
  font-size: 34px;
}
.rbt-cat-box-1 .inner .content .title {
  margin-bottom: 10px;
}
.rbt-cat-box-1:hover {
  transform: translate3d(0, -10px, 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-cat-box-1 .inner .content .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-cat-box-1 .inner .content .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .why-choose-boxes {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  row-gap: 15px;
	}
  }
@media only screen and (max-width: 767px) {
  .rbt-cat-box-1 .inner .content .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .why-choose-boxes {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	row-gap: 10px;
  }
}
/*Banner Area */
div#about {
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px 0;
}
.section-title .title {
  margin-bottom: 0;
}
.rbt-about-area h2 {
  color: #fff;
}
.rbt-about-area p {
  color: #fff;
  max-width: 75%;
}
.about-inner {
  max-width: 60%;
}
.read-more-btn .rbt-btn {
  background: transparent;
    background-color: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
  border: solid 1px #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-inner {
     max-width: 70%;
  }
  .rbt-about-area p {
	max-width: 70%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner {
		max-width: 80%;
	}
	.rbt-about-area p {
	max-width: 800%;
	}
}
@media only screen and (max-width: 767px) {
  .about-inner {
	max-width: 100%;
   }
   div#about{
	padding: 40px 0;		
   }
   .rbt-about-area p {
	max-width: 100%;
	}
}
.swiper.brand-swiper {
  background-color: #e8f1FC;
  padding-top: 60px;
  padding-bottom: 60px;
}

.carousel-track {
	display: flex;
	width: max-content;
	animation: scroll 30s linear infinite;
}
.carousel-track:hover {
	animation-play-state: paused;
}
.logo-item {
	height: 70px;
	width: 250px;
	margin: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.logo-item img {
	max-width: 80%;
	max-height: 70%;
	filter: grayscale(30%);
	transition: filter 0.3s ease;
}

.logo-item:hover img {
	filter: grayscale(0%);
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.logo-item {
		height: 100px;
		width: 160px;
		margin: 0 15px;
	}
	
	h1 {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.logo-item {
		height: 80px;
		width: 130px;
		margin: 0 10px;
	}
	
	h1 {
		font-size: 1.7rem;
	}
	
	.subtitle {
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.carousel-track {
		animation: none;
	}
}

	.zyvo-testimonial-area .testimonials-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 0;
	}
	.zyvo-testimonial-area .section-title {
		margin-bottom: 40px;
	}
	.zyvo-testimonial-area .slider-container {
		display: flex;
		gap: 30px;
		animation: slide 30s infinite linear;
	}
	.zyvo-testimonial-area .slider-container:hover {
		animation-play-state: paused;
	}
	.zyvo-testimonial-area .testimonial {
		flex: 0 0 calc(33.333% - 20px); /* 3 testimonials minus gap */
		background: white;
		border-radius: 15px;
		padding: 30px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		display: flex;
		flex-direction: column;
		z-index: 2;
	    background: var(--color-white);
	    box-shadow: var(--shadow-9);
	    background-color: #DBEBFE;
	    border-top-left-radius: 35px;
	    border-bottom-right-radius: 35px;
	    border: solid 2px rgba(0, 0, 0, 0.10)
	}
	.zyvo-testimonial-area .testimonial:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	}
	.zyvo-testimonial-area .quote-icon {
		font-size: 24px;
		color: #6a11cb;
		margin-bottom: 15px;
	}
	.zyvo-testimonial-area .testimonial-text {
		font-size: 16px;
		line-height: 1.6;
		color: #555;
		margin-bottom: 20px;
		flex-grow: 1;
	}
	.zyvo-testimonial-area .client-info {
		display: block;
		text-align:center;
		margin-top: auto;
	}
	.zyvo-testimonial-area .client-avatar {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
		margin-right: 15px;
		border: 3px solid #6a11cb;
	}
	.zyvo-testimonial-area .client-details h3 {
		font-size: 18px;
		color: #333;
		margin-bottom: 5px;
	}

	.zyvo-testimonial-area .client-details p {
		color: #666;
		line-height: 28px;
		display: inline-block;
		font-size: 16px;
	}
	.zyvo-testimonial-area .rating a i {
	  color: #FF8F3C;
	  font-style: normal;
	  font-size: 13px;
	  transition: 0.3s;
	}
	.client-info img {
		width: 70px;
	}
	@keyframes slide {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(calc(-33.333% - 30px)); 
		}
	}

	#slide1:checked ~ .testimonials-slider .slider-container {
		animation: none;
		transform: translateX(0);
	}

	#slide2:checked ~ .testimonials-slider .slider-container {
		animation: none;
		transform: translateX(calc(-33.333% - 30px));
	}

	#slide3:checked ~ .testimonials-slider .slider-container {
		animation: none;
		transform: translateX(calc(-66.666% - 60px));
	}

	#slide1:checked ~ .slider-controls label[for="slide1"],
	#slide2:checked ~ .slider-controls label[for="slide2"],
	#slide3:checked ~ .slider-controls label[for="slide3"] {
		background: white;
		transform: scale(1.2);
	}

	@media (max-width: 992px) {
		.testimonial {
			flex: 0 0 calc(50% - 15px); /* 2 testimonials on tablet */
		}
		
		.slider-container {
			width: calc(200% + 90px);
			animation: slide-tablet 25s infinite linear;
		}
		
		@keyframes slide {
			0% {
				transform: translateX(0);
			}
			100% {
				transform: translateX(calc(-50% - 30px));
			}
		}
		
		#slide2:checked ~ .testimonials-slider .slider-container {
			transform: translateX(calc(-50% - 30px));
		}
		
		#slide3:checked ~ .testimonials-slider .slider-container {
			transform: translateX(calc(-100% - 60px));
		}
	}

	@media (max-width: 768px) {
		.testimonial {
			flex: 0 0 calc(100% - 20px); /* 1 testimonial on mobile */
		}
		
		.slider-container {
			width: calc(300% + 180px);
			animation: slide-mobile 20s infinite linear;
		}
		
		@keyframes slide {
			0% {
				transform: translateX(0);
			}
			100% {
				transform: translateX(calc(-100% - 30px));
			}
		}
		
		#slide2:checked ~ .testimonials-slider .slider-container {
			transform: translateX(calc(-100% - 30px));
		}
		
		#slide3:checked ~ .testimonials-slider .slider-container {
			transform: translateX(calc(-200% - 60px));
		}
		
		h1 {
			font-size: 2.2rem;
		}
		
		.subtitle {
			font-size: 1.1rem;
		}
	}

	@media (max-width: 480px) {
		h1 {
			font-size: 1.8rem;
		}
		
		.subtitle {
			font-size: 1rem;
		}
		
		.testimonial {
			padding: 20px;
		}
		
		.client-avatar {
			width: 50px;
			height: 50px;
		}
	}
	@media (prefers-reduced-motion: reduce) {
		.slider-container {
			animation: none;
		}
	}
.zyvo-contact-form .form-group {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  display: block;
}
.zyvo-contact-form .form-group.one-half {
  display: flex;
  gap: 15px;
}
.zyvo-contact-form .form-group input, .zyvo-contact-form .zyvo-contact-form .zyvo-contact-form .form-group textarea {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #999;
  padding-bottom: 8px;
  padding-top: 20px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
  font-size: 16px;
  width: 100%;
}
.zyvo-contact-address input[type="checkbox"] {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
}
.zyvo-contact-address a{
	color: #000;
	text-decoration:none;
}
.zyvo-contact-address a:hover{
	color: var(--color-primary);
}
.zyvo-contact-address .right-side-contact{
  background-image: url(../images/contact.webp);
  padding: 40px 40px;
  background-size: cover;
}
.zyvo-contact-address .right-side-contact h2 {
  color: #fff;
}
.zyvo-contact-address .right-side-contact h2 {
  color: #fff;
  max-width: 70%;
}
.zyvo-contact-address .right-side-contact p {
  color: #fff;
}
.zyvo-contact-address .zyvo-contact-inner{
  column-gap: 90px;
}
.zyvo-contact-address .zyvo-contact-inner .column {
  width: 0 0 calc(50% - 25px);
  flex: 1;
}
#contact-form input[type="text"]::placeholder, 
#contact-form input[type="password"]::placeholder, 
#contact-form input[type="email"]::placeholder, 
#contact-form input[type="number"]::placeholder, 
#contact-form input[type="tel"]::placeholder, 
#contact-form input[type="date"]::placeholder, 
#contact-form textarea::placeholder {
  color: #666;
  opacity: 1;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  z-index: 999;
  padding-left: 10px;
  font-family:var(--font-primary);
}
#contact-form .form-group input{
  color: #666;
  opacity: 1;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  z-index: 999;
  padding-left: 10px;
  font-family:var(--font-primary);
}
#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus {
  outline: none;
  box-shadow: none;
}
.zyvo-contact-address .one-half .one-half-column {
  flex: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-contact-form.contact-form-style-1 {
    padding: 30px 35px;
  }
  #contact-form {
  margin-top: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-contact-form.contact-form-style-1 {
    max-width: inherit;
  }
  #contact-form {
  margin-top: 10px;
}
}
@media only screen and (max-width: 767px) {
  .rbt-contact-form.contact-form-style-1 {
    padding: 30px 20px;
    padding-left: 0px;
    max-width: inherit;
  }
  #contact-form {
	margin-top: 0px;
	}
  .zyvo-contact-address .zyvo-contact-inner{
	display: block;  
  }
  .zyvo-contact-address .zyvo-contact-inner .column {
	margin-bottom: 25px;
  }
  .zyvo-contact-address .right-side-contact h2{
	  max-width: 100%;
  }
  .zyvo-contact-address .right-side-contact p{
	  margin-top:20px;
  }
  .zyvo-contact-address .right-side-contact {
	  background-image: url(../images/contact.webp);
	  padding: 30px 25px;
  }
}

.footer-all-widgets {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 20px;
}
.footer-style-1 .footer-top {
  padding-top: 70px;
  padding-bottom: 70px;
  Background-color: #E8F1FC;
}
.footer-top .footer-widget .description {
  max-width: 89%;
  color: #000;
}
.footer-widget .ft-link li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.footer-top .footer-widget ul li a {
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration:none;
}
.footer-top .footer-widget ul{
  list-style: none	
}
.footer-widget .ft-link li {
  font-size: 16px;
  line-height: 25px;
}
.footer-widget .ft-link li + li {
  margin-top: 10px;
}
.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: left;
  margin: -5px;
}
.social-default li {
  margin: 5px;
}
.social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.social-default li a {
  width: 48px;
  background-color: var(--color-gray-light);
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-body);
  z-index: 2;
  position: relative;
}
.feather-facebook::before {
  content: "\e95e";
}
.feather-twitter::before {
  content: "\e9ea";
}
.feather-instagram::before {
  content: "\e97d";
}
.feather-linkedin::before {
  content: "\e984";
}
@media only screen and (max-width: 767px) {
  .footer-style-1 .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-all-widgets{
	  display:block;
  }
  .footer-top .footer-widget ul{
	  padding-left:0px;
  }
}
.footer-style-1 .ft-title {
  color: var(--color-heading);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-1 .ft-title {
    font-size: 18px;
  }
}
.footer-style-1 .description {
  font-size: 16px;
  line-height: 25px;
}
.footer-style-1 .newsletter-form input {
  min-width: 100%;
}
.footer-style-1 .newsletter-form .right-icon {
  display: block;
}
.footer-style-1 .newsletter-form .right-icon input {
  padding-right: 30px;
}
.footer-style-1 .newsletter-form .right-icon::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "feather" !important;
}
.footer-style-1 .newsletter-form .right-icon.icon-email::after {
  content: "\e98a";
}

.footer-widget .ft-link li {
  margin: 0;
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
}
.footer-widget .ft-link li span {
  font-weight: 500;
}
.footer-widget .ft-link li a {
  color: var(--color-body);
  display: inline-block;
  position: relative;
}
.footer-widget .ft-link li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.footer-widget .ft-link li a:hover {
  color: var(--color-primary) !important;
}
.footer-widget .ft-link li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.footer-widget .ft-link li + li {
  margin-top: 10px;
}
.footer-widget .form-group label {
  font-size: 16px;
  line-height: 31px;
}

.footer-style-2 .logo {
  margin-bottom: 30px;
  position: relative;
}
.footer-style-2 .text p {
  margin-top: 30px;
}
.footer-style-2 .text p a {
  transition: 0.3s;
}
.footer-style-2 .text p a:hover {
  color: var(--color-primary);
}

.copyright-style-1 p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
}
.copyright-style-1 .copyright-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.copyright-style-1 .copyright-link li {
  font-size: 16px;
  line-height: 25px;
  padding: 0 10px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
.copyright-style-1 .copyright-link li a {
  color: var(--color-body);
  transition: 0.4s;
}
.copyright-style-1 .copyright-link li a:hover {
  color: var(--color-primary);
}
.copyright-style-1 .copyright-link li + li::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background: var(--color-border);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .footer-style-1 .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-style-1 .ft-title {
  color: var(--color-heading);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-1 .ft-title {
    font-size: 18px;
  }
}
.footer-style-1 .description {
  font-size: 16px;
  line-height: 25px;
}
.footer-widget .ft-link li {
  margin: 0;
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
}
.footer-widget .ft-link li span {
  font-weight: 500;
}
.footer-widget .ft-link li a {
  color: var(--color-body);
  display: inline-block;
  position: relative;
}
.footer-widget .ft-link li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.footer-widget .ft-link li a:hover {
  color: var(--color-primary) !important;
}
.footer-widget .ft-link li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.footer-widget .ft-link li + li {
  margin-top: 10px;
}
.footer-widget .form-group label {
  font-size: 16px;
  line-height: 31px;
}

.footer-style-2 .logo {
  margin-bottom: 30px;
  position: relative;
}
.footer-style-2 .text p {
  margin-top: 30px;
}
.footer-style-2 .text p a {
  transition: 0.3s;
}
.footer-style-2 .text p a:hover {
  color: var(--color-primary);
}

.copyright-style-1 p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .footer-style-1 .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-style-1 .ft-title {
  color: var(--color-heading);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.footer-style-1 .ft-title {
    font-size: 18px;
  }
}
.footer-style-1 .description {
  font-size: 16px;
  line-height: 25px;
}
.footer-style-1 .newsletter-form input {
  min-width: 100%;
}
.footer-style-1 .newsletter-form .right-icon {
  display: block;
}
.footer-style-1 .newsletter-form .right-icon input {
  padding-right: 30px;
}
.footer-style-1 .newsletter-form .right-icon::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "feather" !important;
}
.footer-style-1 .newsletter-form .right-icon.icon-email::after {
  content: "\e98a";
}
.footer-widget .ft-link li {
  margin: 0;
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
}
.footer-widget .ft-link li span {
  font-weight: 500;
}
.footer-widget .ft-link li a {
  color: var(--color-body);
  display: inline-block;
  position: relative;
}
.footer-widget .ft-link li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.footer-widget .ft-link li a:hover {
  color: var(--color-primary) !important;
}
.footer-widget .ft-link li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.footer-widget .ft-link li + li {
  margin-top: 10px;
}
.footer-widget .form-group label {
  font-size: 16px;
  line-height: 31px;
}

.copyright-style-1 p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
}
.copyright-style-1 .copyright-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.copyright-area {
  background-color: #2C61C4;
}
.copyright-style-1 p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
