/*------------------------------------------------------------------
Last change:    24/08/21 [fixed Float bug, vf]

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

  01. Theme Default Css


  -------------------------------------------------------------------*/

  :root {
    --blue: #2E3888;
    --light-green:#EBFEF1;
    --green: #016939;
    --light-black: #263238;
    --black:#000000;
    --white:#fff;
    --bg-color: #e6e6e6;
    --border: .1rem solid rgba(0,0,0,.2);
    --box-shadow: .4rem .4rem 1rem #ccc, -.4rem -.4rem 1rem #fff;
  }
  @font-face {
    /* font-family: 'Segoe UI Regular'; */
    font-family: Segoe UI Regular;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Segoe UI.woff');


    font-display: fallback;
    }


/*
==========================================
   01. Theme Default CSS
==========================================
*/

html {
  scroll-behavior: smooth;
  margin: 0px;
}
body {
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {

  margin-bottom:0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  transition: .2s linear;
}
input,
select,
textarea {
  outline: none;
  border: none;
}
a,
i,
button,
img,
input,
span,
*:before,
*:after {
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
}
.btn:focus {
  outline: none !important;
  box-shadow: none;
}
button:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.form-control:focus {
  border:1px solid #ced4da;;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus {
  color: inherit;
  outline: medium none;
  transform: scale(1);
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
p {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
}
.custom-btn{
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  background:var(--green);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  outline: none;
  font-size: 16px;
  border: none;
  transition: .3s;
  border-radius: 25px;
}
.blue-btn{
  background: var(--blue);
}
.border-btn{
  background:transparent;
  border: 2px solid var(--green);
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--green);

}
.underline {
  text-decoration: underline;
}
.content-top-space {
  margin-top: 45px;
}

.box_shadow {
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #0404040d;
  /* box-shadow: var(--box-shadow); */
  background: #fff;
}
.section-padding{
  padding-top: 75px;
}
.content-top-space {
  margin-top: 45px;
}
.content-top-space-25{
  margin-top: 30px;
}

.content-bottom-space{
  margin-bottom: 45px;
}
.banner-content p {
  text-align: justify;
}

.text-white{
  color: #fff;
}
.f-right{
  float: right;
}
.f-left{
  float: left;
}
.color-9{
  color: #9a9a9a;
}
/*Defalt Margin and padding*/
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

/*margin-bottom*/

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*padding -top*/

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}


.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}



.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}


.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}
.margin-50{
  margin: 50px 0px;
}
.inner-shadow {
  box-shadow: 3px 4px 5px 6px #c7c7c7;
}

.flex-col {
  flex-direction: column;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}
.flex-1{
  flex: 1;
}

.relative {
  position: relative;
}

.justify-center {
  justify-content: center;
}
.justify-betwen {
  justify-content: space-between;
}
.items-end {
  align-items: flex-end;
}
.d-grid{
  display: grid;
  gap: 15px;
}
.clear{
  clear: both;
}
.form-control{
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.section-heading{
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  color: var(--green);
  padding-bottom: 10px;
  /* text-transform: uppercase; */
  position: relative;
  display: inline-block;
}
.sub-bar{
  line-height: 45px;
  position: relative;
  display: inline-block;
}
.section-heading.heading-bar:before,
.sub-bar:before  {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background:var(--green);
}
.sub-heading{
  font-size: 30px;

}
.sub-title{
  font-size: 25px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;

}
.font-20,
.font-16-i,
.font-28,
.font-25,
.font-18-b
{
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  font-family: 'Open Sans', sans-serif;
}
.font-28{
  font-size: 25px;
}
.font-25 {
  font-size: 22px;
}
.font-16-i{
  font-size: 16px;
  font-weight:normal;
  font-style: italic;
}
.font-18,
.font-18-b {
  font-size: 18px;
}
.black-c{
  color: var(--black);
}
.white-c{
  color: var(--white);
}
.font-w-400{
  font-weight: 400;
}
.font-w-600{
  font-weight: 600;
}

.load-more-btn,
.details-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: var(--green);
  display: inline-block;
  position: relative;
  padding-right: 35px;
  margin-top: 10px;
}
.load-more-btn:after,
.load-more-btn:before,
.details-btn:after{
  content: "";
  top: 50%;
  right: 0px;
  width: 25px;
  height: 1.5px;
  position: absolute;
  background-color: var(--green);
}
.load-more-btn{
  padding-left: 35px;
  color: var(--black);
}
.load-more-btn:after,
.load-more-btn:before{
  background-color: var(--black);
}
.load-more-btn:after{
  left: 0px;
}
.custom-btn:hover{
  color: #fff;
}
.border-btn:hover {
  color: var(--green);
}
.green-overly{
  position: relative;
}
.green-overly:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  background-color: var(--light-green);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pattern {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #707070;
  display: block;
  transition: opacity .2s ease;
  border-radius: 50%;
  margin: 10px 5px;
  }

  .owl-carousel .owl-dots .owl-dot.active span,
  .owl-carousel .owl-dots .owl-dot:hover span {
  background: #000000;
  width: 15px;
  }
  .bg {
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.before-srarting-img> ul >li {
  padding-left: 50px;
}
.before-srarting-img> ul >li {
  position: relative;
  padding-left: 40px;
  margin: 25px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color:#263238;
}
.before-srarting-img> ul >li:before {
  content: url(../img/checked.png);
}
.before-srarting-img> ul >li:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 3px;
  text-align: center;
}
.nearest-dh .find-header-tab .nav-item {
  width: auto;
}

.all-header-tab.nav-tabs .nav-link {
  padding: .5rem 0rem;
}
.all-header-tab .nav-link.active {
  position: relative;
  background: transparent;
  color: #000;
  font-weight: 700;
}

.all-header-tab .nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #878787;
  font-weight: 400;
  font-size: 25px;
  display: inline-block;
  margin-right: 30px;

}
.all-header-tab.nav-tabs .nav-link,
.all-header-tab.nav-tabs{
  border: none;
}
.all-header-tab .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 4px;
  background: #2E3192;
}
.tabs-navs .dots{
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #707070;
  display: block;
  transition: opacity .2s ease;
  border-radius: 50%;
  margin: 10px 5px;
}


.tabs-navs .dots:hover,
.tabs-navs .dots.active {
    background: #000000;
    width: 15px;
}
.opens-40{
  font-family: 'Open Sans', sans-serif;
}
.opens-30{
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.ratting-i{
  color: #E7B900;
}
.grid{
  position: relative;
}
.grid-5{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.flex-2{
  flex: 2;
}

.bg-green{
  background-color: var(--green);
}
.bg-blue{
  background-color: var(--blue);
}
.bg-l-green{
  background: var(--light-green);
}
.j-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


/* font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Ubuntu', sans-serif; */
