/* ==========================
   Base Body Styles
   ========================== */
  * {
  box-sizing: border-box;
	}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden; /* Prevent sideways scroll */
   background-color: #f8f9fa !important;
}

/* ==========================
   Disable Text Selection
   ========================== */
* {
    user-select: none !important;
    -webkit-user-select: none !important;
}

/* ==========================
   Disable Image Drag + Save
   ========================== */
img {
    -webkit-user-drag: none;
    pointer-events: none;
}

/* ==========================
   Header Area
   ========================== */
   

   
.header-area {
  background-color: #f8f9fa; /* light grey */
}

/* Header Top */
.header-area .header-top {
  padding: 15px 0 5px;
}

.header-contact {
  margin-left: 10px;
}

.header-area .header-top .header-contact a {
  text-decoration: none;
  color: #2f2626;
  display: inline-block;
  font-size: 14px;
  padding-right: 35px;
}

.header-area .header-top .header-contact a i {
  padding-right: 14px;
  font-size: 14px;
  color: #d3d3d3;
}

.header-top .header-contact { font-size: 14px; }

/* Header Menu */
.header-area .header-top .header-top-menu {
  text-align: right;
}

.header-area .header-top .header-top-menu ul li {
  display: inline-block;
}

.header-area .header-top .header-top-menu ul li a {
  text-decoration: none;
  color: #2f2626;
  font-size: 14px;
  margin: 0 5px;
}

/* ==========================
   Responsive Fixes
   ========================== */
@media (max-width: 767px),
       (min-width: 768px) and (max-width: 991px) {

  /* Adjust header area on tablets & mobiles */
  .header-area .main-header-area {
    padding: 10px 0;
    height: 60px;
  }

  /* Center logo */
  .header-area .main-header-area .logo-img {
    position: absolute;
    display: inline-block;
    text-align: center;
    margin: 3px auto;
    z-index: 999;
    width: 140px;
    left: 0;
    right: 0;
  }

  /* Compact header contact spacing */
  .header-area .header-top .header-contact a {
    padding-right: 14px;
  }

  .header-area .header-top .header-contact a i {
    padding-right: 5px;
  }

  /* Hide dropdown caret icons on small screens */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* Large screens */
@media (min-width: 992px) {
  #navbar_top {
    top: 60px;
  }
.sticky-top {
  top: 0;
}
.header-top {
  height: 60px;      /* adjust if needed */
  line-height: 20px; /* vertically centers text */
}

  .header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
  }

  .header-area .main-header-area .main-menu ul li a {
    color: #191d34;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 15px 10px;
    position: relative;
  }
}
.bold-text {
    font-weight: bold;
}

