/*
@File: Robtic Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - About CSS
** - Service Details CSS
** - Project Details CSS
** - Blog Details CSS
** - Contact CSS
** - FAQ CSS
** - 404 Error CSS
** - Coming Soon CSS
** - Privacy Policy CSS
** - Preloader CSS
** - Back to Top CSS
*/
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&family=Sora:wght@100..800&display=swap');
:root {
    --tg-body-font-family: "Sora", sans-serif;;
    --tg-heading-font-family: "Sora", sans-serif;
    --tg-primary-color: #E33431;
    --tg-secondary-color: #131944;
    --tg-body-font-color: #61657E;
    --tg-heading-font-color: #1C1C1C;
    --tg-paragraph-color: #61657E;
    --tg-menu-color: #0C1239;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-blue: #161C49;
    --tg-blue-two: #0F1437;
    --tg-blue-three: #0A0E21;
    --tg-border-color: #D8DEFC;
    --tg-input-border-color: #CFCFCF;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-seashell: #FFF3ED;
    --tg-unbleached-silk: #FFDAC9;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-gray: #F4F6FF;
    --tg-gray-two: #EDF0FF;
    --tg-gray-three: #B8B8B8;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}






/*-- Default CSS --*/
body {
  font-family: "Sora", sans-serif;
  color: #707173;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: "Sora", sans-serif;
}

p {
  font-family: Roboto, sans-serif !important;
  line-height: 1.8;
  font-weight: 400 !important;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
 padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-190 {
  padding-top: 190px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
} 
.mb-35 {
  margin-bottom: 35px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home One CSS -----*/
/*-- Header Top --*/
.header-top-area {
  background-color: #281010;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ec433e2e;
}

.header-top-area .header-top-item ul {
  margin: 0;
  padding: 0;
}

.header-top-area .header-top-item ul li {
  list-style-type: none;
  display: inline-block;
}

.header-top-area .header-top-item ul li a {
  display: inline-block;
}

.header-top-area .header-top-item ul li i {
  display: inline-block;
}

.header-top-area .header-top-item .header-left ul li {
  margin-right: 22px;
}

.header-top-area .header-top-item .header-left ul li:nth-child(3) {
  margin-right: 0;
}

.header-top-area .header-top-item .header-left ul li:nth-child(3) i {
  position: relative;
  top: 2px;
}

.header-top-area .header-top-item .header-left ul li i {
  color: #ffffff;
  margin-right: 3px;
  font-size: 18px;
  vertical-align: middle;
}
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}



.header-top-area .header-top-item .header-left ul li a {
  font-size: 14px;
  color: #ffffff;
}

.header-top-area .header-top-item .header-left ul li a:hover {
  color: #e13638;
}

.header-top-area .header-top-item .header-right {
  text-align: right;
}

.header-top-area .header-top-item .header-right ul li {
  margin-right: 15px;
}

.header-top-area .header-top-item .header-right ul li:last-child {
  margin-right: 0;
}

.header-top-area .header-top-item .header-right ul li a {
    display: flex; /* Use flexbox */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 1; /* Set line-height to 1 */
}
.header-top-area .header-top-item .header-right ul li a:hover {
  color: #e13638;
  background-color: #ffffff;
}

.navbar-brand img {
  height: 55px;
}

.header-top-area .header-top-item .header-right ul li a i {
    line-height: 1; /* Set line-height to 1 */
}





/*-- Navbar --*/
.navbar-light .navbar-brand {
  z-index: 2;
}

.navbar-light .navbar-brand .white-logo {
  display: none;
}

.navbar-area .main-nav {
  background-color: #E33431;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.navbar-area .main-nav:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 36%;
  border-left: 0px solid transparent;
  border-top:80px solid #fff;
  border-right: 130px solid transparent;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.navbar-area .main-nav .navbar-light {
  padding-left: 0;
  padding-right: 0;
  padding: 0px;
}

.navbar-area .main-nav .navbar-light .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item:hover a {
  color: #fff;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:before {
  position: absolute;
  content: '';
  top: 9px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a::after {
  display: none;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:hover:before, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a:focus:before, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item a.active:before {
  opacity: 1;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 3px solid #281010;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #281010;
  font-size: 15px;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a:before {
  display: none;
}

.navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a:hover, .navbar-area .main-nav .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #e13638;
}

.navbar-area .main-nav.menu-shrink {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px #f1f1f1;
          box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.navbar-area .main-nav.menu-shrink:before {
  border-top: 80px solid #fff;
}


.contact-info li i {
    margin-right: 5px !important; /* Adjust as needed */
}

.side-nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #e13638;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}

.side-nav a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #281010;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}

.side-nav a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #281010;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}

.side-nav a:hover {
  color: #ffffff;
}

.side-nav a:hover:before {
  opacity: 1;
  height: 50%;
}

.side-nav a:hover:after {
  opacity: 1;
  height: 50%;
}

/*-- End Navbar --*/
/*-- Banner --*/





.cmn-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #e13638;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}

.cmn-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #281010;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}

.cmn-btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #281010;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: -1;
}

.cmn-btn i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.cmn-btn:hover {
  color: #ffffff;
}

.cmn-btn:hover:before {
  opacity: 1;
  height: 50%;
}

.cmn-btn:hover:after {
  opacity: 1;
  height: 50%;
}

/*-- End Banner --*/
/*-- About --*/
.section-title {
  text-align: center;
}

.about-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.about-area .about-content p {
  color: #707173;
  font-weight: 400;
  margin-bottom: 18px;
}

.about-area .about-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.about-area .about-content ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}

.about-area .about-content ul li:last-child {
  margin-bottom: 0;
}

.about-area .about-content ul li i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #e13638;
  background-color: #f2f4fd;
  margin-right: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-area .about-content ul li:hover i {
  color: #ffffff;
  background-color: #e13638;
}

.about-area .about-content img {
  display: inline-block;
  margin-right: 25px;
  border-right: 3px solid #e13638;
  padding-right: 25px;
}

.about-area .about-content img:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.about-area .about-img-wrap {
  position: relative;
}

.about-area .about-img-wrap .about-img-slider .about-img-item img {
  width: unset !important;
  max-width: 450px;
}

.about-area .about-img-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 85px;
  top: 180px;
  max-width: 20px;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
  background: #ea5f46;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.about-area .about-img-wrap .about-shape img {
  position: absolute;
}

.about-area .about-img-wrap .about-shape img:nth-child(1) {
  top: -25px;
  left: 0;
}

.about-area .about-img-wrap .about-shape img:nth-child(2) {
  bottom: -55px;
  right: 0;
  z-index: 1;
}

.about-area .about-img-wrap .about-shape img:nth-child(3) {
  top: -65px;
  right: 25px;
}

.about-area .about-img-wrap .about-shape img:nth-child(4) {
  top: 255px;
  right: -50px;
}

.about-area .about-img-wrap .about-year {
  z-index: 1;
  background-color: #ffffffd9;
  border-left: 5px solid #281010;
  display: inline-block;
  padding: 35px 60px;
  position: absolute;
  left: 0;
  bottom: -36px;
}

.about-area .about-img-wrap .about-year h2 {
  font-size: 58px;
  color: #281010;
  font-weight: 700;
  margin-bottom: 0;
}

.about-area .about-img-wrap .about-year h2 span {
  font-size: 38px;
}

/* vision-mission-values-block */
/*=============================
	09. Features
===============================*/
.features-item {
	padding: 0 20px;
	position: relative;
}
.features-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 150px;
	background: #fff3ed;
	border-radius: 10px;
}
.features-item-inner {
	border-radius: 10px;
	background: #fff;
	padding: 45px 48px 50px;
	box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.features-content .title {
	color: #281010;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 13px;
}
.features-content p {
	margin-bottom: 20px;
}
.features-content .link-btn {
	display: inline-flex;
	align-items: center;
	color: #e13638;
	font-size: 14px;
  font-weight: 500;
}
.features-content .link-btn i {
  color: #281010;
  background: #fff;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	margin-right: 17px;
	transition: all 0.3s ease-out 0s;
}
.features-item .features-content h4.title,
.features-item .features-content a.link-btn {
    color: #281010; /* Default color of h4 and a tag */
    transition: color 0.3s ease; /* Smooth transition effect */
}

.features-item:hover .features-content h4.title,
.features-item:hover .features-content a.link-btn {
    color: #ffffff; /* Change color to white only on hover */
}

.features-item-before {
    background-color: #281010; /* Default background color */
    transition: background-color 0.3s ease; /* Smooth transition effect */
}

.features-item:hover .features-item-before {
    background-color: #ffffff; /* Change background color to white on hover */
}

.features-item-inner:hover.features-content .link-btn i {
  background-color: #fff;
}
.features-icon {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	font-size: 40px;
	background: var(--tg-unbleached-silk);
	color: var(--tg-primary-color);
	position: absolute;
	bottom: -50px;
	right: -38px;
	padding: 40px 40px;
	line-height: 0;
	transition: .3s linear;
}
.features-item-inner:hover .features-icon img {
	transition: .3s;
}
.features-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: var(--tg-seashell);
	z-index: -1;
}
.features-icon img {
	height: 41px;
}



.features-item:hover .features-item-inner {
  background: #e13638;
  color: #ffffff;
}

/*-- End Features--*/
/*-- Service --*/
.service-area {
  background-image: url("../images/services/service-bg.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.service-area:before {
  position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #010006;
    opacity: 0.6;
}


.service-area .section-title {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.service-area .section-title h2 {
  color: #ffffff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.service-area .section-title h2 span {
  color: #e13638;
}

.service-item {
  text-align: center;
  padding: 30px 30px 28px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: #e13638;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 10px;
  z-index: -1;
}

.service-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.service-item:hover:before {
  height: 100%;
}

.service-item:hover i {
  border: 1px solid #e13638;
}

.service-item:hover h3 a {
  color: #ffffff;
}

.service-item:hover p {
  color: #ffffff;
}

.service-item:hover .service-link {
  color: #ffffff;
}

.service-item  .service-img-sc {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item  .service-img-sc:nth-child(1) {
  opacity: 0.50;
}

.service-item .service-img-sc:nth-child(2) {
  opacity: 0;
}

.service-item .icon-wrap {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px; /* Center vertically */
  text-align: center; /* Center horizontally */
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px dotted #e13638;
  margin-bottom: 15px;
  transition: 0.5s all ease;
}
.service-item .icon-wrap .service-icon-sc {
  vertical-align: middle; /* Align the icon vertically */
  width: 40px; /* Set width of the icon */
  height: auto; /* Maintain aspect ratio */
  margin-top: 15px;
}


.service-item .icon-wrap .service-icon-five-sc {
  vertical-align: middle; /* Align the icon vertically */
  width: 35px; /* Set width of the icon */
  height: auto; /* Maintain aspect ratio */
  margin-top: 15px;
}
.service-item .icon-wrap .service-icon-six-sc {
  vertical-align: middle; /* Align the icon vertically */
  width: 40px; /* Set width of the icon */
  height: auto; /* Maintain aspect ratio */
  margin-top: 20px;
}



.service-item h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item h3 a {
  color: #281010;
}

.service-item h3 a:hover {
  color: #ffffff;
}

.service-item p {
  margin-bottom: 12px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item .service-link {
  display: inline-block;
  color: #e13638;
  font-weight: 500;
  font-size: 14px;
}

.service-item .service-link:hover {
  color: #ffffff;
}

/*-- End Service --*/
/*-- infrastructure --*/
.infrastructure-area {
  background-color: #281010;
  padding-bottom: 140px;
}



.infrastructure-area .infra-text h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
}
.infrastructure-area .infra-text span {
  color: #e13638;
}
.choose-text span {
  color: #e13638;
}
.infrastructure-slider .slick-prev {
 display: none !important;
}
.infrastructure-slider .slick-next {
  display: none !important;
 }

/*-- End infrastructure --*/

/*-- Foreign --*/
.foreign-area {
  overflow: hidden;
  position: relative;
  top: -70px;
}

.foreign-area .foreign-slider {
  width: 100%; /* Adjust width as needed */
  margin: 0 auto; /* Center the slider */
  position: relative;
}
.foreign-item {
  -webkit-box-shadow: 0px 10px 10px 0px #dddddd33;
  box-shadow: 0px 10px 10px 0px #dddddd33;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}

.foreign-item img {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 10px;
  display: block;
}

.foreign-item .foreign-bottom {
  background-color: #ffffff;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 10px 10px 0px #dddddd33;
  box-shadow: 0px 10px 10px 0px #dddddd33;
  display: flex;
  align-items: center;
  height: 80px;
  border-radius: 0px 0px 10px 10px;
}

.foreign-item .foreign-bottom h3 {
  border-left: 3px solid #e13638;
  font-weight: 600;
  font-size: 20px;
  padding-left: 10px;
  margin-left: 12px;
  margin-bottom: 5px;
}

.foreign-item .foreign-bottom h3 a {
  color: #281010;
}

.foreign-item .foreign-bottom h3 a:hover {
  color: #e13638;
}

.foreign-item .foreign-bottom span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #e13638;
}
.foreign-area .foreign-slider .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #e13638 !important;
  text-align: center;
  font-size: 25px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.foreign-area .foreign-slider .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #e13638 !important;
  text-align: center;
  font-size: 25px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.foreign-area .foreign-slider .owl-prev i,
.foreign-area .foreign-slider .owl-next i {
  line-height: 30px !important;
}

.foreign-area .foreign-slider .owl-prev:hover,
.foreign-area .foreign-slider .owl-next:hover {
  background-color: #281010 !important;
}



.foreign-area .owl-theme .owl-nav {
  margin-top: 0;
  position: relative; /* Change to relative positioning */
  text-align: center; /* Center the buttons */
}

/*-- End Foreign --*/




/*-- End Foreign --*/

/*-- Team --*/
.team-area {
  background-image: url("../images/home-one/team-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.team-area .container {
  position: relative;
  top: 100px;
}

.team-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
          box-shadow: 0px 0px 20px 0px #dddddd33;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 0 0 20px 20px;
  border-bottom: 2px solid #e13638;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item:hover {
  background-color: #fff1f1;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.team-item img {
  margin-bottom: 25px;
}

.team-item h3 {
  color: #281010;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}

.team-item span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #8f9090;
  margin-bottom: 12px;
}

.team-item ul {
  margin: 0;
  padding: 0;
}

.team-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.team-item ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #e13638;
  color: #ffffff;
  font-size: 18px;
}

.team-item ul li a i {
  line-height: 30px;
}

.team-item ul li a:hover {
  background-color: #281010;
}

/*-- End Team --*/
/*-- Benefit --*/
.benefit-area h5 {
    color: #e13638;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.benefit-area h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px
}
.benefit-area {
  background-image: url("../images/benefit-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.benefit-area .benefit-content {
  background-color: #281010d9;
  padding: 45px 170px 50px 60px;
  max-width: 905px;
  margin-left: auto;
  position: relative;
  top: 100px;
}

.benefit-area .benefit-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}

.benefit-area .benefit-content .section-title h2 {
  color: #ffffff;
}

.benefit-area .benefit-content p {
  color: #ffffff;
  margin-bottom: 25px;
}

.benefit-area .benefit-content .benefit-inner {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

.benefit-area .benefit-content .benefit-inner img {
  color: #e13638;
  height: 45px;
  margin-right: 10px; /* Adjust this value to change the gap between icon and text */
}


.benefit-area .benefit-content .benefit-inner h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  padding-left: 15px;
}

.benefit-area .benefit-content .cmn-btn {
  margin-top: 10px;
  color: #ffffff;
  background-color: #e13638;
}

.benefit-area .benefit-content .benefit-shape {
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-animation: benefit-shape 10s infinite linear;
          animation: benefit-shape 10s infinite linear;
}

@-webkit-keyframes benefit-shape {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes benefit-shape {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- End Benefit --*/


/*-- certification --*/
.certification-area h5 {
  position: relative;
  color: #ffffff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.certification-area {
  margin-top: 180px;
}

.certification-area .certification-wrap {
  position: relative;
  background-color: #e13638;
  border-radius: 10px;
  padding: 40px 50px 45px;
}

.certification-area .certification-wrap .certification-shape {
  position: absolute;
  bottom: 5px;
  left: 5px;
  -webkit-animation: certification-ani 10s infinite linear;
          animation: certification-ani 10s infinite linear;
}

.certification-area .certification-wrap .certification-content .section-title {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.certification-area .certification-wrap .certification-content .section-title h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.certification-area .certification-wrap .certification-btn {
  text-align: right;
}

.certification-area .certification-wrap .certification-btn .cmn-btn {
  background-color: #ffffff;
  color: #e13638;
}

.certification-area .certification-wrap .certification-btn .cmn-btn:hover {
  color: #ffffff;
}

@-webkit-keyframes certification-ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes certification-ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- End certification --*/
/*-- Cost --*/
.cost-area .cost-content {
  background-color: #ffffff;
  z-index: 1;
}

.cost-area .cost-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.cost-area .cost-content p {
  margin-bottom: 20px;
}

.cost-area .cost-content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cost-area .cost-content ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}

.cost-area .cost-content ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.cost-area .cost-content ul li h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: "Sora", sans-serif;
  color: #303442;
  margin-bottom: 5px;
}

.cost-area .cost-content ul li span {
  display: block;
  font-size: 14px;
  color: #303442;
}

.cost-area .cost-img img {
  width: 100%;
}

/*-- End Cost --*/
/*-- Blog --*/
.blog-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd9e;
          box-shadow: 0px 0px 20px 0px #dddddd9e;
  overflow: hidden;
}

.blog-item:hover .blog-inner {
  bottom: 0;
  opacity: 1;
}

.blog-item a {
  display: block;
}

.blog-item a img {
  width: 100%;
}

.blog-item span {
  display: inline-block;
  font-size: 13px;
  color: #060f1e;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
}

.blog-item .blog-inner {
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 15px 10px 18px 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

.blog-item .blog-inner h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
}

.blog-item .blog-inner h3 a {
  color: #281010;
  line-height: 25px;
}

.blog-item .blog-inner h3 a:hover {
  color: #e13638;
}

.blog-item .blog-inner .blog-link {
  display: inline-block;
  color: #e13638;
  font-weight: 500;
  font-size: 14px;
}

.blog-item .blog-inner .blog-link i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.blog-item .blog-inner .blog-link:hover {
  color: #281010;
}

/*-- End Blog --*/
/*-- Footer --*/
footer {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #281010;
  opacity: .90;
}

.footer-item {
  position: relative;
  margin-bottom: 30px;
}

.footer-item .footer-logo .logo-link {
  display: block;
  margin-bottom: 18px;
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-item .footer-logo ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #e13638;
  border-radius: 50%;
  display: block;
}

.footer-item .footer-logo ul li a i {
  line-height: 35px;
}

.footer-item .footer-logo ul li a:hover {
  color: #e13638;
  background-color: #ffffff;
}

.footer-item .footer-service h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #e13638;
}

.footer-item .footer-service ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 10px;
}

.footer-item .footer-service ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-service ul li:hover {
  padding-left: 10px;
}

.footer-item .footer-service ul li a {
  display: block;
  color: #ffffff;
}

.footer-item .footer-service ul li a:hover {
  color: #e13638;
}

.footer-item .footer-touch h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #e13638;
}

.footer-item .footer-touch ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-touch ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}

