body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
*{
    scroll-behavior: smooth;
}
.site-warper {
    overflow: hidden;
}
.marketplace-shuttle-hero-section
a:hover,
button:hover {
    text-decoration: none;
}
a:active,
a:focus{
    border: 0;
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    text-decoration: none;
}

img {
    max-width: 100%;
    object-fit: contain;
}
/*header css*/
.desktoplogo img {
	width: 216px;
}
/* Sticky nav */
.sticky {
	position: fixed;
	top: 0;
	width: 100% !important;
	z-index: 99999;
	background: #fff;
	border-bottom: 2px solid #ececec;
}
/* scroll */
#topcontrol {
    position: fixed;
    bottom: 32px !important;
    left: 32px !important;
    opacity: 1;
    cursor: pointer;
    height: 45px;
    width: 45px;
    background: #ff9819;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    color: #fff;
    z-index: 33;
    font-size: 16px;
    box-shadow: rgba(109, 117, 141, 0.2) 0px 12px 48px 0px;
}
.bg-light {
    background-color: #f7f7f8!important
}
.top-header {
	background: #255490;
	color: #ffffff;
	font-size: 15px;
	padding: 3px 0;
	font-weight: 600;
}
.top-header a {
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-size: 13px;
}
.top-header a:hover{
    color: #f9ac19;
}
header {
	background: #fff;
	border-bottom: 1px solid #eeee;
}
header ul li {
	padding-left: 15px;
}
header ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #212529 !important;
	text-transform: uppercase;
}
.client-box {
    padding: 10px 13px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    justify-content: center;
}
.img_wrap {
    max-height: 100px;
    text-align: center;
}
.img_wrap img {
    height: 90px;
    object-fit: contain;
}
.client_country_name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #255490;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
}
.sub-text {
    font-size: 20px;
    width: 70%;
    margin: 0 auto 20px;
    font-weight: 500;
}
header ul li a:hover{
    color: #f9ac19  !important;
}

/*header css End*/

.online-slider {
	padding-top: 46px;
}

.spacial-images img {
    /* margin-top: 40px; */
}


.spacial-images .owl-nav {
	/* position: absolute; */
	font-size: 50px;
}
.spacial-images .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 7px;
}
.spacial-images .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: 7px;
}
.carousel-caption h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.spacial-images .owl-carousel .owl-item img {
	display: inline-block !important;
	text-align: center;
}
.spacial-images .owl-item .item {
    text-align: center !important;
}
.carousel-caption {
	position: absolute;
	bottom: 0px;
	z-index: 4;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #fff;
	text-align: center;
	background: #0000004d;
	width: 100%;
	text-shadow: 0px 1px 10px #0000009e;
	left: 0;
	right: 0;
}
.owl-item {
    -webkit-transition: 0.1s ease-in-out left;
    -moz-transition: 0.1s ease-in-out left;
    -o-transition: 0.1s ease-in-out left;
    transition: 0.1s ease-in-out left;
}
.online-slider .carousel-item img {
    width: 100%;
    padding-top: 0px;
    position: relative;
}
.online-slider .carousel-item h1 {
	position: absolute;
	top: 84px;
	left: 106px;
	color: #F1592A;
	font-weight: bold;
	font-size: 48px;
}
.online-slider .carousel-item h2 {
	position: absolute;
	top: 141px;
	left: 183px;
	color: #F7941D;
	font-weight: bold;
	font-size: 35px;
}
.online-slider .carousel-item h4 {
	position: absolute;
	bottom: 73px;
	left: 42px;
	color: #3A3A3C;
	font-weight: bold;
	font-size: 18px !important;
}
.carousel-indicators li{
    background: #000;
    cursor: pointer;

}
.fst3{
  margin-top: 10px;  
}
.carousel-control-prev span{
color: #000;
}
.single-spacial h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: 500;
}
.section-padding {
    padding: 60px 0px 60px 0;
}
#user_define_text {
	color: red;
	padding: 20px 0;
}
.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.howitwork-list {
    color: #000;
    padding-left: 20px;
}
.howitwork-list li{
    list-style: square;
}
.pricing {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #414140;
}
.pricing span{
    color: #DC1612;
}
.demo-left-box, .demo-right-box {
	background: #f5f5f5;
	padding: 35px 20px;
	/* min-height: 450px; */
	box-shadow: 1px 2px 9px 0px #eaeaea;
	border-radius: 8px;
}
.demo-title {
	font-size: 28px;
	color: #f9ac19;
	text-align: center;
	font-weight: bold;
	padding: 2px 0;
}
.or-separator {
	font-size: 20px;
	font-weight: bold;
	color: #E21912;
	overflow: hidden;
	margin: 0;
	padding: 12px;
}
.demo-call-title {
	color: #FFA40F;
	font-weight: bold;
}
.demo-call-title a {
	color: #215592;
	font-weight: bold;
}
.b-contacts-short-item a {
	color: #fff;
}
p.demo-img{
    text-align: center;
}
.try-demo-btn,.demo-aaps-btn{
    width: 100%;
}
.informative-links a {
	color: #333;
	display: inline-block;
	position: relative;
}
/* .informative-links a::before {
	position: absolute;
	content: url('../images/icon/right-arrow.png');
	font-size: 20px;
	font-weight: 600;
	top: -2px;
	left: -20px;
} */
.single-similar-service img {
	height: 300px;
}
.informative-links a:hover{
    text-decoration:underline;
}
.informative-links li {
    text-decoration: none;
    display: block;
}
.services ul li {
	position: relative;
}
.services ul li::before {
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	background-color: #f9ac19;
	transform: translateY(-50%);
}
.informative-links  li a {
	padding: 5px 17px;
    position: relative;
}
.informative-links li a::before {
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	background-color: #f9ac19;
	transform: translateY(-50%);
}


.text-highlight {
	background: #f7f7f9;
}

.services ul li {
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	margin: 9px 6px;
	padding: 5px 17px;
}
.similar-services {
	background: #f4f9ff;
}
/* carousal */
.howitwimg img {
    height: 100%; 
    object-fit: cover;
}

.client-owl-item img {
    padding: 0 20px;
}
/* carousal */

.b-btn-group-hor__item.f-btn-group-hor__item {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	margin: 10px 0px 10px 5px;
}
.b-btn-group-hor__item.f-btn-group-hor__item.bg-facebook {
	background: #395197;
}
.b-btn-group-hor__item.f-btn-group-hor__item.bg-twitter {
	background: #00A8FF;
}
.b-btn-group-hor__item.f-btn-group-hor__item.bg-instagram {
	background-image: linear-gradient(to right, #2e44e9, #9a24cc, #ca00a9, #e50085, #f00064, #f53253, #f74f43, #f46736, #f58439, #f69e43, #f5b654, #f4cd6a);
}
.b-btn-group-hor__item.f-btn-group-hor__item.bg-youtube {
	background: #D20A15;
}
.b-btn-group-hor__item.f-btn-group-hor__item.bg-linkedin {
	background: #3B82D8;
}
.b-btn-group-hor__item.f-btn-group-hor__item.bg-pinterest {
	background: #AD080C;
}
.b-btn-group-hor__item.f-btn-group-hor__item:hover{
    box-shadow: none !important;
}
.demo-img img {
    width: 59%;
    margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .demo-img img {
	width: 100%;
}
}
.hedding-defoult {
    font-weight: 300;
}

.section-title.hedding-defoult h2 {
	font-weight: 400;
	text-transform: capitalize;
    font-size: 40px;
	font-style: italic;
	font-weight: bold;
}

.section-title.hedding-defoult.c6 h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.section-title.hedding-defoult p {
    margin: 0 0 5px;
}

.section-title.hedding-defoult span.title-border {
    position: relative;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid;
}

.section-title.hedding-defoult span.title-border:after,
.section-title.hedding-defoult span.title-border:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 100%;
    top: 50%;
    margin: -.5px;
    margin-left: 3px;
}

.section-title.hedding-defoult span.title-border:before {
    left: 0;
    margin-left: -43px;
}

.shadow,
.single-team:hover,
.client-slide-image .slick-current img,
.best-button.hvr-shutter-in-horizontal,
.footer-content .social-icon a:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}
footer {
    background: #444444;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 25px;
}
.b-footer-primary {
	background: #ebebeb;
	color: #000000;
	padding-top: 11px !important;
}
footer h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.featured-card {
    padding: 10px 10px;
    margin-bottom: 15px;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    border: 0;
    flex-direction: row;
    gap: 10px;
}
.featured-card p {
    text-align: left;
    width: 70%;
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
   
}
.single-similar-service p {
	text-align: justify;
    padding-right: 30px;
}
.payment-card img {
	height: 78px;
	object-fit: contain;
	/* margin-bottom: 20px; */
	padding: 5px;
    box-shadow: 1px 0px 1px 1px #eee;
    border-radius: 10px;
}
.payment-card {
	margin-bottom: 18px;
}
.relative-image {
    position: relative;
    z-index: 2;
}
.owl-dot span{
    display: none;
}
.absulate-image {
    left: 15%;
    z-index: 1;
}
.speciar-100 {
    height: 100px;
}

