@import url('../css/header.css');
@import url('../css/whatsappchat.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gantari&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/* @font-face {
    src: url(/font/ProximaNovaRegular.ttf);
    font-family: 'Manrope', sans-serif;
} */

:root {
    /* Colors: */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-blue: #262262;
    /* Font/text values */
    --font-family: 'Poppins', sans-serif;
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-55: 55px;
    --font-size-60: 60px;
    --font-size-65: 65px;
    --font-size-70: 70px;
    --font-size-75: 75px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-34: 34px;
    --line-height-36: 36px;
    --line-height-40: 40px;
    --line-height-46: 46px;
    --line-height-50: 50px;
    --line-height-55: 55px;
    --line-height-60: 60px;
    --line-height-64: 64px;
    --line-height-65: 65px;
    --line-height-70: 70px;
    --line-height-74: 74px;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --letter-spacing-inherit: 0;
    --letter-spacing-04: 0.4px;
    --letter-spacing-05: 0.5px;
    --letter-spacing-06: 0.6px;
}

body {
    font-family: 'Gantari', sans-serif;
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    letter-spacing: var(--character-spacing-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.section-space {
    clear: both;
    padding: 100px 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    font-weight: var(--font-weight-Light);
    line-height: var(--line-height-65);
    font-size: var(--font-size-60);
    color: #262262;
    font-family: 'Manrope', sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.bold {
    font-weight: 800;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-30);
    font-size: var(--font-size-19);
    font-weight: 300;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
}

.main-title {
    font-family: 'Manrope', sans-serif;
    line-height: var(--line-height-65);
    font-size: var(--font-size-60);
    padding: 15px 0px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
}

.dropdown-menu {
    border: 0;
}

a:hover {
    color: inherit;
}


/* swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
    z-index: 99;
}


/* Hero Slider */

.slide-inner {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    align-items: center;
}

h2.slider-title {
    font-size: 75px;
    font-family: 'Manrope', sans-serif;
    line-height: 80px;
    color: #fff !important;
    margin-bottom: 30px;
}

h2.slider-title span {
    font-style: italic;
}

span.slider-sub-title {
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 300;
    line-height: 35px;
    padding: 10px 0px;
    color: #fff;
}

.slider-button {
    margin-top: 25px !important;
}

a.read-more-button {
    color: #fff;
    border: 2px solid;
    padding: 11px 80px;
    border-image-slice: 1;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    /*1*/
}

a.read-more-button {
    position: relative;
}

img.img-fluid.slider-after {
    margin-top: -7rem;
    z-index: 9;
    position: relative;
}

.HeroSlider {
    position: relative;
}

.swiper-button-prev i {
    font-size: 48px;
    margin-left: 67px;
    color: #fff;
}

.swiper-button-next i {
    font-size: 48px;
    margin-right: 67px;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.section-padding {
    padding: 100px 0px;
}


/* about- section */

.alinment-center {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}


/* .HeroSlider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 118px;
    background: #000;
    bottom: -61px;
    left: 0;
    right: 0;
    z-index: 9;
} */


/* END Optional styles */


/* counter */

.container.container-70.counter-container {
    border: 1px solid #656565;
    padding: 40px 0px;
}

.counter-inner {
    text-align: center;
}

h4.counter {
    font-size: 40px;
    color: #262262;
    font-weight: 200;
    position: relative;
}

.counter-inner p {
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    text-align: inherit;
}

h4.counter:after {
    position: absolute;
    content: "+";
}

h4.counter.no-plus:after {
    display: none;
}


/* backt to top */

#button {
    display: inline-block;
    background-color: #262262;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 8px;
    right: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

#button::after {
    content: "\F148";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    background-color: #040404;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
    border: 0;
    text-decoration: none;
}


/* footer */

section.footer-section {
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 89px 0px;
    padding-top: 150px;
    padding-bottom: 8px;
}

section.footer-section {
    position: relative;
}

section.footer-section:before {
    position: absolute;
    content: "";
    top: -67px;
    left: 0;
    background-image: url("../images/footer.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 195px;
}

.ft-menu-list ul {
    padding: 0;
}

.ft-menu-list ul li {
    margin: 0px 0px;
    list-style: none;
    display: flex;
}

.ft-menu-list ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    /*text-transform: capitalize;*/
    display: inline-flex;
}

.ft-title {
    color: #fff;
    font-size: 22px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.ft-title:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 20%;
    border-bottom: 2px solid #fff;
}

.ft-menu-list ul li i {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    margin-top: 5px;
}

ul.social-midea li {
    float: left;
    margin-right: 15px;
}


/* .address li {
    display: flex;
} */

.ft-menu-list ul li a:hover {
    text-decoration: underline;
}

.ft-menu-list ul li span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}


/* copyright */

.copy-right {
    border-top: 1px solid #ffffff7a;
    padding-top: 15px;
    margin-top: 20px;
}

.copyright {
    margin-bottom: 0px;
    padding: 15px 0px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.copyright.crafted-by {
    text-align: right;
}

.copyright.crafted-by a {
    text-decoration: none;
    color: #fff;
}


/* right-side-social */

.right-side-social-midea {
    position: fixed;
    content: "";
    bottom: 54px;
    right: 0;
    z-index: 99;
}

ul.footer-social-media {
    padding: 0;
    margin: 0;
}

ul.footer-social-media li {
    list-style: none;
    margin-top: 8px;
}

ul.footer-social-media li a i {
    width: 40px;
    padding: 10px 15px;
    height: 40px;
    background: #fff;
    border-radius: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: 0.6s;
}

a.blantershow-chat:hover {
    box-shadow: 1px 1px 8px #222222ad;
    transition: 0.6s;
}

ul.footer-social-media li a i:hover {
    box-shadow: 1px 1px 8px #222222ad;
    transition: 0.6s;
}

ul.footer-social-media li a {
    text-decoration: none;
}

ul.footer-social-media li a i.fa.fa-linkedin {
    color: #fff;
    background: #0a66c2;
}

ul.footer-social-media li a i.fa.fa-facebook {
    color: #fff;
    background: #3e5895;
}

ul.footer-social-media li a i.fa.fa-whatsapp {
    background: #349d3b;
    color: #fff;
    font-size: 26px;
}

.modal-content .job-apply-form .view-all-option {
    margin-bottom: 0;
}

.footer-section ul.address {
    padding-right: 6rem;
}

a.read-more-button.black-color {
    color: var(--color-blue);
    border: 0;
    text-align: left;
    padding: 0;
}

.btn-explor-more {
    padding: 25px 0px;
}

.about-to-img {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    right: 6rem;
}

.about-img {
    position: relative;
}

img#ab_right_img {
    transition: 1s linear;
}

.what-wedo-section {
    background: #262262;
    padding-bottom: 15rem;
    position: relative;
}

.what-wedo-section:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 42%;
    width: 100%;
    height: 496px;
    background-image: url(../images/logo-bg2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.what-we-points ul {
    padding: 0;
    margin: 0;
}

.what-we-points ul li {
    list-style: none;
    position: relative;
    color: #fff;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 20px;
    font-family: 'Poppins';
}

.what-we-points {
    padding-right: 7rem;
    border-right: 2px dashed #fff;
}

.what-we-points ul li:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 27px;
    top: 9px;
    right: -27px;
    background-image: url("../images/icon3.png");
    background-size: contain;
    background-repeat: no-repeat;
}


/* what-we-do */

.white-color {
    color: #fff;
}

.what-wedo-inner {
    padding-left: 5rem;
}

.sub-heading span {
    color: #fff;
    font-size: 20px;
}


/* counter */

.circle-wrap {
    float: left;
    margin: 1rem;
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
}

.circle-wrap .circle .mask-1,
.circle-wrap .circle .fill-1 {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 289px, 216px, 72px);
}

