@font-face {
      font-family:RubikRegular;
      src: url('RubikRegular.ttf')
    }



a {
    list-style: none;
    text-decoration: none !important;
}
body {
    background-color: #d1ecf9;
    font-family: 'RubikRegular';
}

/* top header css */
#header {
    background: linear-gradient(270deg, #a9d7ef 0%, rgb(22 82 112) 100%);
    position: relative;
}

#header .header-links {
    padding: 2px 40px;
    position: relative;
    z-index: 1;
}

.headertopleft {
    padding: 0px 0px;
}

.header-links .btn-sm-square {
    width: 25px;
    height: 25px;
}

#header .header-links::before {
    content: "";
    width: 92%;
    height: 100%;
    background-color: #003550;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 16px;
    transform: skewX(0deg);
}

#header .header-links .text_title {
    position: relative;
}

#header .header-links .text_title::before {
    content: "";
    position: absolute;
    right: 20px;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header-links .text_title::after {
    content: "";
    position: absolute;
    right: 16px;
    width: 1px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header small.text_header {
    z-index: 1;
}

#header .header_top h1 {
    font-size: 15px;
    font-family: 'RubikRegular';
    position: relative;
    padding-right: 14px;
}

#header .header_top h1::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header_top h1::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header_top .btn-sm-square {
    background: #c6c2c6;
}

/* bottom header css */
.header-logo {
    max-width: 270px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.navbar {
    padding: 0px 20px;
    background: #41aee7;
}

.header-logo::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -10%;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: #c0eaff;
    /*transform: skewX(30deg);*/
}

.header-logo::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -11%;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #c0eaff;
    /*transform: skewX(-30deg);*/
}

.header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 50px;
    padding-left: 30px;
    position: relative;
}

.header-inner::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 1.5px;
    height: 22px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.header-inner::after {
    content: "";
    position: absolute;
    left: 8px;
    width: 1px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.header-icons .icon-btn {
    border: 3.5px solid #ffffff;
    color: #fff;
    background-color: #2ebc53;
    font-size: 38px;
    padding: 5px 10px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.contact-content {
    padding: 0 0 0 25px;
}

.contact-content .contact-text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: normal;
    position: relative;
}

.contact-content .contact-title {
    font-size: 20px;
}

.contact-content .contact-title a {
    color: #fff;
}

/* slider css */
#slider .owl-carousel .owl-carousel-item {
    position: relative;
}

#slider .header-carousel .owl-carousel-item {
    position: relative;
}

#slider .header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40%;
    left: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-shadow: 10px 10px 20px;
}

#slider .header-carousel .owl-carousel-item .img-fluid2 {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 50%;
}

#slider .header-carousel .owl-carousel-text .title {
    color: #109C3D;
    font-size: 24px;
    font-weight: 600;
}

#slider .header-carousel .owl-carousel-text .description {
    font-size: 52px;
    text-transform: capitalize;
}

#slider .header-carousel .owl-carousel-text i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #109C3D;
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

#slider .bubble-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}

#slider .bubble {
    position: absolute;
    bottom: -100px;
    border: 1px solid;
    width: 150px;
    height: 150px;
    background: gold;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    /* border-radius: 50%; */
    background: rgb(0 94 143);
    box-shadow: 0 4px 10px rgb(199 199 199), inset 1px -7px 13px rgb(0 0 0);
    animation: bubble-rise linear infinite;
    opacity: 0;
}

@keyframes bubble-rise {
    0% {
        transform: translateY(-900px) scale(1.2);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }
}

/* service css */
#service-layout1 {
    position: relative;
    z-index: 1;
}

#service-layout1 .service-inner {
    background-color: #41aee7;
    /*border-radius: 20px;*/
    margin-bottom: 15px;
    /*margin-top: 20px;
    transform: translateY(-104px);*/
}

#service-layout1 .service-style3:nth-child(1):hover {
    border-radius: 0px;
}

#service-layout1 .service-style3:nth-child(4):hover {
    border-radius: 0px;
}

#service-layout1 .service-style3 {
    position: relative;
}

/*#service-layout1 .service-style3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background-color: #040a06;
    border-radius: 0 0 30px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3:hover::after {
    visibility: visible;
    opacity: 1;
}

#service-layout1 .service-style3:hover::before {
    visibility: visible;
    opacity: 1;
}*/

