* {
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

:root {
  --brand: #ff0000;
  --ff1: 'Satisfy', cursive;
  --ff2: 'Play', sans-serif;
  --h3: 24px;
  --p: 16px;
  --pl: 26px;
}
body {
  background: #000;
  overflow-x: hidden;
}

.btn-primary {
	background: var(--brand);
	border: 1px solid var(--brand);
}

.btn-primary:hover{
  background: #fffff;
  border: 1px solid var(--brand);
}

.main-overlay {
  position: relative;
  z-index: 1;
}

.main-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.common-head {
  position: relative;
  z-index: 0;
}

.common-head h2 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	transform: rotate(-9deg);
	display: inline-block;
	font-family: var(--ff2);
}
.common-head h3 {
  font-size: 47px;
  margin-bottom: 0 !important;
  padding-bottom: 25px;
  color: #fff;
  font-family: var(--ff1);
  text-transform: capitalize;
}

/* text animation start */
.text_animation {
  color: #ffffff;
  word-spacing: 10px;
  text-transform: capitalize;
  --interval: 1s;
  display: block;
  text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2),
    0 0 40px var(--color3),
    0 0 80px var(--color4);
  will-change: filter, color;
  filter: saturate(60%);
  animation: flicker steps(100) var(--interval) 1s infinite;
}
@keyframes flicker {
  50% {
    color: white;
    filter: saturate(200%) hue-rotate(20deg);
  }
}
.text_animation {
  color: tomato;
  --color1: orangered;
  --color2: firebrick;
  --color3: maroon;
  --color4: darkred;
}

.text_animation2 {
  animation: glitch 2s steps(100) infinite;
  -webkit-animation: glitch 2s steps(100) infinite;
}

@keyframes glitch {
  0% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  1% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  2% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  3% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  4% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  5% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  6% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  7% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  8% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  9% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  10% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  11% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  12% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  13% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  14% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  15% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  16% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  17% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  18% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  19% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  20% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  21% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  22% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  23% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  24% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  25% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  26% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  27% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  28% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  29% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  30% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  31% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  32% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  33% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  34% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  35% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  36% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  37% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  38% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  39% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  40% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  41% {
    text-shadow: 50px 0 0 blue, -50px 0 0 lime;
  }
  42% {
    text-shadow: 0 0 0 blue, 0 0 0 lime;
  }
  43% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  44% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  45% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  46% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  47% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  48% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  49% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  50% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  51% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  52% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  53% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  54% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  55% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  56% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  57% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  58% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  59% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  60% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  61% {
    text-shadow: 30px 0 0 red, -30px 0 0 lime;
  }
  62% {
    text-shadow: 0 0 0 red, 0 0 0 lime;
  }
  63% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  64% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  65% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  66% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
  }
  67% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  68% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  69% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  70% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  71% {
    text-shadow: 70px 0 0 red, -70px 0 0 blue;
  }
  72% {
    text-shadow: 0 0 0 red, 0 0 0 blue;
  }
  73% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  74% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  75% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  76% {
    text-shadow: 1px 0 0 red, -1px 0 0 blue;
  }
  77% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  78% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  79% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  80% {
    text-shadow: -1px 0 0 red, 1px 0 0 blue;
  }
  81% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  82% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  83% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  84% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  85% {
    text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
  }
  86% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  87% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  88% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  89% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  90% {
    text-shadow: -1px 0 0 red, 1px 0 0 lime;
  }
  91% {
    text-shadow: 60px 0 0 lime, -60px 0 0 blue;
  }
  92% {
    text-shadow: 0 0 0 lime, 0 0 0 blue;
  }
  92% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  93% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  94% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  95% {
    text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
  }
  96% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  97% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  98% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  99% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
  100% {
    text-shadow: -1px 0 0 blue, 1px 0 0 lime;
  }
}
/* text animation end */


/* go-top button Start */
.go-top {
  color: #ffffff;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 15px;
  width: 45px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background-color: var(--brand);
  -webkit-transition: .9s;
  transition: .9s;
  cursor: pointer;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

.go-top i:last-child {
  top: 60%;
  opacity: 0;
  visibility: hidden;
}

.go-top::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	background-color: #d25454;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
/* go-top button end */


/* scrollbar style */
html::-webkit-scrollbar {
  width: 1.30vw;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--brand);
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand);
}

html::-webkit-scrollbar-track {
  background-color: #000;
}

html::-webkit-scrollbar-track:hover {
  background-color: #000;
}

/* blink based browser */

/* geckeo based browser */
html {
  /* scrollbar-width: bold; */
  scrollbar-color: var(--brand) #000;
}
/* Padding class start */
.p-tb-120{
  padding: 120px 0;
}
.p-t-120{
  padding-top:120px ;
}
.p-b-120{
  padding-bottom:120px ;
}
.p-t-60{
  padding-top: 60px;
}
.p-b-60{
  padding-bottom: 60px;
}
/* Padding class end */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             common css end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             preloader css start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid var(--brand);
  border-top-color: #ffffff;
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em var(--ff2);
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #000000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {

  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em var(--ff2);
  }
}

@media screen and (max-width: 500px) {

  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em var(--ff2);
  }
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             preloader css end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Menu part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.btn1 {
	position: fixed;
	top: 16px;
	left: 94%;
	height: 45px;
	width: 45px;
	text-align: center;
	background: #444;
	border-radius: 3px;
	cursor: pointer;
	transition: left 0.4s ease;
	z-index: 999;
	border: 1px solid var(--brand);
}
.btn1 {
  transition: all linear .3s ;
  -webkit-transition: all linear .3s ;
  -moz-transition: all linear .3s ;
  -ms-transition: all linear .3s ;
  -o-transition: all linear .3s ;
}

.btn1:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.btn1:active {
  color: #000
}

.btn1:active:after {
  background: transparent;
}


.btn1::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #444;
  left: 0;
  top: 0;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.btn1:hover::after {
	background: #444;
}


.btn1.click {
  left: 77%;
}

.btn1 span {
  color: var(--brand);
  font-size: 28px;
  line-height: 40px;
  /*! border: 1px solid; */
}

.btn1.click span:before {
  content: '\f00d';
}

.sidebar {
  position: fixed;
  width: 250px;
  height: 100%;
  left: 106%;
  background: #1b1b1b;
  transition: left 0.15s ease;
  z-index: 99999999;
}

.sidebar.show {
  left: 81%;
}

.sidebar .text {
  color: #eee;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #000;
  letter-spacing: 1px;
}

