.top-category-widget-area .single-cat-widget:hover .overlay-bg {
    background: rgba(206, 160, 108, 0.85);
    margin: 7%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.relative {
    position: relative;
}

.whole-wrap {
    background-color: #f9f9ff
}

.generic-banner {
    margin-top: 60px;
    background-color: #cea06c;
    text-align: center
}

.generic-banner .height {
    height: 600px
}

@media (max-width: 767.98px) {
    .generic-banner .height {
        height: 400px
    }
}

.generic-banner .generic-banner-content h2 {
    line-height: 1.2em;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content h2 br {
        display: none
    }
}

.generic-banner .generic-banner-content p {
    text-align: center;
    font-size: 16px
}

@media (max-width: 991.98px) {
    .generic-banner .generic-banner-content p br {
        display: none
    }
}

.page-header-section {
    height: 500px;
    padding-top: 200px;
}


.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px
}

.home-banner-area .overlay {
    background: rgba(5, 10, 52, 0.6);
}

.banner-area .overlay-bg {
    background: rgba(7, 4, 31, 0.6)
}


.home-banner-area .template-name {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 24%;
    left: -1%;
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff1c;
}

@media (max-width: 767px) {
    .home-banner-area .template-name {
        display: none
    }
}

.home-banner-area .fullscreen {
    height: 900px
}

@media (max-width: 1199.98px) {
    .home-banner-area .fullscreen {
        height: 700px
    }
}

.home-banner-area .banner-content {
    margin-top: 25%
}

@media (max-width: 991px) {
    .home-banner-area .banner-content {
        margin-top: 37%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .home-banner-area .banner-content {
        margin-top: 50%;
        text-align: center
    }
}

.home-banner-area .banner-content h1 {
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .home-banner-area .banner-content h1 {
        font-size: 45px;
        line-height: 60px
    }
}

@media (max-width: 991.98px) {
    .home-banner-area .banner-content h1 br {
        display: none
    }
}

@media (max-width: 414px) {
    .home-banner-area .banner-content h1 {
        font-size: 40px;
        line-height: 50px
    }
}

.home-banner-area .banner-content p {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

.home-banner-area .banner-content .primary-btn {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px
}

.home-banner-area .banner-content .primary-btn:hover {
    border: 1px solid #cea06c
}

.banner-area p {
    margin-bottom: 0px;
    color: #fff
}

.head-bottom-meta {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff
}

.relative {
    position: relative;
}

/*about*/


@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px
    }
}

.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

#about .years .display-1 {
    font-size: 10rem;
    line-height: 9rem;
    color: #54b9e1;
}

#about .years h5 {
    letter-spacing: 30px;
    margin-right: -30px;
}


