/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Less ================================== */
@import url(https://fonts.googleapis.com/css2?family=Chivo:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
.box-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 2px 10px 0 #afafaf;
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
  font-family: 'Chivo';
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Chivo;
}

strong {
  font-family: Chivo;
}

body {
  background-color: #f1f1f145 !important;
  font-family: arimo;
  color: #6A6A6A;
  overflow-x: hidden;
}

.session-title {
  padding: 30px;
  margin: 0px;
}

.session-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color:#008f4f;  
}
.session-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ff6106;
  margin: 8px auto 0; /* Top space, center, no bottom space */
  border-radius: 5px;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  padding: 40px;
  text-align: center;
}
.page-nav ul {
  float: none;
  margin: auto;
}
.page-nav h2 {
  /* font-size: 36px; */
  width: 100%;
  /* color: #444; */
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
}

.btn-success {
  background-color: #4ecd66;
  border-color: #4ecd66;
}
.btn-success:hover {
  background-color: #4ecd66 !important;
  border-color: #4ecd66 !important;
}
.btn-success:active {
  background-color: #4ecd66 !important;
  border-color: #4ecd66 !important;
}
.btn-success:focus {
  background-color: #4ecd66 !important;
  border-color: #4ecd66 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #4ecd66;
  border-color: #4ecd66;
}
.btn-primary:hover {
  background-color: #4ecd66 !important;
  border-color: #4ecd66 !important;
}
.btn-primary:active {
  background-color: #4ecd66 !important;
  border-color: #4ecd66 !important;
}
.btn-primary:focus {
  background-color: #4ecd66 !important;
  border-color: #4ecd66 !important;
  box-shadow: none !important;
}

.btn {
  text-transform: uppercase;
  font-family: Chivo;
  font-weight: 600;
  font-size: 0.9rem;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #863dd9;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Herader CSS ==================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
}

header .header-top {
  background-color: #008f4f;
  padding: 5px 0;
  font-size: 15px;
}
header .header-top .col-det .ulleft li {
  float: left;
  padding: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;  
}
header .header-top .col-det .ulleft li i {
  margin-right: 5px;  
  color: #ff6106;
}
header .header-top .col-det .ulleft li a {
  color: #ffffff;
}
header .header-top .col-det .ulleft li span {
  margin-left: 15px;
}
header .header-top .col-det .ulright {
  float: right;
}
header .header-top .col-det .ulright li {
  float: left;
  padding: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}
header .header-top .col-det .ulright li i {
  margin-right: 5px;
}
header .header-top .col-det .ulright li a {
  color: #ffffff;
}
header .header-top .col-det .ulright li span {
  margin-left: 15px;
}
header .header-bottom {
  padding: 15px;
}
header .header-bottom img {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  header .header-bottom img {
    padding: 5px;
    margin-top: 0px;
    max-width: 150px;
  }
}
header .nav-col .navbar-nav {
  width: 100%;
}
header .nav-col .navbar-nav li {
  padding: 7px 20px;
  font-weight: 600;
}
header .nav-col .navbar-nav .nav-btn {
  float: right;
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px;
  }
}

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .navbar-toggler {
    top: -50px;
  }
}

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.scroll-to-fixed-fixed {
  padding: 5px !important;
}

/* ===================================== Slider CSS ==================================== */
/* ===================================== Slider Style CSS ================================== */
.slider {
  position: relative;
}

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important;
    width: 90%;
    text-align: center;
    float: none;
    margin: auto;
  }

  .slider-captions .slider-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important;
  }

  .slider-captions .slider-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none;
  }
}
.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px;
}

.slider-text {
  margin-bottom: 20px;
  color: #fff;
}

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc1b2429", endColorstr="#cc1b2429", GradientType=0);
  position: relative;
}

.slider-img img {
  position: relative;
  z-index: -1;
}

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff;
}

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff;
}

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px;
}

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px;
}

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto;
}

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left;
}

.slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.slider .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.slider .col-lg-offset-2 {
  float: none;
  margin: auto;
}

/* ===================================== Slider CSS ==================================== */
.about-us {
  background-color: #FFF;
  /* padding: 50px; */
  margin-top: 164px;
}
@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}
.about-us .natur-row {
  margin-top: 20px;
}
.about-us .text-part ul li {
  list-style: decimal;
}
.about-us .text-part h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.about-us .text-part p {
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 27px;
  text-align: justify;
   transition: color 0.2s;
}