.sidebar ul {
  background: #444;
  height: 100%;
  width: 100%;
  list-style: none;
}

.sidebar ul li {
	line-height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #444;
}

.sidebar ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
  font-weight: 600;
}

.sidebar ul li.active a {
  color: var(--brand);
  background: #000;
  border-left-color: var(--brand);
}

.sidebar ul li a:hover {
  background: var(--brand);
  color: #fff;
}

.sidebar ul ul {
  position: static;
  display: none;
}

.sidebar ul .feat-show.show {
  display: block;
}

.sidebar ul .feat-show2.show1 {
	display: block;
}

.sidebar ul .feat-show3.show2 {
	display: block;
}



/* nav ul ul li {
  line-height: 42px;
  border-top: none;
} */

nav ul ul li a {
  font-size: 17px;
  color: #eee;
  padding-left: 54px;
}

.sidebar ul li.active ul li a {
  color: #eee;
  background: #000;
  border-left-color: transparent;
}

.sidebar ul ul li a:hover {
  color: var(--brand) !important;
  background: #1e1e1e !important;
}

.sidebar ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}

.sidebar ul li a span.rotate {
  transform: translateY(-50%) rotate(-180deg);
}

.main-logo {
  height: 50px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: 99;
}

.main-logo .navbar-brand {
  width: 245px;
  height: 70px;
  line-height: 60px;
  text-align: center;
}

.main-logo .navbar-brand img {
  transition: all linear .3s;
  width: 100%;
}
.main-logo .navbar-brand{
  line-height: 65px;
  text-align: center;
}
.active {
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
}

.navbar-nav li.active a {
  color: #eee;
}

.nav-link:focus,
.nav-link:hover {
  color: #eee;
}

.menu-fix {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  /*! background: rgba(0, 0, 0, 0.278); */
  height: 80px;
}

.menu-fix .navbar-brand img {
  width: 121px;
  transition: all linear .3s;
}

.main-logo .navbar-brand {
  position: relative;
  z-index: 999;
}



.menu-fix .navbar-brand {
  position: relative;
}

.menu-fix .navbar-brand::after {
  position: absolute;
  content: "";
  top: 0;
  left: 12%;
  width: 75%;
  height: 134%;
  background: #000;
  transition: all linear .3s;
  z-index: -2;
  /*! border-radius: 3px 3px 3px 3px; */
  /*! border-radius: 20px; */
  /*! transform: skewX(30deg); */
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}

.main-logo .navbar-brand {
  position: relative;
  z-index: 999;
}

.menu-fix .navbar-brand {
  position: relative;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.main-logo .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all 300ms linear;
}

.main-logo .navbar-toggler-icon:after,
.main-logo .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #eee;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.main-logo .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-toggler {
  z-index: 999;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Banner part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.page-header {
  background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
  box-sizing: border-box;
}

.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
  -webkit-transition: transform 1s 0.6666666667s;
  -moz-transition: transform 1s 0.6666666667s;
  -ms-transition: transform 1s 0.6666666667s;
  -o-transition: transform 1s 0.6666666667s;
}

/* .fnc-slider .m--navbg {
  background-color: var(--brand);
} */

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s 0.6666666667s ease-in-out;
  -moz-transition: transform 1s 0.6666666667s ease-in-out;
  -ms-transition: transform 1s 0.6666666667s ease-in-out;
  -o-transition: transform 1s 0.6666666667s ease-in-out;
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 1s 0.6666666667s ease-in-out;
  -moz-transition: transform 1s 0.6666666667s ease-in-out;
  -ms-transition: transform 1s 0.6666666667s ease-in-out;
  -o-transition: transform 1s 0.6666666667s ease-in-out;
}
.fnc-slide__heading-line p {
	color: #fff;
	font-family: var(--ff2);
	text-transform: capitalize;
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  right: 55%;
  top: 0%;
  width: 40%;
  height: 100%;
  margin-right: 0px;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh); */
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
  background: url(../images/Shape/slider-shape2.png) no-repeat center ;
}

.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
  -webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
  -moz-transform: rotate(-10deg) translate3d(200px, 0, 0);
  -ms-transform: rotate(-10deg) translate3d(200px, 0, 0);
  -o-transform: rotate(-10deg) translate3d(200px, 0, 0);
}

.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  -moz-transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  -ms-transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  -o-transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
}

.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  -moz-transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  -ms-transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  -o-transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  -webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
  -moz-transform: rotate(10deg) translate3d(-200px, 0, 0);
  -ms-transform: rotate(10deg) translate3d(-200px, 0, 0);
  -o-transform: rotate(10deg) translate3d(-200px, 0, 0);
}

.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 115%;
  top: 52%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  -webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  -moz-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  -ms-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
  -o-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
  -webkit-transition: transform 0.7s 1.2222222222s;
  -moz-transition: transform 0.7s 1.2222222222s;
  -ms-transition: transform 0.7s 1.2222222222s;
  -o-transition: transform 0.7s 1.2222222222s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  -webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  -moz-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  -ms-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  -o-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
  -webkit-transition: transform 0.7s 0.3333333333s;
  -moz-transition: transform 0.7s 0.3333333333s;
  -ms-transition: transform 0.7s 0.3333333333s;
  -o-transition: transform 0.7s 0.3333333333s;
}

.fnc-slide__content {
	/* z-index: 2; */
	/* position: ; */
	/* left: 132px; */
	/* top: 30%; */
	padding: 17% 25% 17% 25%;
}

.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fnc-slide__heading-line {
  position: relative;
}

.fnc-slide__heading-line h2 {
	font-size: 30px;
	color: #fff;
	word-spacing: 10px;
	text-transform: uppercase;
	transform: rotate(-9deg);
	margin-bottom: 5px;
}
.fnc-slide__heading-line h1 {
	font-size: 130px !important;
	word-spacing: 0px !important;
	font-family: var(--ff1);
}

.fnc-slide__heading-line:nth-child(2) span {
  padding-left: 30px;
  color: #ffffff;
}

.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
  -webkit-transition: transform 1.5s 1s;
  -moz-transition: transform 1.5s 1s;
  -ms-transition: transform 1.5s 1s;
  -o-transition: transform 1.5s 1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
  -webkit-transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -ms-transition: transform 1.5s;
  -o-transition: transform 1.5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.fnc-slide__heading-line span {
	display: block;
	font-weight: 800;
	font-family: var(--ff2);
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transition: transform 1.5s 1s;
  -moz-transition: transform 1.5s 1s;
  -ms-transition: transform 1.5s 1s;
  -o-transition: transform 1.5s 1s;
}