.circle-wrap .circle .mask .fill {
    clip: rect(0px, 150px, 255px, 0px);
    background-color: #262262;
}

.circle-wrap .circle .mask-1 {
    clip: rect(0px, 305px, 250px, 51px);
}

.circle-wrap .circle .mask-1 .fill-1 {
    clip: rect(0px, 150px, 250px, 0px);
    background-color: #262262;
}

.circle-wrap.firstPercentage .circle .mask.full,
.circle-wrap.firstPercentage .circle .fill {
    animation: firstPercentage ease-in-out 3s forwards;
}

.circle-wrap.secondPercentage .circle .mask.full,
.circle-wrap.secondPercentage .circle .fill {
    animation: secondPercentage ease-in-out 3s forwards;
}

.circle-wrap.thirdPercentage .circle .mask.full,
.circle-wrap.thirdPercentage .circle .fill {
    animation: thirdPercentage ease-in-out 3s forwards;
}

.circle-wrap.fourPercentage .circle .mask-1.full,
.circle-wrap.fourPercentage .circle .fill-1 {
    animation: fourPercentage ease-in-out 3s forwards;
}

.circle-wrap .inside-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #61cdfa;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1;
    font-weight: 700;
    font-size: 2em;
    text-align: center;
}

.circle-inner {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    background: #6accf8;
    border-radius: 163px;
}

@keyframes firstPercentage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(36deg);
    }
}

@keyframes secondPercentage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(50deg);
    }
}