/* #service-layout1 .service-style3 .service-content.border-right {
    border-right: 1px solid #063A41;
} */
#service-layout1 .service-style3 .service-content.border-right {
    border-right: 1px solid #fff;
}

#service-layout1 .service-style3:nth-child(4n) .service-content.border-right {
    border-right: none;
}

#service-layout1 .service-style3:first-child .service-content {
    /* border-radius: 30px 0 0px 30px; */
    transition: all 0.5s ease;
}

#service-layout1 .service-style3 .service-content {
    /* background-color: #109C3D; */
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

/*#service-layout1 .service-style3::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    background-color: #040a06;
    border-radius: 30px 30px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}*/

#service-layout1 .service-style3 .icon-btn3 {
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

#service-layout1 .icon-btn3 {
    border: 2px dashed #063A41;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#service-layout1 .icon-btn3 .icon {
    background-color: #fff;
    width: 84px;
    height: 84px;
    padding: 10px;
    line-height: 60px;
    border-radius: 10%;
    transition: all 0.5s ease;
}

#service-layout1 img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

#service-layout1 .service-style3 .service-content .service-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

#service-layout1 .service-style3 .service-content .service-title {
    color: #fff;
    font-family: 'RubikRegular';
    font-size: 25px;
}

.service-text a {
    background-color: #ed0c0c;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    font-size: 18px;
    border-radius: 10px;
}


a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

#service-layout1 .service-style3 .service-content .service-text {
    /* font-size: 14px; */
    padding-top: 12px;
    min-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* #service-layout1 .service-style3 .service-bg1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */
/* #service-layout1 .service-style3:hover {
    margin-top: 20px;
    margin-bottom: 20px;
} */

/* Hide background image initially */
#service-layout1 .service-style3 .service-bg1 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#service-layout1 .service-style3 .service-bg1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

/* On hover: show background image */
#service-layout1 .service-style3:hover .service-bg1 {
    opacity: 1;
    visibility: visible;
}

#service-layout1 .shape-mockup {
    position: absolute;
    z-index: 0;
}

#service-layout1 .service-bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#service-layout1 .service-bg1 img {
    width: 100%;
    height: 100%;
}

/* about css */
#about {
    padding-bottom: 75px;
    position: relative;
}

#about .img-box2 {
    position: relative;
}

#about .img-box2 .img-icon {
    position: absolute;
    left: 65%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 8px solid #bc2e31;
    border-radius: 10%;
    text-align: center;
    line-height: 115px;
    z-index: 1;
    transition: all 0.5s ease;
}

.img-icon{
    position: absolute;
    top: 30px;
    right: 0;
    padding: 2px 0 2px 2px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white-color);
    -webkit-animation: jumpAni 5s linear infinite;
    animation: jumpAni 5s linear infinite;
}

@keyframes jumpAni {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}

#about .img-box2 .img-icon img {
    width: 97%;
    text-align: center;
}

#about .img-box2 .img1 {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
}

/*#about .img-box2 .img1 img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}*/

#about .img-box2 .img2 img {
    
    width: 100%;
}
 #about .img-box2 .img2 {
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-top: 8px solid #d1ecf9;
    border-left: 8px solid #d1ecf9;
} 

#about .img-box2 .img1 img {
    border-radius: 0px 12px;
}

#about .img-box2 .img1:before {
    content: '';
    background-color: #1876a7;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 174px;
    width: 184px;
    z-index: -1;
    border-radius: 10px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}




#about .shape-mockup {
    position: absolute;
}

.img-box2 .shape-mockup img {
    height: 100%;
}

.about-layout1 .title-area {
    margin-bottom: 22px;
    padding-right: 70px;
}

.title-area .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #bc2e31;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: #bc2e31;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-title {
    font-size: 29px;
    font-family: 'RubikRegular';
    text-transform: capitalize;
}

/* .about-layout1 .tab-box {
    margin-bottom: 20px;
} */
#about .about-text {
    margin-bottom: 15px;
}

