@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=Prompt: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&display=swap');

body{
	background: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


/*Header Css Start*/
header {
    position: absolute;
    width: 100%;
    background-color: #f3f3f1;
    overflow: hidden;
    padding: 0 60px;
}
header ul.hdr-menu li a.nav-link  {
    color: #1b1b1b !important;
    border-radius: 40px;
    padding: 10px 20px !important;
    transition: all 0.5s;
}
.cta-btn:hover {
    color: #1e491c;
}


header ul.hdr-menu li a.nav-link:hover {
    background: #dddddd;
}

header ul.hdr-menu {
    margin-left: 130px;
}
.proj-img img {
    width: 100%;
}
header .logo svg {
    transform: scale(0.6);
}
.nav-right ul {
    display: flex !important;
    gap: 10px;
    align-items: baseline;
}
.nav-right {
    width: 20%;
}
.cta-btn {
    color: #1B1B1B;
    padding: 15px 50px;
    font-size: 20px;
    font-family: Poppins !important;
    border-radius: 30px;
    line-height: 28px !important;
    transition: all 0.5s;
}
.nav-right .theme-btn {
    border: unset !important;
    background: #1e491c !important;
    color: #fff !important;
}
a.navbar-brand {
    width: 120px;
}
a.navbar-brand img {
    width: 100%;
    min-width: 280px;
}

a.theme-btn.cta-btn {
    background: #1e491c !important;
    color: #fff !important;
    font-size: 14px;
    line-height: 22px !important;
}
/* Hero Section CSS  */

h1 {
    font-size: 54px !important;
    line-height: 62px !important;
    font-weight: 600 !important;
    color: #121212 !important;
    font-family: "Prompt", serif !important;
}

h3 {
    font-family: Poppins !important;
    font-weight: 400 !important;
    color: #1e491c !important;
    font-size: 26px !important;
    line-height: 34px !important;
}

p {
    font-family: Poppins !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #9E9E9E !important;
}

.get_start {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.get_start .btn-field {
    background: #fff !important;
    padding: 17px 10px !important;
    border-radius: 10px !important;
}
section#hero .row {
    display: flex;
    align-items: center;
}
.get_start .btn-field label, 
.get_start .btn-field input {
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
    margin: unset !important;
}

.get_start .btn-field input {
    border: unset !important;
    background: unset !important;
}

.get_start .btn-field input:focus {
    outline: unset !important;
}

a.theme-btn-1 {
    padding: 20px 50px !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    line-height: 26px !important;
    background: #1e491c;
    transition: all 0.5s;
}
a.theme-btn-1:hover{
    background: #a7040f;
}
.red {
    color: #1e491c !important;
}
section#hero {
    background: #F3F3F1;
    padding-top: 200px;
    padding-bottom: 150px;
}
#hero img{
    width: 100%;
}
.widget {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 10%;
    left: -5%;
}

section#hero .col-md-5 {
    position: relative;
}

#hero .board-img img {
    max-width: 370px !important;
    width: auto !important;
    margin: auto;
    display: block;
    position: relative;
    z-index: 9;
}

.widget img {
    width: auto !important;
}

.widget img.widget {
    max-width: 310px;
        position: relative;
    z-index: 9;
}

.widget img.icon {
    position: absolute;
    z-index: 9999;
    display: flex;
    height: 80px;
    text-align: right;
    margin: auto;
    right: -100%;
    bottom: 30px;
}
.board-img{
    position: relative;
}
.board-img:after{
    content: "";
    background: url('../images/decoration.webp');
    height: 100%;
    width: 130%;
    position: absolute;
    top: 20%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
/* Hero Section End  */

/* Bio link Section CSS Start  */
section#bio-link {
    padding-top: 100px;
    padding-bottom: 60px;
    background: #fff;
}
h2 {
    font-size: 54px !important;
    line-height: 62px !important;
    font-family: 'Prompt' !important;
    font-weight: 600 !important;
    color: #121212 !important;
}
#bio-link .content {
    position: relative;
}

#bio-link .content img.tree {
    position: absolute;
    left: 29%;
    top: -40%;
    max-width: 170px;
}
.slide img {
    width: 100%;
}

.dotsstyle  ul.slick-dots {
    background: #eceae9;
    max-width: 150px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    bottom: -70px;
}



.dotsstyle .slick-dots li button:before {
    font-size: 34px !important;
   
}
.dotsstyle  .slick-slide .slide-text img {
    width: 90px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.dotsstyle  .slick-slide .slide {
    position: relative;
}

.dotsstyle  .slick-slide .slide .slide-text {
    position: absolute;
    top: 10%;
    left: 3%;
}

h4 {
    font-size: 28px !important;
    line-height: 36px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
}

.dotsstyle  .slick-slide .slide .slide-text * {
    color: #fff !important;
}

.dotsstyle .slick-slide .slide .slide-text h4 {
    margin-bottom: 20px;
    margin-top: 30px;
}



/* Bio link Section CSS End  */

/* Partners cS start  */

section#partners .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

section#partners .slide-row {
    display: flex;
    animation: slide 30s linear infinite;
    justify-content: space-between;
    margin: 50px 0;
}

section#partners .slide-row img {
    width: 200px; /* Adjust the width as needed */
    height: auto;
    margin-right: 10px; /* Space between images */
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
section#partners {
    padding-top: 100px;
    padding-bottom: 130px;
    text-align: center;
    background: #F3F3F1;
}
section#partners .slider {
    margin: 20px 0 60px 0;
}
section#partners .slide-row.roww {
    margin-left: 50px;
}
img.lines {
    width: 160px;
    margin-left: -400px;
    margin-top: -40px;
}
/* Partners cS End  */

/* Services Section CSS Start  */

section#services img {
    width: 80%;
    display: block;
    margin: auto;
}

section#services .inner {
    background: #f3f3f1;
    padding: 50px;
    border-radius: 20px;
    min-height: 580px;
}

section#services .inner p {
    margin-bottom: 50px;
}

section#services .serv-box {
    margin-top: 100px;
}
/* Services Section CSS End  */




section#slides {
    padding-bottom: 100px;
    background: #fff;
}

section#services {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
    background: #fff;
}
section#services:before{
    content: "";
    background: url('../images/servline.webp');
    height: 70%;
    width: 30%;
    position: absolute;
    left: 0;
    top: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    
}


/* get started */
.steps .row {
    display: flex;
    align-items: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 20px;
}
section#getstart {
    background: #F3F2F1;
    padding-top: 100px;
    padding-bottom: 60px;
}
.steps h3 {
    color: #191919 !important;
    font-weight: 600 !important;
    font-size: 34px !important;
    line-height: 42px !important;
}

.content-center {
    text-align: center;
}

.content-center img {
    width: 140px;
    margin-left: 500px;
}


.steps img {
    max-width: 170px;
}
/* forver css start  */

ul li {
    font-family: Poppins !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #9E9E9E !important;
}

ul.listicons {
    column-count: 3;
    margin-top: 20px;
}

ul.listicons img {
    width: 25px;
    margin-right: 10px;
}

ul.listicons li {
    margin: 0 0 20px 0;
}

.list {
    margin-top: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}

section#forver {
    padding-top: 100px;
    background: #f3f2f1;
    padding-bottom: 100px;
}
.list .field {
    margin-top: 30px;
    margin-bottom: 10px;
}
/* forver css end  */



/* Testimonials  Start  */


.testimonials {
    padding-top: 100px;
}

.testimonials .txt-content {
    text-align: center;
    position: relative;
}

.testimonials .txt-content img {
    position: absolute;
    bottom: -40px;
    max-width: 800px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonials .row {
    display: flex;
    align-items: center;
}
/* Testimonials  End  */

/* Footer cSS Start  */

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #eceae9;
}

.footer ul li a {
    color: #232323;
}

.footer ul li {
    margin: 0 0 20px 0;
}

.footer ul {
    margin: 30px 0 0 0;
}

.footer a.cta-btn {
    
    padding: 15px 40px;
}

.footer .nav-right {
    width: unset;
}
.ft-log img {
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
}

.ft-log {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
}
/* Footer cSS end  */


/* Shorts Links CSS Start  */

section#banner {
    padding-top: 200px;
    background: #fff;
}
section#banner img {
    width: 100%;
    max-width: 80%;
    display: block;
    margin: auto;
}

section#banner h2 {
    font-size: 90px !important;
    line-height: 98px !important;
    font-family: 'Prompt' !important;
    font-weight: 700 !important;
}
section#shorter-link {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
    background: #fff;
}

section#analysis {
    text-align: center;
    padding-bottom: 100px;
    background: #fff;
}
.formgroup  input, .formgroup  textarea {
    border: unset;
    outline: unset;
    padding: 20px;
    width: 40%;
    border-radius: 20px;
  
}