.subheading {
  background: linear-gradient(45deg, #7de5e8 35%, #177d80 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  max-width: 100vw;
  overflow-x: hidden;

	font-size: clamp(12px, 4vw, 20px);
  letter-spacing: clamp(1px, 0.6vw, 8px);
}


/* ✅ Final Mobile Fix */
@media (max-width: 480px) {
  .subheading {
    letter-spacing: 1px !important;
    font-size: clamp(10px, 1vw, 12px) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}



/* ==========================
   Social Icons for Navbar Top
   ========================== */

/* Default Brand Colors */
.linkedin { color: #0A66C2 !important; }   /* LinkedIn Blue */
.facebook { color: #1877F2 !important; }   /* Facebook Blue */
.youtube  { color: #FF0000 !important; }   /* YouTube Red */
.twitter  { color: #1DA1F2 !important; }   /* Twitter Blue */

/* Hover States (lighter/darker tones for effect) */
.linkedin:hover { color: #3391FF !important; }  /* Lighter LinkedIn */
.facebook:hover { color: #3B5998 !important; }  /* Darker Facebook */
.youtube:hover  { color: #CC0000 !important; }  /* Darker YouTube */
.twitter:hover  { color: #0D95E8 !important; }  /* Darker Twitter */

/* Extra (optional): Catalogue link hover */
.catalogue:hover { color: #0A66C2 !important; }

/* ==========================
   Social Icons for Navbar Top
   ========================== */
   

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}


h1,h2,h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 30px sans-serif;
  color: #111; 
}

/**scrolbar**/

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#da1b60));
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25)
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 1px;
    background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17)
}
/**scrolbar**/




.bgNavBar{
background-image: linear-gradient(45deg, #84ECEF 10%, 60%, #03686b);
}

.navbar
{
padding:5px 0 2px 0;
position: relative; /* Ensure menu positions relative to navbar */

}

.navbar-nav .nav-item .nav-link{color: #fcec05;}

.navbar-nav .nav-item .nav-link:hover {color: white;}

   
.nav{font-size: 16px!important;}


.nav-item {
  margin-left: 0!important;
}
/*
.navbar-nav .nav-link {
  padding-left: 8px;
  padding-right: 8px;
}*/

/* Make active menu item white automatically */
/*.navbar-nav .nav-link.active,
.main-menu .menu-link.active,
.popup-submenu .menu-link.active {
  color: #fff !important;
}
}*/

/* Default link colors */

.section-heading a,
.footer-link {
  color: #fa7605!important;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover */
.nav-link:hover,
.menu-link:hover,
.section-heading a:hover,
.footer-link:hover {
  color: #fff;
}

/* Active (white + bold) */
.active-link,
.active-link:hover {
  color: #fff!important;
  font-weight: bold !important;
}
/* Optional: add bold or underline if you want it to stand out more */
.navbar-nav .nav-link.active {
  font-weight: bold;
}



/*Megga Menu Start*/

.megabg{background-image: linear-gradient(45deg, #7de5e8 35%, 72%, #177d80);}

.megamenu {
  position: static;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  max-width: 100%;
}


.mega-area{
position:absolute;
width:100%;
max-width: 100%;
left:0;
right:0;
padding-top:20px;
top: -1.8em;
}


@media (max-width: 991.98px) {
  .mega-area {
    position: relative;       /* Make it part of normal flow on small screens */
    width: auto;            /* Let it size naturally */
    max-width: 100%;        /* Prevent overflow */
    float: left;            /* Float to left */
    padding: 0;          /* Optional padding */
	margin-top:1.875rem;
  }

  .navbar .dropdown-menu {
    padding: 0;
  }
}


.dropdown-item{
padding:5px 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.scrollable-menu {
	display: flex;
    max-height: 400px;
    overflow-x: hidden;
}


/* Heading link default */
.section-heading a {
  color: #fcec05;
  text-decoration: none;
}

/* Hover effect */
.section-heading a:hover {
  color: #fff!important;
}

/* Active state (fix: match JS class) */
.section-heading a.active-link {
  color: #fff !important;
  font-weight: bold !important;
}



/* Main menu inside megamenu container */
.main-menu {
  display: block !important;    /* override any flex or inline styles */
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu .menu-item {
  display:block !important;    /* ensures each <li> is on a new line */
  position: relative;
}

/* Main menu link */
.main-menu > .menu-item > .menu-link {
  font-weight: normal;
  text-transform: none;
  color: #555;
  text-decoration: none;
  padding: 0px;
  font-size: 14px;
  
}


.main-menu > .menu-item > .menu-link:hover {
  color: #fff;

}

.main-menu > .menu-item.active > .menu-link {
  color: #fff;

}

.popup-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  list-style: none;
  z-index: 999;

  padding: 0;   /* no padding when hidden */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
/*--------------------------------------
.menu-item:hover > .popup-submenu {
  max-height: 500px;
  opacity: 1;
  padding: 8px 12px;
}

----------------------------------------*/

/* Submenu links */
.popup-submenu .menu-link {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
}
.popup-submenu .menu-link:hover {
  color: #fa7605;
  background: #f9f9f9;

}

.popup-submenu .menu-item.active > .menu-link {
  color: #222 !important; 
  background: #e0dada !important; 
}


/* 3rd-level submenu (hidden by default) */
.inner-submenu {
  list-style: none;
  margin: 0;
  padding-left: 10px;
  border-left: 2px solid #eee;
   background: #cc2;
  display: none;  /* hidden initially */
}

/* Show 3rd level on hover */
.menu-item.has-sub:hover > .inner-submenu {
  display: block;
  background: #ccc !important;
  /*margin-top: 5px;*/
}

/* 3rd level links */
.inner-submenu li a {
  display: block;
  font-size: 13px;
  color: #666;
 padding: 4px;
}
.inner-submenu li a:hover {
  color: #fa7605;
  /*background: #f5f5f5;*/
}



/* Submenu links */
.popup-submenu li a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  display: block;
  padding: 8px 0;
}
.popup-submenu li a:hover {
  color: #fa7605;
  text-decoration: none;
}

/* Show submenu on hover (desktop) */
.menu-item:hover > .popup-submenu {
  max-height: 500px;
  opacity: 1;
  padding: 8px 12px;
}

/* ✅ Fix Hover for Desktop */
	@media (min-width: 992px) {

		/* Hover to open inner submenus */
		.menu-item:hover > .popup-submenu {
			display: block !important;
		}

		/* Megamenu hover open */
		.megamenu:hover .dropdown-menu {
			display: block !important;
			opacity: 1 !important;
			visibility: visible !important;
		}
	}

	
/* Responsive: stack menu on small screens */
@media (max-width: 768px) {
  .main-menu {
    display: block;
  }
  .main-menu > .menu-item {
    display: block;
    margin-bottom: 10px;
  }
  .popup-submenu {
    position: static;
    border: none;
    background: #fff;
    padding-left: 15px;
  }
  .menu-item.active > .popup-submenu {
    max-height: 500px;
    opacity: 1;
    padding: 6px 12px;
  }

  /* Show arrow on mobile */
  .menu-link .arrow {
    display: inline-block;
  }
}
/*Mega Menu End*/






.carousel-inner .item{
  height: 100vh;
}
.carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
top: 78%;
bottom: initial;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.carousel-caption h2{
  
  text-transform: uppercase;
color:Black;
font-family:Cambria, Arial; font-weight:900; font-style:normal;

text-align: center;
}
.carousel-control.right{
  background-image: none;
 
}
.carousel-control.left{
  background-image: none;
}

.carousel-fade {
  .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }
 .carousel-item.active,
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .active.carousel-item-left,
  .active.carousel-item-right {
    opacity: 0;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .active.carousel-item-left,
  .active.carousel-item-prev {
    transform: translateX(0);

    @supports (transform-style: preserve-3d) {
      transform: translate3d(0, 0, 0);
    }
  }
}

.carousel-item{
height:85vh;
}
.img_slider, .slide
{
background-image: linear-gradient(45deg, #84ECEF 10%, #F8F62F 60%, #FDC018);
/*background: linear-gradient(to bottom right, #33ccff 0%, #ff99cc 100%);*/
}

 

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.text-justify {
  text-align: justify !important;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: normal;
  letter-spacing: normal;
}

.site-footer .list-unstyled a:hover {
    color: white !important;
}


.about-area a{text-decoration:none;}
.about-area{position:relative;z-index:1;padding-bottom: 0.1 rem; }
.about-area .about-thumb{position:relative}.about-area .about-thumb img{border-bottom-right-radius: 50px 50px; width:100%}


/**About start */
section {
  scroll-margin-top: 80px;
}

.btn-outline-primary {
  border-color: #fa7605;
  color: #fa7605;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #fa7605;
  color: #fff;
}

.text-primary {
  color: #004080 !important;
}

.fw-semibold {
  font-weight: 600;
}


/**About End */

.container {
  position: relative;
  word-wrap: break-word; }
:target{
  padding-top:80px; /* = to height of navbar */
  margin-top:-70px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; /* wider than default */
  }
}


.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
	

/*Product Display*/
/*ZoomIn Hover Effect*/
    .hover-zoomin a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-zoomin img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
	   transition: transform 0.4s ease;
    }
    .hover-zoomin:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); /* Slight zoom */
    }

.hover-zoomin:hover {
  
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}


.card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 14px;
  border: 1;
  color:#ddfs;
}

.card-body {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* adjust height of overlay */
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center */
  transition: background 0.3s ease;
}

.container .row .card:hover .card-body {
  background: rgba(0, 0, 0, 0.5);
}

.prdTitle {
  font-weight: 700;
  margin: 0; /* remove extra spacing */
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.card:hover .card-body .prdTitle {
  color: #fff !important; /* force white on hover */
}

.card:hover .card-body {
    /*background: rgba(0, 0, 0, 0.5);*/
}

@media (min-width: 768px) {
  .d-flex.flex-md-row > div:last-child img {
    height: 100%;
  }
}


/* Remove bullets and style custom-number list */
.custom-number {
  list-style: none;          /* removes default bullets */
  padding-left: 0;           /* removes left indentation */
  margin-left: 0;
}

.custom-number li {
  counter-increment: item;   /* optional if you use ::before numbering */
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;        /* space for number */
}

.custom-number li span {
  position: absolute;
  left: 0;
  color: #222;            /* orange to match theme */
  font-weight: normal;
}
ul.custom-number {
  list-style: none !important;   /* force remove bullets */
  padding-left: 0 !important;    /* remove default padding */
  margin-left: 0 !important;
}

/*
.multi-level {
  list-style-type: disc;     /* outer list uses disc bullets 
  margin-left: 20px;
  padding-left: 10px;
}*/

.custom-number ul {
  list-style-type: disc;   /* 2nd level uses circle bullets */
  margin-left: 0px;
}

.custom-number ul ul {
  list-style-type: square;   /* 3rd level uses square bullets */
}


.bullets { padding: 0.2em;}
*/
/*Product Display*/


ul.bullets {list-style-type: square;}


/*-----------------------------------------------------
# Services
-----------------------------------------------------*/
.services {
    padding-bottom: 30px;
    text-align: center;
    padding: 5px 0px;
}

.services .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.section-title h2 {
  text-transform: capitalize;
}
.services .section-title h2 {
 /*   color: #444;
    font-size: 42px;
background-image: linear-gradient(45deg, #84ECEF 10%, #F8F62F 60%, #FDC018);*/
}
.services .section-title p {
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    color: #666;
}
.services .service-box {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0 5px #bdbdbd;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.services .service-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    left: 0px;
    top: -500px;
    z-index: -1;
    transition: 1s;
}
.services .service-box:hover::after {
    top: 0px;
}
.services i {
    display: flex;
    justify-content: center;
}
.services i {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 100%;
    transition: 0.5s;
    color: #28a745;
    font-size: 35px;
    overflow: hidden;
    padding-top: 18px;
    box-shadow: 0px 0 5px #bdbdbd;
    margin: 10px auto 15px;
}
.services h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}
.services h4 a {
    color: #444;
    text-decoration: none;
}
.services h4 a:hover {
    color: #28a745;
}
.services p {
    line-height: 24px;
    font-size: 14px;
}


/*-----------------------------------------------------
#
-----------------------------------------------------*/
.reach-heading {
  font-size: clamp(1rem, 5vw, 2rem); /* scales with viewport */
  line-height: 1.2;
  word-break: break-word;
  white-space: normal;
  max-width: 95vw;
  margin: 0 auto;
  text-transform: uppercase;
}

/*-----------------------------------------------------
# Hero Section
-----------------------------------------------------*/

.bgimg-1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/bgimg.jpg');
  min-height: 300px; /* default for desktops */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Tablets */
@media (max-width: 768px) {
  .bgimg-1 {
    min-height: 200px; /* reduce height */
  }
}

/* Mobile */
@media (max-width: 480px) {
  .bgimg-1 {
    min-height: 150px; /* even smaller */
  }
}


.caption {
  width: 100%;
  white-space: nowrap;     /* force single line */
  overflow: hidden;        /* prevent scrollbars */
  text-overflow: ellipsis; /* safety */
}

.caption span.border {
  display: inline-block;
  padding: 1vw 2vw;
  color: #fff;

  /* much smaller min size to avoid overflow */
  font-size: clamp(10px, 3vw, 50px);

  letter-spacing: clamp(0.5px, 0.2vw, 6px);

  line-height: 1.2;
  background: rgba(0,0,0,0.4);
  border-radius: 0.5vw;

  white-space: nowrap;     /* force one line */
  overflow: hidden;        /* avoid scrollbars */
  text-overflow: ellipsis; /* cut gracefully if still too long */
}

/*-----------------------------------------------------
# Hero Section End
-----------------------------------------------------*/

  /**Customer Logo**/
    .logo-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      padding: 10px;
    }

    .logo-slide img {
		max-height: 80px;
		width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  /*
      max-height: 120px;
      width: 100%;
      transition: transform 0.3s ease;*/
      /*filter: grayscale(100%);*/
    }

    .logo-slide img:hover {
      filter: grayscale(0%);
      transform: scale(1.1);
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #009688;
    }

    .logo-section {
      /*background: #f8f9fa;*/
      padding: 0px 0;
    }

    .swiper-wrapper {
      align-items: center;
    }
  /**Customer Logo**/
  
 
  
/**Products Page Grid**/ 
 
 .outer-grid {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
}
.inner-grid {
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.inner-grid p{
padding: 10px;
}
.inner-grid img {
margin-top: 8px;
width: 100%;
padding: 10px;
}
@media screen and (max-width: 800px) {
.inner-grid {
flex: 50%;
max-width: 50%;
}
}
@media screen and (max-width: 600px) {
.inner-grid {
flex: 100%;
max-width: 100%;
}
}

/**Products Page Grid**/ 

/* ================= FOOTER CSS START ================= */

/* General footer */
.site-footer {
  background-color: #26272b;
  padding: 45px 2px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

/* -------- Contact Section -------- */
.footer-contact {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer-contact .contact-item {
  display: flex;
  align-items: flex-start;  /* align top of text with icon */
  gap: 8px;                /* reliable spacing */
  margin-bottom: 12px;
}
.footer-contact .contact-item .list-icon {
  flex: 0 0 22px;   /* fixed width for icons */
  font-size: 18px;
  margin-top: 3px; /* slight vertical adjust */
  color: inherit;
}
.footer-contact .contact-item .contact-text {
  display: block;
  white-space: normal;
  margin: 0;
  font-size: 14px;
  color: inherit;
}
.footer-contact .contact-item .contact-text br {
  line-height: 1.3;
}

/* -------- Quick Links -------- */

.footer-link {
  color: #ffc107; /* warning yellow */
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-link:hover {
  color: #fff!important;
}

.footer-link.active {
  color: #fff !important;
  font-weight: bold; /* optional highlight */
}





/* -------- Social Icons -------- */
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}
.social-icons li {
  display: inline-block;
  margin-right: 8px;
}
.social-icons a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #33353d;
  color: #818a91;
  font-size: 16px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  color: #fff;
}
.social-icons a.linkedin:hover {
  background-color: #ccc;
}
.social-icons a.facebook:hover {
  background-color: #ccc;
}
.social-icons a.youtube:hover {
  background-color: #ccc;
}
.social-icons a.twitter:hover {
  background-color: #ccc;
}

/* -------- Responsive -------- */
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
  .social-icons {
    margin-top: 12px;
  }
}
/* ================= FOOTER CSS END ================= */



