@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
}
body {
  overflow-x: hidden;
}
main {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
.btn:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
button:focus {
  outline: none;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
/* header started  */

.main-header {
  padding: 55px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.main-header .main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .main-nav .logo img {
    width: 200px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(122%) hue-rotate(187deg) brightness(115%) contrast(100%); */
}

.main-header .main-nav .h-btns {
}

.main-header .main-nav .h-btns a {
  border-radius: 62px;
  font-family: "Montserrat", sans-serif;
  padding: 11px 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
  transition: 0.5s;
  padding: 10px 20px;
}

.main-header .main-nav .h-btns a:nth-child(1) {
  background: transparent;
  color: #373735;
  border: 2px solid #373735;
}

.main-header .main-nav .h-btns a:nth-child(1) i {
  font-size: 18px;
}

.main-header .main-nav .h-btns a:nth-child(1):hover {
  background-color: #373735;
  color: #fff;
}

.main-header .main-nav .h-btns a:nth-child(2) {
}

.main-header .main-nav .h-btns a:nth-child(2) {
  border: 1px solid rgb(120, 167, 31, 0.5);
  background-color: #78a71f;
  color: #fff;
  transition: 0.5s;
  margin: 0 0  0 10px;
}

.main-header .main-nav .h-btns a:nth-child(2):hover {
  background: transparent;
  color: #78a71f;
}

.main-banner {
  background-image: url(../images/banner-back.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1025px;
  position: relative;
}

.main-banner::after {
  content: "";
  background-image: url(../images/banner-back-b.png);
  position: absolute;
  background-size: 100%;
  top: 0;
  right: 0;
  height: 872px;
  width: 833px;
  background-repeat: no-repeat;
}

.main-banner::before {
  content: "";
  background-image: url(../images/banner-back-a.png);
  position: absolute;
  background-size: 100%;
  left: 0;
  height: 480px;
  width: 37px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-73%);

}

.main-banner .title {
  padding: 205px 0 0;
}

.main-banner .title h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.main-banner .title h2 span {
  display: block;

  font-weight: 500;

  font-family: "Montserrat", sans-serif;
}

.main-banner .title p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 25px 0 35px;
}

.main-banner .title h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 37px;
  padding: 30px 0 55px;
}

.main-banner .title h3 span {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
}

.main-banner .my-btn {
  font-family: "Montserrat", sans-serif;
}

.main-banner .title h4 {
  color: #78a71f;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.main-banner .my-btn a {
  transition: 0.5s;
  padding: 13px 0px;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: 600;
  width: 47%;
  display: inline-block;
  text-align: center;
}

.main-banner .my-btn a:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  background-color: #fff;
  border: 2px solid #fff;
  margin-right: 18px;
}

.main-banner .my-btn a:nth-child(1):hover {
  color: #fff;
  background: transparent;
}

.main-banner .my-btn a:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}

.main-banner .my-btn a:nth-child(2):hover {
  color: #78a71f;
  background-color: #fff;
}

.main-banner .img-logo ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 0;
}

.main-banner .brandSlider {
  background: #fff;
  padding: 50px 10px;
  border-radius: 150px;
  text-align: center;
  margin: 85px 0 0;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 15%);
}

.main-banner .brandSlider a img {
  width: 75%;
  margin: 0 auto;
  height: 40px;
  object-fit: contain;
}

/******************************************* about-sec **************************************/

.about-sec {
  padding: 85px 0 0;
}

.about-sec .title {
}

.about-sec .title h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.about-sec .title h2 span {
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.about-sec .title p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 13px 0;
  font-weight: 600;
}

.about-sec .title .pra {
  color: #78a71f;
  padding-right: 50px;
}

.about-sec .my-btn {
  margin: 30px 0 0;
}

.about-sec .my-btn a {
  transition: 0.5s;
  padding: 13px 28px;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: 600;
}

.about-sec .my-btn a:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #78a71f;
  border: 2px solid #78a71f;
  margin-right: 18px;
}

.about-sec .my-btn a:nth-child(1):hover {
  color: #78a71f;
  background-color: transparent;
}

.about-sec .my-btn a:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  background-color: transparent;
  border: 2px solid #78a71f;
}

.about-sec .my-btn a:nth-child(2):hover {
  color: #fff;
  background: #78a71f;
}

/******************************************* info-sec ********************************************/

.info-sec {
  background-image: url(../images/info-img.png);
  background-size: 100% 100%;
  height: 770px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-sec .imgs-info {
  position: relative;
  z-index: 3;
  margin: 50px 0 0;
}

.info-sec .imgs-info::before {
  content: "";
  background-image: url(../images/info-b.png);
  background-size: 100%;
  position: absolute;
  height: 560px;
  width: 497px;
  top: -13px;
  background-repeat: no-repeat;
  z-index: -1;
}

.info-sec .title h2 {
  font-size: 35px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.info-sec .title h2 span {
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.info-sec .title p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 13px 0;
  font-weight: 600;
  padding-right: 30px;
}

.info-sec .title .pra {
  color: #78a71f;
  padding-right: 30px;
}

.info-sec .my-btn {
  margin: 30px 0 0;
}

.info-sec .my-btn a {
  transition: 0.5s;
  padding: 13px 28px;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: 600;
}

.info-sec .my-btn a:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #78a71f;
  border: 2px solid #78a71f;
  margin-right: 18px;
}

.info-sec .my-btn a:nth-child(1):hover {
  color: #78a71f;
  background-color: transparent;
}

.info-sec .my-btn a:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  background-color: transparent;
  border: 2px solid #78a71f;
}

.info-sec .my-btn a:nth-child(2):hover {
  color: #fff;
  background: #78a71f;
}

/*****************************************  *******************************/

