@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url(icon-pack.css);
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
	min-height:100%;
}

body {
    overflow: hidden;
    width: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

*{
	font-family: 'Poppins', sans-serif;
}

label,
p {
    margin: 0;
	font-weight:normal
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0
}

textarea{
	vertical-align:middle;
}

ul {
    padding: 0;
    margin: 0
}
li{
	list-style:none;
}

dl,
ol,
ul {
    margin-bottom: 0
}
.htmlFixed{
	overflow:hidden
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
.slide_item{
    position: relative;
}
.slide_item::before,
.slide_item::after{
    content: '';
    position: absolute;
    height: 18px;
}
.slide_item::before{
    left: 0;
    bottom: 0;
    width: 75%;
    background-color: #00B7E3;
    border-radius: 0 10px 0 0;
}
.slide_item::after{
    right: 0;
    bottom: -18px;
    width: 25%;
    background-color: #DB0A03;
    border-radius: 0 0 0 10px;
}
.slide_item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.c1280{
    width: 1280px;
    margin: 0 auto;
    display: block;
    padding: 0 30px;
    max-width: 100%;
}
.the_header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    transition: all .3s;
    z-index: 3;
    background-color: #00B7E3;
}
.the_header::after{
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    background-color: #EEEEEE;
    height: 19px;
    border-radius: 0 0 10px 10px;
    top: 100%;
}
.the_header.index_transparent.scroll{
    background-color: #00B7E3;
}
.the_header.index_transparent{
    background-color: transparent;
}
.the_header.index_transparent::after{
    display: none;
}
.the_header .c1280{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.the_logo img{
    height: 55px;
}
.the_menu ul{
    display: flex;
}
.the_menu ul li + li{
    margin-left: 45px;
}
.the_menu ul li a{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .2px;
    color: #fff
}
.the_menu ul li a.active{
    position: relative;
}
.the_menu ul li a.active::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #fff;
    height: 3px;
    width: 20px;
    border-radius: 3px;
}
.menu_closer,
.the_menu > div > img,
.menuTrigger{
    display: none;
}
.rowSection{
    margin: 90px 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.index_about > img{
    width: 100%;
}
.index_about .ia_image{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
}
.index_about{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.index_about .c1280{
    display: flex;
    justify-content: flex-end;
}
.ia_content{
    width: 414px;
    position: relative;
    z-index: 2;
    text-align: right;
}
.ia_content h2{
    margin: 0 0 32px;
    font-weight: 500;
    font-size: 35px;
    color: #000;
}
.ia_content p + p{
    margin-top: 24px;
}
.ia_content .btn_component1{
    margin-top: 50px;
}
a.btn_component1,
button.btn_component1{
    padding: 0 58px;
    line-height: 40px;
    background: #ED1A3B;
    display: inline-block;
    color: #fff;
}
.btn_component1 span{
    position: relative;
}
.btn_component1 span::before{
    content: '\e801';
    font-family: 'icon-pack';
    position: absolute;
    right: 100%;
    margin-right: 5px;
    opacity: 0;
    transition: all .3s;
    transform: translateX(-10px);
}
.btn_component1:hover span::before{
    opacity: 1;
    transform: none;
}
.section_title{
    margin: 0 0 150px;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
}
.i_timeline > div{
    display: flex;
}
.i_timeline > div > div{
    width: 380px;
    padding-left: 45px;
    margin-left: 50%;
    position: relative;
    padding-bottom: 25px;
}
.i_timeline > div:nth-child(2n+2) > div{
    padding-left: 0;
    padding-right: 45px;
    margin-left: auto;
    margin-right: 50%;
    text-align: right;
}
.i_timeline > div > div span{
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 32px;
    display: inline-block
}
.i_timeline > div > div p{
    font-weight: 500;
    margin-bottom: 30px;
}
.i_timeline > div > div::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #DB0A03;
    border-radius: 50%;
    left: -12px;
    top: 10px;
}
.i_timeline > div:nth-child(2n+2) > div::before{
    left: auto;
    right: -12px;
}
.i_timeline > div > div::after{
    content: '';
    position: absolute;
    top: 54px;
    width: 2px;
    left:0;
    background-color: #000;
    bottom: 30px;
}
.i_timeline > div:nth-child(2n+2) > div::after{
    left: auto;
    right: 0;
}
.i_timeline > div:first-child > div p{
    margin: 30px 0;
}
.i_timeline > div:first-child > div::before{
    display: none;
}
.i_timeline > div:first-child > div::after{
    top: 0;
}
.timeline_starting img{
    height: 50px;
    margin-right: 23px;
}
.timeline_starting{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: calc(50% - 25px);
}
.history_bg{
    background-image: url(../img/history.png);
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.history_bg .c1280{
    position: relative;
    z-index: 2;
}
.history_bg::before,
.history_bg::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
}
.history_bg::before{
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);    
}
.history_bg::after{
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%); 
}
h2.text-left{
    text-align: left;
    margin-bottom: 30px;
}
.index_contact{
    display: flex;
}
.index_contact > div{
    width: 50%;
}
.ic_info{
    padding-right: 70px;
}
.ic_info p{
    font-weight:500;
    width: 260px;
    max-width: 100%;
    margin-bottom: 30px;
}
.ic_map iframe{
    width: 100%;
    height: 100%;
}
.ic_form input,
.ic_form textarea{
    border: 1px solid #D4D4D4;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    transition: all .3s;
}
.ic_form input{
    height: 60px;
    padding-left: 18px;
}
.ic_form textarea{
    padding: 18px;
    resize: none;
    height: 143px;
}
.ic_form input::placeholder,
.ic_form textarea::placeholder{
    color: #6E6E6E;
}
.ic_form input + input,
.ic_form textarea{
    margin-top: 13px;
}
.ic_form input:focus,
.ic_form textarea:focus{
    border-color: #777;
}
.ic_form .btn_component1{
    line-height: 60px;
    color: #fff;
    width: 100%;
    margin-top: 13px;
}
.footerSection .c1280{
    display: flex;
    position: relative;
    z-index: 2;
}
.footer_logo{
    background-color: #00B7E3;
    height: 100px;
    padding-right: 65px;
    display: flex;
    align-items: center;
}
.footer_logo img{
    height: 52px;
}
.footer_links{
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    background-color: #fff;
}
.footer_links a{
    color: #9A9A9A;
    font-size: 14px;
}
.footer_links a + a{
    margin-left: 55px;
}
.footerSection{
    position: relative;
}
.footerSection::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100px;
    background-color: #00B7E3;
}
.the_preloader{
	background:#00B7E3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1000000;
	transition:all 1s;
}
div.pr_hide{
	opacity:0;
	visibility:hidden;
}
.the_preloader > div{text-align: center;}
.the_preloader img{
	height: 60px;
	display:
	block;
	margin-bottom:30px;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.ia_image img{
    width: 100%;
}
.header_spacing{
    margin-top: 115px;
    display: inline-block;
    vertical-align: middle;
    padding: 90px 0;
    width: 100%;
}
.pt_left ul{
    display: flex;
}
.pt_left ul li + li{
    margin-left: 16px;
    position: relative;
}
.pt_left ul li:last-child{
    pointer-events: none;
}
.pt_left ul li a{
    color: #00B7E3;
    font-size: 14px;
}
.pt_left ul li + li::before{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: -10px;
    top: -1px;
    color: #00B7E3;
}
.pt_left h2{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
}
.pt_left p{
    font-weight: 500;
}
.fuel_prices{
    margin-top: 75px;
}
.fuel_prices table{
    width: 100%;
}
.fuel_prices table tr th{
    font-weight: 600;
}
.fuel_prices table tr td{
    border-bottom: 1px solid #eaeaea;
}
.fuel_prices table tr th{
    border-bottom: 2px solid #eaeaea;
}
.fuel_prices table tr td,
.fuel_prices table tr th{
    padding: 10px 5px;
    letter-spacing: -.3px;
}
.fuel_prices table tr:not(:first-child):hover td{
    background-color: #f5f5f5;
}
.page_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.src_prices{
    width: 470px;
}
.src_prices button{
    width: 100%;
    margin-top: 15px;
}
.text_page{
    margin-top: 40px;
}
.text_page p{
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}
.text_page h1,
.text_page h2,
.text_page h3,
.text_page h4,
.text_page h5,
.text_page h6{
    margin: 25px 0;
}


/* responsive */

@media(max-width:992px){
    .page_title{
        flex-wrap: wrap;
    }
    .src_prices{
        width: 100%;
        margin-top: 30px;
    }
    .fuel_prices{
        overflow-x: auto;
    }
    .ic_info{
        padding: 0;
    }
    .ic_map iframe{
        height: 400px;
    }
    .index_contact{
        flex-wrap: wrap;
    }
    .index_contact > div{
        width: 100%;
    }
    .index_contact > div + div{
        margin-top: 30px;
    }
    .footer_logo img{
        height: 45px;
    }
    .footer_links a + a{
        margin-left: 30px;
    }
    .footer_logo{
        padding-right: 30px;
    }
    .footer_links{
        padding-left: 30px;
    }
    .index_about{
        min-height: auto;
        flex-wrap: wrap;
    }
    .ia_content{
        width: 100%;
    }
    .index_about .ia_image{
        position: static;
        transform: none;
        margin-bottom: 30px;
    }
    .menuTrigger{
        display: block;
        color: #fff;
        font-size: 30px;
        padding: 0 0px 0 30px;
        position: relative;
    }
    .menu_closer{
        display: block;
        background-color: rgba(0, 0, 0, .7);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .menu_closer.active{
        visibility: visible;
        opacity: 1;
    }
    .the_logo img{
        height: 40px;
    }
    .the_menu > div:not(.menu_closer){
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        background-color: #00B7E3;
        height: 100%;
        padding: 30px;
        z-index: 2;
        transition: all .3s;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-300px);
    }
    .the_menu > div.active:not(.menu_closer){
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .the_menu ul{
        flex-wrap: wrap;
    }
    .the_menu ul li{
        width: 100%;
    }
    .the_menu ul li + li{
        margin: 20px 0 0;
    }
    .the_menu ul li a{
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
    }
    .the_menu > div > img{
        display: block;
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 200px;
    }
}
@media(max-width:768px){
    .text_page p{
        font-size: 14px;
    }
    .select2-results__option--selectable,
    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 14px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 40px;
    }
    .header_spacing{
        padding: 45px 0 90px 0;
        margin-top: 79px;
    }
    .pt_left h2{
        font-size: 24px;
    }
    .pt_left p{
        font-size: 14px;
    }
    .fuel_prices{
        margin-top: 45px;
    }
    .fuel_prices table td,
    .fuel_prices table th{
        font-size: 13px;
        line-height: 1.2;
        padding-left: 10px;
        padding-right: 10px;
    }
    .the_preloader img {
        height: 45px;
    }
    .rowSection{
        margin: 45px 0;
    }
    .footerSection .c1280{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .footerSection .c1280 > div.footer_logo{
        justify-content: center;
        height: auto;
        margin: 0 -15px;
        width: auto;
        padding: 15px 0;
    }
    .footer_logo img{
        height: 35px;
    }
    .footer_links a{
        font-size: 13px;
    }
    .footer_links a + a {
        margin-left: 20px;
    }
    .footerSection::before{
        display: none;
    }
    .footerSection .c1280 > div{
        width: 100%;
    }
    .footer_links{
        justify-content: center;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .section_title{
        margin-bottom: 90px;
    }
    .i_timeline > div > div span,
    .timeline_starting{
        font-size: 24px;
    }
    .i_timeline > div > div p{
        font-size: 14px;
    }
    .i_timeline > div:nth-child(2n+2) > div{
        padding-right: 30px;
    }
    .i_timeline > div> div{
        padding-left: 30px;
    }
    .i_timeline > div > div::before{
        top: 5px;
    }
    .section_title{
        font-size: 24px;
    }
    .ia_content h2{
        font-size: 24px;
    }
    .ia_content p{
        font-size: 14px;
    }
    .ia_content .btn_component1{
        margin-top: 30px;
    }
    .btn_component1{
        font-size: 14px;
    }
    .slide_item::before, .slide_item::after{
        height: 13px;
    }
    .slide_item::after{
        bottom: -13px;
        width: 40%;
    }
    .slide_item::before{
        width: 60%;
    }
    .the_menu ul li + li{
        margin-top: 15px;
    }
    .c1280{
        padding: 0 15px;
    }
    .the_logo img{
        height: 35px;
    }
    .the_header{
        padding: 20px 0;
    }
    .menuTrigger{
        font-size: 26px;
    }
    .the_menu > div:not(.menu_closer){
        width: 270px;
    }
    .the_menu ul li a{
        font-size: 14px;
    }
    .the_menu > div > img{
        width: 170px;
    }
}
@media(max-width:650px){
    .fuel_prices table{
        width: 650px;
    }
}