/*** Mobile View **/
@media screen and (min-width: 770px) {
  .dxt-foot{
       position: absolute !important;  top: unset !important;;   bottom: -25% !important;     width: 100%;     height: 400px;
  }
 
}
@media screen and (max-width: 768px) {
#hero .mainimg {
  margin-top: 0; 

}
.rl{
  margin-left: 30px;
}
.tl{
  margin-left: 40px;
}
.hd{
    display:flex;
}
.third{
  border: none;
}
.relative{
  position: static;
  
}
.privacy-policy .container{
  margin-top:10% !important;
}
.runningdesc{
    text-align: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#myForm,#myForm1{
    max-height:max-content !important;
}
[data-aos-delay] {
  transition-delay: 0 !important;
}

#hero .mainimg {
  width: 90%;
  height: 50%;
}
#hero{
    background-size: cover;
}
.tm{
    width: 95% !important;
  height: 20% !important;
  
  
}
#map{
padding:0 !important;
margin:0 !important;
}
#event{
margin-top:20px;
}
.cms{
height: 150px !important;
}
.tm{
position: relative;
bottom: 20px;
}
.gr-txt{
margin-bottom: 0;
/* transform: translateY(50px); */
}
.hero-container{
transform:translateY(20px);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  display: none;
}
#navbar{
  width:100%;
}
/** popup **/
.form-popup {
  display: none;
  position: absolute;
  margin-right: 100px;
  margin-top: 150%;
  margin-left: 0%;
  width: 90%;
  height: 70vh;
  padding-top: 3%;
  padding-bottom: 4%;
  padding-left: 2%;
  padding-right: 3%;
  border: 1px solid rgba(18, 102, 39, 0.9);
  z-index: 0;
  background-image: url("../img/bg-green.png");
  color: rgba(18, 102, 39, 0.9);
  overflow: auto
}

.form-control {
  width: 100%;
}

.custom-select-sm {
  width: 100%;
}

.email-box {
  width: 92%;
}

.form-popup .form-row {
  display: block;
}
.form-row{
  flex-wrap: wrap;
}
.form-popup .form-row {
  margin-left: 2%;
}
#hero{
margin-top: 15%;

}

#hero h1 {
  font-size: 28px;
  line-height: 36px;
}

#hero h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

/*** countdown **/
#timer {

  font-weight: bold;
  color: white;
  padding: 2px;
  width: auto;
  align-items: center;
  display: flex;
 margin-bottom: 10%;
  height: 70px;
}

.countdown {
  display: flex;
  
  /* position: absolute; */
  margin-left: 33px;
  margin-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  height: 70px;
  width: 82%;
}

.countdown h3 {
  color: #FAC015;
  

max-width: 100px;
  font-size: smaller;

  font-family: 'Montserrat';
}

#timer div {
  display: inline-block;
  min-width: fit-content;
  padding: 0px;
  justify-content: center;
  text-align: center;
  /* margin: 10px 5px 5px 5px; */
align-items: center;
  height: 20px;
  font-family: 'Montserrat';
}

#timer div span {
  color: rgb(241, 226, 18);
  display: block;
  margin-left: 1px;
  margin-top: 1px;
  /* margin-bottom: 40px; */
  font-size: 7px;
  font-weight: 600;
}

#timer .heading {
  display: block;
  margin: 0;
 font-size:23px;
 margin-left:5px;
  margin-top: 5px;
}

.about-boxes #desktopcards {
  display: none;
}

.categoriestitle {
  color: rgba(18, 102, 39, 0.9);
  text-align: center;
  font-weight: 600
  ;
  padding-bottom: 10px;
  margin-bottom: 15%;
 
}


.about-boxes #mobilecards {
  display: block;
  margin-left: -1%;
}

.about-boxes .card-body {

  height:fit-content;
}
.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-color: rgb(85 85 85 / 24%);
  color: black;
  z-index: 1;
  min-height: 370px;
}
.about-boxes .card:hover{
  box-shadow: 0 5px 15px rgba(18, 102, 39, 0.9); 
}

.about-boxes .cardthree {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;

  color: black;
  z-index: 3;
  width: 350px;
  min-height: 370px;
  position: absolute;
  display: none;
}

.cardduplicate {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-color: #292b2b;
  color: white;
  z-index: 3;
  width: 350px;
  height: 370px;
  position: absolute;
  opacity: 0.6;
}

#cardduplicate .amount {
  z-index: 3;
  opacity: 1;
  /* background-color: #1414143d; */
}

#cardduplicate .registernow {
  z-index: 3;
  opacity: 1;
}

