:root {
    --primary : #0e6241;
    /* --primary : #002866; */
    --secondary : #f7c644;
    --grey : #F6F6F6;
    --text : #333;
    --font: 'Poppins', sans-serif;
}

body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: var(--font) !important;
    width: 100%;
    overflow-x: hidden;
}



h4 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.list-group-horizontal li{
    background: transparent;
    color: #fff;
    padding:15px;
    border:none;
}

a{
    text-decoration: none;
}


/* header css */

/* upper header start here */


.without_border {
    border: none !important;
}

.top_nav {
    padding: 8px 0px;
    background: var(--secondary);
}

.top_nav ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.top_nav .left_list {
    font-weight: 500;
}

.top_nav .left_list li {
    padding: 0px 8px 0px 0px;
    font-size: 14px;
    color: #000;
}

.top_nav .left_list li a {
    color: #000;
    text-decoration: none;
}

.top_nav .inner_top_nav .right_list li i {
    color: #000;
    font-size: 13px;
}

.top_nav .inner_top_nav .right_list li a {
    color: #000;
    text-decoration: none;
    margin: 0px 3px;
    font-weight: 700;
    font-size: 12px;
}

/* upper header end here */

/* main header start here */
.main_header {
    padding: 15px 5px;
    box-shadow: 8px 7px 12px #00000014;
    background-color: var(--primary);
}

nav .in_nav li .nav-link {
    transition: 0.7s;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
}

nav .in_nav li .nav-link:hover {
    color:var(--skyblue) !important;
}