.portfolio-sec {
  padding: 50px 0 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(243, 244, 246, 1) 51%,
    rgba(255, 255, 255, 1) 100%
  );
}
.portfolio-sec .portfolio-listing .portfolio-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 55px;
}
.portfolio-sec .portfolio-listing .portfolio-item .portfolio-img a {
  display: block;
  width: 100%;
}
.portfolio-sec .portfolio-listing .portfolio-item .portfolio-img img {
  height: 360px;
  width: 100%;
  object-position: center top;
  border-radius: 15px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  object-fit: cover;
  transition-duration: 2s;
}
.portfolio-sec .portfolio-listing .portfolio-item:hover .portfolio-img img {
  object-position: bottom center;
  transition-duration: 3s;
}
.portfolio-sec .portfolio-listing .portfolio-item .portfolio-info {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.portfolio-sec .portfolio-listing .portfolio-item .portfolio-info h4 {
  font-size: 26px;
  font-weight: 500;
  display: none;
}
.portfolio-sec .portfolio-listing .portfolio-item .btn-portfolio {
  padding: 8px 3px;
}
.portfolio-sec .portfolio-listing .portfolio-item .btn-portfolio .portfolio {
  background-color: #e7f1fa;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 8px 20px;
  display: block;
}
.portfolio-sec .sec-title {
  text-align: center;
  padding: 40px 0;
}
.portfolio-sec .sec-title h2 {
  font-size: 56px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-family: "Montserrat", sans-serif;
}

.portfolio-sec .sec-title h3 {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*************************************** price *****************************************/

/*pricing_css*/

.priceList ul {
  max-height: 230px;
  overflow-y: auto;
  margin-top: 10px;
  margin: 0 0 20px;
}

/* width */
.priceList ul::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
.priceList ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.priceList ul::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

/* Handle on hover */
.priceList ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.price_Box {
  position: relative;
  border: 3px solid #78a71f;
  margin: 0 0px 50px 0;
  transition: ease-in-out 0.5s;
  background-color: #fff;
  border-radius: 29px;
  box-shadow: 0 0 5px rgb(0 0 0 / 31%);
  height: 100%;
}

.price_head {
  /* position: absolute; */
  /* top: -5px; */
  /* left: -6px; */
  /* background: #759e27; */
  /* width: 351px; */
  padding: 19px 30px;
  text-align: center;
  border-radius: 0px 70px 0px 70px;
  color: #000;
}

.pricing {
  padding: 0px 10px 0;
  text-align: center;
}

.price_head h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin: 0px 0 10px;
  font-family: "Montserrat", sans-serif;
}
.priceList {
  padding: 15px 20px 40px;
  margin: 0 0 0px;
}

.price_head h5 {
  color: #78a71f;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.priceList ul li {
  font-size: 14px;
  line-height: 25px;
  color: #151515;
  font-weight: 700;
  padding: 0 0 0 19px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.priceList ul li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 25px;
  color: #78a71f;
  font-family: "FontAwesome";
}
.price_btns {
  text-align: center;
  margin: 33px 0 0;
}

.price_btns > a {
  margin: 0 5px 0;
  padding: 10px 25px;
}

.price_Box .price_btns a {
  transition: 0.5s;
  padding: 11px 22px;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.price_Box .price_btns a:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #78a71f;
  margin-right: 0px;
}

.price_Box:hover .price_btns a:nth-child(1) {
  color: #fff;
  background: transparent;
}

.price_Box .price_btns a:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  background: transparent;
  border: 2px solid #78a71f;
}

.price_Box:hover .price_btns a:nth-child(2) {
  color: #78a71f;
  background-color: #fff;
}

.pricing h6 {
  color: #303030;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  /* float: right; */
  font-family: "Montserrat", sans-serif;
}

.pricinglist {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0px 15px;
}
.price_Box:hover .price_head {
  /* background: #2f2f2f; */
  color: #fff;
}

.price_Box:hover {
  /* transform: scale(1.1); */
  background: #303030;
  border: 3px solid #fff;
  box-shadow: 0px 0px 5px 2px #78a71fa6;
}

.price_Box.badge_best.h-100 {
}

.price_Box:hover .pricing h6,
.price_Box:hover .pricing h2 {
  color: #fff;
}

.price_Box:hover ul li {
  color: #fff;
}

.price_Box:hover ul li:after {
  color: #fff;
}

.price_Box:hover .price_btns > a.webBtn {
  background: #fff;
  color: #78a71f !important;
}

.price_Box:hover .price_btns > a.webBtn2 {
  background: transparent;

  border-color: #fff;
  color: #fff !important;
}

.pricing h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 800;
  color: #000;
  /* float: left; */
  font-family: "Montserrat", sans-serif;
}

.pricing h6 del {
  display: block;
  text-decoration: line-through;
}
.badge_best {
  position: relative;
}

.badge_img {
  position: absolute;
  top: -10px;
  left: -10px;
}

.badge_img img {
  width: 90%;
}

.priceSec {
  padding: 50px 0 0px;
  background-color: #fff;
  position: relative;
}
.priceSec:before {
  content: "";
  background-image: url(../images/side.html);
  position: absolute;
  bottom: 90px;
  left: 37px;
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
  background-position: bottom left;
}

.priceSec .title h2{
  font-size: 56px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 0 0 80px;
}

/*pricing_css*/

/*textimonials_css*/

.client_img {
  position: absolute;
  left: 0px;
  top: 40px;
}

.client_text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.09);
  height: 300px;
  padding: 20px 30px 20px 40px;
  float: right;
  margin: 20px 0 30px 150px;
  border-radius: 40px 0px 40px 40px;
}

.client_img img {
  width: 70%;
  border-radius: 120px 0px 120px 120px;
  height: 240px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.Client_Box {
  position: relative;
}

.client_text h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #222;
}

.client_text h5 {
  font-size: 15px;
  line-height: 20px;
  color: #759e27;
  font-weight: 600;
  margin: 0px 0 0px;
}

.client_text ul li {
  display: inline-block;
  margin: 20px 0;
  color: #feb100;
}
.testimonialsSec {
  padding: 5% 0 5%;
  position: relative;
}
.testimonialsSec:before {
  content: "";
  background-image: url(../images/aboutbar.html);
  position: absolute;
  left: 16px;
  background-position: left;
  background-repeat: no-repeat;
  width: 496px;
  height: 151px;
  top: 0;
  background-size: contain;
}
.testimonialsSec .slick-dots li button:before {
  font-size: 40px;
}
.client_img:after {
  content: "";
  position: absolute;
  left: 8px;
  top: -4px;
  border: 2px solid #000;
  padding: 110px 80px;
  border-radius: 120px 0px 120px 120px;
}

.price_Box:hover .price_head h3 {
  color: #fff;
}

.price_Box:hover .price_head h5 {
  color: #fff;
}
/*textimonials_css*/

/**************************************************  ******************************/

.sec-lets {
  padding: 100px 0 0;
  position: relative;
}

.sec-lets::before {
  content: "";
  background-image: url(../images/lets-circle.png);
  height: 355px;
  width: 355px;
  background-size: 100%;
  position: absolute;
  top: -8px;
  left: 37px;
  z-index: -1;
}

.sec-lets .title {
  padding: 50px 0 0;
}

.sec-lets .title h2 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.sec-lets .title h2 span {
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.sec-lets .title p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 13px 0;
  font-weight: 600;
}

.sec-lets .my-btn {
  margin: 30px 0 0;
}

.sec-lets .my-btn a {
  transition: 0.5s;
  padding: 13px 28px;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: 600;
}

.sec-lets .my-btn a:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #78a71f;
  border: 2px solid #78a71f;
  margin-right: 18px;
}

.sec-lets .my-btn a:nth-child(1):hover {
  color: #78a71f;
  background-color: transparent;
}