.tab-box {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.about-layout1.style3 .tab-list .list-title {
    font-family: 'RubikRegular';
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.about-layout1.style3 .tab-list ul {
    padding-left: 0;
}

.about-layout1.style3 .tab-list li:not(:last-child) {
    margin-bottom: 5px;
}

.about-layout1.style3 .tab-list li {
    font-weight: 600;
    line-height: 160%;
}

/* .tab-list li:not(:last-child) {
    margin-bottom: 14px;
} */
.tab-list li {
    list-style: none;
    /* padding-left: 32px; */
    /* position: relative; */
    color: #5E5C78;
}

/* .tab-list li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.tab-box .tab-img {
    position: relative;
}

.about-layout1.style3 .tab-img img {
    border-radius: 13px;
    border: 3px solid #467547;
    padding: 6px;
    width: 100%;
}

.tab-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background-color: hsla(193, 83%, 16%, 0.356);
}

.contact-box {
    align-items: center;
    margin-bottom: 20px;
}

.contact-box .contact-content {
    padding: 0 0 0 14px;
}

.about-layout1.style3 .contact-box .contact-text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.about-layout1.style3 .contact-box .contact-title {
    font-size: 20px;
    color: #000;
}

.about-layout1.style3 .contact-box .contact-title a {
    color: #000;
}

.vs-btn2 {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #040a06;
    background-color: #040a06;
    color: #fff;
    line-height: 1;
    padding: 5px 7px 5px 28px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn2:hover {
    color: #fff;
    border-color: #41aee7;
    background-color: #41aee7;
}

.vs-btn2 i {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #c0eaff;
    border-radius: 50px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.vs-btn2:hover i {
    background-color: #fb0909;
}

#about .shape-mockups .shape1 {
    position: absolute;
    left: 122px;
    top: -75px;
    z-index: -1;
}

#about .shape-mockups .shape2 {
    position: absolute;
    right: 0;
    top: 0px;
}

#about .shape-mockups .shape3 {
    position: absolute;
    right: 120px;
    bottom: 50px;
}

/* gallery css */
#gallery .image-gallery .row>* {
    padding: 0px;
}

#gallery .image-gallery .image-gallery__col img {
    width: 100%;
}

/* #gallery .image-gallery__col {
    overflow: hidden;
    position: relative;
    z-index: 1;
} */

/* #gallery .image-gallery__col:hover::before {
    transform: scaleY(1);
    visibility: visible;
} */

/* #gallery .image-gallery__col::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #109C3D;
    z-index: 2;
    opacity: 70%;
    transform-origin: center;
    transform: scaleY(0);
    visibility: hidden;
    transition: all ease 0.4s;
} */

#gallery .image-gallery__col:hover .image-gallery__col--popup {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 90%;
}

#gallery .image-gallery__col--popup {
    --icon-size: 116px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
    position: absolute;
    width: 116px;
    height: 116px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: var(--bg-color);
    z-index: 4;
    opacity: 90%;
    visibility: hidden;
}

#gallery .image-gallery__col--popup i {
    font-size: 64px;
    color: #ffffff;
    font-size: 64px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease;
}

/* product css */
/* #product {
    background: url(../img/service-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 120px;
} */
#product {
    background: #41aee7;
    padding-top: 120px;
    padding-bottom: 120px;
}

/* #product .product-box {
    padding: 90px 0px;
} */

#product .service-style4 {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#product .service-style4 .service-img {
    position: relative;
    padding: 6px;
    z-index: 1;
}

#product .service-style4 .service-img .service-icon {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 82px;
    height: 82px;
    line-height: 82px;
    background-color: #ffffff;
    left: 50%;
    transform: translate(-50%, 45%);
    border-radius: 100%;
}

#product .service-style4 .icon-btn3 {
    position: absolute;
    top: 8px;
    left: 8px;
    border-color: #000;
}

#product .icon-btn3 {
    border: 2px dashed #063A41;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#product .service-style4 .icon-btn3 .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: #e0e0e0;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#product .service-style4 .icon-btn3 .icon img {
    padding: 10px;
    width: 100%;
}

#product .slick-slide img {
    display: inline-block;
}

#product .service-style4 .service-img img {
    border-radius: 15px;
}

#product .service-style4 .service-body {
    padding: 40px 10px 35px 10px;
    text-align: center;
    position: relative;
}

#product .service-style4 .service-content {
    position: relative;
    z-index: 1;
}

