@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.menu #go_panel{display:none}
.top-header {
    height: 80px;
    background: transparent;
    position: fixed;
    width: 100%;
    transition: .3s;
    z-index: 9999;
}.logoimg {
    margin-top: 8px;
}a#go_panel {
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 49px;
    margin-top: 16px;
    display: inline-block;
    background: #ffe200;
    color: #333;
}a#login {
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: .2s;
    text-decoration: none;
    color:#fff
}a#login:hover{
    transition: .2s;
    color:#333;
    border-radius: 10%;
    background: rgb(248, 248, 248);
}a#phone {
    font-size: 17px;
    margin-right: 22px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}a#phone i {
    color: rgba(209, 209, 209, 0.941);
    font-size: 24px;
}
.top-header.affix {
    background: #fff;
    transition: .3s;
    box-shadow: 0 0 15px #9f9f9f;
    z-index: 9999999999;
}
.top-header.affix a#phone,
.top-header.affix a#phone i{
    color:#333
}
.top-header.affix a#login{
    border: 1px solid #333;
    color:#333;
}
ul.top_scroll_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translateY(-100px);
    transition: .3s;
}ul.top_scroll_menu li {
    float: left;
}ul.top_scroll_menu li a {
    color: #fff;
    text-decoration: none;
}ul.top_scroll_menu.scrollAnimation {
    transform: translateY(0px);
}ul.top_scroll_menu.scrollAnimation li a {
    color:#333;
    font-weight: 600;
}

ul.top_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: .3s;
}ul.top_menu li {
    float: left;
}ul.top_menu li a {
    color: #fff;
    text-decoration: none;
}