.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
  -webkit-transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -ms-transition: transform 1.5s;
  -o-transition: transform 1.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  transition: all linear .3s ;
  -webkit-transition: all linear .3s ;
  -moz-transition: all linear .3s ;
  -ms-transition: all linear .3s ;
  -o-transition: all linear .3s ;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--brand);
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.glow-on-hover:hover::after {
	background: #444;
}



.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}

.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}

.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1f2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
  -webkit-transform: translateY(100%) rotateX(-90deg);
  -moz-transform: translateY(100%) rotateX(-90deg);
  -ms-transform: translateY(100%) rotateX(-90deg);
  -o-transform: translateY(100%) rotateX(-90deg);
  -webkit-transition: opacity 0.15s 0.15s;
  -moz-transition: opacity 0.15s 0.15s;
  -ms-transition: opacity 0.15s 0.15s;
  -o-transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
  -webkit-transition: transform 1s 0.6666666667s;
  -moz-transition: transform 1s 0.6666666667s;
  -ms-transition: transform 1s 0.6666666667s;
  -o-transition: transform 1s 0.6666666667s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	background-color: #444;
	transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	margin: 0 7px 13px 0;
	font-family: var(--ff2);
	border-radius: 0 40px 0 40px;
}

.fnc-nav__control.m--active-control {
  background: var(--brand);
}

.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: transform 0.5s !important;
  -moz-transition: transform 0.5s !important;
  -ms-transition: transform 0.5s !important;
  -o-transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
  -webkit-transition: transform 0s 0s !important;
  -moz-transition: transform 0s 0s !important;
  -ms-transition: transform 0s 0s !important;
  -o-transition: transform 0s 0s !important;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
  -webkit-transform: scaleX(0) !important;
  -moz-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  -o-transform: scaleX(0) !important;
  -webkit-transition: all 0s 0s !important;
  -moz-transition: all 0s 0s !important;
  -ms-transition: all 0s 0s !important;
  -o-transition: all 0s 0s !important;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Banner part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             breadcrumb part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.breadcrumb_item {
  /*! padding: 259px 0 205px; */
  position: relative;
  z-index: 2;
  min-height: 670px;
}

.breadcrumb-wrap {
  display: inline-block;
}

.breadcrumb-title h2 {
  font-size: 48px;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--ff1);
}