.formgroup input, .formgroup  input::placeholder, .formgroup  textarea::placeholder {
    color: #ccc;
    font-family: Poppins !important;
    font-size: 20px;
    line-height: 28px !important;
}



button.theme-shorten-btn {
    background: #ccc !important;
    border: unset;
    outline: unset;
    color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    font-family: Poppins !important;
    font-size: 20px;
    line-height: 28px !important;
}

.shorter-form {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Shorts Links CSS End  */

/* Templates CSS Start */

section#banner h3 {
    color: #121212 !important;
    font-size: 62px !important;
    line-height: 80px !important;
    font-family: 'Prompt', sans-serif !important;
    font-weight: 700 !important;
}

section#banner h3 img {
    width: 190px;
    position: absolute;
    left: 340px;
    top: 50px;
    z-index: -1;
}

section#banner h3 span br {
    display: none !important;
}

section.templates ul {column-count: 4;}

section.templates ul li img {
    width: 100%;
}

section.templates ul li {
    text-align: center;
    margin-bottom: 30px;
}

section.templates ul li span {
    color: #1f1f1f;
    font-family: Poppins;
    font-weight: 600;
    margin-top: 30px;
    display: block;
}
section.templates {
    padding-bottom: 100px;
    padding-top: 50px;
    background: #fff;
}
section#customize {
    text-align: center;
    padding-bottom: 100px;
    background: #fff;
}

section#customize strong {
    color: #2e2b2b;
    font-weight: 500;
}

section#customize strong a {
    color: #1e491c !important;
}

section#customize a.theme-btn-1 {
    margin-top: 0px;
    display: inline-block;
}



/* Templates CSS end */



/* Features CSS Start  */

.feature-banner ul li {
    list-style: disc;
}

.feature-banner ul li h3 {
    color: #121212 !important;
    font-weight: 500 !important;
}

.feature-banner ul li::marker {
    color: red !important;
}

.feature-banner ul {
    margin-left: 20px;
}

.feature-banner ul li p {
    max-width: 70%;
}
section#promotion img {
    width: 100%;
    position: absolute;
}

section#promotion {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    background: #fff;
}

section#promotion img.right {
    right: -10%;
    max-width: 700px;
    top: 10%;
}

section#promotion img.left {
    left: -22%;
    max-width: 600px;
    bottom: 40%;
}
section#serv-feat img {
    width: 100%;
}
section#services.servfeatures img {
    width: 100%;
    margin-bottom: 30px;
}
section#services.servfeatures .serv-box {
    margin-top: unset;
}
/* Features CSS End  */


/* Oppurtunity Slider Start */

section#slides.opportunity {
    padding-top: 200px;
}

section#promotion.brands ul {
    column-count: 4;
}

section#promotion.brands ul img {
    position: unset;
}

section#promotion.brands ul li {
    margin-bottom: 20px;
}
/* Oppurtunity Slider End */




/* Login Page cSS start  */

section#login #slides img {
    width: 100% !important;
}

section#login {
    overflow: hidden;
    height: 100vh;
}



a {
	cursor: pointer;
  transition: all 200ms linear;
}
a:hover {
	text-decoration: none;
}
.link {
 color: #2b2b28;
}
.link:hover {
  color: #000;
}
p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
h4 {
  font-weight: 600;
}
h6 span{
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.section{
  position: relative;
  width: 100%;
  display: block;
}
.full-height{
  min-height: 100vh;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 16px;
  border-radius: 8px;
  padding: 0;
  margin: 10px auto;
  cursor: pointer;
  background-color: #1e491c;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before{
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #1e491c;
  background-color: #ffffff;
  font-family: 'unicons';
  content: '\eb4f';
  z-index: 20;
  top: -10px;
  left: -10px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s ease;
  border: 1px solid #1e491c;
}
.checkbox:checked + label:before {
  transform: translateX(44px) rotate(-270deg);
}


.card-3d-wrap {
  position: relative;
  width: 440px;
  max-width: 100%;
  height: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 800px;
  margin-top: 60px;
}
.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position:absolute;    
  top: 0;
  left: 0;  
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 600ms ease-out; 
}
.card-front, .card-back {
  width: 100%;
  height: 100%;
  background-color: #eceae9;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-back {
  transform: rotateY(180deg);
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
}
.center-wrap{
  position: absolute;
  width: 100%;
  padding: 0 35px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 35px) perspective(100px);
  z-index: 20;
  display: block;
}


.form-group{ 
  position: relative;
  display: block;
    margin: 0;
    padding: 0;
}
.form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #2b2b28;
  background-color: #fff;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.card-front a.theme-btn-1, .card-back a.theme-btn-1 {
    display: block;
}
.input-icon {
  position: absolute;
  top: 0;
  left: 18px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #1e491c;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-group input:-ms-input-placeholder  {
  color: #2b2b28;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-moz-placeholder  {
color: #2b2b28;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:-moz-placeholder  {
color: #2b2b28;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-webkit-input-placeholder  {
color: #2b2b28;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-ms-input-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-moz-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-moz-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-webkit-input-placeholder  {
  opacity: 0;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn{
  border-radius: 4px;
  height: 44px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition : all 200ms linear;
  transition: all 200ms linear;
  padding: 0 30px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #ff0234;
  color: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(255,235,167,.2);
}
.btn:active,
.btn:focus{  
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}
.btn:hover{  
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}

#togglePassword {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.5s;
}




/* Login Page cSS End  */


/* COntact Us page CSS Start */

section#cta-info {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

section#cta-info .info-box {
    padding: 20px;
    text-align: center;
}

section#cta-info .info-box img {
    width: 350px;
    height: 150px; /* Fixed height to maintain uniformity */
    object-fit: contain; /* Ensures the image covers the whole box without distortion */
    aspect-ratio: 1 / 1; /* Maintains a square aspect ratio */
    border-radius: 10px; /* Optional: Adds rounded corners */
    display: block;
    margin: auto auto 30px auto;
}


section#cta-info .info-box p {
    max-width: 60%;
    margin: auto;
}

section#cta-form {
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
}

section#cta-form button.theme-shorten-btn {
    width: 100%;
}

section#cta-form .formgroup {
    max-width: 60%;
    margin: auto;
}

section#cta-form .formgroup input, section#cta-form .formgroup textarea {
    width: 100%;
    margin: 0 0 30px 0;
    transition: all 0.5s;
    border: unset;
}

section#cta-form .formgroup input:focus, section#cta-form .formgroup textarea:focus, section#cta-form .formgroup input:focus-visible, section#cta-form .formgroup textarea:focus-visible {
    border: 1px solid #000;
}


section#cta-form  svg {
	width: unset;
	height: 40px;
	transform: scale(11.8);
}

section#cta-form  .hidden {
	visibility: hidden;
}

section#cta-form  #base {
	cursor: pointer;
}
section#cta-form button:focus, section#cta-form button:focus-visible{
    border: unset;
    outline: unset;
}
/* COntact Us page CSS End */


/* Header for mobile responsive  */


#menu-toggle {
    display: none;
}




/* Public profile user css start  */

body.user {
    background-color: #8EC5FC;
    background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
    padding: 60px 30px;
    font-family: "Archivo Black", sans-serif;
    color: #fff;
    background-attachment: fixed;
}
/* social Info tab css Start  */
section#profile * {
    font-family: "Archivo Black", sans-serif !important;
    color: #0b1925 !important;
}
section#profile .scial_link_blk ul li a i {
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.info-blk {
    text-align: center !important;
}

.info-blk h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}

.info-blk p, .scial_link_blk ul li a{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  
    margin: auto !important;
}

.info-blk img {
    border: 8px solid #fff !important;
    border-radius: 50% !important;
}
/* social Info tab css End  */



/* social icons tab css Start  */
.scial_icon-blk {
    text-align: center;
    margin: 20px 0 0 0;
}

.scial_icon-blk ul {
    display: flex;
    justify-content: center;
}

section#profile .scial_icon-blk ul li a i {
    font-family: 'FontAwesome' !important;
    font-size: 34px;
    line-height: 42px !important;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #0b1925;
    -webkit-text-fill-color: transparent;
}
.container-sec {
    max-width: 580px;
    margin: auto;
}
section#profile .scial_icon-blk ul li {
    margin: 0 10px;
}
/* social icons tab css End  */

/* social links tab css start  */
.scial_link_blk ul {
    padding: 0;
    margin-top: 30px;
}

.scial_link_blk ul li {
    text-align: center;
    margin-bottom: 20px;
}

.scial_link_blk ul li a {
    background: transparent;
    width: 100%;
    display: block;
    padding: 25px 20px;
    border-radius: 50px;
    border: 1px solid #0b1925;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    color: inherit;
}

section#profile .scial_link_blk ul li a:hover {
    background: #fff;
    color: #0b1925 !important;
}


/* social links tab css start  */