.menu {
    height: 70px;
    width: 70%;
    margin: auto;
    background: white;
    box-shadow: 0 0 15px #333;
    margin-top: -36px;
    border-radius: 36px;
    z-index: 99999999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    line-height: 70px;
}.menu ul li{
	list-style: none;
	display: inline-block;
    position: relative;
}.menu li a{
	text-decoration: none;
    font-weight: 600;
	color:#333;
}
.menu li i {
    font-size: 12px !important;
    margin-left: 10px;
    display: inline-block;
}
ul.dropdown {
    position: absolute;
    background: #fff;
    box-shadow: 0px 12px 11px #dbdbdb;
    display: block;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    padding-left: 15px;
    padding-right: 26px;
    padding-bottom: 10px;
    border-bottom-right-radius: 40px;
    z-index: 9999;
}.menu li:hover ul.dropdown{
    visibility: visible;
    opacity: 1;
}
li ul.dropdown li {
    display: block !important;
    line-height: 39px;
}
._slider_about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00ceff3d;
    z-index: 1;
}
._slider_ {
    height: 570px;
    background: url(../images/homebackground.png);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}._slider_about {
    height: 570px;
    background: url(../images/about.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position:relative
}
._slider_services {
    height: 370px;
    background: url(../images/services__24.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}._slider_map {
    height: 370px;
    background: url(../images/contacts.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}._slider_gas {
    height: 570px;
    background: url(../images/contacts.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}
._slider_roads {
    height: 570px;
    background: url(../images/ys1.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
._slider_nds {
    height: 570px;
    background: url(../images/nds.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
._slider_parking {
    height: 570px;
    background: url(../images/ys3.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.card-body.contact_li ul {
    padding:0;
    margin:0;
}.card-body.contact_li li {
    list-style: none;
    font-size: 14px;
}.card-body.contact_li i {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px !important;
    color: #5c5c5c;
}.card-body.contact_li {
    box-shadow: 0 0 15px #d3d3d3;
}
div#zag-page p {
    background: #fff0;
    color: #fff;
    display: table;
    font-size: 23px;
    font-weight: 600;
    padding: 25px 0;
    text-shadow: 0 0 25px #000;
}div#dor img {
    background: #ecda7b;
    border-radius: 50%;
    box-sizing: border-box;
    display: table;
    filter: invert(1);
    margin: 24px auto;
    padding: 13px;
    width: 133px;
}h3.animated.fadeIn {
    font-size: 41px;
    font-weight: 800;
    margin-bottom: 2rem;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
.pageTitle strong {
    font-size: 40px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 900;
}.pageTitle {
    margin-top: 4rem;
}
section#about {
    min-height: 80vh;
    margin-top: 6rem;
}.pt-heading-title {
    position: relative;
    margin: 0;
    font-family: "Anton", sans-serif;
    font-size: 43px !important;
    margin-bottom:1.5rem !important;
}.pt-heading-subtitle::before {
    content: "";
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 12px;
    background-color: currentColor;
}.pt-heading p {
    font-size: 15px;
}.ab__images img{
	width:100%;
}.get_more{
	margin-top:1.5rem;
}.get_more a{
	text-decoration: none;
	color:#333;
}._animation_circle img {
    width: 176px;
    object-fit: cover;
    height: 176px;
    border-radius: 50%;
}._animation_circle {
    position: absolute;
    right: 12%;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px #333;
}

section#our_principle {
    min-height: 100vh;
    background: url(../images/blurred-nightlights-city.png);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}section#our_principle::before{
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.content__box {
    background: #fff;
    padding: 15px;
    z-index: 999;
    position: absolute;
    width: 560px;
    height: 530px;
    left: 5%;
    top: 10%;
    border-radius: 10px;
}
h2.pb-25{
	font-family: "Anton", sans-serif;
	margin-top: 15px;
}.bg-FAFAFA {
    background: #ececec;
    padding: 10px;
    margin-top: 5rem;
}.default-text.default-text_padding_30.pb-20 {
    margin-top: 25px;
}.default-text.default-text_padding_30.pb-20 p {
    line-height: 27px;
}.section_header {
    margin-top: 2rem !important;
}.section_header p.pt-heading-subtitle {
    font-size: 23px;
    font-weight: 700;
}._small_desc {
    font-size: 13px;
    margin-top: 1rem;
    color: #888;
}._title {
    font-weight: 600;
}._get_more {
    margin-top: 3rem;
    font-weight: 600;
    position: relative;
    padding-left: 34px;
    
}._get_more::before {
    position: absolute;
    content: '';
    width: 10%;
    height: 1px;
    background: #444;
    left: -6px;
    top: 12px;
}.newsCard{
    transition: .2s;
}.newsCard:hover{
    transform: translate(5px, 5px);
    transition: .2s;
    box-shadow: -10px -10px 15px #ececec;
    cursor: pointer;
}
.newsCard:hover ._get_more{
    animation: circle_animation 1000ms ease-out infinite;
    margin-left:0.5rem
}
@keyframes circle_animation{
    10%{margin-left:0.5rem}
    50%{margin-left:0rem}
    100%{margin-left:0.5rem}
}img.lazy {
    height: 230px;
    object-fit: cover;
}
section#countable {
    height: 350px;
    background: url(../images/road-tankers-hero.webp);
    margin-top: 2rem;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
}
section#countable:before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
}
.row.countable {
    z-index: 999999999;
    position: relative;
}
/* counter */
.countable .col-md-4 {
    text-align: center;
    padding-bottom: 50px;
    color:white;
    border-right: 1px dashed rgb(255, 255, 255);
  }
  
  .countable .col-md-4:last-child {
    border-right: 0px solid rgb(255, 255, 255);
  }
  
  .counter {
    animation-duration: 1s;
    animation-delay: 0s;
    color:white
  }
  
  i {
    font-size: 20px !Important;
  }
  
  @media (max-width: 991px) {
    .countable .col-md-4 {
      border-right: 0px dashed white;
      border-bottom: 1px dashed white;
      width: 50%;
      margin: auto auto;
    }
    
    .countable .col-md-4:last-child {
      border-bottom: 0px dashed white;
    }
  }
  @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
  .footer-address {
    font-size: 16px;
    color: #000834bf;
    font-weight: 700;
    line-height: 1.4em;
    background-color: transparent;
    border: none;
    min-height: 28px;
}.footer_bottom .container {
    border-top: 1px solid #999;
    margin-top: 2rem;
    padding-top: 2rem;
}.footer_bottom {
    padding-bottom: 1rem;
}
.footer_bottom .container{
    max-width:1300px !important;
}._slide_content {
    margin-left: 3rem;
    z-index: 9999999;
}.spacer {
    height: 5rem;
}span#one {
    font-size: 68px;
    position: absolute;
    right: 10px;
    top: -40px;
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    opacity: 0.1;
}
span#two {
    font-size: 68px;
    position: absolute;
    left: 10px;
    top: -40px;
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    opacity: 0.1;
}
#icon img{
    background: #fbdc08;
    border-radius: 50%;
    box-sizing: border-box;
    display: table;
    margin: 28px auto;
    padding: 12px;
    width: 100px;
}#title{
    margin-bottom: 1rem;
}section#offer {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
._slide_content h2 {
    color: #fff;
    font-size: 4pc;
    font-weight: 700;
}._slide_content h2>span {
    display: block;
    text-transform: uppercase;
    font-size: 5pc;
}._slide_content p {
    color: #fff;
    width: 750px;
}.ab__images {
    height: 430px;
    width: 373px;
    margin-left: 90px;
}.ab__images img {
    width: 373px;
    height: 430px;
    object-fit: cover;
    object-position: -208px;
}img.decor {
    width: 160px;
    position: absolute;
    top: 221px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    left: 30px;
}.default-text ul>li {
    line-height: 45px;
}button.btnOrder {
    border: none;
    background: yellow;
    padding: 10px;
    width: 150px;
    border-radius: 8px;
    margin-top: 2rem;
}
#news .container{
    max-width:1245px !important
}
.span:hover {
    background: #5c4dc5;
    color: #fff;
    transform: translateY(-10px);
}.span:hover h4 {
    color: #fff;
}.span:hover b {
    color: #fff;
}
.span~.span~.span:hover {
    background: #55ce55;
}
.span~.span:hover {
    background: #ff8100;
}
.span:hover img {
    filter: invert(1);
}
.span b:after {
    content: "->";
    font-family: monospace;
    font-size: 22px;
    font-weight: 800;
    position: absolute;
    right: -32px;
    top: -4px;
}
.span {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 30px -13px #b7b7b7;
    margin: 30px;
    padding-bottom: 33px;
    position: relative;
    transition: .4s;
    text-decoration: none;
    font-weight: 700;
}
.span img {
    margin: 20px;
    width: 80px;
}
.span h4 {
    color: #010101;
    margin: 0;
    padding: 0 12px 27px 33px;
}
.span b {
    bottom: 11px;
    color: #142685;
    display: table;
    font-weight: 600;
    margin: 0 0 11px 35px;
    position: absolute;
}#grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

