@keyframes thirdPercentage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(160deg);
    }
}

@keyframes fourPercentage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(160deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.inside-circle h3 {
    font-family: 'Manrope';
    font-size: 80px;
    font-weight: 300;
}

.circle-wrap h4 {
    font-size: 18px;
    text-align: center;
    font-family: Poppins;
    margin: 10rem auto 0px;
    color: #272160;
    margin-top: 18rem;
    text-transform: uppercase;
    font-weight: 500;
}

section.counter {
    margin-top: -16rem;
    z-index: 99;
    position: relative;
    display: none;
}


/* bitume-home */

.bitume-inner {
    padding: 0px 6rem;
    padding-right: 3rem;
}

.btn-explor-more.bitumen a.read-more-button {
    padding: 11px 80px;
    border-radius: 50px;
    border: 2px solid #272160;
}


/* urea */

section.urea {
    background: #efeeee;
    text-align: right;
    position: relative;
}

section.urea:after {
    position: absolute;
    content: "";
    top: -68px;
    right: 0;
    width: 19%;
    height: 406px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/line-vector2.png);
    z-index: 1;
}

section.urea p {
    text-align: right;
}

.urea-inner {
    padding-right: 11rem;
    padding-left: 5rem;
}

.ft-logo {
    margin-bottom: 25px;
}


/* about us */

.about-inner-img {
    position: relative;
}

.about-inner-img:after {
    position: absolute;
    content: "";
    left: -6%;
    bottom: -10%;
    width: 350px;
    height: 315px;
    background: #262262;
    z-index: -1;
    box-shadow: 19px 17px #2222222b;
}

section.profil-section {
    background: #f9f9f9;
}


/* contact Us page */

.contact-form-inner {
    background: #fff;
    padding: 50px;
    position: relative;
    padding-bottom: 70px;
}

input.form-control {
    background: transparent;
    color: #fff;
    padding-left: 0;
}

label {
    color: #222;
}

textarea.form-control {
    background: transparent;
    padding-left: 0;
}

.contact-page-section {
    background: #fdfdfd;
}

.conatact-ofc-address i,
a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.conatact-ofc-address i {
    font-size: 28px;
    background: #fff;
    padding: 6px 16px;
    line-height: 0;
    padding-bottom: 13px;
    margin-right: 10px;
    color: #274681;
}

.conatact-ofc-inner {
    padding: 0;
}

.ofc-address {
    background: #2866aa;
    padding: 50px;
    height: 567px;
    padding-top: 77px;
    margin-top: 68px;
}

.call-us {
    display: grid;
    position: relative;
    top: -48px;
    margin-left: 70px;
    padding: 0;
    align-items: center;
}

.call-us span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    line-height: 35px;
    margin: 0;
}

.icon-line i {
    position: relative;
    z-index: 99;
}

.icon-line i:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 57%;
    top: 100%;
    left: 50%;
    background: #fff;
    z-index: -1;
}


section.padding-space.contact-page-section {
    position: relative;
    padding: 100px 0px;
    margin-bottom: 50px;
}

.contact-page-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #083e7e;
    z-index: 1;
}

.contact-page-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #ebebeb;
}

.container.contact-container {
    z-index: 99;
    position: relative;
}

.contact-form-inner:before {
    position: absolute;
    content: "";
    left: -49%;
    background: #fff;
    top: 0;
    width: 65%;
    height: 100%;
    z-index: -1;
}

.ofc-address h2 {
    margin-bottom: 35px;
    font-size: 60px;
}

.conatact-ofc-address a:hover {
    color: #fff;
}

button.btn.send-msg {
    border-radius: 0;
    background: #28205e;
    padding: 15px 34px;
    color: #fff;
    font-size: 20px;
}

button.btn.send-msg i {
    color: #fff;
    font-size: 20px;
}

.contact-form-inner form {
    margin-top: 25px;
}

section.breadcrumb-section {
    padding: 0px 0px;
    background: #26397a;
    display: flex;
    align-items: center;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    float: right;
    margin: 0 !important;
    padding: 0 !important;
    margin-block-end: 0 !important;
    line-height: 67px;
}

h2.breadcrumb-title {
    font-size: 30px;
    font-family: 'Gantari';
    color: #fff;
    margin-bottom: 0;
    float: left;
}

li.breadcrumb-item i {
    position: relative;
    top: -5px;
}

p.intro-career-basket {
    font-size: 18px;
    font-weight: 600;
    color: #272160;
    padding: 6px 0px;
    margin-bottom: 0;
}

