/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.7.1753254167
Updated: 2025-07-23 07:02:47

*/

.primary-color {
    background-color: #344c36 ;
}
.secondary-color {
    background-color: #ffffff ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#wpadminbar {
    position: fixed !important;
}
.site-footer .forminator-module-edit-link {
    display: none !important;
}

/* header */
.main-menu {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo {
    height: 50px;
    width: auto;
    cursor: pointer;
}
.logo-link {
    position: relative;
    z-index: 1;
}

.header-content {
    display: flex;
    border-radius: 150px;
    width: calc(100% - 40px);
    max-width: 1440px;
    justify-self: center;
    padding: 20px 25px;
    place-content: space-between;
    position: relative;
    margin: 20px auto;
}
nav {
    align-content: center;
}
nav ul {   
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    column-gap: 40px;
    margin-left: -70px;
}
nav li {
    height: 50px;
}
nav a {
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fffffb;
    font-size: 20px;
}
.main-menu #menu-item-39 {
    align-content: center;
    background-color: #fffffb;
    border-radius: 100px;
    position: absolute;
    right: 0;
    margin-right: 25px;
}
.main-menu #menu-item-39 a{
    font-size: 20px;
    color: #344c36;
    font-weight: 600;
    padding: 0 40px;
}

.side-bar {
    display: none;
}
.hamburger {
    display: none;
}

/* container */

.home-column-container {
    width: calc(100% - 40px);
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
.image-container-2 {
    margin-top: -36px;
}
.border-box {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    position: relative;
    padding: 8px 0px;
    border: 3px solid #333;
    font-family: sans-serif;
    font-size: 30px;
    margin-left: 14px;
    margin-bottom: 20px;
    
}

.wrapper {
    height: 5vh;
    display: grid;
    place-items: center;
}
  
.typing-demo {
    width: 10ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-size: 30px;
}
  
@keyframes typing {
    from {
      width: 0
    }
}
      
@keyframes blink {
    50% {
      border-color: transparent
    }
}

.corner {
    width: 25px;
    height: 20px;
    background-color: #faad1a;
    border: 3px solid #333;
    position: absolute;
}

.top-left     { top: -11px; left: -14px; }
.top-right    { top: -11px; right: -13px; }
.bottom-left  { bottom: -11px; left: -14px; }
.bottom-right { bottom: -11px; right: -13px; }

.text-container {
    align-content: center;
    width: 50%;
}
.text-container h2 {
    width: 100%;
    max-width: 624px;
    font-size: 69px;
    font-weight: 700;
    letter-spacing: -3px;
    margin-bottom: 20px;
}
.text-container h2 span {
    color: #faad1a;
    text-decoration-line: underline;
    text-underline-offset: 20px;
    font-style: italic;
    font-weight: 600;
}

.text-container p {
    width: 100%;
    max-width: 624px;
    font-size: 24px;
    line-height: 1.3;
}
.image-container img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: top left;
}

.background-relative {
    position: relative;
    margin-top: -40px;
}
.border-content-background-top {
    background: #344c36;
    width: 50%;
    height: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: -30px;
    right: 0;
}
.border-content-background {
    background: #faad1a;
    width: 100%;
    height: 100px;
}
.border-content-background-bottom {
    background: #ffffff;
    width: 50%;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

.text {
    color: #d6e2d2;
    font-size: 16px;
}

.btn-content {
    background-color: #faad1a;
    width: 100%;
    max-width: 250px;
    height: 60px;
    border-radius: 150px;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}
.btn-content::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #1e293b;
    right: 0;
    top: 20px;
    padding-left: 18px;
    z-index: 2;
}
.btn-content::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fffffb;
    border-radius: 50%;
    top: 10px;
    right: 0;
    margin-right: 10px;
}
.btn-content .text {
    position: absolute ;
    width: 100% ;
    max-width: 180px ;
    border-radius: 150px ;
    margin-left: 5px ;
    background-color: #344c36 ;
    font-size: 20px;
    height: 50px;
    align-content: center;
    text-align: center;
    font-weight: 500;
    transition: all .3s ease-in-out !important;
    z-index: 0;
    
}
.btn-content .text:hover {
    width: 100% !important;
    max-width: 238px !important;
    position: absolute !important;
    background-color: #344c36 !important;
    align-self: anchor-center !important;
    border-radius: 150px !important;
    z-index: 3;
    color: #fffffb !important;
}
.btn-content .hire{
    position: absolute;
    width: 100%;
    max-width: 150px;
    font-size: 20px;
    font-weight: 500;
    margin-top: -6px;
    background-color:#fffffb;
    color: #1e293b;
    margin-left: 265px;
    height: 60px;
    border: solid #1e293b;
    border-radius: 150px;
    text-align: center;
    align-content: center;
    transition: .5s;
}
.btn-content .hire:hover {
    background-color: #1e293b;
    color: white;
    border: solid #faad1a;
}

