
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Unbounded:wght@200..900&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Unbounded:wght@200..900&family=Yeseva+One&display=swap');


.fm-ly-1{
  font-family:  "El Messiri", sans-serif;;
}
.fm-ly-2{
  font-family:"Exo 2", sans-serif;
}
.fs-18{
  font-size: 18px;
}
.clr-white{
  color: #fff;
}

 

.tj-price-section {
  padding-top: 120px;
  padding-bottom: 90px;
}
.tj-price-section .tj-heading-area {
  max-width: 700px;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-price-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-price-section .tj-heading-area {
    margin-bottom: 40px;
  }
}

.tj-price-section-two {
  padding-top: 33px;
}
.tj-price-section-two .tj-heading-area {
  max-width: 700px;
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-price-section-two {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .tj-price-section-two .tj-heading-area {
    margin-bottom: 40px;
  }
}

.tj-price-section-three {
  background: var(--tj-color-light-1);
  padding-top: 120px;
  padding-bottom: 90px;
}
.tj-price-section-three .tj-heading-three {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-price-section-three {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-price-section-three .tj-heading-three {
    margin-bottom: 35px;
  }
}

.price-item {
  background: var(--tj-color-grey-1);
  border-radius: 15px;
  margin-bottom: 30px;
}
.price-item.active-item .price-button .tj-light-button {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.price-item.active-item .price-button .tj-light-button i {
  color: var(--tj-color-common-white);
}
.price-item .top-content {
  border-top: 1px solid var(--tj-color-light-4);
  border-left: 1px solid var(--tj-color-light-4);
  border-right: 1px solid var(--tj-color-light-4);
  border-radius: 15px 15px 0 0;
  padding: 35px 40px 20px 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.price-item .top-content .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 10px;
}
.price-item .top-content .date {
  font-size: 14px;
  color: var(--tj-color-theme-secondary);
}
.price-item .top-content .price {
  display: block;
  font-size: 50px;
  color: var(--tj-color-theme-secondary);
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
}
.price-item .check-list ul li {
  position: relative;
  z-index: 1;
  padding: 7px 15px 7px 65px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
}
.price-item .check-list ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--tj-color-light-5);
  border-radius: 50%;
  color: var(--tj-color-theme-secondary);
  font-size: 10px;
  font-weight: var(--tj-fw-bold);
}
.price-item .check-list ul li.style-1 {
  background: var(--tj-color-common-white);
}
.price-item .price-button {
  border-left: 1px solid var(--tj-color-light-4);
  border-right: 1px solid var(--tj-color-light-4);
  border-bottom: 1px solid var(--tj-color-light-4);
  padding: 40px 40px;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.price-item .price-button .tj-light-button {
  border-radius: 5px;
}
.price-item.active-item .price-button,
.price-item.active-item .top-content, .price-item:hover .price-button,
.price-item:hover .top-content {
  border-color: var(--tj-color-theme-primary);
}
.price-item.active-item .price-button .price,
.price-item.active-item .price-button .date,
.price-item.active-item .price-button .title,
.price-item.active-item .top-content .price,
.price-item.active-item .top-content .date,
.price-item.active-item .top-content .title, .price-item:hover .price-button .price,
.price-item:hover .price-button .date,
.price-item:hover .price-button .title,
.price-item:hover .top-content .price,
.price-item:hover .top-content .date,
.price-item:hover .top-content .title {
  color: var(--tj-color-theme-primary);
}
.price-item.active-item .price-button .date,
.price-item.active-item .top-content .date, .price-item:hover .price-button .date,
.price-item:hover .top-content .date {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price-item .top-content {
    padding: 25px 20px 20px;
  }
  .price-item .top-content .price {
    font-size: 40px;
  }
  .price-item .price-button {
    padding: 30px 20px;
  }
}


.btn-bb {
  padding: 10px 15px;
  margin: 10px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  cursor: pointer;
   position: relative;
  z-index: 1;
  border-radius: 5px;
 }

.btn1{
   color: black;
   position: relative;
  z-index: 1;
  border-radius: 5px;
 }

.btn1::before {
  content: "";
  background-color: #0006;
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.7s;
}



.btn1:hover {
  color: white;
    overflow:hidden;
}



.btn1::before{
  width: 100%;
  height: 0%;
}



.btn1:hover::before {
  height: 100%;
  border-radius: 5px;
}





.price-item-two {
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.price-item-two.sp-al{
  background-image: url("../images/sdg-g.png") ; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border: 3px solid #d7b56d;
    border-radius: 17px; */
}
.price-item-two.sp-mul{
  background-image: url("../images/sdg-sc.jpg") ; 
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(92, 52, 52);

  background-size: cover;
  /* border: 3px solid #d7b56d;
  border-radius: 17px; */
}
.price-item-two.sp-cas{
  background-image: url("../images/sdg-g.png") ; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border: 3px solid #d7b56d;
  border-radius: 17px; */

}
.price-item-two  .sp-p {
  color: #fff;
}



.price-item-two .price-top-content {
  margin-bottom: 30px;

    border: 2px solid #ffffff4d;
    border-radius: 10px;
}
.price-item-two .price-top-content .title {
  font-weight:400;
  font-size: 24px;
  margin-bottom:  0px;
  color: #fff;
}
.price-item-two .price-top-content .desc {
  margin-bottom: 10px;
}
.price-item-two .price-top-content .desc p {
  font-weight: var(--tj-fw-medium);
  line-height: 1.6;
}
.price-item-two .price-top-content .desc p:last-child {
  margin-bottom: 0;
}
.price-item-two .price-top-content .month {
  font-size: 16px;
  color: var(--tj-color-theme-secondary);
  font-weight: var(--tj-fw-sbold);
}
.price-item-two .price-bottom-content .price {
  color: var(--tj-color-theme-secondary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  font-size: 70px;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.price-item-two .price-bottom-content p {
  font-weight: var(--tj-fw-medium);
  margin-bottom: 0;
}
/* .price-item-two .price-bottom-content .price-button {
  margin-top: 40px;
} */
.price-item-two.active-item, .price-item-two:hover {
  background-color: var(--tj-color-light-3);
  margin-top: -30px;
}
.price-item-two.active-item .price-top-content .title, .price-item-two:hover .price-top-content .title {
  color: #fff;
}
.price-item-two.active-item .price-bottom-content .price, .price-item-two:hover .price-bottom-content .price {
  color: var(--tj-color-theme-primary);
}
.price-item-two.active-item .price-bottom-content .price-button .tj-secondary-btn, .price-item-two:hover .price-bottom-content .price-button .tj-secondary-btn {
  background-color: #e7c408;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price-item-two {
    padding: 25px 15px;
  }
  .price-item-two .price-bottom-content .price {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price-item-two.active-item {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .price-item-two .price-top-content {
    margin-bottom: 20px;
  }
  .price-item-two .price-top-content .title {
    font-size: 25px;
  }
  .price-item-two .price-bottom-content .price {
    font-size: 40px;
  }
}

.price-item-three {
  background: var(--tj-color-light-2);
  padding: 40px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 30px;
}
.price-item-three.price-active {
  margin-top: -50px;
}
.price-item-three .price-top-content .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.price-item-three .price-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.price-item-three .price-percent .number {
  color: var(--tj-color-theme-secondary);
  font-weight: var(--tj-ff-heading);
  font-size: 50px;
  font-weight: var(--tj-fw-bold);
}
.price-item-three .price-percent .number span {
  color: var(--tj-color-theme-secondary);
  font-weight: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  font-size: 22px;
}
.price-item-three .price-percent .number span i {
  color: var(--tj-color-theme-secondary);
  -webkit-animation: none;
          animation: none;
}
.price-item-three .price-percent .month {
  color: var(--tj-color-theme-secondary);
  font-size: 14px;
}
.price-item-three .price-list ul li {
  color: var(--tj-color-text-body-2);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.price-item-three .price-list ul li:last-child {
  margin-bottom: 0;
}
.price-item-three .price-list ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 1;
  background: var(--tj-color-text-body-2);
  color: var(--tj-color-common-white);
  border-radius: 50%;
}
.price-item-three .price-button {
  margin-top: 40px;
}
.price-item-three .price-item-shapes {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 265px;
  width: 100%;
  z-index: -1;
}
.price-item-three .price-item-shapes img {
  width: 100%;
}
.price-item-three.price-active, .price-item-three:hover {
  background: var(--tj-color-theme-primary);
  margin-top: -50px;
}
.price-item-three.price-active .price-top-content .title, .price-item-three:hover .price-top-content .title {
  color: var(--tj-color-common-white);
}
.price-item-three.price-active .price-percent .number, .price-item-three:hover .price-percent .number {
  color: var(--tj-color-common-white);
}
.price-item-three.price-active .price-percent .number span, .price-item-three:hover .price-percent .number span {
  color: var(--tj-color-common-white);
}
.price-item-three.price-active .price-percent .number span i, .price-item-three:hover .price-percent .number span i {
  color: var(--tj-color-common-white);
}
.price-item-three.price-active .price-percent .month, .price-item-three:hover .price-percent .month {
  color: var(--tj-color-common-white);
}
.price-item-three.price-active .price-list ul li, .price-item-three:hover .price-list ul li {
  color: var(--tj-color-common-white);
}
.price-item-three.price-active .price-list ul li span, .price-item-three:hover .price-list ul li span {
  background: var(--tj-color-common-white);
  color: var(--tj-color-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price-item-three {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .price-item-three.price-active, .price-item-three:hover {
    margin-top: 0;
  }
}

/* !END: Price CSS */
/**----------------------------------------
START: Portfolio CSS
----------------------------------------*/
.tj-portfolio-section {
  background: var(--tj-color-theme-secondary);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.tj-portfolio-section .tj-heading-area {
  max-width: 540px;
  margin-left: 0;
  margin-bottom: 5px;
}
.tj-portfolio-section .tj-heading-area .sec-title {
  color: var(--tj-color-common-white);
}
.tj-portfolio-section .portfolio-sec-top-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 610px;
  width: 100%;
  z-index: -1;
}
.tj-portfolio-section .portfolio-sec-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 610px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-portfolio-section .portfolio-sec-bottom-shape,
  .tj-portfolio-section .portfolio-sec-top-shape {
    max-width: 410px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section .tj-heading-area {
    margin-bottom: 35px;
  }
}


.tj-portfolio-slider .portfolio-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 55px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  gap: 30px;
  font-weight: var(--tj-fw-regular);
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 2;
}
.tj-portfolio-slider .portfolio-navigation .testimonial-next,
.tj-portfolio-slider .portfolio-navigation .testimonial-prev {
  display: inline-block;
}
.tj-portfolio-slider .portfolio-navigation .testimonial-next i,
.tj-portfolio-slider .portfolio-navigation .testimonial-prev i {
  line-height: 1;
}
.tj-portfolio-slider .portfolio-navigation .testimonial-next:hover,
.tj-portfolio-slider .portfolio-navigation .testimonial-prev:hover {
  color: var(--tj-color-common-white);
}
.tj-portfolio-slider .portfolio-navigation .testimonial-prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-slider .portfolio-navigation {
    font-size: 40px;
    top: 0;
  }
}

.portfolio-item {
	position: relative;
	z-index: 2;
	width: 277%;
	max-height: 212px;
	min-height: 180px;
  margin: 0 0 -35px 0;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 37%;
  height: 58%;
  border-radius: 14%;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}




.portfolio-item .portfolio-image::before {
  position: absolute;
  content: "";

  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 85, 46, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(218, 85, 46, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.portfolio-item .portfolio-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.portfolio-item .portfolio-content .title a {
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
}
.portfolio-item .portfolio-content .sub-title {
  font-size: 15px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
}
/*.portfolio-item:hover .portfolio-image {*/
/*  height: 100%;*/
/*}*/
.portfolio-item:hover .portfolio-image::before {
  opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-item {
    max-height: 100px;
    min-height: 100px;
  }
  .portfolio-item .portfolio-image {
    height: 100%;
  }
  

}
@media (max-width: 575px) {
  .portfolio-item .portfolio-image {
    height: 100%;
  }
  .portfolio-item .portfolio-image::before {
    opacity: 1;
  }
}
.copyright-content-ara {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 15px 0 15px 0;
}
.copyright-content-ara .copyright-text p {
  margin-bottom: 0;
  color: #fff;
}
.copyright-content-ara .copyright-text p a {
  font-weight: var(--tj-fw-sbold);
}
.copyright-content-ara .copyright-text p a:hover {
  color: var(--tj-color-theme-primary);
}
.copyright-content-ara .bottom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.copyright-content-ara .bottom-menu ul li a {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.copyright-content-ara .bottom-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content-ara {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .copyright-content-ara .copyright-text {
    text-align: center;
  }
}
.fs-15{
  font-size: 15px;
}
.fs-18{
font-size: 18px;
}

.main-dec{
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--tj-ff-heading);
  
}


.logo-dv-1{
  background-color: #fff;
  border-radius: 100%;
  width: 105px;
  height: 105px;
  padding: 27px 0 0 0;
  margin: 0 auto;
}
/* color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--tj-ff-heading);
} */


@media screen and (max-width: 1024px) {
  .price-item-two .price-top-content .title {
    font-size: 21px ; 
    padding-bottom: 6px;
  }
  .price-item-two .sp-p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .price-item-two .price-top-content .title {
    font-size: 17px;
    padding-bottom: 6px;

  }
  .portfolio-item .portfolio-image{
    width: 118px !important;
    height: 67px;

  }
  .price-item-two .sp-p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-top: 15px;
  }
  


}


.tj-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  background: #020838;
  padding: 15px 24px;
  text-decoration: none;
}
.tj-secondary-btn.btn-2 {
  border-radius: 2px;
}
.tj-secondary-btn i {
  line-height: 1;
  color: inherit;
}
.tj-secondary-btn:hover {
  background-color: #e7c408  ;
  color: #fff;
}

.tj-secondary-btn-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  background: var(--tj-color-theme-secondary);
  padding: 15px 24px;
}
.tj-secondary-btn-two.btn-2 {
  border-radius: 2px;
}
.tj-secondary-btn-two i {
  line-height: 1;
  color: var(--tj-color-common-white);
}
.tj-secondary-btn-two:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-secondary);
}
.tj-secondary-btn-two:hover i {
  color: var(--tj-color-theme-secondary);
}

.tj-light-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1;
  color: var(--tj-color-theme-secondary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  background: var(--tj-color-light-2);
  padding: 15px 24px;
}
.tj-light-button i {
  line-height: 1;
  color: inherit;
  color: var(--tj-color-theme-secondary);
}
.tj-light-button:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-light-button:hover i {
  color: var(--tj-color-common-white);
}

.read-more-button .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--tj-color-theme-secondary);
  font-size: 15px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  gap: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.read-more-button .read-more i {
  display: inline-block;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: var(--tj-color-theme-secondary);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  top: 2px;
}
.read-more-button .read-more:hover {
  color: var(--tj-color-theme-primary);
}
.read-more-button .read-more:hover i {
  color: var(--tj-color-theme-primary);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

/**----------------------------------------
START: Header Topbar CSS
----------------------------------------*/



a{
     text-decoration: none;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/* !END: Portfolio CSS */