.sec-lets .my-btn a:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  background-color: transparent;
  border: 2px solid #78a71f;
}

.sec-lets .my-btn a:nth-child(2):hover {
  color: #fff;
  background: #78a71f;
}

/************************************************ testimonial-sec ********************************************/

.testimonial-sec {
  padding: 0 0 100px;
}

.testimonial-sec .card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 17px 30px 32px;
  border: none;
  border-radius: 20px;
}

.testimonial-sec .card .t-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-sec .card .t-content li:nth-child(1) img {
  border: 2px solid #78a71f;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.testimonial-sec .card .t-content li:nth-child(2) .rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-sec .card .t-content li:nth-child(2) h5 {
  color: #78a71f;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.testimonial-sec .card .t-content li:nth-child(2) p {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-style: italic;
}

.testimonial-sec .card .t-content li:nth-child(2) .rate a {
  color: #fec241;
  padding: 0 4px 0 0px;
}

.testimonial-sec .testimonial-slide .card .para {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  padding-right: 47px;
  color: #383838;
  padding-top: 24px;
  font-style: italic;
  font-weight: 500;
}

.testimonial-sec .testimonial-slide .slick-slide {
  padding: 12px 14px;
}

.testimonial-sec .testimonial-slide .slick-slide {
  padding: 0 15px;
  margin: 20px 0;
}

.testimonial-sec .testimonial-slide .slick-dots {
  bottom: -50px;
}

.testimonial-sec .testimonial-slide .slick-dots li {
  width: unset;
  height: unset;
  margin: 0 3px;
}

.testimonial-sec .testimonial-slide .slick-dots button {
  height: 10px;
  width: 10px;
  background-color: #d3d3d4;
  border-radius: 50%;
}

.testimonial-sec .testimonial-slide .slick-dots .slick-active button {
  border-radius: 30px;
  background-color: #78a71f;
}

.testimonial-sec .testimonial-slide .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  color: #dddddd;
  font-size: 54px;
}

.testimonial-sec .testimonial-slide .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: #78a71f;
  font-size: 54px;
}

.testimonial-sec .title h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 45px;
  padding: 0 0 30px;
}