.less-top-margin-130 {
    margin-top: -130px;
}

.less-top-margin-150 {
    margin-top: -150px;
}

.less-top-margin-180 {
    margin-top: -180px;
}


.less-top-margin-230 {
    margin-top: -230px;
}

.less-top-margin-250 {
    margin-top: -250px;
}
.top-margin-80 {
    margin-top: 80px;
}

.top-margin-100 {
    margin-top: 100px;
}

.top-margin-110 {
    margin-top: 100px;
}

.top-margin-130 {
    margin-top: 130px;
}

.top-margin-150 {
    margin-top: 150px;
}
.top-margin-200 {
    margin-top: 200px;
}

.bottom-margin-50 {
    margin-bottom: 50px;
}

.bottom-margin-80 {
    margin-bottom: 80px;
}

.bottom-margin-100 {
    margin-bottom: 100px;
}

.bottom-margin-110 {
    margin-bottom: 100px;
}

.bottom-margin-130 {
    margin-bottom: 130px;
}

.bottom-margin-150 {
    margin-bottom: 150px;
}

.bottom-margin-180 {
    margin-bottom: 180px;
}

.bottom-margin-200 {
    margin-bottom: 200px;
}

.mb-30 {
    margin: 30px 0;
}

.padding-30 {
    padding: 30px;
}

.padding-35-30 {
    padding: 35px 30px;
}

.top-padding-150 {
    padding-top: 150px;
}

.top-padding-180 {
    padding-top: 180px;
}

.top-padding-200 {
    padding-top: 200px;
}

