
/** banner-section **/
.banner-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-section.has-bg-image:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.60);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
}
.banner-section .content-box h1 {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 60px;
  z-index: 2;
}
.banner-section .content-box {
  padding: 140px 0 150px;
}
.banner-section .content-box h1 span{
  color: var(--primary-color);
}
.banner-section .content-box p {
  font-size: 34px;
  line-height: 28px;
  color: var(--primary-color);
  margin-bottom: 43px;
  font-weight: 400;
  font-family: 'Julee';
}
.banner-section .input-inner {
  position: relative;
  display: flex;
  align-items: baseline;
  background: #fff;
  padding: 30px 30px 30px 30px;
  border-radius: 10px 10px 10px 10px;
}
.banner-section .input-inner .form-group{
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px;
  text-align: left;
  padding: 0 10px;
}
.banner-section .input-inner .form-group:first-child {
  padding-left: 0;
}
.banner-section .input-inner .form-group .select2-container {
  border: 1px solid rgba(30,11,14,.30);
  border-radius: 10px;
  width: 100% !important;
}
.banner-section .input-inner .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0px 24px;
  line-height: 55px;
  color: #7E7E7E;
  font-size: 15px;
  font-weight: 500;
}
.banner-section .input-inner .form-group input {
  border: 1px solid rgba(30,11,14,.30);
  border-radius: 10px;
  padding: 0 24px;
}
.banner-section form .btn-box button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  transition: all 500ms ease;
  margin-top: 0;
  height: 55px !important;
  width: 130px;
  border-radius: 10px;
  margin-left: 20px;
}
.banner-section form .btn-box button:hover{
  background: #0d1927;
}
.banner-section .input-inner .form-group .select2-container--default .select2-selection--single {
  height: 55px;
}
.advanced-searchform .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
  margin-top: -13px;
}
.banner-section .input-inner .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(33,10,14,.40) transparent transparent transparent;
  border-width: 5px 6px 0 6px;
}
.banner-section .input-inner .form-group input[type='text'], 
.banner-section .input-inner .form-group input[type='search'] {
  position: relative;
  width: 100%;
  height: 55px;
  font-size: 15px;
  font-weight: 500;
  color: #7E7E7E;
}
.banner-section .input-inner .form-group i{
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 16px;
  z-index: 1;
}
/** banner-style-two **/
.banner-search-form-two .input-inner {
  padding: 0;
  background-color: transparent;
  display: flex;
}
.banner-search-form-two .input-inner .form-group {
  background: #fff;
  width: 33.33%;
}
.banner-search-form-two .input-inner .form-group.form-select {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.banner-search-form-two .input-inner .form-group:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.banner-search-form-two .input-inner .form-group:nth-child(3) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.banner-search-form-two .input-inner .form-group:nth-child(3):before {
  display: none;
}
.banner-search-form-two .input-inner .btn-box {
  position: unset;
  margin-left: 10px;
}
.banner-search-form-two .input-inner .btn-box button {
  height: 60px;
  width: 170px;
  border-radius: 5px;
  padding: 0;
  line-height: 60px;
}
.banner-search-form-two .input-inner .form-group input[type='text'], 
.banner-search-form-two .input-inner .form-group input[type='search']{
  width: auto;
  height: 60px;
  padding-left: 10px;
  font-weight: 400;
}
.form-tabs {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
}
.form-tabs li {
  background-color: rgba(148,72,84,.70);
  color: #fff;
  display: inline-block;
  width: 162px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.form-tabs li:first-child {
  margin-right: 10px;
}
.form-tabs li:first-child {
  border-radius: 10px 0 0 0;
}
.form-tabs li:last-child {
  border-radius: 0 10px 0 0;
}
.form-tabs li.active-btn {
  background-color: #fff;
  color: #344054;
  font-weight: 700;
}
.banner-section.has-bg-image .content-box {
  padding: 250px 0 150px;
}
/** testimonial-section **/
.testimonial-item {
  display: flex;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 30px 30px 23px 30px;
  border-radius: 5px;
}
.testimonial-item .testimonial-thumb {
  margin-right: 25px !important;
  flex: none;
}
.testimonial-item .testimonial-thumb img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.testimonial-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 26px;
}
.testimonial-content h5 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 26px;
}
.testimonial-content h5 span.designation {
  text-transform: capitalize;
  color: #666666;
}
.review-box-item {
  opacity: .5;
}
.center .review-box-item {
  opacity: 1;
}
.review-box-item .review-box-body p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.center .review-box-item .review-box-body p{
  color: #222D3F;
}
.review-box-item .review-box-body {
  padding: 40px 35px 40px 77px;
  margin-bottom: 70px;
  position: relative;
}
.center .review-box-item .review-box-body {
  background-color: #fff;
  border-radius: 20px;
}
.review-box-item .review-box-body h3 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.review-box-body .review-box-item p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.review-box-footer {
  position: relative;
  text-align: center;
  scale: 0;
  transition: .2s;
}
.center .review-box-item .review-box-body:after,
.center .review-box-item .review-box-footer {
  scale: 1;
}
.review-box-footer img {
  border-radius: 100% !important;
  display: inline-block !important;
}
.review-box-footer h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 15px;
}
.review-box-footer h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0.8;
  margin-top: 7px;
}
.review-box-footer span {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}
/** category-section **/
.category-section{
  position: relative;
}
.category-section .category-block-one{
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 30px;
}
.category-section .inner-content{
  position: relative;
  margin: 0px -15px;
}
.category-block-one .inner-box{
  position: relative;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 35px 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 50px 0px #e4e7ee;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover{
  box-shadow: 0px 10px 50px 0px rgb(248 92 112 / 30%);
}
.category-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover:before{
  height: 100%;
}
.category-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #93959e;
  margin-bottom: 11px;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover .icon-box{
  color: #fff;
}
.category-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}
.category-block-one .inner-box:hover h5{
  color: #fff;
}
.category-block-one .inner-box span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #93959e;
  background: #f2f2f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}