.footer-item .footer-touch ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-touch ul li i {
  display: inline-block;
  color: #e13638;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-item .footer-touch ul li h4 {
  font-weight: 500;
  font-size: 16px;
  font-family:"Sora", sans-serif;
  margin-bottom: 5px;
  color: #ffffff;
}

.footer-item .footer-touch ul li a {
  display: block;
  color: #cdcccc;
}

.footer-item .footer-touch ul li a:hover {
  color: #e13638;
}

.footer-item .footer-touch ul li span {
  display: block;
  color: #cdcccc;
}

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
  background-color:#281010;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  opacity: .92;
}

.copyright-area .copyright-item p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 600;
  color: #e13638;
}

.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

/*-- End Copyright --*/
/*----- End Home One CSS -----*/
/*----- Home Two CSS -----*/
/*-- Banner --*/
.banner-img-two {
  background-image: url("../img/home-two/banner-bg.jpg");
}

.banner-img-two .banner-content {
  text-align: left;
  margin-left: 0;
}

.banner-img-two .banner-content h1 {
  font-weight: 700;
}

.banner-img-two .banner-content .cmn-btn {
  background-color: #e13638;
  color: #ffffff;
}

.banner-img-two .banner-img {
  position: relative;
  top: 30px;
  -webkit-animation: banner-ani 10s infinite linear;
          animation: banner-ani 10s infinite linear;
}

