* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

p{
  font-size: 16px;
}

.form-control:focus {
  box-shadow: none;
}


/* header */

.nav-link {
  color: #000;
  font-size: 16px;
}

.navbar-nav.navLink{
display: flex;
align-items: center;
}

.navLink .nav-link:focus,
.navLink .nav-link:hover {
  color: #12a14e;
}

.navbar-expand-xl .navbar-nav .nav-link{
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-expand-xl .navbar-nav .nav-link i{
  color: #12a14e;
}

.hdrBtn {
  background-color: #12a14e;
  border-radius: 8px;
  padding: 7px 30px !important;
  color: #fff;
  margin-left: 15px;
  border: 1px solid #12a14e;
  transition: ease-out 0.5s;
}

.hdrBtn:hover {
  background-color: #132227;
  color: #fff!important;
  border: 1px solid #132227;
}

.hdrBtn{
  background-color: #12a14e;
  display: inline-block;
  border-radius: 8px;
  padding: 14px 18px!important;
  color: #fff;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: ease-out 0.1s;
}

.hdrBtn:hover{
  background: #0a853e;
  color: #fff;
}


.navbar-brand img{
width: 180px;
}


.navbar.myNavbar {
  --bs-navbar-nav-link-padding-x: 1.5rem;
  padding: 20px 0;
}




/* banner */

.bannerBg {
  background: rgb(13,30,36);
background: linear-gradient(94deg, rgba(13,30,36,1) 25%, rgba(23,49,59,0.9159313383556548) 84%);
  height: calc(100vh - 90px);
  padding: 10px 0;
   overflow: hidden;
   display: flex;
   align-items: center;
}
.bannerFormRow{
  display: flex;
  align-items: center;
}


.bnrTxt p {
  color: #fff;
  font-weight: 400;
  line-height: 25.19px;
  font-size: 17px;
  margin: 30px 0;
}


.bnrTxt h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.bnrTxt h1 span{
  display: block;
  font-weight: 700;
  color: #12a14e;
}


.bannerLIst{
  padding-left: 0;
  margin-bottom: 50px;
}

.bannerLIst li{
  list-style: none;
  display: inline-flex;
  color: #fff;
  align-items: center;
  margin-right: 20px;
  line-height: 35px;
}

.bannerLIst li img{
  width: 21px;
  margin-right: 10px;
}

.banrBtn{
  background-color: #12a14e;
  display: inline-block;
  border-radius: 8px;
  padding: 14px 18px;
  color: #fff;
  border: 1px solid #12a14e;
  position: relative;
  overflow: hidden;
  transition: ease-out 0.1s;
}

.banrBtn:hover{
  background: #0a853e;
  color: #fff;
}

.btnBg{
  position: absolute;
  right: -1px;
  width: 53px;
  top: 0;
}

/* form */

.bannerform{
  background: #fff;
  padding: 20px 25px;
  border-radius: 20px;
  width: 80%;
  margin:0 0 0 auto;
  position: relative;
}

.bnrFrm-hdr{
font-weight: 400;
color: #000;
font-size: 20px;
margin-bottom: 20px;
line-height: 32px;
}

.bnrFrm-hdr span{
  font-weight: 700;
  display: block;
}


.bannerform .form-control{
  border: 1px solid #c0c6cc !important;
  background: #F9FBFF;
  font-size: 15px;
  padding: 7px 15px;
}


.bnrFrmBtn{
  background-color: #12a14e;
  position: relative;
  border-radius: 8px;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #12a14e;
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: ease-out 0.2s;
}

.bnrFrmBtn.hmBnrForm{
  padding:8px 30px;
}

.bnrFrmBtn:hover{
  background-color: #0a853e;
  color: #fff;
}

.bnrFrmFixdImg{
  width: 100px;
  position: absolute;
  right: -45px;
  top: -26px;
}

/* end banner */

.brand-logo-slider
{
  border:2px solid red;
}
.brand-logo-slider>marquee
{
  display:flex;
  gap:20px;
  padding:20px 50px;
}
/* logo brand */

.mtSection-1{
/*  margin-top:80px;*/
}

.header{
  text-align: center;
}
.header h1{
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 42.95px;
}

/* marqee */
.marquee {
  overflow: hidden;
  position: relative;
  height:100px;
  margin-top: 30px;
}
.marqueeBox {
  display: block;
  width: 200%;
  position: absolute; 
  overflow: hidden;
  animation: logoMarquee 12s linear infinite;
}
.marquee .marqeeImgBox {
  float: left;
  width: 50%;
}
@keyframes logoMarquee {
  0% { left: 0; }
  100% { left: -100%; }
}


.marqeeImgBox span{
  margin: 20px 34px;
  text-align: center;
  box-shadow:0px 0px 5px rgba(0, 0, 0,0.5);
}

.brandLogoImg{
  max-width: 150px;
  max-height: 100px;
  margin: auto;
}

/* end marqee */


/* end logo brand */



/* Growth for Your Business */


.growthBusinessBg{
  background: #f7f5f5;
  padding: 80px 0;
}

.growthSecMt{
  margin-top: 30px;
}

.growthBusinesscard_icon{
  background: #ede8de;
  width: 103px;
  height: 103px;
  line-height: 102px;
  margin: 10px auto 20px;
  border-radius:10px;
}

.growthBusinesscard_icon img{
  width: 65px;
}

.growthBusinessCard{
text-align: center;
text-align: center;
background:  #fff; 
padding: 20px;
border-radius: 8px;
border:4px solid #12a14e;
height: 100%;
}

.growthBusinessCard h3{
color: #12a14e;
font-weight: 500;
font-size:24px;
}

.growthBusinessCard p{
color: #000;
}

/* end Growth for Your Business */



/* Get a Free SEO Audit */


.getafreeBg{
  background: rgb(18,161,78);
  background: radial-gradient(circle, rgba(18,161,78,1) 0%, rgba(3,68,31,1) 73%);
  padding: 100px 0;
}


.getaFreeText{
  width: 60%;
  margin: auto;
  text-align: center;
}

.getaFreeText p{
  color: #fff;
}

.getaFreeform {
  width: 100%;
  margin:30px auto 0;
  text-align: center;
}

.getaFreeform .form-control{
  display: inline-block;
  width: 30%;
  border-radius:8px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.15);
  border:0.5px solid #ffffff4d;
  color: #fff;
  margin-right: 10px;
}
.getaFreeform .form-control::placeholder {
  color: #fff;
  opacity:ccc;
}
.btn.getafreeFrmBtn{
  background-color:#12a14e;
  position: relative;
  border-radius:8px;
  padding: 14px 30px;
  color: #fff;
  border: 1px solid transparent;
  text-align: center;
  overflow: hidden;
  transition: ease-out 0.2s;
}

