body {
  font-family: 'Poppins', sans-serif;
  color: #101010;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom_heading-container h1,
.custom_heading-container h2 {
  color: #000000;
  font-weight: 700;
  position: relative;
}

.custom_heading-container h2::before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #6bd1bd;
}

.custom_heading-container h2::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fb1004;
  border-radius: 100%;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(../images/hero-bg.png);
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .active a {
  color: #0caa7d !important;
}

.header_section .call_btn {
  margin-left: auto;
}

.header_section .call_btn a {
  color: #000000;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #070101;
  text-align: center;
}

.custom_nav-container .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.custom_nav-container .user_option .login_btn-container a {
  display: inline-block;
  padding: 10px 20px;
  color: #070101;
  text-align: center;
}

.custom_nav-container .user_option .auth_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.custom_nav-container .user_option .auth_links .login-link {
  color: #070101;
  font-weight: 600;
  padding: 8px 6px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.custom_nav-container .user_option .auth_links .login-link:hover {
  color: #0caa7d;
}

.custom_nav-container .user_option .auth_links .signup-link {
  display: inline-block;
  background-color: #fb1004;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom_nav-container .user_option .auth_links .signup-link:hover {
  background-color: #b00b03;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.navbar-brand,
.navbar-brand:hover {
  color: #0878a0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  margin-top: -75px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2 {
  font-size: 4rem;
  font-weight: bold;
}

.slider_section .detail-box p {
  margin: 15px 0;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #fb1004;
  color: #ffffff;
  border-radius: 0;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: #b00b03;
  color: #ffffff;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  left: 2.5%;
  width: 45px;
  height: 45px;
  border: none;
  top: 47%;
}

.slider_section .carousel-control-prev {
  -webkit-transform: translate(-50%, 55px);
          transform: translate(-50%, 55px);
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #0caa7d;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  opacity: 1;
  border-radius: 7px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #fb1004;
}

.carousel-control-prev {
  background-image: url(../images/left-arrow-black.png);
}

.carousel-control-prev:hover {
  background-image: url(../images/left-arrow-white.png);
}

.carousel-control-next {
  background-image: url(../images/right-arrow-black.png);
}

.carousel-control-next:hover {
  background-image: url(../images/right-arrow-white.png);
}

.menu_fixed-position {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999999999999999999;
}

.custom_menu-container {
  background-color: #0caa7d;
}

.custom_menu-container .custom_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_menu-container .custom_menu .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.custom_menu-container .custom_menu .navbar-nav .nav-link {
  padding: 15px 30px;
  color: #ffffff;
  text-align: center;
}

.custom_menu-container .custom_menu .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.custom_menu-container .custom_menu .user_option .login_btn-container a {
  display: inline-block;
  padding: 15px 20px;
  color: #ffffff;
  text-align: center;
}

.custom_menu-container .custom_menu .user_option .auth_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.custom_menu-container .custom_menu .user_option .auth_links .login-link {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.custom_menu-container .custom_menu .user_option .auth_links .login-link:hover {
  color: #fb1004;
}

.custom_menu-container .custom_menu .user_option .auth_links .signup-link {
  display: inline-block;
  background-color: #ffffff;
  color: #0caa7d;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom_menu-container .custom_menu .user_option .auth_links .signup-link:hover {
  background-color: #fb1004;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  overflow: hidden;
  border-radius: 12px;
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.about_section .img-box.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about_section .img-box img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.about_section .img-box:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.about_section .detail-box {
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
  transition: opacity 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
  transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s;
  transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
}

.about_section .detail-box.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about_section .detail-box p {
  margin-top: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #fb1004;
  color: #ffffff;
  border-radius: 10px;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about_section .detail-box a:hover {
  background-color: #b00b03;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.do_section .content-box {
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 25px 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease, box-shadow 0.35s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease, box-shadow 0.35s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.35s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.35s ease, -webkit-transform 0.6s ease;
}

.do_section .content-box.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.do_section .content-box:hover {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
}

.do_section .content-box img {
  height: 70px;
  margin: 15px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.do_section .content-box:hover img {
  -webkit-transform: scale(1.15) rotate(-6deg);
          transform: scale(1.15) rotate(-6deg);
}

.do_section .content-box.bg-red {
  background-color: #fb1004;
}

.do_section .content-box.bg-green {
  background-color: #0ca57a;
}

.skill_section {
  background-image: url(../images/skill-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.skill_section .row .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.skill_section .row .col-md-3.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.skill_section .row .col-md-3:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.skill_section .row .col-md-3 h6 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}

.skill_section .skill_padding {
  padding: 75px 0;
}

.skill_section .custom_heading-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.skill_section .custom_heading-container h2 {
  color: #ffffff;
}

.skill_section .custom_heading-container h2::before, .skill_section .custom_heading-container h2::after {
  background-color: #ffffff;
}

.skill_section .progress_text {
  font-size: 24px !important;
  color: #ffffff;
  font-weight: bold;
}

.portfolio_section .row .col-md-6 {
  margin: 45px 0;
}

.portfolio_section .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.portfolio_section .box.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.portfolio_section .box.b-1, .portfolio_section .box.b-4 {
  margin-bottom: 20px;
}

.portfolio_section .box img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.portfolio_section .box:hover img {
  -webkit-transform: scale(1.12) rotate(0.5deg);
          transform: scale(1.12) rotate(0.5deg);
}

/* dark gradient rises on hover */
.portfolio_section .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.portfolio_section .box:hover::before {
  opacity: 1;
}

/* plus icon that pops in on hover */
.portfolio_section .box::after {
  content: "+";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 54px;
  height: 54px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  -webkit-transform: translate(-50%, -50%) scale(0.4) rotate(-45deg);
          transform: translate(-50%, -50%) scale(0.4) rotate(-45deg);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.35s ease 0.05s, -webkit-transform 0.35s ease 0.05s;
  transition: opacity 0.35s ease 0.05s, -webkit-transform 0.35s ease 0.05s;
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s, -webkit-transform 0.35s ease 0.05s;
}

.portfolio_section .box:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
          transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.portfolio_section .box h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  padding: 18px 20px 22px;
  margin: 0;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  z-index: 2;
  -webkit-transform: translateY(115%);
          transform: translateY(115%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-filter: none;
          filter: none;
}

.portfolio_section .box:hover h4 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.client_section .custom_heading-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.client_section .client_box {
  background-color: #f3f3f3;
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease;
}

.client_section .client_box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.client_section .client_box.b-2 {
  margin-top: 135px;
}

.client_section .client_box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.client_section .client_box .client-id .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.client_section .client_box .client-id .img-box img {
  width: 100%;
}

.client_section .client_box .client-id .name {
  margin-left: 10px;
}

.client_section .client_box .client-id .name h5 {
  text-transform: uppercase;
  color: #0caa7d;
  font-weight: bold;
}

.client_section .client_box .detail {
  margin-top: 25px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 60PX;
  height: 60PX;
  border-radius: 100%;
  top: 40%;
  background-size: 10px;
}

.client_section .carousel-control-prev {
  left: -75px;
}

.client_section .carousel-control-next {
  right: -75px;
}

.contact_section {
  background-color: #0ca57a;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section h2 {
  margin-bottom: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.contact_section form {
  padding-right: 35px;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.contact_section form.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.professional_contact_form .cf_group {
  margin-bottom: 20px;
}

.professional_contact_form label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.professional_contact_form .cf_req {
  color: #ffe082;
}

.contact_section textarea.message-box {
  width: 100%;
  height: 130px;
  border-radius: 18px;
  padding: 15px 25px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  outline: none;
  color: #101010;
  font-family: inherit;
  resize: vertical;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.contact_section input:focus,
.contact_section textarea.message-box:focus {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.contact_section textarea.message-box::-webkit-input-placeholder {
  color: #131313;
}

.contact_section textarea.message-box::placeholder {
  color: #131313;
}

.contact_section .img-box {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
  transition: opacity 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
  transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s;
  transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s, -webkit-transform 0.7s ease 0.15s;
}

.contact_section .img-box.in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contact_section button {
  background-color: #fa0909;
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact_section button:hover {
  background-color: #cc0404;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);
}

.info_section {
  background-color: #201f33;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.info_section.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.info_links ul li a {
  -webkit-transition: color 0.25s ease, padding-left 0.25s ease;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.info_links ul li a:hover {
  color: #0caa7d;
  padding-left: 5px;
}

.info_section h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #0caa7d;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
}

.info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_form button {
  background-color: #0caa7d;
  padding: 8px 35px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}

.info_form button:hover {
  background-color: #097a5a;
}

.info_social .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_social .social_container a {
  margin: 0 5px;
}

.info_social .social_container a img {
  width: 35px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

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

.red-btn {
    display: inline-block;
    background-color: #ff0000;
    color: white;
    padding: 12px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}

.red-btn:hover {
    background-color: #cc0000;
}

/* footer section*/
.footer_section {
  background-color: #201f33;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  width: 60%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 35px;
}

.footer_section a {
  color: #ffffff;
}

/* =========================================
   PRICING SECTION
   ========================================= */
.pricing_section {
  background-color: #f8f9fb;
}

.pricing_section .custom_heading-container h2::before {
  background-color: #0ca57a;
}

.pricing_card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  border-radius: 15px;
  padding: 35px 25px 30px;
  margin: 20px 0;
  text-align: center;
  height: 100%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing_card:hover {
  border-color: #0ca57a;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.pricing_card.featured {
  border-color: #fb1004;
  -webkit-box-shadow: 0 10px 30px rgba(251, 16, 4, 0.15);
          box-shadow: 0 10px 30px rgba(251, 16, 4, 0.15);
}

.pricing_card .ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fb1004;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  white-space: nowrap;
  -webkit-box-shadow: 0 4px 10px rgba(251, 16, 4, 0.35);
          box-shadow: 0 4px 10px rgba(251, 16, 4, 0.35);
}

.pricing_card .icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #eafbf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 18px;
}

.pricing_card.featured .icon-circle {
  background-color: #ffe9e7;
}

.pricing_card .icon-circle img {
  height: 32px;
}

.pricing_card h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #101010;
}

.pricing_card .price {
  font-size: 32px;
  font-weight: 700;
  color: #0ca57a;
  margin-bottom: 10px;
}

.pricing_card.featured .price {
  color: #fb1004;
}

.pricing_card .price span {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.pricing_card p.desc {
  color: #555555;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 20px;
  min-height: 85px;
}

.pricing_card .pricing-btn {
  display: inline-block;
  background-color: #0ca57a;
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing_card.featured .pricing-btn {
  background-color: #fb1004;
}

.pricing_card .pricing-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.pricing_note {
  text-align: center;
  margin-top: 15px;
  color: #555555;
}

.pricing_note a {
  color: #0ca57a;
  font-weight: 600;
  text-decoration: none;
}

/* =========================================
   FAQ SECTION (table style)
   ========================================= */
.faq_section .faq_table {
  border: 2px solid #101010;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #101010;
}

.faq_row:last-child {
  border-bottom: none;
}

.faq_row .faq_q,
.faq_row .faq_a {
  padding: 20px 25px;
  box-sizing: border-box;
}

.faq_row .faq_q {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
  background-color: #101010;
  color: #ffffff;
  font-weight: 600;
  font-size: 15.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #0ca57a;
}

.faq_row:nth-child(even) .faq_q {
  border-right: 2px solid #fb1004;
}

.faq_row .faq_a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
  color: #444444;
  font-size: 14.5px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_row .faq_a a {
  color: #0ca57a;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .faq_row .faq_q,
  .faq_row .faq_a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
  }
  .faq_row .faq_q {
    border-bottom: 2px solid #0ca57a;
  }
}

/* ===== login / sign up page ===== */
.auth_section {
  padding: 90px 0;
  background: linear-gradient(135deg, #0ca57a 0%, #0caa7d 45%, #fb1004 130%);
}

.auth_card {
  max-width: 460px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 45px 40px 40px;
  -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.auth_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 30px;
}

.auth_tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #9a9a9a;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.auth_tab.active {
  color: #101010;
  border-bottom-color: #fb1004;
}

.auth_tab:nth-child(2).active {
  border-bottom-color: #0ca57a;
}

.auth_panel {
  display: none;
  -webkit-animation: authFadeIn 0.4s ease;
          animation: authFadeIn 0.4s ease;
}

.auth_panel.active {
  display: block;
}

@-webkit-keyframes authFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes authFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.auth_heading {
  font-weight: 700;
  font-size: 24px;
  color: #101010;
  margin-bottom: 8px;
}

.auth_subtext {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 25px;
}

.auth_card form > div {
  margin-bottom: 18px;
}

.auth_card input[type="text"],
.auth_card input[type="email"],
.auth_card input[type="password"] {
  width: 100%;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #dddddd;
  padding-left: 22px;
  outline: none;
  color: #101010;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.auth_card input[type="text"]:focus,
.auth_card input[type="email"]:focus,
.auth_card input[type="password"]:focus {
  border-color: #0ca57a;
  -webkit-box-shadow: 0 0 0 3px rgba(12, 165, 122, 0.15);
          box-shadow: 0 0 0 3px rgba(12, 165, 122, 0.15);
}

.auth_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #6a6a6a;
}

.auth_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}

.auth_checkbox input {
  cursor: pointer;
}

.auth_forgot {
  color: #fb1004;
  font-weight: 600;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.auth_forgot:hover {
  color: #b00b03;
}

.auth_submit {
  display: block;
  width: 100%;
  padding: 14px;
  margin-top: 8px;
  background-color: #fb1004;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.auth_submit:hover {
  background-color: #0ca57a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}

.auth_switch {
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
  color: #6a6a6a;
}

.auth_switch a {
  color: #0ca57a;
  font-weight: 700;
}

.auth_switch a:hover {
  color: #fb1004;
}

@media (max-width: 575px) {
  .auth_card {
    padding: 35px 25px 30px;
  }
}

/* ===== get a quote page ===== */
.quote_hero {
  background: linear-gradient(135deg, #0ca57a 0%, #0caa7d 100%);
  padding: 60px 0 50px;
  text-align: center;
  color: #ffffff;
}

.quote_hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.quote_hero p {
  max-width: 620px;
  margin: 0 auto;
  opacity: 0.95;
  font-size: 15.5px;
}

.quote_section {
  background-color: #f4f5f7;
  padding: 50px 0 70px;
}

.quote_card {
  max-width: 820px;
  margin: -60px auto 0;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 45px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.quote_form_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.quote_form_row.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.quote_form_group label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #0ca57a;
  margin-bottom: 6px;
}

.quote_form_group label .req {
  color: #fb1004;
}

.quote_form_group input[type="text"],
.quote_form_group input[type="email"],
.quote_form_group select,
.quote_form_group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.quote_form_group input[type="file"] {
  width: 100%;
  padding: 9px 0;
  font-size: 13.5px;
}

.quote_form_group input:focus,
.quote_form_group select:focus,
.quote_form_group textarea:focus {
  border-color: #0ca57a;
  -webkit-box-shadow: 0 0 0 3px rgba(12, 165, 122, 0.15);
          box-shadow: 0 0 0 3px rgba(12, 165, 122, 0.15);
}

.quote_form_group textarea {
  resize: vertical;
  min-height: 100px;
}

.quote_submit_bar {
  text-align: center;
  margin-top: 10px;
}

.quote_submit_bar button {
  background-color: #fb1004;
  color: #ffffff;
  border: none;
  padding: 14px 55px;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quote_submit_bar button:hover {
  background-color: #0ca57a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.quote_help_note {
  text-align: center;
  font-size: 12.5px;
  color: #888888;
  margin-top: 20px;
}

.quote_help_note a {
  color: #0ca57a;
}

@media (max-width: 767px) {
  .quote_form_row,
  .quote_form_row.cols-2 {
    grid-template-columns: 1fr;
  }
  .quote_card {
    margin: -40px 15px 0;
    padding: 30px 22px;
  }
  .quote_hero h1 {
    font-size: 1.9rem;
  }
}

/* ===== portfolio gallery (filterable + lightbox) ===== */
.portfolio_filter_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
}

.portfolio_filter {
  background: none;
  border: 2px solid #dddddd;
  color: #555555;
  padding: 9px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.portfolio_filter:hover {
  border-color: #0ca57a;
  color: #0ca57a;
}

.portfolio_filter.active {
  background-color: #0ca57a;
  border-color: #0ca57a;
  color: #ffffff;
}

.portfolio_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.portfolio_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: portfolioCardIn 0.6s ease forwards;
          animation: portfolioCardIn 0.6s ease forwards;
}

@-webkit-keyframes portfolioCardIn {
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes portfolioCardIn {
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.portfolio_card:nth-child(4n+1) { animation-delay: 0s; }
.portfolio_card:nth-child(4n+2) { animation-delay: 0.08s; }
.portfolio_card:nth-child(4n+3) { animation-delay: 0.16s; }
.portfolio_card:nth-child(4n+4) { animation-delay: 0.24s; }

.portfolio_card_img {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.portfolio_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.portfolio_card:hover .portfolio_card_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio_view_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0ca57a;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_card:hover .portfolio_view_icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.portfolio_card_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.portfolio_card:hover .portfolio_card_img::before {
  opacity: 1;
}

.portfolio_card_info {
  padding: 16px 18px 20px;
}

.portfolio_card_tag {
  display: inline-block;
  background-color: #e4f8f0;
  color: #0b7d59;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.portfolio_card_info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

@media (max-width: 992px) {
  .portfolio_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .portfolio_grid {
    grid-template-columns: 1fr;
  }
}

/* portfolio lightbox */
.portfolio_lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: rgba(10, 10, 10, 0.92);
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio_lightbox.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_lightbox_content {
  max-width: 80vw;
  max-height: 82vh;
  text-align: center;
}

.portfolio_lightbox_content img {
  max-width: 100%;
  max-height: 68vh;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.portfolio_lightbox_caption {
  margin-top: 18px;
}

.portfolio_lightbox_caption h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 0;
}

.portfolio_lightbox_close {
  position: absolute;
  top: 25px;
  right: 30px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
}

.portfolio_lightbox_close:hover {
  opacity: 1;
}

.portfolio_lightbox_nav {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  margin: 0 25px;
}

.portfolio_lightbox_nav:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 575px) {
  .portfolio_lightbox_nav {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
  .portfolio_lightbox_close {
    top: 12px;
    right: 15px;
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */