/*========================================================================

	Template Name: Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About area
	05. Features area
	06. Counter area
	07. Services area
	08. Skill progress
	09. Testimonial
	10. Blog
	11. Partner
	12. Footer
	13. Inner page header
	14. Team
	15. Projects
	16. Contact Us
	17. Pricing
	18. Faq
	19. Gallery
	20. Privacy policy
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Jost', sans-serif; */
@font-face {
  font-family: 'LMR';
  src: url(../fonts/LEMONMILK-Regular.otf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'HNR';
  src: url(../fonts/HelveticaNeueRegular) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'HNB';
  src: url(../fonts/HelveticaNeueBold.ttf) format('truetype');
  font-weight: 500;
}

/* ===================================
	01. Common
=================================== */
:root {
  --base-color: #116cb0;
}
::selection {
  background-color: #f44647;
  color: #fff;
}
::-moz-selection {
  background-color: #f44647;
  color: #fff;
}
.color-2{
    color: var(--base-color)!important;
}
img {
  max-width: 100%;
}
body {
  font-size: 12px;
  font-family: 'HNR', sans-serif;
  color: #ccc;
  letter-spacing: 1px;
}
p {
  line-height: 22px;
  font-size: 15px;
  color: #333;
  font-family: 'HNR', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #202020;
  padding: 0px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: 'HNB', sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 500;
}
h2 {
  font-size: 36px;
  font-weight: 500;
}
h3 {
  font-size: 26px;
  font-weight: 500;
}
h4 {
  font-size: 24px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 500;
}
.font-weight-normal{
    font-weight: normal;
}
.font-weight-500{
    font-weight: 500;
}
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 2px;
  text-align: center;
  right: 2%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: var(--base-color);
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
}
.scroll-top:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
}
/* --- Buttons --- */
.btn-style-1 {
  color: #fff;
  border: 0;
  border-radius: 4px;
  position: relative;
  padding: 16px 30px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: var(--base-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-1:after {
  position: absolute;
  top: 4px;
  width: 30px;
  left: 0px;
  right: 0px;
  background-color: #000;
  content: '';
  margin: auto;
  height: 2px;
}
.btn-style-1:before {
  position: absolute;
  bottom: 4px;
  width: 30px;
  left: 0px;
  right: 0px;
  background-color: #000;
  content: '';
  margin: auto;
  height: 2px;
}
.btn-style-1:hover {
  background-color: #1d6ed3;
  color: #fff;
  text-decoration: none;
}
/* --- Home --- */
#hengsheng-home {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, #cae5fa, #c7c2af);
  position: relative;
  overflow: hidden;
}
#hengsheng-home::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../images/home-bg.jpg) no-repeat center center;
  background-size: cover;
}
#hengsheng-home .content {
  position: relative;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: auto;
  z-index: 10;
}
.about-us-btn {
  display: block;
  width: 212px;
  height: 52px;
  border: 2px #116cb0 solid;
  border-radius: 32px;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  color: #116cb0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.about-us-btn span {
  position: relative;
  z-index: 10;
  font-size: 24px;
}
.about-us-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #116cb0;
  width: 0;
  height: 100%;
  z-index: 2;
}
.about-us-btn:hover::after {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
.about-us-btn:hover {
  color: #fff;
  text-decoration: none;
}
/* --- section title --- */
.section-title h3 {
    font-family: 'LMR';
  font-size: 36px;
  font-weight: 500;
}
.section-title h3.color-1 {
  color: #5b6770;
  text-transform: uppercase;
}
.section-title h3.color-2 {
  color: #5b6770;
}
.section-title h3 span {
  position: relative;
  color: #fff;
}
.section-title h3 span:after {
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #ccc;
  content: '';
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
}
/* ===================================
	02. Header
=================================== */
.header-lover .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.header-lover .navbar-brand img{
    max-height: 40px;
}
.header-lover {
  padding: 18px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
  padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
    font-family: 'LMR';
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding: 6px 0 6px 0;
  margin-right: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active .nav-link {
  color: var(--base-color);
  border-bottom: 1px var(--base-color) solid;
}
.header-lover .navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.header-lover .navbar-toggler span {
  background: #000;
}
.header-lover .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border-top: 3px solid var(--base-color);
  border-radius: 0px;
  background-color: #333;
}
.header-lover .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  position: relative;
  font-size: 12px;
  padding: 12px 12px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu .dropdown-item:hover {
  color: var(--base-color);
  padding-left: 20px;
  background-color: transparent;
}
.lang-menu{
    font-size: 19px;
    color: var(--base-color);
}
/* Navbar Toogle */
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  background-color: #f5f5f5;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #333;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
/* sticky */
.is-sticky {
  z-index: 9999;
}
.is-sticky .header-lover {
  z-index: 999 !important;
  background-color: #fff !important;
  /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
  /*color: #fff;*/
}
.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show > .nav-link {
  color: var(--base-color) !important;
}
@media screen and (min-width: 992px) {
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translateY(-50%);
  z-index: 1;
}
.slider .carousel-item {
  position: relative;
}
.slider .carousel-caption .slider-caption-box .text {
  text-align: left;
}
.slider .carousel-caption .slider-caption-box p {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  padding: 6px 0;
  display: block;
}
.slider .carousel-caption h2 {
    font-family: 'LMR';
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 34px;
  color: #fff;
  line-height: 60px;
  text-transform: capitalize;
  text-align: left;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  border-radius: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.slider .carousel-control-next {
  bottom: auto;
  width: auto;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  right: 10px;
  transform: translateY(-50%);
}
.slider .carousel-control-prev {
  left: 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px #fff solid;
  background-color: transparent;
}
.slider .carousel-indicators .active {
  background: #fff;
  width: 30px;
  border-radius: 20px;
}
/* ===================================
	04. About area
=================================== */
.about-core-area {
  width: 100%;
  background: #f5f4f3;
}
.about-core-box {
  text-align: center;
  margin-top: 65px;
}
.core-box__single span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  height: 70px;
}
.core-box__single h4 {
  font-size: 18px;
  color: #333333;
}
.core-box__single p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.about-us-info h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 15px;
}
.about-us-info .fa-quote-left {
  color: var(--base-color);
  font-size: 60px;
  opacity: 0.3;
  margin-bottom: 15px;
}
.about-img {
  position: relative;
}
.about-img:after {
  width: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
  height: 50px;
  border-radius: 8px 0px 8px 0px;
  z-index: 1;
  content: '';
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.about-img:before {
  width: 50px;
  position: absolute;
  border-radius: 8px 0px 8px 0px;
  right: 20px;
  height: 50px;
  content: '';
  bottom: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
}
.about-img img {
  border-radius: 8px;
}
.video-btn {
  background-color: var(--base-color);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-size: 20px;
  text-decoration: none;
  padding: 16px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-btn i {
  color: #fff;
  padding-left: 6px;
  font-size: 18px;
}
.video-btn:hover {
  background-color: #1d6ed3;
  color: #fff;
}
/* ===================================
	05. Timeline area
=================================== */
.timeline-box__single {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.timeline-box__single span.time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 87px;
  width: 87px;
  height: 35px;
  font-size: 18px;
  color: var(--base-color);
}
.timeline-box__single span.point {
    display: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 20px;
  border: 5px var(--base-color) solid;
}
.timeline-box__single span.line {
  flex: 0 0 30px;
  display: block;
  width: 30px;
  height: 2px;
  background: #d3d3d3;
  margin-right: 10px;
}
.timeline-box__single .text {
  font-size: 20px;
  color: #333;
  letter-spacing:0;
}
.about-two-img-area {
  background: #f5f4f3;
}
.two-img__single h2 {
    display: flex;
    align-items: center;
  font-size: 34px;
  color: #5b6770;
  margin-bottom: 30px;
}
.two-img__single h2::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--base-color);
    margin-right: 10px;
}
.two-img__single p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.features-panel {
  padding: 80px 40px 80px 40px;
  background: #fff;
}
.features-panel:nth-child(1) {
  background-color: #1565ca;
}
.features-panel:nth-child(2) {
  background-color: #1c6ed5;
}
.features-panel:nth-child(3) {
  background-color: var(--base-color);
}
.features-panel:nth-child(4) {
  background-color: #3988ec;
}
.features-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  margin-bottom: 35px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.features-icon:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}
.features-panel h5 {
  line-height: 38px;
  font-size: 32px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.features-panel p {
  color: #fff;
}
.features-panel .learn-more {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-panel .learn-more:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
/* ===================================
	06. Counter area
=================================== */
.counter-center {
  border-top: 2px solid var(--base-color);
}
.single-counter-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  background-color: #d4e7fe;
  color: var(--base-color);
  font-size: 14px;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
}
.single-counter-box .icon:after {
  position: absolute;
  content: '';
  height: 30px;
  background-color: var(--base-color);
  left: 0px;
  top: -26px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 2px;
}
.single-counter-box {
  position: relative;
  text-align: center;
  border-radius: 6px;
  padding: 25px 0px 0px 0px;
}
.single-counter-box .counter-info-text span {
  color: #333;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.single-counter-box h4 {
  color: #999;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
/* ===================================
	07. Services area
=================================== */
.service-item {
  position: relative;
  padding: 25px 25px 25px 100px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000;
  border-radius: 8px;
}
.service-item:after {
  background: #222 none repeat scroll 0 0;
  content: '';
  height: 120%;
  position: absolute;
  right: -40px;
  top: 0;
  transform: rotate(9deg);
  width: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item:hover:after {
  background-color: var(--base-color);
}
.service-item .service-icon {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 14px;
  background-color: #f5f4ff;
  color: var(--base-color);
  border-radius: 100%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item .service-icon:after {
  position: absolute;
  top: -8px;
  content: '';
  left: -8px;
  background-color: var(--base-color);
  border-radius: 100%;
  height: 36px;
  width: 36px;
  opacity: 0.1;
  z-index: -1;
}
.service-item:hover .service-icon {
  background-color: var(--base-color);
  color: #fff;
}
.service-item h4 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}
.service-item h4 a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item h4 a:hover {
  color: var(--base-color);
}
.service-item .service-readmore {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item .service-readmore:hover {
  color: var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
/* sidebar services */
.sidebar-services li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 4px;
}
.sidebar-services li a {
  padding: 20px 16px;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-services li a:hover {
  background-color: var(--base-color);
  color: #fff;
}
.sidebar-services li a i {
  margin-right: 6px;
}
.sidebar-services li:last-child {
  margin-bottom: 0px;
}
/* single service text */
.single-service-text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.single-service-text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
/* ===================================
	08. Skill progress
=================================== */
.skill-progress .progress-title-holder {
  position: relative;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
  width: 100%;
  z-index: 10;
}
.skill-progress .progress-mark {
  position: absolute;
  bottom: 0;
  line-height: 38px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
  background-color: var(--base-color);
  height: 2px;
}
.skill-progress .progress-content {
  width: 0%;
  height: 2px;
  background-color: var(--base-color);
}
.skill-progress .percent {
  color: #fff;
  font-size: 12px;
  position: relative;
}
.skill-progress .percent:before {
  background-color: var(--base-color);
  border-radius: 100%;
  bottom: -17px;
  content: '';
  height: 12px;
  position: absolute;
  border: 3px solid #1053a6;
  right: 13px;
  width: 12px;
}
.skill-progress .skill-bar {
  margin-bottom: 40px;
}
.skill-progress .skill-bar:last-child {
  margin-bottom: 0px;
}
.skill-img img {
  border-radius: 8px;
}
/* ===================================
	09. Testimonial
=================================== */
.testimonial-area {
  background-image: url(../img/bg/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.testimonial-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.testimonial-box {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.testimonial-box .author-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.testimonial-box .author-img img {
  max-width: 70px;
  border-radius: 8px;
}
.testimonial-box .testi-star {
  color: #fc0;
  font-size: 18px;
  margin-bottom: 20px;
}
.testimonial-box .profile-info {
  margin-top: 30px;
}
.testimonial-box .profile-info h3 {
  color: #fff;
  padding-bottom: 6px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonial-box p {
  color: #fff;
}
.testimonial-box .profile-info span {
  color: #ccc;
}
.testimonial-carousel .owl-nav {
  margin-top: 30px;
}
.testimonial-carousel .owl-nav button {
  text-align: center;
  color: #202020 !important;
  margin: 0px 6px !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav button:hover {
  background-color: transparent !important;
}
.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff !important;
  background-color: #666 !important;
  border-radius: 100%;
}
.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover {
  background-color: var(--base-color) !important;
}
/* ===================================
	10. Blog
=================================== */
.blog-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-item .blog-item-img img{
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-item .blog-item-des {
  padding: 24px;
}
.blog-item .blog-item-meta {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 8px;
  margin-top: 12px;
  border-radius: 6px;
  text-align: center;
}
.blog-item .blog-item-meta li a {
  color: #333;
  font-style: italic;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-meta li a i {
  color: var(--base-color);
}
.blog-item .blog-item-meta li a:hover {
  color: var(--base-color);
}
.blog-item h4 a {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  height: 56px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.blog-item h4 a:hover {
  color: var(--base-color);
}
.blog-item .post-date {
  position: absolute;
  top: 10px;
  border-radius: 4px;
  right: 10px;
  background-color: rgba(41, 126, 232, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-item:hover {
  border: 1px solid var(--base-color);
}
.blog-item .blog-item-img .readmore {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: var(--base-color);
  opacity: 0;
  margin: auto;
  padding: 6px 12px;
  line-height: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img .readmore {
  opacity: 1;
}
/* sidebar title */
.sidebar-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.sidebar-title .sidebar-title-border {
  background-color: var(--base-color);
  position: relative;
  width: 30px;
  height: 2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/* sidebar item */
.sidebar-item {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 8px;
}
/* search form */
.search-form input {
  padding: 10px 12px;
  border: 0px;
}
.search-form button {
  background-color: var(--base-color);
  color: #fff;
}
/* sidebar categories */
.sidebar-categories {
  background-color: var(--base-color);
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-categories li a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
  border-bottom: 0px;
}
.sidebar-categories li a i {
  margin-left: auto;
  font-size: 10px;
}
.sidebar-categories li a:hover {
  background-color: #111;
  color: var(--base-color);
}
/* recent posts */
.recent-posts {
  background-color: var(--base-color);
  border-radius: 8px;
  overflow: hidden;
}
.recent-posts li a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent-posts li:last-child a {
  border-bottom: 0px;
}
.recent-posts li .recent-post-img {
  margin-left: auto;
  max-width: 50%;
}
.recent-posts li .recent-post-img img {
  border-radius: 6px;
}
.recent-posts li a:hover {
  background-color: #111;
  color: var(--base-color);
}
/* tags list */
.sidebar-tags {
  display: inline-block;
}
.sidebar-tags li {
  float: left;
}
.sidebar-tags li a {
  background-color: #cbdef6;
  color: #000;
  font-weight: 400;
  line-height: 100%;
  margin: 0 5px 5px 0;
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-tags li a:hover {
  background-color: var(--base-color);
  color: #fff;
}
/* blog post */
.blog-post-img {
  position: relative;
}
.blog-post-img img {
  border-radius: 6px;
}
.blog-post-img .post-date {
  position: absolute;
  top: 10px;
  border-radius: 4px;
  right: 10px;
  background-color: rgba(41, 126, 232, 0.9);
  color: #000;
  padding: 6px 12px;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-post-content .blog-item-meta {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 8px;
  text-align: center;
  border-radius: 6px;
}
.blog-post-content .blog-item-meta li a {
  color: #000;
  font-style: italic;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-post-content .blog-item-meta li a i {
  color: var(--base-color);
}
.blog-post-content .blog-item-meta li a:hover {
  color: var(--base-color);
}
.blog-post-content figure {
  background-color: #111;
  padding: 25px;
  border-left: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.blog-post-content figure .blockquote {
  width: 100%;
  display: inline-block;
}
.blog-post-content figure .blockquote i {
  font-size: 30px;
}
.blog-post-content figure .blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #fff;
}
.blog-post-content figure figcaption {
  margin-bottom: 0px;
}
.blog-post-content figure .blockquote-footer {
  margin-top: 0px;
  font-size: 14px;
}
.releted-tags h6 {
  color: #fff;
}
.releted-tags a {
  display: inline-block;
  border: 1px solid #6c757d;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 6px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.releted-tags a:hover {
  background-color: var(--base-color);
  color: #fff;
  border-color: var(--base-color);
}
/* post comment form */
.post-comment h4 {
  color: #000;
}
.post-comment-form input,
.post-comment-form textarea {
  padding: 12px 12px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #000;
}
.post-comment-form input:focus,
.post-comment-form textarea:focus {
  background-color: #000;
  border: 1px solid var(--base-color) !important;
  color: #000;
  box-shadow: none;
}
/* ===================================
	11. Partner
=================================== */
.partner-carousel {
}
.partner-carousel .item {
  text-align: center;
}
.partner-carousel .item img {
  width: auto !important;
  margin: 0 auto;
}
.partner-item {
  padding: 10px 0;
}
.partner-carousel .item p {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.our-commitment-area {
  background: url(../images/commi-bg.jpg) top center no-repeat;
  background-size: cover;
}
.our-commitment-area p {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  line-height: 28px;
  margin-bottom: 0;
}
.process-box__single img {
  background: #000;
  opacity: 0.7;
  border-radius: 14px;
}
.process-box__single:hover img {
  opacity: 1;
}
.process-box__single h3 {
  font-size: 30px;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.process-box__single h3:hover {
  opacity: 1;
}
/* ===================================
	12. Footer
=================================== */
.upper-footer {
  background-color: #116cb0;
}
.footer-item-title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 22px;
  text-transform: uppercase;
  line-height: 24px;
}
.about-footer {
  font-size: 14px;
}
/* footer link */
.footer-link li {
  padding-bottom: 12px;
}
.footer-link li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
  color: var(--base-color);
}
/* footer contact */
.footer-contact li {
  padding-bottom: 12px;
  font-size: 14px;
  color: #fff;
}
.footer-contact li:last-child {
  padding-bottom: 0px;
}
.footer-contact li i {
  color: #fff;
}
.footer-contact li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-contact li a:hover {
  color: var(--base-color);
}
/* footer contact */
.bottom-footer {
  background-color: #222327;
}
.footer-social li {
  margin-right: 0px !important;
}
.footer-social li a {
  color: #fff;
  background-color: #2c2f34;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 100%;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-social li a:hover {
  color: #fff;
  background-color: var(--base-color);
}
/* ===================================
	13. Inner page header
=================================== */
.inner-page-header {
  position: relative;
  z-index: 0;
  text-align: center;
}
.inner-page-header img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0px;
}
.inner-page-header:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
.inner-page-header .breadcrumb {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: rgba(41, 126, 232, 0.8);
}
.inner-page-header .breadcrumb li {
  float: none;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}
.inner-page-header .breadcrumb li:before {
  color: #fff;
  padding-right: 10px;
}
.inner-page-header .breadcrumb-item + .breadcrumb-item:before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.inner-page-header .breadcrumb li a {
  color: #fff;
  font-weight: 600;
}
.inner-page-header h1 {
  color: #fff;
  font-weight: 500;
}
/* ===================================
	14. Team
=================================== */
.team-item {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  background-color: #000;
  text-align: center;
}
.team-item .team-img {
  padding: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item:hover .team-img {
  background-color: var(--base-color);
}
.team-item .team-img img {
  border-radius: 6px;
}
.team-item .team-dec {
  padding: 15px;
}
.team-item .team-dec h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 6px;
  color: #fff;
}
.team-item .team-dec h6 {
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
}
.team-item .team-dec p {
  margin-bottom: 0px;
}
.team-item .team-social {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
}
.team-item .team-social li a {
  font-size: 14px;
  color: #000;
  margin: 0px 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-social li a:hover {
  color: var(--base-color);
}
/* ===================================
	15. Projects
=================================== */
.projects-title {
  text-align: center;
  padding: 10px 0;
  border-top: 2px #5b6770 dashed;
  border-bottom: 2px #5b6770 dashed;
  margin-bottom: 40px;
}
.projects-title a {
  display: inline-block;
  font-size: 18px;
  color: #5b6770;
  padding: 5px 20px;
  border-radius: 40px;
  text-transform: uppercase;
}
.projects-title a:hover,
.projects-title a.active {
  background: #5b6770;
  color: #fff;
}
.project-item {
  position: relative;
}
.project-item .project-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-img:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  padding: 0px 30px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content h6 a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content h6 a:hover {
  color: #fff;
}
.project-item .project-content p {
  color: #fff;
  font-size: 16px;
}
.project-item .project-more-button {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--base-color);
  padding: 12px 24px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-more-button:hover,
.project-item .zoom-img:hover {
  background-color: #000;
}
.project-item .zoom-img {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 14px;
  background-color: var(--base-color);
  padding: 12px 24px;
  font-weight: 600;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item:hover .project-content,
.project-item:hover .zoom-img {
  opacity: 1;
}
.project-item:hover .project-img:after {
  width: 100%;
}
/* project description */
.project-description h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.project-description h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
.project-description ul li:nth-of-type(even) {
  background-color: #e7f1fd;
}
.project-description ul li:nth-of-type(odd) {
  background-color: #cbdef6;
}
.project-description ul li {
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
  color: #333;
}
.project-description ul li .title {
  display: inline-block;
  margin-right: 30px;
  padding-right: 20px;
  width: 230px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.project-description ul li .title:after {
  background-color: #fff;
  content: '';
  width: 1px;
  height: calc(100% + 20px);
  top: -10px;
  right: 0;
  position: absolute;
}
.capability-area {
  background: url(../images/capa-bg.png) bottom center no-repeat;
}
.capability_right .text {
  font-size: 18px;
  color: #5b6770;
  line-height: 28px;
}
.capa-number h3 {
  font-size: 28px;
  color: #5b6770;
  margin-bottom: 15px;
}
.capa-number span {
  display: block;
  font-size: 18px;
  color: #000;
}
.capa-number span i {
  font-style: normal;
}
.capa-number-bg {
  background: transparent;
  padding: 20px;
}
.capa-number-box span:nth-of-type(2) {
  flex: 1;
  width: 100%;
  display: block;
  border-top: 1px #bdbdbd dashed;
}
/* ===================================
	16. Contact Us
=================================== */
.contactmap_right p{
    color: #000;
}
.contactmap_right_box h4 {
  font-size: 20px;
  color: #000;
  margin: 0 0 20px;
}
.contactmap_right_box .text {
  background: #f5f4f3;
  padding: 20px;
  font-size: 17px;
  color: #000;
  line-height: 28px;
}
.contactmap_right_box .text p {
  margin: 0;
  word-wrap: break-word;
}
.contactmap_right_box .text p span:nth-of-type(1){
    flex: 0 0 50px;
}
.key-contact-area {
  background: #f5f4f3;
}
.key-contact-box {
  background: #fff;
  padding: 35px;
}
.contact-form input,
.contact-form textarea {
  padding: 12px 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-form input:focus,
.contact-form textarea:focus {
  background-color: #000;
  border: 1px solid var(--base-color) !important;
  color: #fff;
  box-shadow: none;
}
.help-block ul {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 10px;
  border-radius: 4px;
}
/* map */
.map-box iframe {
  width: 100%;
  border: 0px;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
}
/* contact info */
.contact-info li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}
.contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-info li span {
  font-weight: 600;
  width: 120px;
  display: inline-block;
  color: #fff;
}
/* ===================================
	17. Pricing
=================================== */
.single-pricing {
  position: relative;
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head {
  position: relative;
  margin-bottom: 30px;
}
.single-pricing .pricing-head h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 6px;
}
.single-pricing .pricing-classic-price {
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  font-size: 26px;
}
.single-pricing .pricing-classic-price span {
  font-size: 16px;
  font-weight: 400;
}
.single-pricing ul.feature {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-pricing ul.feature li {
  display: block;
  font-size: 15px;
  padding-bottom: 16px;
  text-transform: capitalize;
  color: #6c757d;
}
.single-pricing ul.feature li .fa-check {
  color: var(--base-color);
}
.single-pricing ul.feature li .fa-times {
  color: #f00;
}
.single-pricing ul.feature li:last-child {
  padding-bottom: 0;
}
.single-pricing:hover,
.single-pricing.active {
  border: 2px solid var(--base-color);
}
/* ===================================
	18. Faq
=================================== */
.faq-box {
  border-radius: 6px;
  overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  color: var(--base-color) !important;
  padding: 20px 20px !important;
  border-bottom: 0;
  font-size: 13px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: none;
  content: '\f078';
  font-weight: 700;
  font-size: 10px;
  font-family: 'Font Awesome 5 Free';
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: none;
  content: '\f077';
  font-weight: 700;
  font-size: 10px;
  font-family: 'Font Awesome 5 Free';
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
  padding: 0px;
  border-bottom: 0;
  background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
  color: #fff !important;
  padding: 20px 20px !important;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.faq-box .accordion-item {
  margin-bottom: 2px;
  background-color: transparent;
  border-radius: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.faq-box .accordion-item:last-child {
  margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
  line-height: 24px;
  padding: 25px 25px 25px 25px;
  color: #333;
  margin-top: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
/* ===================================
	19. Gallery
=================================== */
.gallery-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #111;
  padding: 20px;
}
.gallery-box .gallery-img img {
  border-radius: 6px;
}
.gallery-box .gallery-zoom {
  position: absolute;
  top: 8px;
  display: inline-block;
  right: 8px;
  width: 40px;
  height: 40px;
  background-color: #333;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-zoom {
  opacity: 1;
}
.gallery-box .gallery-zoom:hover {
  background-color: var(--base-color);
}
/* ===================================
	20. Privacy policy
=================================== */
.privacy-policy-single-content h3 {
  color: var(--base-color);
  font-size: 22px;
}
.privacy-policy-single-content p {
  margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
  padding-bottom: 8px;
  color: #ccc;
  font-size: 14px;
}
.privacy-policy-single-content ul li:last-child {
  padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
  color: var(--base-color);
  padding-right: 6px;
}
@media(max-width:767px){
    .slider-caption-box .text{
        max-height: 300px;
        overflow-y: scroll;
    }
}