/*process-ideas-sec_css*/
.process-ideas-sec {
  background-image: url(../images/processing-ideas-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 165px 0 140px;
}

.process-ideas-sec .process-content h3 {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 700;
  padding: 0 0 60px;
}
.process-ideas-sec .process-content .card-container {
  position: relative;
}
.process-ideas-sec .process-content .card-content {
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 550px;
}
.process-ideas-sec .process-content .card-container .center-bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.process-ideas-sec .process-content .card-container .center-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #78a71f;
}
.process-ideas-sec .process-content .card-container .center-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #78a71f;
}
.process-ideas-sec .process-content .card-container .center-bar .dot {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #78a71f;
  box-shadow: 0 0 0 5px rgba(149, 191, 70, 0.3);
}
.process-ideas-sec .process-content .card-container .card-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 25%;
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-child(odd) {
  justify-content: flex-end;
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-child(even) {
  justify-content: flex-start;
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-child(odd)
  .process-card {
  background-image: url(../images/card-bg-odd.png);
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-child(even)
  .process-card {
  background-image: url(../images/card-bg-even.png);
}
.process-ideas-sec .process-content .card-container .process-card {
  position: relative;
  text-align: center;
  color: #fff;
  display: flex;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 30px 29px 24px;
  height: 250px;
  width: 310px;
}
.process-ideas-sec .process-content .card-container .process-card img {
  margin-bottom: 22px;
}
.process-ideas-sec .process-content .card-container .process-card h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 2px;
}
.process-ideas-sec .process-content .card-container .process-card p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
}
.process-ideas-sec .process-content .card-container .process-card::before {
  content: "";
  position: absolute;
  background-size: contain;
  height: 180px;
  width: 200px;
  left: 100%;
  background-repeat: no-repeat;
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-child(odd)
  .process-card::before {
  background-image: url(../images/card-arrow-odd.png);
  bottom: 85px;
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-child(even)
  .process-card::before {
  background-image: url(../images/card-arrow-even.png);
  top: 85px;
}
.process-ideas-sec
  .process-content
  .card-container
  .card-wrapper:nth-last-child(1)
  .process-card::before {
  display: none;
}

.contact-sec {
  padding: 60px 0 80px;
  position: relative;
  overflow-y: visible;
}
.contact-sec::before {
  content: "";
  background-image: url("../images/contact-us-img.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 670px;
  height: 700px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.contact-sec::after {
  content: "";
  background-image: url("../images/contact-shape.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 123px;
  height: 481px;
  bottom: 55px;
  right: 21px;
  z-index: 1;
  opacity: 0.3;
}
.contact-sec h2 {
  font-size: 51px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  line-height: 49px;
}
.contact-sec h4 {
  color: #78a71f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-sec .contact-heading {
  padding: 16px 44px 0 0;
}
.contact-sec .contact-form {
  padding: 30px 80px 0 0;
}
.contact-sec .contact-form .contact-input {
  background-color: #ffffff;
  border: none;
  border-radius: 29px;
  padding: 12px 16px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 36%);
}
.contact-sec .contact-form .contact-input:focus {
  /* box-shadow: none; */
}
.contact-sec .contact-form .contact-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 600;
  color: #727272;
}
.contact-sec .contact-form .contact-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  font-weight: 600;
  color: #727272;
}
.contact-sec .contact-form .contact-input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  font-weight: 600;
  color: #727272;
}
.contact-sec .contact-form .contact-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  font-weight: 600;
  color: #727272;
}
.contact-sec .contact-form .contact-input option {
  font-size: 14px;
  font-weight: 600;
  color: #727272;
}
.contact-sec .contact-form .contact-btn {
  margin-top: 15px;
}
.contact-sec .contact-form .contact-btn .contact {
  background-color: #78a71f;
  border: 2px solid #78a71f;
  padding: 13px 68px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.contact-sec .contact-form .contact-btn .contact:hover {
  background-color: transparent;
  color: #78a71f;
  transition: 0.5s;
}

/*footer_css start*/

.footer-bg {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 0;
  margin: -75px 0 0;
  position: relative;
  z-index: 2;
}
.footer-bg .footer-divider {
  border-bottom: 1px solid #3c4824;
  padding-bottom: 20px;
}
.footer-bg .colu-1 {
  /* padding: 25px 0; */
}

.footer-bg .colu-1 img{width: 60%;/* filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(122%) hue-rotate(187deg) brightness(115%) contrast(100%); */}
.footer-bg .colu-1 .para {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  padding: 0;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
.footer-bg .colu-2 {
  padding: 0 0 0 60px;
}
.footer-bg .colu-2 h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.footer-bg .colu-2 .footer-list {
  padding: 15px 0;
}
.footer-bg .colu-2 .footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 0 25px;
}

.footer-bg .colu-2 .footer-list li::before{
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px!important;
    line-height: 25px!important;
    margin-right: 12px;
    color: #78a71f;
    font-weight: 900;
}

.footer-bg .colu-2 .footer-list li:nth-child(1)::before{
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 25px;
  margin-right: 12px;
  color: #78a71f;
  font-weight: 900;
}

.footer-bg .colu-2 .footer-list li:nth-child(2):before{
  content: "\f879";
  font-family: "FontAwesome";
  font-size: 13px;
  margin-right: 12px;
  color: #78a71f;
  font-weight: 900;
}

.footer-bg .colu-2 .footer-list li:nth-child(3):before{
  content: "\f3c5";
  font-family: "FontAwesome";
  font-size: 13px;
  margin-right: 12px;
  color: #78a71f;
  font-weight: 900;
}

.footer-bg .colu-2 .footer-list li a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  padding: 0;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
.footer-bg .colu-2 .footer-list li a i {
  font-size: 13px;
  margin-right: 12px;
  color: #78a71f;
}

.footer-bg .colu-3 {
  padding: 0 0 0 40px;
  position: relative;
  /* z-index: -1; */
}
.footer-bg .colu-3 h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
}
.footer-bg .colu-3 .footer-list {
  padding: 15px 0;
}
.footer-bg .colu-3 .footer-list li {
  margin-bottom: 12px;
}
.footer-bg .colu-3 .footer-list li a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  padding: 0;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
.footer-bg .colu-3 .footer-list li a i {
  font-size: 14px;
  margin-right: 6px;
  color: #78a71f;
}

.footer-bg .colu-4 {
  padding: 0 0 0 10px;
}
.footer-bg .colu-4 h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.footer-bg .colu-4 .footer-list {
  padding: 15px 0;
}
.footer-bg .colu-4 .footer-list li {
  margin-bottom: 15px;
}
.footer-bg .colu-4 .footer-list li a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  padding: 0;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
.footer-bg .colu-4 .footer-list li a i {
  font-size: 18px;
  margin-right: 6px;
  color: #78a71f;
}
.footer-bg .short-text {
  text-align: center;
  padding: 5px 0 20px;
}
.footer-bg .short-text .para {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 23px;
  padding: 0;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  opacity: 0.5;
}
/*footer_css end*/

.shipify-mobile-sec{

padding: 90px 0 0;
}

.shipify-mobile-sec .mob{

}

.shipify-mobile-sec .mob img{
  position: relative;
  left: -100px;
  width: 100%;
}

.shipify-mobile-sec .title h2 {
  font-size: 31px;
  line-height: 39px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.shipify-mobile-sec .title h2 span {
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.shipify-mobile-sec .title p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 28px 0;
  font-weight: 500;
}

.shipify-mobile-sec .title ul li{
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 2px 0;
  font-weight: 600;
}

.shipify-mobile-sec .title ul li::before{
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  font-size: 7px;
  color: #82b54f;
  position: relative;
  top: -2px;
  padding: 0px 6px 0 0;
}

.shipify-mobile-sec .title .pra {
  color: #78a71f;
  padding-right: 50px;
}

.shipify-mobile-sec .my-btn {
  margin: 30px 0 0;
}

.shipify-mobile-sec .my-btn a {
  transition: 0.5s;
  padding: 13px 28px;
  border-radius: 47px;
  text-transform: capitalize;
  font-weight: 600;
}

.shipify-mobile-sec .my-btn a:nth-child(1) {
  font-family: "Montserrat", sans-serif;
  color: #78a71f;
  background: #fff;
  border: 2px solid #fff;
  margin-right: 18px;
}

.shipify-mobile-sec .my-btn a:nth-child(1):hover {
  color: #fff;
  background-color: transparent;
}

.shipify-mobile-sec .my-btn a:nth-child(2) {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.shipify-mobile-sec .my-btn a:nth-child(2):hover {
  color: #78a71f;
  background: #fff;
}


/*portfolio css start*/
.portfolio_boxes a {
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.portfolio_boxes a figure {
  margin-bottom: 0;
  height: 500px;
}

.portfolio_boxes a figure img {
  width: 100%;
  position: relative;
  top: 0;
  transition: 2s all;
}

.portfolio_boxes a:hover img {
  top: -100%;
}

.portfolio_boxes:hover a:after {
  opacity: 1;
  position: absolute;
  content: "\f067";
  font-family: FontAwesome;
  left: 50%;
  top: 48%;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.portfolio_boxes:hover a:before {
  opacity: 1;
  content: '';
  background: #000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
section.portfolio_Sec_main.padding_70 {
  padding: 100px 0 90px;
  background-color: #fff;
}
.web_head h2 {
  text-align: center;
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  color: #000;
  margin: 0 0 19px;
}
.web_head p {
  text-align: center;
  margin-bottom: 50px;
}
/*portfolio css end*/

.flexRow {
  justify-content: center;
}
/***** Media Queries*****/
.banner_text h1 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.pd-1{

padding: 0 10px !important;
}

/*modal css start*/

.get_modal button.btn-close {
    position: absolute;
    right: 10px;
    border-radius: 0;
    color: #fff;
    opacity: 1;
    top: 10px;
    z-index: 1;
}
.get_modal h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    margin: 0px 0 0;
    text-align: center;
}
.get_modal h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
}
.get_modal input, .get_modal textarea, .get_modal select {
    height: 45px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    margin: 0 0 20px;
}
.get_modal textarea {
    height: 100px;
}
.get_modal input.webBtn {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.get_modal .contact-btn {
    text-align: center;
}
.get_modal .modal-body {
    padding: 40px;
}
.get_modal input.webBtn:hover {
    color: #78a71f;
}



/*modal css end*/

.webBtn {
   font-family: "Montserrat", sans-serif;
    color: #fff;
    background: #78a71f;
    border: 2px solid #78a71f;
    transition: 0.5s;
    padding: 13px 28px;
    border-radius: 47px;
    text-transform: capitalize;
    font-weight: 600;
}
.webBtn:hover {
    color: #78a71f;
    background-color: transparent;
}


/*  
 font-family: 'Montserrat', sans-serif;
 font-family: 'Lato', sans-serif;
 font-family: 'Jost', sans-serif;
*/
/************************** media-query **************************/

@media only screen and (min-width: 967px) and (max-width: 1200px){

 .main-header .main-nav .logo img {
    width: 25%;
}  
.main-header .main-nav .h-btns a {
    padding: 8px 10px;
    font-size: 11px;
}
.main-banner::after {
    background-size: cover;
    height: 508px;
    width: 425px;
    background-position: top right;
}
.main-banner .title {
    padding: 105px 0 0;
}
.main-banner .title h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 0!important;
}
.main-banner .title p {
    padding: 5px 0 10px;
    font-size: 12px;
}
.main-banner .title h4 {
    font-size: 14px;
    line-height: 19px;
}
.main-banner .title h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0 25px;
}
.main-banner .my-btn a {
    padding: 8px 10px;
    font-size: 12px;
    margin-right: 5px!important;
}
.main-banner .my-btn a {
    padding: 8px 10px;
    font-size: 12px;
    margin-right: 5px!important;
}
.main-banner {
    height: auto;
}
.main-banner .brandSlider {
    padding: 20px 10px;
    margin: 35px 0 0;
}
 p {
    padding: 5px 0!important;
    font-size: 12px!important;
    line-height: 18px!important;
}
 h2 {
    font-size: 22px!important;
    line-height: 28px!important;
}
.my-btn a {
    padding: 8px 11px!important;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    margin: 0px 5px 0 0px!important;
}
.about-sec .my-btn {
    margin: 10px 0 0;
}
.main-header {
    padding: 15px 0 0px;
}
.info-sec .title .pra {
    padding-right: 0px;
}
.info-sec .my-btn {
    margin: 10px 0 0;
}
.info-sec {
    height: 510px;
}
section.portfolio_Sec_main.padding_70 {
    padding: 1% 0;
}
.priceSec .title h2 {
    padding: 0 0 40px;
}
.img-lap img {
    width: 100%;
}
.sec-lets .title {
    padding: 0px 0 0;
}
.process-ideas-sec .process-content h3 {
    font-size: 32px;
    line-height: 37px;
    padding: 0 0 20px;
}
.shipify-mobile-sec .mob img {
    left: 0;
}
.testimonial-sec .card {
    padding: 20px 12px 20px 12px;
    border-radius: 20px;
}
.testimonial-sec .card .t-content li:nth-child(1) img {
    height: 40px;
    width: 40px;
}
.testimonial-sec .card .t-content li:nth-child(2) h5 {
    font-size: 12px;
}
.pricing {
    padding: 20px 10px 0;
}
.price_head h5 {
    font-size: 14px;
    line-height: 19px;
}
.price_head h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0 6px;
}
.priceList {
    padding: 0px 9px 10px;
    margin: 0 0 0px;
}
.priceList ul li {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 15px;
}
.priceList ul li:after {
    font-size: 12px;
    line-height: 21px;
}
.pricing h6 {
    font-size: 14px;
}
.price_head {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    padding: 19px 30px 0;
}
.price_Box {
    margin: 0 0px 20px 0;
}
.sec-lets .my-btn {
    margin: 10px 0 0;
}
.shipify-mobile-sec .mob img {
    width: 100%;
}
.shipify-mobile-sec .title h2 {
    font-size: 16px!important;
    line-height: 21px !important;
}
.shipify-mobile-sec .title ul li {
    padding: 2px 0;
    font-size: 11px;
    line-height: 18px;
}
.contact-sec::before {
    background-size: contain;
    background-position: center left;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 480px;
    height: 480px;
}
.contact-sec .contact-heading {
    padding: 0px 0px 0 0;
}
.contact-sec .contact-form {
    padding: 10px 0px 0 0;
}
   
   .contact-sec h2 {
    margin-bottom: 0px;
}
.testimonial-sec {
   padding: 5% 0 5%;
}
.footer-bg {
    padding: 4% 0;
    margin: 0 0 0;
    background: #151515;
}

.contact-sec .contact-form .contact-input {
    padding: 5px 6px;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
}
.contact-sec .contact-form .contact-input textarea{
    height:100px;
}
.footer-bg .colu-2 .footer-list {
    padding: 10px 0;
}
.footer-bg .colu-2 .footer-list li a {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin-top: 10px;
}
.footer-bg .colu-2 h5 {
    font-size: 16px;
    line-height: 21px;
}
.footer-bg .colu-4 .footer-list li a {
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    margin-top: 15px;
}
.footer-bg .colu-2 .footer-list li {
    margin-bottom: 15px;
    padding: 0px 0 0 18px;
}
.footer-bg .colu-2 {
    padding: 0 0 0 0px;
}
.footer-bg .colu-3 {
    padding: 0 0 0 0px;
}
.process-ideas-sec {
    padding: 7% 0;
    background: #151515;
}
.process-ideas-sec .process-content .card-container .card-wrapper:nth-child(odd) .process-card::before {
    display:none;
}
.process-ideas-sec .process-content .card-container .card-wrapper:nth-child(even) .process-card::before {
    display:none;
}
.shipify-mobile-sec {
    padding: 6% 0 9%;
}
.process-ideas-sec .process-content .card-container .center-bar {
    display: none!important;
}
 .process-ideas-sec .process-content .card-content {
    padding: 20px 0px;
    position: inherit;
    display: grid;
    align-items: inherit;
    justify-content: inherit;
    height: auto;
    grid-template-columns: auto auto;
    column-gap: 25px;
}  
.process-ideas-sec .process-content .card-container .process-card {
    display: inherit;
    background-size: 100% 100%;
    padding: 10px 8px 25px;
    height: 100%;
    width: 100%;
}
.process-ideas-sec .process-content .card-container .card-wrapper {
    width: 100%;
}

.img-logo ul li {
    width: 60px!important;
}
.web_head p {
    margin-bottom: 0px;
}
.contact-sec .contact-form textarea.contact-input {
    height: 100px!important;
    padding: 10px;
}
.footer-bg .colu-2 .footer-list li::before {
    font-size: 14px!important;
    line-height: 28px!important;
}        
.price_Box .price_btns a {
    padding: 6px 8px;
    font-size: 11px;
} 
.badge_img {
    top: -9px;
}
.badge_img img {
    width: 70%;
}
.price_btns > a {
    margin: 0 0px 0;
}
    
    
    
    
}
@media only screen and (min-width: 768px) and (max-width: 966px){
    
.price_btns > a {
    margin: 0 0px 0;
}    
.price_Box .price_btns a {
    padding: 6px 8px;
    font-size: 11px;
} 
.badge_img {
    top: -9px;
}
.badge_img img {
    width: 70%;
}    
    
.footer-bg .colu-2 .footer-list li::before {
    font-size: 14px!important;
    line-height: 28px!important;
}        
       
 .main-header .main-nav .logo img {
    width: 25%;
}  
.main-header .main-nav .h-btns a {
    padding: 8px 10px;
    font-size: 11px;
}
.main-banner::after {
    background-size: cover;
    background-position: top right;
    height: 508px;
    width: 435px;
}
.main-banner .title {
    padding: 105px 0 0;
}
.main-banner .title h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 0!important;
}
.main-banner .title p {
    padding: 5px 0 10px;
    font-size: 12px;
}
.main-banner .title h4 {
    font-size: 14px;
    line-height: 19px;
}
.main-banner .title h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0 25px;
}
.main-banner .my-btn a {
    padding: 8px 10px;
    font-size: 12px;
    margin-right: 5px!important;
}
.main-banner .my-btn a {
    padding: 8px 10px;
    font-size: 12px;
    margin-right: 5px!important;
}
.main-banner {
    height: auto;
}
.main-banner .brandSlider {
    padding: 20px 10px;
    margin: 35px 0 0;
}
 p {
    padding: 5px 0!important;
    font-size: 12px!important;
    line-height: 18px!important;
}
 h2 {
    font-size: 22px!important;
    line-height: 28px!important;
}
.my-btn a {
    padding: 8px 11px!important;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    margin: 0px 5px 0 0px!important;
}
.about-sec .my-btn {
    margin: 10px 0 0;
}
.main-header {
    padding: 15px 0 0px;
}
.info-sec .title .pra {
    padding-right: 0px;
}
.info-sec .my-btn {
    margin: 10px 0 0;
}
.info-sec {
    height: 510px;
}
section.portfolio_Sec_main.padding_70 {
    padding: 1% 0;
}
.priceSec .title h2 {
    padding: 0 0 40px;
}
.img-lap img {
    width: 100%;
}
.sec-lets .title {
    padding: 0px 0 0;
}
.process-ideas-sec .process-content h3 {
    font-size: 32px;
    line-height: 37px;
    padding: 0 0 20px;
}
.shipify-mobile-sec .mob img {
    left: 0;
}
.testimonial-sec .card {
    padding: 20px 12px 20px 12px;
    border-radius: 20px;
}
.testimonial-sec .card .t-content li:nth-child(1) img {
    height: 40px;
    width: 40px;
}
.testimonial-sec .card .t-content li:nth-child(2) h5 {
    font-size: 12px;
}
.pricing {
    padding: 20px 10px 0;
}
.price_head h5 {
    font-size: 14px;
    line-height: 19px;
}
.price_head h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 8px 0 6px;
}
.priceList {
    padding: 0px 9px 10px;
    margin: 0 0 0px;
}
.priceList ul li {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 15px;
}
.priceList ul li:after {
    font-size: 12px;
    line-height: 21px;
}
.pricing h6 {
    font-size: 14px;
}
.price_head {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    padding: 19px 30px 0;
}
.price_Box {
    margin: 0 0px 20px 0;
}
.sec-lets .my-btn {
    margin: 10px 0 0;
}
.shipify-mobile-sec .mob img {
    width: 100%;
}
.shipify-mobile-sec .title h2 {
    font-size: 16px!important;
    line-height: 21px !important;
}
.shipify-mobile-sec .title ul li {
    padding: 2px 0;
    font-size: 11px;
    line-height: 18px;
}
.contact-sec::before {
    background-size: contain;
    background-position: center left;
    position: absolute;
    width: 400px;
    height: 420px;
    /* top: 0; */
    /* left: 0; */
}
.contact-sec .contact-heading {
    padding: 0px 0px 0 0;
}
.contact-sec .contact-form {
    padding: 10px 0px 0 0;
}
   
   .contact-sec h2 {
    margin-bottom: 0px;
}
.testimonial-sec {
   padding: 5% 0 5%;
}
.footer-bg {
    padding: 4% 0;
    margin: 0 0 0;
    background: #151515;
}

