/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2025 | 05:45:27 */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap'); 

body {
	font-family: "Public Sans", sans-serif;
	color: #ffffff;
	font-weight:400;
	background-color: #161616;
}
body>div {
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Public Sans", sans-serif;
}
/***** Full Width CSS ******/
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
	max-width: 100%;
}


/*TOUR_PAGES*/
.tour-content-row h2{
	font-size:28px;
}
.logo-img.wpb_single_image img{
	width: 200px;
}
.left-arrow-img.wpb_single_image img, .right-arrow-img.wpb_single_image img{
	width: 25px;
}
.logo-img.wpb_single_image, .left-arrow-img.wpb_single_image, .right-arrow-img.wpb_single_image{
	display:inline-block;
	vertical-align:middle;
}
.left-arrow-img.wpb_single_image, .right-arrow-img.wpb_single_image{
	position:absolute;
}
.left-arrow-img.wpb_single_image{
	left:15px;
}
.right-arrow-img.wpb_single_image{
	right:15px;
}
/* CARD_PAGES */
#card-row .site-heading, h2.download-heading {
	font-weight: 800;
}
#card-row .client-designation{
	font-weight: 300;
}
#card-row .wpb_text_column.icon-text {
	display: flex;
	justify-content: center;
}
#card-row .wpb_text_column.icon-text > .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 20px;
}
#card-row .wpb_text_column.icon-text p {
	margin: 0;
}
#card-row .icon-text.wpb_text_column p a {
	font-size: 12px;
	font-weight: 400;
	text-decoration: none !important;
}
#card-row .vc_do_btn .vc_btn3 {
	font-size: 12px;
	font-weight: 600;
	line-height: 14.1px;
	padding: 8px 15px;
}
#card-row > .vc_row.wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border: 2px solid #FFB300;
  width: 440px;
  margin: 0 auto;
  padding: 2em 1em;
}
/*SUBSCRIPTION_INFO*/
.entry-content .subscription-info ul > li {
	list-style-type:none;
	position:relative;
	margin-bottom: 12px;
	font-size:12px;
}
.subscription-info li:before {
	content: "★";
	font-size: 14px;
	color: #f8b400;
	position: absolute;
	left: -40px;
	top: -2px;
}
.subscription-info p, .subscription-info li {
	font-size:21px;
}
.vc_row .subscription-info .vc_btn3-container a {
	text-decoration:underline !important;
	font-size:18px;
	padding: 0;
}
body #wonderplugin3dcarousel-1 .wonderplugin3dcarousel-title {
	font-size: 27px;
	font-weight: 700;
}
body #wonderplugin3dcarousel-1 .wonderplugin3dcarousel-description {
	font-size: 20px;
}
body #wonderplugin3dcarousel-1 .wonderplugin3dcarousel-nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
@media only screen and (max-width: 479px){
	.vc_row.card-store-row .wpb_single_image img {
		width: auto;
		height: 38px;
	}
	#card-row > .vc_row.wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border:none;
  width: auto;
  margin: 0;
  padding: 0;
}
}