/*
Theme Name: Jazz


*/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


body, h1, h2, h3, h4, h5, h6, a, font, span, p{
	font-family: 'Roboto', sans-serif !important;
	--GreyColor: #454343;
	--BlackColor: #171717;
	--BlueColor: #06104b;
	--PurpleColor: #702388;
	--RedColor: #d61e80;
}

a{
	transition-duration: 0.3s;
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

.container{
    max-width: 1240px !important;
}

p{
	color: var(--GreyColor);
	font-size: 16px;
	line-height: 28px;
}

.footer-wrap{
	width: 100%;
	background: #606060;
	padding-bottom: 15px;
}

.footerbtm-wrap{
	width: 100%;
	min-height: 70px;
	background-color: #ffffff;
	font-size: 15px;
}

.footerbtm-wrap p{
	font-size: 15px;
	padding: 0;
	margin: 18px 0px 0px 0px;
	color: var(--GreyColor);
}

.footerbtm-wrap .col-lg-5 p{
	text-align: right;
}

.footerbtm-wrap .col-lg-5 p a{
	color: var(--GreyColor);
	padding: 0;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
}

.footerbtm-wrap .col-lg-5 p a:hover{
	color: var(--RedColor);
}

.menu-footer-container ul{
	width: 100%;
	padding: 0;
	margin: 0px 0px 60px 0px;
	text-align: center;
}

.menu-footer-container ul li{
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.menu-footer-container ul li a{
	text-transform: uppercase;
	padding: 0px 30px 0px 0px;
	margin: 0px 30px 0px 0px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #b4b7c8;
}

.menu-footer-container ul li:last-child a{
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

.menu-footer-container ul li a:hover{
	color: var(--RedColor);
}

.footer-wrap .footer-socialmedia{
	width: 100%;
	padding: 0;
	margin: 60px 0px 40px 0px;
	text-align: center;
	float: left;
}

.footer-wrap .footer-socialmedia li{
	list-style: none;
	padding: 0px 8px;
	margin: 0;
	display: inline-block;
}

.footer-wrap .footer-socialmedia li a{
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	display: block;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
}

.footer-wrap .footer-socialmedia li a:hover{
	background: white;
	color: #606060;
}

.footer-wrap .footer-top-wrapper{
	width: 100%;
	height: 100px;
	background: rgba(112,35,136,1);
background: -moz-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1)));
background: -webkit-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: -o-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: -ms-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: linear-gradient(to right, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 );
}

.footer-wrap .footer-top-wrapper .row{
	margin: 0px;
}

.footer-wrap .footer-top-wrapper .row .col-lg-8{
	padding: 0px;
}

.footer-wrap .footer-top-wrapper .row .col-lg-4{
	padding: 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	min-height: 100px;
}