.main_header .btn {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.main_header .navbar-brand img {
    max-width: 105px;
}

.main_header .dropdown ul{
    padding:0px !important;
    border:none;
    background-color: #f2f2f25e;
}
.main_header .dropdown ul li{
    border-bottom: 1px solid #ddd;
}
.main_header .dropdown ul li a{
    font-size: 12px;
    font-weight: 600;
    padding:10px !important;
}
.main_header .dropdown ul li a:hover{
    background-color: #000 !important;
    color: var(--skyblue);
}

/* main header end here */


/* header css end */




/* footer css */


.fourth_footer_section{
    background: #363636;
    padding:20px 0px;
}
.fourth_footer_inner{
    padding:30px 15px;
}
.fourth_footer_inner h3{
    font-size:20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 800;
    color:#fff;
}
.fourth_footer_inner ul{
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
} 

.fourth_footer_inner ul a{
    color:#fff;
}
.fourth_footer_inner ul a:hover{
    color:#fff;
    text-decoration: none;
}
.margin-top_class{
    margin-top:5px;
}
.list-group-horizontal li{
    background: transparent;
    color: #fff;
    padding: 10px 25px 25px 0px;
    border:none;
}
.fourth_footer_inner p{
    color:#fff;
    font-size:16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.fourth_footer_inner .email-input{
    /* margin: 20px 0px; */
    width: 80%;
    height: 40px;
    border: none;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.fourth_footer_inner .submitbtn{
    color: #fff;
    background-color: #cc3333;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px 9px 20px;
    border: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}
.fourth_footer_copright{
    background-color: #2d2d2d;
    color:#fff;
    padding:15px;
    font-family: 'Poppins', sans-serif;
}
.fourth_footer_copright .company_developed{
    text-align: left;
}
.fourth_footer_copright .company_developed a{
    color:#fff;
    text-transform: uppercase;
}

/* footer css end */



/* index css */



.homeAboutSection{
    background-image: url('../images/about-home-bg.jpg');
    padding:80px 00px;
    background-position: center;
    background-size:cover ;
    margin-top:25%;
}

.innerAboutDataSection{
    padding:20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.innerDataSectionDiv h2{
    font-weight: 40px;
    font-weight: 900;
    color: var(--primary);
}

.innerDataSectionDiv{
    margin-bottom: 30px;;
}

.innerDataSectionDiv p{
    font-weight: 16px;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
}


.innerAboutInfoSection{
    padding:20px;
}

.innerAboutInfoSection h4{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.innerAboutInfoSection h2{
    margin:20px 0px;
    font-size: 48px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--primary);
}

.innerAboutInfoSection p{
    font-size: 14px;
    font-weight: 500;
    color:var(--text);
}

.innerAboutInfoSection a{
    font-size: 14px;
    padding:15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    background-color: var(--secondary);
}




.homeWidgetSection  {
    padding: 60px 0px;
    background-color: #fff;
}

.homeWedgetDiv{
    padding:20px;
}
.widHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
}

.widHeader h2{
    font-size: 18px;
    font-weight: 800;
}

.widHeader a{
    font-size: 12px;
    font-weight: 500;
}


.newsShow{
    display: flex;
    margin-bottom: 20px;
}

.dateDiv{
    margin-right:25px;
    background-color: #000;
    color:#fff;
    width:70px;
    height:70px;
    padding: 5px 5px 10px 5px;
}

.dateDiv{
    text-align: center;
}
.newsShow h4{
    font-size: 30px;
    font-weight: 900;
}
.newsDiv h4{
    font-size: 16px;
    height:40px;
    overflow: hidden;
    color:var(--primary);
    font-weight: 900;
}
.newsDiv p{
    color: var(--text);
}
.newsShow p{
    font-size: 16px;
    font-weight: 500;
}

.voln h4{
    font-size: 18px;
    font-weight: 800;
}
.galleryHome img{
    width: 100%;
    height:80px;
    margin-bottom: 15px;
}

.galleryHome a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;color: var(--primary);
    text-decoration: underline;
}




.Blogsection{
    padding:60px  00px;
    background-color: var(--grey);
}
.Blogsection h2{
    font-size: 38px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}

.Blogsection p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


.innerBlog img{
    width:100%;
    height:220px;
}
.innerBlog .blogText {
    background-color: #fff;
    padding:20px;
}
.innerBlog .blogText h2 {
    font-size: 20px;
    text-align: left;
    color:var(--primary);
    margin:20px 0px;
}

.innerBlog .blogText p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.innerBlog .blogText p i{
    margin-right: 10px;
}

.innerBlog .blogPublish{
    background-color: var(--secondary);
    padding:20px;
    display: flex;
    justify-content:space-between;
    color:var(--primary);
}
.innerBlog .blogPublish p{
    font-size: 14px;
    font-weight: 500;
}
.marginTopDiv{
    margin-top:60px;
}
/* index css end */




/* contact page css start */

.contactPage{
    padding:60px 20px;
}

.contactPageForm, .contactPageOtherSide{
    background-color: #0e624138;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 40px 30px 40px 30px;
    border-radius: 8px;
}
.contactPageForm label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color:#666;
}

.contactPageForm input{
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
    font-size:14px;
}
.contactPageForm input:focus{
    border:1px solid #cecece;
}
.contactPageForm textarea:focus{
    border:1px solid #cecece;
}
.contactPageForm input[type=button]{
    font-size: 14px;
    font-weight: 400;
    height:47px;
    background-color: var(--blue);
    border-radius: 4px;
    width: 150px;
    color:#fff;
    transition: 0.8s;
}
.contactPageForm input[type=button]:hover{
    font-weight: 800;
    background-color:transparent;
    color:var(--blue);
    border:2px solid var(--blue);
}
.contactPageForm textarea{
    font-size:14px;
    padding: 13px 18px;
    max-width: 100%;
    color: #999999;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    background: #f9f9f9;
    border-radius: 2px;
}
.contactPageForm form div div{
    margin-bottom: 20px;
}
.contactPageForm iframe{
    border-radius: 8px;
    margin-bottom: 25px;
}
.contactPageForm form{
    padding: 35px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.form-control:focus {
    color: #212529;
    background-color: #f9f9f9;
    box-shadow: 0 0 0 0;
}

.widjets_section h4{
    font-size: 18px;
    font-weight: 800;
}
.widjets_section p{
    font-size: 14px;
    font-weight: 400;
}
.widjets_section a{
    color:#000;
    font-weight: 400;
    text-decoration: none;
}
.appointmentcontant h4{
    font-weight: 800;
    font-size: 18px;
}
.appointmentcontant h2{
    font-weight: 800;
    font-size: 28px;
}
.appointmentcontant p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 25px;
}
.appointmentcontant a{
    color: var(--blue);
    text-align: center;
    text-decoration: none;
    border:2px solid var(--blue);
    border-radius: 4px;
    padding:8px 25px;
    font-weight: 600;
}
.appointmentcontant a i{
    margin-right:5px;
}
/* contact page css end */



/* braudcumb css start here */

.braud_cumb_section {
    background-image: url('../images/braud.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.inner_brud {
    /* background-color: #ffffffc2; */
    padding: 100px 10px;
    color: #fff;
}

.inner_brud h3 {
    font-size: 32px;
    font-weight: 900;
}

.inner_brud p {
    font-size: 18px;
    font-weight: 400;
}


/* braudcumb css end here */


.innerBlog{
    margin-bottom: 30px;
}
.contactPage .Blogsection{
    background-color: transparent !important;
}

.contactPage .Blogsection .innerBlog{
    background-color:#ddd !important;
}
.contactPage  .blogText{
    background-color:#ddd !important;
}

.contactPage  .blogText p{
    overflow: hidden;
    height: 82px;
}



.blogView{
    background-color: var(--grey);
    padding:80px 20px;
}
.blogView img{
    width:100%;
}

.innerViewBlog{
    background-color: #fff;
    padding:40px 20px;
}
.innerViewBlog h3{
    font-size:32px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--primary);
}
.innerViewBlog ul {
    margin-bottom: 20px;
    font-size:16px;
    font-weight: 500;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--primary);
}

.innerViewBlog p{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 15px;;
}

.signUpLinkSection{
    padding:60px 20px;
}

.signUpImage img{
    width: 100%;
    border-radius: 8px;
}

.signUpText h3{
    font-size: 32px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 15px;
}

.signUpText p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--primary);
}

.signUpText a{
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary);
    color: var(--secondary);
    padding:10px 30px;
    text-transform: uppercase;
    border-top: 4px;
    width: fit-content;
}