/* Slick slider for products start  */

.swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-wrapper{
    transition-timing-function: linear !important;
  }
  .product img {
    min-height: 290px;
    max-height: 200px;
    object-fit: contain;
}


.swiper-slide {
    background: transparent !important;
    border: 1px solid #0b1925;
    padding: 10px;
    border-radius: 20px;
    min-height: 400px;
}

.swiper-slide h5.product-title {
    font-size: 16px;
    line-height:24px;
}

.swiper-slide p.product-price {
     font-size: 12px !important;
    line-height:20px !important;
}

section#profile .swiper.mySwiper {
    margin: 50px 0 0 0;
}
section#profile .swiper.mySwiper .swiper-pagination {
    position: unset;
    margin: 20px 0 0 0;
   
}


.chartsec .row .col-md-6:nth-child(1) {
    width: 60%;
}
.chartsec .row .col-md-6:nth-child(2) {
    width: 30%;
}

section#profile .swiper.mySwiper .swiper-pagination  span.swiper-pagination-bullet-active {
    background:#d0b9b9 !important;
   
}

section#profile .swiper.mySwiper .swiper-pagination  span.swiper-pagination-bullet {
      background:#fff !important;
      transform: scale(1.1) !important;
}
.swiper-button-next, .swiper-button-prev  {
    display: none !important;
 }
 
/* Slick slider for products end  */


/* Theme Selection CSS Start */
.theme-selection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 3 boxes per row, responsive */
    gap: 20px;
}

.theme-option input {
    display: none;
}

.theme-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #66fecb;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(13.5px);
    color: #fff;
    cursor: pointer;
    width: 100%; /* Auto width */
    min-height: 300px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.theme-option label img {
    width: 100%; /* Image will resize automatically */
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 240px;
    object-fit: cover;
}
.theme-option input:checked + label {
    background: #155e53;
    color: #fff;
    border: 2px solid #fff;
}

.theme-option label span {
    font-family: Montserrat;
}

/* Theme Selection CSS End */





/* Public profile user css end  */



/* Theme: Royal Sunset Start */


/* Theme: Royal Sunset */
body#royal-sunset-theme {
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

/* Profile Section - Text Color */
body#royal-sunset-theme section#profile * {
    color: #fff !important;
}

/* Social Icons Stroke Color */
section#profile .scial_icon-blk ul li a i {
    -webkit-text-stroke-color: #ffffff;
}

/* Swiper Slide Border */
.swiper-slide {
    border: 1px solid #fff;
}

/* Social Link Block Border */
.scial_link_blk ul li a {
    border: 1px solid #fff;
    position: relative;
}

/* Hover Effect for Social Links */
body#royal-sunset-theme section#profile .scial_link_blk ul li a:hover {
    color: #a852c4 !important;
}



/* Theme: Royal Sunset Start */


/* Theme: Aqua Breeze Start */
body#aqua-breeze-theme {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

/* Profile Section - Text Color */
body#aqua-breeze-theme section#profile * {
    color: #fff !important;
}

/* Social Icons Stroke Color */
body#aqua-breeze-theme section#profile .scial_icon-blk ul li a i {
    -webkit-text-stroke-color: #ffffff;
}

/* Swiper Slide Border */
body#aqua-breeze-theme .swiper-slide {
    border: 1px solid #fff;
}

/* Social Link Block Border */
body#aqua-breeze-theme .scial_link_blk ul li a {
    border: 1px solid #fff;
}

/* Hover Effect for Social Links */
body#aqua-breeze-theme section#profile .scial_link_blk ul li a:hover {
    color: #0093E9 !important;
}
/* Theme: Aqua Breeze End */

section#profile {
    padding-bottom: 40px;
}


/* Theme Modern Meek Start  */


    body#bold-orange{
        background-image: url('../images/theme/background-kitchen.png');
    }



    body#bold-orange section#profile * {
        color: #fff !important;
    }

    body#bold-orange section#profile .scial_link_blk ul li a:hover {
        color: #000 !important;
    }
    body#bold-orange section#profile .scial_link_blk ul li i {color: #161a1d !important;opacity: 0;}

body#bold-orange section#profile .scial_link_blk ul li:hover i {
    opacity: 1;
}

/* Theme Modern Meek End  */




/* Theme Brown Start  */


body#brown{
    background-image: url('../images/theme/light.png');
}

body#brown section#profile .scial_icon-blk ul li a i {
    -webkit-text-stroke-color: #000 !important;
}

body#brown .scial_link_blk ul li a {
    background: #fff;
    border: unset;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-radius: unset;
}
body#brown section#profile .swiper.mySwiper .swiper-pagination span.swiper-pagination-bullet {
    background: #000000 !important;
    transform: scale(1.1) !important;
}
body#brown .swiper-slide {
    border: 1px solid #000000;
}
body#brown .scial_link_blk ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    transform: skew(-20deg);
    transition: all 0.5s;
    border-radius: unset;
    z-index: 1;
}


body#brown .scial_link_blk ul li:hover a::before {
    transform: scale(1.1) skew(-20deg);
}
body#brown .info-blk img {
    border: 8px solid #0b1925 !important;
    border-radius: 50% !important;
}
/* Theme Brown End  */


/* Theme Green Start  */

body#green{
    background-image: url('../images/theme/background-green.png');
}

body#green section#profile * {
    color: #374151 !important;
}
body#green  section#profile .scial_icon-blk ul li a i {
    -webkit-text-stroke-color: #374151 ;
}
body#green .swiper-slide {
    border: 1px solid #374151;
}
body#green section#profile .swiper.mySwiper .swiper-pagination span.swiper-pagination-bullet {
    background: #FFFAA4 !important;
    transform: scale(1.1) !important;
}
body#green .scial_link_blk ul li a {
    border: 1px solid #fff;
    position: relative;
    background: #FFFAA4;
    box-shadow: 8px 8px 0px 1px #000;
    color: #003727 !important;
}

body#green section#profile .scial_link_blk ul li a i {
    left: 30px;
}
body#green section#profile .scial_link_blk ul li a:hover {
 
    transform: scale(1.05);
}
/* Theme Green End  */

/* Modern Meek CSS start  */


body#modern-meek {
    background: #151320;
}

body#modern-meek section#profile * {
    color: #fff !important;
}

body#modern-meek  section#profile .swiper-slide p.product-price {
    color: #ff2756 !important;
}
 
body#modern-meek  .scial_link_blk ul li:nth-child(3n+1) a {
    background: #2cbbe1; /* Color 1 */
}

body#modern-meek  .scial_link_blk ul li:nth-child(3n+2) a{
    background: #e0224c; /* Color 2 */
}

body#modern-meek  .scial_link_blk ul li:nth-child(3n+0) a {
    background: #f1c40f; /* Color 3 */
}
body#modern-meek  .scial_link_blk ul li a{
    border: unset;
}
body#modern-meek  section#profile .scial_link_blk ul li:nth-child(3n+1) a i{
    color: #2cbbe1 !important; /* Color 1 */
}

body#modern-meek section#profile  .scial_link_blk ul li:nth-child(3n+2) a i{
    color: #e0224c !important; /* Color 2 */
}

body#modern-meek section#profile .scial_link_blk ul li:nth-child(3n+0) a i{
    color: #f1c40f !important; /* Color 3 */
}
body#modern-meek  section#profile .scial_link_blk ul li a i {
    right: unset;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body#modern-meek .swiper-slide {
    position: relative;
    box-shadow: 0 20px 35px rgba(0,0,0,0.3);
    border-radius: 5px;
    overflow: hidden;
    border: unset;
    background-color: #1c1b29 !important;
}

/* Animated Border */
body#modern-meek .swiper-slide::before {
  content: "";
    background-image: conic-gradient(
        #04b0ee 20deg,
        transparent 120deg
    );
    height: 150%;
    width: 150%;
    position: absolute;
    left: -25%;
    top: -25%;
    animation: rotate 2s infinite linear;
}
@keyframes rotate{
    100%{
        transform: rotate(-360deg);
    }
}


/* To Make Sure Inside Content is Visible */
body#modern-meek .swiper-slide::after {content: "";height: 94%;width: 94%;position: absolute;background-color: #1c1b29;border-radius: 5px;top: 3%;left: 3%;color: #04b0ee;display: grid;place-items: center;font-size: 20px;letter-spacing: 6px;}


body#modern-meek .swiper-slide .product {
    position: relative;
    z-index: 9;
}
/* Modern Meek CSS end  */


/* Theme offwhite css start  */
body#Offwhite{
    background-image: url('../images/theme/background-art.png');
}

body#Offwhite section#profile .scial_icon-blk ul li a i {
    -webkit-text-stroke-color: unset;
    -webkit-text-stroke: unset;
    color: #1e2330 !important;
    -webkit-text-fill-color: unset;
}
body#Offwhite section#profile * {
    color: #1e2330;
}