.btn.getafreeFrmBtn:hover{
  background: #0a853e;
  color: #fff;
}

/* end Get a Free SEO Audit */


/* services */

.servicesCardBox{
  height: 100%;
}

.servicesCardBox a{
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  overflow: hidden;
  padding: 20px;
}

.servicesCardBox a:hover{
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.servicesCardBox a:hover .services-card-text h3{
  color: #000;
}

.servicesImg img {
  width: 100%;
  border-radius: 34px;
  padding: 0;
  border: 4px solid #12a14e;
}



.services-card-text{
margin-top: 20px;
}

.services-card-text h3{
color: #12a14e;
font-size: 22px;
}

.services-card-text p{
  color: #444;
  margin-bottom: 0;
}

.servicesMtRow{
  margin-top:20px;
}

/* end services */

/* the process we follow */

.subHeader{
  color: #444;
  width: 70%;
  margin: auto;
}

.processFlwCard-1{
  background: #12a14e;
  padding: 20px;
  border-radius: 0 12px 12px 0;
}

.processFlwCard-1 h1{
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.processFlwCard-1 h1 span{
  color: #fff;
  font-size: 16px;
  rotate: -90deg;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 19px;
}

.processFlwCard-1 h3{
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.processFlwCard-1 p{
  color: #fff;
}


.processFlwCard-1.processFlwCard-2{
  background: #065929;
  padding: 20px 20px 20px 40px;
  margin-left: -20px;
  z-index: -1;
}

.processFlwCard-1.processFlwCard-3{
  background: #15c961;
  padding: 20px 20px 20px 40px;
  margin-left: -20px;
  z-index: -11;
}

.processFlwCard-1.processFlwCard-4{
  background: #032411;
  padding: 20px 20px 20px 40px;
  margin-left: -20px;
  z-index: -111;
}


.processFlwCardBox{
  display: flex;
  margin-top: 50px;
}


.feewebBtnBdr{
  background-color: #0a853e;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  padding: 14px 18px;
  color: #fff;
  border: 1px solid #12a14e;
  overflow: hidden;
  transition: ease-out 0.2s;
}

.feewebBtnBdr:hover{
  background-color:#000;
  color: #fff;
}

.processBtnBox{
  text-align: center;
  margin-top: 50px;
}

.processBtnBox a{
  margin-right: 15px;
}

/* end the process we follow */


/* Get a Free SEO Audit! 1  */

.getafreeBg1{
  padding: 80px 0;
  background: rgb(0,0,0);
  background: linear-gradient(94deg, rgba(0,0,0,0.5769957641259629) 0%, rgba(18,161,78,1) 84%);
position: relative;
}


.header1 h1{
color: #fff;
font-size: 35px;
font-weight: 600;
line-height: 42.95px;
}

.header1 p{
color: #fff;
}


.getaFreeform1 .form-control {
  display: block;
  width: 70%;
  border-radius:8px;
  padding: 10px 15px;
  background:#fff;
  border: 0.5px solid #ffffff4d;
  color: #000;
  margin-bottom:15px;
}

.getaFreeform1 {
   margin: 40px 0 0;
}


.btn.getafreeFrmBtn1 {
  background-color: #000;
  position: relative;
  border-radius:8px;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid transparent;
  text-align: center;
  width: 70%;
  overflow: hidden;
  transition: ease-out 0.2s;
}

.btn.getafreeFrmBtn1:hover{
  background: #12a14e;
  color: #fff;
}

.getafreeTextBox1{
  width: 50%;
}

.getFreeGirlImg{
  position: absolute;
  width: 33%;
  right: 13%;
  bottom: 0;
}

/* end Get a Free SEO Audit! 1  */

/* lead */

.lead-card-box a{
  background: #fff;
  padding: 20px;
  width: 224px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 10px;
}

.lead-card-box a:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.lead-card-box a:hover .lead-card-icon{
  background: #000;
}
.lead-card-box a:hover .lead-card-title{
  color: #000;
}

.lead-card-icon{
  background:#12a14e;
  width: 100px;
  height: 100px;
  margin: auto;
  line-height: 99px;
  border-radius: 100%;
  text-align: center;
}

.lead-card-icon img{
  width: 60px;
}

.lead-card-icon1 img{
  width:119px;
}

.lead-card-icon1{
  background: #ede8de;
width: 103px;
height: 103px;
line-height: 102px;
margin: 10px auto 20px;
border-radius: 10px;
}

.lead-card-icon2{
background: #ede8de;
width: 103px;
height: 103px;
line-height: 102px;
margin: 10px auto 20px;
border-radius: 10px;
}

.lead-card-icon2 img{
  width:85px;
}

.lead-card-title{
  color: #12a14e;
  font-size: 22px;
  margin-top:20px;
}

.lead-card-Sec-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.industriesBg{
  background: #264854;
  padding: 70px 0;
}

/* end lead */



/* Our Success Stories */


.progreeBg{
  background: #ece8dd;
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px 0;
}

.successStorieImg img{
  width: 100%;
}





.successStorieText{
  text-align: center;
  margin-top: 60px;
}

.successStorieText h3{
font-size: 22px;
}

.successStorieText h1{
font-size: 34px;
margin-bottom: 20px;
}



/* pro */

.progress {
  width: 120px;
  height: 120px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progressText{
  text-align: center;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #12a14e;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

.processBtnBox.processBtnBox1{
  margin-top: 25px;
}

/* end pro */


.progressSlider  .slick-prev, .progressSlider  .slick-next {
  width:55px;
  height: 55px;
  background: #12a14e;
  border-radius: 100%;
  z-index: 9999;
}

.progressSlider .slick-prev:hover, .progressSlider .slick-prev:focus, .progressSlider .slick-next:hover, .progressSlider .slick-next:focus {
  color: #fff;
  outline: none;
  background: #066e31;
}


/* end Our Success Stories */



/* faq */

.faqSecBg{
/*  background:url(../img/faqBg.jpg) no-repeat;*/
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: 60px;
  padding: 80px 0;
  margin-bottom: 60px;
  background:#faqSecBg;
}

/* .taxAccrdian{
  margin:30px auto 0;
} */

.faqSecMt{
  margin-top:40px;
}

.taxAccrdian .accordion-item {
  color: var(--bs-accordion-color);
  background-color:#fff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.taxAccrdian .accordion-item:last-of-type{
  border-radius:8px;
}

.taxAccrdian .accordion-button {
  color:#000;
border: 1px solid #ccc;
background: #fff;
border-radius:8px;
font-weight: 500;
font-size: 18px;
display: flex;
align-items: center;
padding: 15px 25px 15px;
}

.taxAccrdian .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}


.taxAccrdian .accordion-item:first-of-type .accordion-button {
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.taxAccrdian .accordion {
   --bs-accordion-border-width: 0px; 
   --bs-accordion-btn-icon-width: 15px;
}

.taxAccrdian .accordion-button:not(.collapsed) {
  color: #fff;
  background: #12a14e;
}

.taxAccrdian .accordion-button:not(.collapsed):hover::after{
  content: "";
}

.taxFaqTxt p{
  color: #444;
}



/* .taxAccrdian .accordion-button::after{
  background-image: url(../img/arrowdown.png);
  color: #000;
} */
.taxAccrdian .accordion-button:not(.collapsed)::after {
    background-image:  url(../img/arrowUp.png);
}



.taxAccrdian .accordion-button:hover {
  background: #12a14e;
  color: #fff;
}

.taxAccrdian .accordion-button:hover::after{
  color: #fff;
}


/* f106 */
.taxAccrdian .accordion-button::after {
  content: "\f107";
  background-image: none;
  font-family: fontAwesome;
  position: absolute;
  right:15px;
  margin-bottom: 5px;
  color: #12a14e;
}

.taxAccrdian .accordion-button:focus {
  box-shadow: none;
}

.taxFaqTxtList li a{
  transition: ease-out 0.5s;
  color: #12a14e;
}

.taxFaqTxtList li a:hover{
  color: #12a14e;
}

/* end faq */

/* whatsapp fixed */

.btn-whatsapp-fixed {
	background: #12a14e;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: whatspAnim;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.btn-whatsapp-fixed:hover{
  color: #fff;
}

@keyframes whatspAnim{
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

/* end whatsup fixed */


/* popup */









.modal-body.popExpertFormBg{
  background:url(../img/popFormBg.png) no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 50px 20px 20px;
  border-radius: 20px;
}

.modal-content.popExpertFormModal{
  border-radius: 20px;
}


.btn-close.popExprtFrmClose {
  font-size: 18px;
  color:#fff;
  position: absolute;
  right: 10px;
  top: 5px;
  background:none;
  opacity:0.5;
}

.btn-close.popExprtFrmClose:hover{
  color:#fff;
  opacity: 1;
}

.popExpertFromText h3{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.popExpertFromText p{
  color: #fff;
}


.bannerform.popBannerForm {
  padding: 20px;
  width: 100%;
}



/* end pop */






/* footer */

.ftrBg {
  background: #0d1e23;
  padding: 90px 0;
}

.ftrLogo a{
  background: #fff;
  padding:15px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 40px;
}

.ftrLogo a img {
  width: 185px;
}

.ftrLft p {
  color: #fff;
}


.ftrTitle{
  color: #12a14e;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}


.ftrNavLink{
  padding-left: 0;
  margin-top: 15px;
}

.ftrNavLink li {
  list-style: none;
  line-height: 38px;
}

.ftrNavLink li a{
  color: #fff;
}

.ftrNavLink li a:hover{
  color: #12a14e;
}

.ftrNavLinkMidal{
 margin-left: 100px;
}

.locationFtrText p{
  color: #fff;
  margin-top: 15px;
}

.socialIconFtr{
  margin-top: 30px;
}

.socialIconFtr a {
  font-size:18px;
  margin-right: 15px;
  color: #fff;
  transition: all 0.5s;
}

.socialIconFtr a:hover {
  color: #12a14e;
}


/* end footer */

/* last content */

.ftrEnd {
  background: #12a14e;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  /*position: relative;*/

}

.endftrLnk {
  color: #fff;
}

.endftrLnk:hover {
  color: #fff;
}

.ftrEnd .endFtrDev {
  font-size: 13px;
  /*position: absolute;*/
  /*right: 30px;*/
  /*top: 14px;*/
}

.ftrEnd .endFtrDev > a {
  color: red;
  opacity: 0 !important;
}


.All-loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.loader {
  position: absolute;
  color: #12a14e;
  font-size: 40px;
  top: 40%;
  left: 45%
}