/*
Theme Name: Trivia - 2026
Author: trivia info it
Author URI: http://trivia.co.in/
Description: Bootstrap based wp theme for Trivia Info IT
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Philosopher&family=Poppins:wght@400;900&display=swap');
@import url('css/colors.css'); */

:root {
  --c1: #ef4523;
  --c2: #0f1359;
  --c3: #f2c335;
  --c4: #ffffff;
  --c5: #ccc;
  --c6: #f6f6f6;
  --c7: #999999;
  --c9: #333333;
  /* --f1: 'Philosopher', sans-serif; */
  --f1: "Poppins", sans-serif;
  --f2: "Poppins", sans-serif;
  --f3: "Barlow Condensed", sans-serif;
  --fa5: "Font Awesome 5 Free";
}

/*Wordpress editor styles start*/

.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/

* {
  /* outline: 1px solid red; */
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body,
html {
  overflow-x: hidden;
  font-family: var(--f1);
  font-size: 1rem;
  color: #333;
  line-height: 2;
  /* text-align: justify;
  text-align-last: left; */
}
.container {
  min-width: 1470px;
}
@media (max-width: 768px) {
  .container {
    min-width: unset;
  }
}
.maincontainer {
  background: #fff;
  z-index: 0;
}

a,
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .row {
    text-align: center;
  }
}