.site-wraper {
    overflow: hidden;
}
/*----------------------*/
/* 01 - Header CSS
/*---------------------*/
#sticky_anchor.sticky {
    height: auto;
    width: 100%;
    
}
.sticky{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-animation: sticky .5s;
    animation: sticky .5s;
    border-bottom: 1px solid #ddd;
}
@-webkit-keyframes sticky {
    0%   {
        top: -100px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100%   {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes sticky {
    0%   {
        top: -100px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100%   {
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}


.current_page_item> a{
	opacity:.5;
}
.slicknav_nav a {
    text-transform: capitalize;
}
.slicknav_menu {
    background: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
.slicknav_menu ul {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
}
.slicknav_menu a.slicknav_btn {
    margin: -52px 15px 0px;
}
/*----------------*/
/* 02 - Hero Area CSS
/*---------------*/
.hero-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
}
.hero-bg-right:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    height: 100%;
    content: "";
    background: url(assets/img/new/slider-bg-.png);
    background-size: 100% 100%;
    background-position: top;
    z-index: -1;
    margin-top: 70px;
}
.hero-area .single-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: 115px;
}
.slider-title {
    font-weight:  400;
    line-height:  1.3;
    font-size:  36px;
    margin-top:  30px;

}
  .hero-area .single-slide p {
    margin:  20px 0;
    line-height:  1.8;
     }
  .hero-area .single-slide .slider-button {
    margin-top: 30px; 
}

.border-button {
    border:  1px solid;
}

.best-button {
    display:  inline-block;
    padding: 10px 30px;
}

.slider-button .best-button {
    margin:  0 10px;
    text-transform:  uppercase;
    font-weight: 700;
}

.slider-button {
    margin-left: -10px;
    margin-top: 35px;
}
.slider-button .best-button i {
    width: 20px;
    height: 20px;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    font-size: 10px;
    line-height: 20px;
    text-align:  center;
    padding-left:  3px;
    margin-right:  5px;
    position:  absolute;
    left: 13px;
    top: 12px;
    display: inline-block;
}

.slider-button a {
    position:  relative;
}
.slider-button a:nth-child(2) {
    padding-left: 38px;
    margin: 0;
}
.slider-button .best-button:last-child {
    margin-right:  0;
}

.hero-area .owl-dots {
    position:  absolute;
    right:  10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hero-area .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    text-align:  center;
    line-height: 30px;
    background-color: #b5003c;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    margin:  5px 0;
    font-size: 14px;
}
.hero-area .owl-dots .owl-dot span {
    position:  absolute;
    left:  0;
    z-index:  9;
    width:  100px;
    padding-left: 10px;
    text-transform: capitalize;
}

.hero-area .owl-dots .owl-dot span:after {
    position:  absolute;
    right:  0;
    bottom: 11px;
    width:  20px;
    height: 1px;
    content:  "";
}
.hero-area.hero-bg-top .owl-dots .owl-dot{
    display: none;
}
/*----------------------------*/
/* 03 - About Service CSS
/*---------------------------*/
.feture-icon {
    position: relative;
    z-index: 1;
    height: 124px;
    margin-bottom: 25px;
}
.feture-icon i {
    color:  #fff;
    font-size:  30px;
    line-height:  30px;
    position:  absolute;
    left:  50%;
    top:  50%;
    margin-left:  -15px;
    margin-top:  -8px;
}
.feture-icon:after,
.feture-icon:before{
    position: absolute;
    top: 0;
    width: 124px;
    height: 100%;
    content: "";
    left: 50%;
    margin-left: -62px;
    background-image: url(assets/img/about/about-angle-1.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    
}
.feture-icon:before {
    background-image: url(assets/img/about/about-angle-2.png);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    bottom: 0;
    margin-top: 10px;
}
.single-feture-boxed {
    line-height: 1.8;
    padding: 50px 30px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.single-feture-boxed:hover {
    -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
            box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}
.single-feture-boxed:hover .feture-icon:after{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
.single-feture-boxed:hover .feture-icon:before{
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
}
/*----------------------------*/
/* 04 - Spacial Area CSS
/*---------------------------*/
.single-spacial {
    color: #fff;
    position: relative;
}
.spacial-icon {
    -webkit-border-radius:  50%;
            border-radius:  50%;
    height:  50px;
    width:  50px;
    text-align:  center;
    line-height: 50px;
    font-size:  30px;
    position:  absolute;
    top: 25%;
    display: inline-block;
}

.left-spacial .single-spacial .spacial-icon {
    right:  0;
}

.right-spacial .single-spacial .spacial-icon {
    left:  0;
}

.right-spacial .single-spacial {
    padding-left: 60px;
}

.left-spacial .single-spacial {
	padding-right: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	height: 100px;
}
.right-spacial .single-spacial {
	padding-right: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	height: 100px;
}

.left-spacial .single-spacial:last-child,
.right-spacial .single-spacial:last-child {
    padding-bottom:  0;
}
/*----------------------------*/
/* 05 - Discover Area CSS
/*---------------------------*/
.discover-content a {
    text-transform:  uppercase;
    margin-top:  20px;
    overflow: hidden;
}
.discover-images {
    margin-right: 60px;
}
.discover-images.absulate-images .absulate-image{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5%;

}
.discover-images.absulate-images .relative-image{
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
            animation: 3s ease 0s normal none infinite running bounce;

}
.screenshort-slider {
    padding: 15px 14px 0 14px;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: -40px;
}
.app-screens.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 500px;
}
.app-screens .owl-stage-outer {
  padding: 16px 0 32px 0;
  padding: 1rem 0 2rem 0; }
.app-screens .app-screen-item {
  width: 250px;
  overflow: hidden;
   }
.app-screens .owl-item .app-screen-item {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-transform: scaleY(.80);
  -ms-transform: scaleY(.80);
      transform: scaleY(.80);
  -webkit-transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out; 
}
.app-screens .owl-item.active.center .app-screen-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}
.app-screens .owl-item.active.center .app-screen-item {
    -webkit-box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
            box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}
.free-trial {
    min-height: 450px;
}
.waves-bg{
    position: relative;
    z-index: 1;
}
.waves-bg:before,
.waves-bg:after {
    position: absolute;
    z-index: -1;
    content: "";
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(assets/img/new/image-01.png);
    left: 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.tril-content {
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}
.trial-content a {
    font-weight:  700;
}

.trial-content h2 {
    font-size: 34px;
    margin: 20px 0;
}
/*----------------------------*/
/* 06 - Choose Us Area CSS
/*---------------------------*/
.choose-images.absulate-images .absulate-image {
    z-index:  2;
    bottom:  -5%;
    left: 25%;
    -webkit-animation: 3s ease 0s normal none infinite running bounce;
            animation: 3s ease 0s normal none infinite running bounce;

}
.right-spacial.choose .single-spacial {
    position:  relative;
    z-index:  1;
}

.right-spacial.choose .single-spacial:after {
    position:  absolute;
    width:  1px;
    height:  100%;
    content:  "";
    left:  5%;
    margin-left:  -.5px;
    bottom:  0;
    z-index:  -1;
    border:  1px dotted;
}

.right-spacial.choose .spacial-icon {
    top:  0;
}
.left-spacial.choose .single-spacial:last-child:after,
.right-spacial.choose .single-spacial:last-child:after {
    border:  none;
}
/*----------------------------*/
/* 07 - ScreenShort Area CSS
/*---------------------------*/
.screenshort-slider .owl-stage-outer {
  padding: 16px 0 32px 0;
  padding: 1rem 0 2rem 0; }
.screenshort-slider .screenshort-item {
  width: 275px;
  overflow: hidden;
   }
.screenshort-slider .owl-item .screenshort-item {
    position: relative;
    z-index: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
      transform: scale(0.85);
  -webkit-transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-shadow 0.35s ease-out; }
.screenshort-slider .owl-item.center .screenshort-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
          box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.screenshort-slider .owl-stage-outer {
    padding: 1rem 0 2rem 0;
    overflow: hidden;
    max-height: 510px;
}
.screenshort-slider .owl-item.center .screenshort-item:after{
 background: none;
}
.screenshort-slider .owl-item .screenshort-item:after {
    position:  absolute;
    left:  0;
    top:  0;
    width:  100%;
    height:  100%;
    background:  #000;
    content:  "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.screenshort-slider .owl-nav div {
    position:  absolute;
    width:  50px;
    height:  50px;
    text-align:  center;
    line-height:  50px;
    font-size:  20px;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    top: 57%;
    left:  -1%;
    margin-top:  -25px;
}

.screenshort-slider .owl-nav div.owl-next {
    left:  auto;
    right:  -1%;
}
/*----------------------------*/
/* 08 - Video Area CSS
/*---------------------------*/
.apps-video img {
    max-width:  100%;
}

.apps-video {
    position:  relative;
    z-index:  1;
    
}
.section-title h2 {
	margin-bottom: 40px;
}
.play-btn.video-btn {
    position:  absolute;
    left:  50%;
    top:  50%;
    font-size:  20px;
    width:  50px;
    height:  50px;
    line-height:  50px;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    -webkit-transform:  translate(-50%, -50%);
        -ms-transform:  translate(-50%, -50%);
            transform:  translate(-50%, -50%);
}
.video-btn:focus,
.slicknav_nav .slicknav_item a:focus{
    outline: none;
}

.play-btn.video-btn i {
    margin-left:  5px;
}
.mfp.play-btn.video-btn.hvr-ripple-in:before {
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
/*----------------------------*/
/* 09 - Count Area CSS
/*---------------------------*/
.single-count h2, .single-count h5 {
    font-weight:  700;
    margin:  0;
}

.count-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px 0;
    display: inline-block;
}
.single-count h5 {
    font-size:  18px;
}
/*----------------------------*/
/* 10 - Price Area CSS
/*---------------------------*/
.price-head {
    position: relative;
    height: 230px;
    z-index: 1;
    padding: 70px 15px;
}
.price-head:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    background-size: cover;
    background-image: url(assets/img/price-bg.png);
    background-repeat: no-repeat;
    content: "";
    height: 135%;
    z-index: -1;
}
.single-price {
    font-weight:  700;
    padding-bottom:  30px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.price-head h2 {
    font-size:  30px;
    font-weight:  700;
    margin:  30px 0 0;
    padding-left: 15px;
}

.price-body li {
    padding: 5px;
    cursor:  pointer;
}
.single-price a {
    margin-top:  20px;
}

.count-price span {
    font-size:  15px;
    margin:  0 1px;
}
.count-price strong {
    font-size: 36px;
}
.price-body li:last-child {
    padding:  0;
}
.single-price:hover .price-head:after,
.single-price.active .price-head:after{
    background-image: url(assets/img/price-hover-bg.png);
}
.single-price:hover,
.single-price.active{
    -webkit-box-shadow: 0 7px 25px 0 rgba(5, 5, 5, 0.3);
            box-shadow: 0 7px 25px 0 rgba(5, 5, 5, 0.3);
}
/*----------------------------*/
/* 11 - Team Area CSS
/*---------------------------*/
.team-area {
    position: relative;
    z-index: 3;
    margin-top: 95px;
}
.single-team img {
    width:  100%;
}
.single-team {
    position:  relative;
    z-index:  1;
    overflow:  hidden;
}

.single-team:hover .team-hover {
    visibility:  visible;
    z-index:  2;
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom:  0;
}
.team-hover {
    text-transform: capitalize;
    padding: 15px 5px;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    cursor: pointer;
}

.team-hover h6 {
    text-transform:  uppercase;
    font-weight:  700;
    margin:  0;
}
.team-hover p {
    margin:  0 0 5px;
}
.social-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 1.5px;
}
/*----------------------------*/
/* 12 - Testimonial Area CSS
/*---------------------------*/
.testimonial {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}
.testimonial-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(assets/img/team/team-bg.png);
}

.tastimonial-slider {
    margin: 50px 0 40px;
}

.single-tastimonial h4 {
    font-weight:  700;
    text-transform:  capitalize;
    margin:  0;
}

.single-tastimonial span {
    font-weight:  300;
    text-transform:  capitalize;
    display:  block;
    margin-bottom:  10px;
}
.testimonial-images {
    width: 100px;
    height: 100px;
    z-index: 99999;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    margin: auto;
    margin-bottom: -49px;
}
.testimonial-info {
    padding: 30px;
    padding-top:  70px;
}
.tastimonial-slider .owl-dots div {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    float: left;
    margin: 2px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 14px;
}

.tastimonial-slider .owl-dots {
    text-align:  center;
    position:  absolute;
    left:  50%;
    -webkit-transform:  translateX(-50%);
        -ms-transform:  translateX(-50%);
            transform:  translateX(-50%);
    bottom: 15px;
}
.tastimonial-slider .owl-dots div.active span {
    width: 9px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    margin-left: .5px;
}
/*----------------------------*/
/* 13 - FAQ Area CSS
/*---------------------------*/
.faq-description {
  margin-top: 16px;
}
.faq-description .card {
  border: none;
  -webkit-border-radius: 0px !important;
          border-radius: 0px !important;
  border-left: 1px solid;
  margin-top: 10px;
}
#accordion .card-header {
    padding: 18px 16px 18px 0;
    display: block;
    position: relative;
}
.faq_description .card-header h5{
    padding-right: 25px;
}
.faq-description .card-body {
    padding:  15px;
}
.card-header h5 a {
    overflow: hidden;
    display: block;
    width: 90%;
    text-align: left;
}
.faq-description .btn.btn-link:hover {
  text-decoration: none;
}
.faq-description .card-header .btn.btn-link.collapsed:after {
  content: "\f067";
  position: absolute;
  right: 10px;
}

/*
*/

.card-header h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.multipl_que{
    font-size:18px;
    
}
.multipl_ans{
    margin-left: 37px;
}
.m-paragrap{
    font-size: 16px;
}
.multipl_system{
  margin-left: 16px; 
}
/*----------------------------*/
/* 14 - Client Area CSS
/*---------------------------*/
.width-360{
    width: 360px;
}
#client-slide-text {
    overflow: hidden;
}
.client-slide-image .single-item img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.client-slide-image .single-item {
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
            transform: scale(.7);
    padding: 25px 0;
}
.client .width-360 {
    margin: 0 auto;
}
.client-slide-image .single-item.slick-current{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.ratting {
    margin-right:  10px;
}
.ratting i {
    color: #f3c30b;
    font-size: 16px;
}
.content img {
    width:  110px;
    position:  absolute;
    left:  0;
    -webkit-border-radius:  50%;
            border-radius:  50%;
}

.content {
    position:  relative;
    z-index:  1;
    padding-left: 140px;
}
.content p {
    position: relative;
    z-index: 1;
    text-align: justify;
    padding: 0px 5px;
}
.content p:before{
    left: -15px;
    top: 8px;
    content: "\f10d";
}
.content p:after{
    right: 0;
    bottom: -5px;
    content: "\f10e";
}
.content p:before,
.content p:after{
    position: absolute;
    font-family: fontAwesome;

}
.client .slick-arrow {
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 8;
    font-size: 20px;
    cursor: pointer;
}

.client .slick-arrow.slick-next {
    position:  absolute;
    left:  auto;
    right:  -10%;
}
/*----------------------------*/
/* 15 - Blog Area CSS
/*---------------------------*/
.single-blog {
    border:  1px solid;
    -webkit-border-radius:  5px;
            border-radius:  5px;
    overflow: hidden;
}
.single-blog img {
    max-width:  100%;
}

.blog-content {
    padding: 15px 15px 30px;
    position: relative;
}

.blog-plus-icon {
    position:  absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align:  center;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    -webkit-box-shadow:  0 5px 25px rgba(0,0,0,.25);
            box-shadow:  0 5px 25px rgba(0,0,0,.25);
    right: 15px;
    top: -15px;
}

.blog-info {
    padding:  10px 0;
    overflow:  hidden;
}

.blog-info .blog-left {
    float:  left;
    width:  60%;
}

.blog-info .blog-right {
    float:  right;
    width:  40%;
    text-align:  right;
}

.blog-info span i {
    margin-right:  5px;
}

.blog-info span {
    font-size:  16px;
    font-weight: 300;
}

.blog-link {
    display:  block;
    font-weight:  700;
    font-size:  20px;
    line-height:  1.2;
}
/*----------------------------*/
/* 16 - Contact Us Area CSS
/*---------------------------*/

.cta-form .cta-mail {
    position:  relative;
    width:  100%;
    border:  none;
    -webkit-border-radius:  30px;
            border-radius:  30px;
    height:  40px;
    padding:  0 30px;
}

.cta-form .cta-btn {
    position:  absolute;
    right:  0;
    top:  0;
    height:  40px;
    border:  none;
    width:  120px;
    text-transform: uppercase;
    font-weight:  700;
    margin-right: 17px;
    cursor: pointer;
}
.cta-form {
    text-align:  center;
}

.cta-form .subscription-success, .cta-form .subscription-error {
    display:  inline-block;
    padding-left: 25px;
    position:  relative;
    line-height:  1;
}

.cta-form .subscription-success i, .cta-form .subscription-error i {
    position:  absolute;
    left:  0;
    top: 18px;
    color: #00c4ff;
}
.cta-form .cta-mail:focus,
.cta-form .cta-btn:focus,
input:focus,
textarea:focus,
button:focus{
    outline: none;
}







.success {
    color: #09ec3d;
}
.error, .cta-form .subscription-error {
    color: #8108b1;
}
/*----------------------------*/
/* 17 - Banner Title CSS
/*---------------------------*/
.page-warper .header-area {
    border-bottom: 1px solid #ddd;
}
.page-warper {
    background-color: #f8f8f8;
}
.banner-blog-single-title-bg {
    
    background-image: url('assets/img/blog/blog-bradcumb-bg.jpg')
}
.page-title-banner {
    position: relative;
    overflow: hidden;
    -ms-background-size: cover;
    background-size: cover;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-title-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .72);
}
.page-title-banner-text {
    position: relative;
}
.page-title-banner-text h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 50px;
}
.page-title-banner-text .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}
.breadcrumb-item.active {
    font-weight: 700;
}
/*----------------------------*/
/* 18 - Single Blog CSS
/*---------------------------*/