@-webkit-keyframes banner-ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes banner-ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- End Banner --*/
/*-- Logo --*/
.logo-area {
  background-color: #f6f6f6;
}

.logo-area .col-lg-5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20% !important;
}

.logo-area .logo-item {
  margin-bottom: 30px;
  text-align: center;
}

.logo-area .logo-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.logo-area .logo-item img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/*-- End Logo --*/
/*-- Offer --*/
.offer-area {
  background-color: #f6f6f6;
}

.offer-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.offer-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.offer-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 7px;
  background: #facbb1;
}

.offer-area .owl-theme .owl-dots .owl-dot.active span {
  background: #e13638;
  width: 25px;
}

.offer-item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
          box-shadow: 0px 0px 20px 0px #dddddd33;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
}

.offer-item .offer-shape {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.offer-item .offer-top img {
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
          animation: border-transform-default 10s linear infinite alternate forwards;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 6px solid #e13638;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.offer-item .offer-top i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px dotted #e13638;
  color: #e13638;
  font-size: 35px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-top: -60px;
}

.offer-item .offer-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}

.offer-item .offer-bottom h3 a {
  color: #281010;
}

.offer-item .offer-bottom h3 a:hover {
  color: #e13638;
}

.offer-item .offer-bottom p {
  margin-bottom: 12px;
}

.offer-item .offer-bottom .offer-link {
  display: inline-block;
  font-weight: 500;
  color: #e13638;
  font-size: 14px;
}

.offer-item .offer-bottom .offer-link i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 3px;
}

.offer-item .offer-bottom .offer-link:hover {
  color: #281010;
}

@-webkit-keyframes border-transform-default {
  0%, to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform-default {
  0%, to {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/*-- End Offer --*/
/*-- About --*/
.about-area-two {
  padding-bottom: 145px;
}

.about-area-two .about-content .section-title {
  text-align: left;
}

.about-area-two .about-content .counter-inner {
  margin-bottom: 20px;
}

.about-area-two .about-content .counter-inner h3 {
  margin-bottom: 5px;
  font-size: 32px;
  color: #e13638;
}

.about-area-two .about-content .counter-inner h3 .odometer {
  font-family: "Sora", sans-serif;
}

.about-area-two .about-content .counter-inner h3 .target {
  margin-left: -7px;
}

.about-area-two .about-content .counter-inner p {
  font-weight: 500;
  color: #281010;
  margin-bottom: 0;
}

.about-area-two .about-content .about-p {
  margin-bottom: 25px;
  padding-right: 110px;
}

.about-area-two .about-content .cmn-btn {
  color: #ffffff;
  background-color: #e13638;
}

.about-area-two .about-img {
  position: relative;
}

.about-area-two .about-img img:nth-child(1) {
  -webkit-animation: about-ani 10s linear infinite alternate forwards;
          animation: about-ani 10s linear infinite alternate forwards;
}

.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -100px;
}

@-webkit-keyframes about-ani {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes about-ani {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/*-- End About --*/
/*-- use --*/
.use-area {
  background-color: #281010;
  position: relative;
}

.use-area .use-shape {
  position: absolute;
  right: 50px;
  top: 135px;
  -webkit-animation: benefit-shape 10s infinite linear;
  animation: benefit-shape 10s infinite linear;
}

.use-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.use-area .container-fluid .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.use-area .use-img {
  background-image: url("../images/culinary.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.use-area .use-img img {
  display: none;
}
.use-area h5 {
  color: #e13638;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.use-area .use-content {
  padding: 75px 30px 45px 30px;
  max-width: 695px;
}

.use-area .use-content .section-title {
  text-align: left;
  position: relative;
  z-index: 1;
}

.use-area .use-content .section-title h2 {
  color: #ffffff;
}

.use-area .use-content p {
  margin-bottom: 30px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.use-area .use-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.use-area .use-content ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  background-color: #392323;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  width: calc(50% - 15px); /* Set width to 1/2 of the container minus margins for two columns */
  max-width: 230px;
  padding: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.use-area .use-content ul li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #e13638;
  transition: 0.5s all ease;
  border-radius: 8px;
  z-index: -1;
}

.use-area .use-content ul li i {
  font-size: 24px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.use-area .use-content ul li span {
  margin-bottom: 0;
  flex: 1; 
}

.use-area .use-content ul li:hover:before {
  height: 100%;
}

/*-- End use --*/
/*-- Foreign --*/
.foreign-area-two {
  background-image: url("../img/home-two/foreign-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 100px;
}

.foreign-area-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #281010;
  opacity: .80;
}

.foreign-area-two .container {
  position: relative;
  top: 100px;
}

.foreign-area-two .section-title {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.foreign-area-two .section-title h2 {
  color: #ffffff;
}

.foreign-area-two .foreign-item {
  margin-left: 0;
  margin-right: 0;
}

/*-- End Foreign --*/
/*-- Benefit --*/
.benefit-area-two {
  background-image: unset;
}

.benefit-area-two .benefit-shape {
  display: none;
}

.benefit-area-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.benefit-area-two .container-fluid .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}

.benefit-area-two .container-fluid .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.benefit-area-two .benefit-content {
  background-color: unset;
  padding: 0;
  max-width: 760px;
  margin-left: auto;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px;
}

.benefit-area-two .benefit-content .section-title h2 {
  color: #281010;
}

.benefit-area-two .benefit-content p {
  color: #707173;
}

.benefit-area-two .benefit-content .benefit-inner h4 {
  color: #281010;
}

.benefit-area-two .benefit-img {
  background-image: url("../img/home-two/benefit-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.benefit-area-two .benefit-img img {
  display: none;
  width: 100%;
}

/*-- End Benefit --*/
/*-- Social --*/



/*-- End Social --*/
/*-- Testimonial --*/

.testimonial-area {
  background-color: #e13638;
  position: relative;
}

.testimonial-area .testimonial-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
  width: 100%; 
  height: auto; 
  pointer-events: none;
}


.testimonial-area .section-title {
  position: relative;
  z-index: 1;
}

.testimonial-area .section-title h2 {
  color: #ffffff;
}

.testimonial-area .testimonial-item {
  position: relative;
  z-index: 1;
}

.testimonial-area .testimonial-item .testimonial-top {
  border: 1px dashed #ffffff;
  border-radius: 10px;
  padding: 40px 65px 40px 30px;
  margin-bottom: 30px;
  background-color: transparent;
}

.testimonial-area .testimonial-item .testimonial-top p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
}
.testimonial-area h5 {
  color: #ffffff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.testimonial-area .sub-title {
display: flex;
align-items: center;
justify-content: center;
}
.testimonial-area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
}

.testimonial-top {
  position: relative;
  padding-right: 30px; 
  margin-bottom: 20px; 
}

.testimonial-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px !important; 
  height: auto; 
}


.testimonial-area .testimonial-item ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
}

.testimonial-area .testimonial-item ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.testimonial-area .testimonial-item ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-left: 15px;
}

.testimonial-area .testimonial-item ul li img {
  width: 50px !important;
}

.testimonial-area .testimonial-item ul li h4 {
  color: #ffffff;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 18px;
}

.testimonial-area .testimonial-item ul li span {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

/*-- End Testimonial --*/
/*-- Blog --*/
.blog-area-two .blog-item {
  overflow: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-area-two .blog-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.blog-area-two .blog-item .blog-inner {
  position: relative;
  bottom: 0;
  opacity: 1;
}

.blog-area-two .blog-item .blog-inner h3 {
  font-size: 20px;
}

.blog-area-two .blog-item .blog-inner h3 a {
  line-height: 28px;
}

/*-- End Blog --*/
/*-- Book --*/
.book-area .row {
  background-color: #e13638;
  overflow: hidden;
}

.book-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.book-area .book-img {
  background-image: url("../img/home-two/book-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.book-area .book-img img {
  display: none;
  width: 100%;
}

.book-area .book-content {
  padding-top: 65px;
  padding-bottom: 70px;
  max-width: 385px;
  position: relative;
  padding-left: 10px;
}

.book-area .book-content:before {
  position: absolute;
  content: "";
  bottom: 39px;
  left: -263px;
  border-left: 0 solid transparent;
  border-top: 224px solid #e13638;
  border-right: 309px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.book-area .book-content h3 {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.book-area .book-content a {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 25px;
}

.book-area .book-content a:hover {
  color: #e13638;
  background-color: #ffffff;
}

/*-- End Book --*/
/*----- End Home Two CSS -----*/
/*----- Home Three CSS -----*/
/*-- Header Top --*/
.header-top-area-two .header-top-item .header-left ul li i {
  color: #e13638;
}

.header-top-area-two .header-top-item .header-right ul li a {
  color: #e13638;
  border: 1px solid #e13638;
}

.header-top-area-two .header-top-item .header-right ul li a:hover {
  color: #ffffff;
  background-color: #e13638;
}

/*-- End Header Top --*/
/*-- Header Contact --*/
.header-contact-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-contact-area .logo a {
  display: block;
}

.header-contact-area .logo .white-logo {
  display: none;
}

.header-contact-area .side-nav {
  text-align: right;
}

.header-contact-area .side-nav a {
  color: #ffffff;
  background-color: #e13638;
  text-align: right;
}

.header-contact-area .contact-item {
  text-align: center;
}

.header-contact-area .contact-item ul {
  margin: 0;
  padding: 0;
}

.header-contact-area .contact-item ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  text-align: left;
  margin-right: 10px;
}

.header-contact-area .contact-item ul li:last-child {
  margin-right: 0;
}

.header-contact-area .contact-item ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #e13638;
  display: inline-block;
  font-size: 40px;
}

.header-contact-area .contact-item ul li h4 {
  color: #707173;
  font-weight: 500;
  font-size: 15px;
  font-family: "Sora", sans-serif;
  margin-bottom: 5px;
}

.header-contact-area .contact-item ul li h4 a {
  display: inline-block;
  color: #707173;
}

.header-contact-area .contact-item ul li h4 a:hover {
  color: #e13638;
}

.header-contact-area .contact-item ul li span {
  display: block;
  font-size: 12px;
  color: #707173;
}

/*-- End Header Contact --*/
/*-- Navbar --*/
.nav-area-two .main-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-area-two .main-nav:before {
  display: none;
}

.nav-area-two .main-nav .navbar-light {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e13638;
  padding-right: 25px;
}

.nav-area-two .main-nav .navbar-light:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 39px;
  height: 100%;
  width: 27%;
  border-top: 84px solid #fff;
  border-left: 120px solid transparent;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.nav-area-two .main-nav .navbar-light .nav-shape img {
  left: 0;
  right: unset;
  top: 0;
  max-width: 80%;
}

.nav-area-two .main-nav .navbar-nav {
  margin-left: 25px !important;
}

.nav-area-two .main-nav.menu-shrink {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-area-two .main-nav.menu-shrink .navbar-light {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd5e;
          box-shadow: 0px 0px 20px 0px #dddddd5e;
}

.nav-area-two .main-nav.menu-shrink {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-nav-two .modal-btn {
  padding: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -6px;
}

.side-nav-two .modal-btn:hover span:nth-child(2) {
  width: 25px;
}

.side-nav-two .modal-btn:hover span:nth-child(3) {
  width: 15px;
}

.side-nav-two .modal-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #281010;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/* #myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}

#myModalRight .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}

.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}

.modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

.modal.modal-right .modal-dialog {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  margin: 0 0 0 auto;
} */

.search-icon {
  font-size: 24px;
  position: relative;
  top: 3px;
  color: #281010;
  border: 0;
  outline: none;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: transparent;
  margin-right: 5px;
}

.search-icon:hover {
  color: #e13638;
}

.search-toggle .search-icon.icon-close {
  display: none;
}

.search-toggle.opened .search-icon.icon-search {
  display: none;
}

.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.nav-srh {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 28px;
  background-color: transparent;
  font-size: 20px;
  color: #515151;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.nav-srh .search-area .search-icon:hover {
  color: #e13638;
}

.nav-srh .search-area .src-input {
  outline: none;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  background-color: #dddddd80;
  border: 1px solid #ddd;
  font-size: 16px;
  height: 45px;
  border-radius: 0;
}

.nav-srh .search-area.opened {
  max-height: 100px;
  padding: 20px 25px;
  -webkit-box-shadow: 0px 0px 15px #dddddd80;
          box-shadow: 0px 0px 15px #dddddd80;
}

.modal-body {
  padding: 40px 30px 50px;
}

.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.modal-body p {
  color: #545555;
  font-size: 14px;
  margin-bottom: 20px;
}

.modal-body .image-area {
  margin-bottom: 10px;
}

.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}

.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}

.modal-body .image-area a img {
  width: 100%;
}

.modal-body .modal-item {
  margin-bottom: 30px;
}

.modal-body .social-area {
  text-align: center;
}

.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}

.modal-body .social-area ul {
  margin: 0;
  padding: 0;
}

.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}

.modal-body .social-area ul li a {
  display: block;
  color: #e13638;
  border: 1px solid #e13638;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}

.modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #e13638;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-three {
  background-image: url("../img/home-three/banner-bg.jpg");
}

.banner-img-three .cmn-btn {
  color: #ffffff;
  background-color: #e13638;
}

/*-- End Banner --*/
/*-- About --*/
.about-area-three .about-img-wrap .about-year h2 {
  color: #e13638;
}

.about-area-three .about-img-wrap .about-year h2 span {
  color: #281010;
}

/*-- End About --*/

/*-- Benefit --*/
.benefit-area-three {
  margin-top: 0;
  position: relative;
}

.benefit-area-three .benefit-content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  right: -45px;
  background-color: #fff;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 810px;
  padding-right: 60px;
}