.openMenu{display: none;}
.mob_header{display: none;}

/*---responsive---*/
@media screen and (max-width:960px){
    .mob_header {
        display: block;
        height: 50px;
        position: fixed;
        top: 15px;
        transition: .3s;
        right: 0px;
    }.mob_header button {
        background: none;
        color: #414141;
        border: none;
        outline: none;
    }
    .openMenu{
        display: flex;
        position: absolute;
        width:100%
    }
    .openMenu button {
        padding: 10px;
        margin: 10px;
        background: none;
        outline: none;
        border: none;
        color: #fff;
    }.menu.open_menu {
        transition: .3s;
        transform: translateX(0);
    }
    .footer_bottom .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .content__box {
        background: #fff;
        padding: 15px;
        z-index: 999;
        width: 93%;
        height: 530px;
        left: 16px;
        top: 47%;
        border-radius: 10px;
    }section#our_principle {
        min-height: 40vh;
    }
    .top-header {
        height: 80px;
        background: transparent;
        position: unset;
        width: 100%;
        transition: .3s;
        z-index: 9999;
        display: none;
    }.top-header .container {
        min-width: 100% !important;
    }h2.aos-init.aos-animate {
        font-size: 35px;
    }._slide_content h2>span {
        display: block;
        text-transform: uppercase;
        font-size: 55px;
    }._slide_content p {
        color: #fff;
        width: auto;
    }._slide_content {
        margin-left: 1rem;
    }section#news {
        overflow: hidden;
        margin-top: 30rem;
    }.card.newsCard {
        margin-bottom: 2rem;
    }.row.countable {
        z-index: 999999999;
        position: relative;
        display: flex;
        flex-direction: column;
    }section#countable {
        height: auto;
        padding-top: 40px;
    }
    section#about .row {
        flex-direction: column-reverse;
    }section#about {
        min-height: 80vh;
        margin-top: 4rem;
        overflow: hidden;
    }section#about .col-7 {
        width: 100%;
        margin-bottom: 2rem;
    }section#about .col-5 {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }.footer_bottom .col-4 {
        width: 90%;
        margin-bottom: 2rem;
    }.footer_bottom .container {
        border-top: none
    }
    .menu {
        position: fixed;
        top: 0;
        width: 70%;
        height:100%;
        transform: translateX(-100%);
        transition: .3s;
        left:0;
        z-index: 99999999999;
        margin-top:0;
    }.menu ul li {
        display: block;
        padding-left: 20px;
    }.menu ul {
        display: block;
        height: 100%;
        background: #fff;
        padding-top: 3rem;
    }.ab__images{
        margin-left:0;
        width:100%;
    }
    .ab__images img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        object-position: 0px;
    }
    ._slider_{
        background-attachment: unset;
        height: 100vh;
    }
    header {
        /* height: 100vh !important; */
    }.mob_logo {
        flex: 0 0 84%;
        text-align: right;
        margin-top: 10px;
    }
    ._slider_gas {
        height: 390px;
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .countable .col-md-4{
        padding-top: 50px;
    }.footer_bottom .container{
        padding-top: 0;
    }a#mob_btn {
        width: 150px;
        display: inline-block;
        text-align: center;
    }
a#go_panel {
    text-decoration: none;
    border-radius: 49px;
    margin-top: 0px;
    display: inline-block;
    background: #ffe200;
    color: #333;
    height: 40px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin-left: -10px;
}
.menu #go_panel{display:block}


}