.footer-wrap .footer-top-wrapper .row .col-lg-8 .col-lg-4:last-child{
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-wrap .footer-top-wrapper .row .col-lg-4:last-child{
	border-right: none;
}

.footer-wrap .footer-top-wrapper .row .col-lg-8 .col-lg-4 span{
	width: 100%;
	position: relative;
	margin-top: 20px;
	float: left;
}

.footer-wrap .footer-top-wrapper .col-lg-8 span h6{
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.footer-wrap .footer-top-wrapper .col-lg-8 span h2{
	padding: 0;
	margin: 0;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
}

.footer-wrap .footer-top-wrapper a{
	width: 256px;
	height: 55px;
	float: left;
	left: 50%;
	position: relative;
	margin-left: -128px;
	margin-top: 23px;
}

.footer-wrap .footer-top-wrapper a img{
	width: 256px;
	height: 55px;
}

.footer-wrap .footer-top-wrapper .col-lg-8 .col-lg-4:nth-child(1) span{
	padding-left: 142px;
}

.footer-wrap .footer-top-wrapper .col-lg-8 .col-lg-4:nth-child(1) span:before {
    width: 42px;
    height: 47px;
    content: '';
    position: absolute;
    left: 85px;
    top: 8px;
    background: url(../jazz/assets/img/years.png) no-repeat;
}

.footer-wrap .footer-top-wrapper .col-lg-8 .col-lg-4:nth-child(2) span{
	padding-left: 120px;
}


.footer-wrap .footer-top-wrapper .col-lg-8 .col-lg-4:nth-child(2) span:before {
    width: 45px;
    height: 47px;
    content: '';
    position: absolute;
    left: 50px;
    top: 8px;
    background: url(../jazz/assets/img/clients.png) no-repeat;
}

.footer-wrap .footer-top-wrapper .col-lg-8 .col-lg-4:nth-child(3) span{
	padding-left: 135px;
}


.footer-wrap .footer-top-wrapper .col-lg-8 .col-lg-4:nth-child(3) span:before {
    width: 50px;
    height: 47px;
    content: '';
    position: absolute;
    left: 60px;
    top: 8px;
    background: url(../jazz/assets/img/products.png) no-repeat;
}

.homepage-title h6{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #d1212e;
	font-weight: 800;
}

.homepage-title h2{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 45px;
	color: #606060;
	font-weight: 800;
}
.about-title h2{
	text-align: left;
}
.about-title {
	padding-top: 0px!important;
}
.homepage-title{
	position: relative;
	width: 100%;
	padding-top: 55px;
	margin-bottom: 30px;
}



.home-service-wrap .service-item{
	width: 100%;
	border: 1px solid #d1212e6e;
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 12px 0px 12px;
	transition-duration: 0.3s;
	min-height: 355px;
	border-radius:10px;
}

.home-service-wrap .service-item p{
	font-size: 16px;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
	line-height: 26px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.home-service-wrap .service-item:hover{
	text-decoration: none;
	border-color: #d1212e;
	-webkit-box-shadow:0px 0px 12px 0px rgb(209 33 46 / 12%);
	-moz-box-shadow: 0px 0px 12px 0px rgb(209 33 46 / 12%);
	box-shadow: 0px 0px 12px 0px rgb(209 33 46 / 12%);
}

.home-service-wrap .service-item h4{
	width: 100%;
	padding: 0;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: var(--BlackColor);
}

.home-service-wrap .service-item span{
	width: 125px;
	height: 125px;
	background-color: wheat;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -62px;
	margin-bottom: 20px;
	transition-duration: 0.3s;
}

.home-service-wrap .service-item span img{
	width: 125px;
	height: 125px;
	object-fit: cover;
	transition-duration: 0.3s;

}

.home-service-wrap .service-item:hover span{
	width: 90px;
	height: 90px;
	margin-left: -45px;
}

.home-service-wrap .service-item:hover span img{
	width: 90px;
	height: 90px;
}

.home-service-wrap .service-item font{

	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--GreyColor);
	position: absolute;
	left: 0px;
	bottom: 10px;
	opacity: 0;
	transition-duration: 0.3s;
}

.home-service-wrap .service-item:hover font{
	opacity: 1;
	bottom: 30px;
}

.home-service-wrap .service-item font:hover{
	color:#d1212e;
	
}

.home-service-wrap{
	margin-top: 40px;
}

.whatwe-are-wrap p{
	text-align: justify;
}

.whatwe-are-wrap p:last-child{

}

.whatwe-are-wrap a{
	padding: 0;
	margin: 20px 0px 0px 0px;
	font-size: 15px;
	font-weight: 500;
	width: 130px;
	float: left;
	text-align: center;
	height: 38px;
	line-height: 38px;
	position: relative;
	transition-duration: 0.3s;
	overflow: hidden;
}

.whatwe-are-wrap a:hover{
	color: white;
	text-decoration: none;
}

.whatwe-are-wrap a:before{
	width: 150px;
	height: 150px;
	background: var(--PurpleColor);
	content: '';
	position: absolute;
	top: 40px;
	left: 130px;
	border-radius: 50%;
	z-index: -2;
	transition-duration: 0.3s;

}

.whatwe-are-wrap a:hover:before{
	top: -50px;
	left: -10px;
}

.whatwe-are-wrap .col-lg-6 span{
	width: 100%;
	height: 450px;

	display: block;
	margin-top: 5px;
	position: relative;
}

.whatwe-are-wrap .col-lg-6 span img{
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 10px;
}

.whatwe-are-wrap .col-lg-6{
	padding-left: 45px;
	position: relative;
}

.whatwe-are-wrap .col-lg-6{
	padding-right: 0px;
}

.whatwe-are-wrap{
	margin-top: 90px;
}
.whatwe-are-wrap h1{
	color: #606060;
	font-weight: 800!important;
}
.whatwe-are-wrap h5{
	color: #d1212e;

}
.whychoose-wrapper {
    width: 100%;
    background: #e6e7ec;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}
.whychoose-wrapper img {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 50%;
    left: 0px;
    top: 0px;
    object-fit: cover;
	border-right: 3px solid #d1212e;
}
.whychoose-wrapper .whychoose-contact {
    width: 310px;
    border-radius: 10px;
    float: right;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
    margin-top: 80px;
    margin-right: 30px;
}
.whychoose-wrapper .whychoose-contact h5 {
    font-size: 20px;
	color: #606060;
    margin-bottom: 0px;
    font-weight: 600;
}
.whychoose-wrapper .whychoose-contact a {
    padding: 0;
    margin: 0;
    color: var(--PinkColor);
    font-size: 16px;
    font-weight: 700;
}
.whychoose-wrapper .col-lg-6.textcon {
    padding-left: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.whychoose-wrapper .col-lg-6.textcon h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    color:#d1212e;
    font-size: 22px;
    font-weight: 700;
}
.whychoose-wrapper .col-lg-6.textcon h2 {
    padding: 0;
    margin: 0px 0px 30px 0px;
    width: 100%;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
	color: #606060;
    font-weight: 800;
}
.whychoose-wrapper .col-lg-6.textcon ul {
    width: 100%;
    padding: 0px 0px 0px 25px;
    margin: 0;
}
.whychoose-wrapper .col-lg-6.textcon ul li {
    width: 50%;
    float: left;
    color: var(--TextColor);
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    list-style-image: url(../jazz/assets/img/tick.png);
}



.getstarted-wrapper{
	width: 100%;
	background: rgba(112,35,136,1);
	background: -moz-linear-gradient(left,  #d1212e 100%, #495057 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1)));
	background: -webkit-linear-gradient(left,  #d1212e 100%, #495057 100%);
	background: -o-linear-gradient(left, #d1212e 100%, #495057 100%);
	background: -ms-linear-gradient(left, #d1212e 100%, #495057 100%);
	background: linear-gradient(to right, #d1212e 100%, #495057 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 );
	min-height: 120px;
}

.getstarted-wrapper h3{
	padding: 0;
	margin: 26px 0px 0px 0px;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	line-height: 34px;
}

.getstarted-wrapper .col-lg-7{
	position: relative;
}

.getstarted-wrapper .col-lg-7 a{
	color: #fff;
	padding: 0;
	margin: 20px 0px 0px 0px;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	-moz-box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	width: 130px;
	float: left;
	text-align: center;
	height: 38px;
	line-height: 38px;
	transition-duration: 0.3s;
	overflow: hidden;
	position: absolute;
	top: 24px;
	right: 45px;
}

.getstarted-wrapper .col-lg-7 a:hover{
	color: white;
	text-decoration: none;
}

.getstarted-wrapper .col-lg-7 a:before{
	width: 150px;
	height: 150px;
	background: #fff;
	content: '';
	position: absolute;
	top: 40px;
	left: 130px;
	border-radius: 50%;
	z-index: 0;
	transition-duration: 0.3s;

}

.getstarted-wrapper .col-lg-7 a:hover:before{
	top: -50px;
	left: -10px;
}

.getstarted-wrapper .col-lg-7 a:hover font{
	position: relative;
	z-index: 2;
	color: #545454;
	font-weight: 600;
}

.getstarted-wrapper .col-lg-5{
	padding-left: 45px;
}

.getstarted-wrapper .col-lg-5 a{
	width: 100%;
	position: relative;
	min-height: 120px;
	background: rgba(0, 0, 0, 0.2);
	float: left;
	padding-left: 170px;
	padding-top: 34px;
}

.getstarted-wrapper .col-lg-5 a:hover{
	text-decoration: none;
}

.getstarted-wrapper .col-lg-5 a h4{
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}

.getstarted-wrapper .col-lg-5 a h6{
	width: 100%;
	padding: 0;
	margin: 0px 0px -3px 0px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.getstarted-wrapper .col-lg-5 a i{
	color: #fff;
	position: absolute;
	left: 100px;
	top: 34px;
	font-size: 50px;
}
.blog-enquiry-wrapper {
    width: 100%;
    padding: 100px 0px;
    margin: 0;
    background: #f5f5f5;
    height: auto;
    margin-top: 0px;
    z-index: 100;
    position: relative;
}

.recentblog {
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: #606060;
    font-size: 44px;
    font-weight: 700;
}
.recentblog font {
    position: relative;
    z-index: 200;
}

.blog-item {
    color: var(--TextColor);
    text-decoration: none;
}
.blog-item span {
    width: 100%;
    height: 275px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: none;
    margin-bottom: 16px;
    display: block;
	background: #d1212eb0;
}
.blog-item span i {
    position: absolute;
    top: 40%;
    opacity: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 28px;
    z-index: 950;
    transition-duration: 0.3s;
    color: #fff;
}

.blog-item .date-div {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 900;
    background: rgb(209 33 46 / 78%);
    border-radius: 5px;
    width: 70px;
    padding: 5px 0px 8px 0px;
}
.blog-item .date-div h2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.blog-item .date-div h5 {
    color: #fff;
    padding: 0;
    margin: -3px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.blog-item span img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition-duration: 0.3s;
}
.blog-item:hover img {
    opacity: 0.2;
}
.blog-item h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #d1212e;
}
.blog-item:hover {
    text-decoration: none !important;
}
.blog-item:hover span i {
    top: 50%;
    opacity: 1;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.enquiry-form .col-lg-12 {
    position: relative;
    padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.enquiry-form input[type=text], .enquiry-form input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.enquiry-form .col-lg-12 {
    position: relative;
    padding-bottom: 10px;
}
.enquiry-form textarea {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 90px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.enquiry-form .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.enquiry-form .wpcf7-spinner {
    position: absolute;
    left: 0px;
    top: 6px;
    padding: 0;
    margin: 0;
    left: 50%;
    margin-left: -12px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.wpcf7 form .wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 4px 0px;
    margin: 0;
    font-size: 13px;
}

.footerwrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.footerwrapper {
    width: 100%;
    height: auto;
    background: url(../jazz/assets/img/footer.jpg) top no-repeat #040d25;
    padding-top: 0px;
    background-size: cover;
}
.footer-topwrap {
    width: 100%;
    background: #ca291f;
    margin-bottom: 100px;
    position: relative;
    z-index: 990;
}
.footerwrapper .col-lg-12 .row {
    margin-left: 0px;
    margin-right: 0px;
}
.footerwrapper .col-lg-12 .row .col-lg-4 {
    padding: 0px 0px;
    text-align: center;
    border-right: 1px solid #5580ad;
    min-height: 95px;
}
.footer-top-item {
    width: 100%;
    text-align: center;
    display: block;
}
.footer-top-item span {
    display: inline-block;
    padding: 0px;
    margin: 22px 0px 0px 0px;
    position: relative;
    text-align: left;
    padding-left: 70px;
}
.footer-top-item span img {
    position: absolute;
    left: 0px;
    top: 0px;
}
.footer-top-item span h2 {
    font-size: 34px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.footer-top-item span h6 {
    padding: 0;
    margin: -5px 0px 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
    border-right: none;
}
.footerwrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.footerwrapper .col-lg-3 p {
    color: #ffffffe0;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}
.Social-media {
    display: flex;
}
.Social-media a {
    display: flex;
    background: #ffffff1f;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(0, 124, 196, 0);
    transition: transform 0.5s;
}
.footerwrapper .col-lg-3 ul, .footerwrapper .col-lg-6 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.footerwrapper .col-lg-3 ul li, .footerwrapper .col-lg-6 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.footerwrapper .col-lg-3 ul li a, .footerwrapper .col-lg-6 ul li a {
    font-size: 15px;
    padding: 6px 0px;
    margin: 0;
    width: 100%;
    color: #ffffffe0;
    transition-duration: 0.3s;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.mt-md-5.addr-foot {
    margin-top: 0rem!important;
}
.footerwrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.footerwrapper .col-lg-3 p {
    color: #ffffffe0;
    text-decoration: none;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}
.footer-credit {
    width: 100%;
    padding: 0;
    margin: 0;
    background: rgb(202 41 31);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
}
.footer-credit p, .footer-credit a {
    color: #fff;
}
.footer-credit p {
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.footer-credit .col-lg-6:last-child p {
    text-align: right;
}
.footer-1 img{
	width:80%;
	height: auto;
}
.footer-1 p{
	margin-top: 20px;
}
.footerwrapper .col-lg-3 p a {
    color: #ffffffe0;
    text-decoration: none;
}
.footerwrapper .col-lg-3 ul li a:hover, .footerwrapper .col-lg-6 ul li a:hover {
    color: #ca291f;
    text-decoration: none;
    opacity: 1;
}
.service-content-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.service-page .service-item {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 20px 0px;
}

.service-page .service-item span {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    background: #d1212eab;
}
.service-page .service-item i {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 990;
    color: #fff;
    font-size: 24px;
    transition-duration: 0.3s;
    opacity: 0;
}
.service-page .service-item span img {
    width: 100%;
    height: 220px;
    transition-duration: 0.3s;
    object-fit: cover;
}
.service-page .service-item h4 {
    font-size: 17px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
    line-height: normal;
    text-align: center;
}

.service-page .service-item:hover {
    text-decoration: none;
}
.service-page .service-item:hover i {
    top: 50%;
    opacity: 1;
}
.service-page .service-item:hover img {
    opacity: 0.3;
}
.service-page .service-item h4:hover {
    color: #ca291f;
}
.aboutus{
	padding: 30px 5%!important;
	background-color: #e6e7ed47!important;
	margin-top: 30px;
}
.contact-page .wpcf7-submit:hover{
	background: linear-gradient(to right, rgb(96 96 96) 0%, rgb(209 33 46) 100%) !important;
}

/* mission */
.mission-vision-wrap .custom-container {
    padding: 50px 7%;
	
}
.mission-vision-wrap h5 {
    font-weight: 400;
    color: #d1212e;
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 30px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mission-vision-wrap .card-box {
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    min-height: 470px;
    height: 100%;
}
.mission-vision-wrap .card-box img {
    height: 175px;
    object-fit: contain;
    margin-bottom: 30px;
}
.mission-vision-wrap .card-box h4 {
    font-weight: bold;
    font-size: 38px;
    color: #606060;
    margin-bottom: 10px;
    text-align: center;
}
.mission-vision-wrap .card-box p{
	text-align: justify;
}
.mission-vision-wrap .card-box{
border-bottom: 4px solid #d1212e;
border-top: 4px solid #d1212e;
    border-radius: 15px;
	background: linear-gradient(to right, rgb(209 33 46 / 1%) 0%, rgb(96 96 96 / 0%) 100%) !important;
}
.awsm-job-wrap{
	margin: 100px 0px;
}
.awsm-grid-item .awsm-job-item{
	border-bottom: 3px solid #d1212e;
border-top: 3px solid #d1212e;
    border-radius: 15px;
}
.awsm-job-item h2.awsm-job-post-title {
    font-size: 23px;
}
a.awsm-job-item .awsm-job-specification-item {
    color: #040404;
    font-size: 16px;
}
.awsm-job-more-container{
	color: #fff;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 15px;
    font-weight: 500;
    width: 130px;
    float: left;
    text-align: center;
    height: 38px;
    line-height: 38px;
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden;
    background: linear-gradient(to right, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
    border-radius: 5px;
}
.awsm-job-more-container:hover{
	background: linear-gradient(to right, rgb(96 96 96) 0%, rgb(209 33 46) 100%) !important;
}
.awsm-job-container {
    padding-top: 20%;
}
.p-0 {
    padding: 0!important;
}
.service-detail-main .custom-container {
    padding: 100px 7% 70px;
}
.service-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 3px;
}
.service-content p {
    text-align: justify;
}

/* why choose */

.whychoose-page {
    position: relative;
    background-color: #edf2f5;
}
.whychoose-page .custom-container {
    padding: 30px 7% 1px;
}
.m-auto {
    margin: auto!important;
}
.whychoose-page h1 {
    font-size: 30px;
}
.whychoose-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
}
.whychoose-caption p{
	padding-right: 50px;
	text-align: justify;
}
.whychoose{
	margin-top: 70px;
	margin-bottom: 70px;
}
.careers-page .careers-item {
    padding-left: 0px!important;
 
}
.careers-item h5{
    color: #d1212e;
    padding-top:30px;
 
}
.careers-item p{
   text-align:justify;
 
}
.career-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}
.career-form .justify-content-center{
    padding: 20px;
    background: #fff;
    box-shadow: 1px 3px 4px 1px #00000047;
    border-radius: 10px;
    margin: 5px;
}
.contact-page .justify-content-center{
    padding: 20px;
    background: #fff;
    box-shadow: 1px 3px 4px 1px #00000047;
    border-radius: 10px;
    margin: 5px;
}




.news-wrapper .newsitem-con:hover{
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	-moz-box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
}

.news-wrapper .newsitem-con:hover div{
	border-color: var(--PurpleColor);
}

.news-wrapper .newsitem-con span{
	width: 100%;
	height: 220px;
	background-color: #606060;
	float:left;
	overflow: hidden;
	position: relative;
}

.news-wrapper .newsitem-con span img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.news-wrapper .newsitem-con p{
	padding: 0px;
	margin: 0;
	line-height: 28px;
	color: var(--GreyColor);
	line-height: 26px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.news-wrapper .newsitem-con h5{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	color: var(--BlackColor);
	line-height: 28px;
}

.news-wrapper .newsitem-con div{
	border: 1px solid #d9dae0;
	border-top: none;
	padding: 45px 25px;
	transition-duration: 0.3s;
	float: left;
}

.news-wrapper .newsitem-con{
	min-height: 465px;
	transition-duration: 0.3s;
	display: block;
}

.news-wrapper .newsitem-con span i{
	font-size: 28px;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: #fff;
	z-index: 900;
	transition-duration: 0.3s;
	opacity: 0;
}

.news-wrapper .newsitem-con span i:hover{
	color: var(--RedColor);
}

.news-wrapper .newsitem-con:hover i{
	top: 50%;
	opacity: 1;
}

.news-wrapper{
	margin-bottom: 90px;
}

.testimonials-wrap{
	width: 100%;
	padding: 0px 0px;
	overflow: hidden;
	background-image: url(../jazz/assets/img/testimonial.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-wrap .container{
	padding: 80px 0px;
	
}

.testimonials-wrap .container h3{
	padding: 0;
	margin: 70px 0px 0px 0px;
	font-size: 46px;
	font-weight: 800;
	color: #fff;
}

.testimonials-wrap .container .col-lg-5 h6{
	width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #d1212e;
    font-weight: 700;
}

.testimonials-con{
	width: 100%;
	min-height: 310px;
	display: table;
	border-left: 1px solid #ffffff;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(255,255,255,0);
	padding: 30px 50px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0.95)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.testimonials-con .testi-item{
	display: table-cell;
	vertical-align: middle;
}

.testimonials-con .testi-item p{
	font-style: italic;
	padding: 0;
	margin: 0px 0px 26px 0px;
	color: #fff;
}

.testimonials-con .testi-item div{
	width: 100%;
	position: relative;
	padding-left: 100px;
}

.testimonials-con .testi-item div font{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: #606060;
	float: left;
	margin-right: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.testimonials-con .testi-item div font img{
	width: 100%;
	height: 85px;
	object-fit: cover;
}

.testimonials-con .testi-item div h6{
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	float: left;
}

.testimonials-con .testi-item div h5{
	padding: 0;
	margin: 16px 0px 5px 0px;
	font-weight: 600;
	font-size: 20px;
	width: 100%;
	float: left;
    color: #fff;
}

.banner-wrapper{
	padding: 0px !important;
	overflow: hidden;
}

.banner-wrapper .row{
	margin: 0px;
}

.banner-wrapper .col-lg-6{
	height: 100vh;
	padding: 0;
	background: #e6e7ed;
}

.banner-wrapper .col-lg-6.banner-image img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.header-wrapper{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1020;
	transition-duration: 0.3s;
}

.header-wrapper .header-bg{
	width: 100%;
	height: 85px;
	border-radius: 4px;
	
position: relative;
transition-duration: 0.3s;
background: linear-gradient(90deg, rgba(124,30,84,0) 38%, rgb(255 255 255 / 85%) 52%);
}

.header-wrapper .header-bg:after{
	width: 55px;
	height: 10px;
	content: '';
	position: absolute;
	right: 20px;
	bottom: -10px;
	transition-duration: 0.3s;
	background: rgba(191,27,117,1);
background: -moz-linear-gradient(top, rgba(191,27,117,1) 0%, rgba(213,30,128,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,27,117,1)), color-stop(100%, rgba(213,30,128,1)));
background: -webkit-linear-gradient(top, rgba(191,27,117,1) 0%, rgba(213,30,128,1) 100%);
background: -o-linear-gradient(top, rgba(191,27,117,1) 0%, rgba(213,30,128,1) 100%);
background: -ms-linear-gradient(top, rgba(191,27,117,1) 0%, rgba(213,30,128,1) 100%);
background: linear-gradient(to bottom, rgb(96 96 96) 0%, rgb(96 96 96) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1b75', endColorstr='#d51e80', GradientType=0 );
}

.header-wrapper .header-top{
	width: 100%;
	height: 40px;
	transition-duration: 0.3s;
}

.header-wrapper .header-logo{
	width: 230px;
	height: 100px;
	background: url(../jazz/assets/img/logo.png) no-repeat;
	float: left;
	margin-top: 14px;
	margin-left: 20px;
	position: absolute;
	background-size: 100%;
	left: 0px;
	top: 0px;
	z-index: 200;
}

.header-wrapper .header-top ul{
	width: 100%;
	padding: 0;
	margin: 9px 0px 0px 0px;
	text-align: right;
}

.header-wrapper .header-top ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.header-wrapper .header-top ul li a{
	color:#606060;
	font-size: 16px;
	margin: 0px 10px;
}

.header-wrapper .header-top ul li a:hover{
	color: #d1212e;
}

.header-wrapper .header-top .mailenv{
	float: right;
	padding: 8px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	height: 40px;

	width: 55px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: rgba(114,35,136,1);
background: -moz-linear-gradient(top, rgb(209 33 46) 0%, rgb(96 96 96) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,35,136,1)), color-stop(100%, rgba(133,32,125,1)));
background: -webkit-linear-gradient(top, rgb(209 33 46) 0%, rgb(96 96 96) 100%);
background: -o-linear-gradient(top, rgb(209 33 46) 0%, rgb(96 96 96) 100%);
background: -ms-linear-gradient(top, rgb(209 33 46) 0%, rgb(96 96 96) 100%);
background: linear-gradient(to bottom, rgb(209 33 46) 0%, rgb(96 96 96) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#722388', endColorstr='#85207d', GradientType=0 );
}

.menu-bar-header{
	position:relative;
	top: 28px;
	
}

.menu-bar-header .mega-menu-link{
	font-weight: 500 !important;
}

.carousel-caption-wrap{
	display: table;
	height: 100vh;
	padding-top: 130px;
	
}

.carousel-caption-wrap .carousel-captions{
	display: table-cell;
	vertical-align: middle;
	padding-left: 100px;
	padding-top: 100px;
}

.carousel-caption-wrap .carousel-captions h5{
	padding: 0px 0px 0px 30px;
	margin: 20px 0px 0px 0px;
	font-size: 20px;
	font-weight: 700;
	color: #d1212e;
}
.common-btn{
	color: #fff;
    padding: 0;
    margin: 0px 0px 0px 30px;
    font-size: 15px;
    font-weight: 500;
    width: 130px;
    float: left;
    text-align: center;
    height: 38px;
    line-height: 38px;
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden;
	background: linear-gradient(to right, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
	border-radius: 5px;
}
.common-btn:hover{
	background: linear-gradient(to right, rgb(96 96 96) 0%, rgb(209 33 46) 100%) !important;
	text-decoration: none;
	color: #fff;
}
.enquiry-form .wpcf7-submit:hover{
	background: linear-gradient(to right, rgb(96 96 96) 0%, rgb(209 33 46) 100%) !important;
}

.carousel-caption-wrap .carousel-captions h1{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 46px;
	color: #606060;
	font-weight: 800;
	border-left: 5px solid #d1212e
}
.carousel-caption-wrap .carousel-captions p{
	padding: 10px 50px 0px 30px;
}

.innerpage-header{
	width: 100%;
	background: #e6e7ed;
	height: 340px;
	background-image: url(../jazz/assets/img/innerbanner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerpage-header h2{
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 130px 0px 0px 0px;
	margin: 70px 0px 0px 0px;
	font-weight: 700;
	font-size: 52px;
	float: left;
}

.f-nav .header-wrapper{
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.f-nav .header-wrapper .header-top{
	margin-top: -40px;
}

.f-nav .header-wrapper .header-bg{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
	background: none;
	height: auto;
	min-height: 85px;
}

.f-nav .header-wrapper .header-bg:after{
	height: 0px;
}

.f-nav .header-wrapper .header-logo{
	margin-top: 6px;
	margin-left: 0px;
	height: 80px;
	width: 183px;
	background-size: 100%;
}

.f-nav .header-wrapper .menu-bar-header{
	top: 30px;
}


/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    /* line-height: 1; */
    /* opacity: .75; */
    color: white;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0px 5px !important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    display: block;

    padding: 2px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*----*/


.home-service-wrap .slick-dots li{
    width: auto;
    list-style: none !important;
    padding: 0;
}

.home-service-wrap .slick-dots li button{
    border: 2px solid #b71d28c4;
    list-style: none !important;
    z-index: 990;
    border-radius: 50%;
}

.home-service-wrap .slick-dots li button:before{
    display: none;
    visibility: hidden;
}

.home-service-wrap .slick-dots li.slick-active button{
    background: #b11c27b5;
	width: 15px;
	border-radius: 5px;
}

.home-service-wrap .slick-dots{
	bottom: -35px;
}

.slick-track{
	min-width: 100%;
}

.pageinner-wrapper{
	margin-top: 80px;
	margin-bottom: 80px;
}

.pageinner-wrapper .col-lg-4 span{
	width: 100%;
	position: sticky;
	top: 80px;
	float: left;
}

.pageinner-wrapper .col-lg-4 span img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}





.wpcf7-response-output,
.wpcf7-spinner{
	display: none;
	visibility: hidden;
}

.wpcf7-not-valid-tip{
	font-size: 13px;
}



.service-page-wrap .col-lg-8 .wp-block-columns{
	margin-top: 30px;
}

.service-page-wrap .col-lg-8 .wp-block-columns img{
	width: 100%;
	height: 200px;
	border-radius: 12px;
	object-fit: cover;
}

.service-page-wrap .col-lg-8 .wp-block-columns .wp-block-image figcaption{
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0px;
}

.service-page-wrap .col-lg-8 .wp-block-columns .wp-block-image {
	margin-bottom: 0px !important;
}

.accomotation-wrap .nav-pills .nav-link{
	padding: 4px 24px;
	margin: 0;
	font-weight: 500;
	color: var(--PurpleColor);
}

.accomotation-wrap .nav-pills{
	margin-bottom: 15px;
	margin-top: 25px;
}

.accomotation-wrap .nav-pills .nav-link.active{
	background: rgba(112,35,136,1);
background: -moz-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1)));
background: -webkit-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: -o-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: -ms-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
background: linear-gradient(to right, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 );
}

.dummy-item{
	width: 100%;
	background: #606060;
	height: 240px;
	float: left;
	margin: 15px 0px;
}

.service-page-wrap .header-block .col-lg-7 p{
	text-align: justify;

}

.service-page-wrap .header-block .col-lg-7 p:last-child{
	margin-bottom: 0px;
}

.service-page-wrap .header-block .col-lg-7 h4{
	padding: 0;
	margin: 0px 0px 20px 0px;
}

.service-page-wrap .header-block .col-lg-7{
	padding-left: 60px;
}

.service-page-wrap .header-block .col-lg-5{
	position: relative;
}

.service-page-wrap .header-block .col-lg-5 span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 370px;
	height: 100%;
	overflow: hidden;
	padding: 0px 15px;
	
}

.service-page-wrap .header-block{
	margin-bottom: 100px;
}

.service-page-wrap .header-block .col-lg-5 span img{
	width: 100%;
	min-height: 370px;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}

.ourexperts-wrap{
	width: 100%;
	height: auto;
	background: white;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	padding: 50px 35px;
}

.ourexperts-wrap input{
	width: 100%;
	height: 40px;
	background: #e6e6f2 !important;
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding-left: 15px;
}

.ourexperts-wrap textarea{
	width: 100%;
	height: 100px;
	background: #e6e6f2 !important;
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding-left: 15px;
}

.ourexperts-wrap .wpcf7-submit{
	width: 100%;
	border: none;
	text-transform: uppercase;
	outline: none !important;
	padding: 8px 0px;
	border-radius: 4px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	background: rgba(112,35,136,1) !important;
background: -moz-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%) !important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1))) !important;
background: -webkit-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%) !important;
background: -o-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%) !important;
background: -ms-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%) !important;
background: linear-gradient(to right, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 ) !important;
}

.ourexperts-wrap .col-lg-12{
	padding-bottom: 12px;
}

.ourexperts-wrap .col-lg-12:last-child{
	padding-bottom: 0px;
}

.ourexperts-wrap .col-lg-12:nth-child(5){
	padding-bottom: 5px;
}

.ourexperts-wrap p{
	line-height: 24px;
	padding: 0;
	margin: 0px 0px 25px 0px;
	color: var(--GreyColor);
}

.ourexperts-wrap h4{
	padding: 0;
	margin: 0px 0px 10px 0px;
	color: #606060;
	font-weight: 800;
	font-size: 28px;
}

.contact-person-wrap{
	width: 100%;
	background: #e6e7ed;
	border-radius: 6px;
	padding: 25px 35px;
	margin-top: 55px;
	float: left;
}

.contact-person-wrap span{
	width: 90px !important;
	height: 90px;
	float: left;
	background: url(../jazz/assets/img/testimonials-propic.jpg) no-repeat #606060;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 25px;
}

.contact-person-wrap span img{
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.contact-person-wrap h4{
	padding: 0;
	margin: 5px 0px 0px 0px;
	font-size: 20px;
	color: #606060;
	font-weight: 700;
}

.contact-person-wrap p{
	font-size: 15px;
	padding: 0;
	margin: -2px 0px 5px 0px;
}

.contact-person-wrap a{
	color: var(--GreyColor) !important;
	font-size: 16px;
	text-decoration: none !important;
	font-weight: 500;
}

.service-testimonials-wrap h4{
	padding: 0;
	margin: 0px 0px 10px 0px;
	color: #606060;
	font-weight: 800;
	font-size: 28px;
	position: relative;
	z-index: 995;
}

.service-testimonials-wrap p{
	text-align: justify;
	padding: 0;
	margin: 0;
	font-style: italic;
	position: relative;
	z-index: 995;
}

.service-testimonials-wrap h6{
	font-style: 16px;
	padding: 0;
	margin: 20px 0px 0px 0px;
	font-weight: 700;
	position: relative;
	z-index: 995;
}

.service-testimonials-wrap{
	width: 100%;
	margin-top: 50px;
	float: left;
}

.service-footer-wrap{
	width: 100%;
	background: #e6e7ed;
	padding: 90px 0px 100px 0px;
}

.service-footer-wrap .col-lg-7 h2{
	padding: 0;
	margin: 0px 0px 25px 0px;
	color: #606060;
	font-size: 36px;
	font-weight: 800;
}

.service-footer-wrap .col-lg-7 ul{
	width: 100%;
	padding: 0px 0px 0px 24px;
	margin: 0;
}

.service-footer-wrap .col-lg-7 ul li{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	list-style-image: url(../jazz/assets/img/tick.png);
	padding-left: 5px;
}

.service-footer-wrap .col-lg-7 ul li:last-child{
	margin-bottom: 0px;
}

.service-footer-wrap .col-lg-7{
	padding-left: 60px;
}

.service-footer-wrap .col-lg-5 span{
	width: 100%;
	height: 360px;
	background: #606060;
	border-radius: 5px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}

.service-footer-wrap .col-lg-5 span img{
	width: 100%;
	height: 360px;
	object-fit: cover;
}




@media screen and (min-width: 1024px) {
	.mega-menu-item-29 .mega-menu-link{
		background: var(--YellowColor) !important;
		font-weight: 500 !important;
		color: var(--BlackColor) !important;
	}
	
	.mega-menu-item-29 .mega-menu-link:hover{
		color: var(--BlackColor) !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-menu-link {
		color: var(--BlackColor) !important;
	}

	.mega-sub-menu{
		-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
	}

	/*
	.page-template-page-home .mega-sub-menu .mega-menu-link{
		color: var(--BlackColor) !important;
	}
	*/

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link{
		color: #fff !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover,
	.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover {
		color: var(--BlackColor) !important;
	}
}




.headerwrapper-con .mega-menu-link{
	font-weight: 500 !important;
}

.banner-caption h1{
	padding: 0px;
	margin: 0;
	font-size: 106px;
	font-weight: 500;
}

.banner-caption h4{
	padding: 0px;
	margin: 10px 0px 50px 0px;
	font-size: 20px;
	font-weight: 700;
}

.banner-caption h4 font{
	background: var(--YellowColor);
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	border-radius: 5px;
}

.banner-caption h4 font:last-child{
	margin-top: -6px;
}

.banner-caption{
	padding-top: 70px;
}

.banner-wrapper .banner-scroll{
	width: 18px;
	height: 35px;
	background: url(assets/img/scroll-icon.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: none;
	outline: none;
	position: absolute;
	z-index: 990;
	left: 50%;
	margin-left: -9px;
	bottom: 20px;
	animation: mouseanim 1.2s infinite alternate;
}

@keyframes mouseanim{   
	0%  {bottom: 30px;}   
	50%  {bottom: 20px;}   
	100% {bottom: 30px;} 
}

.banner-image-con{
	position: relative;
	float: left;
}

.banner-image-con img{
	width: 100%;
	height: auto;
}

.banner-image-con button{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	background: #606060;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 125px;
	padding: 0px 0px 0px 5px;
	font-size: 30px;
	box-shadow: 0 0 0 0 rgba(0, 116, 188, 0.5);
	cursor: pointer;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.banner-image-con button:hover{
	color: var(--YellowColor);
}

  
  @-webkit-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @-moz-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @-ms-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}

.page-header{
	height: 280px;
	text-align: center;
	background: url(../jazz/assets/img/page-banner.jpg) top repeat-x #d9eaf5;
	padding: 150px 0px 0px 0px !important;
	margin: 0 !important;
}
.jazz-loc{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.page-header h2{
	width: 100%;
    text-align: center;
    font-size: 54px;
    padding: 0;
    line-height: normal;
    font-weight: 500;
    margin: 0px 0px 0px 0px !important;
}

.page-wrapper{
	margin-top: 80px;
	margin-bottom: 80px;
}

.about-page{
	text-align: justify;
}
  
.about-page p:last-child{
	margin-bottom: 0px;
}

.about-page h4{
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 28px;
}

.about-page .col-lg-4 span{
    float: left;
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
    border-radius: 15px;
	margin-top: 5px;
}

.about-page .col-lg-4 span img{
	width: 100%;
	height: 355px;
	object-fit: cover;
}

.about-page .col-lg-8{
	padding-right: 65px;
}

.servicepage-item-row p:last-child{
	margin-bottom: 0px;
}

.servicepage-item-row h3{
	padding: 0;
	margin: 0px 0px 14px 0px;
	font-size: 32px;
	color: #606060;
	font-weight: 800;
	text-align: left ;
}

.servicepage-item-row{
	margin-bottom: 45px;
}

.servicepage-item-row:last-child{
	margin-bottom: 0px;
}

.servicepage-item-row .col-lg-8{
	padding-right: 15px;
}


.careerlisting .awsm-filter-wrap{
	text-align:center;
}

.career-page-con .awsm-selectric .label,
.awsm-selectric-items li{
	font-size:15px;
	text-align:left;
}

.careerlisting .awsm-grid-item .awsm-job-item{
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0);
	border:1px solid #dae6f2;
	-moz-border-radius: 10px;
    border-radius: 0px;
	transition-duration: 0.3s;
	padding: 30px;
}

.careerlisting .awsm-grid-item .awsm-job-item:hover{
	text-decoration: none;
	border-color: var(--PurpleColor);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	-moz-box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
	box-shadow: 0px 0px 12px 0px rgba(112,35,136,0.4);
}

.careerlisting .awsm-job-post-title{
	color: #606060;
	line-height: 24px;
}

.careerlisting a.awsm-grid-item .awsm-job-specification-item{
	font-size: 15px;
	color: var(--GreyColor);
}

.careerlisting .awsm-job-more span{
	display: none;
	visibility: hidden;
}

.careerlisting .awsm-job-more{
	background: rgba(112,35,136,1);
	background: -moz-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1)));
	background: -webkit-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
	background: -o-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
	background: -ms-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
	background: linear-gradient(to right, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 );
	font-size: 15px;
	color: #fff;
	padding: 6px 20px;
	border-radius: 3px;
}

.careerlisting .awsm-job-more-container{
	display: block;
	margin-top: 15px;
}

.careerlisting .awsm-filter-item-search input{
	border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 4%);
    box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 4%);
    width: 100%;
	outline: none;
	padding-left: 10px;
	font-size: 14px;
}

.careerlisting .awsm-sr-only{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 48px 0 10px;
    padding: 0;
    font-size: 10px !important;
    line-height: 46px;
    color: #444;
    height: 46px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.employee-formwrap{
	width: 100%;
	height: auto;
	background: white;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	padding: 50px 35px;
	margin-top: 15px;
}

.employee-formwrap h3{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #606060;
	font-weight: 700;
	font-size: 36px;
}

.employee-formwrap p{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0px 35px 0px;
	line-height: 24px;
}

.employee-formwrap .col-lg-6 input{
	width: 100%;
	height: 38px;
	background: #e6e6f2 !important;
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding-left: 15px;
	transition-duration: 0.3s;
}

.employee-formwrap .col-lg-12 input{
	width: 100%;
	height: 38px;
	background: #e6e6f2 !important;
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding-left: 15px;
	transition-duration: 0.3s;
	padding-top: 4px;
}

.employee-formwrap .col-lg-12 textarea{
	width: 100%;
	height: 100px;
	background: #e6e6f2 !important;
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding-left: 15px;
}

.employee-formwrap .col-lg-6{
	padding-bottom: 20px;
}

.employee-formwrap .col-lg-4 input{
	width: 100%;
	padding: 0;
	margin: 0;
	background: rgba(112,35,136,1);
    background: -moz-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1)));
    background: -webkit-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
    background: -o-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
    background: -ms-linear-gradient(left, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
    background: linear-gradient(to right, rgba(112,35,136,1) 0%, rgba(214,30,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 );
	text-transform: uppercase;
	padding: 10px 0px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
}

.employee-formwrap label{
	padding: 0px;
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	color: var(--GreyColor);
	display: block;
}

.employee-formwrap .col-lg-12{
	padding-bottom: 20px;
}

.awsm-job-form-inner{
	-webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 0%);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 0%);
	background: white;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
	padding: 50px 35px;
}

.awsm-job-form-inner h2{
	padding: 0;
    margin: 0px 0px 16px 0px;
    color: #606060;
    font-weight: 800;
    font-size: 28px;
}

.awsm-job-form-inner .awsm-job-form-group label{
	padding: 0;
	margin: 0px 0px 4px 0px;
	font-size: 15px;
	color: var(--GreyColor);
	font-weight: 500;
}

.awsm-job-form-inner .awsm-job-form-field{
	width: 100%;
    height: 39px;
    background: #e6e6f2 !important;
    outline: none !important;
    border: none;
    border-radius: 4px;
    padding-left: 15px;
}

.awsm-job-form-inner .awsm-job-inline-group input{
	width: auto;
    height: auto;
}

.awsm-job-form-inner .awsm-resume-file-control{
	padding-top: 5px;
}

.awsm-job-form-error{
	font-size: 13px;
	font-weight: normal;
}

.awsm-application-submit-btn{
	width: 100%;
	border: none;
	text-transform: uppercase;
	outline: none !important;
	padding: 8px 0px;
	border-radius: 4px;
	font-weight: 500;
	margin: 0;
	color: #fff;
	background: rgba(112,35,136,1) !important;
background: -moz-linear-gradient(left, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,35,136,1)), color-stop(100%, rgba(214,30,128,1))) !important;
background: -webkit-linear-gradient(left, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
background: -o-linear-gradient(left, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
background: -ms-linear-gradient(left, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
background: linear-gradient(to right, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702388', endColorstr='#d61e80', GradientType=1 ) !important;
}

.awsm-job-form-inner #awsm-cover-letter{
	min-height: 80px;
}

.awsm-job-single-wrap .awsm-jobs-single-title{
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	font-weight: 500;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-content{
	text-align: justify;
	padding-right: 60px;
}

.servicepage-item-row .col-lg-4 {
	position: relative;
}

.servicepage-item-row .col-lg-4 span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.servicepage-item-row .col-lg-4 span img{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.servicesticky{
	position: sticky;
	top: 20px;
	width: 100%;
	float: left;
}

.column-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0
}
 
.column-wrap .column {
    width: 49%;
}
 
.column-wrap .column:last-child {
    float: right;
}
 
#my-ajax-filter-search label {
    display: block;
    font-weight: bold;
    font-style: italic;
}
 
#my-ajax-filter-search select {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.625em 0.4375em;
    border: 1px solid #d1d1d1;
}
 
#ajax_filter_search_results {
    list-style: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
}
 
#ajax_filter_search_results li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
 
#ajax_filter_search_results li.no-result {
    width: 100%;
    text-align: center;
}
 
#ajax_filter_search_results li:nth-child(4n+4) {
    margin-right: 0;
}
 
.movie-info h4 {
    margin-bottom: 10px;
    color: #fff;
}
 
.movie-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
 
.movie-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s;
}
 
.movie-info * {
    width: 100%;
    display: block;
}
 
#ajax_filter_search_results li:hover .movie-info {
    opacity: 1;
}

.accomodation-itemcon{
	width: 100%;
	position: relative;
	padding: 0;
	margin: 45px 0px 0px 0px !important;
	float: left;
}

.accomodation-itemcon span{
	width: 100%;
	height: 240px;
	background: #606060;
	display: block;
	border-radius: 3px !important;
	overflow: hidden;
	position: relative !important;
	float: left;
	top: 0px !important;
}

.accomodation-itemcon span img{
	width: 100%;
	height: 240px !important;
	object-fit: cover;
	border-radius: 3px !important;
	transition-duration: 0.3s;
}

.accomodation-itemcon:hover img{
	opacity: 0.2;
}

.accomodation-itemcon h6{
	padding: 0;
	margin: 15px 0px 0px 0px;
	font-size: 18px;
	font-weight: 500;
	color: var(--BlackColor);
	width: 100%;
	display: block;
	float: left;
	line-height: 24px;
}

.accomodation-itemcon span h5{
	width: 100%;
	position: absolute;
	left: 0px;
	padding: 0;
	margin: 0;
	bottom: 0px;
	z-index: 995;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.8);
	height: 40px;
	line-height: 40px;
	font-weight: 500 !important;

}

