@font-face
{
	font-family: Ubuntu;
	src: url(Ubuntu.woff2) format('woff2');
}

::selection
{
	color:#fff;
	background:#33368d;
	opacity:1;
}

body a
{
	color:#33368d;
	text-decoration:none;
}

h1, h2, h3, h4
{
	color:rgba(0, 0, 0, 0.7);
	color: #000;
}

.clearfix::after
{
	content: "";
	clear: both;
	display:table;
}

body::-webkit-scrollbar
{
	width:10px;
}

body::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	background-color:rgba(108, 91, 123, 0.65);
}

body::-webkit-scrollbar-thumb
{
	background:rgba(108, 91, 123, 0.85);
}

body::-webkit-scrollbar-thumb:hover
{
	background: rgba(108, 91, 123, 1);
}

#logo
{
	width: 15%;
}

.paymentButton
{
	padding:8px 8px;
	color:#fff;
	background:#63D4D6;
	border-radius:5px;
	cursor:pointer;
}

.icon
{
	display: none;
}

.slider
{
    position: relative;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.slider-wrapper
{
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.slides
{
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.slides img
{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50px 235px 50px 50px;
}

.slide-text
{
    position: absolute;
    top: 50%;
    left:25%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background-color: rgba(135, 135, 135, 0.3);
    padding: 10px 20px;
    border-radius: 10px;
    width: 35%; /* Added to ensure it adapts to smaller screens */
    max-width: 600px; /* Added to limit width on larger screens */
}

.prev,.next
{
	cursor: pointer;
	position: absolute;
	top: 45%;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.prev
{
	left: 0px;
	border-radius: 0 3px 3px 0;
}

.next
{
	right: 0px;
	border-radius: 3px 0 0 3px;
}

.prev:hover,.next:hover
{
	background-color: rgba(0, 0, 0, 0.8);
}

.homeBg
{
	width: 100%;
	margin: 0 auto;   
	padding: 50px 0;
	box-sizing: border-box;
	/* overflow: hidden; */
	background-color: white;
}

.homeBg h1
{
	font-size: 1.5em;
	font-size: 1.9em;
	text-align: center;
	font-weight:normal;
	color: #33368d;
}

.homeContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	position:relative;
	color:#32404F;
}

.homeContainer ul
{
	/* //padding:0; */
}

/********************/
.storiesHeading
{
	font-size:32px;
	font-weight:normal;
}

.testimonialBox
{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	padding:20px;
}

.storyContainer
{
	margin: 0px 1%;
	padding: 10px 1%;
	/* box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15); */
}

.storyImageContainer
{
	width:80%;
	height:280px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	border-radius: 20px;
	text-align: left;
	vertical-align: middle;
}

.storyImageContainer img
{
	min-width:100%;
	min-height:280px;
	position:initial;
	left:initial;
	bottom:initial;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: filter 0.5s ease;
}

.storyContainer img:hover
{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.storyContainer h1
{
	display: inline-block;
	font-size: 24px !important;
	text-transform: uppercase;
	margin: 0px;
}

.storyContainer h1:hover
{
	color: #fcca07;
}

.storyTextContainer p
{
	line-height: 1.8;
}

.viewAllButton
{
	padding:60px 0px;
	text-align:center;
	padding-top: 30px;
}

.viewAllButton a
{
	background:#22201e;
	padding:15px 60px;
	color:#000;
	border-radius:5px;
	font-size:20px;
}

/***************/
.homeSummaryBox
{
	max-width:100%;
	height:auto;
	/* padding: 0px 20px 0px 20px; */
	/* margin:0px 0px 0px 30px; */
}

.summaryBoxFlexContainer
{
	display:flex;
	flex-flow:row;
	justify-content:space-around;
	align-items:center;
	padding:10px;
}

.summaryBox
{
	text-align:center;
	width:280px;
	height:460px;
	background:#fff;
}

.summaryBox .imageContainer
{
	overflow:hidden;
	height:155px;
	background:#000;
}

.summaryBox .textBox
{
	line-height:1.2;
	height:200px;
	padding:10px;
}

.summaryBox .textBox h1
{
	margin:0px;
	padding:15px 0px 15px 0px;
	color:#444;
	font-size:22px;
	font-weight:normal;
}

.summaryBox .textBox p
{
	margin:0px;
}

.summaryBox .roundButton
{
	border:2px solid #154779;
	display:inline-block;
	font-size:15px;
	padding:2px;
	width:50px;
	border-radius:50px;
}

.summaryBox .roundButton span
{
	color:#154779;
	font-size:30px;
}

.aboutImageContainer
{
	background:#fff;
	height:515px;
	width:48%;
	float:left;
	text-align:center;
}

.aboutImageContainer img
{
	height:95%;
	border:3px solid #444;
	border-radius:40px;
}

.hr
{
	width:140px;
	margin:30px auto 50px auto;
	border-bottom:2px solid #33368d;
}

header
{
	margin-top:0px;
	height:auto;
	box-sizing:border-box;
	position:relative;
	background:linear-gradient(70deg, rgba(52, 133, 236, 1) 17%, rgba(170, 248, 219, 1) 100%);
	padding:0px 0px 30px 0px;
}

body
{
	margin: 0;
	background-color: #fff;
	/* //font-family: 'Roboto', sans-serif; */
	font-family:Ubuntu !important;

	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.8;
}

.topHeader
{
	padding:10px 0px;
	/* background: #fff; */
	width:1200px;
	margin: 0px auto;
	display: flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-evenly;
}

.topHeader p
{
	margin: 0px;
}

.topHeader p a
{
	color:#000;
	font-size:16px;
	font-weight: bold;
}

.topHeader i
{
	margin-right:10px;
	font-size:30px;
}

.topHeaderRight
{
	width: 75%;
}

.topMenuBg
{
	width: 100%;
	background:#154779;	
}

.topnav
{
	width:100%;
	padding-top:0px;
	padding-bottom:10px;
	font-size:0.9em;
	/* //position:fixed; */
	top:0;
	left:0;
	z-index:50;
	transition:1s;
	box-sizing:border-box;
	background-color:#ccc;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.topnavScrolled
{
	height:65px;
	background-color:white;
	border-bottom:1px solid rgba(255,255,255,1);
	-moz-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	box-shadow:0 10px 33px rgba(0, 0, 0, .1) !important;
	transition:1s;
}

.topnav a
{
	float: right;
	padding: 5px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: inherit;
	transition: 0.2s;
}

.active
{
	color: white;
	/* background-color: #4CAF50; */
}

.reveal
{
	position: relative;
	transform: translateY(100px);

	opacity: 0;
	transition: 1s all ease;
}

.topnav .icon
{
	width:30px;
	height:30px;
	margin-top:20px;
	color:white;
	font-size:20px;
	line-height:30px;
	border:2px solid white;
	border-radius:10px;
	transition:0.1s;
	background:none;
	display:none;
}

.topnav .icon:hover
{
	color:white !important;
}

.topnavScrolled .icon
{
	margin-top:0px;
	color:#1e4161;
	border:2px solid #1e4161;
}

.topnavScrolled .icon:hover
{
	color:#1e4161 !important;
}

.dropdown
{
	float:left;
	overflow:hidden;
	transition:0.2s;
	font-size: 16px;	
}

.dropdown a
{
	color: #000;
}

.dropdown a:hover
{
	color: #fff;
}

.dropdown .dropbtn
{
	margin:0;
	padding:15px;
	font-size:18px;
	border:none;
	outline:none;
	color:#002147;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
	/* border-bottom:3px solid #fff; */
	text-transform: uppercase;
}

.dropdown .dropbtn:hover
{
	/* border-bottom:3px solid #22201e; */
	/* background: #e36439; */
	color: #fff;
}

.dropdown-content
{
	min-width:160px;
	max-width:800px;
	position:absolute;
	background-color:#fff;
	box-shadow:8px 8px 8px #444;
	z-index:50;
	transition:0.2s;
	display:none;	
}

.dropdown-content a
{
	float:none;
	padding: 10px 16px;
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.dropdown-content a:hover
{
	color:#33368d;
	background-color:#f2f2f2;
}

.dropdown:hover .dropdown-content
{
	display:table;
}

.afterArrow:after
{
	content: '\276F';
	font-weight: bold;
	float: right;
	font-size: 16px;
	margin-left: 8px;
	padding: 0px 0px 0px 0px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
}

.menuContentHolder 
{	
	width:100%;
	background:#154779;	
}

.topnavScrolled .menuContentHolder
{
	width:100%;
	float: left;
}

.menuContentHolderUpperRow
{
	float:none;
	width:100%;
	overflow:auto;
}

.topnavScrolled .menuContentHolderUpperRow
{
	float:left;
	width:auto;
	overflow:auto;
}

.positionUnset
{
	left:unset;
}

.positionLeft-100
{
	left:-100%;
}

.topnavContainer
{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	overflow:auto;
	box-sizing:border-box;
}

.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;
}

.accordion4
{
	background: #a5c6e2;
	color: #fff;
	cursor: pointer;
	width:100%;
	text-align: left;
	font-size: 17px;
	border-radius:5px;
	padding:10px 10px;
	margin:0px 0px 3px 0px;
}

.accordion4 span
{
	font-size:22px;	
	color:#154779;
	display:none;
}

.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activeMenu:after
{
	content: "\25B3";
}

.activeMenu, .accordion4:hover 
{
	background: #6792B9; 
}

.panel2
{
	padding:0 18px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 10px 0px;
}	

.panel2 a
{
	color:#444;
	font-size:17px;			
}

.panel2 a:hover
{
	color:#ccc;	
}

.leftButton
{
	background:#a5c6e2;
	color:#fff;		
	cursor:pointer;
	padding:10px 10px;
	width:100%;
	border:none;
	text-align:left;
	font-size:17px;
	border-radius:5px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
}

.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.leftButton img
{
	display:none;		
}

.accordion4  img
{
	display:none;
}

.mobileOnly
{
	display:none;
}
	
button
{
	background:#fff;
	border:0px solid #fff;
}

.MenuOverlay
{
	height:100%;
	width:0%;
	position:fixed;
	z-index:99999;
	top:0;
	right:0;
	background:#fff;
	overflow-x:hidden;
	transition:0.5s;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}

.topnavScrolled a
{
	color:rgba(0,0,0,0.8);
}



.topnavScrolled .dropdown .dropbtn
{
	/* //padding:9px 12px; */
	color:rgba(0, 0, 0, 0.8) !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove
{
	from{top: 0px;}
	to {top: 0px;}
}

@keyframes mymove
{
	from {top: 0px;}
	to {top: 0px;}
}

@-webkit-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);

	}
}

@-moz-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@-ms-keyframes pulse
{

	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

.displayNone
{
	display:none;
}

.displayBlock
{
	display:block;
}

.underBannerBg
{
	margin-top:-25px;
	padding:20px 0px 40px 0px;
	position:relative;
	z-index:2;
	overflow:auto;
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(97, 214, 216, 0.95) 300%);
	background-color:#fdfdfd;
}

.underBannerBg h1
{
	font-size:1.9em;
	text-align:center;
	font-weight:normal;
}

b
{
	opacity: 0.7;
}

.gradientBg
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(214, 120, 186, 0.95) 300%);
}

.quickOverviewGradient
{
	background:linear-gradient(to bottom, rgba(108, 91, 123, 0.65) 0%, rgba(11, 15, 41, 0.95) 100%);
	padding:50px 0;
	overflow:hidden;
}

.howDoesItWorkGradient
{
	padding:75px 0px 100px 0px;
	overflow:hidden;
	position:relative;
	z-index:9;
}

.howDoesItWorkGradient h1
{
	color:#fff;
}

.howDoesItWork_MediumParagraph
{
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
}

button.NEWaccordion
{
	/* float: left; */
	width: 100%;
	margin-bottom: 2px;
	padding: 14.5px;
	color: #444;
	text-align: left;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: none;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
}

button.NEWaccordion.active, button.NEWaccordion:hover
{
	background: none;
	color: #47ccc9;
}

button.NEWaccordion::before
{
	content: '\002B';
	font-size: 24px;;
	/* background-color: #ccc; */
	color: #47ccc9;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-top: -5px;
}

button.NEWaccordion.active::before
{
	content: "\00D7";
	background-color: none;
}

footer
{
	background:#f2f2f2;
	background:linear-gradient(340deg, rgba(52, 133, 236, 1) 17%, rgba(170, 248, 219, 1) 100%);
	padding:10px;
	margin:10px auto 0px auto;
	text-align:center;
	color:#000;
}

footer strong
{
	display:block;
	margin:19px 0px;
	color:#ffff;
	color: #2f2f2f;
}

footer a
{
	color:#000;
}

footer a:hover, footer li:hover
{
	color: #fff;
}

.footerBox2
{
	display: table;
	width: 1160px;
	margin: 0px auto;
	padding: 45px 0px;
}

.footerBox2 div
{
	border-right: 0px solid #000;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0px 20px;
	color: #000;
}

.footerBox2 h1
{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #33368d;
}

.footerBox2 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footerBox2 a
{
	color: #000;
}

.poweredFooter
{
	background:#f2f2f2;
	color: #002147;
	font-size: 12px;
	padding: 3px 2px 0px 90px;
	text-align: left;
}

.poweredFooter a
{
	color: #002147;
	text-decoration: none;
}

.container
{
	width:1200px;
	margin:0px auto;
	margin-bottom:50px;
	padding:0px;
	border:0px;
	text-align:left;
	display:table;
	background:none;
}

.containerContent
{
	width:1000px;	
}

/* HOME PRODUCTS START */
.tabs
{
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}

.tabs button
{
	background: #ddd;
	border: none;
	padding:8px 18px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 5px;
	transition: background 0.3s ease;
	text-transform: uppercase;
	font-size: 16px;
}

.tabs button:hover
{
	background: #333333a8;
	color:#fcca07;	
}

.tabs button.active
{
	background: #333;
	color: #fcca07;
}

.tabs span
{
	margin:auto 10px;
	font-size:20px;
}		

.tabContent
{
	text-align: center;
}

#productContent
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	opacity: 1;
	transition: opacity 0.3s ease;
	margin-bottom: 40px;
}