.contact-sec .contact-form .contact-input {
    padding: 5px 6px;
    margin-bottom: 10px;
    height: 40px;
    font-size: 12px;
}
.contact-sec .contact-form .contact-input textarea{
    height:100px;
}
.footer-bg .colu-2 .footer-list {
    padding: 10px 0;
}
.footer-bg .colu-2 .footer-list li a {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin-top: 10px;
}
.footer-bg .colu-2 h5 {
    font-size: 16px;
    line-height: 21px;
}
.footer-bg .colu-4 .footer-list li a {
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    margin-top: 15px;
}
.footer-bg .colu-2 .footer-list li {
    margin-bottom: 15px;
    padding: 0px 0 0 18px;
}
.footer-bg .colu-2 {
    padding: 0 0 0 0px;
}
.footer-bg .colu-3 {
    padding: 0 0 0 0px;
}
.process-ideas-sec {
    padding: 7% 0;
    background: #151515;
}
.process-ideas-sec .process-content .card-container .card-wrapper:nth-child(odd) .process-card::before {
    display:none;
}
.process-ideas-sec .process-content .card-container .card-wrapper:nth-child(even) .process-card::before {
    display:none;
}
.shipify-mobile-sec {
    padding: 6% 0 9%;
}
.process-ideas-sec .process-content .card-container .center-bar {
    display: none!important;
}
 .process-ideas-sec .process-content .card-content {
    padding: 20px 0px;
    position: inherit;
    display: grid;
    align-items: inherit;
    justify-content: inherit;
    height: auto;
    grid-template-columns: auto auto;
    column-gap: 25px;
}  
.process-ideas-sec .process-content .card-container .process-card {
    display: inherit;
    background-size: 100% 100%;
    padding: 10px 8px 25px;
    height: 100%;
    width: 100%;
}
.process-ideas-sec .process-content .card-container .card-wrapper {
    width: 100%;
}
.img-logo ul li {
    width: 60px!important;
}
.web_head p {
    margin-bottom: 0px;
}
.contact-sec .contact-form textarea.contact-input {
    height: 100px!important;
    padding: 10px;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media only screen and (min-width: 480px) and (max-width: 767px){

.main-header .main-nav .h-btns a:nth-child(1) {
    color: #fff;
    border: 2px solid #fff;
    margin: 10px 0 10px;
} 
.main-banner .title h3 {
    font-size: 24px;
    line-height: 29px;
    padding: 10px 0 15px;
}
.main-banner .title h4 {
    line-height: 21px;
    font-size: 16px;
}
.main-header .main-nav {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    text-align: center;
}
.main-header {
    padding: 15px 0 15px;
    position: inherit;
    background: #151515;
}    
.main-banner {
    height: auto;
}
.h-btns a {
    display: block;
}
.main-banner .my-btn a {
    padding: 8px 10px;
    font-size: 14px;
}
.main-banner .my-btn a:nth-child(1) {
    margin-right: 5px;
}
.main-banner .title h2 {
    font-size: 22px;
    line-height: 27px;
}    
.main-banner .title {
    padding: 15px 0 0;
    text-align: center;
} 
.main-banner::before {
   display:none;
}
.main-banner .brandSlider {
    padding: 10px 10px;
    border-radius: 150px;
    margin: 25px 0 0;
}
.main-banner::after {
    display:none;
}    
.about-sec .title {
    padding: 0 15px!important;
}
h2 {
    font-size: 22px!important;
    line-height: 27px!important;
    margin: 20px 0 0;
}
p {
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 10px 0 10px!important;
}
.my-btn a {
    padding: 8px 10px!important;
    font-size: 13px!important;
    line-height: 18px!important;
    display: inline-block;
}
section.portfolio_Sec_main.padding_70 {
    padding: 7% 0 7%;
}
.about-sec {
    padding: 7% 0;
}
.info-sec {
    height: auto;
    display: inherit;
    justify-content: inherit;
    align-items: center;
    background: #151515;
    padding: 7% 0;
}
.info-sec .imgs-info {
    display: none;
}
.row.pt-5.portfolio_slid {
    padding: 0!important;
}
.web_head p {
    margin-bottom: 10px;
}
.price_head {
    position: inherit;
     top: inherit; 
     left: inherit; 
    width: 100%;
    padding: 0px 10px;
}
.priceSec:before{
    display:none;
}
.pricing {
    padding: 20px 15px 0;
}
.price_head h3 span {
    display: block;
}
.price_head h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 28px 0 10px;
}
.pricinglist {
    margin: 0 0px 15px;
}  
.priceList {
    padding: 15px 15px 30px;
}
.price_Box .price_btns a {
    padding: 8px 10px;
    font-size: 13px;
}
.priceList ul li {
    font-size: 12px;
    line-height: 25px;
    padding: 0 0 0 13px;
}
.priceList ul li:after {
    font-size: 10px;
    line-height: 26px;
}
.pricing h6 {
    font-size: 16px;
    line-height: 21px;
}
.process-ideas-sec {
    padding: 7% 0;
    background: #151515;
}
.process-ideas-sec .process-content h3 {
    font-size: 22px;
    line-height: 27px;
    padding: 0 0 10px;
}
.process-ideas-sec .process-content .card-container .card-wrapper {
    display: block;
    align-items: inherit;
    flex-direction: inherit;
    height: 100%;
    width: 100%;
}
.process-ideas-sec .process-content .card-container .center-bar {
    display:none;
}
.shipify-mobile-sec .mob img {
    left: 0;
    width: 100%;
}
.img-lap img {
    width: 100%;
}
.sec-lets::before{
    display:none;
}
.sec-lets {
    padding: 10% 0;
}
.sec-lets .title {
    padding: 0px 0 0;
}
.sec-lets .my-btn {
    margin: 0px 0 0;
}
.testimonial-sec .card .t-content li:nth-child(1) img {
    height: 50px;
    width: 50px;
} 
.testimonial-sec .card .t-content li:nth-child(2) h5 {
    font-size: 13px;
    line-height: 18px;
}
.testimonial-sec .title h2 {
    padding: 0 0 0px;
}
.contact-sec::before{
    display:none;
}
.footer-bg {
    background: #151515;
    padding: 7% 0 0;
    margin: 0;
}
.footer-bg .colu-2 {
    padding: 0 0 0 0px;
}
.footer-bg .colu-3 {
    padding: 0 0 0 0px;
}
.footer-bg .colu-4 {
    padding: 0 0 0 0px;
}
.footer-bg .short-text {
    padding: 10px 0 10px;
}
.footer-bg .colu-2 .footer-list li a {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin-top: 10px;
}
.contact-sec h2 {
    font-size: 18px!important;
    margin-bottom: 0px;
    line-height: 23px!important;
}
.testimonial-sec {
    padding: 0 0 0;
}
.contact-sec {
    padding: 7% 0 7%;
}
.contact-sec h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}
.contact-sec .contact-form {
    padding: 10px 0 0 0;
}
.contact-sec .contact-form .contact-btn {
    margin-top: 0px;
}
textarea.form-control {
    height: 70px;
}
.footer-bg .short-text .para {
    padding: 10px 0!important;
    margin-top: 0px;
}
.process-ideas-sec .process-content .card-content {
    padding: 0 15px;
    display: block;
    align-items: unset;
    justify-content: unset;
    height: 100%;
}
.process-ideas-sec .process-content .card-container .process-card {
    display: inherit;
    align-items: unset;
    justify-content: unset;
    flex-direction: unset;
    border-radius: 10px;
    padding: 20px 10px 20px;
    height: 100%;
    width: 100%;
    margin: 0 0 20px;
}
.my-img {
    display: none;
}
.img-logo ul li {
    margin: 0 14px 0 0;
}
 .process-ideas-sec .process-content .card-container .card-wrapper:nth-child(even) .process-card::before{
    display: none; 
 } 
 .process-ideas-sec .process-content .card-container .card-wrapper:nth-child(odd) .process-card::before {
    display: none;
}
 .get_modal .modal-body {
    padding: 40px 10px 20px;
} 
.get_modal input, .get_modal textarea, .get_modal select {
    height: 35px;
    margin: 0 0 5px;
}
.get_modal input.webBtn {
    height: auto;
    padding: 7px 10px;
    font-size: 12px;
}    
 .footer-bg .colu-1 img {
    width: 30%;
} 
.main-header .main-nav .logo img {
    width: 23%;
}
.priceSec {
    padding: 0px 0 0px;
}
.priceSec .title h2 {
    padding: 0 0 20px;
}


