/**
Theme Name: Tigmo WP
Theme URI: https://tigmo.com.au/
Author: Tigmo
Author URI: https://tigmo.com.au/
Description: General wordpress theme with basic components
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tigmo
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images,

Use this theme to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------
>>> General Components
--------------------------------**/
@font-face{
    font-family: Open Sans;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans');
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('./fonts/Helvetica-Bold.eot');
    src: url('./fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg'),
         url('./fonts/Helvetica-Bold.ttf') format('truetype'),
         url('./fonts/Helvetica-Bold.woff') format('woff'),
         url('./fonts/Helvetica-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica-BoldOblique';
    src: url('Helvetica-BoldOblique.eot');
    src: url('Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
         url('Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg'),
         url('Helvetica-BoldOblique.ttf') format('truetype'),
         url('Helvetica-BoldOblique.woff') format('woff'),
         url('Helvetica-BoldOblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica-Light';
    src: url('./fonts/Helvetica-Light.eot');
    src: url('./fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Helvetica-Light.svg#Helvetica-Light') format('svg'),
         url('./fonts/Helvetica-Light.ttf') format('truetype'),
         url('./fonts/Helvetica-Light.woff') format('woff'),
         url('./fonts/Helvetica-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica-LightOblique';
    src: url('./fonts/Helvetica-LightOblique.eot');
    src: url('./fonts/Helvetica-LightOblique.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Helvetica-LightOblique.svg#Helvetica-LightOblique') format('svg'),
         url('./fonts/Helvetica-LightOblique.ttf') format('truetype'),
         url('./fonts/Helvetica-LightOblique.woff') format('woff'),
         url('./fonts/Helvetica-LightOblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica-Oblique';
    src: url('./fonts/Helvetica-Oblique.eot');
    src: url('./fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg'),
         url('./fonts/Helvetica-Oblique.ttf') format('truetype'),
         url('./fonts/Helvetica-Oblique.woff') format('woff'),
         url('./fonts/Helvetica-Oblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica.eot');
    src: url('./fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Helvetica.svg#Helvetica') format('svg'),
         url('./fonts/Helvetica.ttf') format('truetype'),
         url('./fonts/Helvetica.woff') format('woff'),
         url('./fonts/Helvetica.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

body{
    padding:0;
    margin:0;
    font-family: 'Helvetica', sans-serif;
}
body.home{
    background-color: #1a1a1a;
}
section{
   width:100%;
   margin:0;
}
a{
   text-decoration:none;
}
.section-content{
   max-width:1200px;
   width:100%;
   margin:0 auto;
   clear:both;
   padding:0px 15px;
}
.text--primary{
    color:#d94949;
}
.bg-primary{
    background:#d94949;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}

/****Animation****/
#first-sec.banner-img{
    opacity: 0;
}
#header{
    opacity: 0;
}
.banner-left{
    opacity: 0;
}
#active-section .menu{
    opacity: 0;
}
.arrow-bottom #arrow-icon-click{
    opacity: 0;
}
/*-----Header Components-----**/
header{   
}
#header {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto !important;
    z-index: 1;
    background: #fff;
}
#tg-homefront{
/*	height:139vh;*/
}
.header-area{
    background-color: #fff;
}
.header-img {
    padding: 8px 0;
}
.header-img img {
    max-width: 43px;
}

/*-----Home Frontpage css-----**/
#cc-logo {
    max-width: 600px;
    width: auto;
}
.home-logo {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cc-logo{
    opacity: 0;
}

.banner-img{
/*
    background-image: url('./images/front-page-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    padding-top: calc(345 / 1160 * 100%);
*/
    
background-image: url('./images/front-page-background.jpg');
height: 100vh;
position: relative;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
    
}
p{
    color: #FAFAFA;
    font-size: 18px;
    font-family: 'Helvetica-Light';
    line-height: 24px;
    
}
.banner-content{
     color:#99CC02;
}
.banner-content h5 {
    font-family: 'Helvetica-Bold';
    font-size: 21px;
    margin-bottom: 0;
}
.banner-content h1 {
    
}
.banner-left{
   position: absolute;
    bottom: 40px;
    max-width: 855px;
}
.banner-content h1 {
    font-size: 88px;
    line-height: 85px;
    font-family: 'Helvetica-Light';
}
.second-section{
/*    padding-top:56px;*/
   background-color: #1A1A1A;
/*    height:750px;*/
}
.fourth-section{
    padding-top:56px;
       background-color: #1A1A1A;
}
.compny-overview{
    padding-top: 56px;
    min-height: 750px;
    position: relative;
}
.compny-overview:after{
    background-image: url(./images/sec2-bottom-image.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 204px;
    height: 204px;
    left: 0;
    bottom: 55px;
}
.main-grid-row{
    display: grid;
    grid-template-columns:  20% 35% 35%;
    grid-column-gap: 23px;
}
.company-overview{
    color:#99CC02;
    border-top: 1px solid #98CC03;
    padding-right:30px;    

}
.company-overview h3{
    font-size: 48px;
    font-family: 'Helvetica-Light';
    padding-top: 11px;
}
.second-overview{
    border-top: 1px solid #98CC03;
    padding-top:20px;
    
}
.third-overview{
    border-top: 1px solid #98CC03;
    padding-top:20px;
}
.third-section{
    background-color: #fff;
    padding-top:54px;
    padding-bottom: 54px;
}
.third-section h3{
    border-top:1px solid  #99CC03;
    color: #99CC02;
    padding-bottom: 45px;
    font-size: 48px !important;
    font-family: 'Helvetica-Light';
    padding-top: 11px;
}
.grid-third{
    display: grid;
    grid-template-columns: 60% 32%;
    grid-gap:20px;
}
.left-image{
   background-image: url('./images/front-page-background.jpg');
   background-size: cover;
   background-position: center right;
   background-repeat: no-repeat; 
/*  min-height: 492px;*/
   padding-top: calc(405 / 1160 * 100%);
   padding-bottom: calc(405 / 1160 * 100%);
   height: 100%;
}

.ourservice-title{
    border-top:1px solid #98CC03;
    color:#333;
    padding-top: 15px;
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'Helvetica-Light';
}
.services-text ul{
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'Helvetica-Light';
}
.services-text li{
    padding-top:5px;
}
.form-grid{
    display: grid;
    grid-template-columns: 20% 72%;
    background-color: #1a1a1a;
    grid-gap:22px;
}
.form-grid input{
    background-color: #1a1a1a;
    border-style: none;
    color:#fff;
    padding-top:22px;
    padding-bottom: 16px;
    width:100%;
    padding-left: 0px;
}
.form-grid textarea{
    background-color: #1a1a1a;
    border-style: none;
    color:#fff;
    padding-top:22px;
    padding-bottom: 16px;
    width:100%;
    height: 210px;
   
}
.submit-button:hover {
    color: #fff !important;
    transition: all 0.5s ease 0s;
}
.contact-us-section{
/*    color:#c0ff00;*/
    border-top: 1px solid #98CC03;
    padding-top: 20px;
}

.form-grid p{
    border-bottom: 1px solid #fff;
    font-size: 21px;
    font-family: 'Helvetica-Light';
}
.submit-button{
    text-align: center;
    border-bottom:1px solid #fff !important;
    color: #a6a6a6 !important;
}
.last-p {
    padding-left: 90%;
    border-bottom: none !important;
}

textarea {
    resize: none;
}
.bullet-test li{
    margin-bottom:8px;
}
.bullet-test a{
    height: 10.5px;
    width: 10.5px;
    background-color: transparent;
    border:.8px solid #ffffff;
    border-radius: 50%;
    display:block;
    right: 22px;
    margin-bottom: 9px;
}
nav#active-section a:hover,
nav#active-section a.active {
    background: #98CC03;
    color: #98CC03;
    border-color: #98cc03;
    width: 10.5px;
    height: 10.5px;
}
/*
#active-section li:active a{
    background-color:#c0ff00 !important;
}
*/
#active-section .menu li.current a{
    background-color:#98CC03 !important;
    color:#98CC03;
    border-color: #98cc03;
}
.bullet-test ul {
    position: fixed;
    right: 25px;
    top: 48%;
    z-index: 1;
}
html {
    scroll-behavior: smooth;
  }
#active-section {
/*
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 1;
*/
}
.arrow-upper a::before {
    background-image: url(./images/Arrow_t.png);
    content: "";
    background-size: cover;
    position: fixed;
    vertical-align: middle;
    width: 13px;
    height: 32px;
    z-index: 11111;
    top: 15%;
    right: 25px;
}
.arrow-bottom a::before {
    background-image: url(./images/Arrow_b.png);
    content: "";
    background-size: cover;
    position: absolute;
    vertical-align: middle;
    width: 13px;
    height: 32px;
    z-index: 11111;
    bottom: 6.5%;
    right: 24px;
}