/* about homepage */ 

.page-id-17 .about-section p {
    color: white;
}

/* End Homepage Content */

/* footer */

.contact-item .icon {
    width: 50px;
    height: 50px;
    background-color: #faad1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
} 
.contact-item .icon i {
    font-size: 20px;
    text-align: center;
    color: #344c36;
}

.site-footer {
    margin-top: -30px;
    color: #fffffb;
}
.footer-container {
    width: calc(100% - 40px);
    display: flex;
    max-width: 1440px !important;
    align-items: flex-start;
    padding: 80px 0px;
    margin: 0 auto ;
}
.contact-text span {
    color: #faad1a;
    margin-right: 5px;
}
.contact-text {
    color: #fffffb;
    font-weight: 400;
    font-size: 25px;
}
.contact-h2 {
    color: #fffffb;
    font-size: 50px;
    max-width: 400px;
    margin-bottom: 20px;
}
.contact-h2 span {
    color: #faad1a;
    font-weight: 400;
    font-style: italic;
}
.contact-us p {
    font-size: 24px;
    max-width: 430px;
    line-height: 32px;
    color: #d6e2d2;
}
.contacts .text {
    font-size: 24px;
}
.contact-item .location {
    max-width: 300px;
}
.contact-us {
    width: 40%;
}
.footer-form {
    width: 60%;
}

/* Pages */

#primary {
    width: calc(100% - 40px);
    max-width: 1440px;
    justify-items: center;
    align-self: center;
}

/* End Pages */
.forminator-field .forminator-label {
    color: #fffffb;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.forminator-field .forminator-input {
    background-color: #455a45;
    border: none !important;
    border-radius: 15px !important;
    padding: 15px 20px !important;
    
}
.forminator-field .selection .select2-selection {
    background-color: #455a45 !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 7px 20px !important;
    color: #666 !important;
}
.forminator-field .select2-selection__placeholder {
    color: #9ca397;
}
.forminator-field .forminator-textarea {
    background-color: #455a45 !important;
    border: none !important;
    border-radius: 20px !important;
    min-height: 200px !important;
    padding: 20px 30px !important;
}
.forminator-field .forminator-textarea:hover {
    background-color: white !important;
}
.forminator-field .forminator-input:hover {
    background-color: white !important;
}

/* submit button */
.contact-form .forminator-row-last .forminator-field {
    background-color: #faad1a;
    width: 100%;
    max-width: 250px;
    height: 60px;
    border-radius: 150px;
    position: relative;
    z-index: 1;
    align-content: center;
}
.contact-form .forminator-row-last .forminator-button-submit {
    width: 100% !important;
    max-width: 180px !important;
    align-self: anchor-center !important;
    border-radius: 150px !important;
    margin-left: 7px !important;
    background-color: #344c36;
    font-size: 20px !important;
    height: 50px !important;
    align-content: center !important;
    text-align: center !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
    z-index: 0;
    
}
.contact-form .forminator-row-last .forminator-button-submit:hover {
    width: 100% !important;
    max-width: 238px !important;
    position: absolute !important;
    background-color: #344c36 !important;
    border-radius: 150px !important;
    z-index: 9999999;
    top: 5px !important;
    bottom: 5px !important;
}
.forminator-row-last .forminator-field::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #1e293b;
    right: 0;
    top: 20px;
    padding-left: 18px;
    z-index: 2;
}
.forminator-row-last .forminator-field::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fffffb;
    border-radius: 50%;
    top: 10px;
    right: 0;
    margin-right: 10px;
}

