@font-face {
  font-family: 'born_ready_slantedregular';
  src: url('fonts/fontsfree-net-born-ready-slanted-webfont.eot');
  src: url('fonts/fontsfree-net-born-ready-slanted-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/fontsfree-net-born-ready-slanted-webfont.woff2') format('woff2'),
    url('fonts/fontsfree-net-born-ready-slanted-webfont.woff') format('woff'),
    url('fonts/fontsfree-net-born-ready-slanted-webfont.ttf') format('truetype'),
    url('fonts/fontsfree-net-born-ready-slanted-webfont.svg#born_ready_slantedregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* body,
html {
    overflow-x: hidden;
} */

body,
html {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  background-color: #fff;
}

::-moz-selection {
  background-color: var(--theme-primarycolor);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: var(--theme-primarycolor);
  color: #fff;
  text-shadow: none;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

:root {
  --theme-primarycolor: #005523;
  --theme-seconderycolor: #028238;
  --theme-whitecolor: #ffffff;
  --heading: 'born_ready_slantedregular';
}

.c-header {
  border-top: 6px solid var(--theme-seconderycolor);
  border-bottom: 3px solid var(--theme-seconderycolor);
  z-index:9;
  position:relative;
}
.o-phone-number{
  padding:0;
  margin:0;
  list-style:none;
  display: flex;
  justify-content: flex-end;
  color: #1b3373;
  font-size:14px;
}
.o-phone-number > li > a{
  font-size: 16px;
  font-weight: 700;
  text-decoration:none;
  color: #1b3373;
}
.o-phone-number > li > a:hover{
  color:#1cd1f0;
}
.o-phone-number > li + li{
  margin-left:10px;
  border-left:#1b3373 1px solid;
  padding-left:10px;

}
.c-menu-button {
  background: transparent;
  padding: 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  outline: none;
}

.c-menu-button:hover {
  background: transparent;
}

.navbar-nav {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav li {
  margin: 12px 8px;
  line-height: normal;
  position: relative;
}

.navbar-nav li:not(:last-child):before {
  content: '';
  position: absolute;
  top: 2px;
  right: -15px;
  width: 2px;
  background-color: #1b3373;
  height: 85%;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.navbar-nav li:last-child {
  margin-right: 0;
}

.navbar-nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #1b3373;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-nav li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  display: none;
}
.navbar-nav li > ul li{
  width: 100%;
}
.navbar-nav li > ul li a {
  font-size: 12px;
    font-weight: 700;
    color: #1b3373;
    line-height: normal;
    padding: 6px 15px;
}
.navbar-nav li > ul li.current-menu-item a,
.navbar-nav li > ul li.active a,
.navbar-nav li > ul li a:hover{
  background-color: #1b3373;
  color: #fff;
}
.c-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-social-list li a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b3373;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
}

.c-social-list li:not(:last-child) {
  margin-right: 8px;
}

.c-social-list li a:hover {
  color: #fff;
  background-color: #11bcdb;
}

.c-banner-slider-item-in {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;

}

.c-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 600px;
  padding: 100px 0;
  position: relative;
}

.c-banner-content-in h1 {
  font-size: 70px;
  font-weight: normal;
  color: var(--theme-whitecolor);
  font-family: var(--heading);
  line-height: 1.2;
  margin: 0 0 10px;
}

.c-banner-content-in p {
  font-size: 40px;
  font-weight: 300;
  color: var(--theme-whitecolor);
  line-height: 1.4;
  margin: 0 0 20px;
}

.c-cmn-btn {

  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  color: var(--theme-whitecolor);
  background-color: var(--theme-seconderycolor);
  border-radius: 0;
  padding: 18px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  text-align: center;
}

.c-cmn-btn:hover {
  background-color: var(--theme-primarycolor);
  color: var(--theme-whitecolor);
}

.c-banner-content-in {
  max-width: 570px;
}

.c-banner-content-in .c-cmn-btn {
  min-width: 280px;
}

.c-banner-content-in p.banner-subtitle {
  position: absolute;
  bottom: 40px;
  right: 0;
  margin-bottom: 0 !important;

}

.c-banner-slider .slick-dots {
  max-width: 1296px;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

.c-banner-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: var(--theme-whitecolor);
  color: transparent;
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  opacity: 0.9;
}

.c-banner-slider .slick-dots li.slick-active button:hover {
  opacity: 1;
}

.c-banner-slider .slick-dots li:not(:last-child) {
  margin-right: 7px;
}

.c-banner-slider-item-in::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.02) 53%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(53%, rgba(0, 0, 0, 0.02)), color-stop(54%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.02) 53%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
}