.blog-page .figure {
    margin: 0;
}
.blog-text{
    padding: 40px 30px;
}

.blog-text h4{
    color: #000;
}

.block-text {
    padding: 60px 30px;
    border-left: 3px solid #9954eb;
}

.blog-text .admin-info{
    font-size: 12px;
}
.blog-text .admin-info .date {
    margin-left: 20px;
    margin-right: 10px;
}
.blog-text .admin-info .comment{
    margin-left: 10px;
}
.bulate{
    padding-left: 60px;
}
.bulate li{
    position: relative;
}
.bulate li:before,
.post-sheare:before {
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    background-color: #2095f2;
}
.bulate li:before {
    left: -27px;
}
.sheare-breadcrumb{
    padding: 20px 30px;
}
.sheare-breadcrumb p{
    margin: 0;
}
.post-sheare {
    background-color: #fff;
    position: relative;
    padding-right: 60px;
}
.post-sheare:before {
    right: 10px;
    top: 5px;
    width: 36px;
    height: 36px;
}
.ads {
    display: inline-block;
    padding-top: 12px;
    margin-left: 15px;
}
.blog-text .pagination .page-item .page-link {
    border-radius: 52px !important;
    -webkit-transition: .3s;
    transition: .3s;
    color: #6d6a6b;
    overflow: hidden;
}
/*----Admin comment----*/
.content-blog-a {
    overflow: hidden;
    
}
.e-blog-A {
    float: left;
    list-style: none;
}
.e-blog-A img {
    height: auto;
    max-width: 80px;
}