/*----Footer Components------**/
footer{   
}
.footer-content li {
    display: inline;
    color: #98CC03;
    font-size: 17px;
    font-family: 'Helvetica-Light';
}
.footer-area{
    background-color: #000;
    padding-top:17px;
    padding-bottom:17px;
}
.footer-content a{ 
    color:#98CC03;
    font-family: 'Helvetica-Light';
    font-size: 17px;
}
.form-grid.contact-us-form {
    padding-bottom: 100px;
}
.submit-button {
    cursor: pointer;
}

/*----Error 404 page------**/
.error404 #header {
    position: unset;
}
.click-here-link{
    color: #ffffff;
}
.click-here-link:hover{
    color: #ffffff;
    opacity: 0.8;
}
.error404 .err-sec {
    min-height: calc(100vh - 125px);
}
.errorpage{
    opacity: 0;
}
.error404 #header{
    opacity: 1;
}

/**bullet js code**/
.fixed_arrow{
    display: none;
}


/*-----Media Queries: Responsiveness -----**/
@media (min-width: 1101px) and (max-width: 1201px){
.banner-content h1 {
    font-size: 55px;
    line-height: 60px;  
}
.banner-left {
    bottom: 28px;
    max-width: 530px;
}
}

@media (min-width: 1101px) and (max-width: 1200px){
.section-content {
    padding: 0px 15px 0 20px;
}
}