.accomodation-itemcon span h5 i{
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}

.accomodation-itemcon font{
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 35%;
	margin-top: -19px;
	z-index: 990;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff;
	width: 140px;
	text-align: center;
	padding: 6px 0px;
	border-radius: 3px;
	transition-duration: 0.3s;
	opacity: 0;
}

.accomodation-itemcon font:hover{
	background: #fff;
	color: #606060;
}

.accomodation-itemcon:hover font{
	opacity: 1;
	top: 46%;
}

.accomotation-wrap .tab-pane .col-lg-4{
	padding-left: 25px;
	padding-right: 25px;
}

.accomotation-wrap .tab-pane .row{
	margin-left: -25px;
	margin-right: -25px;
}


@media screen and (max-width: 1024px) {
	.whatwe-are-wrap .col-lg-5:after{
		display: none;
		visibility: hidden;
	}

	.carousel-caption-wrap .carousel-captions{
		padding-left: 0px;
	}

	.menu-bar-header{
		top: 24px;
		right: 22px;
	}
}

@media screen and (max-width: 980px) {
	.mega-sub-menu{
		padding: 0px !important;
		background: #291d29 !important;
	}

	.mega-sub-menu .mega-menu-item{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.mega-sub-menu .mega-menu-item .mega-menu-link{
		color: #fff !important;
		border-color: #ffffff !important;
	}

	.carousel-caption-wrap .carousel-captions h1{
		border: none;
		padding-left: 0px;
		text-align: center;
		font-size: 50px;
	}

	.carousel-caption-wrap .carousel-captions h5{
		text-align: center;
		padding: 0px;
	}

	.banner-wrapper .col-lg-6{
		height: 420px;
	}

	.banner-wrapper .col-lg-6 .carousel-captions{
		padding-top: 170px;
	}

	.banner-wrapper .col-lg-6.banner-image img{
		height: 420px;
		object-fit: cover;
	}

	.whatwe-are-wrap .col-lg-7,
	.whatwe-are-wrap .col-lg-5,
	.getstarted-wrapper .col-lg-5{
		padding-left: 15px;
		padding-right: 15px;
	}

	.whatwe-are-wrap .col-lg-5{
		margin-top: 30px;
	}

	.whatwe-are-wrap .col-lg-5 span,
	.whatwe-are-wrap .col-lg-5 span img{
		height: auto;
	}

	.getstarted-wrapper .col-lg-5 a{
		padding: 0px;
		min-height: auto;
		background: none;
		margin: 20px 0px 30px 0px;
	}

	.getstarted-wrapper .col-lg-5 a i{
		position: relative;
		float: left;
		left: auto;
		top: auto;
		margin-right: 15px;
	}

	.testimonials-wrap .container h3{
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}

	.testimonials-wrap .container .col-lg-5 h6{
		text-align: center;
	}

	.testimonials-con{
		border: none;
		margin-top: 20px;
		min-height: auto;
		padding-bottom: 45px !important;
		background: rgba(248,80,50,0);
background: -moz-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(231,56,39,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,0)), color-stop(100%, rgba(231,56,39,0)));
background: -webkit-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(231,56,39,0) 100%);
background: -o-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(231,56,39,0) 100%);
background: -ms-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(231,56,39,0) 100%);
background: linear-gradient(to right, rgba(248,80,50,0) 0%, rgba(231,56,39,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
	}

	.testimonials-con .testi-item{
		vertical-align: top;
	}

	/*.footer-top-wrapper{*/
	/*	display: none;*/
	/*	visibility: hidden;*/
	/*}*/

	.footerbtm-wrap p{
		width: 100%;
		text-align: center !important;
		margin: 3px 0px !important;
	}

	.footerbtm-wrap{
		padding: 15px 0px;
	}
}

