/* header stayle  */

@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat+Alternates:wght@700;800;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
}

.btn-danger {
    background-color: #f00 !important;
}

.bg-danger {
    background-color: #f00 !important;
}

body {
    color: #262626;
    font-family: 'Poppins', sans-serif;
}

.large-icon {
    font-size: 3em;
    color: #f00;
}

.top-header {
    /* background-color: #f5f5f5; */
    background-color: rgb(4, 53, 89);
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-content:nth-child(1) {
    /* border-left: 1px solid white; */
    border-right: 1px solid #ddd;
    padding: 8px 20px;
}

.top-header-content:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px 20px;
}

.top-header-content:nth-child(3) {
    border-left: 1px solid #ddd;
    /* border-right: 1px solid white; */
    padding: 8px 20px;
}

.top-header-content span {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0px;
}

.top-header-content i {
    color: #ff6800;
}

.bottom-header {
    background-color: #fff;
    padding: 2px 20px;
}

.bottom-header-icons a {
    color: #262626;
    font-size: 20px;
}

.bottom-header-icons a:hover {
    color: #f52145;
    transition: all 0.3s;
}

.header-logo img {
    width: 65%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-link {
    color: #949494;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-link:hover,
.nav-link.active {
    color: #f00 !important;
    transition: all 0.3s;
    font-weight: 600;
}

.header-button {
    background-color: #f00;
    padding: 7px 18px;
    /* border-radius: 5px; */
    /* border: 1px solid #043559; */
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.header-button svg {
    height: 20px;
    width: 15px;
}

.header-button a {
    color: #fff !important;
    text-decoration: none;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.top-header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-right: 0;
}

.top-header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /* gap: 20px; */
}

.top-header-right .thr {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

.top-header-right .thr-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border-right: 2px solid #ddd;
}

.top-header-right .thr-link a {
    color: #fff;
    text-decoration: none;
}

.top-header-right .nice-select {
    background-color: transparent;
    color: #fff;
    border: none;
}

.top-header-right .nice-select ul li {
    background-color: transparent;
    color: #043559;
    border: none;
}

@media (max-width: 640px) {
    .header-logo img {
        width: 90px;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #f00
}


/* header stayle  */


/* slider area starts  */

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.main-banner {
    height: 600px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-bg1 {
    background-image: url(../images/slider.png)
}

.banner-bg2 {
    background-image: url(../images/slider-2.png)
}

.banner-bg3 {
    background-image: url(../images/slider-3.png)
}

.banner-bg4 {
    background-image: url(../../assets/img/banner/banner.jpg)
}

.banner-bg5 {
    background-image: url(../../assets/img/banner/banner.jpg)
}

.banner-section {
    height: 650px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-section .main-banner-content {
    max-width: 100%;
    margin-left: 0
}

.main-banner-content .sub-title {
    display: block;
    margin-bottom: 7px;
    font-size: 17.5px;
    font-weight: 600
}

.main-banner-content h1 {
    margin-bottom: 12px;
    font-size: 65px;
    font-weight: 700
}

.main-banner-content p {
    color: #000;
    font-weight: 500;
    font-size: 17px
}

.main-banner-content .btn-box {
    margin-top: 28px
}

.main-banner-content.text-white .submenu-title {
    color: #fff
}

.main-banner-content.text-white h1 {
    color: #fff
}

.main-banner-content.text-white p {
    color: #fff;
    opacity: .92
}

.main-banner-content.text-white .btn-box .default-btn {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.main-banner-content.text-white .btn-box .default-btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.main-banner-content.text-white .btn-box .optional-btn {
    border-color: #fff;
    color: #fff
}

.main-banner-content.text-white .btn-box .optional-btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.main-banner-content.text-center .btn-box .optional-btn {
    margin-left: 7px
}

.main-banner-content.text-center .btn-box .default-btn {
    margin-right: 7px
}

.banner-content {
    position: relative;
    overflow: hidden;
    /* padding: 55px; */
    max-width: 640px;
    z-index: 1;
    margin-left: auto
}

.banner-content .line {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    border: 9px solid #000;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%)
}

.banner-content .sub-title {
    display: block;
    font-weight: 300;
    font-size: 30px
}

.banner-content h1 {
    margin: 12px 0 20px;
    font-size: 65px;
    font-weight: 700
}

.banner-content p {
    color: #000;
    max-width: 495px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300
}

.banner-content .btn-box {
    margin-top: 25px
}

.banner-content.text-white .submenu-title {
    color: #fff
}

.banner-content.text-white .line {
    border-color: #fff
}

.banner-content.text-white h1 {
    color: #fff
}

.banner-content.text-white p {
    color: #fff;
    opacity: .92
}

.banner-content.text-white .btn-box .default-btn {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.banner-content.text-white .btn-box .default-btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.banner-content.text-white .btn-box .optional-btn {
    border-color: #fff;
    color: #fff
}

.hero-banner {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4
}

.hero-banner .main-banner-content {
    max-width: 100%;
    margin-left: 0
}

.banner-image {
    text-align: center;
    position: relative;
    z-index: 1
}

.banner-image .circle {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 5%;
    right: 0;
    margin: 0 auto
}

.banner-image img {
    width: unset !important;
    display: inline-block !important
}

.owl-item.active .banner-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-content .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%)
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%)
}

.home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: 0 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid transparent
}

.home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000;
    margin: 2px
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 27px;
    margin: 0;
    padding: 0;
    background: 0 0;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 40px;
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 40px
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%)
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%)
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: 0 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid transparent
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000;
    margin: 2px
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px
}