body#Offwhite .swiper-slide {
    border: 1px solid #1e2330;
}

body#Offwhite .scial_link_blk ul li a {
    background: #1e2330;
    border: 2px solid #1e2330;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    transform: unset;
    transition: 0.5s;
    color: #fff !important;
}

body#Offwhite section#profile .scial_link_blk ul li a i {
    color: #1e2330 !important;
}

body#Offwhite .scial_link_blk ul li a:hover {
    transform: scale(1.05);
}
/* Theme offwhite css End  */








/* Gradient theme css start */
body#blue-grad{
    background-image: url('../images/theme/gradient-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body#blue-grad section#profile * {
    color: #fff !important;
}
body#blue-grad section#profile .scial_link_blk ul li a i {
    right: unset;
    background: linear-gradient(45deg, #00142E, #810F61, #002F6E);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    min-width: 40px;
    font-size: 14px;
   
    transition: all 0.5s;
}



body#blue-grad section#profile .scial_link_blk ul li a {
    background: #fff;
    color: #031636 !important;
    transition: all 0.5s;
    border: 2px solid #fff;
}

body#blue-grad section#profile .scial_link_blk ul li a:hover {
    background: transparent;
    color: #fff !important;
}
/* Gradient theme css End */



/* Freshnedd Theme Start  */


body#freshness {
    background: #fff;
}

body#freshness section#profile .scial_icon-blk ul li a i {
    -webkit-text-stroke-color: #9EAD76;
    -webkit-text-fill-color: #9EAD76;
}

body#freshness .scial_link_blk ul li a {
    background: #9EAD76;
    color: #fff !important;
}

body#freshness  .swiper-slide {
    border: 1px solid #9ead76;
}


body#freshness section#profile .scial_link_blk ul li a i {
    color: #9ead76 !important;
}
body#freshness section#profile .scial_link_blk ul li a:hover {
    background: #ffffff;
    color: #9ead76 !important;
    border: 1px solid #9ead76;
}

body#freshness section#profile .info-blk p , body#freshness section#profile  .info-blk h2 {
    color: #000 !important;
}


body#freshness .info-blk img {
    border: 8px solid #9ead76 !important;
    border-radius: 50% !important;
}

body#freshness section#profile .swiper.mySwiper .swiper-pagination span.swiper-pagination-bullet {
    background: #9ead76 !important;
    transform: scale(1.1) !important;
}

/* Freshnedd Theme End  */


/* brown Bubbles theme start  */

body#brown-bubbles {
    background: url(../images/4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
body#brown-bubbles section#profile * {
    color: #fff !important;
    transition: all 0.5s;
}
body#brown-bubbles .product img {
    min-height: 170px;
    max-height: 170px;
    object-fit: contain;
}
body#brown-bubbles section#profile .scial_link_blk ul li a {
    background: #fff;
    color: #925a2c !important;
}

body#brown-bubbles section#profile .scial_link_blk ul li a:hover i {
    color: #925a2c !important;
}
body#brown-bubbles .swiper-slide {
    background: #fff !important;
    border: unset;
    padding: 10px;
    border-radius: 10px;
    min-height: 280px;
}

body#brown-bubbles section#profile .swiper-slide p.product-price, body#brown-bubbles section#profile .swiper-slide h5.product-title {
    color: #8d572a !important;
}

/* brown Bubbles theme end  */



/* Black theme start  */

body#black {
    background: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
body#black section#profile * {
    color: #fff !important;
    transition: all 0.5s;
}
body#black .product img {
    min-height: 170px;
    max-height: 170px;
    object-fit: contain;
}
body#black section#profile .scial_link_blk ul li a {
    background: #fff;
    color: #000000 !important;
    border-radius: 5px;
}
body#black section#profile .scial_link_blk ul li a i{
    opacity: unset;
    color: #000000 !important;
}

body#black section#profile .scial_link_blk ul li a:hover i {
    color: #000000 !important;
}
body#black .swiper-slide {
    background: #fff !important;
    border: unset;
    padding: 10px;
    border-radius: 5px;
    min-height: 280px;
}

body#black section#profile .swiper-slide p.product-price, body#black section#profile .swiper-slide h5.product-title {
    color: #000000 !important;
}

/* black theme end  */













/* Url shortern Form  */

.shortened-links-list-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    font-family: MONTSERRAT;
    COLOR: #09090a;
    border: 1px solid #cccccc;
}

.shortened-links-list-item-box .qr-code img {
    width: 50px;
}

div#shortened-url {
    margin-top: 20px;
}

button.copy-link {
    border: unset;
    background: #cccccc;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Prompt';
    color: #fff;
    font-weight: 200;
    width: 70px;
}

div#shortened-url  a {
    color: #1e491c !important;
}

/* Global Styles */


.dashboard-stats h2 {
   
    margin-bottom: 20px;
}

/* Card Styles */
.widget-content {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    background: white;
    padding: 15px;
}

.widget-content:hover {
    transform: translateY(-5px);
}

.widget-heading {
    font-size: 16px;
    font-weight: 600;
    color: #155e53;
}

.widget-subheading {
    font-size: 13px;
    color: #000000;
}

.widget-numbers {
    font-size: 22px;
    font-weight: bold;
}

/* Custom Colors */
.text-primary { color: #007bff; }
.text-success { color: #28a745; }
.text-warning { color: #ffc107; }
.text-danger { color: #dc3545; }
.text-info { color: #17a2b8; }
.text-dark { color: #343a40; }
.text-secondary { color: #6c757d; }

/* Graph Placeholder */
.widget-content-outer.text-center {
    padding: 40px;
    border: 2px dashed #ccc;
    border-radius: 10px;
}

.widget-content-outer.text-center h4 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

.widget-content-outer.text-center p {
    color: #888;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .widget-content {
        text-align: center;
    }
    .widget-content-wrapper {
        flex-direction: column;
    }
    .widget-content-right {
        margin-top: 10px;
    }
}

section.dashboard-stats .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 20px; /* Space between boxes */
}

/* Responsive: 2 columns on tablets, 1 column on mobile */
@media (max-width: 992px) {
    section.dashboard-stats .row {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media (max-width: 768px) {
    section.dashboard-stats .row {
        grid-template-columns: repeat(1, 1fr); /* 1 column */
    }
}


.col-md-6:nth-child(1) .widget-content {
    background: #d1f0e2; /* Light Greenish */
}

.col-md-6:nth-child(2) .widget-content {
    background: #c3ede7; /* Soft Aqua */
}

.col-md-6:nth-child(3) .widget-content {
    background: #f7f5c7; /* Pastel Yellow */
}

.col-md-6:nth-child(4) .widget-content {
    background: #ffe4c4; /* Light Peach */
}

.col-md-6:nth-child(5) .widget-content {
    background: #e2d1f9; /* Soft Lavender */
}

.col-md-6:nth-child(6) .widget-content {
    background: #fadadd; /* Light Pink */
}

.col-md-6:nth-child(7) .widget-content {
    background: #dcf8c6; /* Mint Green */
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}





@media only screen and (min-width: 1366px) and (max-width: 1600px){


    section#hero {
        overflow: hidden;
        padding-top: 150px !important;
        padding-bottom: 100px !important;
    }
    a.navbar-brand img {
        width: 100%;
        min-width: 200px;
    }
    header ul.hdr-menu li a.nav-link {
        color: #1b1b1b !important;
        border-radius: 40px;
        padding: 10px 15px !important;
        transition: all 0.5s;
        font-size: 16px;
        line-height: 24px;
    }
    .cta-btn {
        color: #1B1B1B;
        padding: 15px 20px;
        font-size: 16px;
        font-family: Poppins !important;
        border-radius: 30px;
        line-height: 24px !important;
        transition: all 0.5s;
    }
    .container {
            max-width: 1230px !important;
        }
    h1 {
        font-size: 44px !important;
        line-height: 52px !important;
        font-weight: 600 !important;
    }
    p {
        font-family: Poppins !important;
        font-size: 18px !important;
        line-height: 26px !important;
        color: #9E9E9E !important;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    a.theme-btn-1 {
        padding: 20px 40px !important;
        border-radius: 40px !important;
        color: #fff !important;
        font-family: Poppins !important;
        font-size: 16px !important;
        line-height: 24px !important;
        background: #1e491c;
        transition: all 0.5s;
    }
  
    #hero .board-img img {
        max-width: 300px !important;
        width: auto !important;
        margin: auto;
        display: block;
        position: relative;
        z-index: 9;
    }
    .widget img.widget {
        max-width: 250px;
        position: relative;
        z-index: 9;
    }
    ul.listicons li {
        margin: 0 0 15px 0;
    }
    h4 {
        font-size: 22px !important;
        line-height: 30px !important;
        font-family: Poppins, sans-serif !important;
        font-weight: 700 !important;
    }
    ul li {
        font-family: Poppins !important;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #9E9E9E !important;
    }
    #bio-link .content img.tree {
        position: absolute;
        left: 32%;
        top: -40%;
        max-width: 110px;
    }
    section#services {
        padding-top: 90px;
        padding-bottom: 70px;
        position: relative;
    }
    h2 {
        font-size: 44px !important;
        line-height: 52px !important;
        font-family: 'Prompt' !important;
        font-weight: 600 !important;
        color: #121212 !important;
    }
    section#banner h2 {
        font-size: 70px !important;
        line-height: 78px !important;
        font-family: 'Prompt' !important;
        font-weight: 700 !important;
    }
    section#banner h3 {
        color: #121212 !important;
        font-size: 42px !important;
        line-height: 60px !important;
        font-family: 'Prompt', sans-serif !important;
        font-weight: 700 !important;
    }
    section#promotion img.left {
        left: -22%;
        max-width: 500px;
        bottom: 20%;
    }
    section#promotion img.right {
        right: -10%;
        max-width: 500px;
        top: 10%;
    }
    .widget img.icon {
        position: absolute;
        z-index: 9999;
        display: flex;
        height: 60px;
        text-align: right;
        margin: auto;
        right: -100%;
        bottom: 30px;
    }

}



