/*=========================================================
                     css common style 
===========================================================*/

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*=======================================================
                      Common
=========================================================*/
/* body {
  font-family: "Poppins", sans-serif;

} */

body{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    line-height: 1.75;
    font-weight: 400;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}


h4{
    font-weight: 600 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #0a7772;
    font-weight: 400;
}


p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2c2a2a;
}

li {
    font-size: 16px;
}

ul,
ol {
    /* margin: 0px;
    padding: 0px;
    list-style-type: none; */
}
.lead {
     font-size: 18px;
    font-weight: 300;
}



.py-5
 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.text-style {
    color: #01986f;
}
.py-all {
    padding: 15px;
}
.card.cstylebg {
    box-shadow: 0px 0px 10px #9acde6;
    border: 1px solid #69c2ed;
}

.btn-outline-primary {
    --bs-btn-color: #01986f;
    --bs-btn-border-color: #01986f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01986f;
    --bs-btn-hover-border-color: #01986f;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01986f;
    --bs-btn-active-border-color: #01986f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #01986f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #01986f;
    --bs-gradient: none;
}

li.card-text {
    margin-bottom: 10px;
    list-style: square;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #01986f;
    border-color: var(--bs-btn-hover-border-color);
}

/* =====header_style */
        :root {
            --primary-color: #2C3E50;
            --secondary-color: #3498DB;
            --accent-color: #E74C3C;
            --light-bg: #ECF0F1;
        }
        
        /* body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            background-color: var(--light-bg);
        } */
        
        /* .navbar {
            background-color: var(--primary-color);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        } */
        .navbar-collapse {
            flex-basis: 100%;
            flex-grow: unset;
            align-items: end;
        }
        nav.navbar.navbar-expand-lg.navbar-dark {
            position: sticky;
            top: 0;
            background: white;
            z-index: 999;
            box-shadow: 0px 0px 14px 0px #009a70;
        }

        
        .navbar-brand {
            font-size: 1.5rem;
            font-weight: bold;
            color: white !important;
        }
        
        .nav-link {
            color: #413e3e !important;
            transition: color 0.3s ease;
        }
        
        .nav-link:hover {
            color: var(--accent-color) !important;
        }
        
        .btn-primary {
            background-color: var(--secondary-color);
            border-color: var(--secondary-color);
        }
        
        .btn-primary:hover {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }
        
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
            .footer {
                background-color: #01986f33;
                color: #000000;
                padding: 2rem 0;
            }

        /* Navigation styles */
        /* .navbar {
            background-color: var(--primary-color);
            padding: 1rem 0;
        } */

        .navbar-nav .nav-link {
            padding: 0.5rem 1rem;
            font-weight: 500;
            font-size: 16px;
        }
        .navbar {
            --bs-navbar-padding-x: 0;
            --bs-navbar-padding-y: 0;
        }
        .dropdown-menu {
            border: none;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 0.5rem;
            font-size: 16px;
        }

        .dropdown-item {
            padding: 0.5rem 1rem;
            border-radius: 4px;
            transition: all 0.2s ease;
        }

        .dropdown-item:hover {
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            color: var(--primary-color);
        }

        .navbar-nav .nav-item {
            margin-right: 0.5rem;
        }

        .navbar-nav .dropdown-toggle::after {
            margin-left: 0.5rem;
            vertical-align: middle;
        }

        /* Footer styles */
        .footer h5 {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .footer ul li {
            margin-bottom: 0px;
        }

        .footer a {
            text-decoration: none;
            transition: opacity 0.2s ease;
            font-size: 16px;
            font-weight: 300;
            color: black !important;
        }

        .footer a:hover {
            opacity: 0.8;
        }

        .social-links {
            display: flex;
            align-items: center;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
            transition: all 0.2s ease;
        }

        .social-links a:hover {
            background-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        .social-links i {
            font-size: 1.1rem;
        }


.container.nstyle_con {
    max-width: 50%;
}
/* ===========home section2 img---- */
.section-title h2 {
    font-size: 28px;
    color: #00726C;
    padding-top: 10px;
    position: relative;
    padding-top: 0;
    font-weight: 500;
}
.section-title h2::before {
    content: '';
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: #fdcc30;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title {
    padding-bottom: 40px;
}

.abt-main-block img {
    transition: .5s ease;
}


.abt-main-block {
    position: relative;
    border: 2px solid #fdc203;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.abt-main-block img:hover{
    transform: scale(1.1);
    transition: .5s ease;
}
.hover-img{
    overflow: hidden;
}
.hover-img img{
    transition: .5s ease;

}

.hover-img img:hover{
    transform: scale(1.1);
    transition: .5s ease;
}

.wwo-card:hover img{
    transform: scale(1.1);
    transition: .5s ease;
}

    .nenifit_secsub {
    margin-top: 30px;
}

/* ======home===== */
    p.extracls {
    text-align: center;
    font-size: 18px;
    color: #000000;
}
/* .sec_bg {
    background: beige;
    padding: 30px;
} */
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(135 180 167) !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 400;
    /* text-align: justify; */
}

.fw-bold {
    font-weight: 500 !important;
}

    .card-body.nstyle3 {
    /* align-items: flex-end; */
    /* border: 1px solid #FF9800; */
    border-bottom: 2px solid #01986f;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 3px 1px #4fae94;
}


/* ================ */
.count {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 28px;
    font-weight: 600;
    color: midnightblue;
}

    .counter-wrapper {
    position: relative;
    background: url(../images/SLIDE_1NW.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.counter-wrapper-tint {
    background: #bbdfe0e8;
}
  /* .counter-wrapper{
  background: #333;
   background-image:url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
  background: cover;
  background-position: center center;
} */
.counter-wrapper:after{
  content: '';
  /* position: absolute; */
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}



img.img_style {
    width: 80px;
    border-radius: 10%;
    padding: 5px;
    box-shadow: 0px 0px 4px 2px #01986f;
}


/* ===========service sec=== */
.section-services {
	/* font-family: "Poppins", sans-serif; */
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 10px #9acde6; 
    border: 1px solid #69c2ed;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    /* background-color: #FF9800; */
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
    border: 2px solid #FF9800;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #2d292b;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	/* color: #fff; */
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	/* color: #fff; */
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	/* color: #fff; */
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	/* background-color: #fff; */
}




/*// section 3 styles //*/

	/* .inner_slide{
  background: #333;
   background-image:url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
  background: cover;
  background-position: center center;
  	background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
} */

section.inner_slide {
    position: relative;
    background: url(../images/SLIDE_1NW.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}



.inner_slide.tent {
    background: #002147d6;
}

    .card-body.nstyle2 {
    border: 4px solid #FF9800;
    border-radius: 3%;
    margin: 6px;
      transition: .5s ease;
}
.card-body.nstyle2:hover{
    transform: scale(1.1);
    transition: .5s ease;
}

/*======================================================
                  animation styles
========================================================*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Thm Btn Css */

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    color: white;
    background-color: #dba500;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    gap: 15px;
    z-index: 2;
    text-align: center;
    border: 2px solid #fff;
}

.thm-btn::after {
    content: "";
    background-color: #1f1094cf;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--Freshflow-white-rgb), .15);
    border-radius: 10px;
    font-size: 14px;
    color: var(--Freshflow-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover span {
    background-color: var(--Freshflow-white);
    color: var(--Freshflow-base);
    transition-delay: 200ms;
}

.thm-btn:hover span i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
    background-color: #fff;
    padding: 10px;
    color: #000;

}

.thm-btn:hover {
    color: var(--Freshflow-white);
}

/* ====maped===== */
    h5.text_blcksub {
    text-align: center;
}

.table_content {
    margin-top: 30px;
}


tr.table-header.nstyle1 th {
    background: #01986f;
    color: white;
    padding: 10px;
    border: 2px solid;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}
tr.table-row.nstyle td {
    font-size: 16px;
    text-align: center;
    border: 2px solid gainsboro;
}

.nstyle_new {
    padding: 20px;
    background: #dcdcdc42;
    border-radius: 10px;
}
/*=======================================================
                     imp dates section
=======================================================*/

.infographic18_block {
  border: 2px solid;
  position: relative;
  padding: 5px;
  border-radius: 20px;
}

.infographic18_block::after {
  content: "";
  display: block;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: -24px;
  bottom: 204px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.infographic18_block::before {
  height: 100%;
  width: 50%;
  content: "";
  right: 0;
  top: 0;
  border-radius: 0 17px 17px 0;
  display: block;
  position: absolute;
  z-index: 1;
}

.infographic18_main {
    background-color: #8bc34a57;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 10px;
    border-radius: 67px;
    z-index: 1;
    position: relative;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
}

.infographic18_main i {
  font-size: 30px;
  border: 4px solid;
  padding: 15px;
  border-radius: 50%;
  transition: .5s ease;
  margin-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.infographic18_block:hover .infographic18_block::before {
  width: 100%;
}

.infographic18_block:hover i {
  border-style: solid;
}

.infographic18_block.one:hover i {
  background-color: #03325a;
  transition: .5s ease;
  color: #fff !important;
}

.infographic18_block.one:hover h4 {
  color: #03325a;
  transition: .5s ease;
}

/* .infographic18_block.two:hover i {
  background-color: #ec9d00;
  transition: .5s ease;
  color: #fff !important;
}

.infographic18_block.two:hover h4 {
  color: #ec9d00;
  transition: .5s ease;
} */


.infographic18_block.three:hover i {
  background-color: #EE3818;
  transition: .5s ease;
  color: #fff !important;
}

.infographic18_block.three:hover h4 {
  color: #EE3818;
  transition: .5s ease;
}


.infographic18_main h4 {
  font-size: 20px;
  margin: 0;
  color: #000;
  font-weight: 400;
}

.infographic18_block.one {
  border-color: #03325a;
}

.infographic18_block.one::before {
  background-color: #03325a;
}

.infographic18_block.one::after {
  border-left: 30px solid #03325a;
}


.infographic18_block.two {
  border:none;
}

/* .infographic18_block.two::before {
  background-color: #ec9d00;
} */

/* .infographic18_block.two::after {
  border-left: 30px solid #e49700;
} */


.infographic18_block.three {
  border-color: #EE3818;
}

.infographic18_block.three::before {
  background-color: #EE3818;
}

.infographic18_block.three::after {
  border-left: 30px solid #EE3818;
}


.infographic18_block.three::after {
  display: none;
}


img.cls_icons {
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px #81bbab;
    padding: 7px;
}

/*--------- testimonil ------------------*/

.carousel-inner.nstyle_nwt {
    border: 1px solid #fdcc3036;
    box-shadow: 0px 0px 6px 0px #01986f;
    border-radius: 10px;
}

    .img_subStye {
    padding: 10px;
    border: 2px solid #01986f;
    /* border-radius: 38px; */
}

/* =====engkish inner page */
    button.nav-link.nstyletab.active {
    width: 100%;
    background: aliceblue;
    border: 2px solid #84baaa3d;
    font-size: 18px;
    font-weight: 600;
}

    button.nav-link.nstyletab {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

li.nav-item.nstyles {
    width: 50%;
}

.tab_continner {
    padding: 10px;
    background: #dcdcdc45;
    margin-top: 30px;
}
.tab_continner ul li {
    background: white;
    padding: 10px;
}

/* ===================
accordian
===============================*/
    button.accordion-button.collapsed {
    background: #cce8e2;
    padding: 15px;
    font-size: 14px;
    color: #000000;
    border: 2px solid #00996f30;
    border-radius: 5px !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}


.accordion-button:not(.collapsed) {
       background: white;
    font-size: 16px;
    border: 2px solid #01986f;
    color: green;
}

/* ====================footer======== */

    section.class_footer_mainsec
 {
    margin: 60px;
}

        .footer {
            background-color: cadetblue;
            color: #000000;
            padding: 2rem 0;
        }

        .nimg_style {
            background: white;
            padding: 10px;
            /* border: 5px solid #ff980085; */
            margin: 10px 0px;
        }

        .footer_h5{
            color: wheat;
            border-bottom: 2px solid white;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        ul.list-unstyled li a {
            font-size: 16px;
            font-weight: 500;
            word-break: break-all;
        }

        ul.list-unstyled li {
            list-style: disc;
            margin-left: 20px;
            padding-right: 0px;
        }

        div#toolbarContainer {
            display: none;
        }