.blog-a-text {
    list-style: none;
    padding-left: 100px;
}
.blog-a-text h5 {
    margin: 0;
    display: inline-block;
}
.blog-a-text h5 a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.blog-a-text p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}
.blog-text .breadcrumb, .blog-text .block-text,
.blog-text .pagination .page-item .page-link {
    background-color: #f1f1f1;
    border-radius: 0;
}
/* Comment Css */
.padding-title{
    padding: 10px 30px;
}
.border-bottom{
    border-bottom: 1px solid #e1e1e1;
}
.comment-date {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
/*form section*/
.best-comments-form {
    margin-top: 60px;
}
.best-comments-form .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 40px;
    font-size: 13px;
    margin-bottom: 20px;
    background-color: transparent;
}
.best-comments-form textarea.form-control {
    height: 200px;
    resize: none;
}
.best-comments-form .form-group {
    margin-bottom: 5px;
}
.send-me-ph .best-button{
    background-color: #ff0000;
    color: #fff;
}
/*----------------------------*/
/* 19 - Sidebar Area
/*---------------------------*/
.sidebar-search-form .input-wrapper{
  position: relative;  
}
.sidebar-search-form button {
    display: block;
    height: 38px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #2095f2;
    font-size: 20px;
    background: transparent;
}
.sidebar-search-form .form-control{
    border-radius: 0;
    
}
.sidebar-block .content-blog-a {
  padding: 20px 0;
}
.sidebar-block .content-blog-a:last-child {
  border: none;
}
.sidebar-block .comment-author-info .admin-info span {
  font-size: 10px;
}
.sidebar-block .comment-author-info .admin-info .comment-date {
  display: inline-block;
}
.sidebar-block .comment-author-info .admin-info span a {
  font-size: 10px;
}
.sidebar-block .blog-a-text {
    padding-left: 85px;
}
/* Category Css */
.sidebar-block .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-left:none;
}
.dropdown-menu {
    padding: 0;
    font-size: 12px;
    border-radius: 0;
}
.badge-light {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 8px;
    margin-left: 10px;
    margin-bottom: 12px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.badge-light:hover{
    background-color: #2394f4;
    color: #fff;
    border-color: #2394f4;
}
.tags{
    margin-left: -10px;
}
/*----------------------------*/
/* 20 - Footer Area CSS
/*---------------------------*/
.app-download-button {
    margin-top:  40px;
}
.app-download-button a {
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 5px;
    overflow: hidden;
    padding: 20px 15px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.app-download-button a i {
    position: absolute;
    left: 4%;
    top: 50%;
    font-size: 22px;
    line-height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-download-button a:last-child {
    margin:  0;
}
.desc_footer{
    justify-content: center;
    gap: 10px;
    margin-right: 25px;
}
.desc_condi {
    color: #fff !important;
}
.desc_condi:hover{
   text-decoration: underline !important;
    
}


/*----------------------*/
/* 21 - Preloader CSS
/*---------------------*/
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999999999;
}

.loader {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.loader > div {
    height: 100%;
    width: 8px;
    border-radius: 10px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
    background-color: #754fa0;
}

.loader .bar2 {
    background-color: #09b7bf;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .bar3 {
    background-color: #90d36b;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .bar4 {
    background-color: #f2d40d;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .bar5 {
    background-color: #fcb12b;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader .bar6 {
    background-color: #ed1b72;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes delay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.05);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {
    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/*----------------------------*/
/* 22 - Back to top CSS
/*---------------------------*/
.back-to-top { 
    z-index: 99;
    position: fixed;
    margin: 0px;
    position:fixed;
    bottom:40px;
    right:15px;
    border-radius: 3px;
    background: transparent;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.back-to-top i { 
    padding-top: 2px;
    font-size: 20px;
}
.back-to-top span {
    display: block;
    line-height: 8px;
    font-size: 11px;
}
.b-btn-group-hor.f-btn-group-hor {
	margin-left: -6px;
}
.b-short-photo-items-group.payment-img {
	margin-top: 17px;
}
footer .footer-desc {
	text-align: justify;
}
.informative-links li a {
	color: #fff;
}
/*----------------------------*/
/* 23 - Transition CSS
/*---------------------------*/
.hero-area .owl-dots,
.single-feture-boxed,
.single-price a,
.team-hover,
.social-icon a,
.faq-description .card-header button::after,
.client-slide-image .single-item img,
.blog-link,
.footer-content .social-icon a,
.back-to-top,
.feture-icon:after,
.feture-icon:before,
.price-head:after,
#sticky_anchor.sticky{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*----------------------------*/
/* 24 - Color CSS
/*---------------------------*/

.c1-bg,


.c1-bo,
.right-spacial.choose .single-spacial:after{
  border-color: #666666 !important; 
}

.c2,
.red-color,
.slider-title,
.slider-button .border-button.c2-bo,
.hero-area .owl-dots .owl-dot,
.section-title.hedding-defoult h2,
.single-feture-boxed h4,
.spacial-icon,
.discover-content h2,
.discover-content a,
.trial-content a,
.count-icon,
.faq-description .card-header a::after,
.blog-plus-icon,
.blog-link:hover,
.faq-description .btn.btn-link:hover,
.footer-content .social-icon a,
.page-link,
.page-link:focus, .page-link:hover,
.category-list li > a,
.sidebar-search-form button {
  color: #5712b2; 
}
.page-item.active .page-link,
.badge-light:hover,
.bulate li:before, .post-sheare:before,
.slicknav_nav,
.slicknav_btn:hover,
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu ul,
.slicknav_menu a.slicknav_btn{
    background-color: #5712b2;
}
.red-bg,
.slider-button .best-button.boxed-button,
.slider-button .best-button i,
.section-title.hedding-defoult span.title-border:after,
.section-title.hedding-defoult span.title-border:before,
.right-spacial.choose .single-spacial .spacial-icon,
.single-price a:hover,
.single-price.active a,
.team-hover,
.hvr-sweep-to-right:before,
.hvr-shutter-out-horizontal:before,
.best-button.hvr-shutter-in-horizontal:hover,
.footer-content .social-icon a:hover,
.back-to-top,
.testimonial-info,
.screenshort-slider .owl-nav div,
.play-btn.video-btn,
.banner-blog-single-title-bg,
.send-me-ph .best-button{
    background: #fff;
    /*background: -moz-linear-gradient(left, #532285 0%, #7112f0 100%);*/
    /*background: -webkit-linear-gradient(left, #532285 0%,#7112f0 100%);*/
    /*background: linear-gradient(to right, #EA1B23 0%,#EA1B23 100%);*/
/*    background: linear-gradient(to right, #532285 0%,#7112f0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#532285', endColorstr='#7112f0',GradientType=1 );
}

.c2-bo,
.section-title.hedding-defoult span.title-border,
.red-bo,
.single-price a:hover,
.single-price.active a,
.faq-description .card,
.faq-description .card-header button::after,
.single-blog,
.mfp.play-btn.video-btn.hvr-ripple-in:before,
.footer-content .social-icon a:hover,
.slicknav_btn,
.page-item.active .page-link,
.badge-light:hover,
.block-text{
  border-color: #5712b2 !important; 
}

.c3 {
  color: #2ecc71; 
}

.c3-bg {
  background-color: #2ecc71; 
}

.c3-bo {
  border-color: #2ecc71 !important; 
}


.red-bg .section-title.hedding-defoult,
.red-bg .section-title.hedding-defoult h2,
.slider-button .best-button i,
.hero-area .owl-dots .owl-dot.active span,
.hero-area .owl-dots .owl-dot,
.slider-button .best-button,
.trial-content h5,
.trial-content h2,
.right-spacial.choose .single-spacial .spacial-icon,
.single-count h2, .single-count h5,
.single-price a:hover,
.single-price:hover .price-head h2,
.single-price.active .price-head h2,
.single-price.active a,
.team-hover,
.social-icon a,
.content,
.client .slick-arrow,
.contact-form button,
.contact-form input,
 .contact-form textarea,
 .team-hover .social-icon a:hover,
 .footer-content .social-icon a:hover,
 .back-to-top,
 .slicknav_nav,
 .slicknav_nav a:hover,
.screenshort-slider .owl-nav div,
.play-btn.video-btn,
.page-title-banner-text h2,
.page-title-banner-text .breadcrumb li a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff; 
}


.c4-bg,
.hero-area .owl-dots .owl-dot.active,
.hero-area .owl-dots .owl-dot.active span:after,
.red-bg .section-title.hedding-defoult span.title-border:before,
.red-bg .section-title.hedding-defoult span.title-border:after,
.single-feture-boxed:hover,
.spacial-icon,
.count-icon,
.faq-description .card,
.faq-description .card-header,
.blog-plus-icon,
.footer-content .social-icon a,
.team-hover .social-icon a:hover,
.best-button.hvr-shutter-in-horizontal:before,
.slicknav_btn .slicknav_icon-bar,
.sticky,
.gradient-top-bg.sticky,
.page-warper .header-area {
  background-color: #fff; 
}

.c4-bo,
.red-bg .section-title.hedding-defoult span.title-border,
.social-icon a{
  border-color: #fff !important; 
}

.c5 {
  color: #1d9a52; 
}

.c5-bg {
  background-color: #1d9a52; 
}

.c5-bo {
  border-color: #1d9a52 !important; 
}

.c6,
.hedding-defoult,
.section-title.hedding-defoult.c6 h2,
.discover-title,
.right-spacial.choose .single-spacial,
.price-head h2,
.content p:before,
.content p:after,
.blog-link {
  color: #000; 
}

.c6-bg {
  background-color: #000; 
}

.c6-bo {
  border-color: #000 !important; 
}

.dark-bg{
  background-color: #F7F7F9;
}
.dark-color{
  color: #F7F7F9;
}
.dark-bo{
  border-color: #F7F7F9;
}

.light-bg{
  background-color: #FEF5F5;
}
.light-color{
  color: #FEF5F5;
}
.light-bo{
  border-color: #FEF5F5;
}
.admin-image-area {
	padding: 40px 0px;
	background: #FEF5F5;
}
.video-area {
	padding: 40px 0px;
    border-color: #FEF5F5;
}
.hero-area .owl-dots .owl-dot span:after,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.hero-area .owl-dots .owl-dot {
    background-color: #54188D;
}
.hero-area .owl-dots .owl-dot.active,
.hero-area .owl-dots .owl-dot span:after,
.hero-area .owl-dots .owl-dot span {
    color: #54188D;
}
.hero-area .owl-dots .owl-dot span:after {
    border-color: #54188D;
}


@media (min-width: 0px) and (max-width: 767.98px) {

.hero-area.hero-bg-top {
    background: #9954eb;
    
}

}
.bus-banner-title h1 {
	position: relative;
	font-size: 42px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: bold;
	color: #255490;
}
.bus-banner-title h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 3px;
    background: #d8e0e2;
    content: "";
   
}
.bus-banner-title h2, .bus-banner-title {
    position: relative;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #255490;
}
.bus-banner-title::after, .bus-banner-title h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 3px;
    background: #f9ac19;
    content: "";
}
.bus-banner-title-product h2 {
    color: #fff;
    margin-bottom: 25px;
}
.bus-banner-title-product h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    height: 3px;
    background: #f9ac19;
    content: "";
   
}
.bus-banner-title h3 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
}
.banner-content p {
	color: #000;
	line-height: 30px;
	text-align: justify;
}
.banner-content h1 {
    font-size: 1.5rem !important;
}
.short_p {
	margin-top: 20px;
}
.short_img img {
	margin-top: -112px;
}
.banner-content2 ul li {
    color: #000;
    font-size: 18px;
    display: block;
}
.lb-data .lb-close {
	position: absolute;
	top: -30px;
	right: 156px;
}
.banner-content2 ul li span{
    padding: 0 5px;
}
.banner-content2 ul li span{
    float: left;
    margin-right: 5px;
    color: #130F3A;
}
.lb-container{
    position: relative;
}
.bus-slider-sec {
	background: #FAFCFF;
}
.bus-slider-sec .bus-banner-title h1::after {
	position: absolute;
	bottom: -10px;
	left: 47%;
	width: 130px;
	height: 3px;
	margin-left: -36px;
	background: #155261;
	content: "";
}
.bus-slider-sec2 {
	background: #fafcff;
}
.payment-section .bus-banner-title h1 {
	position: relative;
	font-size: 35px;
	text-transform: capitalize;
	text-align: center;
}
/*.payment-section .bus-banner-title h1::after {*/
/*	position: absolute;*/
/*    bottom: -10px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    width: 130px;*/
/*    height: 3px;*/
/*    background: #d8e0e2;*/
/*    content: "";*/
/*}*/
.high-erfo-sec .bus-banner-title {
	text-align: right !important;
}
.high-erfo-sec .bus-banner-title h1::after {
	position: absolute;
	bottom: -10px;
	right: 0px !important;
	left: auto;
	width: 130px;
	height: 3px;
	background: #155261;
	content: "";
	margin-right: 0;
}
.high-erfo-sec .banner-content2 ul li{
    text-align: right;
}
.high-erfo-sec .banner-content2 ul li span{
    float: right;
    margin-left: 5px;
    color: #F79520;
}
.high-erfo-sec {
	background: #D7DFE7;
}
.bus-slider-sec .banner-content2 ul li {
	text-align: left;
    display: block;
}
.bus-banner-title h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
	height: 3px;
	background: #f9ac19;
	content: "";
}
.site-section {
	margin: 25px 0;
}
.special-fetures .bus-banner-title h1 {
	color: #fff;
}
.special-fetures .spacial-icon {
	padding: 6px;
}
.demo-left-box .btn-primary {
	color: #fff;
	background-color: #130F3A;
	border-color: #130F3A;
    margin-top: 3px;
}
.demo-left-box .btn-primary:hover {
	color: #fff;
	background-color: #38317D;
	border-color: #38317D;
}
.demo-right-box .btn-warning {
	color: #fff;
	background-color: #130F3A;
	border-color: #130F3A;
}
.demo-right-box .btn-warning:hover {
	color: #fff;
	background-color: #38317D;
	border-color: #38317D;
}
.demo-right-box .btn-info {
    color: #fff;
	background-color: #130F3A;
	border-color: #130F3A;
}
.demo-right-box .btn-info:hover {
	color: #fff;
	background-color: #38317D;
	border-color: #38317D;
}

.demo-right-box .btn-danger {
    color: #000;
	background-color: #F7941D;
	border-color: #F7941D;
}
.demo-right-box .btn-danger:hover {
	color: #000;
	background-color: #AF9125;
	border-color: #AF9125;
}
.demo-right-box {
	height: 100%;
	display: flex;
	align-items: center;
	flex-flow: column;
}

/*kk new css Bus Booking */
.bus_category {
	background: #fff;
	color: #222;
	padding: 20px 15px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	min-height: 740px;
}
.bus_category .bus_category_img img{
    min-height:210px;
}
.bus_category h2 {
	font-size: 23px;
	color: #484747;
	font-weight: bold;
	margin-top: 10px;
}
.bus_category ul li svg {
	margin-right: 5px;
	color: #FF7F01;
}
.bus_category ul li {
	font-size: 15px;
}
.com_details {
	/* margin-top: 75px; */
	position: absolute;
	width: 81%;
	bottom: 0;
}
#user_define_text p {
	color: #000;
	font-size: 17px;
	text-align: justify;
}
/*Button */
.ticketing_btn {
	background: #2b2457;
	padding: 6px 20px;
	display: block;
	margin-top: 20px;
	box-shadow: 1px 1px 11px rgba(98, 129, 157, 0.4);
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 2px;
}
.bus_ticketing_system {
	margin-top: 50px;
}

/*brand*/



.panel.panel-default {
	border: 2px solid #f4f4f4;
	padding: 4px 15px;
	border-radius: 2px;
}
.carousel-control-next-icon {
	background-image: url("assets/images/icon/arrow_r.png");
	background-size: 22px;
	position: absolute;
	right: 15px;
}
.carousel-control-prev span {
	background-image: url("assets/images/icon/arrow_l.png");
	background-size: 22px;
	position: absolute;
	left: 15px;
}
.band_section {
	margin-top: -52px;
	background: #fff;
	padding-top: 20px;
	margin-bottom: 20px;
}
 /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
/*
.slider-bus .carousel-control-next, .slider-bus .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1%;
	color: #FF9E1F !important;
	text-align: right;
	opacity: .5;
	font-size: 48px;
}
.slider-bus .carousel-control-prev i{
    color: #FF9E1F !important;
}
*/

/*footer section css*/



/* Contact us page */
.sub-page-heading p {
	font-size: 26px;
	margin-bottom: 30px;
}
h3 {
    font-size: 25px;
    font-weight: 700;
}
.cos-request-form {
	font-size: 16px;
	border: 0;
	border-bottom: 2px solid #dadada;
	background-color: #f9f9f9;
	padding: 11px 0 11px 3%;
	margin-top: 18px;
	border-radius: 0px;
	color: #333 !important;
}
.form-control.cos-request-form.cos-request-form2.country_form {
	height: 45px;
}
.form-control{
    outline: 0 !important;
    box-shadow: 0 !important;

}
.g-recaptcha.contact_r_box {
	margin-top: 20px;
}
.contact-form h3 {
	margin-left: 15px;
}
#messageBody {
	min-height: 120px;
}
#submitBTN {
	padding: 5px 50px;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	text-transform: uppercase;
	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;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #ff9819;
	cursor: pointer;
	width: 100%;
	border-radius: .25rem;
}
/* Blog Page */
.blog_post_image {
    position: relative;
}
.date_box {
    background: #ff9819;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 15px;
    font-weight: 600;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
}
.blog_post_meta {
    text-transform: uppercase;
    color: #9a9a9a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-top: -3px;
    width: 100%;
    float: right;
}
.blog_post_title a {
    font-weight: 600;
    color: #1c1c1c;
    margin: 20px 0px;
    display: block;
    text-transform: capitalize;
}

.blog_post_title a:hover {
	color: #5b5b5b;
}
.blog_post_meta span {
    position: relative;
    padding-right: 30px;
    float: left;
}
.blog_post_text {
    margin-top: 15px !important;
    float: right;
}
.blog_post_link {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #ff9819;
	text-transform: uppercase;
	margin-top: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.blog_post {
	margin-bottom: 60px;
	overflow: hidden;
}
.sidebar_section {
	margin-bottom: 58px;
}
#blog_search {
	width: 100%;
	height: 40px;
	font-size: 14px;
	border: solid 1px #b7b7b7;
	padding-left: 12px;
}
#search_submit {
	position: absolute;
	top: -2px;
	right: 13px;
	border: none;
	background: transparent;
	height: 40px;
	width: 40px;
	cursor: pointer;
}
#blog_search:focus {
	border: solid 2px #ff9819 !important;
	box-shadow: none !important;
	outline: none !important;
}
.sidebar_title {
	font-size: 16px;
	font-weight: 600;
	color: #1c1c1c;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
    margin-bottom: 59px;
    position: relative;
}
.sidebar_title::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 43px;
	height: 2px;
	background: #ff9819;
	content: '';
}
.sidebar_categories ul {
	margin-top: -22px;
}
.sidebar_categories ul li {
	height: 53px;
	border-bottom: solid 1px #d7d7d7;
    overflow: hidden;
    list-style: none;
}
.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sidebar_categories ul li a {
	font-size: 13px;
	line-height: 53px;
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_categories ul li a:hover {
	color: #343434;
}
.comments_subtitle {
	margin-top: 55px;
}
.blog_post_subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #1c1c1c;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 11px;
    margin-bottom: 25px;
    position: relative;
}
.blog_post_subtitle::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 43px;
	height: 2px;
	background: #F7941E;
	content: '';
}
.blog_post_reply label {
	margin-right: 20px;
	display: block;
}
.blog_post_reply textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	height: 189px;
	padding: 5px 10px;
}
.blog_post_reply input {
	padding: 2px 10px;
	width: 100%;
}
#commentform .submit {
	width: 150px;
}
.comment-form-url {
	display: none;
}
.comment-form-comment {
	position: relative;
}
.comment-form-comment label::after {
	position: absolute;
	content: '*';
	top: 0px;
	left: 69px;
}
.blog_post_reply .form-submit .submit {
	background: #F7951F;
	border: none;
	padding: 5px 10px;
	border-radius: 11px;
	color: #fff;
	cursor: pointer;
}
.blog-form-input{
    width:301px;
}
.form-control {
	transition: none;
	box-shadow: none !important;
}
.blog_content{
    margin-top: 50px;
}
.blog_post_text ul, .blog_post_text ol {
	padding-left: 20px;
}
.blog_post_text ul li::before, .blog_post_text ol li::before {
	padding-left: 20px;
}


