.logo-img{
width: 70%;
  display: inline-block;
position: relative;
}
.logo-text{
	width: 78%;
  display: inline-block;
	top: 8px;
	position: relative;
}
.logo-text span:first-child{
	
	display: block;
	font-size: 21px;
	color: #fff;
	font-weight: 700;
}
.logo-text span:last-child{
	
	display: block;
	text-align: center;
	color: #fdd680;
	font-weight: 700;
}
.fixed-header .logo-text span:first-child {
  color: #21579d;
}
.fixed-header .logo-text span:last-child {
  display: block;
  text-align: center;
  color: #686868;
  font-weight: 700;
}
/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  max-height: 700px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 1;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.kb-caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 80%;
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}

.kb-caption h2,
.kb-caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.kb-caption h2 {
  animation-delay: 1s;
  color: #f7f7f7;
  background: #24242457;
}

.kb-caption h3 {
  animation-delay: 1.5s;
  color: #fff;
  background: rgba(0 0 0 / 0.5);
}


.filter-gallery ul {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
.filter-gallery ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #626668;
  transition: all 0.4s fade-in;
  cursor: pointer;
  padding: 3px;
}
.filter-gallery ul li.active {
  color: #cf5851;
  border-bottom: 2px solid #cf5851;
}

.filter-gallery .product {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.filter-gallery .itembox {
  max-width: 23%;
  height: auto;
  margin: 5px;
}
.filter-gallery .itembox img {
  display: block;
  max-width: 100%;
  height: auto;
}
.filter-gallery{
	margin-top:20px;
	margin-bottom:20px;
}

.video-properties{
	
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.video-properties .image-column .overlay-link{
	height: 89%;
}	
.service-image .inner-column .image iframe{
	width:100%;
	
}
.service-image .inner-column .image {
  display: block !important;
  max-width:100%;
}
.service-image{

	min-height:100% !important;
}
.video-properties{
	
position: relative;
	
max-width: 100%;
	
max-height: 100%;
	
top: 0;
}

.fluid-section-one{
	position:relative;
	background-color:#f9f9f9;
}

.fluid-section-one .outer-container{
	position:relative;
}

.fluid-section-one .image-column{
    position: relative;
    right: 0px;
    top:57px;
    width: 100%;
    bottom:0px;
    float:right;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:415px;
}

.fluid-section-one .image-column .inner-column{
	position: relative;
}

.fluid-section-one .image-column:before{
	position:relative;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color: rgb(68 65 65);
	height: 100%;
}

.fluid-section-one .image-column .image{
    width: 100%;
    display: none;
}

.fluid-section-one .image-column .image img{
    display: block;
    width: 100%;
}

.fluid-section-one .image-column .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 98%;
    background: rgb(49 50 50 / 22%);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-one .image-column .overlay-link .icon-box{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 22px;
    padding-left: 6px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
}
.video-properties h3 {
    font-size: 16px;
	color:#000;
}
.wa-chat-box-poweredby{
	display:none;
}
/*Content Column*/

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 30%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgb(198, 155, 51);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}
.widget-content h4,.widget-content a{
	color: #d1d5db;
  font-size: 16px;
}
 .content-box .btn-one-rounded,.inner-column .btn-one-rounded,.inner-column .btn-two-rounded, .inner-box .btn-two-rounded {
  min-width: 155px;
  text-align: center;
}
.blog-block{
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.pricing-block:hover .inner-box .head .sub-content {
  color: #fffbfb;
}
.table {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  text-align: center; }
  .table thead.thead-primary {
    background-color: #6807f9; }
  .table thead th {
    border: none;
    padding: 8px;
    font-size: 13px;
    color: #fff;
    background-color: #025caa;
    line-height: 22px;
    }
  .table tbody tr {
    margin-bottom: 10px; }
  .table tbody th, .table tbody td {
    border: none;
    padding: 3px;
    font-size: 14px;
    background: #fff;
    vertical-align: middle;
    border-bottom: 2px solid #f8f9fd;
    color: #000;
    }
  .table tbody th.scope {
    background: #e8ebf8;
    border-bottom: 2px solid #e0e5f6; 
    color: #000;
}

  @media (min-width: 768px) {
    .table tbody td:nth-child(odd) {
      background: #f4f6fc;
      border-bottom: 2px solid #eceffa; }

	  }
	  
	   @media (max-width: 768px) {
   .kb-caption h2 {
 font-size:15px;
 padding: 0px 0;
 line-height: 25px;
}
.kb-control-prev, .kb-control-next {
  width: 2rem;
  height: 2rem;
}
 .header-style-one .header-top{
	 display:block;
 }
 .header-top .top-right{
	 display:none; 
 }
   .header-style-one .header-top::after{
	   content:none;
   }
   .top-left .info-list li{
	width:50%;
	text-align:center;
	font-size: 11px;
}
 .top-left .info-list{
	width:100%;
}
.top-left{
	width:100%;
}
.growth-block .pie-graph .inner-text {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  margin: auto;
  margin-bottom: 5px;
}
.growth-block {
  display: block;
  gap: 30px;
  width: 100%;
  margin:auto;
  text-align:center;
  margin: auto;
}
.growth-block .pie-graph {
  width: 100%;
  display: block;
  height:auto;
}
.growth-block .content-box {
  width: 100%;
  display: block;
}
.growth-block .content-box .title {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
}
.kb-caption {
  bottom: 10%;
}
.logo-img {
  width: 100%;
}
.sticky-header .logo img {
  max-width: 100%;
}
.sticky-header .logo {
  padding: 5px 0;
  width: 60%;
}
.footer-style-one .footer-top .info-item ul li .title {
  font-size: 16px;
}
.main-footer .widget-title {
  font-size: 20px;
}
.footer-widget .logo-img{
	max-width:60%;
	margin-bottom:5px;
}
	  }