.top-padding {
    padding-top: 85px;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #26226287 75%);
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    /* background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%); */
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #26226287 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 73%;
    left: 24px;
    font-size: 46px;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: left;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    padding-top: 3em;
    width: 100%;
    text-align: left;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    text-transform: capitalize;
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* product */

.product-title h3 {
    font-size: 55px;
    margin: 10px 0px;
}

.product-detail {
    padding-left: 2rem;
}

.product-title {
    padding-top: 20px;
}

table {
    width: 100%;
    margin: 20px 0px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    padding: 11px 15px;
    border: 1px solid #ccc;
}

button.accordion-button {
    font-size: 17px;
    font-weight: 600;
    color: #262262 !important;
    letter-spacing: 0.4px;
}

.accordion-button {
    padding: 0rem 1.25rem;
}

.accordion-body {
    padding: 0rem 1rem;
    padding-top: 0;
    padding-bottom: 0px;
}

.accordion-item {
    background-color: #201a9600;
    border: 1px solid #00000030;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

tr.product-n a {
    color: #262262;
    font-weight: 500;
}

th {
    background: #262262;
    color: #fff;
}

.table-sub-tile {
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.according-table {
    padding-top: 20px;
}

.product-paking-section {
    background: #272160;
}

.packing-inner {
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
}

.paking-title {
    font-size: 18px;
    margin: 16px 0px;
    color: #222;
}

h2.main-title.paking {
    margin: 0px 0px;
    margin-bottom: 0px;
    position: relative;
}

.paking {
    font-size: 28px;
    font-weight: 600;
    text-align: left !important;
    margin-left: 0;
    padding: 4px 0px;
}

.application-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 10px;
}

.paking-icon img {
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    padding: 10px;
    transition: 0.6s;
}

.packing-inner:hover .paking-icon img {
    border: 2px solid #28205e;
}

.paking-title span {
    display: block;
}

.paking:after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 1px dashed #2767ab6e;
    bottom: 0;
    left: 0;
}

.pooduct-list ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.nav-tabs button {
    font-size: 17px;
    font-weight: 400;
    color: #262262 !important;
    letter-spacing: 0.4px;
    padding: 15px 20px;
}

.nav-tabs button.active {
    background: #28205e !important;
    color: #fff !important;
}

.nav-tabs button:hover {
    background: #28205e !important;
    color: #fff !important;
}

.tab-content .accordion-body {
    padding: 34px 20px;
}

ul.icon-style li {
    list-style: none;
    position: relative;
    padding-left: 3rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 8px;
}

ul.icon-style li:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    background-image: url("../images/icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: -26px;
}

ul {
    padding: 0;
    margin: 0;
}

.what-is-bitumen {
    position: relative;
    background: #2721600d;
}

.what-is-bitumen:before {
    position: absolute;
    content: "";
    top: 7%;
    left: 0;
    width: 30%;
    height: 85%;
    background: #262262;
    z-index: 1;
}

.white-bg {
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 50px 40px;
}

.cion-left:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url("../images/line-vector2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 76%;
    height: 396px;
    z-index: 99;
    margin-top: 20rem;
    margin-left: -486px;
    opacity: 0.7;
}

.cion-left {
    position: relative;
}

.logo-bg-right {
    position: relative;
}

.logo-bg-right:after {
    position: absolute;
    content: "";
    top: 51px;
    right: -64%;
    width: 100%;
    height: 292px;
    background-image: url("../images/logo-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


/* services */

.services-left {
    position: relative;
}

.services-left:before {
    position: absolute;
    content: "";
    top: 7%;
    left: 0;
    width: 30%;
    height: 85%;
    background: #262262;
    z-index: 1;
}


/* solution */

section.padding-space.solution-section {
    background: linear-gradient(165deg, rgb(2 0 36 / 4%) 0%, rgb(242 244 245 / 0%) 100%);
    position: relative;
}

section.padding-space.solution-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/line-vector2.png');
}

.solution-slider {
    position: relative;
}

.solution-inner-text {
    padding-left: 28%;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    padding-top: 2rem;
    padding-right: 55px;
}

.SolutionSlider .swiper-button-next {
    top: 26px;
    background: #262262;
    padding: 36px 40px;
}

.SolutionSlider .swiper-button-prev {
    top: 26px;
    background: #262262;
    padding: 36px 40px;
}

.swiper.SolutionSlider {
    padding-top: 111px;
}

.SolutionSlider .swiper-button-prev {
    left: 83%;
}

h3.solution-name {
    background: transparent;
    text-align: left;
    text-decoration: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    align-items: center;
    display: -webkit-flex;
}

.solution-inner {
    background: transparent;
}

h3.solution-name a {
    text-decoration: none;
    color: #262262;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

h3.solution-name a span {
    display: block;
    position: relative;
}

h3.solution-name a span:after {
    position: absolute;
    content: "";
    bottom: 8px;
    width: 80px;
    margin-left: 10px;
    border: 1px solid #27216078;
}

.services-inner-text {
    clear: both;
    padding-top: 24px;
}

.parralex-effect-section {
    position: relative;
    min-height: 600px;
    width: 100%;
    transform-style: inherit;
    z-index: -1;
    padding-top: 14rem;
}

.parralex-effect-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../images/services-bg.jpg) top center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /* transform: translateZ(-1px) scale(2.1); */
    /* height: 100%; */
    z-index: -2;
}

/* button-style-1 */

.button-1 {
    display: inline-block;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0px 20px;
    width: 265px;
    height: 58px;
    border-radius: 80px;
    margin-top: 20px;
}

.button-1 a {
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 55px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.eff-1 {
    width: 265px;
    height: 58px;
    border-radius: 80px;
    right: 100%;
    background: #fff;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0;
}

.button-1:hover a {
    color: #272160;
}


/* button-style-2 */

.button-2 {
    display: inline-block;
    border: 2px solid #272160;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0px 20px;
    width: 265px;
    height: 58px;
    border-radius: 80px;
    margin-top: 20px;
}

.button-2 a {
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 55px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #272160;
    font-weight: 500;
}

.eff-2 {
    width: 265px;
    height: 58px;
    border-radius: 80px;
    right: 100%;
    background: #272160;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-2:hover .eff-2 {
    right: 0;
}

.button-2:hover a {
    color: white;
}

.flag-no img {
    width: auto;
    height: 24px;
    object-fit: contain;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.flag-no {
    display: flex;
}

.call-2 {
    margin-left: 30px;
}


/* footer-flag */

span.footer-flag {
    display: flex;
}

span.footer-flag img {
    width: auto;
    height: 20px;
    margin-right: 7px;
}

span.sparator {
    color: #fff;
    margin: 0px 12px;
    margin-top: 3px;
}
.container {
    max-width: 1600px;
}
.container-2 {
    max-width: 1200px;
}
.desktop-menu {
    display: block;
}
.mobile-menu {
    display: none;
}
.sidenav {
    display: none;
}

@media screen and (min-device-width: 1501px) and (max-device-width: 1799px) {
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
}

@media  (max-width: 1600px) {

    .container {
        max-width: 1480px;
    }
   
    /* header */
    ul.left-bar-contact-email li a {
        font-size: 14px;
    }
    .main-brand img {
        width: 100%;
        height: 100px;
           object-fit: contain;
    object-position: bottom;
    }
    /* slider */
    h2.slider-title {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 6px;
    }
    span.slider-sub-title {
        font-size: 15px;
        line-height: 27px;
        padding: 4px 0px;
    }
    .slider-button {
        margin-top: 25px !important;
    }
    .button-1 {
        padding: 0px 20px;
        width: 200px;
        height: 45px;
        margin-top: 20px;
    }
    .eff-1 {
        width: 200px;
        height: 45px;
    }
    .button-1 a {
        font-family: arial;
        font-size: 14px;
        line-height: 43px;
    }
    .button-2 {
        padding: 0px 20px;
        width: 200px;
        height: 45px;
        margin-top: 20px;
    }
    .eff-2 {
        width: 200px;
        height: 45px;
    }
    .button-2 a {
        font-family: arial;
        font-size: 14px;
        line-height: 43px;
    }
    .slide-inner {
        width: 100%;
        height: 650px;
    }
    .swiper-button-prev i {
        font-size: 30px;
        margin-left: 80px;
    }
    .swiper-button-next i {
        font-size: 30px;
        margin-right: 80px;
    }
    .main-title {
        line-height: var(--line-height-55);
        font-size: var(--font-size-45);
    }
    h1,
    h2,
    h3,
    h4 {
        line-height: var(--line-height-55);
        font-size: var(--font-size-45);
    }
    p {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 25px;
    }
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    .about-to-img {
        right: 9rem;
        height: 67px;
    }
    .what-we-points ul li {
        font-size: 15px;
        padding: 8px 20px;
    }
    .what-we-points ul li:after {
        width: 23px;
        height: 17px;
        top: 10px;
        right: -27px;
    }
    .bitume-inner {
        padding: 0px 3rem;
        padding-right: 3rem;
    }
    .what-we-points {
        padding-right: 5rem;
        border-right: 2px dashed #fff;
    }
    .what-wedo-inner {
        padding-left: 3rem;
    }
    .sub-heading span {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0.4px;
    }
    .what-wedo-section {
        background: #262262;
        padding-bottom: 3rem;
        position: relative;
    }
    .circle-wrap .inside-circle {
        width: 130px;
        height: 130px;
    }
    .circle-wrap .circle .mask,
    .circle-wrap .circle .fill {
        width: 200px;
        height: 200px;
        position: absolute;
        border-radius: 50%;
        display: none;
    }
    .circle-inner {
        width: 150px;
        height: 150px;
    }
    section.counter {
        margin-top: -8rem;
        z-index: 99;
        position: relative;
    }
    .circle-wrap {
        margin: 6px;
        width: 140px;
        height: 140px;
    }
    .circle-wrap .inside-circle {
        margin-top: 5px;
        margin-left: 5px;
        z-index: 1;
        font-weight: 700;
        font-size: 2em;
    }
    .circle-wrap .circle .mask-1 .fill-1 {
        display: none;
    }
    .inside-circle h3 {
        font-family: 'Manrope';
        font-size: 40px;
        font-weight: 500;
        position: relative;
        top: 6px;
        left: 5px;
    }
    .what-wedo-section:after {
        top: 128px;
        left: 42%;
        width: 100%;
        height: 307px;
    }
    section.urea:after {
        top: -115px;
    }
    /* footer */
    .ft-title {
        font-size: 17px;
    }
    .ft-menu-list ul li a {
        font-size: 13px;
        line-height: 22px;
    }
    .ft-menu-list p {
        padding-right: 50px;
    }
    .ft-logo img {
        height: 73px;
    }
    .ft-logo {
        margin-bottom: 15px;
    }
    .copyright {
        padding: 2px 0px;
        color: #fff;
        font-size: 13px;
    }
    .copyright.crafted-by a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    }
    .ft-menu-list ul li i {
        font-size: 15px;
        margin-right: 10px;
    }
    /* about-us page */
    .top-padding {
        padding-top: 50px;
    }
    .about-inner-img:after {
        left: -14%;
        bottom: -10%;
        width: 350px;
        height: 315px;
    }
    figure.effect-sadie h2 {
        position: absolute;
        top: 70%;
        left: 24px;
        font-size: 30px;
    }
    figure.effect-sadie p {
        font-size: 14px;
        line-height: 24px;
    }
    .dropdown-item {
        display: block;
        font-size: 13px;
        padding: 8px 15px;
    }
    /* product page */
    ul.icon-style li {
        padding-left: 20px;
        font-size: 13px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 8px;
    }
    .paking {
        font-size: 20px;
        padding: 4px 0px;
    }
    .product-title h3 {
        font-size: 43px;
        margin: 3px 0px;
        line-height: 50px;
    }
    .according-table {
        padding-top: -34px;
    }
    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        font-size: 13px;
        padding: 10px 12px;
    }
    .paking-title {
        font-size: 14px;
        margin: 7px 0px;
        color: #222;
    }
    .application-title {
        font-size: 17px;
        font-weight: 500;
        margin-top: 17px;
        margin-bottom: 10px;
    }
    h2.breadcrumb-title {
        font-size: 25px;
    }
    .table-sub-tile {
        padding: 10px 0px;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #000;
    }
    button.accordion-button {
        font-size: 14px;
        height: 47px;
    }
    .according-table {
        padding-top: 0;
    }
    .nav-tabs button {
        font-size: 15px;
    }
    .parralex-effect-section {
        position: relative;
        min-height: 400px;
        padding-top: 5rem;
    }
    .solution-inner-text {
        padding-left: 19%;
        padding-top: 2rem;
        padding-right: 30px;
    }
    .services-inner-text {
        clear: both;
        padding-top: 15px;
    }
    h3.solution-name a {
        text-decoration: none;
        color: #262262;
        font-size: 20px;
    }
    .SolutionSlider .swiper-button-prev {
        left: unset;
        right: 100px;
    }
    .SolutionSlider .swiper-button-prev {
        top: 30px;
        background: #262262;
        padding: 25px 35px;
    }
    .SolutionSlider .swiper-button-next {
        top: 30px;
        background: #262262;
        padding: 25px 35px;
    }
    input.form-control {
        background: transparent;
        color: #fff;
        padding: 10px 3px;
        margin-bottom: 15px;
        font-size: 15px;
    }
    label {
        color: #222;
        font-size: 15px;
    }
    .ofc-address h2 {
        margin-bottom: 35px;
        font-size: 40px;
    }
    .call-us span {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }
    .conatact-ofc-address i {
        font-size: 20px !important;
        background: #fff;
        padding: 10px 15px;
        line-height: 0;
        padding-bottom: 16px;
        margin-right: 10px;
        color: #274681;
    }
    .call-us {
        display: grid;
        position: relative;
        top: -35px;
        margin-left: 65px;
    }
    .conatact-ofc-address i,
    a {
        text-decoration: none;
        /* color: #fff; */
        font-size: 14px;
        font-weight: 400;
    }
    button.btn.send-msg {
        padding: 12px 35px;
        color: #fff;
        font-size: 15px;
    }
    button.btn.send-msg i {
        color: #fff;
        font-size: 15px;
    }
    .cion-left:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background-image: url(../images/line-vector2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 76%;
        height: 396px;
        z-index: 99;
        margin-top: 20rem;
        margin-left: -328px;
        opacity: 0.7;
    }
    .ofc-address {
        background: #2866aa;
        padding: 50px;
        height: 501px;
        padding-top: 64px;
        margin-top: 60px;
    }
    .call-2 {
        margin-left: 30px !important;
    }
    /* footer-flag */
    span.footer-flag {
        display: flex;
    }
    span.footer-flag img {
        width: auto;
        height: 20px;
        margin-right: 7px;
    }
    span.sparator {
        color: #fff;
        margin: 0px 12px;
        margin-top: 3px;
    }
    .packing-inner {
        margin-top: 30px;
    }
    .breadcrumb {
        line-height: 46px;
    }
}
@media (max-width: 1480px) {
    .container {
        max-width: 1180px;
    }
    .container-2 {
        max-width: 1180px;
    }
    .about-inner-img:after {
        left: -14px;
        bottom: -14px;
        width: 280px;
        height: 250px;
    }
    .main-title {
        line-height: var(--line-height-46);
        font-size: var(--font-size-36);
    }
    h1,
    h2,
    h3,
    h4 {
        line-height: var(--line-height-46);
        font-size: var(--font-size-36);
    }
    .product-title h3 {
        line-height: var(--line-height-46);
        font-size: var(--font-size-36);
    }
    .call-us span {
        font-size: 16px;
    }
    .logo-bg-right:after {
        top: 30%;
        right: -140px;
        width: 100%;
        height: 200px;
    }
}
@media (max-width: 1024px) {
    a.nav-link {
        font-size: 12px;
        padding: 10px 4px !important;
        padding-top: 8px !important;
        padding-left: 8px !important;
    }
    .slide-inner {
        width: 100%;
        height: 500px;
    }
    section.urea:after {
        top: -230px;
    }
    span.footer-flag img {
        height: 14px;
        margin-right: 4px;
    }
    .contact-form-inner {
        padding: 40px 20px;
        padding-bottom: 50px;
    }

        
}
@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    .desktop-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    header {
        padding: 10px 0px;
    }
    .main-brand {
        justify-content: left;
        text-align: left;
    }

    /* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    right: 0;
    box-shadow: -4px 0px 15px #00000040;
    opacity: 0;
    z-index: 999999;
    display: block;
  }
  .sidenav .closebtn {
    float: right;
  }
  .sidenav .closebtn i {
    font-size: var(--font-size-50);
    line-height: 0;
  }
  
  /* The side navigation menu end*/
  .menu-inner {
    display: block;
    width: 100%;
}
.sidenav .closebtn {
    float: right;
    color: #000;
    font-size: 18px;
    padding: 10px;
}
.menu-inner {
    padding-top: 50px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    padding: 0 10px;
}
.main-brand img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    object-position: bottom;
}
.burger i {
    font-size: 2.2rem;
    line-height: 0;
    color: var(--color-blue);
    cursor: pointer;
    display: inline-block;
}
a.nav-link {
    font-size: 16px;
    padding: 8px 0px !important;
    padding-top: 8px !important;
    padding-left: 0px !important;
    margin-bottom: 5px;
}
.dropdown-item {
    display: block;
    font-size: 16px;
    padding: 8px 15px;
}
.dropdown .dropdown-menu .dropend .shadow {
    box-shadow: 0 0.5rem 1rem #00000025 !important;
}
.shadow {
    box-shadow: none;
}
.slide-inner {
    width: 100%;
    height: 400px;
}