@media only screen and (min-width: 1200px) and (max-width: 1365px){




    section#hero {
        overflow: hidden;
        padding-top: 150px !important;
        padding-bottom: 100px !important;
    }
    a.navbar-brand img {
        width: 100%;
        min-width: 200px;
    }
    header ul.hdr-menu li a.nav-link {
        color: #1b1b1b !important;
        border-radius: 40px;
        padding: 10px 15px !important;
        transition: all 0.5s;
        font-size: 14px;
        line-height: 22px;
    }
    .cta-btn {
        color: #1B1B1B;
        padding: 10px 20px;
        font-size: 14px;
        font-family: Poppins !important;
        border-radius: 30px;
        line-height: 22px !important;
        transition: all 0.5s;
    }
    .container {
            max-width: 1130px !important;
        }
    h1 {
        font-size: 38px !important;
        line-height: 46px !important;
        font-weight: 600 !important;
    }
    p {
        font-family: Poppins !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #9E9E9E !important;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 14px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    a.theme-btn-1 {
        padding: 20px 40px !important;
        border-radius: 40px !important;
        color: #fff !important;
        font-family: Poppins !important;
        font-size: 16px !important;
        line-height: 24px !important;
        background: #1e491c;
        transition: all 0.5s;
    }
    #hero .board-img img {
        max-width: 300px !important;
        width: auto !important;
        margin: auto;
        display: block;
        position: relative;
        z-index: 9;
    }
    .widget img.widget {
        max-width: 250px;
        position: relative;
        z-index: 9;
    }
    ul.listicons li {
        margin: 0 0 10px 0;
    }
    h4 {
        font-size: 22px !important;
        line-height: 30px !important;
        font-family: Poppins, sans-serif !important;
        font-weight: 700 !important;
    }
    ul li {
        font-family: Poppins !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #9E9E9E !important;
    }
    #bio-link .content img.tree {
        position: absolute;
        left: 32%;
        top: -40%;
        max-width: 110px;
    }
    section#services {
        padding-top: 90px;
        padding-bottom: 70px;
        position: relative;
    }
    h2 {
        font-size: 34px !important;
        line-height: 42px !important;
        font-family: 'Prompt' !important;
        font-weight: 600 !important;
        color: #121212 !important;
    }
    section#banner h2 {
        font-size: 60px !important;
        line-height: 68px !important;
        font-family: 'Prompt' !important;
        font-weight: 700 !important;
    }
    section#banner h3 {
        color: #121212 !important;
        font-size: 38px !important;
        line-height: 48px !important;
        font-family: 'Prompt', sans-serif !important;
        font-weight: 700 !important;
    }
    section#promotion img.left {
        left: -22%;
        max-width: 450px;
        bottom: 20%;
    }
    section#promotion img.right {
        right: -10%;
        max-width: 400px;
        top: 10%;
    }
    .list {
        margin-top: 50px;
        background: #fff;
        padding: 30px;
        border-radius: 30px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 50px;
        background: #eceae9;
    }
    section#forver {
        padding-top: 60px !important;
        background: #f3f2f1;
        padding-bottom: 60px !important;
    }
    .steps img {
        max-width: 100px;
    }
    .content-center img {
        width: 100px;
        margin-left: 490px;
    }
    .steps h3 {
        color: #191919 !important;
        font-weight: 600 !important;
        font-size: 30px !important;
        line-height: 38px !important;
    }
    section#services .inner {
        background: #f3f3f1;
        padding: 50px;
        border-radius: 20px;
        min-height: 460px;
    }
    section#services:before {
        content: "";
       
        height: 70%;
        width: 30%;
        position: absolute;
        left: 0;
        top: 200px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 14px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    .get_start .btn-field {
        background: #fff !important;
        padding: 12px 10px !important;
        border-radius: 10px !important;
    }
    h3 {
        font-family: Poppins !important;
        font-weight: 400 !important;
        color: #1e491c !important;
        font-size: 22px !important;
        line-height: 30px !important;
    }
    img.lines {
        width: 110px !important;
        margin-left: -400px;
        margin-top: -10px;
    }
    section#banner img {
        width: 100%;
        max-width: 50%;
        display: block;
        margin: auto;
    }
    .widget img.icon {
        position: absolute;
        z-index: 9999;
        display: flex;
        height: 60px;
        text-align: right;
        margin: auto;
        right: -100%;
        bottom: 30px;
    }
    .feature-banner ul li p {
        max-width: 60%;
    }
    section#cta-form .formgroup {
        max-width: 70%;
        margin: auto;
    }
    section#cta-info {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    section#cta-info .info-box img {
        width: 230px;
        height: 90px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        display: block;
        margin: auto auto 30px auto;
    }
    section#banner h3 img {
        width: 150px;
        position: absolute;
        left: 460px;
        top: 40px;
        z-index: -1;
    }
    section#analysis img {
        width: 100%;
    }





}
@media only screen and (min-width: 992px) and (max-width: 1199px){


    section#hero {
        overflow: hidden;
        padding-top: 120px !important;
        padding-bottom: 70px !important;
    }
    a.navbar-brand img {
        width: 100%;
        min-width: 160px;
    }
    header ul.hdr-menu li a.nav-link {
        color: #1b1b1b !important;
        border-radius: 40px;
        padding: 10px 10px !important;
        transition: all 0.5s;
        font-size: 12px;
        line-height: 20px;
    }
    .cta-btn {
        color: #1B1B1B;
        padding: 10px 15px;
        font-size: 12px;
        font-family: Poppins !important;
        border-radius: 30px;
        line-height: 20px !important;
        transition: all 0.5s;
    }
    .container {
            max-width: 930px !important;
        }
    h1 {
        font-size: 28px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
    }
    p {
        font-family: Poppins !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #9E9E9E !important;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 14px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    a.theme-btn-1 {
        padding: 15px 20px !important;
        border-radius: 40px !important;
        color: #fff !important;
        font-family: Poppins !important;
        font-size: 12px !important;
        line-height: 20px !important;
        background: #1e491c;
        transition: all 0.5s;
    }
    #hero .board-img img {
        max-width: 230px !important;
        width: auto !important;
        margin: auto;
        display: block;
        position: relative;
        z-index: 9;
    }
    .widget img.widget {
        max-width: 180px;
        position: relative;
        z-index: 9;
    }
    ul.listicons li {
        margin: 0 0 10px 0;
    }
    h4 {
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: Poppins, sans-serif !important;
        font-weight: 700 !important;
    }
    ul li {
        font-family: Poppins !important;
        font-size: 12px !important;
        line-height: 20px !important;
        color: #9E9E9E !important;
    }
    #bio-link .content img.tree {
        position: absolute;
        left: 37%;
        top: -34%;
        max-width: 90px;
    }
    section#services {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }
    h2 {
        font-size: 30px !important;
        line-height: 38px !important;
        font-family: 'Prompt' !important;
        font-weight: 600 !important;
        color: #121212 !important;
    }
    section#banner h2 {
        font-size: 50px !important;
        line-height: 58px !important;
        font-family: 'Prompt' !important;
        font-weight: 700 !important;
    }
    section#banner h3 {
        color: #121212 !important;
        font-size: 34px !important;
        line-height: 52px !important;
        font-family: 'Prompt', sans-serif !important;
        font-weight: 700 !important;
    }
    section#promotion img.left {
        left: -22%;
        max-width: 390px;
        bottom: 20%;
    }
    section#promotion img.right {
        right: -10%;
        max-width: 300px;
        top: 10%;
    }
    .list {
        margin-top: 50px;
        background: #fff;
        padding: 30px;
        border-radius: 30px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 50px;
        background: #eceae9;
    }
    section#forver {
        padding-top: 60px !important;
        background: #f3f2f1;
        padding-bottom: 60px !important;
    }
    .steps img {
        max-width: 70px;
    }
    .content-center img {
        width: 100px;
        margin-left: 190px;
    }
    .steps h3 {
        color: #191919 !important;
        font-weight: 600 !important;
        font-size: 26px !important;
        line-height: 34px !important;
    }
    section#services .inner {
        background: #f3f3f1;
        padding: 20px;
        border-radius: 20px;
        min-height: 400px;
    }
    section#services:before {
        content: "";
        height: 70%;
        width: 20%;
        position: absolute;
        left: 0;
        top: 10px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 12px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    .get_start .btn-field {
        background: #fff !important;
        padding: 12px 10px !important;
        border-radius: 10px !important;
    }
    h3 {
        font-family: Poppins !important;
        font-weight: 400 !important;
        color: #1e491c !important;
        font-size: 20px !important;
        line-height: 28px !important;
    }
    img.lines {
        width: 110px !important;
        margin-left: -280px;
        margin-top: -10px;
    }
    section#banner img {
        width: 100%;
        max-width: 50%;
        display: block;
        margin: auto;
    }
    .widget img.icon {
        position: absolute;
        z-index: 9999;
        display: flex;
        height: 40px;
        text-align: right;
        margin: auto;
        right: -100%;
        bottom: 30px;
    }
    .feature-banner ul li p {
        max-width: 90%;
    }
    section#cta-form .formgroup {
        max-width: 70%;
        margin: auto;
    }
    section#cta-info {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    section#cta-info .info-box img {
        width: 230px;
        height: 90px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        display: block;
        margin: auto auto 30px auto;
    }