#product .service-style4 .service-title {
    font-size: 22px;
    font-family: 'RubikRegular';
    min-height: 55px;
    font-weight: 600;
    margin-bottom: 10px;
}

#product .shape-mockup2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

#product .owl-nav {
    display: flex !important;
    position: relative;
}

#product .owl-prev {
    position: absolute;
    top: -500px;
    right: 6%;
    color: #000;
    line-height: 0px;
    padding: 15px 15px;
    background: #c0eaff;
    border-radius: 50%;
    border: 2px dashed #bc2e31;
}

#product .owl-next {
    position: absolute;
    top: -500px;
    right: 1%;
    color: #000;
    line-height: 0px;
    padding: 15px 15px;
    background: #c0eaff;
    border-radius: 50%;
    border: 2px dashed #bc2e31;
}

/* #product .owl-carousel .item {
    margin: 10px;
}

#product .owl-carousel .service-style4 {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */

/* testimonial css */
.space {
    padding-top: 50px;
    padding-bottom: 120px;
}

.vs-testi__layout1 {
    background: url(../img/testi-bg121.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 42%;
}

.vs-testi__form1 {
    padding: 55px 48px;
    background-color: #c0eaff;
    border: 8px solid transparent;
    /*border-image: linear-gradient(180deg, rgb(65 144 183) 0%, rgb(14 92 131) 50%);*/
    border-image-slice: 1;
    z-index: 1;
    position: relative;
}

.vs-testi__form1 .title-area {
    margin-bottom: 32px;
}

.vs-testi__form1 .vs-btn {
    width: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #f52402;
    border-radius: 6px;
    padding: 10px 30px;
}

.vs-testi__inner {
    z-index: 0;
    position: relative;
}

.vs-testi__items {
    position: relative;
}

.vs-testi__items::after {
    content: "";
    position: absolute;
    left: -77%;
    bottom: 0;
    width: 177%;
    height: 100%;
    /*background-color: #fff;*/
    z-index: -1;
}

.vs-testi__style1 {
   /* background-color: #c0eaff;*/
    padding: 55px 40px 55px 10px;
    position: relative;
    border-radius: 15px;
}

.vs-testi__icon i {
    color: #bc2e31;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 40px;
    top: 50px;
}

.vs-testi__top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.vs-testi__image {
    max-width: 82px;
    max-height: 82px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px dashed #fff;
    margin-right: 20px;
}

.vs-testi__image img {
    width: 100%;
    border-radius: 50%;
    background-color: #4b7649;
}

.star-rating {
    color: #bc2e31;
    display: inline-flex;
}

.vs-testi__title {
    font-size: 20px;
}

.vs-testi__designation {
    font-size: 16px;
}

.custom-arraw {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    text-align: left;
}

.vs-testi__layout1 .custom-arraw::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14%;
    height: 2px;
    background-color: #109C3D;
}

.vs-testi__layout1 .custom-arraw::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    height: 2px;
    background-color: #109C3D;
}

.custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 7px;
}

.custom-arraw .slick-prev {
    left: 25%;
    position: relative;
}

.custom-arraw .icon-arraw {
    border: 2px dashed #27565C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
}

.icon-btn2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0B3F46;
    border: none;
    line-height: 1;
}

.custom-arraw .slick-next {
    left: 7%;
    position: relative;
}

/* .owl-nav {
    position: relative;
    display: flex;
} */

.vs-testi__layout1 .owl-prev {
    position: absolute;
    background: #ffffff;
    bottom: -15%;
    left: 42%;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
}

.vs-testi__layout1 .owl-next {
    position: absolute;
    right: 42%;
    bottom: -15%;
    background: #ffffff;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
}

/* counter css */
#counter-layout2 {
    /*background-color: #c0eaff;*/
    overflow: hidden;
    position: relative;
}

#counter-layout2 .counter-style1 {
    padding: 100px 0;
}

#counter-layout2 .counter-style1 .media-inner {
    display: inline-flex;
    align-items: center;
}

#counter-layout2 .counter-icon {
    border: 2px dashed #003550;
    border-radius: 50%;
}

.counter-style1 .counter-icon {
    margin-right: 15px;
}

#counter-layout2 .counter-icon .icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-color: #003550;
    margin: 3px;
}