.category-block-one .inner-box:hover span{
  color: #fff;
  background-color: rgba(255,255,255,0.2);
}
.category-section .more-btn{
  position: relative;
  margin-top: 20px;
}
.category-section .more-btn .theme-btn-one{
  padding: 17px 48px;
}
.category-section.alternat-2{
  padding-top: 215px;
}
.category-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .category-block-one{
  float: none;
  width: 100% !important;
}
.category-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.category-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}
.category-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.category-section .owl-dots{
  margin-top: 17px;
}
/** category-style-two **/
.category-style-two {
  position: relative;
  padding-bottom: 80px !important;
}
.category-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}
.category-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.category-block-two .inner-box .image-box:before {
  background-image: linear-gradient( 
180deg
, transparent 0%, rgba(0,0,0,.6) 100%);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.category-block-two .inner-box .image-box img{
  width: 100%;
  transform: scale(1.05);
  border-radius: 10px;
}
.category-block-two .inner-box:hover .image-box img{
  transform: scale(1);
}
.category-block-two .inner-box .lower-content {
  text-align: center;
  margin-top: 24px;
}
.category-block-two .inner-box .image-box span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.category-block-two .inner-box .lower-content h4 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.category-block-two .inner-box .lower-content h4 a{
  display: block;
  color: #133256;
}
.category-block-two .inner-box:hover .lower-content h4 a{
  text-decoration: underline;
}
/* style two */
.category-block-two.style-two .inner-box {
  display: flex;
  box-shadow: none;
  border-radius: 0;
}
.category-block-two.style-two .inner-box .image-box {
 max-width: 100px;
}
.category-block-two.style-two .inner-box .lower-content {
  text-align: left;
  margin-left: 20px;
  margin-top: 0;
}
.category-block-two.style-two .inner-box .lower-content h4 a {
  display: inline-block;
  color: #000;
}
.category-block-two.style-two .inner-box .icon-box {
  font-size: 22px;
  line-height: 40px;
  background-color: #f3f3f3;
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  margin-bottom: 10px;
}
.category-block-two.style-two .inner-box:hover .icon-box {
  background-color: var(--primary-color);
  color: #fff;
}
.category-block-two.style-two .inner-box .lower-content span {
  color: #999999;
}

/** place-section **/
.place-section{
  position: relative;
}
.place-section .inner-content{
  position: relative;
  padding: 114px 0px 0px 0px;
}
.place-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.place-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.place-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  background-image: linear-gradient( 182deg, transparent 0%, rgba(32,7,11,.8) 100%);
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 70%;
  z-index: 1;
}
.place-block-one .inner-box .image-box img{
  transition: all 1500ms ease;
  width: 100%;
  filter: grayscale(1);
}
.place-block-one .inner-box:hover .image-box img{
  filter: grayscale(0);
}
.place-block-one .inner-box .lower-content {
  position: absolute;
  width: 100%;
  bottom: 25px;
  z-index: 1;
  left: 25px;
  right: auto;
}
.place-block-one .inner-box .lower-content .inner h3 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: -25px;
}
.place-block-one .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #fff;
}
.place-block-one .inner-box .lower-content .inner p, .place-block-one .inner-box .lower-content .inner span {
  font-size: 15px;
  line-height: 18px;
  color: #D0D0D0;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
}
.place-block-one:hover .inner-box .lower-content .inner p,
.place-block-one:hover .inner-box .lower-content .inner span{
  opacity: 1;
  visibility: visible;
}
.place-block-one:hover .inner-box .lower-content .inner h3 {
  margin-bottom: 5px;
}
.owl-carousel .place-block-one .inner-box{
  margin-bottom: 0px;
}
.place-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.place-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}
.place-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.place-section .owl-dots{
  margin-top: 50px;
}
.place-block-one .inner-box .lower-content .inner span svg {
  margin-left: 8px;
}
.place-block-one.style-two .inner-box .lower-content {
  left: 0;
  right: 0;
  text-align: center;
}