.bottom-footer {
    background-color: #faad1a;
    color: #1e293b;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
  }
.text-size {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
  
.bottom-footer .brand {
    color: #344c36;
}
  
.bottom-footer a {
    color: #1e293b;
    text-decoration: none;
}
  
.bottom-footer a:hover {
    text-decoration: underline;
}

/* contact me */

.page-id-37 .contact-text  {
    color: #1e293b;
}
.page-id-37 .contact-text span {
    color: #1e293b;
}
.page-id-37 .contact-h2 {
    color: #1e293b;
}
.page-id-37 .contact-us p {
    color: #1e293b;
}
.page-id-37 .text {
    color: #1e293b;
}
.page-id-37 .bottom-footer {
    background-color:#344c36;
}
.page-id-37 .text-size {
    color:#fffffb;
}
.page-id-37 .text-size span {
    color:#faad1a;
}
.page-id-37 .text-size .footer-right a {
    color:#fffffb;
}
.page-id-37 .forminator-label {
    display: none !important;
}
.page-id-37 #forminator-module-16{
    margin-bottom: 0 !important;
}
.page-id-37 .footer-form {
    align-self: center !important;
}

/* archive portfolio */

.archive.post-type-archive .site-footer {
    margin-top: 20px;
}
.archive.post-type-archive .footer-container {
    width: calc(100% - 40px);
    display: flex;
    max-width: 1440px !important;
    align-items: flex-start;
    padding: 80px 0px;
    margin: 0 auto ;
}
.archive.post-type-archive .site-footer .contact-text {
    color: #fffffb;
}
.archive.post-type-archive .contact-text {
    color:#1e293b;
    font-weight: 400;
    font-size: 25px;
}
.archive.post-type-archive .home-column-container.display-block {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.archive.post-type-archive .contact-h2.color-h2 {
    color: #1e293b;
    margin-bottom: 0 !important;
}
.archive.post-type-archive .btn-content {
    display: none;
}
  
.section-header {
    margin-bottom: 40px;
    position: relative;
}

.archive.post-type-archive .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
  
.portfolio-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}
  
.portfolio-card:hover {
    transform: translateY(-5px);
}
  
.card-image img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
}
  
.card-title {
    font-size: 20px;
    margin: 20px 15px;
}
.card-title a {
    color: #1e293b;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", Arial, sans-serif !important;
}
  
.card-excerpt {
    margin: 10px 15px 15px;
    color: var
    #334155
    (--ast-global-color-3);
    font-size: 24px;
    line-height: 1.3;
}
  
.read-more {
    display: inline-block;
    margin: 0 15px 20px;
    color:#1e293b !important;
    font-weight: 500;
    text-decoration: underline;
    font-size: 20px;
}
.read-more a:hover {
    color: #1e293b !important;
}
/* front-page */
.page-id-17 .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: flex;
    gap: 30px;
}
.page-id-17 .contact-h2.color-h2 {
    color: #1e293b;
    margin-bottom: 0 !important;
}
.page-id-17 .contact-text {
    color:#1e293b;
    font-weight: 400;
    font-size: 25px;
}
.page-id-17 .site-footer .contact-text {
    color: #fffffb;
}
.page-id-17 .site-footer {
    margin-top: 0;
}
.page-id-17 .border-content-background-bottom {
    background: #344c36;
}
.page-id-17 .container {
    margin: 40px 0px;
}
.page-id-17 .container .btn-content {
    position: absolute;
    right: 0;
    bottom: 14px;
}

/* About-page */