@media (min-width: 1025px) and (max-width: 1100px){
 .banner-content h1 {
    font-size: 50px;
    line-height: 50px;  
} 
.banner-left {
    bottom: 30px;
    max-width: 485px;
}
.section-content {
    padding: 0px 15px 0 20px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.banner-content h1 {
    font-size: 40px;
    line-height: 38px;  
}
.banner-left {
    bottom: 23px;
    max-width: 386px;
}
.banner-img {
/*  height: 600px;*/
}
.section-content {
    padding: 0px 15px 0 20px;
}
}

@media (min-width: 992px) and (max-width: 1024px){
.company-overview h3 {
    font-size: 42px !important;
}
.third-section h3 {
    font-size: 42px !important;
}
}

@media (min-width: 768px) and (max-width: 991px){
.company-overview h3 {
    padding-top:20px;
    font-size: 2rem;
}
.third-section h3 {
    font-size: 2rem !important;
    padding-bottom: 30px;
    padding-right: 2rem;
}
.last-p {
    padding-left: 85%;
}
h5 {
    font-size: 1rem;
}
}

@media (min-width: 631px) and (max-width: 767px){
    h5 {
        font-size: .9rem;
    }
    .company-overview h3 {
        padding-top:20px;
        font-size: 25px;
    }
    .third-section h3 {
        font-size: 25px !important;
    }
    .last-p {
        padding-left: 75%;
    }
}

@media (min-width: 481px) and (max-width: 630px){
.company-overview h3 {
    padding-top:20px;
    font-size: 35px;
}
.third-section h3 {
    font-size: 35px !important;
}
.last-p {
    padding-left: 65%;
}
h5 {
    font-size: .9rem;
}
}

@media (min-width: 361px) and (max-width: 420px){
.banner-left {
    max-width: 230px !important;
}
}

@media (min-width: 351px) and (max-width: 480px){
.last-p {
    padding-left: 65%;
}
.company-overview h3 {
    padding-top:20px;
    font-size: 30px !important;
}
.third-section h3 {
    font-size: 30px !important;
}
h5 {
    font-size: .9rem;
}
}

@media (min-width: 250px) and (max-width: 420px){
.banner-content h1 {
    font-size: 23px !important;
    line-height: 25px !important;
    margin-top: 5px;
}
.banner-img {
    padding-bottom: 0px;
}
#first-sec.banner-img .section-content {
    padding: 0px 15px 18px 15px !important;
}
}


@media (max-width: 800px){
.bullet-test{
    display: none;
}
}

@media (max-width: 767px){
.section-content {
    padding: 0px 15px 0 20px;
}
.banner-img{
    background-image: url('./images/mobile-front-page-background.jpg');
}
.banner-left {
    max-width: 350px;
    bottom: 21px;
}
.fixed_arrow{
    display: none;
}
.banner-content h1 {
    font-size: 30px;
    line-height: 35px;  
}
.banner-img {
/*  height: 550px;*/
/*  padding-top: calc(390 / 1160 * 100%);*/
}
.third-section h3 {
    padding-bottom: 30px;
    padding-right: 2rem;
}
.left-image{
   padding-top: calc(470 / 1160 * 100%);
   padding-bottom: calc(470 / 1160 * 100%);
}   
}

@media (min-width: 751px){
.footer-content.desktop-ver{
    display: block !important;
}
.footer-content.mobile-ver{
   display: none !important;
}
}

@media (max-width: 750px){
.footer-content li {
    display: block;
}
.footer-content.desktop-ver{
    display:none;
}
footer-content.mobile-ver{
   display: block !important;
}
}

@media (max-width: 630px){
.error404 .err-sec {
    min-height: calc(100vh - 180px);
}    
.ourservice-title {
    border-top: none;
}
.form-grid {
    grid-template-columns: 1fr;
}
.contact-us-section {
    border-top: none;
    padding-top: 0;
}
.form-grid textarea {
    height: auto;
}
.compny-overview {
    min-height: auto;
    padding-bottom: 25px;
}
.grid-third {
    grid-template-columns: 1fr;
}
.main-grid-row {
    grid-template-columns: 1fr;
}
.second-overview {
    border-top: none;
}
.third-overview {
    border-top: none;
    padding-top: 0;
}
.compny-overview::after {
    display: none;
}
}

@media (max-width: 480px){
.banner-left {
/*    max-width: 100%;*/
}
.banner-img {
/*    height: 450px;*/
}
}

@media (max-width: 360px){
.banner-left {
    max-width: 250px;
}
}

@media (max-width: 350px){
.last-p {
    padding-left: 65%;
}
.company-overview h3 {
    padding-top:20px;
    font-size: 25px;
}
.third-section h3 {
    font-size: 25px !important;
}
h5 {
    font-size: .9rem;
}
}

@media (max-width: 290px){
.company-overview h3 {
    font-size: 20px !important;
}
.third-section h3 {
    font-size: 20px !important;
}
}