/*********************/
/*  HEADERS
/*********************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
  transition: transform 0.4s ease;
  will-change: transform;
}

/*********************/
/*  HEADER 1
/*********************/
.header-1 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-1 .topLogo .iconLogo img {
  width: 15%;
  margin: auto;
  transform: scale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-1 .topLogo .textLogo {
  margin: 0.3rem auto;
  transform: translateX(-0%);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-1 .topLogo .textLogo {
  width: 66%;
}
.header-1 .topLogo span {
  display: block;
  margin-top: 0.6rem;
  line-height: 1.2;
  font-size: 0.93rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  color: var(--c2);
}
.header-1 .topCall {
  margin-top: .6rem;
}
.header-1 .topCall .button:before {
  content: "\f2a0";
  top: 9px;
  right: 19px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header-1 .topCall .button:hover:before {
  transform: rotate(360deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header-1 .topCall .button:after {
  top: 7px;
}
.header-1 .topCall .button span {
  margin-left: -15px;
  margin-top: 3px;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--f2);
  padding-top: 0.66rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/**************************************************************** 
  STICKY
/****************************************************************/
.sticky {
  top: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 991 !important;
  box-shadow: 0 3px 6px rgb(54 54 54 / 12%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky .topLogo .iconLogo img {
  transform: scale(75%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky .topLogo .textLogo {
  /* transform: translateX(-500%); */
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky .topCall {
  margin-top: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*
	DROP DOWN
*/

.navbar {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
@media (max-width: 768px) {
  .navbar {
    width: 100% !important;
    padding: 0.3rem !important;
  }
}
.navbar-default {
  border: none;
  border-color: 0;
  border-radius: 0px;
}

.navbar-nav {
  width: 100%;
  padding: 0;
}

.navbar-nav > li {
  padding: 1.5rem 0.5rem 0.6rem 0.5rem;
  height: 100% !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky .navbar-nav > li {
  padding: 1.5rem 0.5rem 0.6rem 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .navbar-nav > li,
  .sticky .navbar-nav > li {
    padding: 0.3rem;
  }
}
.navbar-nav > li:first-child {
}

.navbar-nav > li a {
  position: relative;
  font-family: var(--f2);
  font-size: 0.81rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
  color: var(--c4);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 99 !important;
}
/* Scrolled State Triggered by jQuery */
.is-scrolled .navbar-nav{
/* 	background:rgba(15, 23, 42, 0.7);
	backdrop-filter: blur(20px); */
}
.is-scrolled .navbar-nav .page_item:not(.current_page_item) a 
{
	color:var(--c2);
}
.navbar-nav > li.current_page_ancestor a,
.navbar-nav > li.current_page_item a,
.navbar-nav > li a:hover {
  color: var(--c1);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .btn-primary {
  color: #fff;
  background-color: var(--c1) !important;
  border-color: var(--c2) !important;
}
/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/

.navbar-toggler {
  padding: 0.3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--c1);
  border: 1px solid var(--c2) !important;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .navbar-default {
    margin-top: 0;
  }

  .navbar-nav {
    border-top: 1px dotted #d4d3d1;
    margin-top: 0.5em;
  }

  .navbar-nav > li {
    width: auto;
    text-align: left;
  }
}

.navbar-brand {
  width: 80%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}
.navbar-brand img {
  width: 33%;
  float: left;
}
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu,
.dropdown-submenu {
  background-color: #253939;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li {
  padding: 0.2em 1em 0.2em 1em;
  border-bottom: 1px dotted #888;
}

.dropdown-menu > li > a {
  font-size: 1em !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent !important;
  padding-left: 0.5em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*
	SLIDER
*/

.topSlider {
  width: 100% !important;
  height: 97vh;
  position: relative;
  display: block !important;
  text-align: center;
  border-bottom: 6px solid var(--c2);
  -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
  z-index: 0 !important;
  background: url(../images/tmp-slider.jpg) no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;

  /* background-color: transparent;
  background-image: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%); */
}

.topSlider .slickSlider {
  max-height: 100%;
}
.topSlider svg {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
	DUMMY DIV
*/
.dummyDiv {
  position: relative;
  display: block;
  height: 0 !important;
  z-index: -1;
}

/*********************/
/*  BUTTON
/*********************/

.button {
  position: relative;
  display: block;
  background-color: var(--c1);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button::before {
  content: "\f105";
  position: absolute;
  font-family: var(--fa5);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--c2);
  top: 7px;
  right: 21px;
  z-index: 1;
  transform: rotate(0deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button:hover::before {
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  background-color: var(--c4);
  z-index: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button:hover:after {
  width: calc(100% - 12px);
  border-radius: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button span {
  display: block;
  position: relative;
  width: 100%;
  font-family: var(--f2);
  font-size: 1rem;
  color: var(--c4);
  padding: 0.6rem;
  text-align: center;
  z-index: 3 !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button:hover span {
  color: var(--c1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/*********************/
/*  H TAGs
/*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

div {
  position: relative;
  display: block;
  z-index: 9;
}

*.div {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

*.div:hover {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

ul,
ol {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}
.plusSign {
  position: relative;
  display: inline-block !important;
  font-size: 1rem;
}
/*********************/
/*  SERVICES
/*********************/
.services {
  position: relative;
  display: block;
  margin: 0rem 0 3rem 0;
  padding: 3rem 0 3rem 0;
}
.services .serviceBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c6);
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  filter: grayscale(1) opacity(0.06);
  z-index: 0;
}
.services .serviceIntro {
  position: relative;
  display: block;
  mix-blend-mode: multiply;
  z-index: 99;
}
.services .serviceIntro .serviceTag {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  vertical-align: middle;
  margin-top: 2.1rem;
  line-height: 1.2;
  mix-blend-mode: multiply;
  z-index: 99;
}
.services .serviceTag .tagText {
  /* 	display: flex;
	justify-content: center;
 	align-items: center; 
	flex-direction:column; */
  font-size: 0.93rem;
  color: var(--c1);
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 3rem !important;
}
.services .serviceTag .tagYears {
  position: relative;
  font-size: 6rem;
  font-family: var(--f3);
  color: var(--c2);
  font-weight: 900;
  mix-blend-mode: multiply;
  z-index: 99;
  /* -webkit-text-stroke: 1px;
	color: transparent;
	-webkit-text-stroke-color: var(--c1); */
  border-left: 1px dashed var(--c5);
}
.services .serviceDiv {
  position: relative;
  display: block;
  border: 1px dotted var(--c5);
  background-color: var(--c4);
  overflow: hidden;
  z-index: 3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .serviceDiv:hover {
  border: 1px solid var(--c5);
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.services .serviceDiv:before,
.services .serviceDiv:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  opacity: 0;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.services .serviceDiv:hover:before {
  top: 15%;
  left: -6%;
  opacity: 1;
  z-index: 0;
  filter: opacity(0.6);
  background-color: var(--c5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .serviceDiv:hover:after {
  top: 27%;
  left: -10%;
  opacity: 1;
  z-index: 1;
  background-color: var(--c6);

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.services .serviceDiv .serviceIcon {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.services .serviceDiv .serviceIcon:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed var(--c7);
  /* background: var(--c6); */
  z-index: -1;
  filter: opacity(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .serviceDiv:hover .serviceIcon:after {
  filter: opacity(1);
  background-color: var(--c6);
  animation: spin 15s infinite linear;
  -webkit-animation: spin 15s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.services .serviceDiv .serviceIcon img {
  width: 100%;
  max-height: 70px;
  min-height: 70px;
  margin-bottom: 1rem;
  z-index: 3;
}
.services .serviceDiv .serviceMeta {
  z-index: 9;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .serviceDiv:hover .serviceMeta {
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services .serviceDiv .serviceMeta a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .serviceDiv .serviceMeta a span {
  display: block;
  color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services .serviceDiv:hover .serviceMeta a {
  color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .serviceDiv:hover .serviceMeta a span {
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********************/
/*  SHORT INTRO
/*********************/
.shortIntro {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.shortIntro .shortIntroImages {
  position: relative;
  display: block;
}
.shortIntro .shortIntroImages .shortIntroImage {
  position: relative;
  display: block;
}
.shortIntro .shortIntroImages .shortIntroImage:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.shortIntro .shortIntroImages .shortIntroImage:hover:after {
  height: 110%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.shortIntro .shortIntroText {
  position: relative;
  display: block;
}
.shortIntro .shortIntroText .button {
  width: 27%;
  margin-top: 1.5rem;
}
.shortIntro .shortIntroText .button span {
  margin-left: -9px;
}
@media (max-width: 768px) {
  .shortIntro .shortIntroText {
    margin-top: 1.5rem;
  }
  .shortIntro .mainShortIntroImage {
    margin-top: 1rem;
  }
  .shortIntro .shortIntroText .button {
    width: 56%;
    margin: 1.5rem auto;
  }
}
/*********************/
/*  PLATFORMS
/*********************/
.platforms {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.platforms .platformDiv {
  position: relative;
  display: block;
  border: 1px dotted var(--c5);
}
.platforms .platformDiv .platformIcon img {
  width: 12%;
  filter: grayscale(1);
}
.platforms .platformDiv:hover .platformIcon img {
  filter: grayscale(0);
}
.platforms .platformDiv .platformMeta {
  margin-top: 0.6rem;
}
.platforms .platformDiv .platformMeta h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
}
/*********************/
/*  CLIENTS
/*********************/
.clients {
  position: relative;
  display: block;
  margin: 5rem 0 4rem 0;
}
.clients .slickClients {
  padding: 1rem 2rem 1rem 2rem;
}
.clients .slickClients .slick-slide {
  margin: 0.6rem;
  padding: 1rem;
}
.clients .slickClients .slick-dots li button:before {
  content: "\f111";
  font-family: var(--fa5);
  font-weight: 600;
  font-size: 9px !important;
}
.clients .clientDiv {
  min-height: 184px !important;
  max-height: 184px !important;
  border: 1px dotted var(--c5);
  display: flex !important;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.clients .clientDiv:hover {
  border-color: var(--c1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.clients .clientDiv .clientLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clients .clientDiv h3 {
  display: block;
  font-size: 0.84rem !important;
  font-weight: 600;
  color: var(--c2);
  margin: 0.6rem auto;
}
.clients .clientDiv .clientLogo img {
  max-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.clients .button {
  width: 12%;
  margin: 1rem auto;
}
.clients .currlyArrow {
  position: absolute;
  top: 81%;
  right: 9% !important;
  width: 150px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.clients:hover .currlyArrow {
  opacity: 1;
  color: var(--c1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.clients:hover .currlyArrow .draw-arrow {
  stroke-width: 3;
  stroke: var(--c2);
  fill: none;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  transition: draw;
  animation: draw 1.5s ease forwards infinite;
}
.clients .slick-prev:before,
.clients .slick-next:before {
  color: var(--c1);
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.clients .currlyArrow img {
  width: 100%;
}
@media (max-width: 768px) {
  .clients {
    margin: 5rem 0 4rem 0;
  }
  .clients .button {
    width: 48%;
  }
}
/*********************/
/*  CALL NOW
/*********************/
.callNow {
  position: relative;
  display: block;
  margin: 3rem 0 0rem;
  background-color: var(--c6);
  border: 1px dotted var(--c5);
  z-index: 6;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
}
.callNow .callNowDiv {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  line-height: 1.5;
  align-items: center;
}
.callNow .callNowDiv .callNowIcon {
  position: relative;
  display: block;
}
.callNow .callNowDiv .callNowIcon:after {
  position: absolute;
  content: "";
  top: -9px;
  left: -6px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px dashed var(--c5);
  z-index: -1;
  filter: opacity(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.callNow .callNowDiv:hover .callNowIcon:after {
  filter: opacity(1);
  background-color: var(--c4);
  animation: spin 15s infinite linear;
  -webkit-animation: spin 15s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.callNow .callNowDiv .callNowIcon .material-symbols-outlined {
  position: relative;
  flex: 1 1 25%;
  font-size: 6rem;
  color: var(--c2);
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.callNow .callNowDiv:hover .callNowIcon .material-symbols-outlined {
  animation: shake 1s infinite linear;
  -webkit-animation: shake 1s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.callNow .callNowDiv .callNowNumber {
  flex: 1 1 25%;
  align-items: center;
  text-align: right;
  border-left: 1px dashed var(--c5);
}
.callNow .callNowDiv .callNowNumber .button {
  width: 84%;
  margin-left: 3% !important ;
}
.callNow .callNowDiv .callNowNumber .button:before {
  content: "\f3cd";
  padding-top: 0px;
  top: 12px;
  right: 21px;
  font-size: 1.5rem;
}
.callNow .callNowDiv .callNowNumber .button:after {
  top: 8px;
  width: 45px;
  height: 45px;
}
.callNow .callNowDiv .callNowNumber .button:hover:after {
  width: calc(100% - 14px);
  border-radius: 30px;
}
.callNow .callNowDiv .callNowNumber .button span {
  margin-top: 3px;
  margin-left: -10px !important;
  padding-bottom: 6px;

  font-size: 1.75rem;
  font-family: var(--f2);
}
.callNow .callNowDiv .callNowDummyDiv {
  flex: 1 1 5%;
}
.callNow .callNowDiv .callNowText {
  flex: 1 1 45%;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: var(--c2);
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
}

#textRotator {
  position: relative;
  display: inline-block;
  height: 1.2em;
  line-height: 1.2;
  overflow: hidden;
  vertical-align: text-bottom;
  overflow: hidden;
  width: 90px;
  margin: 0 auto;
}
#textRotator > span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background: -webkit-linear-gradient(var(--c1), var(--c1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#textRotator > span:first-of-type {
  opacity: 1;
}
.callNow .callNowDiv .callNowText #textRotator span:first-of-type {
  opacity: 1;
}
@media (max-width: 768px) {
  .callNow .callNowDiv {
    display: block;
    text-align: center;
  }
  .callNow .callNowDiv .callNowNumber {
    border: none;
  }
  .callNow .callNowDiv .callNowIcon:after {
    display: none;
  }
  .callNow .callNowDiv .callNowNumber .button {
    margin: 1.5rem auto !important;
    width: 66%;
  }
  .callNow .callNowDiv .callNowNumber .button:after {
    top: 6px;
    width: 40px;
    height: 40px;
  }
  .callNow .callNowDiv .callNowNumber .button:before {
    top: 9px;
    right: 18px;
  }
  .callNow .callNowDiv .callNowNumber .button span {
    font-size: 1.4rem;
  }
  .callNow .textRotator {
    display: block;
    text-align: center !important;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*********************/
/*  CUSTOMIZATION
/*********************/
.customization {
  position: relative;
  display: block;
  margin: -2.1rem 0 3rem 0;
  padding: 5rem 0 3rem 0;
  z-index: 0;
}
.customization .customizationBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/service-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: grayscale(1) opacity(0.3);
  z-index: 0;
}
.customization .customizationDiv {
  position: relative;
  display: block;
  border: 1px dotted var(--c5);
  background: var(--c4);
}
.customization .customizationDiv .customizationIcon .material-symbols-outlined {
  font-size: 3rem;
  color: var(--c2);
}
.customization .customizationDiv .customizationIcon:after {
  position: absolute;
  content: "";
  top: -15px;
  left: -12px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px dashed var(--c5);
  z-index: -1;
  filter: opacity(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customization .customizationDiv:hover .customizationIcon:after {
  filter: opacity(1);
  background-color: var(--c4);
  animation: spin 15s infinite linear;
  -webkit-animation: spin 15s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customization .customizationDiv .customizationMeta {
  position: relative;
  display: block;
  margin-top: 0.6rem;
}
.customization .customizationDiv .customizationMeta h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
}
/*********************/
/*  WHY US
/*********************/
.whyUs {
  position: relative;
  display: block;
  padding: 3rem 0 3rem 0;
  margin: 3rem 0 3rem 0;
  z-index: 3;
}
.whyUs .facts .factIntro {
  line-height: 1.5;
  position: relative;
  display: block;
  font-size: 1rem;
}
.whyUs .facts .factDiv {
  position: relative;
  display: block;
  line-height: 1.5;
  border: 1px dashed var(--c5);
  margin-bottom: 1.5rem;
}
.whyUs .facts .factDiv .counter {
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--f3);
  color: var(--c2);
  display: inline;
}
.whyUs .facts .factDiv h4 {
  font-size: 1rem;
  color: var(--c1);
  display: block;
}
/*********************/
/*  WHY US
/*********************/
.whyUs .why ul li {
  margin: 1rem 0 2rem 0;
}
.whyUs .why ul li .whyUsDiv .whyUsIcon .material-symbols-outlined {
  font-size: 3rem;
  color: var(--c2);
}
.whyUs .why ul li .whyUsDiv h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
}
/*********************/
/* ARTICLES
/*********************/
.articles {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}

.articles .articleDiv {
  position: relative;
  display: block;
  border: 1px dotted var(--c5);
}

.articles .articleDiv .articleDate {
  position: absolute;
  top: 0;
  right: 40%;
  left: 40%;
  background-color: var(--c4);
  z-index: 3;
  font-size: 0.75rem;
  text-align: center;
}

.articles .articleDiv .articleDate span {
  display: block;
  background-color: var(--c2);
  color: var(--c1);
  font-size: 1.75rem;
  font-weight: 600;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.articles .articleDiv:hover .articleDate span {
  background-color: var(--c1);
  color: var(--c2);
}
.articles .articleDiv .articleImage {
  position: relative;
  z-index: 1 !important;
}
.articles .articleDiv .articleImage img {
  max-height: 190px;
  min-height: 190px;
}
.articles .articleDiv .articleTitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
  line-height: 1.5;
}
.articles .articleDiv .articleTitle:hover {
  color: var(--c2);
}
@media (max-width: 768px) {
  .articles .articleDiv .articleImage img {
    max-height: unset;
    min-height: unset;
  }
}
/*********************/
/*  HOME PAGE TITLES
/*********************/
.pageTitles {
  position: relative;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  justify-items: left;
  line-height: 1.2;
  z-index: 9 !important;
}
.pageTitles .textCenter {
  margin: 0 auto 0 auto !important;
}
.pageTitles .textLeft {
  margin: 0;
}
.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
  position: relative;
  display: block;
  width: auto;
  font-family: var(--f2);
  font-weight: 600;
  font-size: 3rem;
  color: var(--c1);
  z-index: 99 !important;
  line-height: 100%;
  height: 100%;
  margin: 0;
  font-size: 3rem;
  width: 100%;
  color: rgb(239, 69, 35, 0.2);
  background: linear-gradient(to right, var(--c1), var(--c1)) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

.pageTitles .subTitle {
  display: inline-block;
  line-height: 1.2em;
  font-family: var(--f3);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--c2);
  padding-right: 39px;
}
.pageTitles .subTitle:before {
  content: "";
  height: 1px;
  width: 30px;
  background: var(--c1);
  top: 50%;
  bottom: 0;
  right: 0;
  position: absolute;
}
.pageTitles .subTitle:after {
  content: "";
  height: 9px;
  width: 9px;
  background: var(--c1);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  border-radius: 50%;
}
.pageTitles .titleIntro {
  line-height: 1.75;
  width: 75%;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .pageTitles h2,
  .pageTitles h4,
  .pageTitles .mainTitle {
    font-size: 2.1rem;
  }
  .pageTitles .titleIntro {
    width: 100%;
    margin: 0.6rem auto;
  }
}
/*
	SIDE BAR
*/
.sub-page-title {
  position: relative !important;
  padding: 3em 0 3em 0 !important;
  background: var(--c5) !important;
  text-align: center;
  overflow: hidden;
  margin-top: 0em !important;
  margin-bottom: 6em;
  -moz-box-shadow: inset 0 -10px 10px -10px #333;
  -webkit-box-shadow: inset 0 -10px 10px -10px #333;
  box-shadow: inset 0 -10px 10px -10px #333;
  z-index: 9 !important;
  border-bottom: 6px solid var(--c2);
}
.sub-page-title h2,
.sub-page-title hr {
  position: relative;
  z-index: 3;
}

.sub-page-title h1 {
  position: relative;
  color: var(--c2);
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  padding-top: 3rem;
  margin: 1rem auto 0.5em auto !important;
  text-transform: uppercase;
  z-index: 9 !important;
}

.sub-page-title hr {
  width: 10%;
  background: none;
  border: none;
  border-bottom: 3px solid var(--c1);
  margin: 0.5em auto 0.5em auto;
}

#main-container {
  position: relative;
  margin-bottom: 6rem;
}

.subPages {
  position: relative;
  display: block;
}

.subPages img {
  width: 100%;
  height: auto;
}

.white-content {
  background: rgba(242, 242, 242, 0.3);
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid var(--c5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1.7;
}

.subPages ul,
.subPages ul.techData {
  position: relative;
  width: 100%;
  margin: 2rem auto 2rem auto;
}
.subPages ul.techData {
  margin-top: 0.3rem !important;
}
.subPages ul li,
.white-content li {
  position: relative;
  list-style: none;
  border-bottom: 1px dotted var(--c5);
  margin: 0.6rem 0 0.6rem 0;
  padding-bottom: 0.1rem;
}
.subPages ul.techData li {
  display: inline-block;
  padding: 1rem;
  border: 1px solid var(--c5);
  margin: 0.3rem auto;
  text-align: center;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.subPages ul.techData li:hover {
  background-color: var(--c1);
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.white-content li a {
  color: var(--c9);
}

.white-content li a:hover,
.white-content .current_page_item a {
  cursor: pointer;
  color: var(--c1);
}

.cPages .title-3,
.white-content .title-3,
.subPages .title-3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c2);
}

/*
	  breadcrumbs
  */

#breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto !important;
  overflow: hidden;
  padding: 0 !important;
  z-index: 99 !important;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#breadcrumbs li:first-child {
  margin-left: 0 !important;
}

#breadcrumbs li a,
#breadcrumbs li.item-current {
  font-size: 1rem;
  font-family: var(--f3);
  color: var(--c9);
  font-weight: normal;
  text-transform: none;
}

#breadcrumbs li.item-current {
  color: var(--c2);
  font-weight: normal;
}

#breadcrumbs .separator {
  font-size: 18px;
  color: var(--c9);
}

/*
	  SEARCH
  */
.search-container {
  margin-bottom: 3em;
}

.search-container .search-page-title {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-family: "Playfair Display", serif;
}

.search-container .searchResults li {
  position: relative;
  list-style: none;
  margin: 0.9em 0 0.9em 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  border-bottom: 1px dotted #ccc;
}

.search-container .searchResults li:before {
  display: none;
}

.search-container .searchResults li:hover .title-5 {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-container .searchResults .title-5 {
  position: relative;
  display: block;
  font-size: 1.2em;
  color: var(--c1);
  font-family: "Playfair Display", serif;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
	  SUB PAGES
  /******************
  
  
  
  /*
	  PRODUCT CHILD PAGES
  */

.child_pages {
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
}
.child_pages .card-columns {
  @include media-breakpoint-only(xl) {
    column-count: 4;
  }
  @include media-breakpoint-only(lg) {
    column-count: 3;
  }
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(sm) {
    column-count: 1;
  }
}
.child_pages .title-4 {
  font-size: 1.6em;
  color: #05aac6;
  display: block !important;
  width: 100%;
  margin: 2em 0 2em 0;
}

.childPage {
  display: inline-block;
  text-align: center;
  border: 1px dotted var(--c5);
}

.childPage h2 {
  font-size: 1.5em !important;
  color: var(--c1);
  display: block !important;
  width: 100%;
}

.childPage:hover h2 {
  color: var(--c2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.childPage:hover img {
  filter: brightness(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .childPage {
    min-width: 98%;
    width: 98%;
  }
}
.noGap {
  margin: 0;
  padding: 0;
}

/*
	GO TOP
*/

.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--c2);
}

.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text {
  color: var(--c2);
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}

/*
	FOOTER
*/
#site-footer {
  position: relative;
  display: block;
}

.footer1 {
  position: relative;
  background: #f3f3f3;
  color: var(--c1);
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px dotted var(--c5);
}
.footer1 .footerLogo img {
  width: 75%;
  margin: 0.3rem auto;
}
.footer1 .footerTitle {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--c1);
  z-index: 9;
}
.footer1 .socialLinks .footerTitle {
  font-size: 0.84rem !important;
}

.footer1 .footLinks {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.footer1 .footLinks li {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0.9rem;
  border-bottom: 1px dotted var(--c5);
}
.footer1 .socialLinks ul li {
  display: inline-block;
  padding: 0.1rem;
}
.footer1 .footLinks li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  color: var(--c1);
  z-index: 0;
}
.footer1 .socialLinks ul li a,
.footer1 .footLinks li a,
.footer1 .footAddress a {
  color: var(--c1);
}
.footer1 .footLinks > li.current_page_ancestor:before,
.footer1 .footLinks > li.current_page_ancestor a,
.footer1 .footLinks > li.current_page_item:before,
.footer1 .footLinks li:hover:before,
.footer1 .footLinks > li.current_page_item > a,
.footer1 .socialLinks ul li a:hover,
.footer1 .footLinks li a:hover,
.footer1 .footAddress a:hover {
  color: var(--c2);
}

.footer2 {
  position: relative;
  display: block;
  background: var(--c1);
  color: var(--c2);
  padding: 0.3rem 0 0.3rem 0;
}
.footer2 a {
  color: var(--c6);
}
@media (max-width: 768px) {
  .footer1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer1 .footerLogo img {
    width: 48%;
  }
  .footer1 .footerTitle {
    font-size: 1rem;
    text-align: left;
  }
  .footer1 .footLinks li {
    text-align: left !important;
    padding-left: 0.6rem;
  }
  .footer1 .footLinks li:before {
    font-size: 0.84rem;
    top: 0.2rem;
  }
  .footer1 .footLinks li a {
    font-size: 0.84rem;
    text-align: left !important;
  }
}
.stopScrolling {
  height: 100vh !important;
  overflow: hidden !important;
}
/*
	CONTACT FORM 7
*/
.wpcf7 input,
.wpcf7 textarea {
  width: 98%;
  padding: 0.3rem;
}

/*
 	INLINE H TAGS
*/
h1.inline,
h2.inline,
h3.inline,
.inline {
  font-size: inherit !important;
  padding: 0px !important;
  margin: 0px !important;
  font: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
  display: inline !important;
  text-decoration: inherit !important;
  float: none !important;
  letter-spacing: inherit !important;
  background: inherit !important;
  -webkit-background-clip: inherit !important;
  background-clip: inherit !important;
  background-size: inherit !important;
  transition: inherit !important;
}

.farmDiv {
  position: relative;
  display: block;
  border: 1px dashed var(--c5);
  background: var(--c6);
  padding: 1rem !important;
  margin: 1rem auto 2rem auto;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.6);
}
.farmDiv h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
  margin-bottom: 0.6rem;
}





@media(max-width:768px)
{
  	*{
  		animation:none !important;
  		transition:none !important;
	}
}





/* CLIENT SECTION */

        /* --- Logo Grid --- */
        .logo-grid-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            position: relative;
        }

        /* Vertical Dividers */
        .logo-grid-container::before,
        .logo-grid-container::after,
        .grid-v-line {
            content: '';
            position: absolute;
            background: var(--border-light);
            width: 1px;
            height: 0%;
            /* Animated via GSAP */
            top: 0;
        }

        .logo-grid-container::before {
            left: 25%;
        }

        .grid-v-line.mid {
            left: 50%;
        }

        .logo-grid-container::after {
            left: 75%;
        }

        /* Horizontal Dividers */
        .grid-h-line {
            position: absolute;
            left: 0;
            width: 0%;
            /* Animated via GSAP */
            height: 1px;
            background: var(--border-light);
            z-index: 1;
        }

        .h-line-1 {
            top: 33.33%;
        }

        .h-line-2 {
            top: 66.66%;
        }

        .logo-box {
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .logo-box img {
            max-width: 100%;
            max-height: 50px;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.5;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .logo-box:hover {
            background-color: #F8FAFC;
        }

        .logo-box:hover img {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05);
        }

        /* --- Responsive Design --- */
        @media (max-width: 1200px) {
            .content-col {
                padding-right: 30px;
            }

            .logo-box {
                height: 120px;
                padding: 20px;
            }
        }

        @media (max-width: 991px) {
            .content-col {
                border-right: none;
                border-bottom: 1px solid var(--border-light);
                padding-right: 0;
                padding-bottom: 40px;
                margin-bottom: 40px;
                text-align: center;
            }

            .logo-grid-container {
                grid-template-columns: repeat(3, 1fr);
            }

            .logo-grid-container::after,
            .logo-grid-container::before,
            .grid-v-line {
                display: none;
            }

            .grid-h-line {
                display: none;
            }

            .logo-box {
                border: 1px solid var(--border-light);
                margin: -0.5px;
            }
        }

        @media (max-width: 576px) {
            .logo-grid-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .section-title {
                font-size: 1.75rem;
            }

            .partner-section {
                padding: 60px 0;
            }
        }

/* ==========================================================================
   ORIGINAL GLASS HEADER (NO PADDING OR FONT OVERRIDES)
   ========================================================================== */
#header.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
    background-color: transparent !important;
    /* Lets your theme handle its native padding */
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease !important;
}

#header.site-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.75) !important;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09) !important;
}

/* Safety fix: Stops text from breaking onto two lines */
#header .navbar-nav > li > a {
    white-space: nowrap !important; 
}
/* ==========================================================================
   HEADER TEXT COLORS (Refined Variables)
   ========================================================================== */

/* 1. ACTIVE PAGE ITEM (Global: Applies everywhere, scrolled or not) */
#header .navbar-nav > li.current_page_item > a {
    color: var(--c1) !important;
}

/* 2. NOT SCROLLED STATE (Global: Home & Internal Pages - Inactive Items) */
#header:not(.is-scrolled) .navbar-nav > li:not(.current_page_item) > a {
    color: var(--c4) !important;
}

/* 3. SCROLLED STATE (Global: All Pages - Inactive Items) */
#header.is-scrolled .navbar-nav > li:not(.current_page_item) > a {
    color: var(--c2) !important;
}

/* 4. HOVER STATE (Global) */
#header .navbar-nav > li > a:hover {
    color: #ef4523 !important; 
}

