
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body{
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-default) !important;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;

}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

b, strong {
  font-weight: 600;
}

.container{
  max-width: 1280px;
  width: auto;
}

img{
  max-width: 100%;
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar{
  background-color: rgb(40, 56, 120);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: var(--font-default) !important;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.topbar svg{
  height: 26px;
  width: 46px;
  animation: shiver 1s ease-in-out infinite alternate;
  padding: 4px;
}
.topbar .rightsvg svg{
  padding: 0;
  height: auto;
  max-height: 18px;
  width: 50px;
}
.topbar .row{
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
.topbar .row > *{
  width: auto;
  padding: 0 5px;
}


@keyframes shiver {
  0% {
      transform: rotate(3deg);
  }

  100% {
      transform: rotate(-3deg);
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

.abtcontent{
  font-size: 18px;
  color: rgb(94, 94, 94);
    font-weight: 400;
    overflow-wrap: break-word; 
    font-family:  Quicksand, sans-serif;; 
}
.partnersec {
	background-color: rgb(246, 246, 246);
  padding: 56px 0;
  font-size: 18px;

}
.headingtxt{
  color: rgb(40, 56, 120);
    margin: 0 0 40px;
    line-height: 1.25;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    font-size: 36px;
}
.partnersec ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}
.partnersec ul img{
  height: 100px;
}

.subscribe h3{
  font-size: 48px;
}
.subscribeform{
  position: relative;
}
.formwrapper {
 
  text-align: left;
  font-size: 15px;
}

.formwrapper p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.formwrapper label{
  margin: 0;
  width: 100%;
  margin-right: 24px;

}
.formwrapper input{
  border: 1px solid  rgb(226, 226, 226);
  padding: 13px 15px;
  color: rgb(71, 71, 71);
  font-size: 16px;
  min-height: 56px;
  border-radius: 4px;
}

.formwrapper input[type="submit"] {
  background-color: rgb(40, 56, 120);
  color: rgb(255, 255, 255);
  border-radius: 48px;
  padding: 8px 40px !important;
  font-weight: 700;
  font-size: 16px;
  min-height: 56px !important;

}

footer.entry-footer{
  display: none;
}

.formwrapper span.wpcf7-spinner {
  position: absolute;
  right: 1rem;
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  width: 100%;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgb(226, 226, 226);
}
.home .header {
  position: absolute;
}
.header.sticked {
  background: var(--color-white);
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}

.logo{
  max-width: calc(100% - 0.1px);
  width: 25%;
  flex-grow: 0;
}

.header .logo img{
  max-height: 84px;
  box-shadow: none;
  margin-top: 0px;
}


.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  font-size: 16px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0.85);
}

@media (max-width: 1279px) {

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/

.navigation-top {
  position: relative;
  padding: 0 27px;
  border: 0;
  width: 50%;
  background: transparent;
}
.navigation-top .wrap {
  padding: 0;
}
.main-navigation li{
  padding: 0 9px;
}
.main-navigation li > a {
    color: rgb(27, 27, 27);
    font-weight: 400;
    font-size: 18px;
    padding: 6px;
}

.main-navigation li.current-menu-item > a{
  font-weight: 700;
  color: rgb(40, 56, 120);
}
.main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus {
  color: rgb(40, 56, 120);
}


.main-navigation li li:hover, .main-navigation li li.focus {
  background: transparent;
  color: rgb(40, 56, 120);
}
.main-navigation ul ul a {
  padding: 8px 0;
  width: auto;
  min-width: 170px;
}

.rightinfo{
  font-size: 36px;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rightinfo a{
  color: rgb(27, 27, 27);
  
}

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover>a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover>a {
    color: var(--color-white);
    background: var(--color-secondary);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-secondary);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: rgba(var(--color-white-rgb), 0.5);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover>a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(var(--color-secondary-rgb), 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
section.herobanner {
  padding: 0;
  height: 86vh;
  position: relative;
  min-height: 685px;
}
.herobanner img {
  height: 865px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.caption {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-color: rgba(40, 56, 120, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 75%;
  transform: translateY(-75%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.caption h3{
  font-size: 36px !important;
  white-space: pre-line;
  line-height: 1.27;
    margin-bottom: 8px;
    color: #fff;
    max-width: 318px;
    margin: 0 auto 8px;
}

.caption p {
  color: rgb(213, 214, 220);
  font-weight: 400;
  line-height: 1.5;
    overflow-wrap: break-word;
    font-size: 24px;  max-width: 318px;

}

.captioncta {
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  width: auto;
  color: rgb(48, 48, 48);
  min-height: 40px;
  display: inline-flex;
  font-weight: 700;
  border-radius: 48px;
  padding: 0 24px;
  line-height: 40px;
}
.captioncta:hover{
  color: rgb(48, 48, 48) !important;
}

.sectionheader {
	text-transform: unset;
	letter-spacing: unset;
	max-width: 100%;
	font-size: 36px;
	color: rgb(40, 56, 120);
	line-height: 1.25;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
  font-family: 'Muli', sans-serif;
	margin-bottom: 40px;
}
.sectionheader span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 25px;
}

.sectionheader:before, .sectionheader:after {
  display: block;
  width: 100vw;
  top: .75em;
  position: absolute;
  background: currentColor;
  margin-top: -1px;
  height: 1px;
  content: "";
  margin-right: 24px;
  right: 56%;
  box-sizing: inherit;
}
.sectionheader:after{
  left: 56%;
  right: auto;
  margin-left: 24px;
  margin-right: 0;
}
.sectionimg{
  margin-bottom: 24px;
  text-align: center;
}
.mview{
  display: none !important;
}
/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/
.hero-animated {
  width: 100%;
  min-height: 50vh;
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-animated h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-animated h2 span {
  color: var(--color-primary);
}

.hero-animated p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-animated .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 992px) {
  .hero-animated .animated {
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .hero-animated .animated {
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .hero-animated .animated {
    max-width: 80%;
  }
}

.hero-animated .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-animated .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-animated .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-animated .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-animated .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-animated .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-animated h2 {
    font-size: 32px;
  }

  .hero-animated p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-animated .btn-get-started,
  .hero-animated .btn-watch-video {
    font-size: 14px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  padding: 0;
  background: var(--color-black);
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 60px 0;
}

.hero .carousel-item {
  overflow: hidden;
}

@media (max-width: 640px) {
  .hero .container {
    padding: 0 60px;
  }
}

.hero h2 {
  color: var(--color-secondary);
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 300;
  animation: fadeInDown 1s both 0.2s;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  color: var(--color-secondary-light);
  animation: fadeInDown 1s both 0.4s;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero .img {
  margin-bottom: 40px;
  animation: fadeInDownLite 1s both;
}

.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  animation: fadeInUp 1s both 0.6s;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.hero .btn-get-started:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(var(--color-secondary-rgb), 0.4);
  color: rgba(var(--color-white-rgb), 0.98);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-next-icon {
  padding-left: 3px;
}

.hero .carousel-control-prev-icon {
  padding-right: 3px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: rgba(var(--color-secondary-rgb), 0.5);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--color-primary);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/
.hero-fullscreen {
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero-fullscreen-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-fullscreen:before {
  content: "";
  background: rgba(var(--color-white-rgb), 0.85);
  position: absolute;
  inset: 0;
}

@media (min-width: 1365px) {
  .hero-fullscreen {
    background-attachment: fixed;
  }
}

.hero-fullscreen h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-fullscreen h2 span {
  color: var(--color-primary);
}

.hero-fullscreen p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-fullscreen .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-fullscreen .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-fullscreen .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-fullscreen .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-fullscreen .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-fullscreen .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-fullscreen h2 {
    font-size: 32px;
  }

  .hero-fullscreen p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-fullscreen .btn-get-started,
  .hero-fullscreen .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Static Hero Section
--------------------------------------------------------------*/
.hero-static {
  width: 100%;
  min-height: 50vh;
  background: url("../img/hero-bg.png") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

.hero-static h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}

.hero-static h2 span {
  color: var(--color-primary);
}

.hero-static p {
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-static .btn-get-started {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.hero-static .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-static .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.hero-static .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-static .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero-static .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
  .hero-static h2 {
    font-size: 32px;
  }

  .hero-static p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .hero-static .btn-get-started,
  .hero-static .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.servicelist{
  list-style: none;
  margin: 0;
  padding: 0 24px;
  text-align: center;
  color: rgb(94, 94, 94);
  font-size: 18px;
  font-weight: 300;
  font-family: Quicksand, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.servicelist > li{
  width: 49%;
}
.servicelist > li ul{ text-align: left;
margin: 0 0 2rem;}
.servicelist > li:nth-child(3n+1){
  width: 100%;
}
.servicelist h3{
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.27;
  color: rgb(40, 56, 120);
  font-family: 'Muli', sans-serif;
  font-weight: 300;

}

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*/
.testimonialsec{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("../images/testimonialbg.jpg");
padding: 56px 0;
}
.testimonialsec h3{
  color: #fff;
  font-size: 48px;
}

.reviewrating {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 32px;
}
.reviewrating p{
  margin: 0;
}
.reviewrating .rating {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.reviewrating .rating h3 {
  margin: 0;
  padding: 0;
}
.ratingstar {
  display: flex;

}
.ratingno {
  margin-left: 25px;
  font-size: 18px;
  text-align: left;
}
.ratingno h4 {
  font-size: 24px;
  margin: 0;
}
.testimonial-item {
  background: #fff;
  padding: 20px 20px 10px;
  color: rgb(89, 89, 89);
  line-height: 1.5;
  font-weight: 300;
  overflow-wrap: break-word;
  height: 100%;
}
.testimonialimg img{
  width: 100px;
}
.stars {
  display: flex;
  justify-content: center;
}
.testimonialcontent{
  font-size: 18px;
    line-height: 1.3;
    color: rgb(27, 27, 27);
    overflow-wrap: break-word;
    font-family: var(--font-primary);
    padding-top: 24px;
    min-height: 130px;

}

.testimonialcontent a {
  color: rgb(40, 56, 120);
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialcontent a:after {
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 16px;
}

.testimonials-slider {
  /* overflow-x: visible; */
  padding: 0 3rem;

}
.testimonialsec .swiper-button-next:after, .testimonialsec .swiper-button-prev:after,
.testimonialsec .swiper-button-next:after, .testimonialsec .swiper-button-prev:after
{
  font-size: 30px;
  color: #fff;
}
.authorsec {
  font-size: 14px;
  padding: 15px 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.authorsec svg{
  width: 28px;
  height: 28px;
}
.authorsec svg + div{
  padding: 0 12px;
}
.relative{
  position: relative;
}

/*******************************************
Finance Section
*******************************************/
ul.faq-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 805px;
}
.faq-list .question {
  font-size: 24px;
  line-height: 1.25;
  color: rgb(27, 27, 27);
  padding: 8px 0;
  display: flex;
  justify-content: space-between;cursor: pointer;
}
.faq-list .question.collapsed .accordion-icon
{
  transform: rotate(0deg);
}
.faq-list .question[aria-expanded="true"] .accordion-icon
{
  transform: rotate(180deg);
}
.faq-list .question .accordion-icon
{
  transform: rotate(-180deg);
}
.faq-list .question:hover span {
color: rgb(255 0 0);

}

.faq-list .card-body{
  padding:8px 0;
}
.faq-list .card-body p{
  padding: 0;
  margin: 0;
}
.faq-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgb(226, 226, 226);
}

/*--------------------------------------------------------------
# Gallery  Section
--------------------------------------------------------------*/
ul.projectitem {
  margin: 0;
  padding: 0;
}
.projectitem li {
  display: flex;
  align-items: center;
}
.projectitem li:first-child {
  align-items: flex-start;
}
.projectitem li>*{
  flex-basis: 50%;
}
.gallerycontent > div {
  padding: 0 24px;
  text-align: center;
}

.projectitem .serviceimg{
  padding: 0 24px;
}
.projectitem li:nth-child(even) .serviceimg {
  order: 2;
}

.worksection{
  background-color: rgb(246, 246, 246);
  padding: 56px 0;
}

.worksection .sectionheader span{
  background-color: rgb(246, 246, 246);
}
.sp-image-container img{
  height: 600px !important;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}

.about .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px;
  }

  .about .about-img:before {
    inset: -30px 0 0 -30px;
  }
}

.about h3 {
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .about h3 {
    font-size: 28px;
  }
}

.about .nav-pills {
  border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}

.about .nav-pills li+li {
  margin-left: 40px;
}

.about .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-secondary);
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  font-family: var(--font-secondary);
}

.about .nav-link.active {
  color: var(--color-primary);
  background: none;
  border-bottom: 3px solid var(--color-primary);
}

@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px;
  }
}

.about .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: var(--color-secondary);
}

.about .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 0 0 60px 0;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
  padding: 0;
  margin-bottom: 60px;
}

.cta .container {
  padding: 80px;
  background: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .cta .container {
    padding: 60px;
  }
}

.cta .content h3 {
  color: var(--color-secondary);
  font-size: 48px;
  font-weight: 700;
}

.cta .content h3 em {
  font-style: normal;
  position: relative;
}

.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.cta .content p {
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 18px;
}

.cta .content .cta-btn {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-dark-rgb), 0.9);
}

.cta .content .cta-btn:hover {
  background: var(--color-primary);
}

.cta .img {
  position: relative;
}

.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}

.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
}

.onfocus .video-play {
  min-height: 400px;
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/onfocus-video-bg.jpg") center center;
  background-size: cover;
}

.onfocus .content {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }
}

.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}

.onfocus .content ul {
  list-style: none;
  padding: 0;
}

.onfocus .content ul li {
  padding-bottom: 10px;
}

.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.onfocus .content p:last-child {
  margin-bottom: 0;
}

.onfocus .content .read-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.onfocus .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.onfocus .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.onfocus .content .read-more:hover i {
  margin-left: 10px;
}

.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.onfocus .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-secondary-dark-rgb), 0.8);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: var(--color-white);
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(var(--color-white-rgb), 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-white);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(var(--color-white-rgb), 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: var(--color-yellow);
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(var(--color-white-rgb), 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-white);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  background: rgba(var(--color-secondary-rgb), 0.04);
}