.breadcrumb-item a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.breadcrumb>.active {
  color: var(--brand) !important;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-weight: 800;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             breadcrumb part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             about part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.about-txt {
  /*! margin-top: 20px; */
  position: relative;
  z-index: 2;
  /*! font-family: var(--ff1); */
}

.about-img {
  position: relative;
  z-index: 3;
}

.about-txt h3 {
  font-size: 20px;
  font-family: var(--ff1);
  margin-bottom: 15px;
  color: var(--brand);
}

.about-txt p {
  font-size: 16px;
  /*! line-height: 26px; */
  padding-bottom: 15px;
  color: #fff;
  font-family: var(--ff2);
  font-weight: 400;
}


.about-txt img {
  width: 300px;
  float: right;
}

.about-img {
  position: relative;
}

.about-img::after {
  position: absolute;
  content: "";
  top: 45px;
  left: -45px;
  background: url(../images/Shape/about5.png) no-repeat center/cover;
  width: 80%;
  height: 100%;
  animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.about-text {
  position: absolute;
  width: 180px;
  height: 180px;
  /* background-color: var(--brand); */
  /* padding: 24px 0; */
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-124%, -138px);
  left: 102%;
  /*! right: 0; */
  top: 168px;
  /* border: 5px double #fff; */
}

.about-text::after {
  position: absolute;
  content: "";
  right: 0%;
  top: 0%;
  width: 99%;
  height: 100%;
  z-index: 2;
  background: url(../images/Shape/flower2.png) no-repeat center/cover;
  animation-name: myframes;
  animation: myframes 6s linear infinite;
  -webkit-animation: myframes 6s linear infinite;
  z-index: -1;
}


@keyframes myframes {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.about-text span {
  font-size: 56px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 300;
  width: 100%;
  /*! font-family: 'Oswald', sans-serif; */
  margin-bottom: 2px;
  font-family: var(--ff1);
}

.about-text p {
  font-family: var(--ff1);
}

.about-text span sub {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-left: -11px;
  bottom: 0;
}

.counter-txt h3 {
  font-size: 40px;
  font-family: var(--f1);
  font-weight: 600;
  color: #000;
}

.counter-con h3 {
  font-size: 40px;
  font-family: var(--ff1);
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

.counter-txt {
	background: var(--brand);
	border-radius: 10px;
	padding: 23px 0;
}

.counter-txt p {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--ff2);
  color: #fff;
  position: relative;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             about part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Features part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.Features-single .caption a:first-child {
	font-size: 22px;
	color: var(--brand);
	font-family: var(--ff1);
	margin-top: 10px;
}
.Features-single .caption p{
  font-size: 16px;
  color: #fff;
  font-family: var(--ff2);
}
.Features-single .caption a{
  font-size: 16px;
  color: var(--brand);
  font-family: var(--ff2);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.Features-single .caption a:hover{
  color: #fff;
}
.icon-svg {
	position: relative;
	display: inline-block;
	width: 91px;
	height: 91px;
	line-height: 91px;
	z-index: 1;
}
.icon-primary path {
	fill: var(--brand);
}
.icon-svg::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	border: 1px solid var(--brand);
	/* background-color: #fff; */
	z-index: -1;
}
.icon-svg::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	border: 1px solid #d4d4d4;
	transform: translate(-5px, 5px);
	z-index: -2;
}
.icon-svg .pencil {
	margin-left: -35px;
}

.features-img {
  animation: fadeIn 6s linear infinite;
  -webkit-animation: fadeIn 6s linear infinite;
  animation-iteration-count:infinite;
}
@keyframes fadeIn { 
	0% {
    opacity: 1;
  } 
  10%{
    opacity: 0.8;
  }

	20% {
    opacity: 0.6;
  } 
	30% {
    opacity: 0.4;
  } 
	40% {
    opacity: 0.2;
  } 
	50% {
    opacity: 0.2;
  } 
	60% {
    opacity: 0.4;
  } 
	70% {
    opacity: 0.6;
  } 
	80% {
    opacity: 0.8;
  } 
	90% {
    opacity: 1;
  } 
	100% {
    opacity: 1;
  } 

	} 
.thumbnail{
  animation-name: myframes;
animation: myframes 6s linear infinite;
-webkit-animation: myframes 6s linear infinite;
} 

@keyframes myframes {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Features part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             team part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.team-item img {
  transition: .5s;
}

.team-item {
  box-shadow: 0px 0px 8px 6px rgba(0, 106, 78, 0.2);
  width: 100%;
  height: 100%;
  background: var(--brand);
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item h5 {
  color: #fff;
  font-family: var(--ff1);
}

.team-item small {
  color: #fff;
  text-transform: capitalize;
}

.team-item .team-social {
  position: absolute;
  width: 38px;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  transition: .5s;
}

.team-item .team-social .btn {
  color: var(--brand);
  background: #FFFFFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: var(--brand);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.team-item:hover .team-social {
  left: 0;
}

.view_profile {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}


.view_profile a {
  background: #fff;
  color: var(--brand);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 800;
  font-family: var(--ff2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.view_profile a {
  background: #fff;
  color: var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.view_profile a:hover {
  background: var(--brand);
  color: #fff;
}

.team-item:hover .view_profile {
	top: 75%;
	transform: rotate(360deg);
}
.section-title {
  font-family: var(--ff1);
  font-size: 50px;
}

.section-sub-title {
  text-transform: capitalize;
  font-family: var(--ff1);
  font-size: 50px;
}

.profile-p {
  color: #fff;
  font-weight: 500;
  font-family: var(--ff2);
}

.ts-team-wrapper {
  position: relative;
  /* overflow: hidden; */
  z-index: 5;
}

.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(42, 148, 201, 0.5);
  transition: 350ms;
}

.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #fff;
}

.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
  margin-right: 16px;
  text-align: center;
  transition: 400ms;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  color: var(--brand);
}

.ts-team-wrapper .team-social-icons a i:hover {
  color: #fff;
  background: var(--brand);
}

.profile a {
  background: #fff;
  color: var(--brand);
  font-family: "Montserrat", sans-serif;
  padding: 13px;
  font-weight: 800;
}

.profile a:hover {
  background: var(--brand);
  color: #fff;
}

.profile_info h3 {
  color: var(--brand);
  font-family: var(--ff1);
  text-transform: capitalize;
  margin-top: 5px;
}

.ts-description {
  color: #ffff !important;
}

.profile_info p {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: var(--ff2);
}

.profile-btn a {
  font-family: var(--ff2);
  background: var(--brand);
  color: #fff;
  margin-top: 15px;
  border: 2px solid var(--brand);
  border-radius: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  font-weight: 800;
}

.profile-btn a:hover {
  background: #fff;
  color: var(--brand);
  margin-top: 15px;
  border: 2px solid var(--brand);
}

.Profile_item {
  margin-top: -180px;
}

.Profile_item img {
  border: 10px solid #fff;
}

.profile_text h5 {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
  font-size: 25px;
  margin-top: 10px;
}

.profile_text h3 {
  font-size: 15px;
  font-family: var(--ff2);
  color: #fff;
  font-weight: 800;
}

.certificates {
  padding: 20px 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.skill-my-bar h3 {
  color: var(--brand);
  font-family: var(--ff1);
  margin-bottom: 5px;
}

.certificates h3 {
  color: var(--brand);
  font-family: var(--ff1);
  margin-bottom: 5px;
}

.certificates img {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.certificates img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.certificates img {
  cursor: pointer;
  margin: 1.33px;
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

.progressbar-item {
  color: #fff;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             team part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             awards part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#awards {
  background-color: #444;
}

.awards-row img {
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-left: 7px;
}

.awards-logo:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.awards-row .draggable {
  padding: 10px 0 !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             awards part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Services part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.ser-mar {
  margin-bottom: 50px;
}

.Services-col {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
}

.Services-col h6 {
  font-size: 17px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  left: 100%;
  margin: 0;
  opacity: 0.8;
  padding: 10px 40px 0 0;
  right: 0;
  font-family: var(--ff2);
  top: 30px;
  white-space: nowrap;
  font-weight: 700;
}

.Services-col i {
  font-size: 65px;
  position: absolute;
  color: #fff;
  opacity: 0;
  margin: 0;
  right: 63px;
  bottom: 131px;
  font-weight: 700;
  z-index: 2;
}

.Services-col i:hover {
  color: var(--brand);
}

.Services-col {
  width: 94%;
  margin-left: 10px;
}

.Services-col:hover i {
  opacity: 1;
}

.Services-col:hover .services-title,
.Services-col.hover .services-title {
  background-color: #000;
}

.Services-col *,
.Services-col ::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.prv,
.nxt {
  width: 40px;
  height: 40px;
  color: var(--brand);
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 97%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  border: 2px solid var(--brand);
}

#Services .fa-solid {
  line-height: 1.7;
}

.prv {
  left: 38%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nxt {
  right: 38%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Services-col img {
  /*! box-shadow: 0 0 31px rgba(0, 0, 0, 0.2); */
  max-width: 100%;
  position: relative;
  padding: 30px 40px 0 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.services-title {
  background-color: var(--brand);
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;

}

#Services .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
}

#Services .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 8px;
  background: #fff;
  border: 3px solid var(--brand);
  margin: 0 6px;
}

#Services .slick-dots li.slick-active button {
  width: 25px;
  height: 13px;
  background: var(--brand);
  border-color: var(--brand);
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Services part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Testimonial part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#Testimonial .blockquote {
  font-family: var(--ff1);
}

.Testimonial-col {
	background-color: #000;
	position: relative;
	padding: 30px 30px;
	margin-left: 13px;
	/* border: 2px solid var(--brand); */
	opacity: 0.5;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transform: rotateY(-60deg);
	-webkit-transform: rotateY(-60deg);
	-moz-transform: rotateY(-60deg);
	-ms-transform: rotateY(-60deg);
	-o-transform: rotateY(-60deg);
}

.Testimonial-col:after {
  background: url(../images/Shape/test.png) center/cover;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}

.Testimonial-col img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 39%;
}

.Testimonial-col i {
  position: absolute;
  top: 70px;
  left: 40%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: var(--brand);
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Testimonial-col .blockquote {
  margin-bottom: 1rem;
  font-size: 19px;
  font-family: var(--ff2);
  color: #ffffff;
}

.Testimonial-col .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: var(--p);
  color: var(--brand);
  line-height: var(--pl);
  font-family: var(--ff1);
  font-weight: 800;
}

.Testimonial-col .blockquote-footer2 {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: var(--p);
  color: #ffffff;
  line-height: var(--pl);
  font-family: var(--ff2);
}

#Testimonial .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -51px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
}

#Testimonial .fa-solid {
  line-height: 1.7;
}

#Testimonial .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: .3s;
  background-color: #e7e7e7;
  height: 2px;
  width: 30px;
  border-radius: 5px;
}

#Testimonial .prv,
#Testimonial .nxt {
  width: 40px;
  height: 40px;
  color: var(--brand);
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 458px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  border: 2px solid var(--brand);
}

#Testimonial .prv {
  left: 40%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#Testimonial .nxt {
  right: 40%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#Testimonial .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 5px;
  background-color: var(--brand);
}

.test-slider .slick-center .Testimonial-col {

  display: block;
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.test-slider .draggable {
  padding: 10px 0 !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Testimonial part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Services part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.Services-menu li {
  width: 16.66666%;
  height: 50px;
  background: #f1f1f1;
}

.Services_menu {
  margin-bottom: 73px;
}

.nav-pills .nav-link {
  border: none;
  transition: .3s;
  padding-bottom: 10px;
  cursor: pointer;
  outline: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-family: var(--ff2);
  background: #fff;
  margin-left: 10px;
}

.Services-menu li button:hover {
  color: #222222;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--brand);
  color: #fff;
  /*! box-shadow: inset 0 -2px 0 #000; */
}

.logo-fix ul li p {
  font-size: 16px;
}

.logo-fix ul li p:last-child {
  font-size: 14px;
}

.Services-body ul li {
  width: 19.64%;
  margin-right: 5px;
  background: #f1f1f1;
  margin-bottom: 5px;
  text-align: center;
  padding: 50px 0;
}

.Services-body ul li:nth-child(5),
.Services-body ul li:nth-child(10) {
  margin-right: 0;
}

.service-img {
  position: relative;
  border: 1px solid #fff;
}

.service-img .overly {
	position: absolute;
	top: 92px;
	right: 40px;
	width: 351px;
	height: 407px;
	background: #000;
	border: 10px solid var(--brand);
	border-radius: 30px 0 30px 0;
	filter: drop-shadow(0 0px 10px #000);
	-webkit-border-radius: 30px 0 30px 0;
	-moz-border-radius: 30px 0 30px 0;
	-ms-border-radius: 30px 0 30px 0;
	-o-border-radius: 30px 0 30px 0;
}

.Services-txt {
  padding: 15% 10%;
}

.Services-txt h3 {
  color: var(--brand);
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--ff1);
}

.Services-txt p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ff2);
}

.Services-txt a:last-child {
  color: var(--brand);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ff2);
  background: transparent;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0 10px;
}