.categoriestitlemobile {
  color: #152E11;
  text-align: center;
  /* padding-bottom: 10px;
  margin-bottom: 5%;

  position: absolute;
  z-index: 3;
  padding-right: 3em; */
  font-weight: 600;
}





#mobilecards .col {
  position: absolute;
}

.div1 {
  display: none;
  position: absolute;

  height: 250px;

  width: 300px;

  z-index: 1;

  background: #000;

}

.div2 {
  position: absolute;
  width: 400px;
  height: 550px;
  z-index: 3;
  left: 70%;
  margin: 50px;
  bottom: 30%;

}

.replictaesdiv {
  height: 450px;
}

.replicate {
  display: none;
  width: 120%;
  height: 500px;
  position: relative;
  bottom: 40em;
  right: 15em;

}

.about-boxes .row {
  padding-left: 1%;
}

.sponsorsline {
  margin-left: 25%;
  margin-bottom: 3%;
  padding: 2%;
  width: 50%;
  margin-top: 2em;
  position: relative;
}

.distancebar {
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
  margin-right: 12px;
  margin-top: 2em;
  margin-bottom: 12px;
}

.distancebar select {
  width: 100%;
  height: 30px;
  margin-left: 12px;
  margin-right: 5px;
  padding-left: 2px;
}

.amount {
  text-align: center;
  /* color: rgba(190, 138, 41, 0.9); */
  font-family: 'Montserrat';
  padding: 4px 0px 5px 0px;
  /* background-color: #1414143d; */
}

.registernow {
  width: 100%;
  padding: 10px 0px 10px 5px;
  /* background-color: rgba(190, 138, 41, 0.9); */
 
  align-items: center;
  font-size: larger;
}
.button {
  text-decoration: none;
 
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.glow-button:hover {
  /* color: rgba(255, 255, 255, 1); */
  box-shadow: 0 5px 15px rgba(18, 102, 39, 0.9);
}
.tr-sh:hover{
filter: drop-shadow(0 5px 15px rgba(18, 102, 39, 0.9));
}
.sponsorsicon {
  margin-left: 37%;
  position: absolute;
  margin-top: -20px;
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-left: 10px;
  padding-top: 8px;
  background-color: rgb(68, 41, 28);
}

.head p {
  font-size: small;
  padding-left: 8px;
  padding-top: px;
}

.line {
  height: 50px;
  margin-top: 2em;
  width: 2px;
  color: white;
  background-color: white;
  display: none;
}

.features .budgetmenu {

  flex-wrap: wrap;
  padding-left: 1%;
  padding-right: 5%;
  padding-bottom: 9%;
  text-decoration: none;
  justify-content: center;
  text-align: left;
  height: fit-content;
  list-style: none;
  background-color: (black, rgb(160, 121, 13));
}

.features .budgetmenu li {
  margin-left: 1em;
  margin-right: 5px;
  font-size: small;
  font-weight: lighter;
}

.features ul {
  display: block;
}

.lionimg {
  display: none;
}

.package {
  padding: 2%;
}

.kadgam {
  width: 120px;
  position: absolute;
  display: none;
}

.kadgamclass {
  position: absolute;
  z-index: 3;
  display: none;
}
#footer{
top:0px;
}
.mapsmobile {
  display: block;
  background-color: #000;
  width: 95%;
  margin: 10px;
  height: 350px;
  position: relative;
  margin-top: 4px;
  border: ridge 1px;
  border-color: rgba(18, 102, 39, 0.9);
}

.map-container {
  height: 480px;
  position: static;
 
}

.mapimgmobile {
  background-color: #1a1919;
  position: relative;
  width: 100%;
  height: 100%;
}

.cholastatue {
  width: 200px;
  margin-left: 80%;
  position: absolute;
  right: -35px;
  top: 35em;
  height: 600px;
  display: none;
}

.cholas {
  height: fit-content;
}

.mapimg {
  background-color: #1a1919;
  position: relative;
  width: 100%;
  height: 100%;
}

.rs {
  padding-top: 10px;
}

.rsrs {
  padding-top: 8px;
}

.maps {
  background-color: #1a1919;
  width: 80%;
  height: 350px;
  margin-left: 10%;
  position: relative;
  margin-top: 15em;
  border: ridge 3px;
  border-color: rgba(18, 102, 39, 0.9);
  display: none;
}

.package .imge {
  width: 100%;
  height: 170px;
  background-color: #585656;
  position: relative;
}

.package .nd {
  position: absolute;
  background-color: black;
  color: white;
  font-size: medium;
  font-family: 'Montserrat';
  padding: 2px 2% 2px 5px;
  left: 78%;
  top: 85%;
  border-radius: 10px;
}