.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15);
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 4px solid var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}

.pricing .pricing-header {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.9), rgba(var(--color-secondary-rgb), 0.9)), url("../img/pricing-bg.jpg") center center;
  background-size: cover;
  text-align: center;
  padding: 40px;
  margin: -60px -40px 0;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--color-white);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-white);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 24px;
}

.pricing ul {
  padding: 30px 0;
  list-style: none;
  color: var(--color-gray);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: var(--color-primary);
  font-size: 36px;
  padding-right: 3px;
  line-height: 0;
}

.pricing ul .na {
  color: rgba(var(--color-gray-rgb), 0.5);
}

.pricing ul .na i {
  color: rgba(var(--color-gray-rgb), 0.5);
  font-size: 24px;
  padding-left: 4px;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.pricing .featured {
  border-color: var(--color-primary);
}

.pricing .featured .pricing-header {
  background: linear-gradient(rgba(var(--color-primary-rgb), 0.9), rgba(var(--color-primary-rgb), 0.9)), url("../img/pricing-bg.jpg") center center;
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: var(--color-white);
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .faq {
    padding: 0;
  }
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: var(--color-gray);
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-primary);
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
  border: 1px solid var(--color-white);
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-item img {
  transition: all 0.3s;
}

.portfolio .portfolio-item:before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(var(--color-secondary-rgb), 0.8);
  z-index: 2;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: auto 40px 40px 40px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-white);
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-white);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  inset: auto 10px 0 10px;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--color-white);
  background: var(--color-primary);
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.team .team-member .social a i {
  line-height: 0;
  font-size: 16px;
}

