
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');
body{
	font-size:16px;
	background: #fff;
  color:#000;
    margin:0 auto;
    font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
}


select,input,textarea{box-shadow:none;outline:0!important;}



html,body{
    height: 100%;
	position: relative;
    z-index: 2;
	overflow-x: hidden;
}

/* Menu Bar CSS  Start */

.header img {
  border-radius: 10px;
  height: 80px;
}
.header_in {
  text-align: right;
  margin-left: auto;
  /* right: 70px; */
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;

}
.header_in p {
  margin-bottom: 0px;
  margin-right: 10px;
}
.header {
  background: transparent;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
  padding: 15px 20px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
}

button {
  background:transparent;
  border:none;
  width:30px;
  height:30px;
  cursor:pointer; 
  outline:0;
}

.toggle span {
  width:29px;
  height:3px;
  background:#fff;
      display: block;
  position:relative;
  coursor:pointer;
}

.toggle span:before,
.toggle span:after {
  width:29px;
  height:3px;
  background:#fff;
  
  content:'';
  position:absolute;
  left:0;
  transition: all 0.3s ease-out;
}

.toggle span:before {
  top:-8px;
}

.toggle span:after {
  top:8px;
}

.toggle span.toggle {
  background:transparent;
}

.toggle span.toggle:before {
  top:0;
  transform:rotate(-45deg);
  background:#ffd106;
  
}

.toggle span.toggle:after {
  top:0;
  transform:rotate(45deg);
  background:#ffd106;
}

.sidebar {
  background: #373903;
  /* background: #80850a; */
  width: 235px;
  position: absolute;
  top: 180px;
  right: -235px;
  height: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease-out;
  z-index: 9;
}

.sidebar ul {
  list-style:none;
  padding-left: 0px;
}

.sidebar ul li {
  display:block;
  
}

.sidebar ul li a {
  padding:8px 15px;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  display:block;
  position:relative;
  z-index:1;
  transition:all 0.3s ease-out;
  font-weight:500;
}

.sidebar ul li a:before {
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  right:50%;
  transform:translate(-50%,-50%);
  width:0;
  height:1px;
  background:#ffd106;
  z-index:-1;
  transition:all 0.3s ease-out;
}

.sidebar ul li a:hover:before {
  width:100%;
}

.sidebar ul li a:hover {
  color:#ffd106;
}