.Services-txt a:last-child:hover {
  color: #fff;
  background: var(--brand);
}

.logo-fix ul li {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.Services-menu li button:hover {
  color: var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Services part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Service single part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.service_single h4 {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
  font-size: 40px;
}

.service_single h5 {
  color: #fff;
  font-family: var(--ff2);
  font-weight: 500;
  font-size: 20px;
}

.service_single i {
  color: var(--brand);
  font-size: 40px;
}

.service_single ul li {
  border: 2px solid var(--brand);
  margin: 5px 0;
  padding: 5px 5px;
}

.service_single ul li i {
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
}

.service_single ul li p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.service_single .table {
  text-align: center;
}

.service_single .table thead tr th {
  color: #fff;
  font-weight: 800;
  border: 0;
}

.service_single .table tbody tr td {
  color: #fff !important;
  font-weight: 500 !important;
  border: 0;
}

.service_single .accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: rgb(255,0,0);
  background: linear-gradient(133deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); 
}

.accordion-button {
  background: rgb(255,0,0);
  background: linear-gradient(133deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); 
  border: 1px solid var(--brand);
  color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--brand);
  outline: 0;
  box-shadow: none;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: rgba(236, 129, 134, 0.15);
  color: var(--bs-table-striped-color);
}

.service_single .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.service_single .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Service single part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
          prize part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.prize_shape {
  font-size: 16px;
  padding-bottom: 85px;
  color: #fff;
  font-family: var(--ff2);
  font-weight: 400;
  position: relative;
}
.prize_shape::after {
	position: absolute;
	content: "";
	left: 0;
	top: 90px;
	width: 28%;
	height: 6px;
	background: var(--brand);
}
.prize_shape::before {
	position: absolute;
	content: "";
	left: 70px;
	top: 92px;
	width: 28%;
	height: 2px;
	background: #fff;
	z-index: 1;
}

.prize-txt  {
    border: 1px dashed var(--brand);
    padding: 13px;
}
.prize-txt h3 {
	color: var(--brand);
	font-weight: 800;
	font-family: var(--ff2);
	font-size: 40px;
}
.prize_list {
  color: #fff;
}

.prize_list p {
  color: #fff;
  font-size: 11px;
  font-family: var(--ff2);
}

.prize_list ul li:first-child {
  color: #fff;
  font-family: var(--ff1);
  font-weight: 800;
  font-size: 20px;
}

