@charset "UTF-8";
/*
Theme Name: Elite Safe Ride Transportation
Author: Wilson De Jesus
*/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.clearfix:after{
    content:"";
    display:table;
    clear:both;
}

html, body {
    background-color: #fff !important;
    overflow-x: hidden !important;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

h1{
	font-size:48px;
	display:block;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    border-radius: 60%;
    width: 100%;
    max-width: 250px;
    height: 250px;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    width: 100%;
    max-width: 400px;
    height: 400px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a{
	color:#66356D;
	text-decoration:underline;
}

a:active{
	color:#66356D;
	text-decoration:underline;
}

a:visited{
	color:#66356D;
	text-decoration:underline;
}

a:hover{
	color:#66356D;
	text-decoration:none;
}

ul,
ol{
	padding-left:4rem !important;
}

.icon{
	width:100%;
	max-width:200px;
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;
}


.topHeader {
	background-image: url("./images/topHeader.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	padding: 30px 0;
	width: 100%;
	height: 400px;
}

.mainLogo{
	text-align:center;
	width:100%;
	max-width:350px;
	height:350px;
	display:block;
	margin:0 auto;
}

.mainBanner{
	background-color:grey;
	border-top:10px solid #f2af31;
	border-bottom:5px solid #e0e2e4;
	width:100%;
	max-width:1920px;
	height:auto;
}

.accounceBlock{
	background-color:#06275b;
	border-bottom:5px solid #e0e2e4;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
	padding:15px 0px 15px 0px;
}

.accounceBlock span{
	font-size:34px;
	font-weight:600;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
}

.accounceBlock a.button,
.accounceBlock a.button:visited,
.accounceBlock a.button:active{
	font-size:20px;
	display: inline-block; /* or block */
	border:0px;
	border:5px solid #fff;
	border-radius:50px;
	padding:20px 40px 20px 40px;
	color:#fff;
	width:auto;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	margin:25px 0px 25px 25px;
}

.accounceBlock a.button:hover{
	text-decoration:underline;
}

.homeIntro .col-lg-12{
	padding:60px 0px 60px 0px;
}

.buttonWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.homeIntro h1{
	color:#06275b;
	font-size:48px;
	font-weight:700;
	display:block;
	text-align:center;
}

.homeIntro h2{
	color:#f2af31;
	font-size:36px;
	font-weight:600;
	display:block;
	text-align:center;
	padding-bottom:60px;
}

.homeIntro .col-lg-12 a.button,
.homeIntro a.button:visited,
.homeIntro a.button:active {
	font-size:32px;
	display: inline-block;
	border: 0;
	background-color: #179be7;
	border-radius: 50px;
	padding: 20px 40px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.homeIntro a.button:hover {
  text-decoration: underline;
}

.whyChooseBlock{
	background-color:#f2af31;
	padding:80px 0px 80px 0px;
}

.whyChooseBlock h2{
	color:#06275b;
	font-size:36px;
	font-weight:600;
	display:block;
	text-align:center;
	padding-bottom:40px;
}

.whyChooseBlock ul {
	list-style: none;
	padding-left: 0;
}

.whyChooseBlock ul li {
	color: #06275b;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	position: relative;
	padding-left: 35px;
}

.whyChooseBlock ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free"; /* correct */
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

.howItWorksBlock{
	background-color:#fff;
	padding:80px 0px 80px 0px;
}

.howItWorksBlock h2{
	color:#06275b;
	font-size:36px;
	font-weight:600;
	display:block;
	text-align:center;
	padding-bottom:40px;
}

.howItWorksBlock p{
	color:#06275b;
	font-size:24px;
	font-weight:400;
	display:block;
	text-align:center;
}

.transpServBlock{
	background-color:#e0e2e4;
	padding:80px 0px 80px 0px;
}

.transpServBlock h2{
	color:#06275b;
	font-size:36px;
	font-weight:600;
	display:block;
	text-align:center;
	padding-bottom:40px;
}

.transpServBlock ul {
	list-style: none;
	padding-left: 0;
}

.transpServBlock ul li {
	color: #06275b;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	position: relative;
	padding-left: 35px;
}

.transpServBlock ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free"; /* correct */
    font-weight: 900;
    color: #06275b;
    position: absolute;
    left: 0;
    top: 4px;
}

.pricingBlock{
	background-color:#fff;
	padding:80px 0px 100px 0px;
}

.pricingBlock h2{
	color:#06275b;
	font-size:36px;
	font-weight:600;
	display:block;
	text-align:center;
	padding-bottom:40px;
}

.pricingBlock p{
	color:#06275b;
	font-size:24px;
	font-weight:400;
	display:block;
	text-align:center;
	padding-bottom:80px;
}

.pricingBlock h3{
	color:#06275b;
	font-size:68px;
	font-weight:600;
	display:block;
	text-align:center;
	padding-bottom:20px;
}

.pricingBlock a.button,
.pricingBlock a.button:visited,
.pricingBlock a.button:active {
	font-size:32px;
	display: inline-block;
	border: 0;
	background-color: #f2af31;
	border-radius: 50px;
	padding: 20px 40px;
	color: #06275b;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.pricingBlock a.button:hover {
  text-decoration: underline;
}

.assistBlock{
	background-color:#06275b;
	padding:40px 0px 40px 0px;
}

.assistBlock h2{
	color:#fff;
	font-size:36px;
	font-weight:600;
	display:block;
	text-align:center;
}

.assistBlock a,
.assistBlock a.link:visited,
.assistBlock a.link:active {
	font-size:36px;
	display: inline-block;
	color: #f2af31 !important;
	text-decoration: underline;
}

.assistBlock a.link:hover {
  text-decoration: none;
}