/****************************** Hasan ***********************************/
/********************** Event Ticketing System **************************/

.event-ticketing-section {
	background: #F7F7F9;
	padding: 25px 0;
}
.event-ticket-title-main h1 {
	position: relative;
	font-size: 35px;
	text-transform: capitalize;
	font-weight: 700;
	color: #235C9C !important;
}
.event-ticket-title-main h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
	height: 3px;
	background: #d8e0e2;
	content: "";
}
.text-center.event-ticket-title p {
	color: #000;
	font-weight: normal;
	font-size: 20px;
}
.event-ticket-banner-section {
	margin-top: 25px;
}
.event-ticket-banner-content p {
	color: #000;
	text-align: center;
	line-height: 1.8;
	margin: 0;
}
.event-ticket-banner img {
	width: 100%;
}
.event-ticket-title {
    margin-bottom: 40px;
}
.gx-3{
    gap:12px;
}
.online-event-section {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #eee;
}
.online-event-img {
	position: relative;
	cursor: pointer;
}
.online-event-img img {
	width: 100%;
}
.resource-tint {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	background-image: linear-gradient(2deg, #15002487, transparent 33%);
}
.online-event-content {
	position: absolute;
	bottom: 10px;
	left: 28%;
}
.online-event-content p {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.online-event-content-ctd {
	position: absolute;
	bottom: 10px;
	left: 25%;
}
.event-get-ready-content {
    padding: 10px;
}
.event-get-ready-content p {
    text-align: justify;
    margin: 0;
}
.online-event-content-ctd p {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.event-get-ready-content h6 {
	font-size: 20px;
	font-weight: 600;
}
.single-platform-title p {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    margin: 0;
}
.single-platform-content p {
    text-align: justify;
    margin: 0;
}
.single-platform-img {
    border-radius: 7px;
    overflow: hidden;
}
.single-platform-img img {
    width: 100%;
}

/**************** Image Gallery **********************/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg2:hover {opacity: 0.7;}

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg3:hover {opacity: 0.7;}

#myImg4 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg4:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.gallery-modal-close1 {
	position: absolute;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
.gallery-modal-close2 {
	position: absolute;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
.gallery-modal-close3 {
	position: absolute;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
.gallery-modal-close4 {
	position: absolute;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
.blog_post_title {
    font-size: 32px;
    margin-bottom: 30px;
}
.service-sub-page img {
    width: 100%;
    height: auto;
    max-height: 400px;
}

#st-cmp-v2 .st-cmp-app .st-cmp-settings {
    display: none;
}
div#st-cmp-v2 {
    display: none !important;
}
/**/
span#vookmarkBtn {
    display: none;
}
.driver-app-slider {
	width: 27% !important;
	margin-right: 8% !important;
	margin-left: 6% !important;
}
.carousel-indicators .active {
	background-color: #f9ad1c;
}
@media(max-width: 991px) {
    .section-padding {
        padding: 35px 0 !important;
    }
}
@media(max-width: 768px) {
    .section-padding {
        padding: 35px 0 !important;
    }
    .services ul {
        text-align: left;
        margin-left: 9%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .payment-card {
        margin-bottom: 0 !important;
    }
    .payment-section .col-lg-1.col-md-2.col-sm-2.col-3 {
        padding: 5px;
    }
    .payment-card img {
        height: 60px;
        object-fit: contain;
        width: 100% !important;
        text-align: center;
        display: block;
        margin: 5px auto;
    }
}
@media(max-width: 412px) {
    .services ul {
        text-align: left;
        margin-left: 9%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/*=============================================================================
-------------------------------------------------------------------------------
                                    THANK YOU   
-------------------------------------------------------------------------------
===============================================================================*/

/* Carousel Arrow */
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.custom_slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0 !important;
    /* display: none; */
}
.custom_slider .owl-prev {
    left: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.custom_slider .owl-next {
    right: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.custom_slider .owl-nav button span {
    background: #255490;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    font-size: 28px !important;
}
.bg__gray__box {
    background: #f2f3f5 !important;
    padding: 10px 0px;
    border-radius: 10px;
}
.custom_slider .owl-nav button:hover span {
    opacity: 1;
}
.custom_slider .owl-dots {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: -38px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f9ac19;
}
.branded_slider{
    background: #f2f3f5;
    height: 400px !important;
    border-radius: 10px;
    overflow: hidden;
}
.branded_slider .item img {
    height: 400px !important;
    border: 1px solid #eee !important;
    margin: 0 auto;
}
.feature{
    background: #fff;
}
/*  */
.feature {
    position: relative;
    min-height: 125px;
    margin: 2rem auto;
    padding: 10px;
    border-radius: 0.75em;
    box-shadow: 5px 5px 20px rgba(0 0 0/0.15);
    text-align: left;
    transition: transform 200ms ease-in;
    width: 100%;
    min-width: 240px;
}
.feature__wrapp__title {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
}
.feature__title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
}
.feature__img {
    width: 64px;
}
  
.booking-system-wrapper {
    background-color: #f6faff;
    padding-bottom: 60px !important;
}
  /* separate styling */
  
  .section__title {
    margin: 0 auto;
    max-width: 90%;
    font-size: 1.65rem;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
  }
  
  .section__title span {
    font-weight: 700;
  }
  
  .section__desc {
    max-width: 32ch;
    margin: 1rem auto 3rem;
    color: var(--Grayish-Blue);
    font-size: 1rem;
    text-align: center;
  }
  
  .feature-one {
    border-bottom: 5px solid #000;
  }
  
  .feature-two {
    border-bottom: 5px solid #f00;
  }
  
  .feature-three {
    border-bottom: 5px solid #f9ac19;
  }
  
  .feature-four {
    border-bottom: 5px solid #255490;
  }
  
  /* media queries */
  
  @media (min-width: 1000px) {
    body {
      align-items: center;
      min-height: 100vh;
    }
  
    /*section {*/
    /*  max-width: 200rem;*/
    /*}*/
  
    .section__title {
      margin: 0 auto;
      max-width: 40%;
      font-size: 2rem;
    }
  
    .section__desc {
      max-width: 55ch;
      margin: 1rem auto 1rem;
    }
  
    .features {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
  
    .feature-one {
      margin: auto 0;
    }
  
    .feature-four {
      margin: auto 0;
    }
  }
  
  /*  */
  .featured-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #255490;
}
img.featured-icon {
    width: 42px;
    margin-top: 18px;
    filter: invert(1);
}
.ticketing_info_box {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 28px;
    min-height: 76px;
}
.bus_booking {
    box-shadow: 0px 1px 5px 1px #ff9819 inset;
    padding: 15px;
    height: 100%;
}
.ticketing_texts{
    text-align: center;
}
/*button-demo*/

.demo_button {
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    background-color: rgb(255 152 25);
    text-transform: capitalize;
    transition: all ease-in-out 0.10s;
    animation: blinkingBackground 3s infinite;
   
}
@keyframes blinkingBackground {

    /*0% {*/
    /*    background-color: #f9ac19);*/
    /*}*/
    50% {
     background-color: #224d89;
    }
    /*100% {*/
    /*    background-color:#254480F;*/
    /*}*/

}

/*.demo_button:hover {*/
/*     background-color: #273370;*/
/*    color: #fff;*/
   
/*}*/
.demo_button:hover {
    transform: translateY(4px);
    color:#fff;
    cursor: pointer;
    
}
/*button-demo*/

.sub-page-heading h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}
.comment-body {
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
    background: #ffffff;
    border: 1px dashed #ddd;
}
.comment-body .avatar.photo {
    border-radius: 50%;
}
.comment-body cite.fn {
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    font-size: 18px;
    margin-left: 6px;
}
.comment-body a {
    color: #22518e;
    font-size: 15px;
    display: inline-block;
}
h3#comments {
    display: none;
}
ol.commentlist {
    list-style: none;
    padding: 0;
}
.comment-body p {
    font-size: 15px;
    line-height: 26px;
}
span.says {
    display: none;
}
.comments_count_title {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
.comment-meta.commentmetadata {
    margin-left: 43px;
    margin-top: -8px;
    text-align: right;
}
.reply {
    text-align: right;
}
.reply a {
    background: #f7951f;
    padding: 4px 20px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}

.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 32px;
    z-index: 1000;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(109, 117, 141, 0.2) 0px 12px 48px 0px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}
#google_translate_element select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.goog-te-gadget-simple {
    float: right;
    border-radius: 5px;
    border: 0;
}

.navbar-toggler {
    position: relative;
    display: flex;
    align-items: center;
    color: #000 !important;
    width: 40px;
}
.navbar-toggler .navbarTogglerIcon {
    display: block;
}
.navbar-toggler .close-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.navbar-toggler.active .navbarTogglerIcon {
    display: none;
}
.navbar-toggler.active .close-icon {
    display: block !important;
}

/*user*/
.section_user{
    background-color: #f7f7f9;
}
.card_box{
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 15px 20px;
    text-align: center;
    /*margin-bottom: 30px;*/
    min-height:100%;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 4px 1px rgba(235,232,235,1);
}
.user_titles{
    font-weight: 600;
    margin: 0px;
}
/*testimonial*/

.test_section {
    background-color: #f7f7f9;
    color: #fff;
}
.test_hed_title{
  text-align: center;
}
.test_section_all {
    padding: 35px 15px;
}
.cw_bokings{
    color:#255490;
}

.test_text {
    background: #244682;
    padding: 16px 16px;
    text-align: justify;
    line-height: 24px;
    border-radius: 20px;
    border: 1px solid #fff0;
    min-height: 100%;
    transition: transform 0.3s ease;
}

.test_text:hover {
    transform: translateY(-6px);
    border: 1px solid #ffffff29;
    background: #262f6d;
}

.test_paragrap{
    padding:16px 0px;
    margin: 0px !important;
   
}
.test_operator{
    font-size: 22px;
    font-weight: 600;
   
}
/*.operator_feed{*/
/*    margin-bottom: 30px;*/
/*}*/
/*===booking setion==*/

.page-sec {
    padding: 70px 0px !important;;
}
.page-sec .heading {
    color: #1e1e1e;
    text-align: center;
    font-size: 42px;
    line-height: 60px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.page-sec .disc {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.8;
}
.multi-cases .small-thumb {
    margin-bottom: 55px;
}
.taxipulse-page .padd {
    padding-left: 10px;
    padding-right: 10px;
}
.multi-cases .abs-wrap {
    overflow: hidden;
    border-radius: 10px;
}

.rel {
    position: relative;
}
.padd {
    padding-left: 10px;
    padding-right: 10px;
}
.page-sec .para {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 1.8;
    opacity: 0.8;
}
.abs-wrap .img-res {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.multi-cases .abst {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 22;
    position: absolute;
    top: 60%;
    transition: all 0.3s linear 0s;
}
.rel:after {
    background: linear-gradient(180deg, transparent 10.87%, rgba(0, 0, 0, .6) 53.06%, #373030b5);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.multi-cases .abs-wrap:hover .abst {
    background-color: rgb(0 0 0 / 50%);
    top: 0;
}

.multi-cases .abs-wrap:hover .abst h4 {
    color: #f9ac19;
    margin-top: 140px;
     /*position: relative;*/
  
}
.multi-cases .abs-wrap .abst h4 {
    color: #fff;
    bottom: 18px;
    font-size: 20px;
    margin-top: 60px;
    font-weight: normal;
   
}
.solution_box {
    background: #eee;
    min-height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    text-align:center;
}
.solution_box_imgBox {
    position: relative;
    overflow: hidden;
    max-height: 250px;
}
.img-res {
    width: 100%;
    transition: all ease-in-out 0.3s;
    object-fit: cover;
    object-position: center;
}
.solution_box:hover .solution_box_imgBox img{
    transform:scale(1.1);
}
.solution_box h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #255490;
}
.abst-new {
    padding: 15px;
}
.multi-cases .abst p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    opacity: 0.7;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
  
}

/*===faq setion css==*/
.Frequently_section{
  background: #f7f7f9; 
}
.card{
  margin-bottom: 15px;
  border: none;
    
}
.card-header {
    padding: 5px;
    margin-bottom: 0;
    border-bottom: 0px; 
    background: #fff;
    border: 1px solid #21559236;
    border-radius: 10px !important;
}

.btn-link{
    font-size: 16px;
    font-weight: 600;
    color:#120f0f;
    word-wrap: break-word;
    text-wrap: inherit;

}.btn-link:hover{
    text-decoration: none;
    color:#234885;

}
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
    color:#214b87;
}

/*.btn-link.btn:not(:disabled):not(.disabled) {*/
/*      color:#234885;*/
/*}*/
.card-body {
    padding: 10px 19px;
}
.card-body p{
   font-size: 16px;
   margin: 0;
}
.btn-link {
    background-image: url("./assets/images/icon/accrodions.svg");
  
}
.btn-link{
     display: flex;
    justify-content: space-between;
}
.btn-link i{
    margin-left: auto;
}

.arrow-animate{
  transform: rotate(-180deg);
  opacity: 1;
}
.counter::after {
    content: "+";
    display: inline-block;
}
/*Marketplace Bus Booking System*/

/* Hero Section */
.marketplace-hero-section{
    background: #fff7f0 url(../images/banner/marketplace-bg.jpg);
    min-height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.marketplace-hero-section h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    max-width: 80%;
    margin: 0 auto 15px;
}
.marketplace-hero-section .hero_desc {
    font-size: 16px;
    margin: 10px 0px 20px;
}
.site_btn {
    background: #f9ac19;
    color: #000000;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    min-height: 45px;
}
.site_btn:hover {
    opacity: 0.8;
    box-shadow: 5px 5px 15px #fabc46ad;
    color: #000;
}
/* Feature Cards */
.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Buttons */
.btn-primary {
    background: #255490;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Icons */
.bi {
    transition: all 0.3s ease;
}

.feature-card:hover .bi {
    transform: scale(1.1);
}

/* Accordion */
.accordion-button {
    border-radius: 10px !important;
    border: none;
    background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
}

.accordion-item {
    border-radius: 10px;
    overflow: hidden;
}

/* Cards */
.card {
    border-radius: 15px;
    /*overflow: hidden;*/
}

/* Badges */
.badge {
    border-radius: 20px;
    font-weight: 500;
}


/* Custom Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive Design Enhancements */
@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    section {
        padding: 60px 0;
    }
    
    .display-3 {
        font-size: 2.5rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .display-5 {
        font-size: 1.8rem;
    }
}

/* Loading Animation */
.loading {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.loading.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Custom Shadows */
.custom-shadow {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Hover Effects for Links */
.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #667eea !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: linear-gradient(45deg, #667eea, #764ba2);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

/* Specialized Booking Systems Cards */
.specialized-card {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.specialized-card:hover {
    border-color: #667eea;
    transform: translateY(-5px);
}

/* Payment Gateway Icons */
.payment-icon {
    font-size: 2.5rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.payment-icon:hover {
    opacity: 1;
}

/* CTA Section Background */
.bg-primary {
    /*background: linear-gradient(135deg, #f9ac19 0%, #22528f 100%) !important;*/
    background: #ffffff !important;
}

/* Testimonial Card */
.testimonial-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
}

/* Star Rating */
.star-rating .bi-star-fill {
    color: #ffc107;
    font-size: 1.2rem;
}

/* Section Dividers */
.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
    margin: 40px 0;
}
.theme_color{
    color: #f9ac19;
}
.site_sub_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color:#120f36;
}
.section_padding{
    padding:60px 0px;
}
.custom_width_para{
    width: 80%;
}
.patform_feature_card {
    padding: 30px 10px 20px 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #d7e5f0b5;
    border: 0;
    z-index: 1;
    border-radius: 3px;
    height: 100%;
}
.patform_feature_card_icon{
    margin: 0;
    max-width: 98px;
    width: 100%;
    height: 112px;
    flex-shrink: 0;
    mask-image: url('../images/marketplace/box-shape.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: -30px;
    font-size: 62px;
    line-height: 1;
}
.patform_feature_card:hover .patform_feature_card_icon{
    animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.patform_feature_card:hover .marketplace_custom_icon {
    filter: invert(1);
}
.patform_feature_card_style_1 .patform_feature_card{
    background: #4d77a9;
}
.patform_feature_card_style_1 .marketplace_custom_icon_title {
    color: #fff;
}
@keyframes wobble-horizontal-hover {
  0%, 100% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-8%);
  }
  30% {
    transform: translateX(6%);
  }
  45% {
    transform: translateX(-4%);
  }
  60% {
    transform: translateX(3%);
  }
  75% {
    transform: translateX(-2%);
  }
}


.marketplace_custom_icon {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}
.marketplace_custom_icon_title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
}
.why_choose_img {
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 20px;
    object-fit: contain;
    display: inline-block;
}

.marketplace_whyus_title{
    font-size: 22px;
    font-weight: 600;
    min-height: 60px;

}
.marketplace_whyus_pera{
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.title_paragrap{
    padding:5px 10px;
}

.cat_sections {
    font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px !important;
    /* border-radius: 50%; */
    color: #F9AC18 !important;
    /* background: #272c6a0a; */
}
.header_titles{
   color: #120f36;
}
.paragraps{
    color:#6c757d;
}


.process-icon-thumb {
    position: relative;
    z-index: 1;
}

.process-icon-thumb:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: -29px;
    border: 3px dashed #ff9819;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
    line-height: 150px !important;
}
@keyframes rotateme{
    
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*====privacy and policy===*/
.event-ticket-title h1,h2,h3,h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #130F3A;
}
.event-ticket-title p {
    color: #000;
    font-weight: normal;
    font-size: 17px;
}
.contact_info{
    margin-left: 50px;
}
.event-ticket-title {
    margin-bottom: 40px;
    margin: 50px 0px;
}
/*=====Terms & Conditions===*/
.bg_grad2 {
    background-image: linear-gradient(45deg,
			hsl(60deg 47% 93%) 0%,
			hsl(68deg 48% 93%) 11%,
			hsl(75deg 48% 94%) 22%,
			hsl(83deg 48% 95%) 33%,
			hsl(92deg 47% 95%) 44%,
			hsl(101deg 46% 96%) 56%,
			hsl(111deg 44% 96%) 67%,
			hsl(122deg 42% 97%) 78%,
			hsl(132deg 43% 97%) 89%,
			hsl(140deg 43% 97%) 100%);
}
.page-title {
    margin-top: 35px;
    margin-bottom: 45px;
    font-size: 50px;
}


/* Hero Section intercity page*/

.marketplace-intercity-hero-section{
    background: #fff7f0 url(../images/intercity-bus/short-distance-hero-banner.jpg);
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.marketplace-intercity-hero-section h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    max-width: 80%;
    margin: 0 auto 15px;
}
.marketplace-intercity-hero-section .hero_desc {
    font-size: 16px;
    margin: 10px 0px 20px;
}
.process-icon-thumbs {
    position: relative;
    z-index: 1;
}

.process-icon-thumbs:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: -29px;
    border: 3px dashed #244682;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
    line-height: 150px !important;
}
.coute_schedule{
    margin-left: 20px !important;
}

/* Hero Section shuttle page*/

.marketplace-shuttle-hero-section{
    background: #fff7f0 url(../images/short-shuttle-bus/shuttle-hero-banner-bus.jpg);
    min-height: 295px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.marketplace-shuttle-hero-section h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    max-width: 80%;
    margin: 0 auto 15px;
}
.marketplace-shuttle-hero-section .hero_desc {
    font-size: 16px;
    margin: 10px 0px 20px;
}
.cat_shuttle_sections {
    font-size: 40px;
    width: 50px;
    height: 90px;
    line-height: 90px !important;
    color: #214b87 !important;
}









