.testimonials {
    padding-top: 30px;
}
.ft-log img {
    width: 100%;
    max-width: 240px;
    margin: auto;
    display: block;
}
section#slides {
    padding-bottom: 70px;
}
ul.listicons img {
    width: 15px;
    margin-right: 10px;
}
.nav-right ul {
    display: flex !important;
    gap: 0;
    margin-bottom: unset;
}
section#getstart {
    background: #F3F2F1;
    padding-top: 40px;
    padding-bottom: 50px;
}
    section#banner h3 img {
        width: 100px;
        position: absolute;
        left: 440px;
        top: 50px;
        z-index: -1;
    }
    section#analysis img {
        width: 100%;
    }
header ul.hdr-menu {
    margin-left: 60px;
}

section#login {
    overflow: hidden;
    height: unset;
}



}
@media only screen and (min-width: 768px) and (max-width: 991px){



    section#hero {
        overflow: hidden;
        padding-top: 120px !important;
        padding-bottom: 70px !important;
    }
    a.navbar-brand img {
        width: 100%;
        min-width: 160px;
    }
    header ul.hdr-menu li a.nav-link {
        color: #ffffff !important;
        border-radius: 40px;
        padding: 10px 10px !important;
        transition: all 0.5s;
        font-size: 12px;
        line-height: 20px;
    }
    .cta-btn {
        color: #ffffff;
        padding: 10px 15px;
        font-size: 12px;
        font-family: Poppins !important;
        border-radius: 30px;
        line-height: 20px !important;
        transition: all 0.5s;
        display: inline-block;
    }
    .container {
            max-width: 930px !important;
        }
    h1 {
        font-size: 28px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
    }
    p {
        font-family: Poppins !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #9E9E9E !important;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 14px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    a.theme-btn-1 {
        padding: 15px 20px !important;
        border-radius: 40px !important;
        color: #fff !important;
        font-family: Poppins !important;
        font-size: 12px !important;
        line-height: 20px !important;
        background: #1e491c;
        transition: all 0.5s;
    }
    #hero .board-img img {
        max-width: 230px !important;
        width: auto !important;
        margin: auto;
        display: block;
        position: relative;
        z-index: 9;
    }
    .widget img.widget {
        max-width: 180px;
        position: relative;
        z-index: 9;
    }
    ul.listicons li {
        margin: 0 0 10px 0;
    }
    h4 {
        font-size: 20px !important;
        line-height: 28px !important;
        font-family: Poppins, sans-serif !important;
        font-weight: 700 !important;
    }
    ul li {
        font-family: Poppins !important;
        font-size: 12px !important;
        line-height: 20px !important;
        color: #9E9E9E !important;
    }
    #bio-link .content img.tree {
        position: absolute;
        left: 42%;
        top: -28%;
        max-width: 70px;
    }
    section#services {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }
    h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        font-family: 'Prompt' !important;
        font-weight: 600 !important;
        color: #121212 !important;
    }
    section#banner h2 {
        font-size: 50px !important;
        line-height: 58px !important;
        font-family: 'Prompt' !important;
        font-weight: 700 !important;
    }
    section#banner h3 {
        color: #121212 !important;
        font-size: 28px !important;
        line-height: 38px !important;
        font-family: 'Prompt', sans-serif !important;
        font-weight: 700 !important;
    }
    section#promotion img.left {
        left: -22%;
        max-width: 290px;
        bottom: 24%;
    }
    section#promotion img.right {
        right: -10%;
        max-width: 300px;
        top: 10%;
    }
    .list {
        margin-top: 50px;
        background: #fff;
        padding: 30px;
        border-radius: 30px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 50px;
        background: #eceae9;
    }
    section#forver {
        padding-top: 60px !important;
        background: #f3f2f1;
        padding-bottom: 60px !important;
    }
    .steps img {
        max-width: 70px;
    }
    .content-center img {
        width: 100px;
        margin-left: 190px;
    }
    .steps h3 {
        color: #191919 !important;
        font-weight: 600 !important;
        font-size: 26px !important;
        line-height: 34px !important;
    }
    section#services .inner {
        background: #f3f3f1;
        padding: 15px;
        border-radius: 20px;
        min-height: 340px;
    }
    section#services:before {
        content: "";
        height: 70%;
        width: 20%;
        position: absolute;
        left: 0;
        top: 10px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 12px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    .get_start .btn-field {
        background: #fff !important;
        padding: 12px 10px !important;
        border-radius: 10px !important;
        display: block;
        margin: 0 0 10px 0;
    }
    h3 {
        font-family: Poppins !important;
        font-weight: 400 !important;
        color: #1e491c !important;
        font-size: 20px !important;
        line-height: 28px !important;
    }
    img.lines {
        width: 110px !important;
        margin-left: -280px;
        margin-top: -10px;
    }
    section#banner img {
        width: 100%;
        max-width: 50%;
        display: block;
        margin: auto;
    }
    .widget img.icon {
        position: absolute;
        z-index: 9999;
        display: flex;
        height: 40px;
        text-align: right;
        margin: auto;
        right: -100%;
        bottom: 30px;
    }
    .feature-banner ul li p {
        max-width: 90%;
    }
    section#cta-form .formgroup {
        max-width: 70%;
        margin: auto;
    }
    section#cta-info {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    section#cta-info .info-box img {
        width: 230px;
        height: 90px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        display: block;
        margin: auto auto 30px auto;
    }
.testimonials {
    padding-top: 30px;
}
.ft-log img {
    width: 100%;
    max-width: 240px;
    margin: auto;
    display: block;
}
section#slides {
    padding-bottom: 70px;
}
ul.listicons img {
    width: 15px;
    margin-right: 10px;
}
.nav-right ul {
    display: flex !important;
    gap: 0;
    margin-bottom: unset;
    flex-direction: column;
}
section#getstart {
    background: #F3F2F1;
    padding-top: 40px;
    padding-bottom: 50px;
}
    section#banner h3 img {
        width: 100px;
        position: absolute;
        left: 380px;
        top: 50px;
        z-index: -1;
    }
    section#analysis img {
        width: 100%;
    }
header ul.hdr-menu {
    margin-left: unset;
}



div#navbarSupportedContent {
    background: #1e491c;
    padding: 20px;
    border-radius: 20px;
    z-index: 99;
}
ul.listicons {
    column-count: 2;
    margin-top: 20px;
}
.footer a.cta-btn {
    padding: 10px 30px;
}
section#services .serv-box {
    margin-top: 20px;
}
section#partners .slide-row {
    display: flex;
    animation: slide 30slinear infinite;
    justify-content: space-between;
    margin: 20px 0;
}
header ul.hdr-menu li a.nav-link:hover {
    background: #Fff;
    color: #1e491c !important;
}
.navbar-light .navbar-toggler-icon {
 
    filter: invert(1) brightness(100.5) contrast(14.5);
}
button.navbar-toggler {
    background: #1e491c  !important;
    color: #Fff;
}
button.navbar-toggler:focus{
    outline: unset;
}