.prize_list ul li:last-child {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
  font-size: 25px;
}
.plan-img img {
	border: 3px solid #fff;
	box-shadow: 12px 12px 0px 0px var(--brand);
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           prize part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
          poster part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.post {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 186px;
  position: relative;
  z-index: 1;
  box-shadow: 12px 12px 0px 0px var(--brand);
  border: 2px solid #fff;
}

.post_txt a {
  padding: 10px 25px;
  background: var(--brand);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  margin-top: 15px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  font-family: var(--ff2);
}

.post_txt a:hover {
  background: #fff;
  color: var(--brand);
}

.post_txt p {
  font-family: var(--ff1);
  color: var(--brand);
  font-size: 22px;
}

.post_txt h3 {
	font-family: var(--ff2);
	color: #fff;
	font-size: 28px;
	text-transform: capitalize;
}
.overlay_post {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.post:hover .overlay_post {
  background-color: rgba(0, 0, 0, 0.6);
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           poster part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             portfolio part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#portfolio {
  background: #000;
}

.filter_menu {
  margin-bottom: 24px;
}

.filter_menu ul {
  display: flex;
  justify-content: center;
  background: #000;
}

.filter_menu ul li {
  border: none;
  transition: .3s;
  padding-bottom: 10px;
  cursor: pointer;
  outline: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-family: var(--ff2);
  background: #fff;
  margin-left: 10px;
  margin-bottom: 6px;
}


.filter_menu ul li:hover {
  color: var(--brand);
}

.filter_img {
  display: flex;
  flex-wrap: wrap;
}

.filter_img .img {
  width: 33.33%;
  /* padding: 16px; */
}

.filter_img .img img {
  width: 100%;
  max-width: 100%;
}

.filter_menu ul li.mixitup-control-active {
  /*! color: var(--brand); */
  /*! border: 1px dashed var(--brand); */
  /*! position: relative; */
  /*! z-index: 2; */
  background: var(--brand);
  color: #fff;
}

.img {
  position: relative;
}

.portfolio_overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.4);
	display: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.img:hover .portfolio_overlay {
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             portfolio part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           gallery part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#gallery{
  overflow: hidden;
}
.gallery-carousel .gallery-image {
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.gallery_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.4);
  display: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.gallery-image:hover .gallery_overlay {
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.plus-link {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 28px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.plus-link a {
  color: #fff;
  font-size: 40px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             gallery part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           blog part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.blog_text h4 {
  color: #f1f1f1;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--ff2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog_text a {
  color: var(--brand);
  font-size: 20px;
  font-weight: 300;
  font-family: var(--ff1);
  padding-top: 5px;
  transition: all linear .3s;
}
.blog-a{
  display: contents;
}

.blog_text {
	position: relative;
	padding: 30px 30px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: grid;
	/* width: 100%; */
	height: 255px;
}

.blog_text .read {
  color: var(--brand);
  font-size: 14px;
  font-family: var(--ff2);
  transition: all linear .3s;
}

.blog_text::after {
  position: absolute;
  content: '';
  border-bottom: 15px solid #444;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -30px;
  left: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog_img {
  position: relative;
  background: #444;
  width: 94%;
  margin-left: 10px;
  overflow: hidden;
}

.blog_img .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog_img:hover .overly {
  opacity: 1;
}

.blog_text .read:hover {
  color: #f1f1f1;
}

.blog_text a:hover {
  color: #f1f1f1;
}

.blog_img .overly i {
  color: #fff;
  font-size: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog_cate ul li:hover a {
  color: var(--brand);

}

.blog_text ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 2px solid #f1f1f1;
  padding-right: 8px;
  color: #f1f1f1;
}

.blog_text ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}


#blog .blog-banner a {
  overflow: hidden;
  display: block;
}

.logo_search form input {
  width: 63%;
  height: 65px;
  border: 0;
  border-radius: 10px 0 0 10px;
  margin-right: -5px;
  padding: 0px 0 0 23px;
}

.logo_search form button {
  width: 37%;
  height: 65px;
  border: 0;
  border-radius: 0 10px 10px 0;
  color: #fff;
  background: var(--brand);
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  font-weight: 700;
}

#blog .blog-txt a {
  color: #fff;
  font-size: 30px;
  font-family: var(--ff1);
  margin-bottom: 20px;
}

#blog .blog-txt h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
  color: #fff;
}

#blog .blog-txt p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
}

#blog .blog-txt h4 {
  font-size: 15px;
  margin-top: 27px;
  margin-bottom: 27px;
  font-weight: 600;
  color: #fff;
}

#blog .blog-txt h4 a {
  color: #fff;
}

#blog .blog-right-side .all-cat .z_right_img {
  margin-bottom: 15px;
}

/* 
#blog .blog-right-side .all-cat .z_right_text .blog-side-detail a {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 3px;
} */

#blog .blog-right-side .all-cat .z_right_text .blog-side-detail p {
  color: #fff;
  font-size: 12px;
  font-family: var(--ff2);
}

#blog .blog-right-side .all-cat .logo-search {
  position: relative;
  margin-bottom: 33px;
}

#blog .blog-right-side .all-cat .logo-search button {
  position: absolute;
  top: 4px;
  right: 42px;
  background-color: transparent;
  border-color: transparent;
}

#blog .blog-right-side .all-cat .logo-search button i {
  color: #000;
}

#blog .blog-right-side .all-cat h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

#blog .blog-right-side .all-cat ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ff2);
  line-height: 30px;
  transition: all linear .3s;
}

#blog .blog-right-side .all-cat .par a {
  padding: 5px 10px;
  background: transparent;
  margin-bottom: 5px;
  border: 1px solid #eee;
  color: #fff;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

#blog .blog-right-side .all-cat .par a:hover {
  color: var(--brand);
  border: 1px solid var(--brand);
}

#blog .blog-right-side .all-cat .par p {
  font-size: 13px;
  color: #fff;
}

#blog .pages {
  margin-top: 39px;
}

#BlogBread {
  padding-top: 13px;
}

#blog .blog-right-side .all-cat ul li a:hover {
  color: var(--brand);
  /*! background: var(--brand); */
}

.blog-author {
  padding: 40px 30px;
  background: var(--brand);
  margin-top: 50px;
  box-shadow: 14px 14px 0px 0px #444;
  border-radius:20px ;
  -webkit-border-radius:20px ;
  -moz-border-radius:20px ;
  -ms-border-radius:20px ;
  -o-border-radius:20px ;
}

.media-body {
  text-align: center;
}

.blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
  display: flex;
  margin: 0 auto;
}

.blog-author a {
  display: inline-block
}
.single_blog .blockquote p {
	font-size: 16px !important;
	font-family: var(--ff2);
	font-weight: 800;
}


.blog-author p {
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
	font-family: var(--ff2);
	font-weight: 600;
}
.blog-author h4 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}

.navigation-top {
  padding-top: 15px;
}

.navigation-top p {
  margin-bottom: 0
}

.navigation-top .like-info {
  font-size: 14px;
  color: #fff;
}

.navigation-top .like-info i,
.navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
  color: var(--brand);
}

.navigation-top .comment-count {
  font-size: 14px;
  color: #fff;
}

.navigation-top .comment-count i,
.navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
  color: var(--brand);
}

.navigation-area {
  padding-bottom: 30px;
  margin-top: 55px
}

.navigation-area p {
  margin-bottom: 0px;
  color: #fff;
}

.navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: var(--brand);
}

.navigation-area .nav-left {
  text-align: left
}

.navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000
}

.navigation-area .nav-left .thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navigation-area .nav-left:hover .lnr {
  opacity: 1
}

.navigation-area .nav-left:hover .thumb img {
  opacity: .5
}



.navigation-area .nav-right {
  text-align: right
}

.navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000
}

.navigation-area .nav-right .thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}


.navigation-area .nav-right:hover .lnr {
  opacity: 1
}

.navigation-area .nav-right:hover .thumb img {
  opacity: .5
}

.navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px
}

.navigation-top .social-icons li:last-child {
  margin: 0
}

.navigation-top .social-icons li i,
.navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999
}

.arrow {
  position: absolute
}