.about-section {
    background: #344c36;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
  }

  .about-content {
    width: calc(100% - 40px);
    max-width: 1440px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .about-img {
    position: relative;
    width: 50%;
  }

  .about-img img {
    width: 720px;
  }
  .about-text {
    width: 50%;
  }
  .about-text h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 25px;
  }

  .about-text h2 {
    margin-bottom: 20px;
    color: white;
  }
  .page-id-22 .text-container h2 span {
    text-decoration: none;
    text-underline-offset: none;
  }

  .about-stats {
    display: flex;
    gap: 30px;
    margin: 20px 0;
  }

  .stat span {
    font-size: 2em;
    font-weight: 500;
    color: #faad1a;
  }

  /* Tools Section */
  .tools-section {
    text-align: center;
    padding: 80px 20px;
  }

  .tools-section h3 {
    color: #1e293b;
    font-weight: 400;
    font-size: 25px;
  }
  .tools-section h3 span {
    color: #faad1a;
  }

  .tools-section .exploring {
    font-style: italic;
    font-size: 69px;
    font-weight: 400;
    color: #faad1a;
  }
  .tools-section .design {
    font-size: 69px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .tools-grid {
    width: calc(100% - 40px);
    max-width: 1440px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .tool {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    width: 170px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

  .tool img {
    justify-self: center;
    display: block;
    width: 50px;
    margin-bottom: 10px;
    
  }

  .tool span {
    /* display: block; */
    font-size: 2em;
    font-weight: 500;
    color: #1e293b;
  }

  .tool p {
    width: 100%;
    max-width: 624px;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0 !important;
  }


/* scroll on top */

#ast-scroll-top {
    font-size: 25px !important;
    background-color: #faad1a !important;
    border-radius: 50% !important;
    color: #1e293b !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
}
/* end */

@media only screen and (max-width: 1500px) {
.image-container img {
    margin-left: 20px;
}
}

@media only screen and (max-width: 1230px) {
.text-container h2 {
    font-size: 50px;
}
.text-container p {
    font-size: 20px;
}
.text-container a {
    margin-left: 10px;
    font-size: 15px;
}
}

@media only screen and (min-width: 1024px) {
#menu-main-menu a {
    position: relative;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
  
#menu-main-menu a::after {
    content: "";
    position: absolute;
    bottom: 1px; 
    left: 0;
    width: 0;
    height: 2px;
    background-color: #faad1a;
    transition: width 0.3s ease;
}

#menu-main-menu a:hover {
    color: #faad1a;
}
#menu-main-menu a:hover::after {
    width: 100%;
}
#menu-main-menu #menu-item-39:hover {
    background-color: #faad1a;
    transition: 0.4s ease-in-out;
}
#menu-main-menu #menu-item-39 a:hover {
    color: #1e293b;
    transition: 0.4s ease-in-out;
}
#menu-main-menu #menu-item-39 a::after {
    content: none;
}
}

@media only screen and (max-width: 1024px) {

.logo-link {
    align-self: center;
}
.logo {
    height: 40px;  
}
.contact-text {
    font-size: 24px;
}
.contact-h2 {
    font-size: 40px;
}
.contact-us p {
    font-size: 20px;
}
.contacts .text {
    font-size: 20px;   
}
.circle {
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin-right: 10px;
}
.header-content {
    padding: 0px 10px;
}
.contact-btn {
    display: none;
}
.hamburger {
    display: block;
    align-content: center;
    cursor: pointer;
    margin-top: 10px;
}
.side-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #faad1a;
    color: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%); 
    transition: transform 0.8s ease; 
    z-index: 999;
  }

.side-bar.active {
    transform: translateX(0);
    background-color: #faad1a;
}
nav ul {
    display: block;
    margin-top: 70px;
}
nav {
    display: none;
}
.side-bar li {
    width: 100%;
}
.side-bar li:hover {
    background-color: #344c36;
    transition: 0.4s ease-in-out; 
}

.side-bar a:hover {
    transition: .5s;
    color: #fffffb;
}
.side-bar a {
    width: 100%;
    color: #344c36;
    font-size: 16px;
    justify-content: flex-end;
    padding-right: 30px;
}
.side-bar svg {
    fill: white;
    margin-right: -7px;
}
.archive.post-type-archive .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 964px) {
.text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    align-self: center;
}
.border-box {
    max-width: 200px;
    padding: 3px 0px;
    margin-left: 10px;
}
.typing-demo {
    font-size: 25px;
}
.corner {
    width: 20px;
    height: 15px;
}
.top-left     { top: -9px; left: -11px; }
.top-right    { top: -10px; right: -12px; }
.bottom-left  { bottom: -9px; left: -11px; }
.bottom-right { bottom: -9px; right: -12px; }