.heading .row {
    display: flex;
    align-items: center;
}



footer.footer .row {
    display: grid;
}

footer.footer .row .col-md-4, 
footer.footer .row .col-md-2,

footer.footer .row .col-md-4{
    width: 100% !important;
    max-width: unset;
}

.footer ul li a {
    font-size: 18px;
    line-height: 26px;
}



section#login .row .col-md-9, section#login .row .col-md-3 {
    max-width: 50%;

}

section#login .row {
    display: flex;
    align-items: center;
}   
section#login {
    overflow: hidden;
    height: unset;
}

}
@media only screen and (min-width: 520px) and (max-width: 767px){


    section#hero {
        overflow: hidden;
        padding-top: 120px !important;
        padding-bottom: 70px !important;
    }
    a.navbar-brand img {
        width: 100%;
        min-width: 160px;
    }
    header ul.hdr-menu li a.nav-link {
        color: #ffffff !important;
        border-radius: 40px;
        padding: 10px 10px !important;
        transition: all 0.5s;
        font-size: 12px;
        line-height: 20px;
    }
    .cta-btn {
        color: #ffffff;
        padding: 10px 15px;
        font-size: 12px;
        font-family: Poppins !important;
        border-radius: 30px;
        line-height: 20px !important;
        transition: all 0.5s;
        display: inline-block;
    }
    .container {
            max-width: 930px !important;
        }
    h1 {
        font-size: 28px !important;
        line-height: 36px !important;
        font-weight: 600 !important;
    }
    p {
        font-family: Poppins !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #9E9E9E !important;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 14px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    a.theme-btn-1 {
        padding: 15px 20px !important;
        border-radius: 40px !important;
        color: #fff !important;
        font-family: Poppins !important;
        font-size: 12px !important;
        line-height: 20px !important;
        background: #1e491c;
        transition: all 0.5s;
    }
    #hero .board-img img {
        max-width: 230px !important;
        width: auto !important;
        margin: 50px auto auto auto;
        display: block;
        position: relative;
        z-index: 9;
    }
    .widget img.widget {
        max-width: 200px;
        position: relative;
        z-index: 9;
    }
    ul.listicons li {
        margin: 0 0 10px 0;
    }
    h4 {
        font-size: 20px !important;
        line-height: 28px !important;
        font-family: Poppins, sans-serif !important;
        font-weight: 700 !important;
    }
    ul li {
        font-family: Poppins !important;
        font-size: 9px !important;
        line-height: 18px !important;
        color: #9E9E9E !important;
    }
    #bio-link .content img.tree {
        position: absolute;
        left: 63%;
        top: -28%;
        max-width: 70px;
    }
    section#services {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }
    h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        font-family: 'Prompt' !important;
        font-weight: 600 !important;
        color: #121212 !important;
    }
    section#banner h2 {
        font-size: 50px !important;
        line-height: 58px !important;
        font-family: 'Prompt' !important;
        font-weight: 700 !important;
    }
    section#banner h3 {
        color: #121212 !important;
        font-size: 28px !important;
        line-height: 38px !important;
        font-family: 'Prompt', sans-serif !important;
        font-weight: 700 !important;
    }
    section#promotion img.left {
        left: -22%;
        max-width: 290px;
        bottom: 14%;
    }
    section#promotion img.right {
        right: -10%;
        max-width: 300px;
        top: 10%;
    }
    .list {
        margin-top: 50px;
        background: #fff;
        padding: 30px;
        border-radius: 30px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 50px;
        background: #eceae9;
    }
    section#forver {
        padding-top: 60px !important;
        background: #f3f2f1;
        padding-bottom: 60px !important;
    }
    .steps img {
        max-width: 70px;
    }
    .content-center img {
        width: 60px;
        margin-left: 0px;
    }
    .steps h3 {
        color: #191919 !important;
        font-weight: 600 !important;
        font-size: 26px !important;
        line-height: 34px !important;
    }
    section#services .inner {
        background: #f3f3f1;
        padding: 15px;
        border-radius: 20px;
        min-height: unset;
        text-align: center;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    section#services:before {
        content: "";
        height: 70%;
        width: 20%;
        position: absolute;
        left: 0;
        top: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0;
        margin: 0 auto;
    }
    .get_start .btn-field label, .get_start .btn-field input {
        font-size: 12px !important;
        line-height: 22px !important;
        font-family: Poppins !important;
        font-weight: 500 !important;
        margin: unset !important;
    }
    .get_start .btn-field {
        background: #fff !important;
        padding: 12px 10px !important;
        border-radius: 10px !important;
        display: block;
        margin: 0 0 10px 0;
    }
    h3 {
        font-family: Poppins !important;
        font-weight: 400 !important;
        color: #1e491c !important;
        font-size: 20px !important;
        line-height: 28px !important;
    }
    img.lines {
        width: 110px !important;
        margin-left: -280px;
        margin-top: -10px;
    }
    section#banner img {
        width: 100%;
        max-width: 20%;
        display: block;
        text-align: left;
        margin-right: auto;
    }
    .widget img.icon {
        position: absolute;
        z-index: 9999;
        display: flex;
        height: 30px;
        text-align: right;
        margin: auto;
        right: -100%;
        bottom: 30px;
    }
    .feature-banner ul li p {
        max-width: 90%;
    }
    section#cta-form .formgroup {
        max-width: 70%;
        margin: auto;
    }
    section#cta-info {
        padding-top: 100px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    section#cta-info .info-box img {
        width: 170px;
        height: 80px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        display: block;
        margin: auto auto 30px auto;
    }
.testimonials {
    padding-top: 30px;
}
.ft-log img {
    width: 100%;
    max-width: 240px;
    margin: auto;
    display: block;
}
section#slides {
    padding-bottom: 70px;
}
ul.listicons img {
    width: 12px;
    margin-right: 10px;
}
.nav-right ul {
    display: flex !important;
    gap: 0;
    margin-bottom: unset;
    flex-direction: column;
}
section#getstart {
    background: #F3F2F1;
    padding-top: 40px;
    padding-bottom: 50px;
}
    section#banner h3 img {
        width: 100px;
        position: absolute;
        left: 0;
        top: 30px;
        z-index: -1;
    }
    section#analysis img {
        width: 100%;
    }
header ul.hdr-menu {
    margin-left: unset;
}



div#navbarSupportedContent {
    background: #1e491c;
    padding: 20px;
    border-radius: 20px;
    z-index: 99;
}
ul.listicons {
    column-count: 2;
    margin-top: 20px;
}
.footer a.cta-btn {
    padding: 10px 30px;
}
section#services .serv-box {
    margin-top: 20px;
}
section#partners .slide-row {
    display: flex;
    animation: slide 30slinear infinite;
    justify-content: space-between;
    margin: 20px 0;
}
header ul.hdr-menu li a.nav-link:hover {
    background: #Fff;
    color: #1e491c !important;
}
.navbar-light .navbar-toggler-icon {
 
    filter: invert(1) brightness(100.5) contrast(14.5);
}
button.navbar-toggler {
    background: #1e491c  !important;
    color: #Fff;
}
button.navbar-toggler:focus{
    outline: unset;
}

.heading .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



footer.footer .row {
    display: grid;
}

footer.footer .row .col-md-4, 
footer.footer .row .col-md-2,

footer.footer .row .col-md-4{
    width: 100% !important;
    max-width: unset;
}

.footer ul li a {
    font-size: 18px;
    line-height: 26px;
}





section#login .row {
    display: flex;
    align-items: center;
}   
.get_start {
    display: flex !important;
    align-items: baseline;
    gap: unset;
    flex-direction: column;
}
section#services img {
    width: 50%;
    display: block;
    margin: auto;
}
.widget {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 10%;
    left: 4%;
}
section#partners .slide-row img {
    width: 160px;
    height: auto;
    margin-right: 10px;
}
section#bio-link {
    padding-top: 50px;
    padding-bottom: 60px;
}
.formgroup input, .formgroup textarea {
    border: unset;
    outline: unset;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
}
section#login {
    overflow: hidden;
    height: unset;
}

section#banner {
    padding-top: 140px;
    overflow: hidden;
}
section.templates ul {
    column-count: 2;
}
.heading .row .col-md-6.text-right {
    text-align: center !important;
    display: contents;
}

.steps .row .col-md-3.text-right {
    text-align: left !important;
}

section.templates ul img {
    width: 100%;
}

section.templates ul li span {
    font-size: 20px;
    line-height: 28px;
}

.serv-box .inner {
    text-align: center;
}