#counter-layout2 .media-title {
    font-size: 40px;
}

.counter-style1 .media-title {
    color: #bc2e31;
    font-weight: 600;
}

.counter-style1 .media-title {
    margin-bottom: 0;
}

.counter-style1 .count-icon {
    color: #bc2e31;
    font-size: 36px;
    display: inline-block;
    font-weight: 500;
}

.counter-style1 .media-count {
    display: inline-flex;
    align-items: center;
}

#counter-layout2 .media-text {
    color: #003550;
    text-transform: uppercase;
}

#counter-layout2 .shape-mockup {
    position: absolute;
}


/* blog css */
#blog {
    background: url(../img/blog-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#blog .news {
    border-radius: 30px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
}

#blog .news .blog-img {
    border-radius: 15px;
    max-height: 223px;
    overflow: hidden;
    position: relative;
}

#blog .news .blog-cate {
    position: absolute;
    bottom: 0;
    background-color: #109C3D;
    left: 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 12px 40px 12px 22px;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

#blog .blog-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(16, 156, 61);
    background: linear-gradient(0deg, rgba(16, 156, 61, 0.2973564426) 0%, rgba(255, 255, 255, 0) 95%);
}

#blog .blog-content {
    padding: 27px 22px 25px 22px;
}

.blog-inner-author {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

#blog .blog-inner-author .blog-date {
    color: #5F5D76;
}

#blog .blog-inner-author i {
    color: #4b7649;
}

#blog .blog-inner-author a i {
    margin-right: 8px;
}

#blog .blog-title {
    font-size: 26px;
    font-family: 'RubikRegular';
    font-weight: 600;
    line-height: normal;
}

.blog-btn {
    position: relative;
}

.blog-btn::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    background-color: #8DB69A;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-btn .link-btn .icon {
    border: 1.9px dashed #4b7649;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    transition: all 0.5s ease;
}

.blog-btn .link-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #bc2e31;
    color: #fff;
    border-radius: 50%;
    margin: 1.5px;
    text-align: center;
    transition: all 0.5s ease;
}

#blog .owl-nav {
    display: flex;
    position: relative;
    display: none;
}

/* #blog .owl-prev {
    position: absolute;
    left: 45%;
    color: #fff;
    line-height: 0px;
    padding: 10px 10px;
    background: #000;
    border-radius: 50%;
} */

/* #blog .owl-next {
    position: absolute;
    right: 45%;
    color: #fff;
    line-height: 0px;
    padding: 10px 10px;
    background: #000;
    border-radius: 50%;
} */

/* footer css */
#footer-layout {
    position: relative;
}

#footer-layout .widget-area {
    background: #040a06;
}

#footer-layout .widget-area {
    padding-top: 30px;
    padding-bottom: 0px;
}

#footer-layout .footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

#footer-layout .footer-widget {
    margin-bottom: 40px;
}

#footer-layout .footer-widget .footer-logo img {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

#footer-layout .widget {
    position: relative;
}

#footer-layout .footer-text {
    color: #ffff;
    margin-bottom: 18px;
}

#footer-layout .footer-wrapper .contact-box {
    margin-bottom: 25px;
}

/* #footer-layout .contact-box {
    display: flex;
    align-items: center;
} */

/* #footer-layout .contact-box .icon {
    border-right: 1px solid #0B6538;
    padding-right: 14px;
} */

/* #footer-layout .contact-box .contact-content {
    padding: 0 0 0 14px;
} */

/* #footer-layout .contact-box .contact-title {
    font-size: 22px;
    line-height: 145%;
} */

/* #footer-layout .contact-box .contact-text {
    font-weight: 700;
    color: #109C3D;
} */

#footer-layout .social-style1 {
    display: inline-flex;
    align-items: center;
}

.social-style1 .social-title {
    display: inline-block;
    font-size: 15px;
    position: relative;
    margin-right: 15px;
    padding-right: 14px;
    line-height: 165%;
    color: #fff;
    font-weight: 700;
}

.social-style1 .social-title::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1.5px;
    height: 22px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-title::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 14px;
    background-color: #51757A;
    top: 50%;
    transform: translateY(-50%);
}

.social-style1 .social-icon a {
    width: 40px;
    height: 40px;
    background-color: #003550;
    border: 1px solid #fff;
}