.team .team-member .social a:hover {
  background: var(--color-primary-light);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  background: var(--color-white);
  margin: -50px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}

.team .team-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--color-secondary);
}

.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-gray);
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.blog-listing-banner-sec{
  background-image: linear-gradient(rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("https://alpharain.com/culpeperws/wp-content/uploads/2023/12/hero.jpg");
  background-size: auto, cover;
  background-position: 50% 50%;
  background-color: transparent;
  max-height: 84vh;
  min-height: 653px

}


.blog-listing-bnr-head h1{
  font-size: 48px;
  color: rgb(255, 255, 255);
    font-family: Muli, sans-serif;
    margin-bottom: 56px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:after {
  clear: both;
  display: table;
  content: "";
}
.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  width: 110px;
  height: 110px;
  margin-right: 15px;
  float: left;
}
a.wp-block-latest-posts__post-title {
  font-size: 18px;
  box-shadow: none !important;
}
.widget ul li, .widget ol li {
  border-bottom: 0px solid #ddd;
  border-top: 0px solid #ddd;
  padding: 0.5em 0 0.9em;
}


.single .blog-main {
  max-width: 69.6667%;
  flex-shrink: 1;
  flex-grow: 1;
  width: 66.6667% !important;
}
.single h3{
  font-size: 36px;
  color: rgb(40, 56, 120);
  line-height: 1.25;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}
.single figcaption{
  background-color: rgb(246, 246, 246);
  padding: 4px 8px;
  color: rgb(82, 82, 82);
  text-align: center;
  margin: 0 !important;
}
.single .blog-main .site-main{
  border-right: 1px solid rgb(232, 234, 232);
  margin-right: 32px;
  font-size: 18px;
  padding: 0 40px ;
  height: 100%;
}
.single .blog-main .entry-title {
  font-size: 36px;
  color: rgb(40, 56, 120);
  line-height: 1.25;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: Muli, sans-serif;
}
.single .blog-main .entry-meta {
  color: #767676;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 0.25em;
  text-transform: none;
  color: rgb(89, 89, 89);
  font-size: 16px;
}
.widget ul li a:hover{
  box-shadow: none;
}
span.catname:before {
  content: "|";
  color: rgb(89, 89, 89);
  margin: 0 1rem;
}
.entry-meta .catname a {
  pointer-events: none;
}
.heateor_sss_sharing_container {
  display: flex;
  column-gap: 24px;
  align-items: center;
  margin-top: 24px;
}
div.heateor_sss_sharing_ul  a{
  margin: 2px 5px !important;

}
.wp-block-group {
  box-sizing: border-box;
  color: rgb(89, 89, 89);
  font-size: 16px;
  font-weight: 400;
}
.entry-content {
  color: rgb(94, 94, 94);
}
.heateor_sss_sharing_title {
  font-size: 16px;
  font-weight: 700;
}
.blog-sidebar {
  width: 30.3333%;
  padding-right: 30px;
  flex-shrink: 1;
  flex-grow: 1;
}

.widget-area .widget {
  padding: 0;
}
.widget-area  h2 {
  font-size: 24px;
  color: rgb(27, 27, 27);
  margin-bottom: 24px;
}
.widget .cat-item-1{
  display: none;
}
.wp-block-group__inner-container  h2{
  margin-bottom: 8px;
}
.recentpost h2{
  margin-bottom: 24px;
}
.blogsubscribe p {
  justify-content: flex-start;
  align-items: self-start;
  flex-wrap: wrap;
  row-gap: 20px;
}
.blogsubscribe{
  margin-bottom: 50px;
  position: relative;
}

.blogsubscribe .wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  padding: 0.2em 1em;
  font-size: 14px;
} 
.blogsubscribe input {
  padding: 7px 13px;
  min-height: 38px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 14px;
}