@media screen and (max-width: 812px) {
	
}

@media screen and (max-width: 480px) {
	.header-wrapper .header-logo{
		height: 45px;
		width: 206px;
		margin-left: 15px;
		margin-top: 22px;
	}

	.f-nav .header-wrapper .menu-bar-header{
		top: 6px;
	}

	.carousel-caption-wrap .carousel-captions h1{
		font-size: 30px;
	}

	.homepage-title h2{
		font-size: 46px;
	}

	.getstarted-wrapper .col-lg-7 a{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}

	.getstarted-wrapper h3{
		font-size: 22px;
	}

	.testimonials-wrap .container h3{
		font-size: 36px;
	}

	.testimonials-con{
		padding: 0px 15px;
	}

	/*.footermenu{*/
	/*	display: none;*/
	/*	visibility: hidden;*/
	/*}*/

	.footerbtm-wrap,
	.footer-wrap{
		float: left;
	}

	.footer-wrap .footer-socialmedia{
		margin-top: 40px;
	}
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
	
}



/*contact page*/

.contact-page h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 26px;
	color:#606060;
	font-weight:700;
}
.contact-page .contact-item h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    color:#d1212e;
}
.contact-page .contact-item {
    width: 100%;
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}
.innerpage-content-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.contact-page .contact-item a {
    color: var(--TextColor);
    text-decoration: none;
}
.contact-page input[type=text], .contact-page input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #d1212e87;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.contact-page .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
	background: linear-gradient(to right, rgb(209 33 46) 0%, rgb(96 96 96) 100%) !important;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.contact-page textarea {
    width: 100%;
    background: none;
    border: 1px solid #d1212e87;
    height: 90px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.contact-content p{
	text-align: center;
	padding: 10px 10%;
}
.contact-page .col-lg-6 {
    padding-bottom: 15px;
}
h1, h2, h3, h4, h5{
    padding: 0px;
    margin: 0px;
    color: #606060;
}
.contact-page .contact-item font {
    width: 65px;
    height: 65px;
    color:#d1212e;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 3px;
    background: rgba(12, 73, 138, 0.1);
    text-align: center;
    font-size: 20px;
    line-height: 65px;
}
.contact-page .contact-item p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.contact-page .contact-item p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}
p {
    color: var(--TextColor);
    font-size: 16px;
    line-height: 28px;
}
.google-maps {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
    margin: 75px 0px 0px 0px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.footer-credit p a:hover{
    color:#fff;
    text-decoration:none;
}

/*Aboutus page*/

.aboutuspage{
    padding-bottom:40px;
}

@media only screen and (min-width:768px) and (max-width:1000px){
    .footer-wrap .footer-top-wrapper {
    width: 100%;
    height: 230px!important;
}
.service-page-wrap .header-block .col-lg-7 {
    padding: 10px;
    margin-top: 50%;
}
.service-footer-wrap .col-lg-7 {
    padding: 10px;
}
}

@media only screen and (max-width:767px){
.service-page-wrap .header-block .col-lg-7 {
    padding: 10px;
    margin-top: 100%;
}
.service-footer-wrap .col-lg-7 {
    padding: 10px;
}
.service-page-wrap .col-lg-8 {
    padding-right: 15px;
}
.footer-wrap .footer-top-wrapper {
    width: 100%;
    height: 434px;
}
.single-post .innerpage-header h2 {
    font-size: 30px;
}
}


/*blog*/
.innerpage-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}
.innerpage-wrap.recent-post-wrap .blog-item-con {
    margin-top: 15px;
    margin-bottom: 15px;
}
.recent-post-wrap .blog-item-con {
    width: 100%;
    float: left;
}
recent-post-wrap .blog-item-con span {
    width: 100%;
    height: 235px;
    background: var(--RedColor);
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.recent-post-wrap .blog-item-con .linkitem {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 35%;
    margin-top: -25px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 48px;
    transition-duration: 0.3s;
    opacity: 0;
}
.recent-post-wrap .blog-item-con span img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition-duration: 0.3s;
    border-radius:10px;
}
.recent-post-wrap .blog-item-con h6 {
    padding: 0;
    margin: 18px 0px 0px 0px;
    text-decoration: none;
    color: #ca291f;
    width: 100%;
    line-height: 22px;
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recent-post-wrap .blog-item-con h6:hover{
    color:#000;
}
.blog-single-post .col-lg-7 {
    text-align: justify;
}
.blog-single-post .col-lg-7 span img {
    width: 100%;
    height: auto;
}
.blog-single-post .col-lg-5 h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    text-align: left;
}
.recent-post-wrap .blog-item-con:hover .linkitem {
    opacity: 1;
    top: 45%;
}
body{
	overflow-x: hidden;
}
@media (min-width: 992px){
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
}
@media (min-width: 992px){
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
}