.signUpText{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding:20px;
}




.card_section{
    background-color: #fff;
    margin-top: -116px;
  }
  .card_section .row {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .1) !important; 
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    
  }
  .card_section .row {
    --bs-gutter-x: 0.1rem;
    --bs-gutter-y: 0;
  }
  
  .card_section .inner_card_section{
    margin-top: -50px;
    position: absolute;
    width: 85%;
    padding: 40px 30px;
  } 
  .card_section .row .card {
    border-right: 1px dotted #282828;
    background-color: #fff;
    
  } 
  .card_section .inner_card_section .card {
    padding: 40px 30px;
  }
  .card_section .inner_card_section .with_out_border{
    border-right: none !important;
  }
  .card_section .inner_card_section .card .card-body h1{
    margin: 15px 0px;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 800;
    color: var(--primary);
    -webkit-font-smoothing: antialiased;
  
  }
  .card_section .inner_card_section .card .card-body p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 17px;
    line-height: 27px;
    color: #555;
    letter-spacing: -0.2px;
    font-weight: 300;
  }
  .card_section .inner_card_section .card .card-body a{
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }
  /* media quary for card  */
  @media only screen and (max-width: 991px) 
  {
    .card_section{
      margin-top: 50px;
    }
    .card_section .inner_card_section{
      position: relative !important;
      width: 100% !important;
    }
    .card_section .inner_card_section .row{
      display: flex !important;
      justify-content: center !important ;
      align-items: center;
    }
    .card_section .inner_card_section .card{
      margin-top: 10px;
      border-bottom: 1px dotted #282828;
      border-right: none;
      width: 100%;
    }
    .card_section .inner_card_section .with_out_border{
      border: none;
    }
    .text{
      margin: 0px !important ;
    }
  }



  
/* carousel start here */
/* .carousel .carousel-item img{
  height: 500px;
} */
.overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 60px;
    border-radius: calc(0.25rem - 1px);
    flex-direction: column;
    color: #fff;
    background-color: #0e624157 !important;
  }
  .card{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
  }
  
  
  
  .btn_area .btn {
    border: 2px solid #fff;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    margin:  0 10px;
    transition: 0.7s;
  }
  
  .btn_area .btn:hover{
    border: 2px solid #fff;
    background-color: #fff;
    color: #152736;
  }



  nav .in_nav li .nav-link:hover {
    color: var(--secondary) !important;
}




/* about us css */

.AboutImageMain img{
    width: 100%;
}
.AboutTextMain {
    padding: 40px 20px;
}

.AboutTextMain h2{
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--primary);
}

.AboutTextMain h4{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin:20px 0px;
}

.AboutTextMain p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.aboutOther{
    padding:60px 20px;
    background-color: #f0f0f0;
}
.innerOtherAbout{
    padding:20px;
}

.innerOtherAbout h3{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--primary);
}

.innerOtherAbout p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--text);
}

.innerOtherAbout a{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--secondary);
    padding:5px 20px;
    border-radius: 4px;
    background-color: var(--primary);
}

.managmentSection{
    padding:60px 20px;
}

.managmentSection h2{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.managmentSection p{
    font-size: 14px;
    font-weight: 400;
}
.manaSec{
    text-align: center;
}

.manaSec img{
    margin-bottom: 15px;
    border-radius: 28px;
}

.servedSection{
    padding:40px 20px;
    text-align: center;
}

.servedSection h3{
    color: var(--primary);
    font-size: 42px;
    font-weight: 900;
}


.missionVision{
    padding:60px 20px;
    background-color: var(--grey);
}

.missionVision img{
    width: 100%;
    height: 220px;
}

.innerMission div{
    padding:20px;
    background-color: #fff;
}
.innerMission h4{
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;;
}
.innerMission p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
/* about us css end */


/* news section */

.newsSection{
    padding:60px 20px;
    background-color: var(--grey);
}

.details{
    padding:15px 5px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin-bottom: 35px;
    font-weight: 900;
}
.innerNewsSection .table h3{
    font-size: 18px;
    font-weight: 800;
}
.innerNewsSection .table{
    font-size: 14px;
    font-weight: 400;
}
/* news section end */


.vandorSection .innerManagement{
    border-bottom: 3px solid var(--text);
    padding-bottom: 15px;
}

.errorMsg {
    font-size: 12px;
    font-weight: 800;
    color: red;
    margin-top: 20px;
}



/* paginaion */

.pagination .active{
    color:#fff !important;
    background-color: #069292;
}
.check_page{
    display: none !important;
}
.Show_check_page{
    display: block !important;
}
.pagination li {
    margin:0px 5px;
    display: inline;
}

.pagination{
    justify-content: center !important;
    margin-top:30px;
    display: flex;
}
.pagination li{
    background:#333;
    color:#fff;
    font-size: 14px;
    padding:10px 18px;
    transition:0.8s;
    border-radius: 4px;
}
.pagination li:hover{
    background:#069292;
}
.pagination li a{
    color:#fff;
}