.flexidivdiv {
  background-color: #1a1919;

  border-radius: 10px;
  width: 400px;
  margin-left: -14%;
  padding-right: 2em;
}

.flexidiv {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;

  padding: 0%;
  padding-left: 3%;
  border-radius: 10px;
  width: 300px;
}

.flexidiv div {
  margin-top: 1em;
}

.flexih {
  color: rgba(18, 102, 39, 0.9);
  display: flex;
  height: 18px;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: rgba(18, 102, 39, 0.9);
  border-radius: 15px;
  position: relative;
  bottom: 70%;
}

.budgetslider {
  margin-left: 15%;
  margin-right: 1.5em;
}

.maldivs {
  padding: 8px 6px 0px 5px;
  margin-top: 20px;
  height: 10px;

}

.packag {
  display: flex;
}

.bullicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  height: 200px;
  margin-top: 1%;
}

.slideswiper {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 13px;
  border: #716a6a ridge 1px;
  padding: 4% 4% 4% 4%;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  width: fit-content;
}

.events {
  color: rgba(18, 102, 39, 0.9);
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 20%;
  margin-top: 1px;
  margin-bottom: 3%;
  position: absolute;

}

.package .premium {
  background-color: rgba(18, 102, 39, 0.9);
  width: 100%;
  margin-top: 55%;
  padding: 3px 0px 3px 4px;
  color: black;
  text-align: left;
  position: absolute;
  font-size: medium;
  border: rgba(18, 102, 39, 0.9);
  border-radius: 4px;
}

.packagesdiv {
  display: flex;
  height: 40px;
  width: 270px;
  padding-top: 1em;
  padding-left: 2%;
}

.packages {
  color: rgba(18, 102, 39, 0.9);
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 15px;
  font-size: 30px
}

.basedsearch {
  margin-left: 15px;
  font-size: 20px;
}

.tours {
  color: rgba(18, 102, 39, 0.9);
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 3%;

  margin-top: 1px;
  margin-bottom: 2em;
}

.placediv select {
  margin-bottom: 5px;
}

.placediv {

  display: block;

}

.events {
  margin-left: 6em;
}

.runningdesc ul {
  font-size:13px;
  margin-left: -20px;
  text-align: justify;
  text-decoration-color: rgba(18, 102, 39, 0.9);
}
.testimonials {
 
  bottom: 26rem;
}
.bullicondiv {

bottom: 26rem;
}
.readrunningdesc {
  margin-left: 5%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
font-size:15px;
padding:5px;
  background-color: transparent;
  border-color: rgba(18, 102, 39, 0.9);
  border-radius: 15px;
  border-style: solid;
}

.features .nav-link i {
  padding: 0;
  line-height: 1;
  font-size: 36px;
}
.w-full{
  width: 100% !important;
}
.hlm{
margin-left: 0 !important;
}
.m-n{
display: none;
}
.m-v{
display: block !important;
text-align: center !important;
font-size: 20px !important;
font-weight: 500;
}
.addres{
font-size: 10px !important;
text-align: left !important;
}
.run {
  margin-left: 0%;
  /* width: 86%; */
  padding: 0 5%;
  /* margin: 0 2%; */
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  justify-content: center
}

#runnerpage .col div {
  width: 250px;
}

.services .icon-box {
  margin-bottom: 20px;
  border-radius: 6px;
  background: #1a1919;
  display: block;
  height: fit-content;
  margin-left: 0%;
  padding-top: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 120%;
}

.rundetails {
  background-color: #1a1919;
  padding: 3%;
  padding-top: 8%;
}