img.img-fluid.slider-after {
    margin-top: -6rem;
    z-index: 9;
    position: relative;
}
.bitume-inner {
    padding: 0px 15px;
    padding-right: 15px;
}
.ft-menu-list p {
    padding-right: 10px;
}
.product-detail {
    padding-left: 0rem;
}
.main-title {
    line-height: var(--line-height-36);
    font-size: var(--font-size-26);
}
h1,
h2,
h3,
h4 {
    line-height: var(--line-height-36);
    font-size: var(--font-size-26);
}
.product-title h3 {
    line-height: var(--line-height-36);
    font-size: var(--font-size-26);
}
figure.effect-sadie p {
    font-size: 14px;
    line-height: 24px;
    padding: 1em;
    padding-top: 1em;
}
figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 26px;
}
.product-title {
    padding-top: 0;
}
.parralex-effect-section {
    min-height: 300px;
    padding-top: 2rem;
}
h3.solution-name a span:after {
    width: 20px;
}
.solution-inner-text {
    padding-left: 20px;
    padding-top: 0rem;
    padding-right: 20px;
}
.white-bg {
    padding: 30px 30px;
}
.packing-inner {
    margin-top: 20px;
    padding: 10px 0px;
}
h2.breadcrumb-title {
    font-size: 18px;
}
section.breadcrumb-section {
    padding: 6px 0px;
}
.breadcrumb {
    line-height: 35px;
}
.tab-content .accordion-body {
    padding: 20px 15px;
}
.accordion-button {
    padding: 0rem 0.5rem;
}
.tab-content>.tab-pane {
    display: block;
    opacity: 1;
}
.ofc-address h2 {
    margin-bottom: 30px;
    font-size: 26px;
}
section.padding-space.contact-page-section {
    position: relative;
    padding: 30px 0px;
    margin-bottom: 50px;
}
.conatact-ofc-address i {
    font-size: 16px !important;
    padding: 5px 10px;
    padding-bottom: 10px;
    margin-right: 10px;
}
.flag-no {
    display:block;
}
.call-us {
    display: block;
    top: -35px;
    margin-left: 50px;
}
.call-2 {
    margin-left: 50px !important;
}
.icon-line i:after {
    height: 160%;
    top: 100%;
}

}
@media (max-width: 800px) {
   
}
@media (max-width: 767px) {
    .section-space {
        padding: 30px 0;
    }
    img.img-fluid.slider-after {
        margin-top: -4rem;
    }
    .what-we-points {
        padding-right: 0px;
        border-right: unset;
        padding-left: 50px;
        border-left: 2px dashed #fff;
    }

    .what-we-points ul li {
        list-style: none;
        position: relative;
        color: #fff;
        text-align: left;
        font-size: 18px;
        font-weight: 300;
        padding: 10px 20px;
        font-family: 'Poppins';
    }
    .what-we-points ul li:after {
        width: 24px;
        height: 24px;
        top: 10px;
        right: unset;
        left: -20px;
    }
    .what-wedo-inner {
        padding-left: 0;
        margin-top: 40px;
    }
    .alinment-center {
        margin-bottom: 20px;
    }
    section.urea, section.urea p {
        text-align: left;
    }
    .main-title {
        padding: 0;
        margin-bottom: 10px;
    }
    .button-2 {
        padding: 0px 20px;
        width: 200px;
        height: 45px;
        margin-top: 10px;
    }
    section.footer-section {
        padding: 50px 0px;
        padding-top: 60px;
        padding-bottom: 8px;
    }
    .widget-area {
        margin-top: 20px;
    }
    .copyright.crafted-by {
        text-align: left;
    }
    .top-padding {
        padding-top: 10px;
    }
    figure.effect-sadie h2 {
        top: 75%;
        font-size: 22px;
    }
    .about-inner-img {
        margin-bottom: 30px;
    }
    .ft-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .parralex-effect-section {
        min-height: 240px;
    }
    .swiper.SolutionSlider {
        padding-top: 70px;
    }
    .SolutionSlider .swiper-button-prev {
        padding: 20px 25px;
    }
    .SolutionSlider .swiper-button-next {
        padding: 20px 25px;
    }
    .SolutionSlider .swiper-button-prev {
        right: 70px;
    }
    .SolutionSlider .swiper-button-prev img, .SolutionSlider .swiper-button-next img {
        width: 30px;
    }
    .ofc-address {
        background: #2866aa;
        padding: 30px;
        height: 100%;
        padding-top: 30px;
        margin-top: 0px;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .conatact-ofc-address i, a {
        font-size: 12px;
    }
    .paking:after {
        bottom: -7px;
    }
    .div-order {
        order: 1;
    }
    section.footer-section:before {
        top: 0;
        height: 95px;
    }
    .solution-inner-text {
        padding-left: 0;
        padding-top: 0rem;
        padding-right: 0;
    }
    .contact-form-inner {
        padding: 20px 0px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    figure.effect-sadie h2 {
        top: 65%;
        font-size: 22px;
    }
    .breadcrumb-item.active {
        font-size: 12px;
    }
    h2.breadcrumb-title {
        font-size: 14px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.2rem;
    }
    li.breadcrumb-item i {
        top: -4px;
    }

}
@media (max-width: 480px) {
   
}
@media (max-width: 390px) {
   .slide-inner {
    width: 100%;
    height: 300px;
}
}
@media (max-width: 375px) {
   
}