.product
{
	/* background: #fff; */
	/* border: 1px solid #ddd; */
	/* border-radius: 8px; */
	/* padding: 10px; */
	width: 300px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product .productBack
{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	border-radius:20px;
}

.product .productInsideBack
{
	max-width:100%;
	height:300px;
	background-color:rgba(0, 0, 20, 0.8);
	border-radius:20px;
	transition: background-color 0.3s ease;
}

.product .productInsideBack:hover
{
	background-color: rgba(0, 0, 20, 0.5);
}

.product h3
{
	margin: 10px 0;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	margin-top: 0px !important;
}

.product p
{
	margin: 0;
	color: #666;
}

.product img
{
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
	padding: 20px 0px;
}
/* HOME PRODUCT SECTION END */

.blog
{
	display:flex;
	flex-flow:row;
	justify-content:space-around;
	align-items:center;
	margin-bottom: 50px;
}

.blogContainer
{
	text-align:center;
	height:500px;
	background:#fff;
	width:32%;
	border-radius: 30px;
}

.blogImageContainer
{
	overflow:hidden;
	width:100%;
	height:200px;
	border-radius: 30px 30px 0px 0px;
}

.blogImageContainer img
{
	width:100%;
}

.blogTextContainer
{
	height:230px;
	line-height:1.2;
}

.blogTextContainer h1
{
	font-size:22px;
	margin-bottom:0px;
	height:50px;
	padding:0px 50px;
}

.blogTextContainer p
{
	margin:0px;
	padding:35px 20px;
}

.blogContainer a
{
	color:#22201e;
	font-size:18px;
}

.blogModuleSet
{
	width:100%;
	overflow:auto;
}

.blogContent
{
	padding:20px 20px;
	text-align:center;
	height: 200px;
}

.partnerDiv
{
	/* display:table; */
	padding:10px;
}

.partnerDiv .partnerSingleDiv
{
	width:31%;
	margin:auto 1%;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-bottom: 50px;
}

.partnerDiv .partnerSingleDiv .partnerImageDiv
{
	width:100%;
}

.partnerDiv .partnerSingleDiv .partnerImageDiv img
{
	width:50%;
}

.partnerDiv .partnerSingleDiv h4
{
	margin-top:0px;
}

.eventSection
{
	width:100%;
	float: left;
}

.eventBox
{
	width:48%;
	text-decoration: none;
	float:left;
	color: black;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	height: 160px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 0px 10px 10px 3px ;
}

.eventBox .dateBox
{
	width:8%;
	font-size: 22px;
	margin: 45px 0px 0px 10px;
	float: left;
	line-height: 20px;
}

.eventBox .contentBox
{
	float:left;
	width: 55%;
	margin: auto;
	font-size: 12px;
}

.eventBox .imgBox
{
	width:30%;
	float: right;
	height: 140px;
	overflow: hidden;
}

.eventBox .imgBox img
{
	width: 100%;
	height: 100%;
}

.hwrap 
{
	overflow: hidden;
	background: #fff;
	background: #f2f2f2;
	height: 40px;
}

.hmove 
{ 
  display: flex; 
}

.hitem
{
	flex-shrink: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
}

.fa.fa-twitter
{
	font-family:sans-serif;
}

.fa.fa-twitter::before
{
	content:"𝕏";
	font-size:1.2em;
}

@keyframes tickerh
{
	0% { transform: translate3d(100%, 0, 0); }
	100% { transform: translate3d(-400%, 0, 0); }
}

.hmove 
{ 
	animation: tickerh linear 25s infinite;
}

.hmove:hover 
{ 
	animation-play-state: paused; 
}

/***MEDIA QUERIES***/
@media screen and (max-width:1200px)
{

	.topnavContainer
	{
		width:1000px;
	}
}

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

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.displayBlock
	{
		display:block;
	}

	.topnav a:not(:first-child)
	{
		display:none;
	}

	.dropdown .dropbtn
	{
		color:#FFCC00;
		padding-top:0px;
		padding-bottom:0px;
		margin:0px;
		padding-left:0px;
		font-size:14px;
	}	

	.topnav a.icon
	{
		float:right;
		display:block;
	}

	.dropdown .dropdown-content a
	{
		padding:8px 2%;
		font-size:14px;
		border-bottom:1px solid #ccc;
		padding:8px 5%;
	}

	.dropdown .dropdown-content a:hover
	{
		color:#000 !important;
		background-color:#f6f6f6 !important;
	}

	.topnavScrolled .menuContentHolder,
	.menuContentHolder
	{
		width:0%;
	}

	.accordion4 
	{
		background: #fff;
		color: #22201e;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:8px;
	}

	.accordion4:after
	{	
		color: #22201e;
	}

	.accordion4  img
	{
		height:22px;
		float:left;	
		padding:0px 5px 0px 0px;
		display:block;		
	}

	.accordion4 span
	{
		display:inline;
	}

	.activeMenu, .accordion4:hover 
	{
		background:none;
	}

	.leftButton
	{
		background: #fff;		
		color: #154779;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:6px;
	}

	.leftButton img
	{
		height:20px;	
		float:left;			
		padding:5px 5px 0px 0px;	
		display:block;		
	}		

	.leftButton span
	{
		font-size:22px;	
		color:#ccc;
		display:inline-table;	
	}

	.mobileOnly
	{
		display:table;
	}

	/*** For Not logged ***/
	.mobileMenu
	{
		display:block;
	}

	.desktopMenu
	{
		display:none;
	}	

	#searchBox
	{
		display:none;
	}
}

@media screen and (max-width:650px)
{
	#logo
	{
		width: 40%;
		float: left;
		padding: 0px 0px 0px 10px;
	}

	header
	{
		padding:  0px 0px 20px 0px;
	}

	.slide-text
	{
		display: none;
	}

	.eventSection
	{
		width: 100%;
	}

	.eventBox
	{
		width: 98%;
		min-height: 210px;
	}

	.eventBox .dateBox
	{
		margin: 0px 0px 0px 0px;
	}

	.eventBox .contentBox
	{
		margin-left: 10px;
	}

	.eventBox .imgBox
	{
		height: 100%;
	}

	.newsSection
	{
		width: 100%;
	}

	.newsBox
	{
		width: 98%;
	}

	.accordion4
	{
		width: 100%;
	}

	.icon
	{
		color: #22201e;
		width: 20px;
		font-size: 25px;
		display: table;
		border: 1px solid #22201e;
		border-radius: 5px;
		margin: 2px 10px 0px 0px;
		padding: 0px 10px 0px 10px;
	}

	.mobileInfoHeader
	{
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

	.hiddenOnMobile
	{
		display: none;
	}

	.footerBox2 div
	{
		width: 100%;
		padding: 10px 30px;
	}

	footer strong
	{
		display:block;
		margin:19px 0px;
		color:#fff;
	}

	.footerBox2
	{
		float: left;
		width:80%;
		margin:5px 10% 5px 0px;
		padding:5px 1.5%;
		box-sizing:border-box;
		text-align: left;
		max-width: 100%;
	}

	.footerBox2 p 
	{
		text-align: left;
		color: #000;
		font-size: 16px;
	}

	.footerBox2 ul 
	{
		text-align: left;
		color: #000;
		font-size: 16px;
	}

	.footerBox2 div:nth-child(4)
	{
		letter-spacing: -0.7px;
	}

	.poweredFooter
	{
		padding: 3px 2px 0px 20px;
	}

	.topMenu
	{
		width: 100%;
	}

	.topHeader
	{
		padding:10px 0px 0px 0px;
		background: #fff;	
		width:100%;
		margin: 0px auto;
		display:table;
	}

	.topHeaderCenter
	{
		width: 100%;
		float: left;
		padding-bottom: 10px;
		box-shadow: 0px 3px 3px #22201e;
	}

	.topHeaderCenter img
	{
		/* width: auto; */
		max-width: 220px;
		float: left;
		margin: 0px 0px 0px 5px;
	}

	.topHeaderRight
	{
		display: none;
	}

	.topnav
	{
		border-bottom:0px solid rgba(255,255,255,0.5);
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.dropdown-content
	{
		border-top:2px solid #FFCC00;
	}

	.homeContainer
	{
		width:96%;
	}

	.homeContainer h1, .homeContainer ul
	{
		padding:0px 10px;
	}

	.homeContainer ul li
	{
	}

	.tabs
	{
		/* flex-direction: column; */
		justify-content: center;
	}

	.tabs button
	{
		margin: 0px;
		margin-bottom: 20px;
		padding: 8px 15px;
		border-radius: 0px;
		font-size:12px;
		border-right: 1px solid #3333333b;
	}

	.tabs button:last-child
	{
		border-right: 0px;
	}

	.tabs span
	{
		display: none;
	}

	#productContent
	{
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.product
	{
		width: 75%;
	}

	.product .productInsideBack
	{
		background-color: rgba(0, 0, 20, 0.4);
	}

	.testimonialBox
	{
		flex-direction: column;
	}

	.storyContainer
	{
		width: 98%;
		float: none;
	}

	.storyImageContainer
	{
		width: 100%;
		text-align: center;
		overflow: hidden;
	}

	.storyContainer img
	{
		width: 100%;
		height: auto;
	}

	.storyContainer span
	{
		padding: 0px 10px;
	}

	.viewAllButton
	{
		width: 100%;
	}

	.viewAllButton a
	{
		width: 100%;
		padding: 15px;
	}

	.summaryBoxFlexContainer
	{
		width: 100%;
		flex-flow: column;
		padding: 0px;
	}

	.summaryBox
	{
		margin: 10px 0;
		width: 80%;
	}

	.summaryBox .textBox
	{
		overflow: hidden;
	}

	.aboutImageContainer
	{
		width: 100%;
		height: 300px;
	}

	.aboutImageContainer img
	{
		height: 100%;
		border: 2px solid #444;
		border-radius: 20px;
	}

	.blog
	{
		width: 100%;
		flex-flow: column;
		padding: 0px;
	}

	.blogContainer
	{
		width: 90%;
		margin: 10px;
	}

	.blogContainer a
	{
		margin: 15px 0px;
	}

	.partnerDiv .partnerSingleDiv
	{
		width: 98%;
		float: none;
	}

	.partnerDiv .partnerSingleDiv:last-child
	{
		margin-bottom: 0px;
	}
}

@media screen and (max-width:500px) 
{
	.topnav
	{
		margin:0;
		padding:0;
	}

	.topnavContainer
	{
		padding:10px;
		padding-top:0;
		padding-bottom:0;
	}

	.topnav .icon
	{
		margin-top:15px;
		display:table-cell;
	}

	.topnavScrolled .icon
	{
		margin-top:8px;
		display:table-cell;
	}
}