.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.text-center {
    text-align: center !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.pe-3 {
    padding-right: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

h5,
.h5 {
    font-size: 1.25rem;
}

.d-flex {
    display: flex !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.rounded {
    border-radius: 10px !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.lh-base {
    line-height: 1.5 !important
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

/*.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,*/
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

/*test*/

top-category-widget-area {
    background-color: #f9f9ff
}

.top-category-widget-area .single-cat-widget {
    position: relative;
    text-align: center
}

.top-category-widget-area .single-cat-widget .overlay-bg {
    background: rgb(84 185 225 / 84%);
    margin: 7%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget img {
    width: 100%
}

.top-category-widget-area .single-cat-widget .content-details {
    top: 32%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    bottom: 0px;
    position: absolute
}

.top-category-widget-area .single-cat-widget .content-details h4 {
    color: #fff;
    font-size: 1.2rem;
}

.top-category-widget-area .single-cat-widget .content-details span {
    display: inline-block;
    background: #fff;
    width: 60%;
    height: 1%
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
    background: #1985a6eb;
    margin: 7%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 991px) {
    .top-category-widget-area .single-cat-widget {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) .section-gap {
    padding: 70px 0;
}

.section-gap {
    padding: 130px 0;
}

/*comparison*/

.features-area {
    padding-bottom: 80px
}

@media (max-width: 991px) {
    .features-area {
        padding-bottom: 20px
    }
}

.feature-item {
    padding: 0px 17px;
    text-align: center;
    margin-bottom: 50px
}

.feature-item i {
    margin-bottom: 35px;
    font-size: 65px;
    border: 1px solid #9499a5;
    padding: 36px 41px;
    display: inline-block;
    color: #263a4e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 767px) {
    .feature-item i {
        margin-bottom: 20px
    }
}

.feature-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.feature-item p {
    margin-bottom: 0px
}

.feature-item:hover i {
    border: 1px solid #54b9e1;
}

.feature-item:hover h4 {
    color: #54b9e1;
}

.section-gap-top {
    padding-top: 130px;
}

.feature-item i {
    margin-bottom: 35px;
    font-size: 65px;
    border: 1px solid #9499a5;
    padding: 36px 41px;
    display: inline-block;
    color: #263a4e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}



/*font*/


.section-title h4 {
    font-size: 2.5rem;
    color: #54b9e1;
    font-weight: 400;
}

@media (max-width: 991px) .section-title h2 {
    font-size: 30px;
}

@media (max-width: 991px) .section-title h2 {
    margin-bottom: 5px;
    margin-top: 0px;
}

.section-title h2 {
    color: #fff;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*about 1*/


.section-title1 {
    color: #3b8fb0;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section-title1 {
    margin-bottom: 15px;
}

h4,
.fw-medium {
    font-weight: 500 !important;
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw);
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 1200px) .display-5 {
    font-size: 3rem;
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.2;
}

h1,
.fw-bold {
    font-weight: 600 !important;
}

.g-6 .gy-6 {
    /* --bs-gutter-y: 3rem; */
}

.g-6,
.gx-6 {
    --bs-gutter-x: 3rem;
}

.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

:root {
    --blue: #54b9e1;
    --primary: #54b9e1;
}

/*ethonal*/

.g-5 {
    --bs-gutter-y: 3rem;
}

.g-5 {
    --bs-gutter-x: 3rem;
}

.bg-primary {
    background-color: #54b9e1 !important
}

.service::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/technology/tech_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    margin-bottom: 50px;
}

.ethonalpara {
    color: #fff !important;
}


.ethonal {
    margin-top: 0;
    margin-bottom: 0.5rem;
    /*font-family: "Oswald", sans-serif;*/
    font-weight: 500;
    text-transform: uppercase !important;
    line-height: 1.2;
    color: #fff;
}

.bb,
bb {
    margin-top: 0;
    margin-bottom: 0.5rem;
    /*font-family: "Oswald", sans-serif;*/
    font-weight: 500;
    /*text-transform: uppercase !important;*/
    line-height: 1.2;
    color: #fff;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-dark {
    color: #0b5472 !important;
    text-transform: uppercase !important;
    font-weight: 500;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    /*z-index: 1;*/
}

.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

@media (min-width: 992px) .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

@media (min-width: 768px) .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

/*modal2*/



.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both;
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px;
}

@media (max-width: 768px) .w3-modal {
    padding-top: 160px;
}

@media (max-width: 600px) .w3-modal {
    padding-top: 30px;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 600px) .w3-modal-content {
    margin: 0 10px;
    width: auto !important;
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}


/*RAW MATERIAL*/

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.py-5 {
    padding-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/*.text-primary {
    color: #E88F2A !important;
}*/

.text-primary {
    color: #fffffffa !important;
}

.section-title h1 {
    display: inline-block;
    background: #54b9e100;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 60px;
}

h5 .font-weight-medium {
    font-weight: 500 !important;
}

.bcb {
    font-size: 1.25rem;
    font-weight: 500 !important;
    color: #fff !important;
}

.bcb-1 {
    color: #fff !important;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.bg-dark {
    background-color: #3790b4 !important;
}

.border-inner {
    position: relative;
}

.bg-secondary {
    background-color: #54b9e1b0 !important;
}

.text-start {
    text-align: left !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

/*
.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}*/

/*featured*/


.featured-item {
    display: block;
    position: relative;
    border: 3px solid #54b9e1;
}

.featured-item img {
    min-width: 100%;
}

.featured-item .site-btn {
    position: absolute;
    z-index: 1;
    min-width: 162px;
    padding: 23px 30px;
    left: calc(50% - 61px);
    bottom: -30px;
    text-transform: uppercase;
    background: #b09d81;
}

.spad {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*HPV*/

.flipper {
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.block-2 {
    margin-bottom: 0;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.block-2:hover .back,
.block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.block-2:hover .front,
.block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.block-2,
.block-2 .front,
.block-2 .back {
    width: 100%;
    height: 330px;
}

.block-2 .flipper {
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.block-2 .front,
.block-2 .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.3s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.3s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.3s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.3s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}

.block-2 .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-2 .front:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.block-2 .front .box {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.block-2 .front .box h2,
.block-2 .front .box p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.block-2 .front .box h2 {
    font-size: 20px;
    font-weight: 600;
}

.block-2 .front .box p {
    font-size: 12px;
}

.block-2 .back {
    background: #54b9e1;
    -webkit-box-shadow: 0 0 70px -10px rgb(0 0 0 / 40%);
    box-shadow: 0 0 70px -10px rgb(0 0 0 / 40%);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.block-2 .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.block-2 .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.block-2 .author .image {
    width: 40px;
}

.block-2 .author .image img {
    border-radius: 50%;
    max-width: 100%;
}

.block-2 .author .name {
    color: #fff;
    font-weight: 600;
}

.block-2 .author .position {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: normal;
}

@media (max-width: 991.98px) {
    .block-2 .back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .block-2 .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

/*HPV 2*/

/*.about_story {
  padding-top: 145px;
  padding-bottom: 115px;
}*/

@media (max-width: 767px) {
    .about_story {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_story {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

.about_story .story_heading h3 {
    font-size: 38px;
    font-weight: 400;
    color: #040E27;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .about_story .story_heading h3 {
        margin-bottom: 30px;
    }
}

.about_story .story_info {
    margin-bottom: 52px;
}

.about_story .story_info p {
    margin-bottom: 18px;
}

.about_story .story_thumb {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .about_story .story_thumb .thumb {
        margin-bottom: 30px;
    }
}

.about_story .story_thumb .thumb.padd_1 {
    padding-right: 58px;
}

@media (max-width: 767px) {
    .about_story .story_thumb .thumb.padd_1 {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_story .story_thumb .thumb.padd_1 {
        padding-right: 0;
    }
}

.about_story .story_thumb .thumb img {
    width: 100%;
}

.mb-4,
.my-4 {
    /* margin-bottom: 1.5rem !important; */
}

h3 span {
    background: #54b9e1;
    padding: 0 0px;
    color: #222222;
    display: inline-block;
}

/*HPV OPERARION*/

.section-tittle span {
    background-color: rgba(103, 133, 255, 0.1);
    padding: 5px 17px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
    font-family: "Raleway", sans-serif;
    color: #54b9e1;
    text-transform: capitalize;
    display: inline-block;
    color: #54b9e1;
    border-radius: 30px;
}

.section-tittle h2 {
    font-size: 40px;
    display: block;
    color: #54b9e1;
    font-weight: 600;
    text-transform: normal;
    line-height: 1.4;
}

.pt-top {
    padding-top: 110px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.offer-services .single-offers {
    position: relative
}

.offer-services .single-offers .offers-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.offer-services .single-offers .offers-caption .cat-icon img {
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .offer-services .single-offers .offers-caption .cat-icon img {
        margin-bottom: 9px
    }
}

.offer-services .single-offers .offers-caption .cat-cap {
    padding: 0 102px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offer-services .single-offers .offers-caption .cat-cap {
        padding: 0 10px
    }
}

@media (max-width: 575px) {
    .offer-services .single-offers .offers-caption .cat-cap {
        padding: 0 10px
    }
}

.offer-services .single-offers .offers-caption .cat-cap h5 > a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-transform: capitalize
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offer-services .single-offers .offers-caption .cat-cap h5 > a {
        font-size: 21px
    }
}

@media (max-width: 575px) {
    .offer-services .single-offers .offers-caption .cat-cap h5 > a {
        font-size: 23px;
        margin-bottom: 10px
    }
}

.offer-services .single-offers .offers-caption .cat-cap p {
    margin-bottom: 36px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offer-services .single-offers .offers-caption .cat-cap p {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .offer-services .single-offers .offers-caption .cat-cap p {
        margin-bottom: 0px
    }
}

.offer-services .single-offers .offers-caption:hover .cat-cap h5 {
    color: #263a4e
}

/*HPV OPERARION*/
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.pb-20 {
    padding-bottom: 20px;
}

/*bio-fuel*/

.bg-light {
    background: #ccc;
}

@media (min-width: 768px)
    .site-section {
    padding: 3em 0;
}

.site-section {
    padding: 1.5em 0;
}


@media (min-width: 768px) {
    .site-section {
        padding: 4em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 3rem;
    }
}

.text-black {
    color: #000 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

eatl, .eatl {
    line-height: 1.7;
    color: gray;
    font-weight: 400;
    font-size: 12px;
}

eatb, .eatb {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.section-titlez {
    color: #54b9e1;
    font-size: 40px;
    font-weight: 900;
}

.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
  text-align: center !important; }


/*achievment*/

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check.success li:before {
    color: #71bc42;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -0.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


.circle-bg {
  position: relative; }
  .circle-bg:after {
    width: 300px;
    height: 300px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -90px;
    background: #f8f9fa; }
    @media (max-width: 991.98px) {
      .circle-bg:after {
        bottom: 0px;
        right: -10px;
        display: none; } }
    @media (max-width: 767.98px) {
      .circle-bg:after {
        display: none; } }

figure {
    margin: 0 0 1rem;
}
figure {
    display: block;
}

/*Comparisons and Merits*/

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/*modal bootstrap*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}