@charset "utf-8";
/* CSS Document */
@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main
{
	display: block;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    float: right;
    right: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50% 50% 0 0;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.test1{width: 45%;}
.right
{
	float:right;
}
p
{
    color: #7d7d7d;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0;
}
p strong
{
	color:#8799ba;
    font-weight: 500;
}
p span
{
	color:#e5ddd8;
}
a, span, strong, nav
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	border:solid 1px #F2F2F2;
}
td, th
{
	padding:8px 15px;
	border:solid 1px #F2F2F2;
}
td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}
ul.list
{
	padding:0;
	margin:0;
	list-style:none;
} 
ul.list li
{
    color: #7d7d7d;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
	position:relative;
	margin-bottom:5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	overflow:hidden;
}
.header
{
	position:relative;
}
.section
{
	position:relative;
    background: #fff;
}
.footer
{
	position:relative;
    background: #000;
}
.isStuck
{
	z-index:99999;
}
.header-top
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:999;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-top h1
{
    background: #ffcc01;
    position: relative;
    padding: 10px 50px 10px 100px;
    margin: 0;
}
.header-top h1:after
{
    content: " ";
    background:#ffcc01;
	border-radius:50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -47.5px;
    width: 95px;
    height: 95px;
    z-index: -999;
}
/*.header-top h1:after
{
    content: " ";
    background:#ffcc01 url(../images/steering.svg) center center no-repeat;
    background-size: contain;
	border-radius:50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -47.5px;
    width: 95px;
    height: 95px;
    z-index: 999;
	-webkit-animation:rotate 5s ease-in infinite;
	animation:rotate 5s ease-in infinite;
}*/
@keyframes rotate
{
    0%
	{
		transform:rotate(0)
	}
	50%
	{
		transform:rotate(360deg)
	}
	10%
	{
		transform:rotate(0deg)
	}
}
.header-top aside
{
	margin-right:100px;
}
.header-top aside a
{
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    display: block;
    margin: 27px 0;
    float: left;
}
.header-top aside a:nth-of-type(2)
{
    background: #ffcc01;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    border-radius: 30px;
    margin: 27px 0;
}
.header-top aside a:nth-of-type(2):hover
{
    background: #000;
}
.contact-icon
{
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 999;
}
.contact-icon a
{
    display: block;
    padding: 17px;
    background: #F5F5F5;
    width: 50px;
    height: 50px;
}
.contact-icon a:first-of-type
{
	border-radius:30px 30px 0 0;
}
.contact-icon a:nth-of-type(2)
{
    background: #000;
}
.contact-icon a:nth-of-type(3)
{
	border-radius:0 0 30px 30px;
}
.contact-icon a:first-of-type svg, .contact-icon a:nth-of-type(3) svg
{
    fill: #000;
}
.contact-icon a svg
{
    fill: #fff;
    width: 16px;
    display: block;
}
.contact-icon a:hover
{
	opacity:0.8;
}
.banner-wrapper
{
    height: 100vh;
}
.banner-wrapper-pages
{
    height: 50vh;
}
.banner
{
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
}
.banner-form, .banner-form-down
{
    position: absolute;
	top:0;
    bottom: 0;
    left: 100px;
    width: 32%;
    height: 100%;
    display: table;
    margin: auto;
    text-align: center;
    z-index: 99;
	padding-top:95px;
}
.banner-form > div, .banner-form-down > div
{
    vertical-align: middle;
    display: table-cell;
}
.form-pages
{
    margin-top: -200px;
}
.banner-form fieldset, .form-pages fieldset, .banner-form-down fieldset
{
	width:100%;
	background:#fff;
	margin:auto;
	border-radius:3px;
	padding:20px;
}
.banner-form fieldset form, .form-pages fieldset form, .banner-form-down fieldset form
{
	
} 
.banner-form fieldset form div, .form-pages fieldset form div, .banner-form-down fieldset form div
{
    border: solid 2px #E5E5E5;
	margin-bottom:5px;
} 
.banner-form fieldset form label, .form-pages fieldset form label, .banner-form-down fieldset form label
{
	width:30%;
	float:left;
	text-align:left;
	padding:12px 10px;
    font-size: 14px;
    color: #4d4d4f;
}
.banner-form fieldset form input[type=text], .banner-form fieldset form input[type=email], .banner-form fieldset form input[type=number], .banner-form fieldset form input[type=password],
.form-pages fieldset form input[type=text], .form-pages fieldset form input[type=email], .form-pages fieldset form input[type=number], .form-pages fieldset form input[type=password],
.banner-form-down fieldset form input[type=text], .banner-form-down fieldset form input[type=email], .banner-form-down fieldset form input[type=number], .banner-form-down fieldset form input[type=password]
{
    padding: 12px 12px;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
	border-radius:3px;
	float:left;
	width:70%;
}
.select
{
	position: relative;
	display: inline-block;
	float:left;
	width:70%;
}
.select select
{
    padding: 12px 12px;
    box-sizing: border-box;
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius:3px;
}
.select select::-ms-expand
{
	display: none;
}
select select:hover,
.select select:focus
{
    color: #4d4d4f;
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 13px;
    right: 12px;
    color: #000;
    opacity: 0.5;
    pointer-events: none;
    font-size: 22px;
    font-weight: 400;
    opacity:0;
}
.select:hover:after
{
    opacity:1;
}
.banner-form fieldset form input[type=submit], .form-pages fieldset form input[type=submit], .banner-form-down fieldset form input[type=submit]
{
    background: #727270;
    border: none;
    padding: 10px 40px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
	width:100%;
}
.sidenav
{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow:0px 0px 26px rgba(0, 0, 0, 0.3);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.nav
{
	
}
.nav a
{
    padding: 3px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
	position:relative;
}
.nav a:first-of-type:before
{
    display:none;
}
.nav a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #ffcc01;
	opacity:0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.nav a:hover:before
{
	opacity:1;
}
.nav a:hover
{
	color: #000;
}
.nav-apps
{
    padding: 20px;
}
.nav-apps a
{
    display: block;
    width: 50%;
    float: left;
    padding: 6px;
}
.nav-apps a img
{
    border-radius: 3px;
}
.nav-apps a:hover
{
	opacity:0.8;
}
.sidenav .closebtn
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    font-size: 30px;
    cursor: pointer;
    padding: 24px 37px;
}
.navbar
{
    font-size: 30px;
    cursor: pointer;
    padding: 24px 37px;
    color: #CCC;
	position:fixed;
	right:0;
}
@media screen and (max-height: 450px)
{
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
.banner-wrapper
{
	height:100vh;
}
.banner
{
    width: 100%;
    height: 100vh;
    position: fixed;
}
.section-tab
{
    padding: 50px 100px;
}
.section-tab ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-tab ul li
{
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
.section-tab ul li figure
{
    width: 50%;
}
.section-tab ul li figcaption
{
    width: 50%;
    padding: 30px 50px;
    text-align: center;
	position:relative;
}
.section-tab ul li figcaption:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 50px;
    background-color: #ffcc01;
    opacity: 0.8;
}
.section-tab ul li:nth-of-type(2) figcaption:before
{
	display:none;
}
.section-tab ul li:after
{
    content: " ";
    background: #fff url(../images/steering.svg) center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    bottom: -47.5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    height: 95px;
    z-index: 999;
    -webkit-animation: rotate 5s ease-in infinite;
    animation: rotate 5s ease-in infinite;
	display:none;
}
@keyframes rotate
{
    0%
	{
		transform:rotate(0)
	}
	50%
	{
		transform:rotate(360deg)
	}
	10%
	{
		transform:rotate(0deg)
	}
}
.section-tab ul li:nth-of-type(3):after
{
    display:none;
}
.section-tab ul li figcaption h3
{
    color: #ffcc01;
    font-size: 24px;
    font-weight: 600;
}
.section-tab ul li figcaption p
{
	
}
.section-who-we-are
{
    padding: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}
.section-who-we-are aside
{
    width: 50%;
}
.section-who-we-are aside h2, .section-values h2
{
    color: #ffcc01;
    font-size: 28px;
    font-weight: 400;
}
.section-who-we-are aside a, .section-registration a
{
    background: #000;
    display: inline-block;
    padding: 10px 26px;
    font-size: 14px;
    color: #fff;
    margin: 15px 0;
    border-radius: 30px;
}
.section-who-we-are figure
{
    width: 22%;
    margin-left: 28%;
    position: relative;
}
.section-who-we-are figure:before
{
    content: " ";
    background: url(../images/tracking-img.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: -36%;
    width: 82%;
    height: 55%;
    margin: auto;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.animation
{
	position:relative;
}
.car1
{
    -webkit-animation: car1 5s ease-in infinite ;
    animation: car1 5s ease-in infinite ;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.car2
{
    -webkit-animation: car2 5s ease-in infinite ;
    animation: car2 5s ease-in infinite ;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	-webkit-transform: translateX(65%);
	transform: translateX(65%);
	animation-delay:6s;
}
@keyframes car1
{
    from
	{
    	-webkit-transform: translateX(40%);
    	transform: translateX(-40%);
	}
	to
	{
    	-webkit-transform: translateX(86%);
    	transform: translateX(86%);
	}
}
@keyframes car2
{
    from
	{
    	-webkit-transform: translateX(65%);
    	transform: translateX(65%);
	}
    to
	{
		-webkit-transform: translateX(-58%);
		transform: translateX(-58%);
	}
}
/*.wheel
{
    -webkit-animation: wheel 5s infinite linear infinite;
    animation: wheel 5s linear infinite;
}
@keyframes wheel
{
    0%
	{
		transform:rotate(0)
	}
	100%
	{
		
	}
}*/
.section-registration
{
    background: url(../images/Registration.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 85px 20px;
}
.section-registration h3
{
    color: #ffcc01;
    font-size: 22px;
    font-weight: 600;
}
.section-registration h2
{
    color: #fff;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.section-registration a
{
    background: #fff;
    color: #000;
}
.section-values
{
    padding: 100px;
    text-align: center;
}
.section-values h2
{
	margin-top:0;
}
.section-values article
{
    display: flex;
    margin: 30px 0;
}
.section-values aside
{
    width: 33.333333%;
    position: relative;
    z-index: 9;
}
.section-values aside ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-values aside ul li
{
    background: #fff;
    text-align: center;
    padding: 50px 30px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    border-radius: 5px;
}
.section-values aside ul li img
{
    width: 50px;
}
.section-values aside ul li h3
{
    color: #ffcc01;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-values figure
{
    background: url(../images/values.jpg) center center no-repeat;
    background-size: cover;
    width: 33.333333%;
    border-left: solid 20px #fff;
    border-right: solid 20px #fff;
    margin: 15px 0;
}
.section-bottom
{
    background: url(../images/section-img.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 100px;
    text-align: center;
}
.section-bottom h2
{
    color: #fff;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.section-bottom h3
{
    color: #ffcc01;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.section-bottom ul
{
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.section-bottom ul li
{
    float: left;
    list-style: none;
    width: 25%;
    padding: 0 20px;
}
.section-bottom ul li img
{
    border: solid 2px #ffcc01;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 12px;
}
.section-bottom ul li h4
{
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
}
.section-bottom ul li p
{
    color: #fff;
}
.footer
{
	
}
.foot
{
    display: flex;
	border-bottom:solid 2px #171e33;
}
.foot aside
{
	width:33.333333%;
	float:left;
	padding:35px 50px;
	text-align:center;
}
.foot aside:nth-of-type(2)
{
	border-left:solid 2px #171e33;
	border-right:solid 2px #171e33;
}
.foot p
{
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: #d5dbe6;
/*	text-align:center;*/
    text-align:left;
	width:100%;
}
.foot h3
{
	color: #fff;
    font-size: 16px;
    margin: 0 0 12px 0;
    font-weight: 600;
    position: relative;
	width:100%;
    text-align:left;
}
.foot a
{
    color: #d5dbe6;
}
.foot a:hover
{
	color:#fff;
}
.foot strong
{
    color: #ffcc01;
}
.foot_list
{
	
}
.foot_list ul
{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.foot_list ul li
{
	display:inline-block;
	margin:20px 5px;
}
.foot_list ul li a
{
	color: #d5dbe6;
    font-size: 15px;
	line-height:24px;
	font-weight:300;
    position: relative;
}
.foot_list ul li a:hover
{
	opacity:0.6;
}
.social-icon-footer
{
    text-align: center;
}
.social-icon-footer h3
{
	
}
.social-icon-footer a
{
display: inline-block;
    background: #fff;
    font-size: 23px;
    color: #000;
    width: 46px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 8px 0;
}
.social-icon-footer a:hover
{
    background: #252525;
    color: #fff;
}
.foot-right
{
	
}
.footer-bottom
{
	padding:30px 100px 30px 100px;
	/*border-top:solid 2px #171e33;*/
}
.footer-bottom-inner p
{
	color:#fff;
	font-size:15px;
	margin:0;
}
.footer-bottom-inner p span
{
	color:#fff;
}
.footer-bottom-inner a
{
	/*color: #CCC;*/
    color: #5d5b5b;
    position: relative;
}  
.footer-bottom-inner a:hover
{/*
	color: #00FFFF;*/
    color: #fff;
}
.banner-heading
{
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
    padding: 0 100px;
}
.banner-heading h2
{
    margin-top: 160px;
    color: #fff;
    font-size: 46px;
}
.section-content
{
	position:relative;
	padding:85px 100px;
}

.faq_section
{
    padding:50px 100px;
}

.section-content h2
{
    color: #ffcc01;
    font-weight: 500;
    font-size: 26px;
}
.section-content h3
{
    font-weight: 500;
    margin: 0;
    font-size: 20px;
}
.section-content h3 small
{
    font-size: 15px;
    opacity: 0.6;
    font-weight: 500;
}
.content
{
	width:60%;
}
.sidebar
{
	width:38%;
}
.sidebar img
{
	margin:15px 0;
}
.section-content article
{
   	
}
.split
{
	width:48%;
}
.enquiry
{
	
}
.enquiry fieldset
{
	width:60%;
}
.enquiry fieldset aside, .customer-registration aside, .banner-registration aside
{
	width:47%;
}
.enquiry fieldset label, .customer-registration label, .banner-registration label
{
    font-family: 'Poppins', sans-serif;
    color: #2C343F;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}
.enquiry fieldset input[type=text], .enquiry fieldset input[type=email], .enquiry fieldset input[type=number],
.customer-registration fieldset input[type=text], .customer-registration fieldset input[type=email], .customer-registration fieldset input[type=number],
.banner-registration fieldset input[type=text], .banner-registration fieldset input[type=email], .banner-registration fieldset input[type=number], .banner-registration fieldset input[type=password]
{
    padding: 16px 25px;
    box-sizing: border-box;
    width: 100%;
    border: solid 3px #d8dbdf;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 6px;
    color: #2C343F;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.enquiry fieldset input[type=text]:focus, .enquiry fieldset input[type=email]:focus, .enquiry fieldset input[type=number]:focus, .enquiry fieldset textarea:focus,
.customer-registration fieldset input[type=text]:focus, .customer-registration fieldset input[type=email]:focus, .customer-registration fieldset input[type=number]:focus, .customer-registration fieldset textarea:focus,
.banner-registration fieldset input[type=text]:focus, .banner-registration fieldset input[type=email]:focus, .banner-registration fieldset input[type=number]:focus, .banner-registration fieldset input[type=password]:focus, .banner-registration fieldset textarea:focus
{
    border: solid 3px #aab1ba;
}
.selected
{
    
	position: relative;
	display: inline-block;
	width: 100%;
}
.selected select
{
    padding: 16px 25px;
    box-sizing: border-box;
    width: 100%;
    border: solid 3px #d8dbdf;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 6px;
    color: #2C343F;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
    margin-bottom: 6px;
}
.selected select::-ms-expand
{
	display: none;
}
select select:hover,
.selected select:focus
{
    color: #4d4d4f;
}
.selected:after
{
    content: " ";
    position: absolute;
    top: 0;
    right: 25px;
    background: url(../images/arrow-down.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 55px;
    pointer-events: none;
}
.enquiry fieldset textarea, .customer-registration fieldset textarea, .banner-registration fieldset textarea
{
    padding: 16px 25px;
    box-sizing: border-box;
    width: 100%;
    border: solid 3px #d8dbdf;
    background: none;
    outline: 0;
    position: relative;
    color: #2C343F;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.customer-registration fieldset button
{
    background: #ffcc01;
    border: none;
    padding: 12px 40px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    border-radius: 30px;
}
.enquiry fieldset input[type=submit], .customer-registration fieldset input[type=submit], .customer-registration fieldset input[type=button], .banner-registration fieldset input[type=submit]
{
    background: #000;
    border: none;
    padding: 12px 40px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    border-radius: 30px;
}

.customer-registration fieldset input[type=button]
{
    background: #ffcc01;
}

.customer-registration fieldset input[type=submit], .customer-registration fieldset input[type=button]
{
    /*display:block;*/
}
.photo-gallery, .video-gallery
{
	
}
.photo-gallery ul, .video-gallery ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    /*display: flex;*/
    flex-wrap: wrap;
}
.photo-gallery ul li, .video-gallery ul li
{
	float:left;
    list-style: none;
    /*width: 20%;*/
    width: 25%;
	border:solid 10px #fff;
    /* height: 275px; */
}
.photo-gallery ul li a, .video-gallery ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.photo-gallery ul li a img, .video-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    height:200px;
}
.photo-gallery ul li a:hover img, .video-gallery ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.photo-gallery ul li a span, .video-gallery ul li a span
{
	position:absolute;
	display:block;
	width:100%;
	height:0;
    background: rgba(13, 118, 201, 0.8);
	top:100%;
	-webkit-tranistion:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
    z-index: 99;
}
.photo-gallery ul li a span:after, .video-gallery ul li a span:after
{
    content: "\f00e";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.video-gallery ul li a span:after
{
    content: "\f01d";
}
.photo-gallery ul li a span:hover:after, .video-gallery ul li a span:hover:after
{
	opacity:1;
}
.photo-gallery ul li a:hover span, .video-gallery ul li a:hover span
{
	width:100%;
	height:100%;
	top:0; 
}
.testimonials
{

}
.testimonials ul
{
	padding: 0;
    margin: 0;
    list-style: none;
}
.testimonials ul li
{
	background: #fcf6de;
    float: left;
    list-style: none;
    width: 25%;
    padding: 30px 45px;
    border: solid 10px #fff;
    text-align: left;
	margin-bottom:30px;
}
.testimonials ul li:after
{
   	content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    border-style: solid;
    border-width: 0px 86px 42px 0;
    border-color: transparent #fdf5f6 transparent transparent;
}
.testimonials ul li h3
{
	background: #333333;
    font-family: 'Conduit ITC';
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 8px 16px 8px 35px;
    font-style: italic;
    display: inline-block;
    position: relative;
}
.testimonials ul li h3:before
{
	content: " ";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 15px;
    height: 2px;
    background: #fff;
}
.testimonials ul li p
{
	position: relative;
    color: #000;
}
.testimonials ul li p:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 26px;
	font-weight:100;
	margin-right:8px;
}
.testimonials ul li p:after
{
	content: "\f10e";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 26px;
	font-weight:100;
	margin-left:8px;
}
.contact
{
	
}
.contact aside
{
	width:50%;
}
.customer-registration 
{
	
}
.customer-registration fieldset
{
	width:75%;
}
.customer-registration figure
{
	width:20%;
}
.date-icon
{
	position:relative;
}
.date-icon:after
{
    content: " ";
    background: url(../images/calendar.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 32px;
    position: absolute;
    top: 13px;
    right: 22px;
    opacity: 0.5;
}
.file-upload
{
    position: relative;
    display: block;
    text-align: center;
}
.file-upload__label
{
	margin-top:0;
    display: block;
    padding: 0 2em;
    color: #000;
    line-height: 60px;
    background: #fff;
    border: solid 3px #d8dbdf;
    border-radius: 1px;
    transition: background .3s;
    line-height: 22px;
	cursor:pointer;  
  &:hover {
     cursor: pointer;
     background: #000;
  }
}
.file-upload__input
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.show
{
	display:none;
}
.hide
{
	display:block;
}
.banner-registration
{
	width:60%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
}
.modal{display:none;position:fixed;z-index:9999999999;padding-top:25px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);}
.modal-content{background-color:#fefefe;margin:auto;padding:20px;width:90%;}
.close{color:#92a9ca;float:right;font-size:45px;font-weight:100;position:relative;z-index:999999999;width:20px;height:20px;margin-top:-30px;}
.close:hover,
.close:focus{color:#f5af37;text-decoration:none;cursor:pointer;}
#previous, #next{color:#92a9ca;float:right;font-size:45px;font-weight:100;position:relative;z-index:999999999;width:20px;height:20px;margin-top:500px;display:none;}
#previous:hover,
#previous:focus,
#next:hover,
#next:focus{color:#f5af37;text-decoration:none;cursor:pointer;}
.tariff-details-inner
{
	
}
.tariff-details-inner ul
{
	padding:0;
	margin:0 0 50px 0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
    align-items: center;
}
.tariff-details-inner ul li
{
	float:left;
	width:25%;
	list-style:none;
	padding:30px 20px;
	text-align:center
}
.tariff-details-inner ul li:nth-child(odd)
{
    background: #727270;
}
.tariff-details-inner ul li:nth-child(even)
{
	background:#fff
}
.tariff-details-inner ul li:nth-child(even) svg
{
	fill:#000
}
.tariff-details-inner ul li svg
{
	width:50px;
	display:inline-block;
	fill:#fc0
}
.tariff-details-inner ul li h3
{
	font-weight:300;
	font-size:20px;
	color:#fff;
	margin:0
}
.tariff-details-inner ul li h4
{
	font-weight:300;
	font-size:14px;
	color:#fff;
	margin:0
}
.tariff-details-inner ul li:nth-child(odd) h4
{
	color:#fff;
}
.tariff-details-inner ul li:nth-child(even) h4
{ 
	color:#727270;
}
.tariff-details-inner ul li h2
{
	font-weight:600;
	font-size:30px;
}
.tariff-details-inner ul li:nth-child(even) h3
{
	color:#000
}
.tariff-bottom
{
	border-top: dashed 1px #ffcc01;
}
.tariff-bottom ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tariff-bottom ul li
{
    width: 33.333333%;
    float: left;
    padding: 35px 50px;
    text-align: center;
    position: relative;
}
.tariff-bottom ul li:first-of-type:before
{
	display:none;
}
.tariff-bottom ul li:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(0deg, #fff, #ffcc01, #fff);
}
.tariff-bottom ul li img
{
    width: 65px;
    border: dashed 1px #ffcc01;
    border-radius: 50%;
    padding: 15px;
}
.tariff-bottom ul li h3
{
    font-weight: 300;
    font-size: 18px;
	color:#000;
}

@media only screen and (max-width: 480px){
    #insure_cpy{
        bottom: -5px !important;
    }
}
#insure_cpy{
    bottom: 78px;
}
/*.section-content h3
{
    color: #2a2f27;
    font-weight: 500;
    font-size: 16px;
}*/
.para{
    font-size: 14px !important;
    margin-left: 20px;
}
ul.para li
{
    font-size: 14px;
    margin-left: 25px;
}
/*    .content1 {
    position: relative;
    padding: 30px 100px;
}*/
aside ul li{
    text-align: left;
}
.get {
background: #ffcc01;
color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    display: block;
    border-radius: 10px;
    margin: 0px;
}
@media only screen and (max-width: 960px){
    .footer-bottom-inner p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
/*    .foot aside, .footer-bottom-inner {
    width: auto;
    float: left;
}*/
.test{
    float: unset !important; 
    margin: 8px;
}
/*.social-icon-footer a {
    display: inline-block;
    background: #fff;
    font-size: 20px;
    color: #000;
    width: 46px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 5px 0;
}*/
    .foot aside, .footer-bottom-inner div{
    width: auto;
    float: right;
    text-align: center;
}
/*    .content1 {
    position: relative;
    padding: 30px 100px !important;
}*/
}
/*.section-content1 {
    position: relative;
    padding: 10px 100px !important;
}*/

.whatsapp {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    float: right;
    left: 5px;
    font-size: 35px;
    text-align: center;
    display: block;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;    
    border-radius: 50%;
    background-color: #23b180;

}

.whatsapp a{color: #fff;padding:11px}