.arrow .lnr {
  font-size: 20px;
  font-weight: 600
}

.section-tittle h3 {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.logo_single_blog a {
  height: 35px;
  width: 35px !important;
  line-height: 35px !important;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #444;
  color: #ffffff;
  margin: 3px 3px;
  text-align: center !important;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.logo_single_blog a:hover {
  background: var(--brand);
  color: #ffffff !important;
  border-color: var(--brand);
  padding: 0 !important;
}


.pages ul li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #222;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all linear .3s;
}

.pages ul li a:hover {
  color: #000;
  background: #fff;
}

.pages ul li.page-active a {
  background: #fff;
  color: #000;
}

.pages ul li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 15px;
}

.comments-area {
	background: transparent;
	border-top: 5px dotted var(--brand);
	padding: 45px 0;
	margin-top: 50px;
}

.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
  color: #fff;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px
}

.comments-area .comment-list {
  padding-bottom: 48px
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
  padding-left: 25px
}

.comments-area .thumb {
  margin-right: 20px
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%
}

.single-comment h5 a {
  color: var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.single-comment h5 a:hover {
  color: #fff;
}

.comments-area .date {
  font-size: 14px;
  color: var(--brand);
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.comments-area .btn-reply:hover {
  color: #fff;
}

.comment-form {
	border-top: 5px dotted var(--brand);
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.comment-form .form-group .btn_1 {
  color: #fff;
  margin-top: 0px;
  background: var(--brand);
  padding: 10px 20px;
  border: none;
  margin-top: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.comment-form .form-group .btn_1:hover {
  background: #fff;
  color: var(--brand);
}

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: var(--brand);
}

.comment-form .name {
  padding-left: 0px
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  padding-left: 18px;
  font-size: 13px;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none
}



.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777
}

.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777
}

.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777
}

.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777
}

.all-cat {
  padding: 25px;
}

.read_more {
  font-size: 15px !important;
  color: var(--brand) !important;
  font-family: var(--ff2) !important;
}

.logo_blog a {
  height: 40px;
  width: 40px !important;
  line-height: 40px !important;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #444;
  color: #444;
  margin: 3px 3px;
  text-align: center !important;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.logo_blog a:hover {
  background: var(--brand);
  color: #ffffff !important;
  border-color: var(--brand);
  padding: 0 !important;
}

.logo_search form button:hover {
  background: #444;
  color: #f1f1f1;
}

.blog_head {
  position: relative;
}

.blog_head::after {
  position: absolute;
  content: "";
  background: var(--brand);
  height: 2px;
  width: 20px;
  left: 0;
  bottom: 0px;
}

.blog_head h3 {
  font-size: 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid #444;
  padding-left: 0;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--ff2);
}

.blog-txt {
  position: relative;
  padding: 30px 30px;
}

.blog-txt ul {
  margin-bottom: 30px;
}

.blog-txt ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 2px solid #444;
  padding-right: 8px;
  color: #fff;
  text-transform: capitalize;
}

.blog-txt ul li i {
  color: var(--brand);
  margin-right: 5px;
}

.blog-txt ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.blog-txt figure {
	background: #ffffff;
	padding: 20px;
	box-shadow: 10px 10px 0px 0px var(--brand);
	border-radius: 20px;
}

.blog-txt figure p {
  color: #000000 !important;
  font-family: var(--ff2);
}

.blog-txt i {
  color: var(--brand);
  font-size: 20px;
}

.blog-txt .blockquote-footer {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           blog part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             subscribe part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.subscribe-text i {
	color: var(--brand);
	font-size: 61px;
	margin-right: 20px;
}

.subscribe-text h3 {
	font-size: 48px;
	font-weight: 800;
	font-family: var(--ff1);
	color: var(--brand);
}

.subscribe-text p {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ff2);
  color: #fff;
}

.subscribe-box form input {
  width: 65%;
  height: 65px;
  border: 0;
  border-radius: 20px 0 0 20px;
  margin-right: -5px;
  padding: 0px 0 0 23px;
  /*! margin-top: 1px; */
}

.subscribe-box form button {
	border: 0;
	border-radius: 0 20px 20px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--ff2);
	background: var(--brand);
	text-transform: capitalize;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}
.subscribe-box form button:hover {
  background: #666;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             subscribe part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             office part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.office-col i {
  width: 80px;
  height: 80px;
  line-height: 78px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  border-radius: 50%;
  margin-right: 27px;
}

.office-txt h4 {
	font-size: 20px;
	color: var(--brand);
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: var(--ff2);
}

.office-txt p {
  color: #FFF;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             office part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             form part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.map {
  margin: 0 -20px 0 -15px;

}

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

.form-title h5 {
  font-size: 60px;
  color: var(--brand);
  text-transform: uppercase;
}

.form-col {
  padding-right: 70px;
  padding-left: 30px;
}

.form-col .form-control {
  padding: .375rem 2.75rem;
  color: var(--brand);
  /*! background-color: var(--brand); */
  border: 1px solid var(--brand);
  border-radius: 24px;
}

.form-col input {
  width: 100%;
  border: none;
  padding-left: 30px;
  transition: .3s;
  border-radius: 30px;
  height: calc(2.5em + 1.2rem + 2px);
  text-transform: uppercase;
}

.form-col .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d63384;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(214, 51, 132, 0.4);
}

.form-col .form-btn {
  /*! padding: 14px 40px; */
  /*! display: inline-block; */
  /*! margin: 15px 3px; */
  /*! text-transform: uppercase; */
  /*! transition: all 0.3s; */
  /*! border: 1px solid var(--brand); */
  /*! color: #fff; */
  /*! overflow: hidden; */
  /*! font-size: 16px; */
  /*! z-index: 1; */
  /*! font-family: var(--ff2); */
  /*! border-radius: 20px; */
  /*! -webkit-border-radius: 20px; */
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /*! background: var(--brand); */
  background-color: var(--brand);
  /*! box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15); */
  color: #FFF;
  padding: 20px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all linear .3s;
}

.form-col .form-btn:hover {
  color: #000;
  background-color: #fff;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             form part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             coming soon page part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.coming_soon h3 {
  color: red;
  text-transform: uppercase;
  font-family: var(--ff2);
  font-size: 70px;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 75px rgba(255, 255, 255, .6), 0 0 76px rgba(255, 255, 255, .4), 0 0 77px rgba(255, 255, 255, .5), 0 0 78px rgba(255, 255, 255, .4), 0 0 79px rgba(255, 255, 255, .3), 0 0 80px rgba(255, 255, 255, .2), 0 0 85px rgba(255, 255, 255, .1);
}