.social-style1 a {
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

#footer-layout .widget_title {
    position: relative;
    font-family: 'RubikRegular';
    padding-bottom: 8px;
}

.footer-widget .widget_title {
    position: relative;
    padding-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 45px;
    padding: 0;
    border: none;
}
.packg-text h4{
    font-family: 'RubikRegular';
    
}
#footer-layout .widget_title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #bc2e31;
    bottom: -8px;
    z-index: 1;
    left: 0;
}

#footer-layout .widget_title::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #fff;
    bottom: -8px;
    left: 0;
}

#footer-layout .widget_categories ul {
    column-count: 2;
}

.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-layout .widget_categories ul li {
    position: relative;
    font-size: 15px;
}

#footer-layout .widget_categories a {
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

#footer-layout .footer-wrapper .gallery-thumb {
    border: 3px solid #109C3D;
    border-radius: 10px;
}

#footer-layout .sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #bc2e31;
}

#footer-layout .sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #109C3D;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

#footer-layout .sidebar-gallery .gallery-thumb img {
    transition: all ease 0.4s;
    width: 100%;
    height: 70px;
    transform: scale(1);
}

#footer-layout .copyright-wrap {
    text-align: center;
    background-color: #c0eaff;
    position: relative;
}

#footer-layout .copyright-text {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 0;
}

#footer-layout .copyright-text a {
    color: #fff;
}

#footer-layout .copyright-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -55px;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: #1876a7;
    transform: skewX(50deg);
    z-index: -1;
}

#footer-layout .copyright-box .copyright-title {
    color: #003550;
    margin: 0;
    padding: 10px 0;
}

#footer-layout .copyright-box .copyright-title a {
    color: #003550;
}

.btn.btn-bg {
    color: #fff;
    background-color: #109c3d;
}

/* -----about inner page css ---- */
#aboutpage .about-layout1 {
    padding-top: 120px;
}

/* -----contact inner page css ---- */
#contactpage .contact-style1 .contact-inner {
    padding: 0;
    border-bottom: 2px dashed rgba(156, 155, 155, 0.4509803922);
    padding-bottom: 35px;
    margin-bottom: 25px;
}

#contactpage .contact-address {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 15px;
    max-width: 40ch;
}

#contactpage .contact-address span {
    color: #109C3D;
    text-transform: uppercase;
    font-weight: 700;
}

#contactpage .contact-style1 .contact-box:not(:last-child) {
    margin-bottom: 30px;
}

#contactpage .contact-box {
    align-items: center;
}

#contactpage .contact-style1 .contact-icon {
    background-color: #003550;
    border: 4px solid rgba(255, 255, 255, 0.349);
    border-radius: 50%;
    padding: 20px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    z-index: 1;
    transition: all 0.5s ease;
}

#contactpage span.social-title {
    font-size: 19px;
}

#contactpage .social-icon {
    font-size: 18px;
}

#contactpage a {
    margin-right: 14px;
}

#contactpage .form-group {
    margin-bottom: 1rem;
    position: relative;
}

#contactpage .form-style2 select,
.form-style2 .form-control,
.form-style2 .form-select,
.form-style2 textarea,
.form-style2 input {
    background-color: #EEF1F2;
    height: 70px;
    border-radius: 10px;
}

#contactpage textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 6px;
}

.vs-btn {
    font-size: 18px;
    border: 2px solid#fff;
    background-color: #003550;
    color: #fff;
    padding: 10px 30px;
    border-radius: 9999px;
}

/* -----service inner page css ---- */
#servicepage #service-layout1 .service-inner {
    margin: 60px 0px;
    transform: translateY(0px);
}

/* -----service details inner page css ---- */
#servicespage .portfolio-Details {
    position: relative;
}

#servicespage .portfolio-Details .widget_categories.style2 {
    background-color: #F0F3F4;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 45px;
}

#servicespage .portfolio-Details .widget_categories.style2 .widget_title {
    background-color: #003550;
    color: #ffffff;
    padding: 20px 30px;
    font-weight: 700;
    margin-bottom: 0;
}

#servicespage .portfolio-Details .widget_categories.style2 .widget_content {
    padding: 30px 35px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    border-left: 2px solid #CDD5D6;
    border-right: 2px solid #CDD5D6;
    border-bottom: 2px solid #CDD5D6;
}

