/*
Theme Name: Cresta Child
Theme URI: https://cresta.itcroc.com/
Author: itcroc
Author URI: https://www.itcroc.com/
Description: Child theme for the Cresta theme
Template: cresta
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cresta-child
*/

:root {
  /**
  @font family declaration
  */
  --tg-ff-body: "Space Grotesk", sans-serif;
  --tg-ff-heading: "Space Grotesk", sans-serif;
  --tg-ff-p: "Space Grotesk", sans-serif;
  --tg-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tg-common-white: #fff;
  --tg-common-black: #4caf50;
  --tg-common-black-dark: #4caf50;
  --tg-common-yellow: #f8bc26;
  --tg-grey-1: #f9f9f9;
  --tg-text-body: #737373;
  --tg-theme-1: #ffffff;
  --tg-theme-2: #4bb164;
  --tg-gradient-1: #4bb164;
  --tg-gradient-2: #4bb164;
  --tg-border-1: #cccccc;
}

.tg-btn-gradient {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 29px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 5px;
  color: var(--tg-common-white);
  background-image: none;
  background-size: 300% 100%;
  background-position: 0% 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-image: linear-gradient(
    to right,
    var(--tg-gradient-1),
    var(--tg-gradient-2),
    var(--tg-gradient-2),
    var(--tg-gradient-1)
  );
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-c4fa441.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  background-color: var(--tg-common-black-dark);
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-7d6011e.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
  background-color: var(--tg-common-black);
}

.theme-bg {
  background-color: var(--tg-common-black-dark);
}

.tg-hero-thumb-box {
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: -35%;
  line-height: 0;
}
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
  .tg-hero-thumb-box {
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: -15%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tg-hero-thumb-box {
    right: 0%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tg-hero-thumb-box {
    right: 0%;
    top: 2.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tg-hero-thumb-box {
    right: 0%;
  }
}
@media only screen and (max-width: 992px) {
  .tg-hero-thumb-box {
    right: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tg-hero-thumb-box {
    right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tg-hero-thumb-box {
    right: 0%;
  }
}
@media (max-width: 767px) {
  .tg-hero-thumb-box {
    position: static;
  }
}
.tg-hero-thumb {
  mask-image: none !important;
  mask: none;
  mask-size: contain;
  mask-repeat: no-repeat;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}
.tg-hero-thumb img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tg-hero-content {
    margin-bottom: 60px;
  }
}

.tg-hero-ptb {
  padding-top: 120px;
  padding-bottom: 250px;
}

.tg-breadcrumb-overley::before {
  background-color: var(--tg-common-black-dark);
  opacity: 0.25;
}

.tgmenu__navbar-wrap ul {
  margin: 0;
}

.tgmenu__navbar-wrap ul li:nth-last-child(1) {
  margin-left: 75px;
}

.d-none.d-xl-block.col-xl-10 {
  margin-left: -100px;
}

.tg-footer-Office-info span {
  font-size: 24px;
}

.elementor-widget-container p {
  font-size: 22px;
}

.tg-footer-social > a > svg {
  width: 50px;
  height: 50px;
}

.tg-text-slider-wrap > span > span > i > img {
  width: 50px;
  height: 50px;
}

.elementor-background-overlay {
  background-image: none !important;
}

@media (width <= 768px) {
  .container > .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .col-xl-3 {
    width: 100%;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

@media (width >= 768px) {
  .container > .row {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .col-xl-3 {
    width: 21%;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }
}