.runimg {
  width: 100%;
  height: 100%;
  margin: 1%;
  margin-bottom: 2%;
  padding: 0px;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.key-container {
  margin-top: 20px;
}

.services .icon-box h2 {
  margin-left: 0px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 20px;

}

.services .icon-box h2 a {
  color: #c59742;
  transition: 0.3s;

}

.services .icon-box .icon-box:hover h2 a {
  color: #ffdc17;
}

.services .icon-box p {
  text-align: center;
  line-height: 24px;
  font-size: 13px;
}

.services .icon-box:hover h4 a {
  color: #ffdc17;
}

.amrunning {
  width: 250px;
  height: 100px;
  margin-left: 6%;
}

.sponsdiv {
  background-color: #1a1919;
  width: 280px;
  height: 200px;
  margin-left: 15%;
  margin-right: 3px;
  padding-left: 4%;
  margin-top: 3em;
  margin-bottom: 4em;
  color: rgb(119, 118, 118);
}

.team .member .pic {
  margin-left: 11%;
}

.team .member .pic img {
  width: 280px;
  height: 300px;
  margin-left: 3%;
  background-color: #1a1919;
  opacity: 0.5;
}

.prevbtn {
  position: absolute;
  bottom: 8em;
  background-color: rgba(7, 60, 20, 0.9);
  padding: 1%;
  width: 35px;
  height: 35px;
  border-radius: 60px;
  z-index: 3;
  padding-left: 5px;
}

.arrowlineprev {
  /* position: relative;
  z-index: 3;
  width: 15px;
  height: 2px;

  margin-top: 16px;
  margin-left: 6px;
  background-color: #fff;
  font-family: swiper-icons;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; */
}

.arrowlinenxt {

  /* position: relative;
  z-index: 3;
  width: 15px;
  height: 2px;
  margin-top: 16px;
  margin-left: 7px;
  background-color: #fff;
  font-family: swiper-icons;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  margin-top: 25px;
  margin-right: 15px;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 15px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  margin-top: 25px;
  margin-left: 20px;
}

.package a:hover,
::after,
.active {
  color: #fff;

}

.nxtbtn {
  position: absolute;
  bottom: 8em;
  left: 90%;
  background-color: rgba(7, 60, 20, 0.9);
  padding: 1%;
  width: 35px;
  height: 35px;
  border-radius: 60px;
  z-index: 3;
  padding-left: 2px;
}
.replicatesdivmobile{
  display: none;
}
.flm{
  display: block !important;
}
.run-card{
  margin-right: 0 !important;
}
.categorieschola{
    margin-top:0px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
  padding: 0px;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 10%;
}
.clients-logos{
display: none !important;
}
.mb-cn{
display: block;
}

.testimonials .testimonials-slider .swiper-slide {
  margin-right: 2px;
}

.eventsslider .testimonials-slider2 .testimonial-item {
  margin: 6% 0px 0px 0px;


}
.mr-m{
    margin-top:5px;
}

/*.eventsslider {*/
/*  height: 260px;*/
/*}*/

.testimonials-slider2 .swiper-wrapper {
  height: 550px;
}
.events{
margin-left: 0;
position: static;
}
#map {
margin-top: 20%;

}
.eventsslider .swiper-slide {
  width: 100%;
  height: 100%;
  padding-left: 0em;
  padding-right: 1.5em;
  width: 110%;

}
.eventsslider  #track-records{
  margin-top: 5%;
}

.eventsslider .testimonials-slider2 {
  background-color: #1a1919;
  width: 100%;
  height: 380px;
  margin: 12% 5% 5% 0;
  padding: 1%;
}

.eventsslider .testimonials-slider2 .swiper-slide-active .testimonial-item .testimonial-img {
  height: 200px;
  width: 100%;

}

.eventsslider .testimonials-slider2 .swiper-slide-next .testimonial-item .testimonial-img {
  margin-top: 6%;
  height: 300px;
}

.eventsslider .testimonials-slider2 .swiper-slide-prev .testimonial-item .testimonial-img {
  margin-top: 6%;
  height: 300px;
}

.middiv {
  display: flex;
}

.middiv .leftfirediv {
  width: 20px;
  margin-right: 1em;
  padding-top: 5px;
  height: 40px;
  background-color: #1a1919;
}

.leftfire {
  position: absolute;
  width: 100px;
  height: 300px;
  left: -4px;
}

.rightfire {
  position: absolute;
  width: 100px;
  height: 300px;
  right: -4px;
}

.fireholderleft {
  position: relative;
  opacity: 0.5;
  height: 5px;
  width: 5px;
  right: 1.5em;
  bottom: 4em;
}

.gifleft {
  width: 150px;
  height: 300px;
}

.gifright {
  width: 150px;
  height: 300px;
}

.fireholder {
  position: relative;
  opacity: 0.5;
  height: 5px;
  width: 5px;
  right: 6em;
  bottom: 4em;
}

.middiv .rightfirediv {
  width: 20px;
  margin-right: 1em;
  background-color: #1a1919;
  padding-top: 5px;
  height: 40px;
}

#sponsor .testimonials-slider1 {
  background-color: #1a1919;
  padding-top: -5%;
  height: fit-content;
  width: 200px;
}

#sponsor .testimonial-item .testimonial-img {
  width: 70%;
  height: 200px;
  margin: 0px 5% 5% 0;
  padding: 3px 3px 3px 4px;
}

#sponsor .testimonial-item {
  text-align: center;

  color: #fff;
  margin: 10% 6% 10% 3%;
}