.c-planing-sec-inner{
 background: #dfffec;
 padding: 50px;
 text-align:justify;
}

.c-planing-sec-inner .c-section-header {
  text-align: justify !important;
 
}
.c-planing-sec-inner h2{
    font-size: 56px;
	text-align:center;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin: 0 0 5px;
}

.c-planing-sec {
  padding: 100px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.c-section-header {
  text-align: center;
  margin-bottom: 40px;
 
}

.c-section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0 0 5px;
}

.c-section-header h3 {
  font-size: 36px;
  font-weight: 300;
  color: var(--theme-primarycolor);
  line-height: 1.1;
  margin: 0 0 20px;
}

.c-section-header h3 span {
  color: var(--theme-seconderycolor);
}

.c-section-header p {
  font-size: 22px;
  font-weight: 300;
  color: #191919;
  line-height: 1.5;
}

.c-planing-item-in {
  text-align: center;
}

.c-planing-item-in img {
  margin-bottom: 20px;
}

.c-planing-item-in p {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-primarycolor);
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.c-planing-list {
  margin-bottom: 40px;
}

.c-wwd-sec {
  background-color: var(--theme-primarycolor);
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.c-wwd-sec .container {
  z-index: 2;
}

.c-wwd-sec .c-wwd-sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: soft-light;
  opacity: 0.4;
}

.c-sec-head h2 {
  font-size: 50px;
  font-weight: 400;
  color: var(--theme-whitecolor);
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.c-sec-head p {
  font-size: 22px;
  font-weight: 300;
  color: var(--theme-whitecolor);
  line-height: 1.4;
  margin: 0;
}

.c-wwd-sec .c-sec-head {
  margin: 0 0 40px;
}

.c-wwd-item .c-wwd-item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--theme-whitecolor);
  min-height: 120px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-wwd-list {
  max-width: 780px;
  margin: 0 auto;
}

/* .c-wwd-item .c-wwd-item-in img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */


.gallery_part {
    width: 100%;
    float: left;
    margin: 15px 0;
}
.gallery_pic {
    width: 100%;
    float: left;
    height: 250px;
    overflow: hidden;
}
.gallery_pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.gallery_title {
    width: 100%;
    float: left;
    background: #fd3c7a;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
	font-size: 30px;
}