.coming_soon h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	font-weight: 800;
	font-family: var(--ff2);
}
.coming_soon p {
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  text-align: center;
  font-weight: 800;
  padding: 14px 0;
}

.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1.7em;
  font-family: var(--f2);
}

.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}

.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
  transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  z-index: 20;
}

.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
  transform-origin: 0 0 0 !important;
  z-index: 20;
}

.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}

.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #fff;
}

.flipper-dark .flipper-delimiter {
  color: #333;
}

.flipper-dark .digit-next {
  background: #333;
}

.flipper-dark .digit-top {
  background: #333;
}

.flipper-dark .digit-top.r {
  background: black;
}

.flipper-dark .digit-top2 {
  background: black;
}

.flipper-dark .digit-top2.r {
  background: #333;
}

.flipper-dark .digit-bottom {
  background: #333;
}

.flipper-dark-labels .flipper-group label {
  color: #333;
}

.count_header h2 {
  color: #ff0000 !important;
  font-family: var(--f2);
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.count_header h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  display: inline-block;
}

.count_header h2::after {
  position: absolute;
  content: "Coming SOON";
  left: 244px;
  top: -35px;
  color: #ffffff;
  font-size: 49px;
  font-family: var(--f1);
  font-weight: 800;
  transform: rotate(-4deg);
}

.count_txt h3 {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--f1);
}

@media only screen and (max-width: 767px) {
  .count_header h2 {
    font-size: 30px;
  }

  .count_header h2::after {
    left: 123px;
    top: -15px;
    font-size: 20px;
  }

}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             coming soon page  part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             error 404 part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

.error-message h3 {
	color: red;
  font-size: 42px;
	font-family: var(--ff2);
	font-weight: 800;
  transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
}
.error-body p {
	font-weight: 800;
	font-size: 15px;
	font-family: var(--ff2);
	color: var(--brand);
	margin-top: 40px;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
  padding: 224px 0 !important;
}
.error_glitch {
	font-size: 100px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	color: #000;
}

.error_glitch {
  animation: glitch 1000ms infinite;
  display: inline-block;
}

.error_glitch span {
  position: absolute;
  top: 0;
  left: 0;
}

.error_glitch span:first-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  transform: translate(-0.05em, -0.025em)
}

.error_glitch span:last-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(0.05em, 0.025em)
}


@keyframes error_glitch {
  0% {
    text-shadow:
      0.05em 0 0 rgba(255, 0, 0, .75),
      -0.025em -0.05em 0 rgba(0, 255, 0, .75),
      0.025em 0.05em 0 rgba(0, 0, 255, .75);
  }

  14% {
    text-shadow:
      0.05em 0 0 rgba(255, 0, 0, .75),
      -0.025em -0.05em 0 rgba(0, 255, 0, .75),
      0.025em 0.05em 0 rgba(0, 0, 255, .75);
  }

  15% {
    text-shadow:
      -0.05em -0.025em 0 rgba(255, 0, 0, .75),
      0.025em 0.025em 0 rgba(0, 255, 0, .75),
      -0.05em -0.05em 0 rgba(0, 0, 255, .75);
  }

  49% {
    text-shadow:
      -0.05em -0.025em 0 rgba(255, 0, 0, .75),
      0.025em 0.025em 0 rgba(0, 255, 0, .75),
      -0.05em -0.05em 0 rgba(0, 0, 255, .75);
  }

  50% {
    text-shadow:
      0.025em 0.05em 0 rgba(255, 0, 0, .75),
      -0.025em -0.05em 0 rgba(0, 255, 0, .75),
      0 -0.05em 0 rgba(0, 0, 255, .75);
  }

  99% {
    text-shadow:
      0.025em 0.05em 0 rgba(255, 0, 0, .75),
      -0.025em -0.05em 0 rgba(0, 255, 0, .75),
      0 -0.05em 0 rgba(0, 0, 255, .75);
  }

  100% {
    text-shadow:
      -0.025em 0 0 rgba(255, 0, 0, .75),
      -0.025em -0.025em 0 rgba(0, 255, 0, .75),
      -0.025em -0.05em 0 rgba(0, 0, 255, .75);
  }
}
.error-on-hover {
	border: none;
	outline: none;
	color: #fff;
	background: #111;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	font-size: 17px;
	line-height: 17px;
	padding: 10px 20px;
	margin-top: 20px;
}

.error-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.error-on-hover:active {
  color: #000
}

.error-on-hover:active:after {
  background: transparent;
}

.error-on-hover:hover:before {
  opacity: 1;
}

.error-on-hover::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--brand);
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
.error-on-hover:hover::after {
	background: #444;
}



/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             error 404 part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             footer part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.footer-logo {
	border-bottom: 4px dashed var(--brand);
}

.footer-bottom {
	padding: 20px 0;
	border-top: 4px dashed var(--brand);
}

.footer-mid {
  padding: 30px 0;
  color: #dddddd;
}

.footer-left2 p {
  padding-left: 28px;
  position: relative;
}

.footer-left2 p i {
  position: absolute;
  left: 0;
  top: 0;
}

.foot-img ul li {
  width: 22%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.foot-img ul li img {
  width: 100%;
  max-width: 100%;
}

.foot-img ul li a {
  display: block;
}

.foot-img ul li:nth-child(4),
.foot-img ul li:nth-child(8),
.foot-img ul li:nth-child(12) {
  margin-right: 0;
}

.foot-last {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.foot-last ul li a i {
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.footer-left2 p:hover {
  text-decoration: underline;
}

.foot-last ul li a I:hover {
  background: var(--brand);
}

.footer-left h4,
.footer-left2 h4,
.foot-img h4,
.foot-last h4 {
  font-family: var(--ff2);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-left ul li {
  font-family: var(--ff2);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}

.footer-left2 p {
	font-family: var(--ff2);
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.footer-left2 p i {
  color: #1da1f2;
  font-size: 20px;
}

.foot-last p {
  font-family: var(--ff2);
  font-size: 13px;
  font-weight: 400;
  color: #dddddd;
  margin-bottom: 17px;
}

.foot-last a {
  font-family: var(--ff2);
  font-size: 13px;
  font-weight: 400;
  color: #dddddd;
  margin-bottom: 17px;
}

.foot-last p i {
  color: var(--brand);
}

.foot-last a i {
  color: var(--brand);
}

.footer-bottom {
  font-family: var(--ff2);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footer-bottom a {
  color: var(--brand);
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             footer part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