.widget-area a{
  color: rgb(27, 27, 27);
  font-size: 18px;
}
.widget-area a:hover{
  color: rgb(40, 56, 120);
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li, .widget ol li {
  border-bottom: 0px solid #ddd;
  border-top: 0px solid #ddd;
  padding: 0.3em 0;
}
.widget.widget_categories{
  margin-bottom: 50px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 24px;
}
.has-sidebar #secondary {
  float: right;
  padding-top: 0;
  width: 100%;
}
.postitem{
  background-color: #fff;
  min-height: 330px;
}

.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postitem h6 {
  margin: 24px 0 0;
  padding: 0;
  color: rgb(89, 89, 89);
  font-size: 16px;
}
.category-filters button {
  background: no-repeat;
  padding: 0;
  margin-left: 24px;
  font-weight: 400;
}
.category-filters button:hover{
  background: none;
}

.blog-slider .swiper-wrapper {
  justify-content: center;
}
.blog-posts .swiper-button-next, .blog-posts .swiper-rtl .swiper-button-prev {
  right: -55px;
  left: auto;
}
.blog-posts .swiper-button-prev, .blog-posts .swiper-rtl .swiper-button-next {
  left: -55px;
  right: auto;
}
.blog-posts  .swiper-button-next:after, .blog-posts  .swiper-button-prev:after {
  font-size: 29px;
}
.postitem h2 {
height: 105px;
  font-size: 25px;
  margin: 0 !important;
  padding: 10px 20px;
  line-height: 1.12;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.postitem h2 a {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-img img {
  height: 140px;
  object-fit: cover;
  width: 100%;
}

.blog-posts .swiper-button-next:after, .swiper-button-prev:after{
  color: #fff;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .meta {
  margin-top: 15px;
}

.recent-blog-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.recent-blog-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(var(--color-secondary-dark-rgb), 0.7);
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: var(--color-primary);
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .map {
  margin-bottom: 40px;
}

.contact .map iframe {
  border: 0;
  width: 100%;
  height: 400px;
}

.contact .info {
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  color: var(--color-secondary-light);
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
  font-size: 24px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-secondary-light);
}

.contact .php-email-form {
  width: 100%;
  background: var(--color-white);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-white);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-green);
  border-top-color: var(--color-white);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 13px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 0;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(var(--color-secondary-rgb), 0.15);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-secondary-light);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
  height: 100%;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.blog .posts-list .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .posts-list .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .posts-list .read-more a:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--color-secondary-rgb), 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.blog .blog-details .meta-bottom i {
  color: var(--color-secondary-light);
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(var(--color-secondary-rgb), 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(var(--color-secondary-rgb), 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: var(--color-white);
  border: 1px solid rgba(var(--color-secondary-rgb), 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: var(--color-secondary-light);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(var(--color-secondary-light-rgb), 0.8);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--color-secondary-light-rgb), 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--color-secondary-rgb), 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(var(--color-secondary-rgb), 0.8);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: var(--color-secondary-light);
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#shadow-host-companion{
  display: none;
}
.sitefooter {
  color: var(--color-white);
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(82, 82, 82);
  font-weight: 400;
  text-align: center;
}
.home .sitefooter {
  background-color: rgb(246, 246, 246);
}
.socialicon{
  margin-bottom: 8px;
  padding-bottom: 12px;
}
.socialicon svg{
  padding: 6px;
}

.poweredby {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 24px;
  position: relative;
}

.poweredby:before{
  background-color: rgb(218, 218, 218);
  width: 50px;
  height: 1px;
  content: "";
  position: absolute;
  top:0;
  margin:0 auto;
left: 0;
right: 0;

}

.footernav ul{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
margin-top: 24px;
list-style: none;

}
.footernav ul li a{
  padding: 8px;
  color: rgb(21, 21, 21);
  font-size: 18px;
  font-weight: 500;
}

.footernav ul li a:hover
{color: rgb(40, 56, 120);}

.sitefooter .footer-content {
  background: var(--color-secondary);
  padding: 60px 0 30px 0;
}

.sitefooter .footer-content .footer-info {
  margin-bottom: 30px;
}

.sitefooter .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.sitefooter .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.sitefooter .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--color-white);
}

