/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
body
{
	background: #ebe8de;
	color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #133E22;
}
.whitebackground{
	width: auto;
	max-width: 1050px;
	background-color: #FFF;
	margin: auto;
}
p
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}
h1
{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E60418;
	padding-left: 5px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}

.mail
{
	font-family: 'Poppins', sans-serif;
	font-size: large;
	line-height: 30px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
}

.imgauto
{
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.imgauto2
{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	border-radius: 10px 30px;
}
.logoauto
{
	width: 100%;
	height: auto;
	margin: auto;
}


.brititle9 {
	font-family: 'Poppins', sans-serif;
	color: #FF0000;
	width: auto;
	max-width: 1000px;
	font-size: xx-large;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

.brititle5
{
	font-family: 'Poppins', sans-serif;
	color: #000;
	width: auto;
	max-width: 1000px;
	line-height: 30px;
	font-size: medium;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	margin: auto;
}

.britext	{
	width: auto;
	max-width: 1000px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}
		
.britext ul	{
	list-style-type: disc;
	padding-left: 10px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	line-height: 25px;
	font-size: medium;
	letter-spacing: 1px;
	list-style-position: inside;
	padding-bottom: 10px;
	}
	.recapp
	{
		width: auto;
		margin: auto;
		max-width: 300px;
	}
	.mailg
	{
		
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #333;
	text-align: center;
	line-height: 25px;
}
	
	
.britext2	{
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #333;
	text-align: justify;
	line-height: 25px;
}	
.britext2ital {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #F90018;
	text-align: justify;
	line-height: 25px;
	font-style: italic;
}
.britext2ital a {
	text-decoration: underline;	
}

.maintext3	{
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #F00;
	text-align: justify;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.britext2 a {
	color: #00F;
}

.topbox
{
	background-color: #040001;
	width: 100%;
	height: 90px;
}

/* HEADER */

header
{
	position: relative;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
}

header p
{
        font-family: 'Poppins', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
	width: auto;
	max-width: 1000px;
	text-align: right;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}


nav ul
{
	list-style: none;
}

nav ul li
{
	display: inline;
	padding-left: 16px;
}


nav ul li a
{
	font-family: 'Poppins', sans-serif;
	transition: all .25s ease;
	font-size: 15px;
	color: #FFF;
}

nav ul li a:hover
{
	color: #FF0000;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
	display: block;
	background-color: #FB631B;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC4003;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.toggleMobile
{
        display: none;
}

/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1200px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
#topcolone
{
	width: 275px;
	float: left;
}
#topcoltwo
{
	width: 570px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}

.calltop
{
	font-family: 'Poppins', sans-serif;
	color: #FC0000;
	font-size: x-large;
	text-align: right;
	padding-bottom: 8px;
}
footer
{
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	background-color: #15365F;
}

.footwrapper
{
	line-height: 25px;
	padding-top: 8px;
	width: auto;
	max-width: 900px;
	font-size: 14px;
	background-color: #15365F;
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 8px;
	height: auto;
	text-align: center;
}

/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}
/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
	
input
{
width: 300px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

textarea
{
	width: 300px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.formtext
{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
}
input[type=submit] {
	width: 300px;
	background-color: #E86E0B;
	color: #000;
	padding: 5px 10px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #E86E0B;
	color: #FFF;
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 400px;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 450px;
	float: right;
}
.aquafullwidth
{
	width: 100%;
	background-color: #F3F3F3;
	

}
.aquafullwidth2 {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	font-size: large;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.aquafullwidth3 {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: x-large;
	font-family: 'Poppins', sans-serif;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.aquafullwidth4 {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: xx-large;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}



.aqua01
{
	width: auto;
	max-width: 1200px;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	line-height: 50px;
	margin: auto;
	text-transform: uppercase;
}
.aqua02
{
	font-family: 'Poppins', sans-serif;
	font-size: xx-large;
	color: #FF0101;
	text-align: center;
	letter-spacing: 1px;
	line-height: 50px;
	padding-top: 15px;
}
.toptitlehold
{
	width: auto;
	max-width: 620px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.pureslider
{
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
}

.block
{
		width: auto;
		max-width: 480px;
		margin: auto;
}

	.idctwo
	{
		width: auto;
		max-width: 1000px;
		margin: auto;
	}
	.idctwo1
	{
		width: 480px;
		float: left;
			margin-bottom: 20px;
	}
	.idctwo2
	{
		width: 480px;
		float: right;
		margin-right: 5px;
			margin-bottom: 20px;
		
	}
	video {
  width: 100%    !important;
  height: auto   !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youvid
{
	width: auto;
	margin: auto;
	max-width: 500px;
}

.pricehold
{
	width: auto;
	max-width: 710px;
	margin: auto;
	padding-left: 5px;
	padding-right:5px;
}

.idcimgfull
{
	width: 100%;
}
.idtwo
{
	width: auto;
	max-width: 480px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.idtwo1
{
	width: 240px;
	float: left;
	margin-bottom: 20px;


}
.idtwo2
{
	width: 240px;
	float: right;
	margin-bottom: 20px;

}

.greyspan
{
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	padding-bottom: 10px;
	padding-top: 5px;
}


.idcfour
{
	width: auto;
	max-width: 720px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.idcfour1
{
	width: 240px;
	float: left;
	margin-bottom: 20px;
}
.idcfour2
{
	width: 240px;
	float: left;
	margin-bottom: 20px;
}
.idcfour3
{
	width: 240px;
	float: left;
	margin-bottom: 20px;
}

.idcfourtitle
{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	color: #000000;
	background-color: #F0F0F0;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 1px;
	padding-left: 1px;
}
.idcfourtitle2
{
	font-family: 'Poppins', sans-serif;
	font-size: large;
	color: #FFFFFF;
	background-color: #036;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 1px;
	padding-left: 1px;
	border-radius: 8px 0px;
}
.idcfourtext
{
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #333;
	background-color: #F0F0F0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 25px;
}
.idcfourtext2
{
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #333;
	background-color: #F0F0F0;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 25px;
}

.idctwos
{
	width: auto;
	max-width: 720px;
	margin: auto;
	padding-top: 10px;
}
.idctwos1
{
	width: 240px;
	float: left;
}
.idctwos2
{
	width: 240px;
	float: left;
}
.idctwos3
{
	width: 240px;
	float: right;
}
.idcfran
{
	width:auto;
	max-width: 1000px;
	margin:auto;
}
.idcfran1
{
	width:480px;
	float: left;
	padding-bottom: 20px;
}
.idcfran2
{
	width:500px;
	float: right;
	padding-bottom: 20px;
}
.frantext
{
	font-family: 'Poppins', sans-serif;
	font-size: large;
	color: #F00;
	text-align: left;
	line-height: 35px;
	padding-left: 5px;
}
.frantext a
{
	color: #00F;
}
.idcfran1 ul
{
	list-style-position: inside;
	list-style-type: disc;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	padding-bottom: 5px;
	font-size: large;
	padding-left: 10px;
	padding-bottom: 10px;
}
.footcon
{
	font-family: 'Poppins', sans-serif;
	font-size: medium;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
}
.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 700px;
	left: 750px;
		z-index: 999999;
}
.buttons1
{
	width: 200px;
	float: left;
}
.buttons2
{
	width: 200px;
	float: right;
}
.buttonhold
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #fb621a;
	border-radius: 16px;
}
.buttontext
{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.buttontext:hover
{
	color: #000;
}

.bghold
{
	width: 100%;
	height: auto;
	background-image: url(../images/roadbg.jpg);
	background-repeat: repeat-x;
}
.bgcontent
{
	height: auto;
	margin: auto;
	width: auto;
	max-width: 720px;
}
.bgcontent1
{
	width: 120px;
	float: left;
	padding-top: 25px;
}
.bgcontent2
{
	width: 600px;
	float: right;

}
.brititle
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 35px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.brititle22
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 35px;
	text-align: center;
	margin: auto;

}
.brititle223
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;

}
.brititleoff
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 25px;
	text-align: center;
	margin: auto;

}

.relytwo
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.relytwo1
{
	width: 490px;
	float: left;
	
}
.relytwo2
{
width: 490px;
float: right;
}
.ticks
{
	vertical-align: -45%;
	padding-right: 5px;
}
.ticktext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	
}
.areas
{
	width: auto;
	max-width: 880px;
	margin: auto; 
	padding-left: 5px;
	padding-right: 5px;
}
.areas1
{
	width: 110px;
	float: left;
	padding-bottom: 20px;
}
.areas2
{
	width: 130px;
	float: left;
	padding-bottom: 20px;
}
.areas3
{
	width: 100px;
	float: left;
	padding-bottom: 20px;
}
.areas4
{
	width: 100px;
	float: left;
	padding-bottom: 20px;
}
.areas5
{
	width: 100px;
	float: left;
	padding-bottom: 20px;
}
.areas6
{
	width: 100px;
	float: left;
	padding-bottom: 20px;
}
.areas7
{
	width: 130px;
	float: left;
	padding-bottom: 20px;
}
.areas8
{
	width: 110px;
	float: right;
	padding-bottom: 20px;
}
.carss
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.carss1
{
	width: 490px;
	float: left;
	margin-bottom: 15px;
}
.carss2
{
	width: 380px;
	float: right;
	padding-top: 15px;
	margin-bottom: 15px;
}
.carimg
{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.revtghee
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	
}
.revtghee1
{
	width: 250px;
	float: left;
	
}
.revtghee2
{
	width: 250px;
	float: left;
	
}
.revtghee3
{
	width: 250px;
	float: left;
	
}
.revtghee4
{
	width: 250px;
	float: right;
	
}
.revhold
{
	width: 90%;
	height: 240px;
	margin: auto;
	display:block;

}
.revtext
{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revtext2
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revfull
{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #15365F;
	margin-top: 15px;
	margin-bottom: 15px;
}
.newareas
{
	width: auto;
	max-width: 900px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}
.areastext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	text-align: center;
}
.areasimg
{
	
	vertical-align: -15%;
	padding-left: 3px;
	padding-right: 3px;
}
.testifour
{
	width: auto;
	max-width: 800px;
	margin: auto;
}
.testifour1
{
	width: 200px;
	float: left;
	padding-bottom: 15px;
}
.testifour2
{
	width: 200px;
		float: left;
	padding-bottom: 15px;
}
.testifour3
{
	width: 200px;
		float: left;
	padding-bottom: 15px;
}
.testifour4
{
	width: 200px;
	float: right;
	padding-bottom: 15px;
}
.testfourhold
{
	width: 95%;
	height: auto;
	margin: auto;
	display:block;
}
.testimg
{
	width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;	
}
.testdiv
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding-left:5px;
	padding-right:5px;
}
.contactnew
{
	width: auto;
	max-width: 900px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.fbb
{
	width: auto;
	max-width: 400px;
	margin: auto;
	padding-bottom: 20px;
}
.testitext3
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	
}
.testitext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	line-height: 22px;
	
}
.testitext2
{
	font-family: 'Poppins', sans-serif;
	color: #F00;
	font-size: medium;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAEAFF;
	margin-bottom: 15px;
	padding-bottom: 5px;
	
}

.min
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.min1
{
	width: 300px;
	float: left;
}
.min2
{
	width: 300px;
	float: left;
}
.min3
{
	width: 300px;
	float: right;
}
.minhold
{
	width: 95%;
	margin: auto;
}
.minimg
{
	width: 100%;
	height: auto;
}
@media (max-width: 1700px)
{
	.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 600px;
	left: 600px;
		z-index: 999999;
}
}
@media (max-width: 1450px)
{
	.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 600px;
	left: 520px;
		z-index: 999999;
}
}
@media (max-width: 1300px)
{
	.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 550px;
	left: 440px;
		z-index: 999999;
}
}

@media (max-width: 1030px)
{
	
	.relytwo
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.relytwo1
{
	width: 470px;
	float: left;
	
}
.relytwo2
{
width: 470px;
float: right;
}
.ticks
{
	vertical-align: -45%;
	padding-right: 5px;
}
.ticktext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	
}

	
	.idctwo
	{
		padding-left: 5px;
		padding-right: 5px;
	}
		.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 400px;
	left: 300px;
		z-index: 999999;
}
.revtghee
{
	width: auto;
	max-width: 960px;
	margin: auto;
	
}
.revtghee1
{
	width: 240px;
	float: left;
	
}
.revtghee2
{
	width: 240px;
	float: left;
	
}
.revtghee3
{
	width: 240px;
	float: left;
	
}
.revtghee4
{
	width: 240px;
	float: right;
	
}
.revhold
{
	width: 90%;
	height: 240px;
	margin: auto;
	display:block;

}
.revtext
{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revtext2
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revfull
{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #15365F;
	margin-top: 15px;
	margin-bottom: 15px;
}
.testifour
{
	width: auto;
	max-width: 800px;
	margin: auto;
}
.testifour1
{
	width: 200px;
	float: left;
	padding-bottom: 15px;
}
.testifour2
{
	width: 200px;
		float: left;
	padding-bottom: 15px;
}
.testifour3
{
	width: 200px;
		float: left;
	padding-bottom: 15px;
}
.testifour4
{
	width: 200px;
	float: right;
	padding-bottom: 15px;
}
.testfourhold
{
	width: 95%;
	height: auto;
	margin: auto;
	display:block;
}
.testimg
{
	width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;	
}

}