section#cta-form {
    overflow: hidden;
}

}
@media only screen and (min-width: 300px) and (max-width: 519px){ 
    .navbar-collapse {
   
    z-index: 99;
}
.scial_link_blk ul li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    font-size: 12px !important;
    line-height: 20px !important;
}
.login {
    max-width: unset !important;
    padding: 20px !important;
}
.content-center img {
    width: 80px;
    margin-left: unset;
}
.nav-right ul {display: block !important;}
.footer ul {
margin: 0;
}
.footer a.cta-btn {
padding: 12px 40px;
display: inline-block;
}
ul li {
font-family: Poppins !important;
font-size: 14px !important;
line-height: 22px !important;
color: #9E9E9E !important;
}
ul.listicons li {
margin: 0 0 15px 0;
}
.list {
margin-top: 50px;
background: #fff;
padding: 0px;
border-radius: 30px;
}
a.theme-btn-1 {
padding: 15px 20px !important;
border-radius: 30px !important;
color: #fff !important;
font-family: Poppins !important;
font-size: 14px !important;
line-height: 22px !important;
background: #dc1420;
transition: all 0.5s;
}
ul.listicons {
column-count: 1;
margin-top: 20px;
}
section#forver {
padding-top: 50px;
background: #f3f2f1;
padding-bottom: 60px;
}
.testimonials {
padding-top: unset;
}
.footer {
padding-top: 50px;
padding-bottom: 50px;
background: #eceae9;
}

.ft-log {
overflow: hidden;
padding-top: 80px;
padding-bottom: 80px !important;
}

.ft-log img {
transform: scale(2.8);
}

section#hero {
    overflow: hidden;
    padding-top: 120px !important;
    padding-bottom: 70px !important;
}
a.navbar-brand img {
    width: 100%;
    min-width: 160px;
}
header ul.hdr-menu li a.nav-link {
    color: #ffffff !important;
    border-radius: 40px;
    padding: 10px 10px !important;
    transition: all 0.5s;
    font-size: 12px;
    line-height: 20px;
}
.cta-btn {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 12px;
    font-family: Poppins !important;
    border-radius: 30px;
    line-height: 20px !important;
    transition: all 0.5s;
    display: inline-block;
}
.container {
        max-width: 930px !important;
    }
h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
}
p {
    font-family: Poppins !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #9E9E9E !important;
}
.get_start .btn-field label, .get_start .btn-field input {
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
    margin: unset !important;
}
a.theme-btn-1 {
    padding: 15px 20px !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-family: Poppins !important;
    font-size: 12px !important;
    line-height: 20px !important;
    background: #1e491c;
    transition: all 0.5s;
}
#hero .board-img img {
    max-width: 230px !important;
    width: auto !important;
    margin: 50px auto auto auto;
    display: block;
    position: relative;
    z-index: 9;
}
.widget img.widget {
    max-width: 200px;
    position: relative;
    z-index: 9;
}
ul.listicons li {
    margin: 0 0 10px 0;
}
h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
}
ul li {
    font-family: Poppins !important;
    font-size: 9px !important;
    line-height: 18px !important;
    color: #9E9E9E !important;
}
#bio-link .content img.tree {
    position: absolute;
    left: 63%;
    top: -28%;
    max-width: 70px;
}
section#services {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: 'Prompt' !important;
    font-weight: 600 !important;
    color: #121212 !important;
}
section#banner h2 {
    font-size: 50px !important;
    line-height: 58px !important;
    font-family: 'Prompt' !important;
    font-weight: 700 !important;
}
section#banner h3 {
    color: #121212 !important;
    font-size: 28px !important;
    line-height: 38px !important;
    font-family: 'Prompt', sans-serif !important;
    font-weight: 700 !important;
}
section#promotion img.left {
    left: -22%;
    max-width: 290px;
    bottom: 14%;
}
section#promotion img.right {
    right: -10%;
    max-width: 300px;
    top: 10%;
}
.list {
    margin-top: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.footer {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #eceae9;
}
section#forver {
    padding-top: 60px !important;
    background: #f3f2f1;
    padding-bottom: 60px !important;
}
.steps img {
    max-width: 70px;
}
.content-center img {
    width: 60px;
    margin-left: 0px;
}
.steps h3 {
    color: #191919 !important;
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 34px !important;
}
section#services .inner {
    background: #f3f3f1;
    padding: 15px;
    border-radius: 20px;
    min-height: unset;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
section#services:before {
    content: "";
    height: 70%;
    width: 20%;
    position: absolute;
    left: 0;
    top: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
}
.get_start .btn-field label, .get_start .btn-field input {
    font-size: 12px !important;
    line-height: 22px !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
    margin: unset !important;
}
.get_start .btn-field {
    background: #fff !important;
    padding: 12px 10px !important;
    border-radius: 10px !important;
    display: block;
    margin: 0 0 10px 0;
            width: 100%;
}
.field {
    width: 100%;
}

h3 {
    font-family: Poppins !important;
    font-weight: 400 !important;
    color: #1e491c !important;
    font-size: 20px !important;
    line-height: 28px !important;
}
img.lines {
    width: 110px !important;
    margin-left: -280px;
    margin-top: -10px;
}
section#banner img {
    width: 100%;
    max-width: 20%;
    display: block;
    text-align: left;
    margin-right: auto;
}
.widget img.icon {
    position: absolute;
    z-index: 9999;
    display: flex;
    height: 30px;
    text-align: right;
    margin: auto;
    right: -100%;
    bottom: 30px;
}
.feature-banner ul li p {
    max-width: 90%;
}
section#cta-form .formgroup {
    max-width: 70%;
    margin: auto;
}
section#cta-info {
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
}
section#cta-info .info-box img {
    width: 170px;
    height: 80px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    display: block;
    margin: auto auto 30px auto;
}
.testimonials {
padding-top: 30px;
}
.ft-log img {
width: 100%;
        max-width: 90px;
margin: auto;
display: block;
}
section#slides {
padding-bottom: 70px;
}
ul.listicons img {
width: 12px;
margin-right: 10px;
}
.nav-right ul {
display: flex !important;
gap: 0;
margin-bottom: unset;
flex-direction: column;
}
section#getstart {
background: #F3F2F1;
padding-top: 40px;
padding-bottom: 50px;
}
section#banner h3 img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1;
}
section#analysis img {
    width: 100%;
}
header ul.hdr-menu {
margin-left: unset;
}



div#navbarSupportedContent {
    background: #1e491c;
    padding: 20px;
    border-radius: 20px;
    z-index: 99;
    left: -6%;
    position: relative;
    width: 100%;
}
ul.listicons {
column-count: 2;
margin-top: 20px;
}
.footer a.cta-btn {
padding: 10px 30px;
}
section#services .serv-box {
margin-top: 20px;
}
section#partners .slide-row {
display: flex;
animation: slide 30slinear infinite;
justify-content: space-between;
margin: 20px 0;
}
header ul.hdr-menu li a.nav-link:hover {
background: #Fff;
color: #1e491c !important;
}
.navbar-light .navbar-toggler-icon {

filter: invert(1) brightness(100.5) contrast(14.5);
}
button.navbar-toggler {
background: #1e491c  !important;
color: #Fff;
}
button.navbar-toggler:focus{
outline: unset;
}

.heading .row {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}



footer.footer .row {
display: grid;
}

footer.footer .row .col-md-4, 
footer.footer .row .col-md-2,

footer.footer .row .col-md-4{
width: 100% !important;
max-width: unset;
}

.footer ul li a {
font-size: 18px;
line-height: 26px;
}





section#login .row {
display: flex;
align-items: center;
}   
.get_start {
display: flex !important;
align-items: baseline;
gap: unset;
flex-direction: column;
}
section#services img {
width: 50%;
display: block;
margin: auto;
}
.widget {
position: absolute;
display: flex;
justify-content: space-between;
bottom: 10%;
left: 4%;
}
section#partners .slide-row img {
width: 160px;
height: auto;
margin-right: 10px;
}
section#bio-link {
padding-top: 50px;
padding-bottom: 60px;
}
.formgroup input, .formgroup textarea {
border: unset;
outline: unset;
padding: 20px;
width: 100%;
border-radius: 20px;
}
section#login {
overflow: hidden;
height: unset;
}

section#banner {
padding-top: 140px;
overflow: hidden;
}
section.templates ul {
column-count: 2;
}
.heading .row .col-md-6.text-right {
text-align: center !important;
display: contents;
}

.steps .row .col-md-3.text-right {
text-align: left !important;
}

section.templates ul img {
width: 100%;
}

section.templates ul li span {
font-size: 20px;
line-height: 28px;
}

.serv-box .inner {
text-align: center;
}

section#cta-form {
overflow: hidden;
}
.nav-right {
    width: 100%;
}
header {
    padding: 0;
}
.footer .nav-right .login {
    max-width: unset;
}
.shortened-links-list-item-box {
    max-width: unset;
    flex-direction: column;
    align-items: flex-start;
}

.shortened-links-list-item-box div {
    margin: 0 0 10px 0;
}
}

section#serv-feat {
    background: #fff;
}