@media (min-width: 992px){
	.mt-lg-0, .my-lg-0 {
		margin-top: 0!important;
	}
	}
	
	
	
	
/*Responsive	*/
	
	
	
@media screen and (max-width: 980px){
.footer-top-item span img {
    left: 25px;
}	
.footer-top-item span {
    padding-left: 90px;
}

.carousel-caption-wrap .carousel-captions h5 {
    margin: 20px 10px 0px 30px;
    text-align:left;
 }    
  .carousel-caption-wrap .carousel-captions p {
    text-align: left;
}  
    .carousel-caption-wrap .carousel-captions h1 {
    font-size: 30px;
    text-align: left;
    margin-left: 30px;
}
    .common-btn {
    margin: 0px 0px 30px 30px;
    }



}


@media only screen and (min-width:768px) and (max-width:1100px){
    .page-container{
        overflow-x: hidden;
    }
    .whatwe-are-wrap .col-lg-6 span {
    height: 600px;
}
    .whatwe-are-wrap .col-lg-6 span img {
    height: 570px;
    }
    .whatwe-are-wrap p {
    padding-right: 40px;
}
    .whychoose-wrapper img {
    border-bottom: 3px solid #d1212e;
    border-right: 0px solid #d1212e;
    position: relative;
    width: 100%;
}
    
   .whychoose-wrapper .whychoose-contact {
    margin-top: -100px;
    margin-right: 0px;
} 
    .enquiry-form {
    margin-top: 20px;
}
    
    .footer-1 img {
    width: 40%;
    
    }
    .footer-1{
        text-align:center;
    }
    .footerwrapper h4 {
    margin: 20px 0px 20px 0px;
}
    .Social-media{
        justify-content: center;
    }
    
    .footerwrapper .col-lg-3{
       text-align: center;
    }
    .footer-credit p {
    text-align: center;
}
    .footer-credit .col-lg-6:last-child p {
    text-align: center;
}
   .mission-vision-wrap .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
   .service-detail-main .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
    .service-detail-main .service-content h4{
        padding-top:30px;
    }
   .innerpage-header h2 {
   font-size: 39px;

}
    .contact-page h3 {
    margin: 30px 0px 20px 0px;
    }
    
    
}




