/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #8b51fe;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}
.playfair{
  font-family: "Playfair Display" ;
}
.arial{
  font-family: Arial ;
}
.poppins{
  font-family: 'Poppins' ;
}
.left-text {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 0;
  transform: translateY(-50%);
}
@media (min-width: 1600px){
  .left-text {
    left: 80px;
  }
}
.vertical, .vertical-white, .vertical-sm, .vertical-sm-black {
  display: none;
  writing-mode: vertical-lr;
  white-space: nowrap;
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  transform: rotate(-180deg);
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #8b51fe;
  opacity: 0.6;
}
@media (min-width: 992px){
  .vertical, .vertical-white, .vertical-sm, .vertical-sm-black {
    display: block;
  }
}

@media (min-width: 1400px){
  .vertical, .vertical-white, .vertical-sm, .vertical-sm-black {
    font-size: 56px;
  }
}
.services p {
  color: #404a60;
}
.vertical-white {
  opacity: 0.7;
}
.services {
  background-color: #ffffff;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 992px){
  .services {
    padding: 112px 0 120px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1465px;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}
.box-why{
  background-color: #fff;
  padding: 20px 22px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
}
.box-why img{
  margin-bottom: 10px;
  width:60px;
}
.box-why .title{
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
}
.box-why p{
  font-size:10px;
}
.keung-wrap h3{
  font-size:30px;
}
.keung-wrap h4{
  font-size:15px;
}
@media (min-width: 1500px){
  .box-why p{
    font-size:12px;
  }
  .box-why .title{
    font-size: 14px;
  }
}
.single-what-we-cover-item {
  text-align: center;
  border: 1px solid #e2e2e2;
  border-bottom-right-radius: 50px;
  padding: 24px 15px 22px 15px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  background-color: #8b51fe;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.single-what-we-cover-item .icon {
  font-size: 60px;
  line-height: 70px;
  color: var(--main-color-one);
  margin-bottom: 18px;
}
.single-what-we-cover-item .icon img{
  width:60px;
  filter: brightness(0) invert(1);
}
.single-what-we-cover-item .content .title {
  font-size: 12px;
  line-height: 20px;
  min-height: 60px;
  margin-bottom: 16px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  color:#fff;
}
.single-what-we-cover-item .content p {
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.single-what-we-cover-item:hover {
  background-color: #8C1C40;
}

.single-what-we-cover-item:hover .icon img {
  filter: brightness(0) invert(1);
}
.bg-grey{
  background-color:#F7F7F9;
}
.section-title .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-bottom: 8px;
  color: #8b51fe;
}
.section-title .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.desktop-center {
  text-align: center;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.site-about {
  margin: 0;
  display: block;
  clear: both;
  padding: 90px 0;
  width: 100%;
  background:#1e356c url(../../images/about-statue.png) no-repeat left 50px top 60px;
}

@media screen and (max-width: 767px) {
  .site-about {
    padding-top: 30px;
  }
}

.site-about .left-colom {
	float:right;
	width:100%;
	text-align:right;
}

.site-about .left-colom h3{
	text-align:right;
	font-size:27px;
	line-height:1.5;
	color:#828282;
	font-weight:700;
	margin:0;
	padding:0 0 25px 0;
}

@media screen and (max-width: 990px) {
	.site-about .left-colom {
		width:100%;
		text-align:center;
	}
	

  .site-about .left-colom h3{
	text-align:center;
	font-size:22px;
 }
}

.site-about .left-colom figure {
	text-align:right;
}

@media screen and (max-width: 990px) {
.site-about .left-colom figure {
	text-align:center;
}
}

.site-about .right-colom {
	float:left;
	width:100%;
	text-align:left;
}

.site-about .right-colom span{
	text-align:left;
	font-size:25px;
	margin:-10px 0 0 0;
}

.site-about p {
  /* Paragraph */
  margin:0 0 45px 0;
  padding:0;
}

@media screen and (max-width: 991px) {
  .site-about p {
	text-align:center;
	}
	
	.site-about .right-colom {
	text-align:center;
	}
}

.site-about h1 {
  /* H1 heading */
  /*margin-bottom: 50px;*/
}

.site-about h2 {
  /* H2 heading */
  /*margin-bottom: 10px;*/
}

.site-about .more-text {
	text-align:left;
}

@media screen and (max-width: 767px) {
  .site-about .more-text {
	text-align:center;
}
}

.site-about .btn {
  /* button div*/
  float:left;
}

.site-about .call {
  /* call div*/
  float:left;
  padding:15px 0 0 25px;
}

@media screen and (max-width: 1200px) {
  .site-about .btn {
  /* button div*/
  float:left;
  width:100%;
}

  .site-about .call {
  /* call div*/
  padding:15px 0 0 0px;
}
}

@media screen and (max-width: 990px) {
  .site-about .call {
  /* call div*/
  padding:20px 0;
  text-align:center;
  width:100%;
}
}

.site-about .call a{
  /* call text*/
  color:#fff;
}

.site-about .call a .fa{
  /* call icon*/
  font-size:25px;
}
.site-white-section h1, .site-dark-section h1, .site-grey-section h1 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.site-white-section h2, .site-dark-section h2, .site-grey-section h2 {
  font-family: inherit;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: inherit;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.site-about p {
  margin: 0 0 25px 0;
  padding: 0;
  color:#fff;
}
.site-about .btn {
  float: left;
}
a.theme-btn {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 35px 14px 35px;
  position: relative;
  overflow: hidden;
  transition: 400ms ease;
  transition-property: color, background;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  border-radius: 0;
  background: #8C1C40;
  letter-spacing: 2px;
}
a.theme-btn:hover {
  background: #8d7347;
  color: #FFFFFF;
}
.site-about .left-colom figure {
  text-align: right;
}
.site-about img{
  width:100%;
}
.site-about p{
  font-size:12px;
}
.cta {
  padding: 80px 0;
  background-color: #e5e6ee;
}
.hadding1 span.span {
  color: #1A1E25;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #636363;
  padding: 4px 14px;
  border-radius: 20px;
}
.space16 {
  height: 16px;
}
.hadding1 h1 {
  color: #1A1E25;
  /* font-family: "Crimson Text", serif; */
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
}
.cta .cta-contact-box {
  background-color: #8C1C40;
  padding: 24px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box .icon {
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box .icon a {
  color: #fff;
}
.cta .cta-contact-box .icon a {
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box .hadding {
  text-align: start;
  padding-left: 12px;
}
.cta .cta-contact-box .hadding p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 5px;
}
.cta .cta-contact-box .hadding p {
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box .hadding a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}
.cta .cta-contact-box .hadding a {
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box:hover {
  background: #1e356c;
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box:hover .icon {
  background-color: #25d366;
  transition: all 0.4s ease-in-out;
  border: 1px solid #fff;
}
.cta .cta-contact-box:hover .icon a {
  color: #fff;
}
.cta .cta-contact-box:hover .hadding p {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.cta .cta-contact-box:hover .hadding a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1500px) {

}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #000;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-secondary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  border-bottom: 1px solid #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #8b51fe;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: var(--color-primary);
    /* border-color: var(--color-primary); */
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-secondary);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}
/* ------------------------------------
    05. Slider Section CSS
---------------------------------------*/
.readon {
  background: #8C1C40;
  line-height: normal;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 50px;
  display: inline-block;
}
.readon:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 25px;
  opacity: 1;
  top: 0px;
  font-size: 15px;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.readon:hover {
  color: #ffffff;
}
.readon:hover:before {
  right: 20px;
}
.readon.active-btn {
  background: transparent;
  color: #222222;
}
.readon.active-btn:hover {
  background: #8C1C40;
  color: #ffffff;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.home2 .display-table {
  margin-top: 0;
}
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-top: 60px;
}
.rs-slider .sl-sub-title,
.rs-slider .sl-title {
  text-transform: uppercase;
}
.rs-slider .sl-sub-title,
.rs-slider .sl-desc,
.rs-slider .sl-title {
  color: #ffffff;
}
.rs-slider .sl-subtitle {
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  font-size: 50px;
  margin-bottom: 13px;
}
.rs-slider .sl-sub-title {
  margin-bottom: 7px;
  font-size: 42px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 50px;
}
.rs-slider .sl-title {
  -webkit-animation: fadeInLeft 1s ease-in-out;
  animation: fadeInLeft 1s ease-in-out;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
}
.rs-slider .sl-title span {
  display: block;
}
.rs-slider .sl-title .white-color {
  color: #ffffff !important;
}
.rs-slider .sl-desc {
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  text-shadow: 0 10px 20px #000;
}
.rs-slider .slider-bottom {
  display: inline-block;
  -webkit-animation: zoomIn 0.8s ease-in-out;
  animation: zoomIn 0.8s ease-in-out;
  margin: 39px 0 20px;
}
.rs-slider .slider-bottom .readon {
  display: block !important;
}
.rs-slider .slider-bottom .white-btn {
  background: #ffffff;
  color: #8C1C40;
}
.rs-slider .slider-bottom ul li {
  display: inline-block;
  margin: 0 13px;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #8b51fe;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.rs-slider .nivo-directionNav > a:hover {
  background: #000;
}
.rs-slider .nivo-directionNav > a:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  left: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f053";
  font-weight: 900;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  right: 60px;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f054";
  margin-left: 2px;
  font-weight: 900;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a {
  opacity: 1;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
  left: 30px;
}
.rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
  right: 30px;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #8C1C40;
  border-color: #8C1C40;
}
.rs-slider.rs-slider-two .sl-sub-title,
.rs-slider.rs-slider-two .sl-title {
  text-transform: uppercase;
}
.rs-slider.rs-slider-two .sl-sub-title {
  color: #8C1C40;
  background: #ffffff;
  display: inline-block;
  padding: 2px 12px 6px;
  border-radius: 3px;
  margin-bottom: 22px;
}
.rs-slider.rs-slider-two .slider-bottom {
  margin-top: 20px;
}
.rs-slider.rs-slider-three .slider-inner {
  max-width: 690px;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
  padding: 35px 15px 30px;
}
.rs-slider.rs-slider-three .sl-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.rs-banner-section {
  position: relative;
  overflow: hidden;
}
.rs-banner-section img.banner-image {
  width: 100%;
}
.rs-banner-section .banner-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-banner-section .banner-inner .banner-title {
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.rs-banner-section .banner-inner .banner-title span {
  display: block;
  color: #8C1C40;
}
.rs-banner-section .banner-inner .subtitle {
  text-transform: uppercase;
}
.rs-banner-section .banner-right-image {
  max-width: 370px;
  margin-left: auto;
  margin-right: 75px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #000;
  padding: 50px 0 15px 0;
  color: rgba(255, 255, 255, 0.7);
}
.serpis .col-1 {
  flex: 0 0 auto;
  width: 3.333333%;
}
.alamata .col-1 {
  flex: 0 0 auto;
  width: 6.333333%;
}
.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}
.footer-area .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-socials li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 10px 0 0;
}
.footer-area .footer-socials li:last-child {
  margin: 0;
}
.footer-area .footer-socials li a i {
  display: inline-block;
  background: #8b51fe;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-area .footer-socials li a i:hover {
  background: #06448D;
  color: #fff;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.footer .widget-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

.footer ul {
  list-style: none;
}

.footer .contact-widget ul li {
  position: relative;
}
.footer p, .footer li {
  color: #cdced0;
}
.footer .link-widget {
  overflow: hidden;
}
.footer .link-widget ul li {
  position: relative;
}
.footer p, .footer li {
  color: #cdced0;
}
.footer .link-widget ul a {
  color: #cdced0;
  font-weight: 400;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.fs-12{
  font-size:12px;
}
.fs-4{
  font-size:8px !important;
}
.sec-color {
  background-color: #faf8f7 !important;
}
/* ------------------------------------
    27. Breadcrumbs CSS
---------------------------------------*/
.rs-breadcrumbs .breadcrumbs-image {
  position: relative;
  overflow: hidden;
}
.rs-breadcrumbs .breadcrumbs-image img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-image:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  height: 150px;
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #8C1C40);
  -moz-background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #8C1C40);
  -webkit-background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #8C1C40);
  -ms-background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #8C1C40);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
  width: 100%;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #ffffff;
  float: left;
  line-height: 42px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.rs-breadcrumbs ol,.rs-breadcrumbs ul {
  padding-left: 0;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a {
  color: #ffffff;
  position: relative;
  padding-right: 24px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:before,
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:after {
  background-color: #ffffff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  top: 1px;
  transform: rotate(20deg);
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:before {
  right: 6px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:after {
  right: 10px;
}
.rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a:hover {
  color: #ddd;
}
/*=============================
	About One Css
===============================*/
.about-one {
  /* padding: 17px 0px 140px; */
  z-index: 10;
}

.about-one__img-box {
  position: relative;
  display: block;
  max-width: 425px;
  width: 100%;
}

.about-one__img-box::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 110px;
  right: -17px;
  bottom: 40px;
  border-radius: 5px;
  background-color: #8b51fe;
  z-index: -2;
}

.about-one__img-box-overlay-bg {
  position: absolute;
  top: -17px;
  left: 110px;
  bottom: 40px;
  right: -17px;
  border-radius: 4px;
  background-color: #000;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.about-one__img-box:hover .about-one__img-box-overlay-bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.about-one__img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-one__img-box .inner img {
  width: 100%;
  transform: scale(1.0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-one__img-box:hover .inner img {
  transform: scale(1.05) rotate(1deg);
}

.about-one__overlay-box {
  position: absolute;
  right: -102px;
  bottom: 40px;
  background-color: var(--thm-white);
  border-radius: 5px;
  padding: 31px 40px 25px;
}

.about-one__overlay-box .outer-box {
  position: relative;
  display: block;
}

.about-one__overlay-box .outer-box .count-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 13px;
}

.about-one__overlay-box .outer-box .count-outer h2 {
  font-size: 48px;
  line-height: 1.1em;
  font-family: var(--thm-heading-font);
}

.about-one__overlay-box .outer-box .count-outer i {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 30px;
  line-height: 30px;
  font-family: var(--thm-heading-font);
  top: -2px;
}

.about-one__overlay-box .text {
  position: relative;
  display: block;
}

.about-one__overlay-box .text p {
  margin: 0;
}


.about-one__content-box {
  position: relative;
  display: block;
}

.about-one__content-box .sec-title {
  padding-bottom: 20px;
}

.about-one__content-box .text {
  position: relative;
  display: block;
}

.about-one__content-box .text p {
  margin: 0;
}

.about-one__content-box ul {
  position: relative;
  display: block;
  padding-top: 40px;
}

.about-one__content-box ul li {
  position: relative;
  display: block;
  padding-left: 45px;
}

.about-one__content-box ul li+li {
  margin-top: 30px;
}

.about-one__content-box ul li .icon {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 0;
}

.about-one__content-box ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-secondary);
  font-size: 24px;
  font-weight: 900;
}

.about-one__content-box ul li .text-box {
  position: relative;
  display: block;
}

.about-one__content-box ul li .text-box h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 13px;
}

.about-one__content-box ul li .text-box p {
  margin: 0;
}

/*
-----------------------------------------------------------------------
  Service CSS
-----------------------------------------------------------------------
*/
.service-area.service-default-area {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-area.service-default-area .container {
  /* padding: 141px 15px 131px; */
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-default-area .container {
    padding: 97px 15px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area.service-default-area .container {
    padding: 77px 15px 72px;
  }
}
.service-area.service-default-area .section-title {
  margin-bottom: 79px;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-default-area .section-title {
    margin-bottom: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area.service-default-area .section-title {
    margin-bottom: 40px;
  }
}
.service-area.service-default-area .section-title .subtitle {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-default-area .section-title .subtitle {
    margin-bottom: 15px;
  }
}
.service-area.service-default-area .shape-group .shape-style2 {
  left: -145px;
  opacity: 0.06;
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: -1;
}
.service-area.service-default-area .shape-group .shape-style3 {
  opacity: 0.06;
  position: absolute;
  pointer-events: none;
  right: -132px;
  top: 0;
  z-index: -1;
}
.service-area.service-grid-area {
  padding: 140px 0;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-grid-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-area.service-grid-area {
    padding: 80px 0;
  }
}
.service-area.service-grid-area .service-item {
  margin-bottom: 30px;
}

.btn-service {
  padding: 21.5px 33px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .btn-service {
    font-size: 15px;
    margin-top: 25px;
    padding: 17px 25px;
  }
}
.btn-service i {
  margin-left: 10px;
}

.service-item {
  text-align: center;
}
.service-item .thumb {
  border-radius: 2px 2px 0 0;
  height: 250px;
  overflow: hidden;
}
.service-item .thumb img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.service-item .content {
  background-color: #f5f5f5;
  border-radius: 0 0 0 2px;
  padding: 12px 12px 29px;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 91% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 91% 100%, 0% 100%);
}
@media only screen and (max-width: 1199px) {
  .service-item .content {
    padding: 28px 12px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .service-item .content {
    padding: 25px 10px 27px;
  }
}
.service-item .content:after {
  background-color: #8b51fe;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service-item .content .title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 0;
  min-height: 46px;
}
@media only screen and (max-width: 1199px) {
  .service-item .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .service-item .content .title {
    font-size: 18px;
  }
}
.service-item .content .title a {
  color: #05103b;
}
.service-item:hover .thumb img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
.service-item:hover .content:after {
  background-color: #8b51fe;
  height: 100%;
}
.service-item:hover .content .title a {
  color: #fff;
}
.service-item:hover .content p {
  color: #fff;
}
.service-slider-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 73px auto 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service-slider-container .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
  }
}
.service-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #d4ccc8;
  border-radius: 50%;
  height: 8;
  margin: 0 5.1px;
  opacity: 1;
  width: 8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.service-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #8b51fe;
}
.service-slider-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8b51fe;
}

.get-started {
  color: #05103b;
  font-weight: 700;
  font-size: 17px;
  margin-top: -28px;
}
@media only screen and (max-width: 767px) {
  .get-started {
    margin-top: 38px;
    text-align: center;
  }
}
.get-started a {
  color: #8b51fe;
  position: relative;
  z-index: 1;
}

.service-details-area {
  padding: 140px 0 115px;
}
@media only screen and (max-width: 1199px) {
  .service-details-area {
    padding: 100px 0 75px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details-area {
    padding: 100px 0 37px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-area {
    padding: 80px 0 27px;
  }
}

.sidebar-area .widget-title {
  margin-bottom: 39px;
}
@media only screen and (max-width: 575px) {
  .sidebar-area .widget-title {
    margin-bottom: 30px;
  }
}
.sidebar-area.service-sidebar-area {
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-area.service-sidebar-area {
    margin-right: 0;
  }
}

.widget-item {
  margin-bottom: 63px;
}

.widget-title .title {
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .widget-title .title {
    font-size: 24px;
  }
}

.widget-search-box .form-input-item {
  position: relative;
}
.widget-search-box .form-input-item input {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 60px 15px 25px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #656565;
}
.widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #656565;
}
.widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #656565;
}
.widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #656565;
}
.widget-search-box .form-input-item input:focus {
  border-color: #8b51fe;
}
.widget-search-box .form-input-item button {
  background-color: #8b51fe;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 16.5px 16.5px;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.widget-search-box .form-input-item button:hover {
  background-color: #05103b;
}

.widget-categories {
  background-color: #f5f5f5;
  padding: 50px 35px;
}
@media only screen and (max-width: 575px) {
  .widget-categories {
    padding: 30px 15px;
  }
}
.widget-categories ul {
  margin-bottom: 0;
}
.widget-categories ul li {
  margin-bottom: 18px;
}
.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.widget-categories ul li a {
  background-color: #fff;
  color: #656565;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 23px 16px 24px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .widget-categories ul li a {
    font-size: 15px;
  }
}
.widget-categories ul li a span {
  float: right;
}
.widget-categories ul li a:hover {
  background-color: #8b51fe;
  color: #fff;
}

.widget-tags {
  background-color: #f5f5f5;
  padding: 45px 25px 35px 35px;
}
@media only screen and (max-width: 575px) {
  .widget-tags {
    padding: 30px 10px 20px 15px;
  }
}
.widget-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .widget-tags ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.widget-tags ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.widget-tags ul li a {
  background-color: #fff;
  border-radius: 2px;
  color: #656565;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 17.5px 27px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-tags ul li a:hover {
  background-color: #8b51fe;
  color: #fff;
}
.widget-tags ul li .tags-padding {
  padding: 17.5px 49px;
}
@media only screen and (max-width: 1199px) {
  .widget-tags ul li .tags-padding {
    padding: 17.5px 19px;
  }
}

.service-details-body .thumb img {
  border-radius: 2px;
}
.service-details-body .content .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-details-body .content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-body .content .title {
    font-size: 24px;
  }
}
.service-details-body .content p {
  color: #656565;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .service-details-body .content p {
    font-size: 14px;
  }
}
.service-details-body .content ul {
  margin-bottom: 16px;
}
.service-details-body .content ul li {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 5px;
}
.service-item p{
  font-size:12px;
}
@media only screen and (max-width: 767px) {
  .service-details-body .content ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .service-details-body .content ul li {
    font-size: 14px;
  }
}
.service-details-body .content ul li i {
  color: #8b51fe;
  margin-right: 25px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .service-details-body .content ul li i {
    margin-right: 10px;
  }
}
/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.btn-theme {
  background-color: #000000;
  border-color: #000000;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 21.5px 43.5px;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.cta-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #8b51fe;
  opacity: 0.8;
}
.cta-section-3 {
  position: relative;
  z-index: 1;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.divider-area.divider-default-area {
  background-color: #8b51fe;
  overflow: hidden;
  position: relative;
  padding: 64px 0 70px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-default-area {
    padding: 54px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-default-area {
    padding: 44px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-default-area {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-default-area .content {
    margin-bottom: 20px;
  }
}
.divider-area.divider-default-area .content .title {
  color: #fff;
  font-size: 45px;
  line-height: 1.2889;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-default-area .content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-default-area .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-default-area .content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-default-area .content .title br {
    display: none;
  }
}
.divider-area.divider-default-area .divider-btn {
  text-align: end;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-default-area .divider-btn {
    text-align: center;
  }
}
.divider-area.divider-default-area .divider-btn .btn-theme {
  color: #fff;
  font-size: 18px;
  padding: 25px 29.96px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-default-area .divider-btn .btn-theme {
    font-size: 14px;
    padding: 17px 15px;
  }
}
.divider-area.divider-default-area .divider-btn .btn-theme:hover {
  background-color: #05103b;
  color: #fff;
}
.divider-area.divider-default-area .divider-btn .btn-theme i {
  margin-left: 10px;
}
.divider-area.divider-default-area .shape-group .shape-style4 {
  bottom: 0;
  left: calc(50% - 60px);
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-default-area .shape-group .shape-style4 {
    left: -100px;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-default-area .shape-group .shape-style4 {
    left: -190px;
  }
}
@media only screen and (max-width: 359.98px) {
  .divider-area.divider-default-area .shape-group .shape-style4 {
    left: -300px;
  }
}
.divider-area.divider-style1-area {
  padding: 140px 0 0;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area {
    padding: 80px 0 0;
  }
}
.divider-area.divider-style2-area {
  padding: 0;
}

.divider-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff5e14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 479.98px) {
  .divider-wrap {
    display: block;
  }
}
.divider-wrap .column-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 255px;
  padding: 0 0 0 70px;
  width: calc(50% - 35px);
}
@media only screen and (max-width: 991px) {
  .divider-wrap .column-left {
    min-height: 205px;
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-wrap .column-left {
    min-height: 190px;
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-wrap .column-left {
    min-height: 170px;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-wrap .column-left {
    min-height: auto;
    padding: 41px 15px 44px;
    text-align: center;
    width: 100%;
  }
}
.divider-wrap .column-left .content p {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .divider-wrap .column-left .content p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-wrap .column-left .content p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-wrap .column-left .content p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-wrap .column-left .content p {
    font-size: 18px;
  }
}
.divider-wrap .column-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 255px;
  overflow: hidden;
  padding-left: 85px;
  padding-right: 84px;
  position: relative;
  right: 0;
  text-align: center;
  width: calc(50% + 36px);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 991px) {
  .divider-wrap .column-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 205px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-wrap .column-right {
    min-height: 190px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-wrap .column-right {
    min-height: 170px;
    padding-left: 40px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-wrap .column-right {
    background-image: url("../../assets/img/photos/bg1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    left: -3px;
    min-height: auto;
    padding: 40px 15px;
    width: calc(100% + 3px);
    clip-path: none;
    -webkit-clip-path: none;
  }
}
.divider-wrap .column-right:before {
  background-image: url("../../assets/img/photos/bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 479.98px) {
  .divider-wrap .column-right:before {
    display: none;
  }
}
.divider-wrap .column-right .content .title {
  color: #fff;
  font-weight: 700;
  font-size: 62.81px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .divider-wrap .column-right .content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-wrap .column-right .content .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-wrap .column-right .content .title {
    font-size: 34px;
  }
}
@media(max-width:768px){
  .rs-slider {
    margin-top: 72px;
  }

  .section-title .title {
    font-size: 28px;
    line-height: 58px;
  }
  .service-area.service-default-area .section-title {
    margin-bottom: 10px;
  }

  .service-area.service-default-area .section-title .subtitle {
    margin-bottom: 0;
  } 
  section {
    padding: 60px 0;
  }
  .about-one__content-box .sec-title {
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .service-area.service-default-area .container {
    padding: 0 15px;
  }
  
  .rs-slider .nivo-directionNav > a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #8b51fe00;
    }
    .rs-slider .nivo-directionNav > a:before {
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 18px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        color: #000;
    }
    
    .rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-prevNav {
        left: 5px;
    }
    
    .rs-slider .nivoSlider:hover .nivo-directionNav > a.nivo-nextNav {
        right: 5px;
    }
    
    .rs-slider .nivo-directionNav > a:hover {
        background: #0000;
    }
    
    
}