.about-us .text-part p:hover {
  color: #222;
}
.about-us .image-part img {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 10px 5px #ebebeb;
}
.about-us .about-taglines {
  text-align: justify;
  margin-top: 30px;
}

.about-us .about-taglines div {
  font-weight: 500;
  font-size: 17px;
  color: #222;
}

.about-us .about-taglines hr {
  width: 100%;
  height: 1px;
  background-color: #807a78;
  border: none;
  /* margin: 30px auto; */
}

/* ===================================== Slider CSS ==================================== */
.lloking-for {
  background-image: url("../images/bg.jpeg");
  background-attachment: fixed;
}
.lloking-for .inn-lay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 940px) {
  .lloking-for .inn-lay {
    padding: 30px 10px;
  }
}
.lloking-for .inn-lay .natur-col h2 {
  color: #FFF;
  font-weight: 600;
  font-size: 2.8rem;
}
.lloking-for .inn-lay .natur-col h4 {
  font-size: 0.9rem;
  margin-bottom: 80px;
  font-weight: 600;
  color: #FFF;
}
.lloking-for .inn-lay .natur-col .btn {
  border-radius: 0px;
  padding: 15px;
  font-weight: 700;
}

/* ===================================== Slider CSS ==================================== */
.our-services {
  /* background-color: #FFF; */
  padding: 50px;
  /* Add indicator arrow for the active tab */
}
@media screen and (max-width: 940px) {
  .our-services {
    padding: 30px 10px;
  }
}
.our-services .service-row {
  margin-top: 20px;
}
.our-services .service-col {
 background: #fff;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.our-services .service-col:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}
.our-services .service-col .serv-detail {
  text-align: center;
  padding: 20px;
  /* padding-top: 0px; */
  min-height: 280px;
  background-color: #f7fafc;
}

.our-services .service-col .serv-detail i {
  padding: 20px;
  background-color: #ff6106;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-top: -50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.our-services .service-col .serv-detail h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #2c3e50;
  font-weight: 600;
}
.our-services .service-col .serv-detail p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.leaf-list {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
  text-align: left;
  display: inline-block;
}

.leaf-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}

.leaf-list li::before {
  content: "\f35a"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #008f4f;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.leaf-list li:hover {
  color: #006837; 
}

.leaf-list li:hover::before {
  color: #006837; 
  transform: translateX(5px); 
}

.our-services .service-col img {
  width: 100%;
}
.our-services .service-col .serv-detail a.btn {
  color: #008f4f;
  border-radius: 25px;
  border: 3px solid #008f4f;
  padding: 8px 20px;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
.our-services .service-col .serv-detail a.btn:hover {
  background-color: #008f4f;
  color: #fff;
}
.our-services .service-col:hover {
  box-shadow: 0 0 10px 5px #ebebeb;
  border: 0px;
}
.our-services .nav-pills-custom .nav-link {
  color: #555;
  background: #f7f7f7;
  border-radius: 10px;
  margin: 0 10px;
  padding: 12px 20px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.our-services .nav-pills-custom .nav-link:hover {
  background-color: #ceece2;
  color: #007a3d;
}

.our-services .nav-pills-custom .nav-link.active {
  background-color: #008f4f;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.our-services .nav-pills-custom .nav-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40%;
  height: 3px;
  background-color: #008f4f;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

.our-services .nav-pills-custom .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}



.onepage-services {
  background-image: linear-gradient(360deg, rgba(64, 84, 68, 0.78), rgba(82, 82, 82, 0.54)), url(../images/bg.png);
}

.custom-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.5s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.custom-image-wrap {
  overflow: hidden;
}

.custom-image-wrap img {
  width: 100%;
  transition: transform 1s ease;
}

.custom-card:hover .custom-image-wrap img {
  transform: scale(1.3);
}

.custom-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #ffffff99;
  text-align: center;
  transition: bottom 0.7s ease;
}

.custom-card:hover .custom-info {
  bottom: 0;
}

.custom-info h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
}