.benefit-area-three .benefit-img-two {
  background-image: url("../img/home-three/benefit-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.benefit-area-three .benefit-img-two img {
  display: none;
}

/*-- End Benefit --*/
/*-- Offer --*/
.offer-area-two {
  background-color: #ffffff;
}

.offer-area-two .section-title {
  margin-bottom: 5px;
}

.offer-area-two .offer-item {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd33;
          box-shadow: 0px 0px 20px 0px #dddddd33;
  margin-top: 30px;
}

.offer-area-two .offer-item .offer-top img {
  -webkit-animation: none;
          animation: none;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

/*-- End Offer --*/
/*-- use --*/
.use-area-two {
  background-color: #f6f6f6;
}

.use-area-two .use-content .section-title h2 {
  color: #281010;
}

.use-area-two .use-content p {
  color: #707173;
}

.use-area-two .use-content ul li {
  color: #e13638;
  background-color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.use-area-two .use-content ul li:hover {
  color: #ffffff;
}

/*-- End use --*/

/*-- Social --*/
.social-area {
  padding-bottom: 80px;
}

.social-area .social-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}

.social-area .social-content .section-title h2 {
  color: #ffffff;
  font-size: 35px;
}

.social-area .social-content p {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

.social-area .social-content .cmn-btn {
  color: #ffffff;
  background-color: #e13638;
}

.social-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.social-content {
  background-color: #281010;
  padding: 55px 40px 55px;
  position: relative;
  top: 60px;
  margin-left: -70px;
  margin-bottom: 0;   
}
.social-area h5 {
  color: #e13638;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.social-area h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
}
.social-area-two {
  padding-bottom: 100px;
}
/*-- End Social --*/


/*-- Logo --*/
.logo-area-two {
  background-color: #ffffff;
}

/*-- End Logo --*/
/*----- End Home Three CSS -----*/
/*----- About CSS -----*/
/*-- Page Title --*/
.page-title-area.know-us {
  background-image: url("../images/header/page-title-bg-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.vision {
  background-image: url("../images/header/page-title-bg-2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.contact {
  background-image: url("../images/header/page-title-bg-3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.mission {
  background-image: url("../images/header/page-title-bg-4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.values {
  background-image: url("../images/header/page-title-bg-5.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.team {
  background-image: url("../images/header/page-title-bg-6.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.management {
  background-image: url("../images/header/page-title-bg-7.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.career {
  background-image: url("../images/header/page-title-bg-8.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.why-skk {
  background-image: url("../images/header/page-title-bg-9.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.raw-cashews {
  background-image: url("../images/header/page-title-bg-10.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.cashew-history {
  background-image: url("../images/header/page-title-bg-11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.culinary-use  {
  background-image: url("../images/header/page-title-bg-12.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.infrastructure {
  background-image: url("../images/header/page-title-bg-21.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.domestic-and-exports  {
  background-image: url("../images/header/page-title-bg-14.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.fair-trade-practices  {
  background-image: url("../images/header/page-title-bg-15.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.logistics-and-support  {
  background-image: url("../images/header/page-title-bg-17.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.certifications  {
  background-image: url("../images/header/page-title-bg-18.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.cashew-processing {
  background-image: url("../images/header/page-title-bg-19.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.cashew-kernals {
  background-image: url("../images/header/page-title-bg-20.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.nutrition-values {
  background-image: url("../images/header/page-title-bg-22.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.gallery {
  background-image: url("../images/header/page-title-bg-23.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.health-benefits {
  background-image: url("../images/header/page-title-bg-25.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.csr-activities {
  background-image: url("../images/header/page-title-bg-26.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.commitment {
  background-image: url("../images/header/page-title-bg-24.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.quality {
  background-image: url("../images/header/page-title-bg-27.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.page-title-area.annual-reports {
  background-image: url("../images/header/page-title-bg-28.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}



.page-title-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #281010;
  opacity: .5;
}

.page-title-area .title-item {
  text-align: center;
  position: relative;
  margin-top: 85px;
}

.page-title-area .title-item h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Sora", sans-serif;
}

.page-title-area .title-item ul {
  margin: 0;
  padding: 0;
}

.page-title-area .title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.page-title-area .title-item ul li a {
  display: inline-block;
  color: #ffffff;
}

.page-title-area .title-item ul li a:hover {
  color: #e13638;
}

.page-title-area .title-item ul li span {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}

/*-- End Page Title --*/
/*-- use --*/
.use-area-three .use-img {
  background-image: url("../img/about-use-main.jpg");
}

/*-- End use --*/
/*-- Offer --*/
.offer-area-three {
  background-color: #ffffff;
}

/*-- End Offer --*/
/*----- End About CSS -----*/
/*----- Service CSS -----*/
.service-area-three {
  background-color: #ffffff;
}

/*----- End Service CSS -----*/
/*----- Service Details CSS -----*/
.page-details-area .page-details-item .page-details-img {
  margin-bottom: 50px;
}

.page-details-area .page-details-item .page-details-img h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
}

.page-details-area .page-details-item .page-details-img p {
  margin-bottom: 15px;
}

.page-details-area .page-details-item .page-details-img img {
  margin-top: 10px;
}

.page-details-area .page-details-item .page-details-robot h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}

.page-details-area .page-details-item .page-details-robot p {
  margin-bottom: 20px;
}

.page-details-area .page-details-item .page-details-robot .robot-left {
  margin-bottom: 30px;
}

.page-details-area .page-details-item .page-details-robot .robot-left ul {
  margin: 0;
  padding: 0;
}

.page-details-area .page-details-item .page-details-robot .robot-left ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.page-details-area .page-details-item .page-details-robot .robot-left ul li:last-child {
  margin-bottom: 0;
}

.page-details-area .page-details-item .page-details-robot .robot-left ul li:hover i {
  background-color: #281010;
}

.page-details-area .page-details-item .page-details-robot .robot-left ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #e13638;
  margin-right: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page-details-area .page-details-item .page-details-robot .robot-right {
  margin-bottom: 30px;
}

.page-details-area .page-details-item .page-details-robot .robot-right img {
  width: 100%;
}

.page-details-area .page-details-item .page-details-cat {
  margin-bottom: 30px;
}
.page-details-cat  a.active {
  color: #E33431 !important;
}
.page-details-area .page-details-item .page-details-cat h3 {
  color: #281010;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd33;
  position: relative;
}
.page-details-area .page-details-item .page-details-cat ul li {
  text-decoration: none; 
}

.page-details-area .page-details-item .page-details-cat ul li:focus,
.page-details-area .page-details-item .page-details-cat ul li:active {
    outline: none;
}
.page-details-area .page-details-item .page-details-cat ul li {
  cursor: pointer;
}
.page-details-area .page-details-item .page-details-cat ul li a {
  cursor: inherit;
  text-decoration: none;
}
.page-details-area .page-details-item .page-details-cat h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #e13638;
}

.page-details-area .page-details-item .page-details-cat ul {
  margin: 0;
  padding: 0;
}

.page-details-area .page-details-item .page-details-cat ul li {
  list-style-type: none;
  background-color: #fef2ec; /* Background color */
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 0px 10px 10px 0px;
  border-left: 3px solid #e13638;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.page-details-area .page-details-item .page-details-cat ul li:last-child {
  margin-bottom: 0;
}

.page-details-area .page-details-item .page-details-cat ul li a {
  color: #281010;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-details-area .page-details-item .page-details-cat ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow */
}

.page-details-area .page-details-item .page-details-cat ul li.active {
  background-color: #e13638; /* Active background color */
}

.page-details-area .page-details-item .page-details-cat ul li.active a {
  color: #fff; /* Active text color */
}

.page-details-area .page-details-item .page-details-cat ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fef2ec transparent transparent;
}

.page-details-area .page-details-item .page-details-cat ul li:hover:before {
  border-color: transparent #e13638 transparent transparent;
  background-color: #fef2ed; /* Arrow background color */
}

.page-details-area .page-details-item .page-details-cat ul li.active:before {
  border-color: transparent #e13638 transparent transparent;
}


.page-details-area .page-details-item .service-details-form h3 {
  color: #281010;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd33;
  position: relative;
}

.page-details-area .page-details-item .service-details-form h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #e13638;
}

.page-details-area .page-details-item .service-details-form .form-group {
  margin-bottom: 30px;
}

.page-details-area .page-details-item .service-details-form .form-group .form-control {
  height: 45px;
  background-color: #fff3ee;
  border: 1px solid #ffddd1;
  border-radius: 3px;
  padding-left: 20px;
  font-size: 14px;
}

.page-details-area .page-details-item .service-details-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

.page-details-area .page-details-item .service-details-form .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.page-details-cat a.active {
  color: #E33431;
}
.page-details-area .page-details-item .service-details-form .service-form-btn {
  color: #ffffff;
  background-color: #e13638;
  border-radius: 3px;
  padding: 12px 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 500;
}

.page-details-area .page-details-item .service-details-form .service-form-btn:hover {
  background-color: #281010;
}

/*----- End Service Details CSS -----*/
/*----- Project CSS -----*/
.offer-area-four .offer-item {
  margin-left: 0;
  margin-right: 0;
}

.team-area-two {
  background-image: unset;
  background-color: #ffffff;
}

.team-area-two .container {
  top: 0;
}

/*----- End Project CSS -----*/
/*----- Project Details CSS -----*/
.kernal-details-item {
  margin-bottom: 30px;
}

.kernal-details-item .kernal-details-img {
  margin-bottom: 40px;
}

.kernal-details-item .kernal-details-img img {
  margin-bottom: 25px;
}

.kernal-details-item .kernal-details-img p {
  margin-bottom: 15px;
}

.kernal-details-item .kernal-details-img ul {
  margin: 0;
  padding: 0;
}

.kernal-details-item .kernal-details-img ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #001430;
  margin-bottom: 12px;
}

.kernal-details-item .kernal-details-img ul li:last-child {
  margin-bottom: 0;
}

.kernal-details-item .kernal-details-img ul li i {
  color: #e13638;
  display: inline-block;
  font-size: 20px;
  margin-right: 3px;
  position: relative;
  top: 4px;
}

.kernal-details-item .kernal-details-content img {
  margin-bottom: 30px;
}

.kernal-details-item .kernal-details-content p {
  margin-bottom: 15px;
}

.kernal-details-item .kernal-details-content p:last-child {
  margin-bottom: 0;
}

.kernal-details-item .kernal-details-content .video-wrap {
  position: relative;
}






/*----- End Project Details CSS -----*/
/*----- Blog Details CSS -----*/
.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-name {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-name .details-user {
  margin-bottom: 16px;
}

.blog-details-item .blog-details-name .details-user ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-name .details-user ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.blog-details-item .blog-details-name .details-user ul li:last-child {
  margin-right: 0;
}

.blog-details-item .blog-details-name .details-user ul li span {
  display: inline-block;
  font-size: 13px;
  color: #9b9b9b;
}

.blog-details-item .blog-details-name .details-user ul li a {
  display: inline-block;
  color: #777676;
  font-size: 13px;
}

.blog-details-item .blog-details-name .details-user ul li a:hover {
  color: #e13638;
}

.blog-details-item .blog-details-name h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-details-item .blog-details-name p {
  margin-bottom: 35px;
}

.blog-details-item .blog-details-name img {
  display: block;
  margin-bottom: 30px;
}

.blog-details-item .blog-details-name .details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-name .details-item ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-name .details-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #001430;
  margin-bottom: 18px;
}

.blog-details-item .blog-details-name .details-item ul li:last-child {
  margin-bottom: 0;
}

.blog-details-item .blog-details-name .details-item ul li i {
  color: #e13638;
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.blog-details-item .blog-details-quote {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-quote blockquote {
  background-color: #f4f4f4;
  border-left: 3px solid #e13638;
  font-style: italic;
  font-size: 20px;
  color: #0c0c39;
  position: relative;
  padding: 45px 30px 35px 60px;
  margin-bottom: 30px;
}

.blog-details-item .blog-details-quote blockquote i {
  font-size: 30px;
  color: #e13638;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 25px;
}

.blog-details-item .blog-details-quote ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.blog-details-item .blog-details-quote ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.blog-details-item .blog-details-quote ul li:last-child {
  margin-right: 0;
}

.blog-details-item .blog-details-quote ul li span {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 15px;
}

.blog-details-item .blog-details-quote ul li a {
  display: inline-block;
  color: #504f4f;
  font-size: 14px;
  background-color: #f4f0f0;
  padding: 12px 20px;
}

.blog-details-item .blog-details-quote ul li a:hover {
  color: #ffffff;
  background-color: #281010;
}

.blog-details-item .details-head h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #dddddd33;
}

.blog-details-item .details-head h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #e13638;
}

.blog-details-item .blog-details-search {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.blog-details-item .blog-details-search .form-group .form-control {
  height: 50px;
  border: 1px solid #a8a8a8;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 0;
}

.blog-details-item .blog-details-search .form-group .form-control:focus {
  border: 1px solid #a8a8a8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-item .blog-details-search .form-group ::-webkit-input-placeholder {
  color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group :-ms-input-placeholder {
  color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group ::-ms-input-placeholder {
  color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group ::placeholder {
  color: #9b9b9b;
}

.blog-details-item .blog-details-search .form-group .blog-details-src-btn {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #585858;
  font-size: 25px;
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
}

.blog-details-item .blog-details-search .form-group .blog-details-src-btn:hover {
  color: #e13638;
}

.blog-details-item .blog-details-service {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-service ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-service ul li {
  list-style-type: none;
  display: block;
}

.blog-details-item .blog-details-service ul li a {
  display: block;
  color: #3d3d3d;
  padding: 8px 10px 8px 0;
  position: relative;
}

.blog-details-item .blog-details-service ul li a i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.blog-details-item .blog-details-service ul li a:hover, .blog-details-item .blog-details-service ul li a.active {
  background-color: #ebf1fe;
  padding: 8px 10px 8px 10px;
}

.blog-details-item .blog-details-post {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-post ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-post ul li {
  list-style-type: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.blog-details-item .blog-details-post ul li:last-child {
  margin-bottom: 0;
}

.blog-details-item .blog-details-post ul li img {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.blog-details-item .blog-details-post ul li .post-inner {
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
}

.blog-details-item .blog-details-post ul li .post-inner span {
  display: block;
  font-size: 14px;
  color: #6b6a6a;
  font-family: "Sora", sans-serif;
  margin-bottom: 8px;
}

.blog-details-item .blog-details-post ul li .post-inner a {
  display: block;
  color: #0c0c39;
}

.blog-details-item .blog-details-post ul li .post-inner a:hover {
  color: #e13638;
}

.blog-details-item .blog-details-robot {
  position: relative;
}

.blog-details-item .blog-details-robot img {
  display: block;
  width: 100%;
}

.blog-details-item .blog-details-robot a {
  font-weight: 500;
  color: #281010;
  background-color: #ffffff;
  padding: 14px 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-item .blog-details-robot a:hover {
  background-color: #281010;
  color: #ffffff;
}

.blog-area-three {
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
}

.blog-area-three .section-title {
  margin-bottom: 20px;
  text-align: left;
}

.blog-area-three .section-title h2 {
  font-weight: 600;
  font-size: 24px;
}

.blog-area-three .blog-item .blog-inner {
  padding: 20px 10px 18px 25px;
}

.blog-area-three .blog-item .blog-inner p {
  margin-bottom: 10px;
}

.blog-area-three .blog-dettails-p {
  max-width: 865px;
  margin-bottom: 0;
}

.blog-details-area .blog-details-comment h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  display: inline-block;
}

.blog-details-area .blog-details-comment ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .blog-details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  max-width: 907px;
  padding-bottom: 45px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}

.blog-details-area .blog-details-comment ul li:nth-child(2) {
  margin-left: 70px;
}

.blog-details-area .blog-details-comment ul li:nth-child(3) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-details-area .blog-details-comment ul li img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-area .blog-details-comment ul li .comment-inner {
  padding-left: 85px;
  position: relative;
}

.blog-details-area .blog-details-comment ul li .comment-inner h4 {
  font-size: 16px;
  color: #373636;
  margin-bottom: 8px;
  font-weight: 500;
}

.blog-details-area .blog-details-comment ul li .comment-inner span {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.blog-details-area .blog-details-comment ul li .comment-inner p {
  margin-bottom: 0;
  font-size: 15px;
}

.blog-details-area .blog-details-comment ul li .comment-inner a {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  position: absolute;
  top: 20px;
  right: 0;
}

.blog-details-area .blog-details-comment ul li .comment-inner a:hover {
  color: #e13638;
}

.blog-details-area .blog-details-form {
  background-color: #f4f4f4;
  padding: 30px 60px 40px;
}

.blog-details-area .blog-details-form h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-details-area .blog-details-form .form-group {
  margin-bottom: 20px;
}

.blog-details-area .blog-details-form .form-group .form-control {
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
  padding-left: 20px;
  font-size: 15px;
  height: 50px;
}

.blog-details-area .blog-details-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.blog-details-area .blog-details-form .form-group ::-webkit-input-placeholder {
  color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group :-ms-input-placeholder {
  color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group ::-ms-input-placeholder {
  color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group ::placeholder {
  color: #9b9b9b;
}

.blog-details-area .blog-details-form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.blog-details-area .blog-details-form .blog-details-form-btn {
  border-radius: 0;
  color: #ffffff;
  background-color: #e13638;
  padding: 15px 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-details-area .blog-details-form .blog-details-form-btn:hover {
  background-color: #281010;
}

/*----- End Blog Details CSS -----*/
/*----- Contact CSS -----*/
.contact-area .contact-item {
  margin-bottom: 30px;
}

.contact-area .contact-left h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-area .contact-left p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-area .contact-left ul {
  margin: 0;
  padding: 0;
}

.contact-area .contact-left ul li {
  list-style-type: none;
  display: block;
  color: #281010;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd69;
  padding-bottom: 20px;
}

.contact-area .contact-left ul li:last-child {
  margin-bottom: 0;
}

.contact-area .contact-left ul li i {
  font-size: 21px;
  color: #281010;
  margin-right: 5px;
  position: relative;
  bottom: -5px;
}

.contact-area .contact-left ul li a {
  display: inline-block;
  color: #281010;
}

.contact-area .contact-left ul li a:hover {
  color: #e13638;
}

.contact-area .contact-right h3 {
  color: #281010;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-area .contact-right .form-group {
  margin-bottom: 25px;
}

.contact-area .contact-right .form-group .form-control {
  border: 1px solid #e13638;
  border-radius: 5px;
  height: 50px;
  padding-left: 25px;
  font-size: 14px;
}

.contact-area .contact-right .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #281010;
}

.contact-area .contact-right .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
  color: #281010;
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
  color: #281010;
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
  color: #281010;
}

.contact-area .contact-right .form-group ::placeholder {
  color: #281010;
}

.contact-area .contact-right .form-group .list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.contact-area .contact-right .contact-btn {
  background-color: #e13638;
  color: #ffffff;
  width: 100%;
  border-radius: 5px;
  padding: 12px 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
  font-weight: 600;
}

.contact-area .contact-right .contact-btn:hover {
  background-color: #281010;
}

.contact-area .contact-right .text-danger {
  font-size: 20px;
  margin-top: 12px;
  color: #dc3545;
}

.contact-area .contact-right .text-success {
  font-size: 20px;
  margin-top: 12px;
  color: #28a745;
}

.map-area #map {
  width: 100%;
  height: 450px;
  display: block;
  border: 0;
}

/*----- End Contact CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
}

.faq-area .faq-wrap {
  margin-bottom: 50px;
}

.faq-area .faq-wrap:last-child {
  margin-bottom: 30px;
}

.faq-area .accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.faq-area .accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}

.faq-area .accordion a {
  color: #232323;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
  border-radius: 8px 8px 0 0;
}

.faq-area .accordion a:hover {
  color: #281010;
}

.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #e13638;
  border: 1px solid #e13638;
}

.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*----- End FAQ CSS -----*/
/*----- Error CSS -----*/
.error-item {
  height: 600px;
  text-align: center;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #281010;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #281010;
}

.error-item p i {
  display: inline-block;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #e13638;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #000000;
}

/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-item {
  height: 100vh;
  text-align: center;
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}

.coming-item p {
  margin-bottom: 40px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.coming-item ul {
  margin: 0;
  padding: 0;
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #e13638;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 16px;
}

.coming-item ul li a:hover {
  background-color: #281010;
}

/*----- End Coming Soon CSS -----*/
/*----- Privacy Policy CSS -----*/
.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
}

.privacy-item p {
  margin-bottom: 0;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*----- End Privacy PolicyCSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #e13638;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background: #e13638;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 14px 0px #e13638;
          box-shadow: 0px 0px 14px 0px #e13638;
}

.back-to-top-btn i:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px #281010;
          box-shadow: 0px 0px 14px 0px #281010;
}

/*----- End Back to Top CSS -----*/
.about-area .about-img-wrap .about-shape img:nth-child(4) {
  right: 15px;
}
/*# sourceMappingURL=style.css.map */
.navbar-area .main-nav.menu-shrink  {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.main-nav.menu-shrink .navbar {
   padding: 0px !important;
}
/* Customize arrow styles */
.slick-prev, .slick-next {
  background-color: #EE4137; /* Background color of arrows */
  border-radius: 50%; /* Make arrows circular */
  width: 40px; /* Adjust arrow size */
  height: 40px;
  line-height: 40px; /* Center arrow icon vertically */
  font-size: 20px; /* Adjust arrow icon size */
  z-index: 9999; /* Ensure arrows are above other elements */
  color: #FFFFFF; /* Arrow icon color */
}
.slick-prev:hover, .slick-next:hover {
  background-color: #DD3326; /* Hover color of arrows */
}

.slider {
  position: relative;
  width: 100%;
  height: auto; 
  overflow: hidden;
}

.slide {
  position: relative;
  width: 100%;
  height: 100%; 
}

.slide img {
  width: 100%; 
  height: 100%;
  object-fit: cover; 
}
/* CSS to center the text horizontally */
.slider .text {
  color: #fff;
  position: absolute;
  top: 55%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center;
  font-weight: 600;
  font-size: 58px;
}
.about-area .about-content .cmn-btn {
  margin-top: 10px;
  color: #ffffff;
  background-color: #e13638;
}
.history-img-wrap {
    position: relative;
}
.history-img-wrap .list-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 67px 48px 0;
}

.list-wrap {
    margin: 0;
}
.history-img-wrap .list-wrap li {
    position: relative;
    z-index: 1;
}

.list-wrap li {
    list-style: none;
}

.history-img-wrap .list-wrap li img {
  border-radius: 10px;
	max-width: 100%;
    transition: all .3s ease-out 0s;
}

.about__left-item, .about-two__left-item {
  position: relative;
}
.about-two__left-item .shape-halper {
  position: absolute;
  top: 28%;
  right: 34%;
}

.about-two__left-item .dots {
  position: absolute;
  right: 15%;
  top: 0;
}
.about__left-item .big-image, .about-two__left-item .big-image {
  max-width: 386px;
  position: relative;
  z-index: 1;
}
.about-two__left-item .sm-image {
  bottom: 20px;
}
.about__left-item .sm-image, .about-two__left-item .sm-image {
  max-width: 295px;
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 2;
}
.about__left-item .sm-image .video__btn-wrp, .about-two__left-item .sm-image .video__btn-wrp {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.about-two__left-item .circle-shape {
  right: unset;
  left: -32%;
  top: 12%;
  animation: rotate 5s linear infinite;
}

.about__left-item .circle-shape, .about-two__left-item .circle-shape {
  position: absolute;
}

.video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}

.video-btn a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  z-index: 1;
  background: #e13638;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.video-btn.video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #e13638;
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-btn.video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #e13638;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-btn.video-pulse::before {
  animation-delay: 0.5s;
}
.section-header h5 {
  color: #e13638;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.section-header h2 {
  color:  #281010;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

/* infrastructure css */
.infrastructure-sc .cmn-btn {
  margin-top: 10px;
  color: #ffffff;
  background-color: #e13638;
}
.infrastructure-sc h5 {
  color: #e13638;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* infrastructure css */

.choose-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.choose__shape-right1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.sub-bg {
  background-color: #fef2ec;
}
.choose__shape-right2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.choose__shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.choose__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  z-index: -1;
}

.choose-area  .cmn-btn {
  margin-top: 10px;
  color: rgb(255, 255, 255);
  background-color: rgb(225, 54, 56);
}
.sub-title {
  display: flex;
  align-items: center;
}
.service-area .sub-title {
  justify-content: center;
}
.footer-service ul li a {
  display: flex;
  align-items: center;
}

.footer-service ul li a i {
  margin-right: 5px; /* Adjust as needed */
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  /* Set the container to grow with its content */
  height: auto;
}



.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  min-height: 65px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/shape/circle.png");
  animation: cir36 10s linear infinite;
  border-radius: 50%;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon .location-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0,0%,100%,.3);
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon-two {
  width: 104px;
  min-height: 65px !important;
  line-height: 1.5;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.contact-wrap-2 i {
  vertical-align: middle;
}

@keyframes cir36 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.contact-wrapper-2 .contact-left-items .contact-image {
  position: relative;
}

.contact-wrapper-2 .contact-left-items .contact-image img {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px;
  background-color: rgb(225, 54, 56);
  border-radius: 10px 10px 0px 0px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: #ffffff;
  margin-bottom: 5px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 18px;
  color: #ffffff;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p a {
  color: #ffffff;
}

/* Animation for rotating circle */


/* Styles for the box container */
.box-container {
  display: flex;
  flex-direction: column;
}

/* Styles for each box */
.box {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

/* Styles for the box heading */
.box h3 {
  margin-top: 0;
  color: #333;
}

/* Styles for the box content */
.box p {
  color: #666;
  margin-bottom: 0;
}
figure {
  margin: 0 !important;
}
.w-img img {
  width: 100%;
  object-fit: cover;
}
.bg-color-1 {
  background: #281010;
}
.contact-widget-2 .icon-box {
  width: 50px;
  height: 50px;
  background: #e13638;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -30px;
}
.contact-widget-2 .icon-box:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 56px;
  height: 56px;
  border: 1px solid #e13638;
  border-radius: 50%;
  z-index: 1;
}
.contact-widget-2 .content  {
  border-radius: 0px 0px 10px 10px;
}
.contact-widget-2 .content h5 {
  color: #fff;
  margin: 24px 0;
}
.contact-widget-2 .content .phone {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.contact-widget-2 .btn-box {
  padding: 30px 0;
}
.contact-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #e13638 !important;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}
.p-relative {
  position: relative;
}
.cat-widget-3 .company-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e13638;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}
.cat-widget-3 .company-file h6 {
  color: #fff;
}
.cat-widget-3 .file-size a {
  color: #ffffff;
  margin-left: 10px;
}
.management-details-area {
  background-color: #fff; /* White background */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Box shadow with increased blur */
  border-radius: 20px; /* Rounded corners */
  overflow: hidden;
}

.management-main-wrap {
  background: #281010;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.management-main-wrap img {
  border-radius: 10px;
}

.profile-details p {
  color: #ffffff;
}
.profile-details h2 {
  color: #ffffff;
  font-size: 18px !important;
  font-weight: 600;
}
.profile-details span {
  color: #e13638;
  font-size: 16px;
}
.list-wrap ul {
  margin: 0;
  padding: 0;
}

.list-wrap ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.list-wrap h2 {
  color: #e13638; /* Bullet color */
  font-size: 18px !important;
  font-weight: 600;
}

.list-wrap ul {
  margin: 0;
  padding: 0;
}

.list-wrap ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.list-wrap h2 {
  color: #e13638; /* Bullet color */
  font-size: 16px;
  font-weight: 600;
}

.list-wrap li h2::before {
  content: url('../images/check.svg'); /* Replace 'path/to/your/icon.svg' with the path to your SVG icon */
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}


.list-wrap li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #e13638;
  margin-right: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
/*----------------------------------------*/
/*  Team CSS START
/*----------------------------------------*/

.team-area-box figure.image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(3deg, #222328 3.05%, rgba(34, 35, 40, 0.00) 67.67%);
  transition: all 800ms ease;
}

.team-area-box:hover figure.image:before {
  height: 100%;
  top: 0;
}

.team-area-box .content {
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -58px;
  left: 24px;
  right: 24px;
}

.team-area-box .content .author-info h5:hover{
  color: #e13638;
}

.team-area-box .content .author-info span{
  color: #787878;
}

.team-area-box .social-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #e13638;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 700ms ease;
}

.team-area-box .social-links:hover span {
  background: #e13638;
}

.team-area-box .social-links ul {
  position: absolute;
  top: -150px;
  right: 0;
  opacity: 0;
  transition: all 700ms ease;
}

.team-area-box .social-links:hover ul {
  opacity: 1;
}

.team-area-box .social-links ul li {
  width: 40px;
  height: 40px;
  background: #e13638;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-area-box .social-links ul li:hover {
  background: #e13638;
}

.team-section .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.team-section .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.team-items .team-image {
  position: relative;
}

.team-items .team-image img {
  width: 100%;
}

.team-items .team-image .team-content {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  padding: 35px 30px;
  background-color:#ffffff;
  overflow: hidden
}

.team-items .team-image .team-content:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 58px;
  content: "";
  background-color: #e13638;
  transition: all .4s ease-in-out
}

.team-items .team-image .team-content p {
  color: #e13638;
  font-weight: 500;
  margin-bottom: 5px
}

.team-items .team-image .team-content h4 {
  font-weight: 600
}

.team-items .team-image .team-content h4 a:hover {
  color: #e13638
}

.team-items .team-image .team-content .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color:#fff;
  box-shadow: var(--box-shadow-2);
  border-radius: 50%;
  text-align: center;
  color: #e13638;
  position: absolute;
  top: 130px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
  transform: rotate(-40deg)
}

.team-items .team-image .team-content .icon:hover {
  background-color: #e13638;
  color: var(--white)
}

.team-items:hover .team-image .team-content:before {
  height: 100%
}

.team-items:hover .team-image .team-content .icon {
  top: 35px;
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg)
}
.team-tab-wrap .nav-pills .nav-link.active {
  background-color: #e13638 !important;
}
.team-tab-wrap .nav-link {
  color: #e13638;
  font-weight: 600;
}
.page-details-img img {
  border-radius: 10px;
}
.w-img img {
  border-radius: 10px 10px 0 0;
}
.team-tab-wrap h4 {
  color: #281010;
  font-size: 18px;
}
.gallery {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .gallery img {
      width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .gallery img {
      width: calc(100% - 20px);
  }
}
.gallery img:hover {
  transform: scale(1.1);
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}


#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#lightbox-img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  position: relative;
}
.slick-slider-one img {
  border-radius: 10px 10px;
}

.slick-slider#close-btn {
  position: absolute;
  top: 10px; 
  right: 10px; 
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
}
.big-image img {
  border-radius: 10px;
}
.social-img img {
  border-radius: 10px;
}
.social-content {
  border-radius: 10px;
}
/* Add this CSS to your existing CSS file or style tag */




.slick-slide-content {
  margin: 0 5px; 
  width: calc(100% - 10px);
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 8px rgba(225, 54, 56, 0.1);
  border-radius: 0px 0px 10px 10px;
}

.infra-content-wrap {
  border-left: 3px solid #e13638;
  padding-left: 10px;
}

.slick-slide-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.slick-slide-subheading {
  font-size: 16px;
  margin: 0;
}
.slider-left {
  position: absolute;
  top: 450px;
  left: 50px;
  color: white;
  z-index: 5;
  background-color: #e13636;
  height: 40px;
  width: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.slider-right {
  position: absolute;
  top: 450px;
  right: 50px;
  color: white;
  z-index: 5;
  background-color: #e13636;
  height: 40px;
  width: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.infra-content-wrap h3 {
  color: #281010;
}

.infra-content-wrap span {
  color: #e13638;
  font-weight: 500;
  font-size: 14px;
}

.infra-img-wrap {
  margin-right: 20px; /* Adjust the margin as needed */
  height: auto !important;
}
.mfp-title {
  text-transform: capitalize;
}
.bg-theme-color {
  background-color: #e13638;
}
.b-10 {
  border-radius: 10px;
}
.value-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.value-table th {
  padding: 15px;
  background-color: #e13638;
  color: #fff;
  border-radius: 10px;
}

.value-table th:first-child {
  font-weight: 600;
}

.value-table td {
  padding: 15px;
  background-color: #fef2ec;
  border-radius: 10px;
}

.value-table td:first-child {
  color: #e13638;
  font-weight: 600;
}

.value-table td:nth-child(2) {
  color: #e13638;
  font-weight: 600;
}

.value-table td:nth-child(3) {
  color: #281010;
  font-family: Roboto, sans-serif !important;
  line-height: 1.8;
  font-weight: 400 !important;
}

.value-table tr:nth-child(even) td {
  background-color: #ffffff;
}

.value-table tr:hover td {
  background-color: rgba(255, 255, 255, 0.8);
}

.use-wrap{
  flex: 1;
  padding: 20px;
  background-color: #281010;
  color: #ffffff;
  position: relative; 
  border-radius: 10px;
  transition: background-color 0.3s ease; 
  height: 100%;
}

.use-wrap:hover {
  background-color: #e13638; 
}

.title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.title i {
  margin-right: 10px;
  font-size: 25px;
}

.title h3 {
  margin: 0;
  font-size: 18px;
}
.title h3::before {
  content: url('../images/check-white.svg'); /* Replace 'path/to/your/icon.svg' with the path to your SVG icon */
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.health-benefit-wrap {
  background-color: #281010;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.health-benefit-wrap .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.health-benefit-wrap .icon img {
  width: 40px;
  height: 40px;
}
.health-benefit-wrap .content {
  color: #fff;
  padding-top: 50px;
}
.health-benefit-wrap .icon img {
  width: 50px;
  height: 50px;
}

.health-benefit-wrap .content h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
}

.health-benefit-wrap .content p {
  color: #ffffff;
  font-size: 16px;
}
.health-benefit-wrap {
  transition: transform 0.3s ease;
}

.health-benefit-wrap:hover {
  transform: translateY(-5px);
}



.health-benefit-wrap .icon,
.health-benefit-wrap .content {
  transition: transform 0.3s ease;
}

.health-benefit-wrap:hover .icon {
  transform: translateY(-5px);
}

.cashew-section {
  margin-bottom: 50px; /* Adjust spacing between sections */
}

.section-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.section-description {
  font-size: 18px;
  color: #666;
}

.section-image {
  width: 100%;
  border-radius: 10px;
}

.process-wrap h2 {
  color: #e13638;
  font-size: 18px;
}


.process-wrap h2::before {
  content: url(../images/check.svg);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}

.process-right img {
  border-radius: 10px;
}
.hover-slide {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  color: white; /* Set text color to white by default */
}

.hover-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Initially positioned off-screen to the left */
  width: 100%;
  height: 100%;
  background-color: #281010; /* Background color */
  z-index: -1;
  transition: transform 0.3s ease;
}
.process-right img {
  width: 100%; /* Make the image fill its container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove default inline display */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow */
  transition: transform 0.3s ease; /* Add transition effect */
}

.process-right img:hover {
  transform: scale(1.05); /* Enlarge the image on hover */
}
.hover-slide:hover::before {
  transform: translateX(100%); /* Slide the background from left to right */
}

.hover-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #281010; /* Change text color to match background color */
}

.hover-slide p {
  transition: opacity 0.3s ease;
  opacity: 1; /* Ensure text is always visible */
}
.service-area p {
  font-size: 16px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon  {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
}

.mt-15 {
  margin-top: 15px;
}
/*-- Cashew Kernals --*/

.kernal-area-two .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.kernal-area-two:before {
  display: none;
}

.kernal-area-two .kernal-item.one {
  background-color: #281010;
  background-image: url("../images/grade/kernal-one.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.kernal-area-two .kernal-item.two {
  background-color: #281010;
  background-image: url("../images/grade/kernal-two.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.kernal-area-two .kernal-item.three {
  background-color: #281010;
  background-image: url("../images/grade/kernal-three.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.kernal-area-two .kernal-item.four {
  background-color: #281010;
  background-image: url("../images/grade/kernal-four.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.kernal-area-two .kernal-item:hover .kernal-link {
  color: #e13638;
}

.kernal-area-two .kernal-item:hover:after {
  opacity: .80;
}

.kernal-area-two .kernal-item:before {
  display: none;
}

.kernal-area-two .kernal-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #281010;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.kernal-area-two .kernal-item img {
  border: 1px solid #ffffff;
}
.kernal-area-two .kernal-icon-wrap {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px dotted #ea4544;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.kernal-area-two .kernal-icon-wrap img {
  height: 35px;
}

.kernal-area-two .kernal-item h3 a {
  color: #ffffff;
}

.kernal-area-two .kernal-item h3 a:hover {
  color: #e13638;
}

.kernal-area-two .kernal-item p {
  color: #ffffff;
}

.kernal-area-two .kernal-item .kernal-link:hover {
  color: #ffffff;
}
.kernal-area-two .kernal-item {
  text-align: center;
  padding: 30px 30px 28px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.kernal-item h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.kernal-area-two .kernal-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: #e13638;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 10px;
  z-index: -1;
}
.kernal-item .kernal-icon-wrap img {
  vertical-align: middle; /* Align the icon vertically */
  width: 40px; /* Set width of the icon */
  height: 40px; /* Maintain aspect ratio */
  margin-top: 15px;
}
.kernal-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.kernal-item:hover:before {
  height: 100%;
}
.kernal-image {
  position: relative;
 
}

.kernal-image img {
  width: 100%;
  border-radius: 10px;
}

.kernal-image .kernal-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 15px 30px;
  background-color:#ffffff;
  overflow: hidden;
  border-radius: 10px;
}

.kernal-image .kernal-content:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 58px;
  content: "";
  background-color: #e13638;
  transition: all .4s ease-in-out
}

.kernal-items .kernal-image .kernal-content p {
  color: #e13638;
  font-weight: 500;
  margin-bottom: 5px
}

.kernal-items .kernal-image .kernal-content h4 {
  font-weight: 700
}

.kernal-items .kernal-image .kernal-content h4 a:hover {
  color: #e13638
}

.kernal-items .kernal-image .kernal-content .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color:#fff;
  box-shadow: var(--box-shadow-2);
  border-radius: 50%;
  text-align: center;
  color: #e13638;
  position: absolute;
  top: 130px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
  transform: rotate(-40deg)
}

.kernal-items .kernal-image .kernal-content .icon:hover {
  background-color: #e13638;
  color: #ffffff;
}

.kernal-items:hover .kernal-image .kernal-content:before {
  height: 100%
}

.kernal-items:hover .kernal-image .kernal-content .icon {
  top: 35px;
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg)
}
.kernal-content h4 {
  color: #281010;
}
.border-none {
  border: none !important;
}
/*-- End Cashew Kernal --*/


.product-area .product-main-wrap {
  padding: 0 10px; /* Add spacing between slides */
  height: auto !important;
}

.product-area .product-main-wrap img {
  max-width: 100%; /* Make sure images don't exceed their container */
  height: auto; /* Maintain aspect ratio */
  border-radius: 10px;
}

/* Lightbox styles */
.product-area #lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.product-area #lightbox-img {
  max-width: 80%; /* Limit the size of the enlarged image */
  max-height: 80vh; /* Limit the height of the enlarged image */
  border: 2px solid #fff; /* White border around the image */
  border-radius: 5px; /* Rounded corners */
}

.product-area .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.slick-slider-two {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Remove margin and padding from the individual slides */
.slick-slider-two .product-main-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* .features-area {
  background-color: #281010;
} */
.product-area .sub-title {
  justify-content: center;
}
.product-area h2 span {
  color: #e13638;
}
.product-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.features-area {
  position: relative;
  background-color: #281010;
}
.certification-wrap {
  background-image: url("../images/certificate-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.certification-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #e13638;
  opacity: 0.5;
  border-radius: 10px;
}

.certification-content p {
  position: relative;
}
.social-content {
  background-image: url("../images/home-office.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.social-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #130404;
  opacity: .6;
  border-radius: 10px;
}
.social-content .sub-title {
  position: relative;
}
.social-area h2 {
  position: relative;
}
.social-area p {
  position: relative;
}
.product-area .cmn-btn {
  margin-top: 10px;
  color: #ffffff;
  background-color: #e13638;
}
.modal-content {
  background: transparent !important;
  border: none !important;
}

.modal-header {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 1 !important;
}

.btn-close {
  border: none !important;
  background-color: transparent !important;
  color: white !important;
  font-size: 1.5rem !important;
}
.col-sm-4, .col-lg-4, .captcha-ref {
  display: inline-block;
  vertical-align: middle;
}


.captcha-number {
  display: flex;
  align-items: center;
}
.captcha p {
  font-weight: 700 !important;
}
#captchaContainer {
  color: #ffffff;
  background: #E33431;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center;
  transition: transform 0.3sease, box-shadow 0.3sease;
  cursor: default;
  font-family: var(--tp-ff-heading);
  letter-spacing: 0.07rem;
  font-weight: 700 !important;
}
#cap-input {
  width: 138px;
  padding: 6px 10px 6px 11px;
  border: 1px solid #d8413636;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s;
  margin-top: 10px;
  height: 50px !important;
}
.logo-mobile {
  height: 55px;
}
.shadow-light {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.cmn-btn2 {
  background-color: #e13638 !important;
}
.cmn-btn2 {
  color: #fff !important;
}
.policy-text {
  font-weight: 700 !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.text-black {
  color: #281010;
}
.close-btn {
      color: #ffffff; /* White “×” mark */
      background-color: #e13638; /* Red circular background */
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 24px;
      text-align: center;
      line-height: 36px;
      z-index: 1056;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      border: none;
    }
    .close-btn:hover {
      opacity: 0.9;
    }
