@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Rubik', sans-serif;*/


/*--------------------------------------------------------------
# Common
---------------------------------------------------------------*/
:root {
    --h1size: 50px;
    --h2size: 40px;
    --h3size: 24px;
    --h4size: 20px;
    --h5size: 18px;
    --h6size: 16px;
    --bodysize: 16px;
    --h1height: 58px;
    --h2height: 48px;
    --h3height: 32px;
    --h4height: 28px;
    --h5height: 26px;
    --h6height: 26px;
    --bodyheight: 26px;
    --thm-font: 'Rubik', sans-serif;
    --thm-font-secondary: 'Montserrat', sans-serif;
    --red: #ff3838;
    --gray: #777777;
    --text: #555555;
    --blue: #1494a9;
    --white: #ffffff;
    --chalk: #f5f5f5;
    --green: #11b76b;
    --purple: #b12fad;
    --orange: #e86121;
    --yellow: #ffab10;
    --body: #f5f6f7;
    --thm-body: #e3f5f0;
    --border: #e8e8e8;
    --heading: #39404a;
    --primary: #0d6efd;
    --sub-heading: #565765;
    --green-chalk: #ddffd5;
    --green-dark: #072f17;
    --gray-chalk: #cccccc;
    --intro-bg: #f8fffa;
    --facebook: #3b5998;
    --linkedin: #0e76a8;
    --twitter: #00acee;
    --google: #E60023;
    --instagram: #F77737;
    --background: rgb(255, 255, 255);
    --background-alternative: rgb(250, 250, 250);
    --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

img {
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  a {
    color: var(--primary);
    text-decoration: none;
    display: inline-block
  }
  
  a:hover {
    color: var(--text);
    text-decoration: none
  }

  .index-1{
    z-index: 1;
  }
  
  u, u a{
    text-decoration: underline;
  }
  
  ul,
  ol {
    padding: 0px;
    list-style: none
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ol,
  ul,
  li,
  span,
  label {
    margin-bottom: 0px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    font-family: var(--thm-font-secondary);
  }
  
  html,
  body {
    scroll-behavior: smooth
  }
  
  body {
      color: var(--text);
      background: var(--body);
      font-size: var(--bodysize);
      font-family: var(--thm-font);
      line-height: var(--bodyheight);
      overflow-x: hidden
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-weight: 500;
      color: var(--heading)
  }
  
  h1 {
      font-size: var(--h1size);
      line-height: var(--h1height)
  }
  
  h2 {
      font-size: var(--h2size);
      line-height: var(--h2height);
      letter-spacing: -0.3px;
      text-transform: capitalize
  }
  
  h3 {
      font-size: var(--h3size);
      line-height: var(--h3height)
  }
  
  h4 {
      font-size: var(--h4size);
      line-height: var(--h4height)
  }
  
  h5 {
      font-size: var(--h5size);
      line-height: var(--h5height)
  }
  
  h6 {
      font-size: var(--h6size);
      line-height: var(--h6height)
  }

  .tx-tfm {
    text-transform: uppercase;
  }

  .btn-block {
    display: block;
    width: 100%;
  }

  /*** 

====================================================================
	Form
====================================================================

 ***/

label{
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 25px
}

.form-group small {
  color: var(--gray);
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 20px
}

.form-group textarea {
  height: 150px;
  padding: 12px 20px
}

.form-label {
  font-weight: 500;
  margin: 0px 0px 7px 3px;
  white-space: nowrap;
  text-transform: capitalize
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  padding: 0px 20px 2px;
  color: var(--text);
  background: var(--chalk);
  border: 1px solid var(--border)
}

.form-control:focus-within {
  background-color: var(--chalk);
  border-color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px 0px;
  color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
  background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
  border: none;
  outline: none
}

.form-button button {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary);
}


  /*** 

====================================================================
	Reset
====================================================================

 ***/

 .mt-10 {
    margin-top: 10px;
  }
  
  .mt-20 {
      margin-top: 20px;
  }
    
    .mt-30 {
      margin-top: 30px;
    }
    
    .mt-40 {
      margin-top: 40px;
    }
    
    .mt-50 {
      margin-top: 50px;
    }
    
    .mt-60 {
      margin-top: 60px;
    }
    
    .mt-80 {
      margin-top: 80px;
    }
    
    .mt-120 {
      margin-top: 120px;
    }
    
    .mt--60 {
      margin-top: -60px;
    }
    
    .mt--120 {
      margin-top: -120px;
    }
  
    .mb-10 {
      margin-bottom: 10px;
    }
  
    .mb-15 {
      margin-bottom: 15px;
    }
    
    .mb-20 {
      margin-bottom: 20px;
    }
    
    .mb-30 {
      margin-bottom: 30px;
    }
    
    .mb-40 {
      margin-bottom: 40px;
    }
    
    .mb-50 {
      margin-bottom: 50px;
    }
    
    .mb-60 {
      margin-bottom: 60px;
    }
    
    .mb-80 {
      margin-bottom: 80px;
    }
    
    .mb-120 {
      margin-bottom: 120px;
    }
    
    .mb--60 {
      margin-bottom: -60px;
    }
    
    .mb--120 {
      margin-bottom: -120px;
    }
  
    .mr-5{
      margin-right: 5px;
    }
  
    .mr--10{
      margin-right: 10px;
    }
  
    .mr--20{
      margin-right: 20px;
    }
  
    .mr--30{
      margin-right: 30px;
    }
  
    .mr--40{
      margin-right: 40px;
    }
  
    .mr--50{
      margin-right: 50px;
    }
  
    .ml-10{
      margin-left: 10px;
    }
  
    .ml-20{
      margin-left: 20px;
    }
  
    .ml-30{
      margin-left: 30px;
    }
    
    .pt-20 {
      padding-top: 20px;
    }
    
    .pt-30 {
      padding-top: 30px;
    }
    
    .pt-40 {
      padding-top: 40px;
    }
    
    .pt-50 {
      padding-top: 50px;
    }
    
    .pt-60 {
      padding-top: 60px;
    }
    
    .pt-80 {
      padding-top: 80px;
    }
    .pt-90
    {
      padding-top: 90px;
    }
    .pt-100
    {
      padding-top: 100px;
    }
    .pt-110 {
      padding-top: 110px;
    }
    
    .pt-115 {
      padding-top: 115px;
    }
    
    .pt-120 {
      padding-top: 120px;
    }
    
    .pt-142 {
      padding-top: 142px;
    }
    
    .pb-20 {
      padding-bottom: 20px;
    }
    
    .pb-30 {
      padding-bottom: 30px;
    }
    
    .pb-40 {
      padding-bottom: 40px;
    }
    
    .pb-50 {
      padding-bottom: 50px;
    }
    
    .pb-60 {
      padding-bottom: 60px;
    }
    
    .pb-70
    {
      padding-bottom: 70px;
    }
    
    .pb-80 {
      padding-bottom: 80px;
    }
    
    .pb-90 {
      padding-bottom: 90px;
    }
    
    .pb-100
    {
      padding-bottom: 100px;
    }
    
    .pb-110 {
      padding-bottom: 110px;
    }
    
    .pb-115 {
      padding-bottom: 115px;
    }
    
    .pb-120 {
      padding-bottom: 120px;
    }
    
    .pl-5 {
      padding-left: 5px;
    }
    
    .pl-10 {
      padding-left: 10px;
    }
    
    .pl-15 {
      padding-left: 15px;
    }
    
    .pl-20 {
      padding-left: 20px;
    }
    
    .pl-30 {
      padding-left: 30px;
    }
    
    .pr-5 {
      padding-right: 5px;
    }
    
    .pr-10 {
      padding-right: 10px;
    }
    
    .pr-15 {
      padding-right: 15px;
    }
    
    .pr-20 {
      padding-right: 20px;
    }
    
    .pr-30 {
      padding-right: 30px;
    }
  
    /* Font Weight */
    .font-weight-100 {
      font-weight: 100 !important;
    }
    
    .font-weight-200 {
      font-weight: 200 !important;
    }
    
    .font-weight-300 {
      font-weight: 300 !important;
    }
    
    .font-weight-400 {
      font-weight: 400 !important;
    }
    
    .font-weight-500 {
      font-weight: 500 !important;
    }
    
    .font-weight-600 {
      font-weight: 600 !important;
    }
  
    .font-weight-700 {
      font-weight: 700 !important;
    }
    
  
    /* Text Size */
  .text-0 {
      font-size: 11px !important;
      font-size: 0.6875rem !important;
    }
    
    .text-1 {
      font-size: 12px !important;
      font-size: 0.75rem !important;
    }
    
    .text-2 {
      font-size: 14px !important;
      font-size: 0.875rem !important;
    }
    
    .text-3 {
      font-size: 16px !important;
      font-size: 1rem !important;
    }
    
    .text-4 {
      font-size: 18px !important;
      font-size: 1.125rem !important;
    }
    
    .text-5 {
      font-size: 21px !important;
      font-size: 1.3125rem !important;
    }
    
    .text-6 {
      font-size: 24px !important;
      font-size: 1.50rem !important;
    }
    
    .text-7 {
      font-size: 28px !important;
      font-size: 1.75rem !important;
    }
    
    .text-8 {
      font-size: 32px !important;
      font-size: 2rem !important;
    }
    
    .text-9 {
      font-size: 36px !important;
      font-size: 2.25rem !important;
    }
    
    .text-10 {
      font-size: 40px !important;
      font-size: 2.50rem !important;
    }
    
    .text-11 {
      font-size: 2.75rem !important;
    }
    @media (max-width: 1200px) {
      .text-11 {
        font-size: calc(1.4rem + 1.8vw)  !important;
      }
    }
    
    .text-12 {
      font-size: 3rem !important;
    }
    @media (max-width: 1200px) {
      .text-12 {
        font-size: calc(1.425rem + 2.1vw)  !important;
      }
    }
    
    .text-13 {
      font-size: 3.25rem !important;
    }
    @media (max-width: 1200px) {
      .text-13 {
        font-size: calc(1.45rem + 2.4vw)  !important;
      }
    }
    
    .text-14 {
      font-size: 3.5rem !important;
    }
    @media (max-width: 1200px) {
      .text-14 {
        font-size: calc(1.475rem + 2.7vw)  !important;
      }
    }
    
    .text-15 {
      font-size: 3.75rem !important;
    }
    @media (max-width: 1200px) {
      .text-15 {
        font-size: calc(1.5rem + 3vw)  !important;
      }
    }
    
    .text-16 {
      font-size: 4rem !important;
    }
    @media (max-width: 1200px) {
      .text-16 {
        font-size: calc(1.525rem + 3.3vw)  !important;
      }
    }
    
    .text-17 {
      font-size: 4.5rem !important;
    }
    @media (max-width: 1200px) {
      .text-17 {
        font-size: calc(1.575rem + 3.9vw)  !important;
      }
    }
    
    .text-18 {
      font-size: 5rem !important;
    }
    @media (max-width: 1200px) {
      .text-18 {
        font-size: calc(1.625rem + 4.5vw)  !important;
      }
    }
    
    .text-19 {
      font-size: 5.25rem !important;
    }
    @media (max-width: 1200px) {
      .text-19 {
        font-size: calc(1.65rem + 4.8vw)  !important;
      }
    }
    
    .text-20 {
      font-size: 5.75rem !important;
    }
    @media (max-width: 1200px) {
      .text-20 {
        font-size: calc(1.7rem + 5.4vw)  !important;
      }
    }
    
    .text-21 {
      font-size: 6.5rem !important;
    }
    @media (max-width: 1200px) {
      .text-21 {
        font-size: calc(1.775rem + 6.3vw)  !important;
      }
    }
    
    .text-22 {
      font-size: 7rem !important;
    }
    @media (max-width: 1200px) {
      .text-22 {
        font-size: calc(1.825rem + 6.9vw)  !important;
      }
    }
    
    .text-23 {
      font-size: 7.75rem !important;
    }
    @media (max-width: 1200px) {
      .text-23 {
        font-size: calc(1.9rem + 7.8vw)  !important;
      }
    }
    
    .text-24 {
      font-size: 8.25rem !important;
    }
    @media (max-width: 1200px) {
      .text-24 {
        font-size: calc(1.95rem + 8.4vw)  !important;
      }
    }
    
    .text-25 {
      font-size: 9rem !important;
    }
    @media (max-width: 1200px) {
      .text-25 {
        font-size: calc(2.025rem + 9.3vw)  !important;
      }
    }
    
    .text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, 
    .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 {
      line-height: 1.3;
    }
  
  [class*=" la-"], [class^=la-] {
    font-size: 1.4rem;
  }
  
  .text-accent {
    color: rgb(254, 107, 108) !important;
  }
  
  .text-brand{
    color: #11b76b;
  }
  
  .text-order {
    color: var(--blue);
  }
  
  .bg-secondary {
    background-color: rgb(246, 249, 252) !important;
  }
  
  .nav-link-style {
    color: rgb(75, 86, 107);
  }
  
  .nav-link-style:hover {
    color: rgb(4, 170, 109);
  }
    
    /* Opacity */
    .opacity-0 {
      opacity: 0;
    }
    
    .opacity-1 {
      opacity: 0.1;
    }
    
    .opacity-2 {
      opacity: 0.2;
    }
    
    .opacity-3 {
      opacity: 0.3;
    }
    
    .opacity-4 {
      opacity: 0.4;
    }
    
    .opacity-5 {
      opacity: 0.5;
    }
    
    .opacity-6 {
      opacity: 0.6;
    }
    
    .opacity-7 {
      opacity: 0.7;
    }
    
    .opacity-8 {
      opacity: 0.8;
    }
    
    .opacity-9 {
      opacity: 0.9;
    }
    
    .opacity-10 {
      opacity: 1;
    }