.custom-info p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.custom-info .btn {
  font-size: 0.875rem;
  border-radius: 25px;
  padding: 6px 18px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.custom-info .btn:hover {
  background-color: #ff6106;
  color: #ffffff;
}

/* ===================================== Slider CSS ==================================== */
.customer-serv {
  padding: 45px;
  background-color: #fdfdfd;
}
@media screen and (max-width: 554px) {
  .customer-serv {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1063px) {
  .customer-serv {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 348px) {
  .customer-serv {
    padding: 30px 10px !important;
  }
}
.customer-serv .ro-clo {
  padding: 40px 0px;
  padding-top: 25px;
}
.customer-serv .card-b::after {
  box-sizing: border-box;
  background-color: #FFF;
  content: "";
  position: absolute;
  z-index: 100;
  height: 25px;
  left: 35px;
  top: 108px;
  transform: rotate(135deg);
  width: 25px;
}
.customer-serv .card-b {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  text-align: center;
  font-size: 14px;
  background: url(../images/quotes.png) no-repeat bottom right;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: right;
  background-position-y: bottom;
  background-size: auto auto;
  background-color: #FFF;
  background-size: 40px;
  background-position: right 10px bottom 5px;
}
.customer-serv .card-b p {
  font-size: 0.95rem;
}
.customer-serv .an-mtc {
  padding-top: 23px;
}
.customer-serv .stars {
  padding-top: 33px;
}
.customer-serv .stars li {
  list-style: none;
  color: #f8b739;
  float: right;
  font-size: 13px;
  margin-left: 4px;
}
.customer-serv .img-circl {
  margin-top: 20px;
  text-align: center;
}
.customer-serv .img-circl img {
  width: 80%;
  border-radius: 50%;
}
.customer-serv .star-par {
  padding-left: 0px;
}
@media screen and (max-width: 1013px) {
  .customer-serv .stars li {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .customer-serv .card-b::after {
    display: none;
    margin-top: 20px;
  }
  .customer-serv .col-12 {
    margin-top: 20px;
  }
}

/* ===================================== Slider CSS ==================================== */
.blog {
  padding: 50px;
  background-color: #FBFBFB;
}

@media screen and (max-width: 990px) {
  .blog {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .container {
    max-width: 100%;
  }
}
.blog .blog-singe {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 2px;
  background-color: #FFF;
  margin-bottom: 30px;
}

.blog .blog-singe .blog-img-tab {
  padding: 0px;
}

.blog .blog-singe .blog-content-tab {
  padding: 15px;
}

.blog .blog-singe .blog-content-tab h2 {
  font-size: 19px;
}

.blog .blog-singe .blog-content-tab i {
  margin-right: 10px;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab i small {
  margin-left: 5px;
  font-size: 100%;
}

.blog .blog-singe .blog-content-tab .blog-desic {
  margin-top: 8px;
  font-size: 12px;
  text-indent: 20px;
  margin-bottom: 10px;
}

.blog .blog-singe .blog-content-tab a {
  color: #06b2b6;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab a i {
  margin-left: 15px;
  font-size: 13px;
}

.blog-row {
  margin-top: 20px;
}

/* ===================================== Slider CSS ==================================== */
.footer-ablove {
  padding: 30px;
  background-color: #5cb400;
  color: #FFF;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #FFF;
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

footer {
  background-image: url('../images/bg3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff; /* To ensure readability */
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px;
  }
}

footer h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}

footer .about p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

footer .about .foot-address {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

footer .about .foot-address .icon {
  /* padding: 12px; */
  font-size: 20px;
}

footer .about .foot-address .addet {
  font-size: 0.9rem;
  margin: auto 0px;
  color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

footer .about .foot-address .addet a {
  font-size: 14px;
  margin: auto 0px;
  color: #ffffff;
}

footer .fotblog .blohjb {
  margin-bottom: 10px;
}

footer .fotblog .blohjb p {
  font-size: 0.9rem;
}

footer .fotblog .blohjb span {
  font-size: 0.9rem;
}
footer .glink .social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}

footer .glink ul li {
  padding: 10px;
}

footer .glink ul li i {
  margin-right: 10px;
}

footer .glink ul li a {
  color: #FFF;
}

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC;
}

.copy {
  padding: 20px;
  background-color: #000000;
  color: #FFF;
  border-top: 1px solid #232a35;
  text-align: center;
}

.copy a {
  color: #FFF;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* ===================================== Slider CSS ==================================== */
@media screen and (max-width: 1072px) {
  header .nav-col .navbar-nav li {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 1010px) {
  header .nav-col .navbar-nav li {
    padding: 7px 13px;
  }
}
@media screen and (max-width: 768px) {
  .cat-dropdown {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */
