/*================================================
Default CSS
=================================================*/
:root {
  --mainColor3: #FF6A41;
}

.tgp-body {
  padding: 20px;
}

.tgp-btn {
  border-radius: 0 !important;
  box-shadow: unset !important;
}
.tgp-btn::before {
  border-radius: 0 !important;
}

.container-fluid.tgp-container-fluid {
  max-width: 1620px;
}

.tgp-navbar {
  top: 20px;
}
.tgp-navbar .kiedo-nav .navbar {
  padding: 10px 0;
  border-bottom: solid 1px rgb(225, 215, 215);
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav {
  margin-left: 150px;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item {
  margin-left: 18px;
  margin-right: 18px;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item a:before {
  content: "";
  position: absolute;
  bottom: 24px;
  opacity: 0;
  transition: var(--transition);
  left: 0;
  top: auto;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: var(--mainColor);
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item.active {
  color: var(--mainColor) !important;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item.active::before {
  opacity: 1;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item:hover {
  color: var(--mainColor) !important;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item:hover::before {
  opacity: 1;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item .dropdown-menu a::before {
  display: none;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item.active a::before {
  opacity: 1;
}
.tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item:hover a::before {
  opacity: 1;
}
.tgp-navbar .others-option ul {
  margin-right: 40px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tgp-navbar .others-option ul li {
  margin-right: 40px;
  display: inline-block;
}
.tgp-navbar .others-option ul li:last-child {
  margin-right: 0;
}
.tgp-navbar .others-option ul li a {
  color: #262A37;
  font-size: 15px;
  font-weight: 500;
}
.tgp-navbar .others-option ul li a:hover {
  color: #2962FF;
}
.tgp-navbar .others-option ul li .cart-link {
  position: relative;
  top: 3px;
}
.tgp-navbar .others-option ul li .cart-link i {
  font-size: 16px;
}
.tgp-navbar .others-option ul li .cart-link span {
  background-color: var(--mainColor3);
  width: 16px;
  line-height: 15px;
  height: 16px;
  top: -5px;
}
.tgp-navbar.is-sticky {
  position: fixed;
  top: 0;
  background-color: var(--whiteColor) !important;
}
.tgp-navbar.is-sticky.hide-wp-nav {
  top: 32px;
}
.tgp-navbar .tgp-btn {
  color: var(--whiteColor);
}
.tgp-navbar .tgp-btn::before {
  background: #262A37;
  border-radius: 0 !important;
}

.tgp-hero-area {
  position: relative;
  background: #FFF5F5;
  padding-bottom: 50px;
  padding-top: 180px;
  z-index: 1;
}
.tgp-hero-area .tgp-hero-content {
  padding-right: 50px;
}
.tgp-hero-area .tgp-hero-content h1 {
  color: #262A37;
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 2px;
}
.tgp-hero-area .tgp-hero-content h1 span {
  color: var(--mainColor3);
}
.tgp-hero-area .tgp-hero-content h1 img {
  width: 112px;
  height: 153px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 500px;
}
.tgp-hero-area .tgp-hero-content p {
  color: #4A4F60;
  font-size: 16px;
  margin-bottom: 22px;
}
.tgp-hero-area .tgp-hero-content .tgp-btn::before {
  background: var(--mainColor3);
}
.tgp-hero-area .tgp-hero-widget {
  max-width: 315px;
  margin-left: auto;
}
.tgp-hero-area .tgp-hero-widget p {
  color: #262A37;
  margin-bottom: 20px;
}
.tgp-hero-area .tgp-hero-widget .content-list {
  padding-left: 100px;
  margin-bottom: 30px;
}
.tgp-hero-area .tgp-hero-widget .content-list li {
  margin-bottom: 2px;
}
.tgp-hero-area .tgp-hero-widget .content-list li:last-child {
  margin-bottom: 0;
}
.tgp-hero-area .tgp-hero-widget .user-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tgp-hero-area .tgp-hero-widget .user-list li {
  display: inline-block;
  margin-left: -20px;
}
.tgp-hero-area .tgp-hero-widget .user-list li:last-child {
  margin-left: 0;
}
.tgp-hero-area .tgp-hero-widget .user-list li:first-child {
  margin-left: 0;
}
.tgp-hero-area .tgp-hero-widget .user-list li .image {
  width: 50px;
  height: 50px;
}
.tgp-hero-area .tgp-hero-widget .user-list li .image img {
  border-radius: 50%;
}
.tgp-hero-area .tgp-hero-widget .user-list li span {
  color: #262A37;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.tgp-hero-area .tgp-hero-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.tgp-hero-image-area {
  position: relative;
  z-index: 9;
  background: #FFF5F5;
}

.tgp-hero-small-widget {
  margin-right: 50px;
}
.tgp-hero-small-widget .image {
  margin-bottom: 24px;
}
.tgp-hero-small-widget .content-widget {
  background: #262A37;
  padding: 25px 45px 20px 45px;
}
.tgp-hero-small-widget .content-widget h3 {
  color: var(--whiteColor);
  text-align: center;
  font-size: 20px;
  margin-bottom: 4px;
}
.tgp-hero-small-widget .content-widget .join {
  color: var(--whiteColor);
  text-align: center;
  font-size: 14px;
  display: block;
  font-weight: 700;
  margin-bottom: 40px;
}
.tgp-hero-small-widget .content-widget p {
  color: var(--whiteColor);
  text-align: center;
  font-size: 14px;
}
.tgp-hero-small-widget .content-widget .store-btn1 {
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  padding: 6px 18px;
  text-align: start;
}
.tgp-hero-small-widget .content-widget .store-btn1.style2 {
  margin-left: 10px;
}
.tgp-hero-small-widget .content-widget .store-btn1 .icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.tgp-hero-small-widget .content-widget .store-btn1 span {
  color: #262A37;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
.tgp-hero-small-widget .content-widget .store-btn1 h6 {
  margin-bottom: 0;
  color: #262A37;
  font-size: 14px;
  font-weight: 500;
}

.tgp-big-image-widget {
  margin-left: -53px;
}

.tgp-partner-area {
  background: #FFF5F5;
}

.tgp-section-title {
  text-align: center;
  margin-bottom: 25px;
}
.tgp-section-title .title {
  color: var(--mainColor3);
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #FFF5F5;
  margin-bottom: 12px;
}
.tgp-section-title h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 0;
}

.tgp-destination-widget .icon-content {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.tgp-destination-widget .icon-content .icon {
  flex-shrink: 0;
  margin-right: 16px;
}
.tgp-destination-widget .icon-content span {
  color: #262A37;
  font-size: 20px;
  font-weight: 700;
}
.tgp-destination-widget p {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 12px;
}
.tgp-destination-widget .explore-btn {
  color: #262A37;
  font-size: 14px;
  font-weight: 500;
}
.tgp-destination-widget .explore-btn:hover {
  color: var(--mainColor3);
}
.tgp-destination-widget .explore-btn i {
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.tgp-categories-area {
  position: relative;
  z-index: 1;
  background: radial-gradient(70.29% 70.29% at 50% 29.71%, #FFF 0%, #F5F7F9 100%);
}
.tgp-categories-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 338px;
  z-index: -1;
  background-color: var(--whiteColor);
}

.tgp-category-image-widget {
  padding-right: 100px;
}
.tgp-category-image-widget h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
  padding-right: 50px;
}

.tgp-category-item-widget {
  margin-left: -60px;
  padding-top: 30px;
}
.tgp-category-item-widget .category-item.style2 p {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tgp-category-item-widget .category-item .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 22px;
}
.tgp-category-item-widget .category-item h4 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 18px;
}
.tgp-category-item-widget .category-item p {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px rgb(215, 215, 215);
}
.tgp-category-item-widget .counter-widget {
  margin-top: 180px;
  background: var(--mainColor3);
  margin-left: -255px;
  padding: 35px 46px 43px 46px;
}
.tgp-category-item-widget .counter-widget .counter-item {
  text-align: center;
  position: relative;
}
.tgp-category-item-widget .counter-widget .counter-item::before {
  content: "";
  position: absolute;
  top: 17px;
  opacity: 0.4;
  width: 1px;
  height: 80px;
  background: #F5F5F5;
}
.tgp-category-item-widget .counter-widget .counter-item h2 {
  color: var(--whiteColor);
  font-size: 64px;
  font-weight: 600;
  margin-bottom: -3px;
}
.tgp-category-item-widget .counter-widget .counter-item p {
  color: #EBE1E1;
  font-size: 14px;
  font-weight: 500;
}
.tgp-category-item-widget .counter-widget .col-lg-4:nth-child(1) .counter-item {
  margin-right: 60px;
}
.tgp-category-item-widget .counter-widget .col-lg-4:nth-child(1) .counter-item::before {
  right: -69px;
}
.tgp-category-item-widget .counter-widget .col-lg-4:nth-child(2) .counter-item::before {
  right: -28px;
}
.tgp-category-item-widget .counter-widget .col-lg-4:nth-child(3) .counter-item {
  margin-left: 60px;
}
.tgp-category-item-widget .counter-widget .col-lg-4:nth-child(3) .counter-item::before {
  display: none;
}

.tgp-works-area .tgp-section-title {
  margin-bottom: 35px;
  padding-left: 100px;
  padding-right: 100px;
}

.tgp-works-widget {
  max-width: 360px;
  padding: 30px 14px 20px 24px;
  transition: var(--transition);
  border: solid 1px transparent;
}
.tgp-works-widget:hover {
  border: 1px solid #D7D7D7;
  background: #F6F8FA;
}
.tgp-works-widget .icon {
  margin-bottom: 32px;
}
.tgp-works-widget h4 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 18px;
}
.tgp-works-widget p {
  color: #4A4F60;
  padding-right: 10px;
}

.tgp-testimonial-slider-widget {
  position: relative;
  padding: 60px 48px 50px 48px;
  max-width: 445px;
}
.tgp-testimonial-slider-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  background: var(--whiteColor);
}
.tgp-testimonial-slider-widget:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: #121623;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .qoute-star {
  margin-bottom: 42px;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .qoute-star .stars {
  color: rgb(255, 202, 64);
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content {
  text-align: center;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content p {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content .image {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content .image img {
  border-radius: 50%;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content h6 {
  color: var(--whiteColor);
  font-size: 20px;
  margin-bottom: 8px;
}
.tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content span {
  color: var(--whiteColor);
  font-size: 14px;
}
.tgp-testimonial-slider-widget .swiper-button-next {
  right: 5px;
}
.tgp-testimonial-slider-widget .swiper-button-next::before {
  content: "\ea60";
}
.tgp-testimonial-slider-widget .swiper-button-prev {
  left: 5px;
}
.tgp-testimonial-slider-widget .swiper-button-prev::before {
  content: "\ea6c";
}
.tgp-testimonial-slider-widget .swiper-button-prev, .tgp-testimonial-slider-widget .swiper-button-next {
  color: rgb(255, 255, 255);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin-top: 50px;
}
.tgp-testimonial-slider-widget .swiper-button-prev::before, .tgp-testimonial-slider-widget .swiper-button-next::before {
  position: absolute;
  left: 0;
  z-index: -1;
  background: rgb(38, 42, 55);
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: remixicon !important;
  border-radius: 50%;
}
.tgp-testimonial-slider-widget .swiper-button-prev::after, .tgp-testimonial-slider-widget .swiper-button-next::after {
  display: none;
}

.tgp-testimonial-area {
  z-index: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
}
.tgp-testimonial-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(18, 22, 35, 0.8) 0%, rgba(38, 42, 55, 0.5) 100%);
}
.tgp-testimonial-area .tgp-testimonial-content .title {
  color: var(--mainColor3);
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #303441;
  margin-bottom: 6px;
}
.tgp-testimonial-area .tgp-testimonial-content h2 {
  color: var(--whiteColor);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.tgp-testimonial-area .tgp-testimonial-content .trust-review p {
  color: var(--whiteColor);
  font-weight: 500;
  margin-top: 10px;
}
.tgp-testimonial-area .tgp-testimonial-content .trust-review p span {
  color: #36CC72;
}
.tgp-testimonial-area .tgp-testimonial-content .trust-review img {
  width: auto;
}

.tgp-pricing-plan-area {
  position: relative;
  z-index: 1;
}
.tgp-pricing-plan-area .tgp-pricing-shape {
  position: absolute;
  left: -40px;
  top: 36%;
  z-index: -1;
  pointer-events: none;
}

.tgp-pricing-section-title {
  margin-bottom: 35px;
}
.tgp-pricing-section-title .title {
  color: var(--mainColor3);
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #FFF5F5;
  margin-bottom: 12px;
}
.tgp-pricing-section-title h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 0;
}

.tgp-pricing-widget {
  max-width: 985px;
  margin-left: auto;
}
.tgp-pricing-widget .tgp-pricing-card {
  border: 1px solid #DEE7F2;
  background: #F5F7F9;
  transition: var(--transition);
  padding: 42px 50px 50px 50px;
}
.tgp-pricing-widget .tgp-pricing-card h5 {
  color: #262A37;
  font-size: 20px;
  transition: var(--transition);
}
.tgp-pricing-widget .tgp-pricing-card .bp {
  display: inline-flex;
  height: 24px;
  padding: 0px 10px;
  transition: var(--transition);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: var(--mainColor3);
  color: var(--whiteColor);
  font-size: 14px;
}
.tgp-pricing-widget .tgp-pricing-card h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 600;
  margin-top: 6px;
  transition: var(--transition);
  margin-bottom: 5px;
}
.tgp-pricing-widget .tgp-pricing-card h2 span {
  color: #4A4F60;
  font-size: 14px;
  font-weight: 400;
  left: -10px;
  transition: var(--transition);
  position: relative;
}
.tgp-pricing-widget .tgp-pricing-card p {
  color: #4A4F60;
  font-size: 14px;
  transition: var(--transition);
  margin-bottom: 34px;
}
.tgp-pricing-widget .tgp-pricing-card h4 {
  color: #262A37;
  transition: var(--transition);
  font-size: 20px;
  margin-bottom: 25px;
}
.tgp-pricing-widget .tgp-pricing-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.tgp-pricing-widget .tgp-pricing-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
  color: #4A4F60;
  transition: var(--transition);
}
.tgp-pricing-widget .tgp-pricing-card ul li:last-child {
  margin-bottom: 0;
}
.tgp-pricing-widget .tgp-pricing-card ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  transition: var(--transition);
  font-size: 18px;
  color: rgb(46, 204, 113);
}
.tgp-pricing-widget .tgp-pricing-card .default-btn {
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
}
.tgp-pricing-widget .tgp-pricing-card .default-btn::before {
  background: var(--mainColor3);
}
.tgp-pricing-widget .tgp-pricing-card:hover {
  background: var(--mainColor3);
}
.tgp-pricing-widget .tgp-pricing-card:hover h5 {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover h2 {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover h2 span {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover p {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover h4 {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover ul li {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover ul li i {
  color: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover .default-btn {
  color: rgb(38, 42, 55);
}
.tgp-pricing-widget .tgp-pricing-card:hover .default-btn::before {
  background: var(--whiteColor);
}
.tgp-pricing-widget .tgp-pricing-card:hover .bp {
  color: #262A37;
  background-color: var(--whiteColor);
}
.tgp-pricing-widget .col-lg-5:nth-child(1) .tgp-pricing-card {
  margin-right: -30px;
  margin-top: 30px;
}
.tgp-pricing-widget .col-lg-7:nth-child(2) .tgp-pricing-card {
  margin-left: 30px;
}
.tgp-pricing-widget .free-trail {
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
.tgp-pricing-widget .free-trail a {
  color: var(--mainColor3);
}

.tgp-heading-widget {
  margin-bottom: 35px;
}
.tgp-heading-widget .tgp-pricing-section-title {
  margin-bottom: 0;
  max-width: 610px;
}
.tgp-heading-widget p {
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 315px;
}

.tgp-question-image p {
  color: #4A4F60;
  font-size: 14px;
  margin-bottom: 45px;
}
.tgp-question-image p a {
  color: var(--mainColor3);
}

.tgp-accordion-widget .accordion-item {
  margin-bottom: 11px;
  border-radius: 10px;
  border: 1px solid rgba(222, 231, 242, 0.5);
  background: #F5F7F9;
}
.tgp-accordion-widget .accordion-item:last-child {
  margin-bottom: 0;
}
.tgp-accordion-widget .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  padding: 23px 30px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}
.tgp-accordion-widget .accordion-item .accordion-button::before {
  right: 30px;
  top: 18px;
  content: "\f1af";
  position: absolute;
  font-family: remixicon;
  color: var(--paragraphColor);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--mainColor3);
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 500;
}
.tgp-accordion-widget .accordion-item .accordion-button.collapsed::before {
  content: "\ea12";
}
.tgp-accordion-widget .accordion-item .accordion-button::after {
  display: none;
}
.tgp-accordion-widget .accordion-item .accordion-body {
  color: #4A4F60;
  max-width: 730px;
  line-height: 1.8;
  padding: 0 30px 20px 30px;
  border-radius: 0 0 10px 10px;
}

.tgp-download-area {
  position: relative;
  z-index: 1;
}
.tgp-download-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #FFF5F5;
}

.inner-tgp-download {
  background: #262A37;
  padding: 100px 90px 0 90px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.inner-tgp-download h2 {
  color: var(--whiteColor);
  font-size: 64px;
  text-align: center;
  font-weight: 400;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.inner-tgp-download .store-btn1 {
  background: var(--mainColor3);
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 8px 18px;
  text-align: start;
}
.inner-tgp-download .store-btn1 .icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.inner-tgp-download .store-btn1 span {
  color: var(--whiteColor);
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
.inner-tgp-download .store-btn1 h6 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: 500;
}
.inner-tgp-download .store-btn2 {
  border-radius: 0;
  background: var(--whiteColor);
  display: flex;
  align-items: center;
  padding: 8px 18px;
  text-align: start;
  margin-left: 10px;
}
.inner-tgp-download .store-btn2 .icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.inner-tgp-download .store-btn2 span {
  color: #262A37;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
.inner-tgp-download .store-btn2 h6 {
  margin-bottom: 0;
  color: #262A37;
  font-size: 14px;
  font-weight: 500;
}
.inner-tgp-download .image {
  margin-top: -10px;
}
.inner-tgp-download .tgp-download-shape {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: -1;
}

.tgp-blog-area {
  background: #FFF5F5;
}

.tgp-blog-card {
  padding: 20px;
  background-color: var(--whiteColor);
}
.tgp-blog-card .image {
  position: relative;
  width: 292px;
  flex-shrink: 0;
}
.tgp-blog-card .image .date {
  background: var(--mainColor3);
  padding: 12px 13px;
  text-align: center;
  line-height: 24px;
  width: 88px;
  transition: var(--transition);
  height: 72px;
  flex-shrink: 0;
  margin-right: 25px;
  border-radius: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.tgp-blog-card .image .date span {
  color: var(--whiteColor);
  font-size: 14px;
}
.tgp-blog-card .image .date span strong {
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 600;
}
.tgp-blog-card .content {
  margin-left: 24px;
}
.tgp-blog-card .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}
.tgp-blog-card .content ul li {
  display: inline-block;
  margin-right: 22px;
  padding-left: 22px;
  position: relative;
  color: #4A4F60;
}
.tgp-blog-card .content ul li span {
  color: #262A37;
}
.tgp-blog-card .content ul li:first-child {
  padding-left: 0;
}
.tgp-blog-card .content ul li:last-child {
  margin-right: 0;
}
.tgp-blog-card .content ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: rgb(255, 109, 0);
}
.tgp-blog-card .content h3 {
  color: #262A37;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.tgp-blog-card .content .explore-btn {
  color: var(--mainColor3);
  font-size: 14px;
  font-weight: 500;
}
.tgp-blog-card .content .explore-btn i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.tgp-footer-area {
  background: var(--whiteColor);
  position: relative;
  z-index: 1;
}
.tgp-footer-area .big-text {
  position: absolute;
  color: #FFF5F5;
  font-size: 300px;
  font-weight: 700;
  letter-spacing: -6px;
  bottom: -15px;
  right: 105px;
  z-index: -1;
}
.tgp-footer-area .tgp-footer-widget h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #262A37;
}
.tgp-footer-area .tgp-footer-widget .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tgp-footer-area .tgp-footer-widget .contact-list li {
  margin-bottom: 14px;
}
.tgp-footer-area .tgp-footer-widget .contact-list li:last-child {
  margin-bottom: 0;
}
.tgp-footer-area .tgp-footer-widget .contact-list li h6 {
  color: #4A4F60;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tgp-footer-area .tgp-footer-widget .contact-list li a {
  color: var(--mainColor3);
  font-size: 14px;
  font-weight: 500;
}
.tgp-footer-area .tgp-footer-widget .contact-list li a:hover {
  color: var(--mainColor);
}
.tgp-footer-area .tgp-footer-widget .links-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tgp-footer-area .tgp-footer-widget .links-list li {
  margin-bottom: 10px;
}
.tgp-footer-area .tgp-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}
.tgp-footer-area .tgp-footer-widget .links-list li a {
  color: #4A4F60;
}
.tgp-footer-area .tgp-footer-widget .links-list li a:hover {
  color: var(--mainColor);
}
.tgp-footer-area .tgp-footer-big-widget {
  padding-left: 130px;
}
.tgp-footer-area .tgp-footer-subscribe {
  padding-bottom: 100px;
}
.tgp-footer-area .tgp-footer-subscribe p {
  color: #989EB0;
  margin-bottom: 15px;
}
.tgp-footer-area .tgp-footer-subscribe h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 0;
}
.tgp-footer-area .tgp-footer-subscribe .input-widget {
  flex-shrink: 0;
  position: relative;
}
.tgp-footer-area .tgp-footer-subscribe .input-widget .form-control {
  height: 56px;
  border: 1px solid #DEE7F2 !important;
  background-color: var(--whiteColor) !important;
}
.tgp-footer-area .tgp-footer-subscribe .input-widget .default-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 0;
  padding: 11px 28px !important;
}
.tgp-footer-area .tgp-footer-subscribe .input-widget .default-btn::before {
  border-radius: 0;
  background: var(--mainColor3);
}
.tgp-footer-area .tgp-copy-widget {
  text-align: center;
  padding: 37px 0;
  margin-top: 120px;
  border-top: solid 1px rgb(222, 231, 242);
}
.tgp-footer-area .tgp-copy-widget p {
  color: #4A4F60;
}
.tgp-footer-area .tgp-copy-widget p a {
  color: #FF6D00;
}

.tgp-footer-widget1 {
  max-width: 535px;
  border-radius: 0;
  background: var(--mainColor3);
  padding: 52px 48px 50px 48px;
}
.tgp-footer-widget1 .footer-logo {
  margin-bottom: 20px;
  display: block;
}
.tgp-footer-widget1 p {
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.tgp-footer-widget1 .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.tgp-footer-widget1 .social-links li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.tgp-footer-widget1 .social-links li:last-child {
  margin-right: 0;
}
.tgp-footer-widget1 .social-links li:first-child {
  margin-left: 0;
}
.tgp-footer-widget1 .social-links li a {
  width: 34px;
  height: 34px;
  background: rgb(255, 255, 255);
  color: rgb(38, 42, 55);
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.tgp-footer-widget1 .social-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: var(--transition);
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--gradientColor);
  opacity: 0;
  visibility: hidden;
}
.tgp-footer-widget1 .social-links li a:hover {
  color: var(--whiteColor);
}
.tgp-footer-widget1 .social-links li a:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .container-fluid.tgp-container-fluid {
    max-width: 540px;
  }
  .tgp-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0;
  }
  .tgp-navbar .kiedo-responsive-nav .others-option {
    top: -1px;
  }
  .tgp-navbar .kiedo-responsive-nav .mean-container a.meanmenu-reveal {
    top: -7px;
  }
  .tgp-navbar .kiedo-responsive-nav .kiedo-responsive-menu.mean-container .mean-nav {
    margin-top: 42px;
    background-color: transparent;
  }
  .tgp-navbar .mean-container .mean-nav {
    background: transparent;
    margin-top: 0;
  }
  .tgp-navbar .mean-container .mean-nav ul {
    background-color: var(--whiteColor);
  }
  .tgp-navbar.is-sticky.hide-wp-nav {
    top: 0;
  }
  .tgp-body {
    padding: 0;
  }
  .tgp-hero-area {
    padding-bottom: 50px;
    padding-top: 110px;
  }
  .tgp-hero-area .tgp-hero-content {
    padding-right: 0;
  }
  .tgp-hero-area .tgp-hero-content h1 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .tgp-hero-area .tgp-hero-content h1 img {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .tgp-hero-area .tgp-hero-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tgp-hero-area .tgp-hero-widget {
    margin-top: 25px;
  }
  .tgp-hero-small-widget {
    margin-right: 0;
  }
  .tgp-hero-small-widget .content-widget {
    padding: 25px 20px;
  }
  .tgp-hero-small-widget .content-widget .join {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 {
    padding: 6px 10px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 h6 {
    font-size: 12px;
  }
  .tgp-big-image-widget {
    margin-left: 0;
    margin-top: 25px;
  }
  .tgp-section-title h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
  }
  .tgp-category-image-widget {
    padding-right: 0;
  }
  .tgp-category-image-widget h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 26px;
    padding-right: 0;
  }
  .tgp-categories-area .image-widget {
    text-align: center;
    display: block !important;
  }
  .tgp-category-item-widget {
    margin-left: 0;
    padding-top: 30px;
  }
  .tgp-category-item-widget .category-item .icon {
    width: 45px;
    height: auto;
    margin-right: 20px;
  }
  .tgp-category-item-widget .category-item h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .tgp-category-item-widget .category-item p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .tgp-category-item-widget .counter-widget {
    margin-top: 30px;
    margin-left: 0;
    padding: 20px;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(1) .counter-item {
    margin-right: 0;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(3) .counter-item {
    margin-left: 0;
  }
  .tgp-category-item-widget .counter-widget .counter-item::before {
    display: none;
  }
  .tgp-category-item-widget .counter-widget .counter-item h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .tgp-works-area .tgp-section-title {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .tgp-works-widget {
    border: 1px solid #D7D7D7;
    background: #F6F8FA;
  }
  .tgp-works-widget .icon {
    margin-bottom: 20px;
    width: 45px;
  }
  .tgp-works-widget h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tgp-testimonial-area {
    padding-top: 60px;
  }
  .tgp-testimonial-area .tgp-testimonial-content {
    margin-bottom: 25px;
  }
  .tgp-testimonial-area .tgp-testimonial-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .tgp-testimonial-slider-widget {
    padding: 25px 20px;
  }
  .tgp-testimonial-slider-widget:after {
    top: 5px;
    bottom: 0;
    left: 5px;
    right: 5px;
  }
  .tgp-testimonial-slider-widget .tgp-testimonial-widget .qoute-star {
    margin-bottom: 22px;
  }
  .tgp-testimonial-slider-widget .tgp-testimonial-widget .qoute-star .icon {
    width: 30px;
  }
  .tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content .image {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
  }
  .tgp-testimonial-slider-widget .tgp-testimonial-widget .main-content h6 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .tgp-testimonial-slider-widget .swiper-button-prev, .tgp-testimonial-slider-widget .swiper-button-next {
    margin-top: 20px;
  }
  .tgp-pricing-section-title {
    margin-bottom: 25px;
  }
  .tgp-pricing-section-title h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
  }
  .tgp-pricing-widget .col-lg-5:nth-child(1) .tgp-pricing-card {
    margin-right: 0;
    margin-top: 0;
  }
  .tgp-pricing-widget .col-lg-7:nth-child(2) .tgp-pricing-card {
    margin-left: 0;
    margin-top: 25px;
  }
  .tgp-pricing-widget .tgp-pricing-card {
    padding: 25px 20px;
  }
  .tgp-pricing-widget .tgp-pricing-card h5 {
    font-size: 18px;
  }
  .tgp-pricing-widget .tgp-pricing-card h2 {
    font-size: 32px;
  }
  .tgp-pricing-widget .tgp-pricing-card h2 span {
    left: -1px;
  }
  .tgp-pricing-widget .tgp-pricing-card p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .tgp-pricing-widget .tgp-pricing-card h4 {
    color: #262A37;
    transition: var(--transition);
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tgp-pricing-widget .tgp-pricing-card ul {
    margin-bottom: 25px;
  }
  .tgp-heading-widget {
    margin-bottom: 25px;
    display: block !important;
  }
  .tgp-heading-widget .tgp-pricing-section-title {
    margin-bottom: 15px;
  }
  .tgp-question-image {
    margin-bottom: 20px;
  }
  .tgp-question-image p {
    margin-bottom: 15px;
  }
  .tgp-accordion-widget .accordion-item .accordion-button {
    padding: 15px 20px;
    font-size: 14px;
  }
  .tgp-accordion-widget .accordion-item .accordion-body {
    padding: 0 20px 20px 20px;
  }
  .inner-tgp-download {
    padding: 25px 20px 0px 20px;
  }
  .inner-tgp-download h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .inner-tgp-download .store-btn1 {
    padding: 6px 10px;
  }
  .inner-tgp-download .store-btn1 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .store-btn2 {
    padding: 6px 10px;
    margin-left: 8px;
  }
  .inner-tgp-download .store-btn2 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .image {
    margin-top: 20px;
  }
  .tgp-blog-card {
    padding: 20px;
    display: block !important;
  }
  .tgp-blog-card .image {
    width: 100%;
  }
  .tgp-blog-card .image .date span strong {
    font-size: 20px;
  }
  .tgp-blog-card .content {
    margin-left: 0;
    margin-top: 15px;
  }
  .tgp-blog-card .content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .tgp-footer-area .tgp-footer-subscribe {
    padding-bottom: 60px;
  }
  .tgp-footer-area .tgp-footer-subscribe h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .tgp-footer-area .tgp-footer-big-widget {
    padding-left: 0;
  }
  .tgp-footer-area .tgp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .tgp-footer-area .tgp-copy-widget {
    padding: 30px 0;
    margin-top: 60px;
  }
  .tgp-footer-area .big-text {
    display: none;
  }
  .tgp-footer-widget1 {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid.tgp-container-fluid {
    max-width: 720px;
  }
  .all-shapes {
    display: none;
  }
  .tgp-navbar {
    padding-top: 26px;
    padding-bottom: 26px;
    top: 0;
  }
  .tgp-navbar .kiedo-responsive-nav .others-option {
    top: -10px;
  }
  .tgp-navbar .kiedo-responsive-nav .mean-container a.meanmenu-reveal {
    top: -10px !important;
  }
  .tgp-navbar .kiedo-responsive-nav .kiedo-responsive-menu.mean-container .mean-nav {
    margin-top: 50px;
    background-color: transparent;
  }
  .tgp-navbar .kiedo-responsive-nav .kiedo-responsive-menu.mean-container .mean-nav ul {
    background-color: var(--whiteColor);
  }
  .tgp-navbar .mean-container .mean-nav {
    background: transparent;
    margin-top: 0;
  }
  .tgp-body {
    padding: 0;
  }
  .tgp-hero-area {
    padding-bottom: 80px;
    padding-top: 150px;
  }
  .tgp-hero-area .tgp-hero-content {
    padding-right: 0;
  }
  .tgp-hero-area .tgp-hero-content h1 {
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 400px;
  }
  .tgp-hero-area .tgp-hero-content h1 img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }
  .tgp-hero-area .tgp-hero-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tgp-hero-area .tgp-hero-widget {
    margin-top: 25px;
  }
  .tgp-hero-small-widget {
    margin-right: 0;
  }
  .tgp-hero-small-widget .content-widget {
    padding: 25px 20px;
  }
  .tgp-hero-small-widget .content-widget .join {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 {
    padding: 6px 10px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 h6 {
    font-size: 12px;
  }
  .tgp-big-image-widget {
    margin-left: 0;
    margin-top: 25px;
  }
  .tgp-section-title h2 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
  }
  .tgp-category-image-widget {
    padding-right: 0;
  }
  .tgp-category-image-widget h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 26px;
    padding-right: 0;
  }
  .tgp-categories-area .image-widget {
    text-align: center;
    display: block !important;
  }
  .tgp-category-item-widget {
    margin-left: 0;
    padding-top: 30px;
  }
  .tgp-category-item-widget .category-item p {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .tgp-category-item-widget .counter-widget {
    margin-top: 30px;
    margin-left: 0;
    padding: 40px 20px;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(1) .counter-item {
    margin-right: 0;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(3) .counter-item {
    margin-left: 0;
  }
  .tgp-category-item-widget .counter-widget .counter-item::before {
    display: none;
  }
  .tgp-category-item-widget .counter-widget .counter-item h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .tgp-works-area .tgp-section-title {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .tgp-works-widget {
    border: 1px solid #D7D7D7;
    background: #F6F8FA;
  }
  .tgp-works-widget .icon {
    margin-bottom: 20px;
    width: 45px;
  }
  .tgp-works-widget h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tgp-testimonial-area {
    padding-top: 80px;
  }
  .tgp-testimonial-area .tgp-testimonial-content {
    margin-bottom: 25px;
  }
  .tgp-testimonial-area .tgp-testimonial-content h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .tgp-testimonial-slider-widget {
    margin-left: auto;
    margin-right: auto;
  }
  .tgp-testimonial-slider-widget .swiper-button-prev, .tgp-testimonial-slider-widget .swiper-button-next {
    margin-top: 20px;
  }
  .tgp-pricing-section-title {
    margin-bottom: 25px;
  }
  .tgp-pricing-section-title h2 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
  }
  .tgp-pricing-widget .col-lg-5:nth-child(1) .tgp-pricing-card {
    margin-right: 0;
    margin-top: 0;
  }
  .tgp-pricing-widget .col-lg-7:nth-child(2) .tgp-pricing-card {
    margin-left: 0;
    margin-top: 25px;
  }
  .tgp-pricing-widget .tgp-pricing-card {
    padding: 25px 20px;
  }
  .tgp-pricing-widget .tgp-pricing-card h5 {
    font-size: 18px;
  }
  .tgp-pricing-widget .tgp-pricing-card h2 {
    font-size: 32px;
  }
  .tgp-pricing-widget .tgp-pricing-card h2 span {
    left: -1px;
  }
  .tgp-pricing-widget .tgp-pricing-card p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .tgp-pricing-widget .tgp-pricing-card h4 {
    color: #262A37;
    transition: var(--transition);
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tgp-pricing-widget .tgp-pricing-card ul {
    margin-bottom: 25px;
  }
  .tgp-heading-widget {
    margin-bottom: 25px;
  }
  .tgp-heading-widget .tgp-pricing-section-title {
    margin-right: 15px;
  }
  .tgp-question-image {
    margin-bottom: 20px;
  }
  .tgp-question-image p {
    margin-bottom: 15px;
  }
  .inner-tgp-download {
    padding: 55px 40px 0px 40px;
  }
  .inner-tgp-download h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .inner-tgp-download .store-btn1 {
    padding: 6px 10px;
  }
  .inner-tgp-download .store-btn1 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .store-btn2 {
    padding: 6px 10px;
    margin-left: 8px;
  }
  .inner-tgp-download .store-btn2 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .image {
    margin-top: 20px;
  }
  .tgp-blog-card {
    padding: 20px;
  }
  .tgp-blog-card .image .date span strong {
    font-size: 20px;
  }
  .tgp-blog-card .content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .tgp-footer-area .tgp-footer-subscribe {
    padding-bottom: 60px;
  }
  .tgp-footer-area .tgp-footer-subscribe h2 {
    font-size: 38px;
    margin-bottom: 18px;
  }
  .tgp-footer-area .tgp-footer-big-widget {
    padding-left: 0;
  }
  .tgp-footer-area .tgp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .tgp-footer-area .tgp-copy-widget {
    padding: 30px 0;
    margin-top: 60px;
  }
  .tgp-footer-area .big-text {
    display: none;
  }
  .tgp-footer-widget1 {
    margin-bottom: 20px;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid.tgp-container-fluid {
    max-width: 960px;
  }
  .all-shapes {
    display: none;
  }
  .tgp-navbar {
    top: 0;
  }
  .tgp-navbar .kiedo-nav .navbar .navbar-nav {
    margin-left: 10px;
  }
  .tgp-navbar .others-option ul {
    margin-right: 0px;
  }
  .tgp-navbar .others-option ul .cart-link {
    top: -4px !important;
  }
  .tgp-navbar .others-option .default-btn {
    padding: 12px 15px;
  }
  .tgp-body {
    padding: 0;
  }
  .tgp-hero-area {
    padding-bottom: 80px;
    padding-top: 150px;
  }
  .tgp-hero-area .tgp-hero-content {
    padding-right: 0;
  }
  .tgp-hero-area .tgp-hero-content h1 {
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 400px;
  }
  .tgp-hero-area .tgp-hero-content h1 img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }
  .tgp-hero-area .tgp-hero-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tgp-hero-area .tgp-hero-widget {
    margin-top: 25px;
  }
  .tgp-hero-area .tgp-hero-widget .content-list {
    padding-left: 60px;
  }
  .tgp-hero-small-widget {
    margin-right: -50px;
  }
  .tgp-hero-small-widget .content-widget {
    padding: 25px 20px;
  }
  .tgp-hero-small-widget .content-widget .join {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 {
    padding: 6px 10px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 h6 {
    font-size: 12px;
  }
  .tgp-big-image-widget {
    margin-left: 50px;
    margin-top: 25px;
  }
  .tgp-destination-widget .icon-content span {
    font-size: 14px;
  }
  .tgp-section-title h2 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
  }
  .tgp-category-image-widget {
    padding-right: 0;
  }
  .tgp-category-image-widget h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 26px;
    padding-right: 0;
  }
  .tgp-categories-area .image-widget {
    text-align: center;
    padding-right: 195px;
  }
  .tgp-categories-area .image-widget img {
    width: 200px;
  }
  .tgp-category-item-widget {
    margin-left: -160px;
    padding-top: 70px;
  }
  .tgp-category-item-widget .category-item p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .tgp-category-item-widget .counter-widget {
    margin-top: 30px;
    margin-left: 0;
    padding: 40px 20px;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(1) .counter-item {
    margin-right: 0;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(3) .counter-item {
    margin-left: 0;
  }
  .tgp-category-item-widget .counter-widget .counter-item::before {
    display: none;
  }
  .tgp-category-item-widget .counter-widget .counter-item h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .tgp-works-area .tgp-section-title {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .tgp-works-widget {
    border: 1px solid #D7D7D7;
    background: #F6F8FA;
  }
  .tgp-works-widget .icon {
    margin-bottom: 20px;
    width: 45px;
  }
  .tgp-works-widget h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tgp-testimonial-area {
    padding-top: 80px;
  }
  .tgp-testimonial-area .tgp-testimonial-content {
    margin-bottom: 25px;
    padding-right: 100px;
  }
  .tgp-testimonial-area .tgp-testimonial-content h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .tgp-testimonial-slider-widget {
    margin-left: -112px;
    margin-right: auto;
  }
  .tgp-testimonial-slider-widget .swiper-button-prev, .tgp-testimonial-slider-widget .swiper-button-next {
    margin-top: 20px;
  }
  .tgp-pricing-section-title {
    margin-bottom: 25px;
  }
  .tgp-pricing-section-title h2 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
  }
  .tgp-pricing-widget .col-lg-5:nth-child(1) .tgp-pricing-card {
    margin-right: 0;
    margin-top: 0;
  }
  .tgp-pricing-widget .col-lg-7:nth-child(2) .tgp-pricing-card {
    margin-left: 0;
    margin-top: 25px;
  }
  .tgp-pricing-widget .tgp-pricing-card {
    padding: 25px 20px;
  }
  .tgp-pricing-widget .tgp-pricing-card h5 {
    font-size: 18px;
  }
  .tgp-pricing-widget .tgp-pricing-card h2 {
    font-size: 32px;
  }
  .tgp-pricing-widget .tgp-pricing-card h2 span {
    left: -1px;
  }
  .tgp-pricing-widget .tgp-pricing-card p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .tgp-pricing-widget .tgp-pricing-card h4 {
    color: #262A37;
    transition: var(--transition);
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tgp-pricing-widget .tgp-pricing-card ul {
    margin-bottom: 25px;
  }
  .tgp-heading-widget {
    margin-bottom: 25px;
  }
  .tgp-heading-widget .tgp-pricing-section-title {
    margin-right: 15px;
  }
  .tgp-question-image {
    margin-bottom: 20px;
  }
  .tgp-question-image p {
    margin-bottom: 15px;
  }
  .inner-tgp-download {
    padding: 55px 40px 0px 40px;
  }
  .inner-tgp-download h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .inner-tgp-download .store-btn1 {
    padding: 6px 10px;
  }
  .inner-tgp-download .store-btn1 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .store-btn2 {
    padding: 6px 10px;
    margin-left: 8px;
  }
  .inner-tgp-download .store-btn2 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .image {
    margin-top: 20px;
  }
  .tgp-blog-card {
    padding: 20px;
  }
  .tgp-blog-card .image .date span strong {
    font-size: 20px;
  }
  .tgp-blog-card .content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .tgp-footer-area .tgp-footer-subscribe {
    padding-bottom: 60px;
  }
  .tgp-footer-area .tgp-footer-subscribe h2 {
    font-size: 38px;
    margin-bottom: 18px;
  }
  .tgp-footer-area .tgp-footer-big-widget {
    padding-left: 0;
  }
  .tgp-footer-area .tgp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .tgp-footer-area .tgp-copy-widget {
    padding: 30px 0;
    margin-top: 60px;
  }
  .tgp-footer-area .big-text {
    display: none;
  }
  .tgp-footer-widget1 {
    margin-bottom: 20px;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid.tgp-container-fluid {
    max-width: 1140px;
  }
  .all-shapes {
    display: none;
  }
  .tgp-navbar {
    top: 20px;
  }
  .tgp-navbar .kiedo-nav .navbar .navbar-nav {
    margin-left: 10px;
  }
  .tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .tgp-navbar .others-option ul {
    margin-right: 20px;
  }
  .tgp-navbar .others-option ul .cart-link {
    top: -3px !important;
  }
  .tgp-navbar .others-option .default-btn {
    padding: 12px 30px;
  }
  .tgp-hero-area {
    padding-bottom: 80px;
    padding-top: 180px;
  }
  .tgp-hero-area .tgp-hero-content {
    padding-right: 0;
  }
  .tgp-hero-area .tgp-hero-content h1 {
    font-size: 66px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .tgp-hero-area .tgp-hero-content h1 img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }
  .tgp-hero-area .tgp-hero-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tgp-hero-area .tgp-hero-widget {
    margin-top: 25px;
  }
  .tgp-hero-area .tgp-hero-widget .content-list {
    padding-left: 60px;
  }
  .tgp-hero-small-widget {
    margin-right: -50px;
  }
  .tgp-hero-small-widget .content-widget {
    padding: 25px 20px;
  }
  .tgp-hero-small-widget .content-widget .join {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 {
    padding: 6px 10px;
  }
  .tgp-hero-small-widget .content-widget .store-btn1 h6 {
    font-size: 12px;
  }
  .tgp-big-image-widget {
    margin-left: 50px;
    margin-top: 25px;
  }
  .tgp-destination-widget .icon-content span {
    font-size: 18px;
  }
  .tgp-section-title h2 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
  }
  .tgp-category-image-widget {
    padding-right: 0;
  }
  .tgp-category-image-widget h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 26px;
    padding-right: 0;
  }
  .tgp-categories-area .image-widget {
    text-align: center;
    padding-right: 195px;
  }
  .tgp-categories-area .image-widget img {
    width: 200px;
  }
  .tgp-category-item-widget {
    margin-left: -160px;
    padding-top: 70px;
  }
  .tgp-category-item-widget .category-item p {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .tgp-category-item-widget .counter-widget {
    margin-top: 30px;
    margin-left: 0;
    padding: 40px 20px;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(1) .counter-item {
    margin-right: 0;
  }
  .tgp-category-item-widget .counter-widget .col-lg-4:nth-child(3) .counter-item {
    margin-left: 0;
  }
  .tgp-category-item-widget .counter-widget .counter-item::before {
    display: none;
  }
  .tgp-category-item-widget .counter-widget .counter-item h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .tgp-works-area .tgp-section-title {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .tgp-testimonial-area {
    padding-top: 80px;
  }
  .tgp-testimonial-area .tgp-testimonial-content {
    margin-bottom: 25px;
    padding-right: 100px;
  }
  .tgp-testimonial-area .tgp-testimonial-content h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .tgp-testimonial-slider-widget {
    margin-left: -112px;
    margin-right: auto;
  }
  .tgp-testimonial-slider-widget .swiper-button-prev, .tgp-testimonial-slider-widget .swiper-button-next {
    margin-top: 20px;
  }
  .tgp-pricing-section-title {
    margin-bottom: 25px;
  }
  .tgp-pricing-section-title h2 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
  }
  .tgp-pricing-widget {
    max-width: 100%;
  }
  .tgp-pricing-widget .col-lg-5:nth-child(1) .tgp-pricing-card {
    margin-right: 0;
    margin-top: 0;
  }
  .tgp-pricing-widget .col-lg-7:nth-child(2) .tgp-pricing-card {
    margin-left: 0;
    margin-top: 25px;
  }
  .tgp-heading-widget {
    margin-bottom: 25px;
  }
  .tgp-heading-widget .tgp-pricing-section-title {
    margin-right: 15px;
  }
  .tgp-question-image {
    margin-bottom: 20px;
  }
  .tgp-question-image p {
    margin-bottom: 15px;
  }
  .inner-tgp-download {
    padding: 55px 40px 0px 40px;
  }
  .inner-tgp-download h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .inner-tgp-download .store-btn1 {
    padding: 6px 10px;
  }
  .inner-tgp-download .store-btn1 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .store-btn2 {
    padding: 6px 10px;
    margin-left: 8px;
  }
  .inner-tgp-download .store-btn2 h6 {
    font-size: 12px;
  }
  .inner-tgp-download .image {
    margin-top: 20px;
  }
  .tgp-blog-card {
    padding: 20px;
  }
  .tgp-blog-card .image {
    width: 230px;
  }
  .tgp-blog-card .image .date span strong {
    font-size: 20px;
  }
  .tgp-blog-card .content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .tgp-footer-area .tgp-footer-subscribe {
    padding-bottom: 60px;
  }
  .tgp-footer-area .tgp-footer-subscribe h2 {
    font-size: 48px;
    margin-bottom: 18px;
  }
  .tgp-footer-area .tgp-footer-big-widget {
    padding-left: 0;
  }
  .tgp-footer-area .tgp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .tgp-footer-area .tgp-copy-widget {
    padding: 30px 0;
    margin-top: 60px;
  }
  .tgp-footer-area .big-text {
    display: none;
  }
  .tgp-footer-widget1 {
    margin-bottom: 20px;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Min width 1400px */
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
  .container-fluid.tgp-container-fluid {
    max-width: 1320px;
  }
  .tgp-hero-small-widget .content-widget {
    padding: 25px 25px 20px 25px;
  }
  .tgp-hero-small-widget .content-widget .join {
    margin-bottom: 10px;
  }
  .tgp-pricing-plan-area .tgp-pricing-shape {
    width: 379px;
  }
  .tgp-navbar .kiedo-nav .navbar .navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tgp-navbar .others-option ul {
    margin-right: 20px;
  }
  .tgp-navbar .others-option ul li .cart-link {
    top: -4px !important;
  }
}/*# sourceMappingURL=home-seventeen.css.map */