@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

  
html {
  font-size: 16px;
  /* cursor: none; */
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Baskerville Old Face';
  src: url('../fonts/BaskOldFace.woff2') format('woff2'),
      url('../fonts/BaskOldFace.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bassy';
  src: url('../fonts/BassyRegular.woff2') format('woff2'),
      url('../fonts/BassyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1{
  font-size: 85px;
  font-weight: 700;
  font-family: 'Baskerville Old Face';
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Baskerville Old Face';
}

h2 {
  font-size:80px;
  color:#000;
  font-family: 'Baskerville Old Face';
  font-weight: 600;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-bottom: -27px;
}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffc50a;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 2px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: 1;
  width: 100%;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 21px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -200px;
  left: auto;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 4px;
  width: 20px;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active:before {
  width: 30px;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li span {
  opacity: 1;
  transition: .5s all ease-in-out;
  font-size: 15px;
  font-weight: 500;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}




ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 40px;
  margin-bottom: 0;
  display: none;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 2px #000;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  /* margin-top: 434px; */
  position: relative;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding-left: 59px;
  font-size: 18px;
} 

.main-navigate nav img {
  width: 97%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 17px 50px;
  color: #fff;
  outline: none;
  border: none;
  background:#39660e;
  border-radius: 33px;
  transition: all .5s;
  font-weight: 600;
  font-size: 18px;
}

.btn:hover{
 background-color: orange;
 color: #fff;
 transform: scale(1.1);
}

.header-btn{
  position: relative;
  left: 30px;
}

.banner-btn{
  margin-top: 30px;
}

.banner-btn .btn{
  background-color: #ffc50a;
  padding: 18px 60px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #39660e;
  font-weight: 700;
}

.header-area{
  display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 10px;
    left: 3rem;
}

.header-area span img{
    transition: all 1s;
}

.header-area span img:hover{
    transform: scale(1.2);
}

.slider-content .text-holder h2{
  font-size: 97px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  display: none;
}


.slider-content .text-holder h5{
  font-size: 61px;
  color: #fff;
  font-weight: 500;
  display: none;
}


/* header/slider-css */


/* bix-sec */

.bix-sec{
  padding: 10rem 0 6rem 0;
}
.cd-box{
  position: relative;
  transition: all .3s;
}

.cd-box:hover{
  transform: scale(1.05);
}
.cd-box:hover figure img {
  filter: brightness(0.8);
}



.overlay{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 2rem;

}

.overlay h3{
  font-size: 45px;
  color: #fff;
  text-align: center;
}

/* bix-sec */


/* ft-sec */

.ft-sec{
  padding: 4rem 0;
  position: relative;
}

.ft-sec::before{
  content: '';
  background-image: url(../images/flowe.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -2.8rem;
  width:256px;
  height:317px;
  animation: puff-in-center 4s linear infinite alternate both;
}
@keyframes puff-in-center {
  0% {
    transform: scale(1.5);
            transform: scale(1.2);
    filter: blur(2px);
            filter: blur(2px);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
            transform: scale(1);
    filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.ft-sec .primary-heading h2{
  font-size: 90px;
  font-weight: 500;
  letter-spacing: 2px;
}

.ft-sec .primary-heading h3{
  font-family: 'Bassy';
  font-size: 59px;
  font-weight: 400;
  color: #39660e;
  margin-bottom: 0px;
  line-height: 23px;
}

.product-x figure img{
  width: 331px !important;
  object-fit: cover;
  margin: auto;
}

.product-x{
  text-align: center;
  margin: auto;
  background: #ffffff;
  padding: 74px 0px 49px 30px;
  border-radius: 15px;
  border: 1px solid #ccc;
  margin: 0px 8px;
  transition: all .5s;
}

.product-x:hover{
  transform: scale(1.03);
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
}



.product-x article h4{
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
}

.product-x article span{
  color: #ac2938;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.ft-sec .owl-carousel .owl-stage {
  padding: 40px 0px;
}

/* ft-sec */


/* uc-sec */

.uc-sec{
  width:100%;
  margin-top: 4rem;
}

.uc-text{
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
  padding-left: 11rem;
}

.mainuc{
  position: relative;
}

.uc-text article h2{
  color: #fff;
  font-size: 96px;
  font-weight: 500;
  letter-spacing: 3px;
}

.uc-text article p{
  color: #fff;
}

/* uc-sec */


/* seller-sec */

.seller-sec{
  padding: 6rem 0;
  position: relative;
}





.seller-sec::before{
  display: none;
}
.seller-sec::after{
  content:'';
  background-image: url(../images/flower.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 257px;
  height: 317px;
  animation: puff-in-center 4s linear infinite alternate both;
  z-index: -1;
}

/* seller-sec */


/* about-sec */
.aboutt-img{
  position: relative;
  text-align: end;
  left: 1rem;
}

.imi-img{
  position: absolute;
  left: -27%;
  top: 28%;
}

.imi-img img{
animation: bounce-anim 3.7s infinite alternate;
}

@keyframes bounce-anim {
  from {
      transform: rotate(-4deg);
  }
  to {
      transform: rotate(4deg);
  }
}

.about-secc{
  padding: 4rem 0 5rem 0;
  position: relative;
}

.aboutt-content article h2{
  font-size: 61px;
  letter-spacing: 2px;
}

.aboutt-content article h5{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.aboutt-content{
  padding-left: 30px;
  padding-right: 80px;
}

.sspn{
  display: inline-block;
  position: relative;
}

.sspn::before{
  content: '';
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -39px;
  top: -13px;
  width: 178px;
  height: 93px;
}


.about-secc::after{
  content: '';
  background-image: url(../images/aboutafter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 9rem;
  width: 266px;
  height: 525px;
  animation: slide-top 4s linear infinite alternate both;
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

.about-secc::before{
  content: '';
  background-image: url(../images/miniflowers.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 10rem;
  width: 283px;
  height:312px;
  animation: puff-in-center 4s linear infinite alternate both;
}




/* about-sec */

/* blog-sec */

.blog-sec{
  padding-bottom: 7rem;
}

.blog-overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding-bottom: 3rem;
  transition: all .5s;
  background: #00000045;
  border-radius: 10px;
}

.blog-overlay:hover{
  background: #00000000;
 
}

.blog-box{
  position: relative;
  transition: all .5s;
}
.blog-box:hover{
  transform: scale(1.05);
}

.blog-overlay h6{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-overlay h3{
  color: #fff;
  font-size: 39px;
  font-weight: 500;
  letter-spacing: 2px;
}

.dte span{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.dte ul li{
  display: flex;
  color: #fff;
  align-items: center;
  gap: 2px;
  margin-right: 22px;
}

.dte{
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}

.dte ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* blog-sec */




 /* footer sec */

 .copy-sec p span {
  color: #333;
  font-weight: 600;
}

footer {
  padding: 23rem 0 1rem;
  background-image: url(../images/footerbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -13px;
  width: 100%;
  height: 100%;
}

.footersec .btn {
  background-color: #39660e;
  padding: 12px 25px;
  left: 10px;
  transition: all .5s;
  color: #fff;
  border-radius: 27px;
  clip-path: none;
}

footer .footer-column {
  position: relative;
  top: -101px;
}

.footersec .btn:hover {
  background-color: white;
  color: black;
}

.footer-logo h3 {
  color: white;
  font-size: 67px;
}

.footer ul li {
  display: inline-block;
}

footer.footersec ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}


.footercontact ul li i {
  font-size: 21px;
  margin-right: 15px;
}

footer.footersec ul li a {
  color: white;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 15px !important;
}

.footercontact p {
  color: white;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 14px;
}

.foooter-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footernav h5 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.footernav ul {
  margin-top: 30px;
  border-top: 1px solid #8e8a8a;
  padding-top: 35px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}


.footercontact ul li {
  display: block;
}


.footercontact {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}

.footercontact ul li>.media {
  min-height: 70px;
}

.footercontact ul li>.media .media-body {
  display: inline-grid;
  margin-left: 20px;
}

.footercontact ul li>.media a i {
  font-size: 22px;
  color: #fff;
}

.footercontact ul li>.media .media-body p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.footercontact ul li>.media .media-body small {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.footercontact ul li>.media a {
  color: #fff;
  font-size: 17px;
}

.footercontact ul li>.media a:nth-child(3) {
  align-items: self-end;
}

.footerinfo {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.footercontact ul li:nth-child(3) {
  border-right: none;
  padding-bottom: 0;
}

.footercontact ul li i {
  color: #fff;
  font-size: 23px;
}

.footernav ul li {
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 16px;
  position: relative;
}

.footercontact ul li {
  padding-bottom: 13px;
}

.footercontact ul li a {
  font-size: 16px !important;
}

.slidercontact ul li:nth-child(3)>.media {
  align-items: center;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 13px;
  margin: 0;
  color: white;
}

.copyright p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}

footer.footersec ul li a:hover {
  color: #9acd32;
}

.footercontact h5 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
}

.footersocial h5 {
  color: #fff;
}

.footersocial ul {
  margin-top: 0;
}

.footersocial ul li {
  display: inline-block;
  padding-right: 2px;
}

.footersocial ul li a i {
  height: 40px !important;
  width: 40px !important;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid white;
  transition: all .5s;
}

.active-fb {
  background: #e2cf24 !important;
}

.footersocial ul li a i:hover {
  color: white;
  background: #ffc50a;
  color: #fff;
  border: none;
}

.app-image {
  display: flex;
  margin-top: 30px;
  margin-left: 30px;
}

.app-image img {
  width: 150px;
}

.form-control {
  font-family: 'Poppins', sans-serif;
  margin: 0 5px;
}

.footersec form .d-flex {
  margin-bottom: 15px;
  width: 95%;
  justify-content: space-between;
}

.footercontact span h4 {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 27px;
}

.footersocial ul {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.footer-logo {
  margin-bottom: 0;
  text-align: center;
}

.footercontact span {
  flex: 0 0 50.666667%;
  max-width: 50.666667%;
}

.footercontact input.form-control {
  min-height: 52px;
  border-radius: 29px;
  border: 1px solid #f7f9f8;
  background-color: #f7f9f8;
}

.copy-sec {
  text-align: center;
}

footer.footersec .container {
  position: relative;
}

.footer-logo a img {
  width: 75%;
  margin: 0 auto;
  display: table;
}

.copysec p {
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

.footercontact .themeBtn {
  background-color: #000;
  border-color: #b71313;
}

.copysec {
  position: relative;
  /* margin-top:30px; */
  top: -26px;
}

.carousel-indicators li {
  background-color: #a5c7de !important;
}

.copysec::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 132px;
  width: 1257px;
  height: 1px;
  background-color: #8e8a8a;
}

.footersec img.footer-logo {
  position: absolute;
  top: auto;
  bottom: 22rem;
  width: 45%;
}

.copysec p {
  color: #fff;
}

.footer-logo img {
  width: 235px;
}



/* footer */



/* Preloader */

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.preloader {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color:#000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill:#ffc50a;
}

.shape-overlays__path:nth-of-type(2) {
  fill: #39660e;
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--white);
}

/* !@Preloader */

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -25px;
    margin-top: -25px;
    width: 30px;
    height: 30px;
    z-index: 10000001;
    background-position: center;
    background-size: cover;
    background-color: yellowgreen;
    
}



/* Cursor End */



.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -264px;
  left: auto
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 4px;
  width: 20px;
  position: absolute;
  left: 0;
  transition: .5s ease-in-out
}

.custom-slider .carousel-indicators li.active:before {
  width: 20px
}

.custom-slider .carousel-indicators li.active {
  color: aliceblue;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 48px;
  transition: .5s ease-in-out;
  background-color: #66a2f8;
  border: 3px solid #ffc50a;
}
.custom-slider .carousel-indicators li.active span {
  opacity: 1;
  font-size: 28px;
  margin: 0;
  color: #9acd32;
  position: absolute;
  right: -41px;
}


.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  justify-content: start;
  padding-left: 15rem;
  padding-bottom: 5rem;
}

.banner-overlay h1 {
  font-size: 75px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
}

.bottom-line-inner{
  position: absolute;
  bottom: -2rem;
  width: 100%;
}



/* video-sec */

.video-img{
  position: relative;
}

.vs-icon{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.vs-icon img{
  width: 120px;
}

.video-sec{
  padding-bottom: 8rem;
  padding-top: 6rem;
}

/* video-sec */





/* testimonials-sec */

.testi-heading h2{
  color:black !important;
  letter-spacing: 4px;
  text-align: center;
  font-size:75px;
  font-style: italic;
  margin-bottom: 50px;
}

.testimonials-sec{
  padding-bottom: 9rem;
}

.testimonials-card figure{
  display: flex;
  align-items: center;
  height: 161px;
}

.testimonials-sec .owl-carousel .owl-stage-outer{
  padding: 40px 0px;
}

.testimonials-card{background-color: white;position:relative;z-index:1;border: 1px solid #fde13b;}

.testimonials-card::after{
  content: '';
  background-image: url(../images/testi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -51px;
  z-index:2;
  right: 56px;
  width:100px;
  height:100px;
}


.testimonials-card figure img{
  width: 45% !important;
  margin-left: -30px;
}

.testimonials-card figure span{
  font-weight: 600;
    display: inline-block;
    margin-left: -53px;
}

.testimonials-card article ul li{
  display: inline-block;
  padding-bottom: 40px;
}

.testimonials-card article ul li i{
  color:#ffcc00;
  font-size:13px;
}

.testimonials-card article{
  padding:0px 50px;
}

.testimonials-card article p{
  margin-top:-10px;
  font-style: italic;
  font-weight: 600;
  color:#757c85;
}


.testimonials-sec .owl-nav {
  position: absolute;
  top: 74%;
  left: 25rem;
}

.testimonials-sec .owl-nav button.owl-prev {
  position: absolute;
  left: -429px;
  width: 50px;
  top: -143px;
  font-size: 25px;
  height: 50px;
  background-color: black;
  color: #fff;
  border-radius: 100%;
}

.testimonials-sec .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #39660e;
  color: #fff;
  border-radius: 100%;
  left: 993px;
  top: -143px;
  font-size: 25px;
}




/* blog-sec */
.blog-sec{
  padding:100px 0px 150px 0px;
}

.blog-box{
  background-color: white;
  padding: 15px;
  border-radius: 17px;
}

.blog-content article h5{
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  margin-top: 32px;
}

.blog-content article p{
  margin: 15px 0px;
}

.blog-content article {
  padding: 28px 20px 23px 47px;
}

.blog-img{
  position: relative;
}


.blog-box .date {
  background-color: #39660e;
  width: 214px;
  position: absolute;
  top: auto;
  height: 62px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: -25px;
  left: 29px;
  z-index: 99;
  text-align: start;
  padding-left: 19px;
  padding-top: 6px;
  box-shadow: 2px 2px 6px #c7b9b9;
}

.date h5{
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.date i{
  font-size: 29px;
  margin-right: 14px;
  color: #fff;
}

.blog-sec .col-lg-6{
  margin-bottom: 50px;
}

.primary-heading h2{
  font-size: 90px;
  font-weight: 700;
  font-family: 'AGaramondPro';
}

/* blog-sec */

/* email-info */

.email-inFo {
  padding: 112px 0px 29px 0px;
  position: relative;
 
}

.contact-inf {
  text-align: center;
}

.inf-dots{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.contact-inf article h5 {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
}

.contact-inf article span {
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

/* email-info */

/* map-sec */
.map-sec{
  padding: 100px 0px;
}
/* map-sec */



 /* contactus */

 .contactus{
  padding: 0px 0px 145px 0px;
  position: relative;
  
 }
 
 .contactus form input{
   min-height: 56px;
     border: none;
     background: #efefef;
     border-radius: 30px;
     padding-left: 24px;
 }
 
 .contactus form select{
   min-height: 56px;
     border: none;
     background: #efefef;
     border-radius: 30px;
     padding-left: 24px;
     margin-top: 15px;
 }
 
 .contactus form textarea{
   border: none;
     background: #efefef;
     border-radius: 30px;
     padding:20px;
     margin-top: 15px;
 }
 
 .form-btn{
   text-align: center;
 }
 
 .contactus form .btn{
   padding:15px 70px;
   margin:25px auto;
   left: 0;
   margin-top: 43px;
 }

 
 
 /* contactus */


 /* inner-ft-prd */

.inner-ft-prd{
  padding: 8rem 0 9rem 0;
}

 /* inner-ft-prd */


 /* sw-one */

.sw-one{
  padding: 7rem 0;
}

.sw-content-a article h2{
  font-size: 60px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.sw-content-a article h2::after{
  content: '';
  background-color: #ffc50a;
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 2px;
  left: 0px;
}

.sw-content-a article h4{
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

 /* sw-one */

 /* pr-secss */

 .pr-secss{
  padding: 6rem 0;
 }

 .pr-secss h2{
  font-size: 60px;
 }


.dotss{
  padding-bottom: 20px;
}

.dotss li{
  position: relative;
  padding-bottom: 10px;
  text-align: start;
  padding-left: 17px;
}

.dotss li::before{
  content:'';
  background-color: #000;
  position: absolute;
  left: -6px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse{
  0% {
    box-shadow: 0 0 0 0px rgb(0, 0, 0,0.9);
  }

  100% {
    box-shadow: 0 0 0 4px rgb(0, 0, 0,0.1);
  }
}


 /* pr-secss */


 /* content-x */

.content-x h2{
  font-size: 60px;
  font-weight:500; 
}

.content-x h3{
  font-size: 45px;
  font-weight: 500;
  margin-top: 40px;
}

.content-x span{
  display: block;
}

.sec-standard{
  padding: 6rem 0 9rem 0;
}

.blb-flex{
  display: flex;
  margin-top: 2rem;
}

.blb-flex ul{
  flex:0 0 50%;
  max-width: 50%;
}

 /* content-x */