.top-notification {
background: #2f2e2a;
    padding: 10px 40px 0;
    color: #fff;
}
body {
  font-family: "Nunito", Arial;
}

section.top-notification h4 {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
section.top-notification a {
padding: 0px 2px 0;
    color: #fff;
    margin: 0 0 4px 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 0;
    text-decoration: none;
}
.logo img {
  width: 100%;
}

.home-slider {
  min-height: 300px;
  display: flex;
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(180deg, #00a1e2, #00a1e2, #00c730, #00c730);
  align-content: center;
  align-items: center;
}

.home-slider h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 800;
  text-shadow: 2px 0px 2px #040a6f;
}
.slider-review {
  color: #fff;
  padding: 20px 10px;
}

.slider-review i {
  color: #dad54b;
}

.home-slider p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
a.slider-link {
  background: #000;
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
  display: inline-block;
  padding: 13px 30px;
  text-decoration: none;
  border-radius: 30px;
}

header {
  padding: 15px 0 0;
}

header nav {
  float: left;
}

header nav li {
  display: inline-block;
  position: relative;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

header nav li a {
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 10px 0px 3px;
}

header nav ul {
  padding: 0;
  margin: 0;
}

ul.sub-menu {
  position: absolute;
  top: 50px;
  background: #fff;
  display: none;
  width: 310px;
  z-index:99;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px #a39eac;
}
section.top-notification i {
   
}
header nav > ul > li {
  padding-bottom: 20px;
}
header nav > ul li a {
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

header nav > ul > li > a:hover {
  border-bottom: 2px solid #000;
}

header nav > ul > li:hover > a {
  border-bottom: 2px solid #000;
}

header nav ul li:hover > .sub-menu {
  display: block;
}

header nav ul li:hover > .sub-menu li a:hover {
  border-bottom: 2px solid #000;
}

ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
}

img.video {
  width: 100%;
  border: 4px solid #000;
}
img.videonew {
  width: 100%;
}

a.signup-link {
  background: #fff;
  border: 2px solid #000;
  padding: 5px 20px;
  position: relative;
  top: 6px;
  margin: 0 20px 0 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

a.demo-link {
  background: #000;
  border: 2px solid #000;
  padding: 5px 20px;
  position: relative;
  top: 6px;
  color: #fff;
  margin: 0 0px 0 0px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}
.header-right, .headerright {
  text-align: right;
}

.headerright a {
    font-size: 15px !important;
letter-spacing:0.5px;
}

.headerright i {
margin:0 5px 0 0;}
.right-links {
  float: right;
  display: inline-block;
}

section.trusted-companies {
  text-align: center;
  padding: 0 0 60px 0;
}
section.trusted-companies h4 {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-weight: 300;
}
section.trusted-companies img {
  width: 8%;
  margin: 0 1% 0 0;
}

section.main-cta img {
  width: 100%;
  position: relative;
  border-radius: 10px;
}

section.main-cta {
  position: relative;
}

.main-cta .container {
  position: relative;
}
.main-cta-content {
  position: absolute;
  color: #fff;
  z-index: 999;
  height: 100%;
  text-align: center;
  display: flex;
  width: 100%;
  padding: 40px 0 0 0;
  left: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.main-cta-content a {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 12px 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 40px;
}
.main-cta-content h4 {
  padding: 0 12% 30px;
  font-size: 50px;
  text-shadow: 0px 0px 10px #000;
  font-weight: 800;
}

section.home-content {
  text-align: center;
  padding: 60px 0;
}
.home-content i.fa {
  font-size: 50px;
  margin: 0 0 10px 0;
  color: #761edb;
}

section.home-content h3 {
  font-size: 45px;
  margin: 0 0 40px 0;
  font-weight: 800;
}

section.home-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.single-box h3 {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
}
.single-box {
  background: #dfffca;
  padding: 50px 30px;
  margin: 0 10px;
  /*box-shadow: 0px 10px 10px #aca9a9;*/
  border-radius: 9px;
}

.home-boxes-container {
  padding-bottom: 30px;
}
.single-box.second-box {
  background: #60aada;
}
.single-box p {
  padding: 0px 40px 20px 30px;
  font-size: 16px;
}

section.home-content p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 75px 20px;
  font-weight: 400;
}
section.home-boxes h1 {
  font-size: 60px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 200px;
}

.single-box h5 {
  font-weight: 700;
  font-size: 22px;
}
.single-box h5 i {
  margin: 0 10px 0 0;
}
section.home-boxes {
  background: url(../images/homeboxes.jpg) no-repeat center top #fff;
}

.box-btn a.solidbtn:hover {
  background: #000;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.box-btn a.solidbtn {
  color: #000;
  display: inline-block;
  padding: 10px 40px;
  font-size: 20px;
  text-decoration: none;
  border: 3px solid #000;
  border-radius: 40px;
  margin: 0 20px 0 30px;
}

.box-btn a.simplelink {
  color: #000;
  display: inline-block;
  font-weight: 700;
  padding: 10px 40px 10px 0;
  font-size: 20px;
  text-decoration: none;
  border-radius: 40px;
  margin: 0 20px 0 0;
}

section.how-it-works {
  text-align: center;
}

section.how-it-works h3 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
}

section.how-it-works p {
  font-size: 20px;
}
section.how-it-works .count {
  border: 2px solid #000;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  line-height: 40px;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 20px 0;
  text-align: center;
}
section.how-it-works h2 {
  font-size: 50px;
  font-weight: 800;
  margin: 60px 0 30px 0;
}

.how-it-works a.solidbtn {
  background: #000;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 10px 40px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 40px;
  margin: 0 auto 30px;
}

.testimonial-slider {
  padding: 100px 50px;
}
.testi-meta {
  overflow: hidden;
}

.testi-meta img {
  float: left;
  width: 80px;
  border-radius: 100%;
  margin: 0 15px 0 0;
}

.testi-meta h3 {
  float: left;
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0 0 0;
}
.testi-meta h3 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.testimonial-slider p {
  font-size: 30px;
}
.testimonials > .container {
  overflow: hidden;
  background: #d3ffca;
  border-radius: 10px;
  margin-top: 70px;
  box-shadow: 0px 0px 10px #aaa;
}

button.slick-next.slick-arrow:before {
  color: #000;
  z-index: 999;
  font-size: 40px;
  font-family: "FontAwesome";
  content: "\f061";
}

button.slick-prev.slick-arrow:before {
  color: #000;
  z-index: 999;
  font-size: 40px;
  font-family: "FontAwesome";
  content: "\f060";
}
button.slick-next.slick-arrow {
  right: 35px;
  top: 35px;
}

button.slick-prev.slick-arrow {
  right: 85px;
  top: 35px;
  left: auto;
}

section.partner-logos img {
  width: 80%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

section.partner-logos {
  text-align: center;
  padding: 80px 0;
}
section.partner-logos .col-md-2 {
  border: 1px solid #ccc;
  height: 100px;
  margin: 1%;
  position: relative;
  width: 12%;
  float: none !important;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.7s ease;
}

section.partner-logos .col-md-2:hover {
  box-shadow: 3px 3px 5px #999;
  border: 1px solid #ccc;
  transition: all 0.7s ease;
}

.partner-logos > .container-fluid {
  text-align: center;
  overflow: hidden;
}

.partner-logos .container-fluid .row {
  text-align: center;
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
section.cta-section > .container {
  background: #f5f8ff;
  padding: 0;
}

section.partnerlogos img {
    width: 14%;
    margin: 30px 0 0;
}


section.partnerlogos  {
margin:0 0 40px 0;
}

section.partnerlogos h3 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom:10px;
}

section.partnerlogos h2 {
  text-align: left;
  font-size: 45px;
  margin: 0 0 0px 0;
  font-weight: 800;
}

section.cta-section img {
  width: 100%;
}

.cta-form-section {
  padding: 30px;
}

.cta-form-section h3 {
  font-size: 40px;
  font-weight: bold;
  padding-top: 30px;
}
.cta-form-section p {
  font-size: 17px;
  line-height: 24px;
}

.cta-form-section .row {
  padding-bottom: 20px;
}

.cta-form-section input,
.cta-form-section textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  font-size: 18px;
  color: #000;
}

.cta-form-section textarea {
  height: 100px;
}

.cta-form-section input[type="submit"] {
  background: transparent;
  border: 2px solid #000;
  display: inline-block;
  width: auto;
  padding: 6px 40px;
  border-radius: 50px;
  font-size: 18px;
}

.cta-form-section input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

footer {
  padding: 60px 0 10px;
}
footer h4{
    color:#000;
}
.footer-logo img {
  width: 210px;
  margin: 0px 0 30px 0;
}

.footer-logo p{
    font-size:12px;
    padding:0 30px 0 0;
}

.footer-social a {
  font-size: 24px;
  margin: 0 20px 0 0;
  color: #8200d5;
}

.footer-links li a {
  display: block;
  text-decoration: none;
  margin: 2px 0;
}
.footer-links ul {
  list-style: none;
  padding: 10px 0;
}

.footer-logo p {
  font-size: 16px;
}

.disclaimer {
  font-size: 12px;
  padding: 10px 0;
}

/* About Page CSS */
.about-banner h1 {
  font-weight: 700;
}
.about-banner p {
  font-size: 20px;
}
.about-banner {
  min-height: 300px;
  display: flex;
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(90deg, #a6e0ff, #cdffb4, #ffffff, #ffffff);
  align-content: center;
  align-items: center;
}
.about-banner img.video {
  border-radius: 10px;
}
.about-banner .slider-review {
  color: #000;
}

.about-banner .slider-review i {
  color: #38ba51;
}

section.about-boxes {
  background: #141417;
  color: #fff;
  padding: 90px 0;
  text-align: center;
}

section.about-boxes h2 {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 60px 0;
}

section.about-boxes p {
  padding-bottom: 50px;
  font-size: 16px;
}

section.about-boxes h5 {
  font-size: 28px;
  min-height: 70px;
  font-weight: 700;
}

.home-content-box-container {
  padding: 50px 0px;
}
a.get-started {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 11px 45px;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 600;
}

section.home-content.home-content-2 img {
  width: 100%;
  border-radius: 10px;
}

section.company-slider {
  padding: 40px 0 0;
  margin: 0 0 40px 0;
  background:linear-gradient(90deg,#eee,#ceedb9, #bee8ff);
}

section.company-slider img {
  width: 100%;
}

h1.company-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  padding: 10px 0;
  color: #000;
  font-family: "PT Serif";
  text-shadow: 0px 0px 2px #a8a9a5;
}

.company-slider p {
font-size: 21px;
    margin: 0 0 20px 0;
    line-height: 30px;
}

.company-links .company-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

a.link-width-bg {
  background: linear-gradient(45deg, #5cb930, #25a1dd);
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  margin: 0 10px 0 0;
  border-radius: 20px;
}

a.link-width-bg:hover{
  background: linear-gradient(45deg, #25a1dd, #5cb930);
}

.company-page .trusted-companies {
  padding: 0 0 30px 0;
}

.company-page .trusted-companies h4 {
  margin-bottom: 0px;
}

section.company-cta > .container {
  background: #e7e7e7;
  padding: 40px;
  margin-bottom: 30px;
}

section.company-cta h6 {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 1px 10px 1px 0;
  border-radius: 10px;
  color: #8e00d6;
}

a.link-type-one {
  background: linear-gradient(45deg, #387add, #8500d2);
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: 3px solid #8500d2;
  border-radius: 5px;
  margin: 0 20px 0 0;
}

a.link-type-two {
  background: #fff;
  border: 3px solid #8500d2;
  color: #8500d2;
  padding: 12px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: #8500d2;
  border-radius: 5px;
  margin: 0 20px 0 0;
}

section.page-content h3 {
  font-size: 40px;
  font-weight: 800;
  font-family: PT serif;
}

section.page-content {
  background: #f5f8ff;
  padding: 80px 0;
  margin: 0 0 30px 0;
}

section.page-content.nobg {
  background: #fff;
  padding: 80px 0;
  margin: 0 0 30px 0; 
}

section.company-cta h3 {
  font-weight: 800;
  font-family: "PT Serif";
}
section.company-cta .link-width-bg {
  margin: 20px 0 0 0;
}

.single-company-box img {
  width: 100%;
}

.single-company-box {
  margin: 30px 30px 80px;
  border-radius: 10px;
  border: 1px solid #e0dddd;
  overflow: hidden;
}

.single-company-box h5 {
  padding: 20px 20px 0;
}
.single-company-box p {
  padding: 0 20px 20px;
}

.title-section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.title-section h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 40px;
}

.title-section h5 {
  font-size: 18px;
  font-weight: 300;
}

/*New Section Y*/
.square-boxes {
  background-color: #f6f9fc;
}
.opt-box {
  border: 3px solid #fff;
  margin-bottom: 25px;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  transition: all 0.7s ease;
}
.opt-box:hover {
  border: 3px solid #005896;
  transition: all 0.7s ease;
  box-shadow: 5px 5px 15px #ccc;
}
.opt-box img {
  margin-bottom: 15px;
}
.opt-box h3 {
  font-size: 23px;
  color: #005896;
  font-weight: 600;
}
.opt-box p {
  font-size: 16px;
  color: #2s2s2s;
}
/*New Section Y*/

/*Blog Style Part*/
.single-blog-img {
  overflow: hidden;
}

.single-blog-img a img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-blog:hover .single-blog-img a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.single-blog-img img {
  width: 100%;
}

.blog-content-box {
  padding-left: 25px;
  padding-top: 27px;
  margin-left: 34px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
  box-shadow: 0px 0px 0px #a9a7a7;
}
.blog-post-date {
  display: table;
  float: left;
  margin-right: 30px;
  border: 1px solid #ccc;
  padding: 3px;
}
.blog-post-date span:first-child {
  color: #ffca00;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-top: -11px;
  margin-bottom: -4px;
  text-align: center;
}
.blog-post-date span:last-child {
  font-size: 14px;
  color: #212121;
  font-weight: 600;
}
.blog-content {
  display: table;
}
.blog-content h4 {
  color: #212121;
}
.blog-content h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog-content h4 a:hover {
  color: #ffca00;
}
.meta-post {
  margin: 10px 0 13px;
}
.meta-post span {
  color: #696969;
  font-size: 15px;
  position: relative;
  padding-right: 23px;
}
.author {
  margin-bottom: 60px;
}
.meta-post span a {
  color: #696969;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.meta-post span:after {
  position: absolute;
  content: "-";
  right: 4px;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.meta-post span:last-child {
  padding-right: 0;
}
.exerpt {
  line-height: 28px;
  color: #696969;
  margin-bottom: 37px;
}
/*Blog Style Part*/

/* Footer Links */
.footer-links {
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-links li a {
  text-decoration: none;
  color: #4a4a4a; /* Dark gray color */
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links li a:hover {
  color: #0078d4; /* Blue color on hover */
  transform: translateX(5px); /* Slight move to the right */
}

.footer-links li a:before {
  content: "• ";
  color: #0078d4; /* Bullet point color */
  transition: color 0.3s ease;
}

.footer-links li a:hover:before {
  color: #4a4a4a; /* Bullet point changes color on hover */
}

.footer-links li a:focus {
  outline: none;
  text-decoration: underline;
}

.exerpt {
  margin-bottom: 10px;
}

.single-blog .reviews {
  color: #ffb700;
}



/*Case Study Design*/


.case-study-page .case-text {
    
}

.case-study-page .case-text h4 {
    font-weight: 400;
    color: #00a1e2;
    font-size: 18px;
}

.case-study-page .case-text h2 {
  font-weight:600;  
  color:#2a2a2a;  
}


.case-study-page .case-text a {
    border: 1px solid #fff;
    border-radius: 20px;
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    background: #2a2a2a;
    margin-top: 5px;
    display: inline-block;
    transition: all 0.7s ease;
}

.case-study-page .case-text a:hover {
    background: #fff;
     color: #2a2a2a;
    transition: all 0.7s ease;
}

.page-content.case-study-page {
    background: linear-gradient(135deg, #f5f8ff 0%, #e7e7e7 100%);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;  
}

@keyframes gradientBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }


.case-study-page .img-container a {
    position:relative;
}
.case-study-page .img-container {
    position:relative;
    text-align:center;
}
.case-study-page .img-container:before {
  position: absolute;
  width: 1px;
  height: 20px; /* Initial height */
  display: block;
  background: #4484D8;
  content: "";
  left: 0px;
  top: 0px;
  animation: heightAnimation 2s ease-in-out infinite alternate;
}

@keyframes heightAnimation {
  0% {
    height: 20px; /* Initial height */
  }
  100% {
    height: 100%; /* Increased height */
  }
}

.case-study-page .img-container:after {
    position:absolute;
    width:1px;
    height:20px;
    display:block;
    background:#4484D8;
    content:"";
    display:block;
    right:0px;
    bottom:0px;
    animation: heightAnimation2 2s ease-in-out infinite alternate;
}

@keyframes heightAnimation2 {
  0% {
    height: 20px; /* Initial height */
  }
  100% {
    height: 100%; /* Increased height */
  }
}

/*.case-study-page .img-container span.top-line {
    width:20px;
    margin-bottom:30px;
    height:1px;
    display:block;
    background:#4484D8;
    content:"";
    display:block;
    animation: heightAnimation3 2s ease-in-out infinite alternate;
}

@keyframes heightAnimation3 {
  0% {
    width: 20px; 
  }
  100% {
    width: 100%; 
  }
}*/


/*.case-study-page .img-container span.bottom-line {
    width:1px;
    margin-top:30px;
    height:1px;
    display:block;
    background:#4484D8;
    content:"";
    display:block;
    animation: heightAnimation4 2s ease-in-out infinite alternate;
}?

@keyframes heightAnimation4 {
  0% {
    width: 20px; 
  }
  100% {
    width: 100%; 
  }
}*/


.case-study-page .img-container span.top-line {
    width: 70px;
    height: 23px;
    background: #4484D8;
    display: block;
    position: absolute;
    z-index: 4;
    top: 0px;
    right: 0px;
    animation: heightAnimation4 2s ease-in-out infinite alternate;
}

@keyframes heightAnimation4 {
  0% {
    height: 23px; 
  }
  100% {
    height: 43px; 
  }
}

.case-study-page .img-container span.bottom-line {
    width: 70px;
    height: 23px;
    background: #4484D8;
    display: block;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    animation: heightAnimation4 2s ease-in-out infinite alternate;
}

@keyframes heightAnimation4 {
  0% {
    height: 23px; 
  }
  100% {
    height: 43px; 
  }
}

/*Case Study Design*

/* Responsive Design */
@media (max-width: 768px) {
  .footer-links li {
    font-size: 14px;
  }
}




/* For Webkit Browsers */
::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #222325; /* Background of the scrollbar track */
  border-radius: 5px; /* Rounded corners for track */
}

::-webkit-scrollbar-thumb {
  background: #00a1e2; /* Color of the scrollbar thumb */
  border-radius: 5px; /* Rounded corners for thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color on hover */
}

/* For Firefox */
* {
  scrollbar-width: thin; /* Use thin scrollbar */
  scrollbar-color: #00a1e2 #2F2E2A; /* thumb color and track color */
}










.tf__single_category {
    position: relative;
    margin-top: 25px
}

.tf__single_category_icon {
    width: 100px;
    height: 100px;
    background: var(--colorBlue);
    line-height: 100px;
    text-align: center;
    color: var(--colorWhite);
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .3s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.tf__single_category_text {
    background: url(../_next/static/media/categiry_bg.4e3dba12.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-left: 50px;
    padding: 50px 50px 50px 80px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid var(--colorBlue);
    overflow: hidden;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.tf__single_category_text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f7fb;
    top: 0;
    left: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.tf__single_category_text h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px
}

.tf__single_category_text h3,.tf__single_category_text p {
    position: relative;
    z-index: 1;
    transition: all .3s linear;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear
}

.tf__single_category_text p {
    padding-left: 8px
}

.tf__single_category:hover .tf__single_category_text:after {
    opacity: .85
}

.tf__single_category:hover .tf__single_category_icon {
    background: var(--colorWhite)!important
}

.tf__single_category:hover h3,.tf__single_category:hover p {
    color: var(--colorWhite)
}

.tf__single_category.light_blue .tf__single_category_icon {
    background: #8e56ff
}

.tf__single_category.light_blue .tf__single_category_text {
    border-color: #8e56ff
}

.tf__single_category.light_blue:hover .tf__single_category_text:after {
    background: #8e56ff
}

.tf__single_category.light_blue:hover .tf__single_category_icon {
    color: #8e56ff
}

.tf__single_category.blue .tf__single_category_icon {
    background: #4582ff
}

.tf__single_category.blue .tf__single_category_text {
    border-color: #4582ff
}

.tf__single_category.blue:hover .tf__single_category_text:after {
    background: #4582ff
}

.tf__single_category.blue:hover .tf__single_category_icon {
    color: #4582ff
}

.tf__single_category.green .tf__single_category_icon {
    background: #1ab69d
}

.tf__single_category.green .tf__single_category_text {
    border-color: #1ab69d
}

.tf__single_category.green:hover .tf__single_category_text:after {
    background: #1ab69d
}

.tf__single_category.green:hover .tf__single_category_icon {
    color: #1ab69d
}

.tf__single_category.gray .tf__single_category_icon {
    background: #ada729
}

.tf__single_category.gray .tf__single_category_text {
    border-color: #ada729
}

.tf__single_category.gray:hover .tf__single_category_text:after {
    background: #ada729
}

.tf__single_category.gray:hover .tf__single_category_icon {
    color: #ada729
}

.tf__single_category.orange .tf__single_category_icon {
    background: #ff7f46
}

.tf__single_category.orange .tf__single_category_text {
    border-color: #ff7f46
}

.tf__single_category.orange:hover .tf__single_category_text:after {
    background: #ff7f46
}

.tf__single_category.orange:hover .tf__single_category_icon {
    color: #ff7f46
}

.tf__single_category.red .tf__single_category_icon {
    background: #ff5b5c
}

.tf__single_category.red .tf__single_category_text {
    border-color: #ff5b5c
}

.tf__single_category.red:hover .tf__single_category_text:after {
    background: #ff5b5c
}

.tf__single_category.red:hover .tf__single_category_icon {
    color: #ff5b5c
}



ul.header-flags {
    float: right;
    list-style:none;
    padding:0 0 0 30px;
    margin:0;
}

ul.header-flags li{   padding:0;
    margin:0;
    display:inline-block;
}


.header-flags img {
    width: auto;
    height: 20px;
}
ul.header-flags li a{
    display:block;
    margin-bottom: 0px;
}


.price-box{
    background: linear-gradient(307deg, #111, #0b130e, #000);
}