* {
  cursor: url("data:image/svg+xml,%3Csvg width='4mm' height='4mm' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='3.5' style='fill:%23222;opacity:.8;'/%3E%3C/svg%3E") 4 4, default;
}
html,body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    background: #f5f6f8;
}
.pad1{
  padding-left: 30px;
  padding-right: 30px;
}
.pad0{
    padding-left: 0;
    padding-right: 0;
}
.pad3{
    padding: 20px;
}
.p1{
 
  line-height: 32px;
  font-family: 'Bellefair', serif;
  font-size: 22px;
  color: #282f38 !important;
/*  text-align: justify;
*/
}
.p2{
        font-size: 1.1rem;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}
.a1{
    line-height: 32px;
    font-family: 'Bellefair', serif;
    font-size: 22px;
    color: #282f38 !important;
}
.a1:hover{
    color:#00612f !important;;
}
.hd {
    font-size: 40px;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #393735;
    font-family: 'Secular One', sans-serif;
}
.hd3{
    font-size: 30px;
    line-height: 45px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
}
.hd4{

}

.hd1{
	font-size: 46px;
	font-family: 'Darker Grotesque', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #00612f;
    text-transform: uppercase;
}
.hr1{
    height: 1px;
    border: solid 1px #000;
}
li.active a{
    color: #e15616;
    position: relative;
    top: -14px;
}
.hd2{
    font-size: 22px;
  font-family: 'Darker Grotesque', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}
.carousel-indicators [data-bs-target]{
    background-color: #000;
}
.dot1{
    color: #e15616;
    font-weight: bold;
    font-size: 30px;
     animation: blink 2s infinite;
}
.dot2{
    color: #00612f;
    font-weight: bold;
    font-size: 30px;
     animation: blink 2s infinite;

}
@keyframes blink {
  from {opacity: 0;}
  to {opacity: 1;}
}
.line1{
	height: 1px;
	width: 100%;
	background-color: #ddd;
}
.card{
    background: transparent;
}
.card1{
/*	background-color: #393735 !important; 
*/	
    background: #393735;
    border: none;
    cursor: pointer;
    transition: all 500ms;
}
.card1:hover{
    background: #000;
}
.card-text,.card-title{
    line-height: 32px;
    font-family: 'Bellefair', serif;
    font-size: 22px;
    color: #fff !important;
}
/* btn css S */


@import url("https://fonts.googleapis.com/css?family=Mukta:700");


button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: #e15616;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.125rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
span.button-text a{
    color: #e15616;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;

}
span.button-text a:hover{
    color: #fff;
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.30rem 0;
  margin: 0 0 0 0.55rem;
  color: #000;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
    background: #e15616;
    color: #fff;

}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

/* btn css e*/

/* anchor s*/


.btn2{
  font-size: 22px;
  position: relative;
  color: #00612f;
  text-decoration: none;
  z-index: 1;
  font-family: 'Bellefair', serif;
  transition: all 500ms;
  padding: 0 5px;
}

.btn2:hover{
/*	color: #fff;
	text-decoration: none;
	background: #e15616;*/
}
.ic1{
	stroke: #00612f;
}
.ic2{
	color: #393735 !important;
}
.ic3{
    color: #f5f6f8 !important;
}


/* anchor e*/

ul.list2>li>a{
  color: #282f38;
  font-family: 'Bellefair', serif;
  font-size: 22px;

}

/* anchor line s*/

.link {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
    font-family: 'Darker Grotesque', sans-serif;
    letter-spacing: 1px;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.content__item {
/*    width: 100%;
    height: 100%;*/
    margin: 0;
    padding: 0;
    counter-increment: itemcounter;
    display: inline-flex;
   /* flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;*/
}

.content__item::before {
    color: var(--color-number);
    position: absolute;
    top: 0;
    left: 0;
/*    content: counters(itemcounter, ".", decimal-leading-zero);
*/}
    .link__graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: #000;
    stroke-width: 1px;
}

.link__graphic--slide {
    top: -3px;
    stroke-width: 2px;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.link:hover .link__graphic--slide {
    transform: translate3d(-66.6%, 0, 0);
}

.link--iocaste {
    overflow: hidden;
    padding: 7px 0;
}
.link__graphic--slide {
    top: -3px;
    stroke-width: 2px;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.link:hover .link__graphic--slide {
    transform: translate3d(-66.6%, 0, 0);
}
a:hover {
    color: var(--color-link-hover);
    outline: none;
}
/* anchor line e*/

/* custom form s*/
.form-control{
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #ddd;
}
/* custom form e */

#car{

   background-color: #f5f6f8;
}
.carousel1{
    background: linear-gradient(90deg, #f5f6f8 21px, transparent 1%) center, linear-gradient(#f5f6f8 21px, transparent 1%) center, #000;
    background-size: 22px 22px;
}
.mt1{
    margin-top: 120px;
}
.icon-arrow {
  display: block;
  margin: 1em auto;
}

.animate-up .arrow {
  -webkit-animation: arrow-up 3s 2s infinite;
          animation: arrow-up 3s 2s infinite;
}

.animate-down .arrow {
  -webkit-animation: arrow-down 3s 2s infinite;
          animation: arrow-down 3s 2s infinite;
}

@-webkit-keyframes arrow-up {
  0% {
    transform: translateY(0);
  }
  40%, 100% {
    transform: translateY(-150%);
  }
}

@keyframes arrow-up {
  0% {
    transform: translateY(0);
  }
  40%, 100% {
    transform: translateY(-150%);
  }
}
@-webkit-keyframes arrow-down {
  0% {
    transform: translateY(0);
  }
  40%, 100% {
    transform: translateY(150%);
  }
}
@keyframes arrow-down {
  0% {
    transform: translateY(0);
  }
  40%, 100% {
    transform: translateY(150%);
  }
}

.line {
  margin-top: 3.4rem;
}
.line::before {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 1.1rem;
  width: 39px;
}