.owl-next,
.owl-prev {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

.home-slides-three.owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0 !important
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
    display: block
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: 0 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 3px
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000;
    margin: 2px
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-three.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000
}

.btn-box {
    background-color: #ff6800;
    display: inline-block;
    padding: 7px 18px;
}

.btn-box a {
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* slider area starts  */


/* what we do section  */

.heading-box {
    padding: 20px 0px;
}

.heading-box p {
    color: #FF6B00;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.heading-box h2 {
    color: #000;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.what-box {
    border: 1px solid #111;
    padding: 20px 30px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    /* justify-content: flex-start; */
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border-radius: 5px;
    height: 450px;
    position: relative;
}

.what-box a {
    color: #000;
    font-family: Poppins;
    /* font-size: 22px; */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s;
    position: absolute;
    bottom: 18px;
}

.what-box a:hover {
    color: #ff6800;
}

.what-box h3 {
    font-size: 1.85rem;
    max-width: 80%;
}


/* what we do section  */


/* our story section  */

.our-story .col-lg-5,
.our-story .col-lg-7 {
    padding: 0;
}

.our-story-img {
    /* background: #ffffff url(../images/our-story.png) no-repeat top left; */
    background-image: url(../images/our-story.png);
    background-position: left top;
    position: relative;
}

.our-story-img img {
    width: 100%;
}

.play-box {
    padding: 20px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 2px solid white;
    outline-offset: 7px;
    animation-name: outl;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes outl {
    0% {
        outline-offset: 7px;
        box-shadow: 2px 2px 10px #FF6B00;
    }
    50% {
        outline-offset: 3px;
    }
}

.our-story-content {
    background-color: #ff6800;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding: 45px;
}

.our-story-content h3 {
    color: #000;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our-story-content p {
    color: #000;
    font-family: Poppins;
    /* font-size: 24px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


/* our story section  */


/* our client section  */

.facility-area {
    position: relative;
    z-index: 1;
    margin: 70px 0px;
}

.facility-area .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-facility-box {
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-facility-box .icon {
    background-color: #f9f9f9;
    /* width: 150px;
    height: 150px; */
    position: relative;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 65px;
    margin-left: auto;
    margin-right: auto
}

.facility-slides.owl-theme .owl-nav {
    margin-top: 0
}

.facility-slides.owl-theme .owl-nav [class*=owl-] {
    color: #ff6800;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: 0 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: visible;
    border-radius: 50%;
    border-style: solid;
    border-color: #ff6800;
    border-width: 1.5px
}

.facility-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ff6800;
    color: #fff;
    border-color: #ff6800
}

.facility-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible
}

.facility-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px
}


/* our client section  */


/* our work process  */

.work-process {
    background-image: url("../images/work.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    position: relative;
    padding: 60px 0px 100px 0px;
}

.work-process::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    /* Black with 0.4 opacity */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Make sure the overlay is above the background */
}

.work-process .container {
    position: relative;
    z-index: 2;
}

.work-top-box {
    padding: 50px 0px 30px 0px;
}

.work-top-box h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.work-top-box p {
    color: #D7D7D7;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.work-content h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* 118.75% */
}

.work-content p {
    color: #D7D7D7;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 118.75% */
}

.work-bottom-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.work-bottom-box hr {
    height: 3px;
    width: 100%;
    background-color: #ff6800;
    opacity: 0.6;
    position: relative;
}

.work-content {
    position: relative;
}

.work-process hr {
    position: relative;
}


/* .work-process hr::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ff6800;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -47px;
    left: 48%;
    z-index: 3;
} */


/* our work process  */


/* quote section  */

.custom-form-quote {
    /* background-color: #f7f7f7; */
    padding: 20px;
    border-radius: 5px;
}

.custom-form-quote .form-control {
    border-radius: 0;
}

.custom-form-quote {
    border-radius: 0;
}

.custom-form-quote input {
    background-color: #f1f1f1;
    padding: 12px 20px;
}

.quote-button {
    width: 100%;
    border: none;
    height: 100%;
    background-color: #ff6800 !important;
    color: #fff;
    font-family: poppins;
    font-weight: 600;
    border: 2px solid #ff6800;
    transition: 0.2s;
}

.quote-button:hover {
    border: 2px solid #ff6800;
    background-color: transparent !important;
    color: #ff6800;
}


/* quote section  */


/* footer section  */

.footer-section {
    background-image: url("../images/footer.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 70px 0px 1px 0px;
    position: relative;
}

.footer-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    /* Black with 0.4 opacity */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer-section>.container,
.footer-section .footer-bottom {
    position: relative;
    z-index: 2;
}

.footer-content-box {
    padding: 20px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    color: white;
}

.footer-content-box img {
    width: 100%;
}

.footer-content-box h5 {
    color: #DBDBDB;
    font-family: Poppins;
    /* font-size: 32px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer-content-box ul li {
    list-style: none;
}

.footer-content-box ul li a {
    color: #FFF;
    font-family: Poppins;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
}

.footer-box-icon {
    display: flex;
    gap: 10px;
}

.footer-icon {
    background-color: #f1f1f1;
    padding: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-icon i {
    color: #043559;
}

.footer-icon:hover {
    background-color: #ff6800;
}

.footer-icon:hover i {
    color: white;
}

.footer-section .footer-content-box:nth-child(3) {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column;
}

.follow-us {
    text-align: center;
}

.footer-bottom {
    background-color: rgb(4, 53, 89);
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-to-top {
    background-color: #f00;
    ;
}

.footer-box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-content:nth-child(1) {
    border-right: 1px solid #ddd;
    padding: 8px 20px;
}

.footer-bottom-content:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px 20px;
}

.footer-bottom-content:nth-child(3) {
    border-left: 1px solid #ddd;
    padding: 8px 20px;
}

.footer-box2 .footer-bottom-content:nth-child(1) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px 20px;
}

.footer-box2 {
    cursor: pointer;
}

.footer-bottom-content span {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0px;
}

.footer-bottom-content i {
    color: #fff;
}


/* footer section  */


/* about page design starts here  */

.about-header {
    width: 100%;
    position: relative;
    background-image: url("../images/about-banner.png");
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-header img {
    width: 100%;
}

.about-header-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-header-box p {
    margin: 0 !important;
}

.about-header-box h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-header-box>div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 15px;
}

.about-header-box>div a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.about-header-box>div a:hover {
    color: #ff6800;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}


/* about story section  */

.about-story-content {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.about-story-content h3 {
    color: #FF6B00;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
}

.about-story-content p {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.custom-button {
    background-color: #0d6efd;
    color: #fff;
    padding: 12px 22px;
    /* border: 2px solid #ff6800; */
}

.custom-button a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.custom-button:hover {
    background-color: transparent;
}

.custom-button:hover a {
    background-color: transparent;
    color: #ff6800;
}

.about-story-img {
    padding: 40px;
    position: relative;
}

.about-story-img img {
    width: 100%;
}

.about-little-box {
    position: absolute;
    background-image: url(../images/Mask\ group.png);
    background-position: center center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -30px;
    bottom: -30px;
}

.about-little-box::before {
    content: "";
    background-color: rgba(4, 53, 89, 0.7);
    /* Black with 0.4 opacity */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    z-index: 1;
    /* Make sure the overlay is above the background */
}

.about-little-box h2 {
    font-size: 20px;
    color: white;
    z-index: 2;
}

.about-little-box span {
    z-index: 2;
    font-size: 28px;
    font-weight: 700;
    color: #ff6800;
}


/* about story section  */


/* our mission  */

.mission-section {
    margin-top: 100px;
}

.our-mission {
    border: 2px solid #9C9C9C;
    border-bottom: 10px solid #ff6800;
    padding: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.our-mission p {
    color: #777;
    font-family: Poppins;
    /* font-size: 28px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* our mission  */


/* our values  */

.mission-section {
    margin-top: 100px;
}

.our-value {
    border: 2px solid #9C9C9C;
    border-bottom: 10px solid #ff6800;
    padding: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.our-value p {
    color: #777;
    font-family: Poppins;
    /* font-size: 28px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}


/* our values  */


/* about video section  */

.about-video {
    margin: 100px 0px;
    position: relative;
    height: 100vh;
    background-image: url(../images/people-working-together-warehouse\ 1\ \(1\).png);
    background-size: cover;
}


/* about video section  */


/* about page design Ends here  */


/* service section starts here  */


/* about story section  */

.process {
    background-image: url(../images/process.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-color: #ddd;
    padding: 40px 0px;
}

.service-story-content {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background-color: #043559;
    position: relative;
}

.service-story-content::before {
    content: url(../images/gear.png);
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-story-content h3 {
    color: #FF6B00;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.service-story-content h2 {
    font-family: Poppins;
    font-weight: 800;
    line-height: normal;
    color: #FF6B00;
    font-size: 50px;
    /* text-transform: uppercase; */
}

.service-story-content>div h2 {
    color: #fff;
}

.service-story-content p {
    color: #fff;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media(max-width:600px) {
    .service-story-content h2 {
        font-size: 34px;
    }
    .service-story-content p {
        width: 90%;
    }
    .service-story-content::before {
        content: url(../images/gear.png);
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.service-story-img {
    padding: 0px;
}

.service-story-img img {
    width: 100%;
}


/* service story section  */


/* service section ends here  */

.contact-page {
    padding: 50px 0px;
    background-color: #f1f1f1;
}

.contact-page-content {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-page-content p {
    color: #FF6B00;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-page-content h2 {
    color: #000;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-page-content h2 span {
    color: #ff6800;
}

.contact-page-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.contact-page-address i {
    color: #ff6800;
}

.contact-page-address>div {
    display: flex;
    flex-direction: column;
}

.custom-form-contact {
    /* background-color: #f7f7f7; */
    padding: 20px 0px;
    border-radius: 5px;
}

.custom-form-contact .form-control {
    border-radius: 0;
}

.custom-form-contact {
    border-radius: 0;
}

.custom-form-contact input {
    background-color: #fff;
    padding: 12px 20px;
}

.custom-form-contact input {
    background-color: #fff;
    padding: 12px 20px;
}

.custom-form-contact textarea {
    background-color: #fff;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    border: none;
}

.quote-button2 {
    width: 100%;
    border: none;
    height: 100%;
    background-color: transparent !important;
    color: #ff6800;
    font-family: poppins;
    font-weight: 600;
    border: 2px solid #ff6800;
    transition: 0.2s;
}

.quote-button2:hover {
    border: 2px solid #ff6800;
    background-color: #ff6800 !important;
    color: #fff;
}


/* map seciton  */

.map-section {
    padding: 80px 0px;
}

.map-section iframe {
    width: 100%;
    height: 80vh;
}


/* map seciton  */


/* blog area design  */

.blog-section {
    padding: 70px 0px;
    background-color: #f1f1f1;
}

.blog-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.blog-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
}

.blog-content h2 {
    color: #ff6800;
    font-size: 25px;
}

.blog-content a {
    text-decoration: none;
    font-family: poppins;
    color: #000;
    font-weight: 700;
}

.blog-content a:hover {
    color: #FF6B00;
}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* blog area design  */