.testimonial-sec .card {
    padding: 20px 15px 20px 15px;
}
.testimonial-sec .card .t-content li:nth-child(2) p {
    font-size: 10px!important;
    padding: 2px 0 2px!important;
}
.testimonial-sec .testimonial-slide .slick-slide {
    margin: 20px 0 0;
}
.contact-sec .contact-heading {
    padding: 0px 0px 0 0;
}
.testimonial-sec .testimonial-slide .slick-dots {
    bottom: 0;
}
.pricing h2 {
    font-size: 35px!important;
    line-height: 40px!important;
    margin: 0!important;
}
 .price_Box {
    margin: 0 0px 0px 0;
}   
.priceSec .title h2 {
    padding: 0 0 20px;
}      
  .priceSec {
    padding: 5% 0 0px;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media only screen and (min-width: 300px) and (max-width: 479px){
  
  .priceSec {
    padding: 5% 0 0px;
}    
  .priceSec .title h2 {
    padding: 0 0 20px;
}  
  .price_Box {
    margin: 0 0px 0px 0;
}   
   .main-header .main-nav .logo img {
    width: 43%;
}
   .footer-bg .colu-1 img {
    width: 43%;
}   
     
.main-header .main-nav .h-btns a:nth-child(1) {
    color: #fff;
    border: 2px solid #fff;
    margin: 10px 0 10px;
} 
.main-banner .title h3 {
    font-size: 24px;
    line-height: 29px;
    padding: 10px 0 15px;
}
.main-banner .title h4 {
    line-height: 21px;
    font-size: 16px;
}
.main-header .main-nav {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    text-align: center;
}
.main-header {
    padding: 15px 0 15px;
    position: inherit;
    background: #151515;
}    
.main-banner {
    height: auto;
    padding-bottom: 52px;
}
.h-btns a {
    display: block;
}
.main-banner .my-btn a {
    padding: 8px 10px;
    font-size: 14px;
}
.main-banner .my-btn a:nth-child(1) {
    margin-right: 5px;
}
.main-banner .title h2 {
    font-size: 22px;
    line-height: 27px;
}    
.main-banner .title {
    padding: 15px 0 0;
    text-align: center;
} 
.main-banner::before {
   display:none;
}
.main-banner .brandSlider {
    padding: 10px 10px;
    border-radius: 150px;
    margin: 25px 0 0;
}
.main-banner::after {
    display:none;
}    
.about-sec .title {
    padding: 0 15px!important;
}
h2 {
    font-size: 22px!important;
    line-height: 27px!important;
    margin: 10px 0 0;
}
p {
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 10px 0 10px!important;
}
.my-btn a {
    padding: 8px 10px!important;
    font-size: 13px!important;
    line-height: 18px!important;
    display: inline-block;
}
section.portfolio_Sec_main.padding_70 {
    padding: 7% 0 7%;
}
.about-sec {
    padding: 7% 0;
}
.info-sec {
    height: auto;
    display: inherit;
    justify-content: inherit;
    align-items: center;
    background: #151515;
    padding: 7% 0;
}
.info-sec .imgs-info {
    display: none;
}
.row.pt-5.portfolio_slid {
    padding: 0!important;
}
.web_head p {
    margin-bottom: 10px;
}
.price_head {
    position: inherit;
     top: inherit; 
     left: inherit; 
    width: 100%;
    padding: 0px 10px;
}
.priceSec:before{
    display:none;
}
.pricing {
    padding: 20px 15px 0;
}
.price_head h3 span {
    display: block;
}
.price_head h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 28px 0 10px;
}
.pricinglist {
    margin: 0 0px 15px;
}  
.priceList {
    padding: 15px 15px 30px;
}
.price_Box .price_btns a {
    padding: 8px 10px;
    font-size: 13px;
}
.priceList ul li {
    font-size: 12px;
    line-height: 25px;
    padding: 0 0 0 13px;
}
.priceList ul li:after {
    font-size: 10px;
    line-height: 26px;
}
.pricing h6 {
    font-size: 16px;
    line-height: 21px;
}
.process-ideas-sec {
    padding: 7% 0;
    background: #151515;
}
.process-ideas-sec .process-content h3 {
    font-size: 22px;
    line-height: 27px;
    padding: 0 0 10px;
}
.process-ideas-sec .process-content .card-container .card-wrapper {
    display: block;
    align-items: inherit;
    flex-direction: inherit;
    height: 100%;
    width: 100%;
}
.process-ideas-sec .process-content .card-container .center-bar {
    display:none;
}
.shipify-mobile-sec .mob img {
    left: 0;
    width: 100%;
}
.img-lap img {
    width: 100%;
}
.sec-lets::before{
    display:none;
}
.sec-lets {
    padding: 10% 0;
}
.sec-lets .title {
    padding: 0px 0 0;
}
.sec-lets .my-btn {
    margin: 0px 0 0;
}
.testimonial-sec .card .t-content li:nth-child(1) img {
    height: 50px;
    width: 50px;
} 
.testimonial-sec .card .t-content li:nth-child(2) h5 {
    font-size: 13px;
    line-height: 18px;
}
.testimonial-sec .title h2 {
    padding: 0 0 0px;
}
.contact-sec::before{
    display:none;
}
.footer-bg {
    background: #151515;
    padding: 7% 0 0;
    margin: 0;
}
.footer-bg .colu-2 {
    padding: 0 0 0 0px;
}
.footer-bg .colu-3 {
    padding: 0 0 0 0px;
}
.footer-bg .colu-4 {
    padding: 0 0 0 0px;
}
.footer-bg .short-text {
    padding: 10px 0 10px;
}
.footer-bg .colu-2 .footer-list li a {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
    margin-top: 10px;
}
.contact-sec h2 {
    font-size: 18px!important;
    margin-bottom: 0px;
    line-height: 23px!important;
}
.testimonial-sec {
    padding: 0 0 0;
}
.contact-sec {
    padding: 7% 0 7%;
}
.contact-sec h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}
.contact-sec .contact-form {
    padding: 10px 0 0 0;
}
.contact-sec .contact-form .contact-btn {
    margin-top: 0px;
}
textarea.form-control {
    height: 70px;
}
.footer-bg .short-text .para {
    padding: 10px 0!important;
    margin-top: 0px;
}
.process-ideas-sec .process-content .card-content {
    padding: 0 15px;
    display: block;
    align-items: unset;
    justify-content: unset;
    height: 100%;
}
.process-ideas-sec .process-content .card-container .process-card {
    display: inherit;
    align-items: unset;
    justify-content: unset;
    flex-direction: unset;
    border-radius: 10px;
    padding: 20px 10px 20px;
    height: 100%;
    width: 100%;
}
.my-img {
    display: none;
}
.img-logo ul li {
    margin: 0 14px 0 0;
}
 .process-ideas-sec .process-content .card-container .card-wrapper:nth-child(even) .process-card::before{
    display: none; 
 } 
 .process-ideas-sec .process-content .card-container .card-wrapper:nth-child(odd) .process-card::before {
    display: none;
}
 .get_modal .modal-body {
    padding: 40px 10px 20px;
} 
.get_modal input, .get_modal textarea, .get_modal select {
    height: 35px;
    margin: 0 0 5px;
}
.get_modal input.webBtn {
    height: auto;
    padding: 7px 10px;
    font-size: 12px;
}



.testimonial-sec .card {
    padding: 20px 15px 20px 15px;
}
.testimonial-sec .card .t-content li:nth-child(2) p {
    font-size: 10px!important;
    padding: 2px 0 2px!important;
}
.testimonial-sec .testimonial-slide .slick-slide {
    margin: 20px 0 0;
}
.contact-sec .contact-heading {
    padding: 0px 0px 0 0;
}
.testimonial-sec .testimonial-slide .slick-dots {
    bottom: 0;
}
.pricing h2 {
    font-size: 35px!important;
    line-height: 40px!important;
    margin: 0!important;
}
   
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

.button-pulse {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 2px #78a71f;
}
@-webkit-keyframes pulse {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
  }
  
  @keyframes pulse {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
  }
  
  .price_head h3 span {
    display: block;
}
.img-logo ul li {
    width: 130px;
}