.sitefooter .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.sitefooter .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  bottom: 0;
  left: 0;
}

.sitefooter .footer-content .footer-links {
  margin-bottom: 30px;
}

.sitefooter .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitefooter .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

.sitefooter .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.sitefooter .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.sitefooter .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.sitefooter .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}

.sitefooter .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: var(--color-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.sitefooter .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.sitefooter .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.sitefooter .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.sitefooter .footer-content .footer-newsletter form input[type=submit]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}

.sitefooter .footer-legal {
  padding: 30px 0;
  background: var(--color-secondary-dark);
}

.sitefooter .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}


/******************************
Custome CSS
******************************/




.x .c1-1 {
  letter-spacing:normal
}
.x .c1-2 {
  text-transform:none
}
.x .c1-3 {
  background-color:rgb(255, 255, 255)
}
.x .c1-4 {
  width:100%
}
.x .c1-5 > div {
  position:relative
}
.x .c1-6 > div {
  overflow:hidden
}
.x .c1-7 > div {
  margin-top:auto
}
.x .c1-8 > div {
  margin-right:auto
}
.x .c1-9 > div {
  margin-bottom:auto
}
.x .c1-a > div {
  margin-left:auto
}
.x .c1-b {
  font-family:Quicksand, sans-serif
}
.x .c1-c {
  font-size:16px
}
.x .c1-h {
  padding-top:56px
}
.x .c1-i {
  padding-bottom:56px
}
.x .c1-j {
  padding:0px !important
}
.x .c1-m {
  background-color:rgb(40, 56, 120)
}
.x .c1-n {
  padding-top:4px
}
.x .c1-o {
  padding-bottom:4px
}
.x .c1-p {
  transition:all .5s
}
.x .c1-q {
  position:relative
}
.x .c1-r {
  z-index:1
}
.x .c1-u {
  text-decoration:none
}
.x .c1-v {
  cursor:pointer
}
.x .c1-w {
  margin-left:auto
}
.x .c1-x {
  margin-right:auto
}
.x .c1-y {
  padding-left:24px
}
.x .c1-z {
  padding-right:24px
}
.x .c1-10 {
  max-width:100%
}
.x .c1-11 {
  display:flex
}
.x .c1-12 {
  align-items:center
}
.x .c1-13 {
  justify-content:center
}
.x .c1-18 {
  color:rgb(255, 255, 255)
}
.x .c1-19 {
  width:40px
}
.x .c1-1a {
  padding-right:4px
}
.x .c1-1b {
  animation:shiver 1s ease-in-out infinite alternate
}
.x .c1-1l {
  word-wrap:break-word
}
.x .c1-1m {
  overflow-wrap:break-word
}
.x .c1-1n {
  line-height:1.5
}
.x .c1-1o {
  margin-top:0
}
.x .c1-1p {
  margin-bottom:0
}
.x .c1-1q, .text-center {
  text-align:center
}
.x .c1-1r {
  font-weight:400
}
.x .c1-1s {
  width:50px
}
.x .c1-1t {
  max-height:18px
}
.x .c1-1u {
  animation:shiver 1s ease-in-out 0.5s infinite alternate
}
.x .c1-1v {
  height:auto
}
.x .c1-1w {
  margin-right:0
}
.x .c1-1x {
  margin-left:0
}
.x .c1-1z {
  height:100%
}
.x .c1-20 {
  position:absolute
}
.x .c1-21 {
  top:0
}
.x .c1-22 {
  left:0
}
.x .c1-23 {
  right:0
}
.x .c1-24 {
  bottom:0
}
.x .c1-25 {
  min-height:300px
}
.x .c1-26 {
  background-position:50% 50%
}
.x .c1-27 {
  background-size:auto, cover
}
.x .c1-28 {
  background-blend-mode:normal
}
.x .c1-29 {
  background-repeat:no-repeat
}
.x .c1-2a {
  text-shadow:none
}
.x .c1-2w {
  align-items:stretch
}
.x .c1-2y {
  flex-direction:column
}
.x .c1-2z {
  background-color:transparent
}
.x .c1-30 {
  background-color:rgba(255, 255, 255, 0.9)
}
.x .c1-31 {
  padding-top:12px
}
.x .c1-32 {
  padding-bottom:12px
}
.x .c1-38 {
  flex-wrap:nowrap
}
.x .c1-39 {
  text-align:left
}
.x .c1-3a {
  justify-content:left
}
.x .c1-3b {
  width:15%
}
.x .c1-3c {
  flex-shrink:0
}
.x .c1-3d {
  letter-spacing:inherit
}
.x .c1-3e {
  text-transform:inherit
}
.x .c1-3f {
  justify-content:flex-start
}
.x .c1-3g {
  border-top:0px
}
.x .c1-3h {
  border-right:0px
}
.x .c1-3i {
  border-bottom:0px
}
.x .c1-3j {
  border-left:0px
}
.x .c1-3k {
  color:rgb(27, 27, 27)
}
.x .c1-3l {
  font-weight:inherit
}
.x .c1-3m:hover {
  color:rgb(40, 56, 120)
}
.x .c1-3n:active {
  color:rgb(31, 44, 98)
}
.x .c1-3o {
  color:inherit
}
.x .c1-3p {
  display:inline-block
}
.x .c1-3q {
  vertical-align:top
}
.x .c1-3r {
  padding-top:6px
}
.x .c1-3s {
  padding-right:6px
}
.x .c1-3t {
  padding-bottom:6px
}
.x .c1-3u {
  padding-left:6px
}
.x .c1-3v {
  width:70%
}
.x .c1-3w a {
  text-decoration:none
}
.x .c1-3x {
  font-size:28px
}
.x .c1-42 {
  display:inline
}
.x .c1-43 {
  color:inherit !important
}
.x .c1-44 {
  font-size:inherit !important
}
.x .c1-45 {
  justify-content:flex-end
}
.x .c1-46 {
  margin-top:8px
}
.x .c1-47 {
  font-family:'Muli', sans-serif
}
.x .c1-48 {
  max-width:calc(100% - 0.1px)
}
.x .c1-4d {
  width:auto
}
.x .c1-4e {
  color:rgb(40, 56, 120)
}
.x .c1-4f {
  padding-top:0px
}
.x .c1-4g {
  padding-right:0px
}
.x .c1-4h {
  padding-bottom:0px
}
.x .c1-4i {
  padding-left:0px
}
.x .c1-4j {
  [object -object]:0px
}
.x .c1-4l {
  vertical-align:middle
}
.x .c1-4m {
  aspect-ratio:4.076433121019108 / 1
}
.x .c1-4n {
  object-fit:contain
}
.x .c1-4o {
  height:80px
}
.x .c1-4p {
  transition:max-height .5s
}
.x .c1-4q {
  border-radius:0px
}
.x .c1-58 {
  display:none
}
.x .c1-5c {
  width:25%
}
.x .c1-5d {
  flex-grow:0
}
.x .c1-5e {
  [object -object]:
}
.x .c1-5g {
  width:50%
}
.x .c1-5h {
  line-height:24px
}
.x .c1-5i {
  white-space:nowrap
}
.x .c1-5j {
  -webkit-margin-before:0
}
.x .c1-5k {
  -webkit-margin-after:0
}
.x .c1-5l {
  -webkit-padding-start:0
}
.x .c1-5m {
  color:rgb(94, 94, 94)
}
.x .c1-5n {
  margin-bottom:none
}
.x .c1-5o {
  list-style:none
}
.x .c1-5p {
  padding-left:32px
}
.x .c1-5q {
  visibility:hidden
}
.x .c1-5r:first-child {
  margin-left:0
}
.x .c1-5s:first-child {
  padding-left:0
}
.x .c1-5t {
  display:block
}
.x .c1-5u {
  font-weight:700
}
.x .c1-5v:active {
  color:rgb(40, 56, 120)
}
.x .c1-5w {
  margin-left:-6px
}
.x .c1-5x {
  margin-right:-6px
}
.x .c1-5y {
  margin-top:-6px
}
.x .c1-5z {
  margin-bottom:-6px
}
.x .c1-60 {
  transition:transform .33s ease-in-out
}
.x .c1-61 {
  transform:rotate(0deg)
}
.x .c1-62 {
  border-radius:4px
}
.x .c1-63 {
  box-shadow:0 3px 6px 3px rgba(0,0,0,0.24)
}
.x .c1-64 {
  padding-left:12px
}
.x .c1-65 {
  padding-right:12px
}
.x .c1-66 {
  right:0px
}
.x .c1-67 {
  top:32px
}
.x .c1-68 {
  max-height:45vh
}
.x .c1-69 {
  overflow-y:auto
}
.x .c1-6a {
  z-index:1003
}
.x .c1-6d:last-child {
  margin-bottom:0
}
.x .c1-6e {
  margin-bottom:8px
}
.x .c1-6f {
  min-width:0px
}
.x .c1-6g {
  background-color:rgb(22, 22, 22)
}
.x .c1-6h {
  position:fixed
}
.x .c1-6i {
  z-index:10002
}
.x .c1-6j {
  -webkit-overflow-scrolling:touch
}
.x .c1-6k {
  transform:translateX(-249vw)
}
.x .c1-6l {
  overscroll-behavior:contain
}
.x .c1-6m {
  box-shadow:0 2px 6px 0px rgba(0,0,0,0.2)
}
.x .c1-6n {
  transition:transform .3s ease-in-out
}
.x .c1-6o {
  overflow:hidden
}
.x .c1-6p {
  color:rgb(247, 247, 247)
}
.x .c1-6q {
  line-height:1.3em
}
.x .c1-6r {
  font-style:normal
}
.x .c1-6s {
  top:15px
}
.x .c1-6t {
  right:15px
}
.x .c1-6u:hover {
  color:rgb(107, 124, 191)
}
.x .c1-6v {
  overflow-x:hidden
}
.x .c1-6w {
  overscroll-behavior:none
}
.x .c1-6x {
  margin-bottom:32px
}
.x .c1-6y > :not(:first-child) {
  margin-top:12px
}
.x .c1-6z {
  color:rgb(164, 164, 164)
}
.x .c1-70 {
  border-color:rgba(76, 76, 76, 0.5)
}
.x .c1-71 {
  border-bottom-width:1px
}
.x .c1-72 {
  border-bottom-style:solid
}
.x .c1-73:last-child {
  border-bottom:0
}
.x .c1-74 {
  min-width:200px
}
.x .c1-75 {
  justify-content:space-between
}
.x .c1-76 {
  font-size:22px
}
.x .c1-77:hover {
  color:rgb(181, 188, 236)
}
.x .c1-78:active {
  color:rgb(107, 124, 191)
}
.x .c1-7e {
  flex-grow:1
}
.x .c1-7f {
  margin-top:56px
}
.x .c1-7g {
  margin-bottom:56px
}
.x .c1-7j {
  border-radius:50%
}
.x .c1-7k {
  background-color:rgba(40, 56, 120, 0.9)
}
.x .c1-7l {
  width:300px
}
.x .c1-7m {
  height:300px
}
.x .c1-7u {
  width:calc(50% * 1.414)
}
.x .c1-7v {
  height:calc(50% * 1.414)
}
.x .c1-7w {
  width:inherit
}
.x .c1-7x {
  line-height:1.2
}
.x .c1-7y {
  line-height:1.27
}
.x .c1-7z {
  white-space:pre-line
}
.x .c1-80 {
  font-size:32px
}
.x .c1-85 {
  word-wrap:normal !important
}
.x .c1-86 {
  overflow-wrap:normal !important
}
.x .c1-87 {
  overflow:visible
}
.x .c1-88 > p {
  margin-top:0
}
.x .c1-89 > p {
  margin-right:0
}
.x .c1-8a > p {
  margin-bottom:0
}
.x .c1-8b > p {
  margin-left:0
}
.x .c1-8c {
  color:rgb(213, 214, 220)
}
.x .c1-8e {
  line-height:inherit
}
.x .c1-8f {
  font-style:italic
}
.x .c1-8g {
  text-decoration:line-through
}
.x .c1-8h {
  text-decoration:underline
}
.x .c1-8i {
  border-style:none
}
.x .c1-8j {
  display:inline-flex
}
.x .c1-8k {
  min-height:40px
}
.x .c1-8l {
  border-radius:48px
}
.x .c1-8m {
  color:rgb(48, 48, 48)
}
.x .c1-8n {
  font-size:12px
}
.x .c1-8o:hover {
  background-color:rgb(255, 255, 255)
}
.x .c1-8u {
  line-height:1.25
}
.x .c1-8v {
  margin-bottom:40px
}
.x .c1-8x {
  font-size:unset
}
.x .c1-8y {
  font-family:unset
}
.x .c1-8z {
  max-width:80%
}
.x .c1-90 {
  letter-spacing:unset
}
.x .c1-91 {
  text-transform:unset
}
.x .c1-92:before {
  right:100%
}
.x .c1-93:before {
  margin-right:24px
}
.x .c1-94:before {
  content:""
}
.x .c1-95:before {
  height:1px
}
.x .c1-96:before {
  margin-top:-1px
}
.x .c1-97:before {
  background:currentColor
}
.x .c1-98:before {
  position:absolute
}
.x .c1-99:before {
  top:.75em
}
.x .c1-9a:before {
  width:100vw
}
.x .c1-9b:before {
  display:block
}
.x .c1-9c:after {
  left:100%
}
.x .c1-9d:after {
  margin-left:24px
}
.x .c1-9e:after {
  content:""
}
.x .c1-9f:after {
  height:1px
}
.x .c1-9g:after {
  margin-top:-1px
}
.x .c1-9h:after {
  background:currentColor
}
.x .c1-9i:after {
  position:absolute
}
.x .c1-9j:after {
  top:.75em
}
.x .c1-9k:after {
  width:100vw
}
.x .c1-9l:after {
  display:block
}
.x .c1-9m {
  box-sizing:border-box
}
.x .c1-9n {
  flex-direction:row
}
.x .c1-9o {
  flex-wrap:wrap
}
.x .c1-9p {
  margin-right:-12px
}
.x .c1-9q {
  margin-bottom:-24px
}
.x .c1-9r {
  margin-left:-12px
}
.x .c1-9w {
  flex-shrink:1
}
.x .c1-9x {
  flex-basis:100%
}
.x .c1-a2 > * {
  max-width:100%
}
.x .c1-a3 > :nth-child(n) {
  margin-bottom:24px
}
.x .c1-a4  > :last-child {
  margin-bottom:0 !important
}
.x .c1-a7 {
  order:-1
}
.x .c1-a8 {
  border-width:0 !important
}
.x .c1-a9 {
  aspect-ratio:2 / 1
}
.x .c1-ab > p > ol {
  text-align:left
}
.x .c1-ac > p > ol {
  display:block
}
.x .c1-ad > p > ol {
  padding-left:1.3em
}
.x .c1-ae > p > ol {
  margin-left:12px
}
.x .c1-af > p > ol {
  margin-right:12px
}
.x .c1-ag > p > ol {
  margin-top:auto
}
.x .c1-ah > p > ol {
  margin-bottom:auto
}
.x .c1-ai > p > ul {
  text-align:left
}
.x .c1-aj > p > ul {
  display:block
}
.x .c1-ak > p > ul {
  padding-left:1.3em
}
.x .c1-al > p > ul {
  margin-left:12px
}
.x .c1-am > p > ul {
  margin-right:12px
}
.x .c1-an > p > ul {
  margin-top:auto
}
.x .c1-ao > p > ul {
  margin-bottom:auto
}
.x .c1-ap > ul {
  text-align:left
}
.x .c1-aq > ul {
  display:block
}
.x .c1-ar > ul {
  padding-left:1.3em
}
.x .c1-as > ul {
  margin-left:12px
}
.x .c1-at > ul {
  margin-right:12px
}
.x .c1-au > ul {
  margin-top:auto
}
.x .c1-av > ul {
  margin-bottom:auto
}
.x .c1-aw > ol {
  text-align:left
}
.x .c1-ax > ol {
  display:block
}
.x .c1-ay > ol {
  padding-left:1.3em
}
.x .c1-az > ol {
  margin-left:12px
}
.x .c1-b0 > ol {
  margin-right:12px
}
.x .c1-b1 > ol {
  margin-top:auto
}
.x .c1-b2 > ol {
  margin-bottom:auto
}
.x .c1-b5 {
  background-color:rgb(246, 246, 246)
}
.x .c1-b9 {
  margin-top:32px
}
.x .c1-ba {
  justify-content:space-around
}
.x .c1-bc {
  margin-bottom:24px
}
.x .c1-bf {
  aspect-ratio:1.2100456621004567 / 1
}
.x .c1-bh {
  aspect-ratio:4.5 / 1
}
.x .c1-bj {
  aspect-ratio:0.996309963099631 / 1
}
.x .c1-bl {
  margin-top:-4px
}
.x .c1-bn {
  flex-basis:0%
}
.x .c1-bv {
  margin-bottom:12px
}
.x .c1-c1 {
  border-color:rgb(226, 226, 226)
}
.x .c1-c2 {
  border-top-width:1px
}
.x .c1-c3 {
  border-right-width:1px
}
.x .c1-c4 {
  border-bottom-width:1px
}
.x .c1-c5 {
  border-left-width:1px
}
.x .c1-c6 {
  padding-top:23px
}
.x .c1-c7 {
  padding-bottom:7px
}
.x .c1-c8 {
  padding-left:8px
}
.x .c1-c9 {
  padding-right:8px
}
.x .c1-ca {
  border-style:solid
}
.x .c1-cb {
  color:rgb(71, 71, 71)
}
.x .c1-cc {
  font-size:14px
}
.x .c1-cd::placeholder {
  color:inherit
}
.x .c1-ce:focus {
  outline:none
}
.x .c1-cf:focus {
  box-shadow:inset 0 0 0 1px currentColor
}
.x .c1-cg:focus + label {
  font-size:12px
}
.x .c1-ch:focus + label {
  top:8px
}
.x .c1-ci:focus + label {
  color:rgb(40, 56, 120)
}
.x .c1-cj:not([value=""]) + label {
  font-size:12px
}
.x .c1-ck:not([value=""]) + label {
  top:8px
}
.x .c1-cl:not([value=""]) + label {
  color:rgb(40, 56, 120)
}
.x .c1-cm::-webkit-input-placeholder {
  color:inherit
}
.x .c1-cr {
  top:35%
}
.x .c1-cs {
  left:11px
}
.x .c1-ct {
  transition:all .15s ease
}
.x .c1-cu {
  pointer-events:none
}
.x .c1-cv {
  padding-left:40px
}
.x .c1-cw {
  padding-right:40px
}
.x .c1-cx {
  padding-top:8px
}
.x .c1-cy {
  padding-bottom:8px
}
.x .c1-cz {
  min-height:56px
}
.x .c1-d0:hover {
  background-color:rgb(57, 78, 161)
}
.x .c1-d2 {
  padding-left:none
}
.x .c1-d3 {
  padding-right:none
}
.x .c1-d4 {
  padding-top:none
}
.x .c1-d5 {
  row-gap:0px
}
.x .c1-d6 {
  column-gap:0px
}
.x .c1-d7 [data-typography] {
  color:inherit
}
.x .c1-d8:active {
  color:rgb(26, 38, 86)
}
.x .c1-d9 {
  color:rgb(21, 21, 21)
}
.x .c1-da {
  color:rgb(82, 82, 82)
}
.x .c1-db {
  margin-top:24px
}
.x .c1-dc {
  list-style-type:none
}
.x .c1-dg {
  border-color:rgb(218, 218, 218)
}
.x .c1-dh {
  padding-top:40px
}
.x .c1-di {
  z-index:10000
}
.x .c1-dj {
  transition:all 1s ease-in
}
.x .c1-dk {
  box-shadow:0 2px 6px 0px rgba(0,0,0,0.3)
}
.x .c1-dl {
  contain:content
}
.x .c1-dm {
  bottom:-500px
}
.x .c1-dn {
  padding-top:24px
}
.x .c1-do {
  padding-bottom:24px
}
.x .c1-dv {
  max-height:300px
}
.x .c1-dx {
  margin-bottom:4px
}
.x .c1-dy {
  word-break:break-word
}
.x .c1-dz {
  flex-basis:50%
}
.x .c1-e0:nth-child(2) {
  margin-left:24px
}
/****************************
cookies Popup
***************************/
div.eu-cookies-bar-cookies-bar-wrap.eu-cookies-bar-cookies-bar-position-bottom_right {
  width: 400px;
  max-height: 500px;
  min-height: 289px;
}
div .eu-cookies-bar-cookies-bar-button {
  padding: 8px 24px;
  min-width: 136px;
  border-radius: 48px !important;
  min-height: 40px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  font-family: Quicksand, sans-serif;
}
.eu-cookies-bar-cookies-bar-message h4{
  color: #fff;
  font-family: Quicksand, sans-serif;
  padding-bottom: 8px;
}
div .eu-cookies-bar-cookies-bar-button.eu-cookies-bar-cookies-bar-button-accept {
  order: 2;
}
div .eu-cookies-bar-tick:before{
  display: none;
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40eiNxw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50eiNxw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/muli/v29/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30eg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/quicksand/v31/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/quicksand/v31/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/quicksand/v31/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/quicksand/v31/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/quicksand/v31/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/quicksand/v31/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.woff2') format('woff2'),
      url('../fonts/Muli.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.woff2') format('woff2'),
      url('../fonts/Muli-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.woff2') format('woff2'),
      url('../fonts/Muli-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
      url('../fonts/Muli-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),
      url('../fonts/Muli-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