#servicespage .widget_categories li {
    display: block;
    position: relative;
}

#servicespage .widget_categories li i {
    margin-right: 6px;
    padding: 2px 0px 0px 0px;
}

#servicespage .widget_categories li a {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #CDD5D6;
    margin-bottom: 11px;
}

#servicespage .contact-box2 {
    background-color: #003550;
    border-radius: 15px;
    text-align: center;
    padding: 60px 40px;
    position: relative;
    border: 2px solid #667B7D;
    box-shadow: 0 -6px 3px -2px #c0eaff;
}

#servicespage .contact-box2 .portfolio-title {
    color: #ffffff;
    margin: 0 auto 20px;
}

#servicespage .contact-box2 .icon-btn {
    display: inline-block;
    background-color: #bc2e31;
    color: #ffffff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin-bottom: 32px;
    border-radius: 50%;
}

#servicespage .contact-box2 .contact-title {
    color: #ffffff;
    margin-bottom: 2px;
}

#servicespage .contact-box2 p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

#servicespage .contact-box2 .shape-mockup {
    position: absolute;
    right: 60%;
    bottom: 0px;
}

#servicespage span.shape-mockup {
    position: absolute;
}

/* -----category inner page css ---- */
#servicespage #category {
    margin-top: 70px;
    margin-bottom: 70px;
}

#servicespage #category .card-header {
    background: #063a41;
}

#servicespage #category .product-items.products {
    background: #1876a7;
    padding: 10px;
    border-radius: 20px;
}

#servicespage #category .product-items.products img {
    border-radius: 10px 10px 0px 0px;
}

#servicespage #category .product_text {
    text-align: center;
    line-height: 25px;
    padding-top: 8px;
}
.packg-text{
    width: 98%;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 2px #ccc;
    height: 90%;
    background-color: #c0eaff;
}

.footer-logo img {
    width: 100px;
}

#gallery {
    padding-bottom: 3%;
}

.packg-text a {
    color: #fff;
    background-color: #003550;
    padding: 8px 10px;
    border-radius: 7px;
}

#servicespage #category .product_text a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#servicespage #category input.form-control {
    margin-right: 5px;
    color: #fff;
    background: #063a41;
}

#servicespage #category .btn.btn-primary {
    color: #FFFFFF;
    background: #109c3d;
}

#servicespage #category .input-group .btn {
    background: #109c3d;
    border: 2px solid;
}

#servicespage #category input::placeholder {
    color: #fff !important;
}

#servicespage .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
}

#servicespage .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    left: 10px;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
    background: #109c3d;
}

#servicespage .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    right: 10px;
    padding: 10px;
    line-height: 0px;
    border-radius: 50%;
    background: #109c3d;
}

#servicespage .images_product_node {
    background: #003550;
}

#blogpage #blog .blog-title {
    font-size: 20px;
}

#galleryspage #gallery .image-gallery__col {
    position: relative;
}

#galleryspage #gallery .image-gallery__col .gallery_title {
    position: absolute;
    bottom: -5px;
    left: 5px;
}

#galleryspage #gallery .image-gallery__col .gallery_title h1 {
    color: #000000;
    font-size: 20px;
    background: #fff;
    padding: 2px 15px;
}
section#about {
    padding-top: 4%;
}

.vs-testi__layout1 .back{
    background-color: #41aee7;
    border-radius: 0px 20px 20px 0px;
}

.vs-testi__layout1 .back .col-lg-5 {
    padding-left: 0px;
}

.vs-testi__layout1 .back .col-lg-7 .vs-testi__text {
    color: #fff;
}
.vs-testi__layout1 .back .col-lg-7 h5,
.vs-testi__layout1 .back .col-lg-7 h3{
    color: #c0eaff;
}


.testimonial_title {
    padding-top: 5%;
}

#servicespage .overlay-text {
    position: absolute;
    top: 25%;
    left: 0;
    transform: translate(0%, 0%);
}
.footrpack {
    color: #fff;
    display: block;
    width: 50%;
}
.image-gallery {
    padding: 2%;
}





/* --------------------------------------------------- */
#imageModal .modal-content {
    padding: 15px 15px;
}