@media only screen and (max-width:767px){
    .page-container{
        overflow-x: hidden;
    }
    
  .header-wrapper .header-logo {
    height: 90px;
    margin-left: 0px;
    margin-top: 0px;
}
.f-nav .header-wrapper .menu-bar-header {
    top: 25px;
}
 
    
    .whatwe-are-wrap {
    margin-top: 30px;
}
  .whatwe-are-wrap .col-lg-6 span img {
    height: 350px;
}  
    .whatwe-are-wrap h1 {
    font-size: 28px;
}
    .whatwe-are-wrap .col-lg-6 span {
    height: 380px;
    }
    .whatwe-are-wrap .col-lg-6 {
    padding-right: 30px;
     padding-left: 30px;
}
 .whychoose-wrapper img {
    position: relative;
    width: 100%;
}  
  .whychoose-wrapper .col-lg-6.textcon {
    padding-left: 15px;
}
  
  .whychoose-wrapper .col-lg-6.textcon h2{
     font-size: 32px;
    line-height: 36px;
    margin: 10px 0px 30px 0px;
 }
  .whychoose-wrapper .whychoose-contact {
    margin-top: -100px;
        margin-right: 0px;
}
  .whychoose-wrapper .col-lg-6.textcon {
    padding-top: 45px;
  }
   .whychoose-wrapper .col-lg-6.textcon ul li {
    width: 100%;
}

.whychoose-wrapper img {
    border-bottom: 3px solid #d1212e;
     border-right: 0px solid #d1212e;
}
  .footer-topwrap {
    margin-bottom: 50px;
}
  
  .footerwrapper .col-lg-12 .row .col-lg-4 {
    border-right: none;
    border-bottom: 1px solid #fff;
}
  .footer-top-item span {
    width: 100%;
    text-align: left;
}
.footer-1 img {
    width: 60%;
    height: auto;
}
 .footerwrapper h4 {
    margin: 30px 0px 20px 0px;
} 
  
  .footer-credit {
    margin-top: 25px;
}
  .footer-credit p {
    text-align: center;
}
  .footer-credit .col-lg-6:last-child p {
    text-align: center;
}

  .mission-vision-wrap .card-box img {
      width:250px!important;
  }
  .mission-vision-wrap .custom-container {
    padding: 20px 1%;
}
  .mission-vision-wrap h5 {
    font-size: 13px;
  } 
  .whychoose-caption p {
    padding-right: 0px;
  }
 .whychoose-caption{
     padding-top:10px;
 }
  .innerpage-header h2 {
    font-size: 26px;
}
  .service-content h4{
      padding-top:20px;
  }
  
  .contact-page {
    margin-top: 30px;
    margin-bottom: 30px;
}
  .contact-page h3 {
    margin: 30px 0px 20px 0px;
}
 .contact-content p {
    padding: 10px 3%;
}
    
 .blog-enquiry-wrapper {
    padding: 60px 0px;
}
.page-heading.recentblog {
    width: 100%;
    text-align: center !important;
} 
.blog-enquiry-wrapper .col-lg-6 {
    margin-bottom: 45px;
}
.enquiry-form {
    margin-top: 20px;
}



}













































	