.text-container h2 {
    font-size: 35px;
}
.text-container p {
    font-size: 16px;
}
.text-container h2 span {
    text-underline-offset: 10px;
}
}
@media (max-width: 921px) {
    #primary, #secondary {
        margin: 2em 0 !important;
    }
}
@media only screen and (max-width: 767px) {

.sidebar {
    padding-top: 70rem;
    font-size: 16px;
}
.site-header .contact-me {
    display: none;
}
.home-column-container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
}
.text-container {
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.text-container p {
    line-height: 1.3;
}
.text-container h2 {
    font-size: 45px !important;
}
.image-container img {
    object-fit: contain;
    height: auto;
}
.border-content-background {
    height: 70px;
}
.border-content-background-top {
    height: 20px;
    top: -20px;
}
.border-content-background-bottom {
    height: 20px;
}
.site-header {
    margin-top: 20px;
    margin-bottom: 20px;
}
.image-container img {
    margin: 0;
}
.background-relative {
    margin: 0;
}
.portfolio-button {
    padding-right: 8px;
}
.portfolio-button .text {
    padding: 10px;
    font-size: 10px;
    font-weight: 500;
}
.portfolio-button .icon {
    margin-left: 10px;
    margin-right: -5px;
}
.footer-container {
    display: flex;
    flex-direction: column;
}
.contact-us {
    width: 100%;
}
.contact-h2 {
    max-width: 560px;
}
.contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-form {
    width: 100%;
}
.contact-item .location {
    width: 100%;
}
.archive.post-type-archive .portfolio-grid {
    grid-template-columns: 1fr;
}
.card-excerpt {
    line-height: 1.3;
    font-size: 16px;
}
.card-title a {
    font-size: 25px;
}
/* footer */

.contact-form .forminator-button-submit {
    margin-top: 4.5px !important;
}
.contact-form .forminator-row-last .forminator-button-submit:hover {
    top: 0px !important;
}
/* front-page */
.page-id-17 .portfolio-grid {
    flex-wrap: wrap;
}

/* about */
.page-id-17 .about-section {
    padding: 10px 0px !important;
}
.about-content {
    flex-wrap: wrap;
}
.about-img{
    width: 100%;
}
.tools-grid {
    gap: 20px;
}
.stat span {
    font-size: 1.5em;
}
.page-id-22 .about-section {
    padding: 10px 0px !important;
}
.tools-section h2 {
    font-size: 42px !important;
}
}

@media (max-width: 600px) {
.bottom-footer .text-size {
    flex-direction: column !important;
    text-align: center;
    gap: 5px;
}
/* front-page */
.page-id-17 .container .btn-content {
    position: relative;
    place-self: start;
    margin-top: 20px;
}
/* portfolio-archive */
.archive.post-type-archive .btn-content {
    position: relative;
    place-self: start;
    margin-top: 20px;
}
}

@media only screen and (max-width: 500px) {
.contacts .text-gap {
    margin-right: 150px;
}


.btn-content .text {
    max-width: 140px;
    font-size: 16px;
    height: 40px;
}
.btn-content {
    max-width: 190px;
    height: 50px;
}
.btn-content .text:hover {
    max-width: 180px !important;
}
.btn-content::after {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.btn-content::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #1e293b;
    padding-left: 13px;
    top: 17px;
}
.btn-content .hire {
    max-width: 120px;
    font-size: 16px;
    margin-left: 195px;
    height: 50px;
}
/* footer-button */
.contact-form .forminator-row-last .forminator-field {
    max-width: 190px !important;
    height: 50px !important;
}
.contact-form .forminator-row-last .forminator-button-submit {
    max-width: 140px !important;
    font-size: 16px !important;
    height: 40px !important;
    margin-top: 5px !important;
}
.contact-form .forminator-row-last .forminator-button-submit:hover {
    max-width: 176px !important;
}
.forminator-row-last .forminator-field::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #1e293b;
    padding-left: 13px;
    top: 17px;
}
.forminator-row-last .forminator-field::after {
    width: 30px !important;
    height: 30px !important;
    margin-right: 8px !important;
}
/* about */ 

.tool {
    padding: 10px;
    width: 120px;
}
.tool img {
    width: 30px;
}
.tool p{
    font-size: 20px;
}
}