@media (max-width: 980px)
{
	.newareas
{
	width: auto;
	max-width: 500px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}
.areastext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
}
.areasimg
{
	
	vertical-align: -15%;
	padding-left: 3px;
	padding-right: 3px;
}
	.revtghee
{
	width: auto;
	max-width: 600px;
	margin: auto;
	
}
.revtghee1
{
	width: 300px;
	float: left;
	margin-bottom: 10px;
	
}
.revtghee2
{
	width: 300px;
	float: right;
	margin-bottom: 10px;
	
}
.revtghee3
{
	width: 300px;
	float: left;
	
}
.revtghee4
{
	width: 300px;
	float: right;
	
}
.revhold
{
	width: 90%;
	height: 230px;
	margin: auto;
	display:block;

}
.revtext
{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: medium;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revtext2
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: medium;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revfull
{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #15365F;
	margin-top: 15px;
	margin-bottom: 15px;
}
.relytwo
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.relytwo1
{
	width: 450px;
	float: left;
	
}
.relytwo2
{
width: 400px;
float: right;
}
.ticks
{
	vertical-align: -45%;
	padding-right: 5px;
}
.ticktext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	
}
}

@media (max-width: 910px)
{
	.carss
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.carss1
{
	width: 460px;
	float: left;
	margin-bottom: 15px;
}
.carss2
{
	width: 370px;
	float: right;
	padding-top: 15px;
	margin-bottom: 15px;
}
.carimg
{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
	
	.areas
{
	width: auto;
	max-width: 520px;
	margin: auto; 
	padding-left: 5px;
	padding-right: 5px;
}
.areas1
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas2
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas3
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas4
{
	width: 130px;
	float: right;
	padding-bottom: 10px;
}
.areas5
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas6
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas7
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas8
{
	width: 130px;
	float: right;
	padding-bottom: 10px;
}
	.idcfran
{
	width:auto;
	max-width: 740px;
	margin:auto;
}
.idcfran1
{
	width:300px;
	float: left;
}
.idcfran2
{
	width: 420px;
	float: right;
	margin-right: 5px;
}
.frantext
{
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #F00;
	line-height: 32px;
	padding-bottom: 5px;
}
	
	.idctwos
{
	width: auto;
	max-width: 600px;
	margin: auto;
	padding-top: 0px;
	margin-top: -20px;
}

.idctwos1
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.idctwos2
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
	
	.idctwos3
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.idtwo
{
	width: auto;
	max-width: 600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.idtwo1
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
.idtwo2
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.block
{
		width: auto;
		max-width: 600px;
		margin: auto;
}


.idcfour
{
	width: auto;
	max-width: 600px;
	margin: auto;
}
.idcfour1
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.idcfour2
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.idcfour3
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.idcfour4
{
	width: auto;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
		.idctwo1
	{
	width: auto;
	float: none;
	margin: auto;
	padding-left: 5px;
	}
	.idctwo2
	{
	width: auto;
	max-width: 500px;
	float: none;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	}
	.idcfourtext
	{
	padding-bottom: 20px;
	}

		.contacttwo
{
	width: auto;
	max-width: 740px;
	margin: auto;
}
.contacttwo1
{
	width: 350px;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 300px;
	float: right;
}

.britext	{
	padding-left: 5px;
	padding-right: 5px;
}
	
	#twocolone
{
	width: auto;
	float: none;
	margin: auto;
}
#twocoltwo
{
	width: 320px;
	float: none;
    margin: auto;
}
        header
        {
            margin-top: 0px;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }


		.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 400px;
	left: 250px;
		z-index: 999999;
}
.min
{
	width: auto;
	max-width: 840px;
	margin: auto;
}
.min1
{
	width: 280px;
	float: left;
}
.min2
{
	width: 280px;
	float: left;
}
.min3
{
	width: 280px;
	float: right;
}
.minhold
{
	width: 95%;
	margin: auto;
}
.minimg
{
	width: 100%;
	height: auto;
}
}

@media (max-width: 880px)
{
	.relytwo
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.relytwo1
{
	width: auto;
	max-width: 900px;
	float: none;
	margin: auto;
	
}
.relytwo2
{
	width: auto;
	max-width: 500px;
	float: none;
	margin: auto;
}
.ticks
{
	vertical-align: -45%;
	padding-right: 5px;
}
.ticktext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	
}
			.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 400px;
	left: 180px;
		z-index: 999999;
}
.buttonhold
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #fb621a;
	border-radius: 16px;
}
.buttontext
{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
	.topbox
{
	width: 100%;
	height: auto;
}
.calltop
{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: x-large;
	text-align: center;
	padding-bottom: 0px;
}

	#topcolone
{
	float: none;
	margin: auto;

}
#topcoltwo
{
	float: none;
	width: auto;
	max-width: 300px;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
.active, .toggleMobile:hover {
background: rgba(23, 55, 94, 0.1);
}
     
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 5px;
                display: block;
                width: 30px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	left: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #FB631B;
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 10px;
        }
        .toggleMobile span.menu3
        {
                top: 20px;
        }
        .toggleMobile.active span.menu1
        {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #e46c0a;
        }
        .toggleMobile.active span.menu2
        {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #e46c0a;
        }
        .toggleMobile.active span.menu3
        {
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #e46c0a;
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		.carss
{
	width: auto;
	max-width: 1010px;
	margin: auto;
	padding-left: 10px;
	padding-right: 5px;
}
.carss1
{
	width: auto;
	max-width:800px;
	float: none;
	margin: auto;
	margin-bottom: 15px;
}
.carss2
{
		width: auto;
	max-width: 500px;
	float: none;
	margin: auto;
	padding-top: 0px;
	margin-bottom: 10px;
}
.carimg
{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.ticktext
{
	padding-left: 20px;
}
.testifour
{
	width: auto;
	max-width: 680px;
	margin: auto;
}
.testifour1
{
	width: 170px;
	float: left;
	padding-bottom: 15px;
}
.testifour2
{
	width: 170px;
		float: left;
	padding-bottom: 15px;
}
.testifour3
{
	width: 170px;
		float: left;
	padding-bottom: 15px;
}
.testifour4
{
	width: 170px;
	float: right;
	padding-bottom: 15px;
}
.testfourhold
{
	width: 95%;
	height: auto;
	margin: auto;
	display:block;
}
.testimg
{
	width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;	
}
}

@media (max-width: 780px)
{
	
	.min
{
	width: auto;
	max-width: 840px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.min1
{
	width: auto;
	max-width: 500px;
	float: none;
	padding-bottom: 15px;
	margin: auto;
}
.min2
{
		width: auto;
	max-width: 500px;
	float: none;
	padding-bottom: 15px;
	margin: auto;
}
.min3
{
	width: auto;
	max-width: 500px;
	float: none;
	padding-bottom: 15px;
	margin: auto;
}
.minhold
{
	width: 100%;
	margin: auto;
}
.minimg
{
	width: 100%;
	height: auto;
}
	
	
	
	.buttons1
{
	width: 180px;
	float: left;
}
.buttons2
{
	width: 180px;
	float: right;
}

			.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 400px;
	left: 180px;
		z-index: 999999;
}
.buttonhold
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #fb621a;
	border-radius: 16px;
}
.buttontext
{
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}
}
@media (max-width: 710px)
{
	.testifour
{
	width: auto;
	max-width: 340px;
	margin: auto;
}
.testifour1
{
	width: 170px;
	float: left;
	padding-bottom: 15px;
}
.testifour2
{
	width: 170px;
		float: right;
	padding-bottom: 15px;
}
.testifour3
{
	width: 170px;
		float: left;
	padding-bottom: 15px;
}
.testifour4
{
	width: 170px;
	float: right;
	padding-bottom: 15px;
}
.testfourhold
{
	width: 95%;
	height: auto;
	margin: auto;
	display:block;
}
.testimg
{
	width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;	
}
	.bgcontent
{
	height: auto;
	margin: auto;
	width: auto;
	max-width: 720px;
	padding-left: 5px;
	padding-right: 5px;
}
.bgcontent1
{
	width: 120px;
	float: left;
	padding-top: 25px;
}
.bgcontent2
{
	width: 530px;
	float: right;

}
.brititle
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.brititle22
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 30px;
	text-align: center;
	margin: auto;

}
.brititle223
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;

}
	
		.idcfran
{
	width:auto;
	margin:auto;
}
.idcfran1
{
	width:auto;
	float: none;
	margin:auto;
}
.idcfran2
{
	width:auto;
	float: none;
	margin:auto;
}
.frantext
{

}
		.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;

}
.contacttwo2
{
	width: auto;
	float: none;
	margin: auto;
}


		
}
@media (max-width: 610px)
{
	.buttons1
{
	width: 180px;
	float: left;
}
.buttons2
{
	width: 180px;
	float: right;
}

			.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 350px;
	left: 100px;
		z-index: 999999;
}
.buttonhold
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #fb621a;
	border-radius: 16px;
}
.buttontext
{
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}
.revtghee
{
	width: auto;
	max-width: 500px;
	margin: auto;
	
}
.revtghee1
{
	width: 250px;
	float: left;
	margin-bottom: 10px;
	
}
.revtghee2
{
	width: 250px;
	float: right;
	margin-bottom: 10px;
	
}
.revtghee3
{
	width: 250px;
	float: left;
	
}
.revtghee4
{
	width: 250px;
	float: right;
	
}
.revhold
{
	width: 90%;
	height: 280px;
	margin: auto;
	display:block;

}
.revtext
{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: medium;
	text-align: center;
	line-height: 20px;
	padding-bottom: 8px;
}
.revtext2
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: medium;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revfull
{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #15365F;
	margin-top: 15px;
	margin-bottom: 15px;
}
}
@media (max-width: 660px)
{
	.pureslider
	{
		margin-top: -5px;
	}
	.aqua01
	{
	line-height: 35px;
		font-size: 25px;
	}
	.toptitlehold
{
	width: auto;
	max-width: 430px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 10px;
	padding-right:10px;
}
	.britext2
	{
	text-align: left;
	}
	
	.maintext3	{
text-align: left;
}
	
	.bghold
	{
	width: 100%;
	height: auto;
	background-image: url(../images/roadbg.jpg);
	background-repeat: repeat;
	}
	.bgcontent1
{
	width: 120px;
	float: none;
	margin: auto;
	padding-top: 25px;
}
.bgcontent2
{
	width: auto;
		float: none;
	margin: auto;

}
.brititle
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.brititle22
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 30px;
	text-align: center;
	margin: auto;

}
.brititle223
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;

}
}
@media (max-width: 510px)
{
	.areas
{
	width: auto;
	max-width: 260px;
	margin: auto; 
	padding-left: 5px;
	padding-right: 5px;
}
.areas1
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas2
{
	width: 130px;
	float: right;
	padding-bottom: 10px;
}
.areas3
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas4
{
	width: 130px;
	float: right;
	padding-bottom: 10px;
}
.areas5
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas6
{
	width: 130px;
	float: right;
	padding-bottom: 10px;
}
.areas7
{
	width: 130px;
	float: left;
	padding-bottom: 10px;
}
.areas8
{
	width: 130px;
	float: right;
	padding-bottom: 10px;
}
	
	
	
	.buttons1
{
	width: 170px;
	float: left;
}
.buttons2
{
	width: 170px;
	float: right;
}

			.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 300px;
	left: 80px;
		z-index: 999999;
}
.buttonhold
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #fb621a;
	border-radius: 16px;
}
.buttontext
{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}
.bghold
	{
	width: 100%;
	height: auto;
	background-image: url(../images/roadbg.jpg);
	background-repeat: repeat;
	}
	.bgcontent1
{
	width: 120px;
	float: none;
	margin: auto;
	padding-top: 25px;
}
.bgcontent2
{
	width: auto;
		float: none;
	margin: auto;

}
.brititle
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.brititle22
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 25px;
	text-align: center;
	margin: auto;

}
.brititle223
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;

}
}
@media (max-width: 510px)
{
	.brititle9
	{
	line-height: 28px;
	font-size: x-large;
	}
	.newareas
{
	width: auto;
	max-width: 400px;
	margin: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.areastext
{
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: medium;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
}
.areasimg
{
	
	vertical-align: -15%;
	padding-left: 3px;
	padding-right: 3px;
}
	
	.revtghee
{
	width: auto;
	max-width: 500px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	
}
.revtghee1
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;
	margin-bottom: 15px;
	
}
.revtghee2
{
width: auto;
	max-width: 400px;
	float: none;
	margin: auto;
	margin-bottom: 15px;
	
}
.revtghee3
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;
	margin-bottom: 15px;
	
}
.revtghee4
{
	width: auto;
	max-width: 400px;
	float: none;
	margin: auto;

	
}
.revhold
{
	width: 100%;
	height: auto;
	margin: auto;
	display:block;

}
.revtext
{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: medium;
	text-align: center;
	line-height: 20px;
	padding-bottom: 8px;
}
.revtext2
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: medium;
	text-align: center;
	line-height: 18px;
	padding-bottom: 8px;
}
.revfull
{
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #15365F;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
	
	.buttons1
{
	width: 10px;
	float: left;
}
.buttons2
{
	width: 10px;
	float: right;
}

			.buttons
{
	width: auto;
	max-width: 400px;
	margin: auto;
		position: absolute;
	top: 1000px;
	left: 60px;
		z-index: 0;
}
.buttonhold
{
	width: 90%;
	height: auto;
	margin: auto;
	background-color: #fb621a;
	border-radius: 0px;
}
.buttontext
{
	font-family: 'Poppins', sans-serif;
	font-size: 1px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;

}
.bghold
	{
	width: 100%;
	height: auto;
	background-image: url(../images/roadbg.jpg);
	background-repeat: repeat;
	}
	.bgcontent1
{
	width: 120px;
	float: none;
	margin: auto;
	padding-top: 25px;
}
.bgcontent2
{
	width: auto;
		float: none;
	margin: auto;

}
.brititle
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
}
.brititle22
{
	font-family: 'Poppins', sans-serif;
	color: #FB621A;
	font-size: 20px;
	text-align: center;
	margin: auto;

}
.brititle223
{
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;

}
.brititleoff
{

		font-size: 20px;


}
}
@media (max-width: 430px)
{

.aqua01
	{
	line-height: 30px;
		font-size: 20px;
	}
	.toptitlehold
{
	width: auto;
	max-width: 380px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 10px;
	padding-right:10px;
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