.sidebarshow {
  right:0;
}

  /* Menubar CSS End */


  /* Hero Slider CSS Start */

 
  
  .hero-slider {
    width: 100%;
    height: 900px;
    overflow: hidden; 
    /*border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;*/
  }
    .hero-slider .carousel-cell {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; 
      position: absolute;
    }
      .hero-slider .carousel-cell .inner {
    position: absolute;
    top: 300px;
    transform: translateY(0%);
    text-align: left;
    width: 85%;
    margin: auto;
    left: 100px;
}
       .subtitle {
          font-family: "Roboto Slab", serif;
          font-size: 2.2rem;
          line-height: 1.2em;
          font-weight: 200;
          font-style: italic;
          letter-spacing: 3px;
          color: rgba(255, 255, 255, 0.5);
          margin-bottom: 5px; }
        .title {
          font-family: "Montserrat", sans-serif;
          font-size: 50px;
          line-height: 1.2em;
          margin-bottom: 5px;
          width: 40%;
          font-weight: 700;
          color: #fff;
          margin-top: 5px;
          text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        }
  .inner p{
    width: 40%;
    font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.hero-slider .primary-btn, .hero-slider .secondary-btn{
  padding: 14px 30px;
  font-size: 18px;
}

        .primary-btn {
          border: 1px solid #771f1d;;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease;
  background: #771f1d;
  font-weight: 500;
  border-radius: 50px;
  margin-right: 20px;
          }

 .primary-btn:hover
{
  background: #fff;
  color:#771f1d;
  
}

.secondary-btn{
  border: 1px solid #6d7103;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease;
  background: #6d7103;
  font-weight: 500;
  border-radius: 50px;
}

.secondary-btn:hover
{
  background: #fff;
 color:#6d7103;
}
.btn-section{
  margin: 100px 0;
  display: inline-flex;
}
          .hero-slider .carousel-cell .inner .btn:hover {
            background: #fff;
            color: #000; }
    .hero-slider .flickity-prev-next-button {
      width: 80px;
      height: 80px;
      background: transparent; }
      .hero-slider .flickity-prev-next-button:hover {
        background: transparent; }
      .hero-slider .flickity-prev-next-button .arrow {
        fill: white; }
    .hero-slider .flickity-page-dots {
      bottom: 30px; }
      .hero-slider .flickity-page-dots .dot {
        width: 20px;
        height: 20px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
        border: 0 solid white;
        border-radius: 50%; }
        .hero-slider .flickity-page-dots .dot.is-selected {
          background: #771f1d;
          border: 0px solid solid #771f1d; }





          .flickity-enabled {
            position: relative
        }
        
        .flickity-enabled:focus {
            outline: 0
        }
        
        .flickity-viewport {
            overflow: hidden;
            position: relative;
            height: 100%
        }
        
        .flickity-slider {
            position: absolute;
            width: 100%;
            height: 100%
        }
        
        .flickity-enabled.is-draggable {
            -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }
        
        .flickity-enabled.is-draggable .flickity-viewport {
            cursor: move;
            cursor: -webkit-grab;
            cursor: grab
        }
        
        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }
        
        .flickity-prev-next-button {
            position: absolute;
            top: 50%;
            width: 44px;
            height: 44px;
            border: none;
            border-radius: 50%;
            background: #fff;
            background: hsla(0, 0%, 100%, .75);
            cursor: pointer;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }
        
        .flickity-prev-next-button:hover {
            background: #fff
        }
        
        .flickity-prev-next-button:focus {
            outline: 0;
            box-shadow: 0 0 0 5px #09F
        }
        
        .flickity-prev-next-button:active {
            opacity: .6
        }
        
        .flickity-prev-next-button.previous {
            left: 10px
        }
        
        .flickity-prev-next-button.next {
            right: 10px;
            top: 50%;
        }
        
        .flickity-rtl .flickity-prev-next-button.previous {
            left: auto;
            right: 10px
        }
        
        .flickity-rtl .flickity-prev-next-button.next {
            right: auto;
            left: 10px
        }
        
        .flickity-prev-next-button:disabled {
            opacity: .3;
            cursor: auto
        }
        
        .flickity-prev-next-button svg {
            position: absolute;
            left: 20%;
            top: 20%;
            width: 60%;
            height: 60%
        }
        
        .flickity-prev-next-button .arrow {
            fill: #333
        }
        
        .flickity-page-dots {
            position: absolute;
            width: 100%;
            bottom: -25px;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
            line-height: 1
        }
        
        .flickity-rtl .flickity-page-dots {
            direction: rtl
        }
        
        .flickity-page-dots .dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 8px;
            background: #333;
            border-radius: 50%;
            opacity: .25;
            cursor: pointer
        }
        
        .flickity-page-dots .dot.is-selected {
            opacity: 1
        }







  

  /* Hero Slider CSS End */

    /* About Us CSS Start */

  .pad-btw{
  padding: 100px 0;
}

.about-us-box img{
  width: 100%;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.main-title{
  font-weight: 700;
  margin-top: 0;
  font-size: 36px;
}


.main-title::before {
  content: url("../images/home/title-icon.png");
  margin-right: 10px;
}
.maroon-text {
  color: #771f1d;
  text-align: center;
  display: inline-block;
  height: auto;
  width: 100%;
  margin-bottom: 50px;
}
.imagebox-all-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.image-boxfield {
  text-align: center;
  padding: 50px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.about-para {
  margin-top: 40px;
}

.image-boxfield:hover{
  background-image:url("../images/home/hover-bg.jpg");
  background-size: cover;
}
.image-boxfield:hover p {
  color: #fff;
}

/* About Us CSS End */


    /* Mission CSS Start */

    .mission-box img {
      border-top-right-radius: 200px;
      border-bottom-right-radius: 200px;
    }
    .quote-sec {
      background-color: #771f1d;
      padding: 20px;
      border-radius: 10px;
      margin: 30px auto;
    }
    .quote-symbol {
      font-size: 100px;
      color: #771f1d;
      position: absolute;
      margin-top: -85px;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    .quote-box {
      color: #fff;
      font-weight: 500;
    }
    .mission-section {
      background-image: url("../images/home/mission-bg.jpg");
    }

     /* Mission CSS End */




p{
  /* font-family: 'Manrope', sans-serif; */
  font-size: 17px;
}

.container-fluid{
  max-width: 90%;
}

/* Region CSS Start */

.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: #ffd106;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: black;
}
.prev {
  color: #fff;
  position: absolute;
  top: 38%;
  left: -2em;
  font-size: 1.5em;
}
.prev :hover {
  cursor: pointer;
  color: #ffd106;
}
.next {
  color: #fff;
  position: absolute;
  top: 38%;
  right: -2em;
  font-size: 1.5em;
}
.next :hover {
  cursor: pointer;
  color: #ffd106;
}
@media screen and (max-width: 800px) {
  .next {
    /* display: none !important; */
  }
}
.card {
	position: relative;
	width: 350px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
  margin: 10px;
  border-radius: 10px;
}



.card img {
	transform: scale(1);
	transition: 0.3s ease-out;
}
.card-img-sec {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.card:hover img {
	/* transform: scale(1.1) translateY(-20px); */
	opacity: 0;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #fff;
  
  /* background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);  */
}

.overlay:hover{
background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
  height: 100%;
}


.slick-slide img {
  display: block;
  max-width: 100%;
}
.card.slick-slide.slick-active:hover {
  background: linear-gradient(290deg, rgba(0, 0, 0) 11.2%, rgb(63, 61, 61) 78.9%);
}
.card.slick-slide.slick-active:hover .slider-overlay-sec img {
  opacity: 1 !important;
  margin-right: 10px;
  height: 50px;
}

.card.slick-slide.slick-active .slider-overlay-sec img {
  opacity: 0 !important;
  margin-right: 10px;
  height: 50px;
}
.slider-overlay-sec {
  display: flex;
  align-items: center;
}

.text-h1 {
	/* transform: translateY(30px); */
	opacity: 0;
	/* transition: all .3s ease-out; */
}

.text-p {
	/* transform: translateY(30px); */
	opacity: 0;
	/* transition: all .3s ease-out 0.2s; */
}

.link-a {
	display: inline-block;
	background: crimson;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out 0.4s;
}

.overlay .link-a:hover {
	background: rgb(95, 199, 10);
}

.card:hover .overlay .text-h1 {
	opacity: 1;
	transform: translateY(0);
}

.card:hover .overlay .text-p {
	opacity: 1;
	transform: translateY(0);
  text-align: left;
  font-size: 12px;
  margin-bottom: 0px;
}
.slick-slide {
  height: 300px !important;
}

.card:hover .overlay .link-a {
	opacity: 1;
	transform: translateY(0);
}

.region-section {
  background: #771f1d;
}
.white-text {
  color: #fff;
}
.region-section .inner-paragraph {
  color: #fff;
  margin: 30px 0;
}
.county-heading {
  text-align: center;
  color: #fff;
}
.card-img-sec img {
  height: 100px;
  margin: auto;
}
.card-img-sec p {
  text-align: center;
  margin: 30px auto;
}

/* Region CSS End */



/* Help CSS Start */


.help-btn-sec {
  text-align: right;
}
.btn-section a:hover {
  text-decoration: none;
}

/* Help CSS End*/

/* Copyright CSS Start */

.copyright-content p{
  font-size: 16px;
  margin-bottom: 0px;
}

.copyright-sec{
  background: url("../images/home/footer-bg.jpg");
  background-size:cover;
  color: #fff !important;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
  /* position: relative; */
  position: relative;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.footer-address-sec > p > a{
color: #fff !important;
}

.footer-left-sec, .footer-address-sec, .footer-quicklinks-sec {
  text-align: left;
}
.footer-left-sec img{
  border-radius: 10px;
}

.pad-btw {
  padding: 80px 0;
}
.footer-title {
  font-weight: 600;
}

.footer-block {
  margin-bottom: 30px;
}
.footer-quicklinks-sec ul {
  list-style: none;
  padding-left: 0px;
}

.footer-quicklinks-sec ul a {
  color: #fff;
}

.footer-quicklinks-sec ul a:hover {
 text-decoration: none;
 color: #ffd106;
}
.footer-left-title {
  font-weight: 700;
  line-height: 1.5;
}
.copyright-content {
  border-top: 2px solid #ffd106;
  padding: 20px;
}
/* Copyright CSS End */




/* Media Query CSS Start*/

@media (min-width:1201px) and (max-width:1478px){

  .hero-slider .carousel-cell .inner {
    top: 200px;
  }

  .hero-slider {
    /*border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;*/
  }

  .copyright-sec{
    border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  }
  .inner p, .title {
    width: 60%;
  }
  .title {
    font-size: 40px;
  }
  .inner p {
    font-size: 22px;
  }
  .hero-slider {
    height: 600px;
  }
  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn  {
    font-size: 17px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }
  .main-title {
    font-size: 32px;
  }
  .footer-left-title {
    font-size: 26px;
  }
  .pad-btw {
    padding: 60px 0;
  }
  .footer-block {
    margin-bottom: 25px;
  }

  .prev {
    left: 0em;
  }
  .next {
    right: 0em;
  }

  .inner-page-title {
    top: 150px !important;
    font-size: 46px !important;
  }
}


@media (min-width:1025px) and (max-width:1200px){
  .hero-slider {
    /*border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;*/
  }

  .copyright-sec{
    border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  }
  .inner p, .title {
    width: 70%;
  }
  .title {
    font-size: 30px;
  }
  .inner p {
    font-size: 20px;
  }
  .hero-slider {
    height: 500px;
  }
  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn  {
    font-size: 16px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }
  .main-title {
    font-size: 28px;
  }
  .footer-left-title {
    font-size: 22px;
  }
  .pad-btw {
    padding: 60px 0;
  }
  .footer-block {
    margin-bottom: 20px;
  }

  .prev {
    left: 0em;
  }
  .next {
    right: 0em;
  }
  .hero-slider .carousel-cell .inner {
    top: 150px;
    width: 80%;
  }

  .h3, h3 {
    font-size: 22px;
  }

  .inner-page-title {
    top: 150px !important;
    font-size: 40px !important;
  }
}


@media (min-width:992px) and (max-width:1024px){
  .hero-slider {
    /*border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;*/
    height: 500px;
  }

  .copyright-sec{
    border-top-left-radius: 150px;
  border-top-right-radius: 150px;

  }
  .inner p, .title {
    width: 65%;
  }
  .title {
    font-size: 32px;
  }
  .inner p {
    font-size: 18px;
  }
 
  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn  {
    font-size: 16px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }
  .main-title {
    font-size: 26px;
  }
  .footer-left-title {
    font-size: 20px;
  }
  .pad-btw {
    padding: 60px 0;
  }
  .footer-block {
    margin-bottom: 20px;
  }

  .prev {
    left: 0em;
  }
  .next {
    right: 0em;
  }
  .hero-slider .carousel-cell .inner {
    top: 150px;
  }

  .h3, h3 {
    font-size: 20px;
  }

  .main-title::before {
    width: 30px;
    height: 30px;
    display: inline-flex;
  }
  p {
    font-size: 16px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .copyright-content {
    padding: 10px;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .h4, h4 {
    font-size: 17px;
  }

  .inner-page-title {
    top: 150px !important;
    font-size: 36px !important;
  }

  
}



@media (min-width:768px) and (max-width:991px){
  .hero-slider {
    /*border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;*/
    height: 470px;
  }
  .hero-slider .carousel-cell img {
    /*width: 120% !important;
    height: 100% !important;*/
}
 .hero-slider .flickity-page-dots {
    bottom: 45px;
}

  .copyright-sec{
    border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  }
  .inner p, .title {
    width: 65%;
  }
  .title {
    font-size: 26px;
  }
  .inner p {
    font-size: 17px;
  }
  
  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn  {
    font-size: 16px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }
  .main-title {
    font-size: 24px;
  }
  .footer-left-title {
    font-size: 20px;
  }
  .pad-btw {
    padding: 40px 0;
  }
  .footer-block {
    margin-bottom: 20px;
    /* width: 50%;
    float: left; */
  }

  .prev {
    left: 0em;
  }
  .next {
    right: 0em;
  }
  .hero-slider .carousel-cell .inner {
    top: 140px;
    width:60%;
  }

  .h3, h3 {
    font-size: 20px;
  }

  .main-title::before {
    width: 30px;
    height: 30px;
    display: inline-flex;
  }
  p {
    font-size: 16px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .copyright-content {
    padding: 10px;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .h4, h4 {
    font-size: 16px;
  }

  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
  .container {
    width: 95%;
  }
  .about-us-box img, .mission-box img {
    width: auto;
    height: 400px;
    margin: 20px auto;
    border-radius: 600px !important;
  }
  .mission-box {
    order: 2;
  }
  .mission-section .row {
    display: grid;
  }
  .help-btn-sec {
    text-align: left;
  }
  .footer-left-sec, .footer-address-sec, .footer-quicklinks-sec {
    margin-bottom: 30px;
  }
  .btn-section {
    margin: 20px 0;
  }
  .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
  }
  .slick-slide {
    height: 360px !important;
  }
  .maroon-text{
    margin-bottom: 50px;
    margin-top:50px;
  }
  .image-boxfield {
    padding: 50px 20px;
  }

  .header img {
    height: 70px;
  }
  .footer-left-sec img {
    height: 80px;
  }

  .inner-page-title {
    top: 150px !important;
    font-size: 34px !important;
  }
  .inner-page-head {
    font-size: 28px;
  }
  .accordion{
    font-size: 17px !important;
  }

  .inner-quote {
    font-size: 18px !important;
  }
}


@media (min-width:576px) and (max-width:767px){

  .header {
    top: 110px;
  }
  p.scrollContent {
    font-size: 18px !important;
  }
 
  .hero-slider {
    /*border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;*/
    height: 400px;
  }
  .carousel-cell img {
    width: 100%;
    height: 100% !important;
    object-fit: none;
    object-position: 0px;
}

  .copyright-sec{
    border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  }
  .inner p, .title {
    width: 75%;
  }
  .title {
    font-size: 18px;
  }
  .inner p {
    font-size: 15px;
  }

  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn  {
    font-size: 16px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }
  .main-title {
    font-size: 24px;
  }
  .footer-left-title {
    font-size: 20px;
  }
  .pad-btw {
    padding: 40px 0;
  }
  .footer-block {
    margin-bottom: 20px;
    /* width: 50%;
    float: left; */
  }

  .prev {
    left: 0em;
  }
  .next {
    right: 0em;
  }
  .hero-slider .carousel-cell .inner {
    top: 130px;
    width: 100%;
    left: 70px;
  }
  .hero-slider .carousel-cell{
    background-position: 0% 100% !important;
  }

  .h3, h3 {
    font-size: 20px;
  }

  .main-title::before {
    width: 30px;
    height: 30px;
    display: inline-flex;
  }
  p {
    font-size: 16px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .copyright-content {
    padding: 10px;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .h4, h4 {
    font-size: 16px;
  }

  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
  .container {
    width: 95%;
  }
  .about-us-box img, .mission-box img {
    width: auto;
    height: auto;
    margin: 20px auto;
    border-radius: 150px !important;
  }
  .imagebox-all-sec {
    grid-template-columns: repeat(2, 1fr);
  }
  .mission-box {
    order: 2;
  }
  .mission-section .row {
    display: grid;
  }
  .help-btn-sec {
    text-align: left;
  }
  .footer-left-sec, .footer-address-sec, .footer-quicklinks-sec {
    margin-bottom: 30px;
  }
  .btn-section {
    margin: 20px 0;
  }
  .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
  }
  .slick-slide {
    height: 360px !important;
  }
  .maroon-text{
    margin-bottom: 50px;
    margin-top:50px;
  }
  .image-boxfield {
    padding: 50px 20px;
  }

  .header img {
    height: 70px;
  }
  .footer-left-sec img {
    height: 80px;
  }
  .inner-page-title {
    top: 150px !important;
    font-size: 32px !important;
  }
  .accordion{
    font-size: 16px !important;
  }

  .inner-quote {
    font-size: 17px !important;
  }
}



@media (max-width:575px){

   .header {
    top: 150px;
  }
  p.scrollContent {
    font-size: 16px !important;
  }

  .carousel-cell img {
    width: 100%;
    height: 100% !important;
    object-fit: none;
    object-position: 0px;
}
  .sidebar {
   top: 220px;
  }
  .hero-slider .flickity-page-dots {
    bottom: 10px;
}
  .hero-slider {
    /*border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
    height: 500px;
  }

  .copyright-sec{
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  }
  .inner p, .title {
    width: 95%;
  }
  .title {
    font-size: 24px;
  }
  .inner p {
    font-size: 17px;
  }

  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn  {
    font-size: 16px;
  }
  .hero-slider .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }
  .main-title {
    font-size: 24px;
  }
  .footer-left-title {
    font-size: 20px;
  }
  .pad-btw {
    padding: 40px 0;
  }
  .footer-block {
    margin-bottom: 20px;
    /* width: 50%;
    float: left; */
  }

  .prev {
    left: -10px;
  }
  .next {
    right: -10px;
  }
  .hero-slider .carousel-cell .inner {
    top: 160px;
    width: 80%;
    left: 40px;
  }
  .hero-slider .carousel-cell{
    background-position: 0% 100% !important;
  }

  .h3, h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .main-title::before {
    width: 30px;
    height: 30px;
    display: inline-flex;
  }
  p {
    font-size: 16px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .copyright-content {
    padding: 10px;
  }
  .copyright-content p {
    font-size: 14px;
  }
  .h4, h4 {
    font-size: 16px;
  }

  .hero-slider .primary-btn, .hero-slider .secondary-btn, .primary-btn, .secondary-btn {
    padding: 16px 20px;
    font-size: 16px;
    margin: 10px;
    width: 100%;
    text-align: center;
  }
  .container {
    width: 95%;
    padding: 0px 10px;
  }
  .about-us-box img, .mission-box img {
    width: auto;
    height: auto;
    margin: 20px auto;
    border-radius: 20px !important;
  }
  .imagebox-all-sec {
    grid-template-columns: repeat(1, 1fr);
  }
  .mission-box {
    order: 2;
  }
  .mission-section .row {
    display: grid;
  }
  .help-btn-sec {
    text-align: left;
  }
  .footer-left-sec, .footer-address-sec, .footer-quicklinks-sec {
    margin-bottom: 30px;
  }
  .btn-section {
    margin: 20px 0;
    flex-wrap: wrap;
    width:100%;
  }
  .flickity-prev-next-button svg {
    width: 40%;
    height: 40%;
  }
  .slick-slide {
    height: 330px !important;
  }
  .maroon-text{
    margin-bottom: 50px;
    margin-top:50px;
  }
  .image-boxfield {
    padding: 50px 20px;
  }

  .header img {
    height: 60px;
  }
  .footer-left-sec img {
    height: 70px;
  }
  .flickity-prev-next-button.previous {
    left: -5px;
  }
  .flickity-prev-next-button.next {
    right: -5px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .inner-page-title {
    top: 150px !important;
    font-size: 30px !important;
  }
  .accordion{
    font-size: 16px !important;
  }
  .inner-quote {
    font-size: 17px !important;
  }
  .inner-content-section .primary-btn, .inner-content-section .secondary-btn {
    width: 70%;
    margin: 10px auto;
  }
}


/* Media Query CSS End */


/* Inner Page CSS Start */

.inner-page-min-height{
min-height:500px;
}
.inner-page-header {
  height: 300px;
  /*top: -30px;*/
  top:0px;
  position: relative;
}
.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    margin-top: 0px;
    margin-bottom: 0px;
}
section.inner-page-section.pad-btw {
    padding: 40px 0;
}

.innerheader-cell {
  height: 100%;
}

.inner-page-title {
  top: 120px;
  position: relative;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}

.inner-page-heading {
  font-weight: 700;
  margin-top:20px;
}

.inner-listing li::marker {
  color: #771f1d;
}

.inner-quote {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  background: #fffbeb;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  padding: 30px;
  border-radius: 10px;
}

.inner-image-box {
  background: #fff;
  border: 1px solid #771f1d;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.inner-page-link-sec {
  text-align: center;
}
.inner-page-link {
  color: #771f1d;
  display: block;
  margin-top: 5px;
}
.inner-page-head {
  font-weight: 700;
  line-height: 1.5;
}

/* Inner Page CSS End */


/* Accordion CSS Start */


.accordion {
	/* background-color: #eee; */
	color: #000;
	cursor: pointer;
	/* padding: 18px; */
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	border-bottom: 1px solid #ccc;
  font-weight: 600;
  height: inherit;
}

.accordion:last-of-type {
	border-bottom: 0;
}

.active, .accordion:hover {
  color: #771f1d;
}

.accordion:after {
	content: "\002B";
	color: #000;
	font-weight: 700;
	float: right;
	margin-left: 5px;
  /* font-size: 24px; */
}

.accordion.active:after {
	content: "\2212";
}



.accordian-div {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  border: 1px solid #ccc;
  margin: 20px 0;
  border-radius: 10px;
  padding: 15px;
}

.accordian-div .panel {
  margin-bottom: 0px;
  box-shadow: 0 1px 1px rgba(0,0,0,0) !important;
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  
}
.accordion.active {
  border-bottom: 1px solid #771f1d;
}
.panel p {
  margin-bottom: 0px;
}

.accordion.active + .panel {
  padding: 18px !important;
}

/* Accordion CSS End*/


/* Contact Us Page CSS Start */

.contact-details-row{
  display: flex;
  align-items: center;
  margin: 40px 0px;
}

.contact-details-row img{
  height: 25px;
}

.icon-section{
  background-color:#00659f;
  padding: 20px;
  border-radius: 50%;
  margin: 0px 20px;
}

.icon-section img{
  filter: invert(100);
}

.label{
  display: inline;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  margin-bottom: 5px;
}
.input{
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}

.field{
  margin: 20px 0;
}

textarea.form-control{
  height: auto;
  border: 1px solid #e6e6e6;
}

.input:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.contact-text p{
  margin-bottom: 0px;
}

select {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background: #fff !important;
}

@media (max-width:767px){
  .contact-title{
    margin-top:50px;
  }
}
/* Contact Us Page CSS End*/

#block-sliders > .field,
#block-logo > .field,
#block-aboutuscontent > .field,
#block-aboutusimage > .field,
#block-aboutuscards > .field,
#block-missionimage > .field,
#block-missioncontent > .field,
#block-ourregioncontent > .field,
#block-countiesslider > .field,
#block-needhelpsection > .field,
#block-footercontent > .field,
#block-footercopyright > .field
#block-contactusform > .field
{
    margin: 0px !important;
}

.thankyou-section {
    display: flex;
    align-items: center;
}
.thankyou-icon img {
    height: 100px;
    width: auto;
    margin: 30px;
    margin-right: 100px;
}

.asterisk {
    color: #d43d3d;
}

/*#submitBtn{
  margin-top: 100px;
}*/
.hero-slider .carousel-cell img {
    width: 100%;
    height: auto;
}
#example3 {
  display: inline-block;
  /*padding-right: 15px;
    padding-left: 15px;*/
}
#submitBtn {
    padding-right: 15px;
    padding-left: 15px;
}

.g-recaptcha > div {
width: 100% !important;
    }

.g-recaptcha > div > div {
margin: 4px auto !important;
/*text-align: center;*/
width: auto !important;
height: auto !important;
}

.g-recaptcha iframe {
transform: scale(0.85);
-webkit-transform: scale(0.85);
transform-origin: left top;
-webkit-transform-origin: left top;
}
#rc-imageselect {
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

/*-- Pantallas superiores a 480px --*/
@@media(min-width: 480px){
#rc-imageselect {
transform: none;
-webkit-transform: none;
}

.g-recaptcha iframe{
max-width: none;
transform: none;
-webkit-transform: none;
}
}

.g-recaptcha > div:first-of-type {
    margin: 0 auto;
}

.inner-page-link::before {
  background-image: url(../images/inner-page/google-docs.png);
  background-size: contain;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

@media (max-width:767px){
.thankyou-section {
  flex-wrap: wrap;
}
}

@media (min-width:1479px) and (max-width:1700px){
.hero-slider {
    height: 700px;
}
.hero-slider .carousel-cell .inner {
    top: 250px;
    width: 100%;
}
}
.sliderimage{
    width: 100%;
    height: 100%;
}

.sliderimage img {
    width: 100%;
    position: relative;
    transform: translateY(-30px);
}

.thankyou-icon {
  margin-right: 10px;
}


input#edit-submit{
    margin-top: 10px;
    border: 1px solid #6d7103 !important;
    padding: 10px 20px !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    color: #fff !important;
    text-decoration: none;
    transition: all .2s ease;
    background: #6d7103 !important;
    font-weight: 500;
    border-radius: 50px;
}

#edit-pass--description, #edit-name--description{
  display: none;
}
.js-form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.js-form-item input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 5px;
    color: #000;
}

.slick-slide {
    position: relative;
    width: 350px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
    border-radius: 10px;
  }
  

.footlinks img {
    height: 15px;
    filter: invert(1);
    margin-right: 5px;
}

.footlinks ul li{
  display: flex;
  align-items: baseline;
}

.footmailaddress img,
.foottelephone img,
.footfax img,
.footmail img{
  height: 20px;
  filter: invert(1);
  margin-right: 5px;
}

.papperstripe{
    background: white;
    padding: 15px;
    box-shadow: 3px 3px 9px #dcdcdc;
    margin-bottom: 30px;
}

.footer-block > p > a{
  text-decoration: none;
  color: #fff;
}



 .view.view-meeting-accordion.view-id-meeting_accordion .view-content .views-row:nth-child(2) {
    /*background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    margin: 20px 0;
    border-radius: 10px;
    padding: 15px;*/
}
.ui-accordion .ui-accordion-header {
    padding: 20px !important;
    font-size: 18px;
    color: #000;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.ui-accordion-header-active {
    background: #887d03 !important;
    color: #fff !important;
        border: 1px solid #ccc !important;
}
.ui-accordion-content.ui-corner-bottom .views-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     margin-bottom: 10px;
}
.views-field.views-field-field-transport-meeting-title h4 {
    word-break: break-all;
}

.ui-accordion-content.ui-corner-bottom .views-row div:nth-child(2) {
    margin-left: auto !important;
}

.ui-accordion-content.ui-corner-bottom .views-row .views-field h5 a {
    border: 1px solid #887d03;
    color: #887d03 !important;
    padding: 8px 30px;
    border-radius: 6px;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 10px !important;
    height: fit-content !important;
}


.scrollContent {
  background: #771f1d;;
  text-align: center;
  color: #fff;
  z-index: 100;
  top: 0px;
  position: relative;
}


p.scrollContent {
    margin: 0px;
    padding: 8px 16px;
    font-size: 20px;
    line-height:1.4;
}

.region-section .main-title::before {
  content: url("../images/home/title-icon.png");
  margin-right: 10px;
  filter: invert(0) brightness(100);
}

.scrollContent a, .scrollContent a:focus, .scrollContent a:hover {
    color: #ffd106;
    text-decoration: underline;
}