/* .mapsradios {
  display: none;
} */

.desktop-map {
  display: none;
}


/* DESCRIPTION */
.the_rise_description {
  /* height: 2350px; */
  margin-bottom: 0px;
  padding-bottom: 5px;
  margin-top: 30px;
  padding-top: 30px;
}

.track {
  margin-bottom: 0px;
}

.rise-description-title {
  padding: 10px;
  text-align: center;
  flex-wrap: wrap;
}

.lion-img {
  display: none;
}
.rise-description-title h2{
  font-size: 18px;


}
.description-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.9rem;
  position: relative;
  bottom: 0rem;
  width: 100%;
  margin-left: 0%;
}

.description-box {
  text-align: center;
  height: 550px;
  width: 100%;
  padding: 20px;
}
.swipediv{
  margin-top: 20%;
}

.box-logo-content {
  display: flex;
  justify-content: center;
}


.description-content-media {
  color: #fff;
  display: block;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  /* padding: 10%; */
  
  text-align: justify;
}

.description-content {
  display: none;
}


.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  height: 150px;
  /* margin-top: 40px; */
  padding: 3px 3px 3px;

}

.testimonials .swiper-button-next {
  width: 20px;
  height: 20px;
}

.testimonials .swiper-button-prev {
  width: 20px;
  height: 20px;
}

.partnerclass .row {
  margin: 2%;
  margin-bottom: 5%;
  justify-content: center;
  align-items: center;

}

.section-bg .row div {
  /* margin-left: 8%; */

}

.teams .container .row {
  margin-left: -5%;
  margin-right: 10%;
  margin-bottom: 1em;

}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #35281d;
  color: white;
  justify-content: center;
  text-align: center;
  transform: rotateY(180deg);
  padding-top: 33%;
  margin-left: 10%;
}

.teams .row {
  margin-left: 0px;
}
.first{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.remixicon{
margin-left: 0;

}
.first .addres {
  width: fit-content;
  height: fit-content;
  text-align: justify;
  padding: 1em;
  padding-left: 10%;
  margin-left: 5px;
}

.addres h4,.third h4 {
  text-align: justify;
  font-size: 25px !important;
  font-family: 'Montserrat';
}

.contactdivides {
  display: block;

  padding-left: 2%;
  padding-top: 2em;
  padding-bottom: 2em;
  color: rgba(18, 102, 39, 0.9);
}

.second {
  height: 3px;
 width: 100%;
  background-color: #b68221;
 
}

.third {
 
  text-align: justify;

  font-weight: 500;
}

.third h4 {
  font-size: 25px;
  padding-left: 15%;
}

.third h1 {
  margin-left: 5em;
}

#footer {
 
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
 
  border-bottom: 1px solid #000;
  padding: 60px 0 30px 0;
  padding-left: 5%;
  display: flex;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .link-and-social {
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.Usefull-link {
  display: none;
}

.Social-links {
  display: none;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat';
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  font-size: 18px;
  line-height: 1;
  display: none;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgba(18, 102, 39, 0.9);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #c9b927;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffad31;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  margin-bottom: 0;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  font-size: 13px;
  color: #000;

}

#footer .credits a {
  transition: 0.3s;
}

.clients img {
width: 250px !important;
  transition: all 0.4s ease-in-out;
  max-height: 100%;
  padding: 1px 0;

}

.clients .row {
  padding-left: 6%;
  padding-right: 6%;
}
}

@media (max-width: 992px) {
.team .member {
  margin-bottom: 110px;
}

.testimonials .testimonial-item p {
  width: 80%;
}

.breadcrumbs {
  margin-top: 52px;
}

.breadcrumbs .d-flex {
  display: block !important;
}

.breadcrumbs ol {
  display: block;
}

.breadcrumbs ol li {
  display: inline-block;
}

.gr-txt{
  font-weight:700;
 width:80%;
  font-size:10px;
}

#navbar{
  width:100%;
}
#header .logo{
  display:none !important;
}
}

@media (max-width: 575px) {
.features .nav-link {
  padding: 15px;
}

.features .nav-link i {
  font-size: 15px;
}

.countdown h3 {
  font-size: 10px;

}

.prevbtn {
  left: 7px;
}

.nxtbtn {
  left: 87%;

}

.arrowlineprev {
  top: 0.5px;
}

.arrowlinenxt {
  top: 1px;
}

.about-boxes #mobilecards {
  margin-left: -1px;
}

.categories {
    font-size:20px;
    /*margin: auto;*/
}

.slider-arrow {
    width: 25px;
    height: 25px;
}
}