.c-wwd-item .c-wwd-item-in:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(39%) saturate(3997%) hue-rotate(145deg) brightness(101%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(77%) sepia(39%) saturate(3997%) hue-rotate(145deg) brightness(101%) contrast(88%);
  /* -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}

.c-wwd-item .c-wwd-item-in:hover {
  color: #1cd1f0;
  border-color: #1cd1f0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-mvp-sec {
  padding: 80px 0;
}

.c-mvp-sec .c-sec-head {
  margin-bottom: 40px;
  margin-bottom: 40px;
}

.c-mvp-sec .c-sec-head h2 {
  color: #1b3373;
}

.c-mvp-sec .c-sec-head p {
  color: #191919;
}

.c-mvp-item-in {
  background-color: #000;
  position: relative;
  height: 100%;
}

.c-mvp-item-in img {
  width: 100%;
  height: 100%;
  opacity: 0.64;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mvp-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-mvp-list {
  --bs-gutter-y: 1px;
  --bs-gutter-x: 1px;
  margin-bottom: 40px;
}

.c-mvp-overlay span {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.c-mvp-sec-btn-wpr a {
  min-width: 450px;
  text-align: center;
}

.c-about-item-img-wpr {
  background-color: #000;
  position: relative;
  height: 270px;
}

.c-about-item-img-wpr img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-about-item-img-wpr::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  border: 2px solid #fff;
  border-bottom: 0;
  z-index: 2;
}

.c-about-content {
  background-color: #1b3373;
  padding: 25px;
  text-align: justify;
  color: #fff;
}

.c-about-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0 0 15px;
}

.c-about-content p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.c-about-content p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.c-about-content p a:hover {
  color: var(--theme-seconderycolor);
}

.c-partner-sec {
  padding: 80px 0;
}

.c-partner-sec .c-sec-head {
  margin-bottom: 40px;
}

.c-partner-sec .c-sec-head h2 {
  color: #1b3373;
}

.c-partner-sec .c-sec-head p {
  color: #191919;
}

.c-partner-btm-slider-outer {
  position: relative;
  padding: 0 65px;
}

.c-partner-sld-btn-wpr .c-part-sld-awr {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-partner-sld-btn-wpr .c-part-sld-awr.part-sld-prev {
  left: 0;
}

.c-partner-sld-btn-wpr .c-part-sld-awr.part-sld-next {
  right: 0;
}

.c-about-btm-slider-item-in {
  padding: 0 5px;
}

.c-about-btm-slider-item-in img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;

}

.c-about-sec-wpr,
.c-partner-sec {
  position: relative;
  z-index: 2;
}

.c-about-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  width: 100%;
}

.c-about-bg img {
  width: 100%;
}

.c-main-footer {
  background-color: #005523;
  border-top: 6px solid #03c352;
  padding-top: 65px;
}

.c-footer-top-head {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

.c-footer-top-head span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.c-footer-top-col p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}

.c-footer-top .row {
  --bs-gutter-x: 60px;
}

.c-footer-top-col .c-address-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-footer-top-col .c-address-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer-top-col .c-address-list li i {
  width: 44px;
  height: 44px;
}

.c-footer-top-col .c-address-list li .c-address-right {
  width: calc(100% - 44px);
  padding: 0 0 0 10px;
}

.c-footer-top-col .c-address-list li .c-address-right a {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

.c-footer-top-col .c-address-list li .c-address-right a:hover {
  color: #21d380;
}

.c-footer-top-col .c-address-list li:not(:last-child) {
  margin-bottom: 20px;
}

.c-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-footer-social li a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #1b3373;
  font-size: 22px;
  border-radius: 50%;
}

.c-footer-social li:not(:last-child) {
  margin-right: 8px;
}

.c-footer-social li a:hover {
  color: #fff;
  background-color: #11bcdb;
}

.c-footer-navwpr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin-top: 50px;
}

.c-footer-navwpr ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-footer-navwpr ul li {
  padding: 0 15px;
}

.c-footer-navwpr ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.c-footer-navwpr ul li.current-menu-item a,
.c-footer-navwpr ul li.active a,
.c-footer-navwpr ul li a:hover {
  color: #11bcdb;
}

.c-footer-copyright {
  padding: 25px 0;
  text-align: center;
}

.c-footer-copyright p {
  margin: 0;
  font-family: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}

.c-footer-copyright p a {
  color: #fff;
  text-decoration: none;
}

.c-footer-copyright p a:hover {
  color: #11bcdb;
}
.c-about-item-in{
  background-color: #1b3373;
    height: 100%;
}
.c-about-item{
  margin-bottom: 30px;
}


/* responsive */
@media (min-width: 992px) {
  .c-menu-button {
    display: none;
  }
  .navbar-nav li:hover > ul{
    display: block;
  }
}

@media (max-width:1399px) {
  .c-banner-slider .slick-dots {
    max-width: 1116px;
  }
}

@media (max-width:1199px) {
  .c-banner-slider .slick-dots {
    max-width: 936px;
  }

    .navbar-brand {
        width: 180px;
    }
    .navbar-nav li:not(:last-child):before {
    top: 1px;
  }
  .navbar-nav li a {
    font-size: 10px;
  }
  .navbar-nav li {
    margin: 0 10px;
  }
}

@media (max-width: 991px) {
  .navbar-nav li {
    margin: 0;
  }
  .navbar-nav li a{
    font-size: 18px;
    padding: 10px 20px;
  }
  .navbar-nav li:not(:last-child):before{
    display: none;
  }
  .offcanvas-header .btn-close{
    width: 42px;
    height: 42px;
    padding: 5px;
    opacity: 1;
    margin-left: auto;
  }
  .navbar-nav li > ul{
    width: 100%;
    position: relative;
  }
}

@media (max-width: 575.98px) {
  .c-about-item-img-wpr {
    height: 200px;
  }
  .c-footer-navwpr ul {
    flex-wrap: wrap;
  }
  .c-section-header p {
    text-align: justify;
  }
  .c-footer-top .row {
    --bs-gutter-x: 20px;
}
}
@media (max-width:479px) {
    .c-mvp-sec-btn-wpr .c-cmn-btn {
      font-size: 15px;
      min-width: 100%;
    }
}