
body
{
    padding: 0;
    margin: 0;
    font-size: 10px;
}

.navbar-start
{
    margin-left: auto !important ;
    margin-right: 0;
}

.topbar
{
    height: auto !important;
    margin-bottom: -4px;
}

.columns
{
    margin: 0 !important;
}

.mb-4
{
    margin-bottom: 1rem !important;
}

.mt-4
{
    margin-top: 1rem !important;
}

.middle
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#context_load{
    background-color: rgba(24, 40, 40, 0.65);
    padding: 5rem 7.5%;
}

.product_block p{
    color: #eeaa22;
    font-size: 1.2rem;
}

.input-box{
    text-align: center;
}

.text-input-box{
    width: 80%;
    max-width: 720px;
    padding: 10px;
    border-radius: 6px;
    background: transparent;
    margin: 0 auto;
    border: 1px solid white;
    outline: none;
    color: white;
    font-size: 14px;
}

.match-option{
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 1rem;
    padding: .85714286em 1.14285714em;
    color: rgba(0,0,0,.87);
    line-height: 1.33;
    border-bottom: 1px solid rgba(34,36,38,.1);
    background-color: #ffffff;
}

.match-option:hover{
    background-color: #f3ecec;
}

#matchOptionList{
    border-radius: 4px;
}

.match-option a{
    color: rgba(0,0,0,.87) !important;
}

.matched-options{
    position: absolute;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* Navbar */

.navbar
{
    font-size: 1.6em;
    font-weight: 600;
    background-color: transparent;
    padding: 0.5rem 12rem 0.5rem 7rem;
    width: 100%;
}

.navbar-item
{
    color: #ffffff !important;
}

.white
{
    color: #ffffff !important;
}

.resume
{
    background-color: #eeaa22 !important;
    margin-left: 10%;
    margin-top: 0.3rem;
}

.navbar-start .resume
{
    background-color: #F9FBFC !important;
    border-radius: 5em
}

/* Navbar ends*/

/* Home Section */

.upper
{
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}

.title.section-title
{
    font-size: 2.7rem;
}

.home-content h1
{
    font-family:'Open Sans', sans-serif;
    line-height: 1.5 !important;
}

.button-2
{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #eeaa22 !important;
    color: #ffffff;
    font-family:'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 1.6em;
}

.poster img
{
    width: 100%;
}

.m-auto
{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1100px)
{
    #home
    {
        height: 100vh;
    }
}

@media screen and (max-width: 768px)
{
    .navbar
    {
        padding: 1rem 0rem 1rem 1.5rem;
    }

    .title.section-title {
        font-size: 2.25rem !important;
    }
}

@media screen and (max-width: 540px)
{
    #home
    {
        border-radius: 0 0 0 20%;
    }

    .poster img
    {
        height: 55vh;
    }

    .title.section-title {
        font-size: 1.7rem !important;
    }
}

/* home section Ends */

/* moral section start */

#moral
{
    width: 100%;
    padding: 5% 10%;
}

.testimonial-avatar .placeholder {
    border-radius: 100px;
    width: 64px;
    height: 64px;
    position: relative;
    border: solid 2px #ffffff;
    background-color: #efab26;
    top: -37.5px;
    transition: all 0.25s ease-in-out;
}

.text{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.37;
    color: #ffffff;
}

.demo:hover .testimonial-avatar .placeholder
{
    transform: rotate(360deg) scale(1.05);
    background: #ffffff;
    border: solid 2px #efab26;
    transition: all 0.25s ease-in-out;
}

.demo:hover .text
{
    color: #efab26;
}

.demo .testimonial-item .testimonial-name h3
{
    font-size: 2em;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.35;
}

.t-content
{
    width: 100%;
    border-radius: 10px;
    background-color: #182828;
    height: 180px;
}

.testimonial-name
{
    padding: 30px 15px 20px 15px;
}

@media screen and (max-width: 540px)
{
    #moral
    {
        padding: 2%;
    }

    .product_block p{
        font-size: 14px;
    }

    #context_load{
        padding: 2.5rem 5%;
    }

}

/* moral section enda */

#zigzag
{
    background: url(../assets/img/zigzag_background.svg) no-repeat center;
    background-size: cover;
}

/* Product Section */

.above
{
    transform: translate(-50%, -25%);
}

.below h2, .above h3 , .full h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
}

.below h2
{
    opacity: 0.05;
    font-size: 13em;
}

.above h3
{
  font-size: 3em;
  line-height: 1.35;
}

.full h3
{
  font-size: 2.2em;
  line-height: 1.53;
  color: #182828;
}

.info
{
    padding: 2rem 10%;
}

.odd , .even
{
    width: 100%;
}

.learn a
{
    font-size: 2em;
    color: #eeaa22;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 768px)
{
    .odd
    {
        padding-left: 30px;
    }

    .even
    {
        padding-right: 30px;
    }

    .info
    {
        padding: 5rem 8.5%;
    }
}

@media screen and (max-width: 540px)
{
    .below h2
    {
        font-size: 7em;
    }

     .above h3
    {
        font-size: 1.6em;
    }

    .info
    {
        padding: 2rem 7.5%;
    }

    .image-section
    {
        margin-top: 1rem;
    }
}

/* Product Section ends */

/* Contact Section */

.contact
{
    background-color: #182828;
    padding: 30px 0%;
    margin-top: 15%;
    margin-bottom: 5%;
}

.lady
{
    height: 240px;
}

.lady-box
{
    position: relative;
}

.job , .quick_job
{
    color: white !important;
}

.quick_job
{
    margin-bottom: 2rem;
}

.quick_job .title
{
    line-height: 1.25;
}

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

    .job
    {
        text-align: center;
        margin-top: 1.5rem;
    }

    .quick_job h2
    {
        font-size: 2.5em !important;
    }

    .contact
    {
        padding: 10% 5%;
    }

    .reverse-column-order {
        display: flex;
        flex-direction: column-reverse;
      }

      .navbar-burger
      {
          display: none;
      }
}

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

    .lady
    {
        height: 200px;
    }

}

/*Contact Section Ends */

/* footer Section */

.company ul li
{
    width:26px;
    height: 26px;
    background-color: #eeaa22;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
    margin-top:20px;
}

.copyright
{
    border-top: 1px solid #c7bfbf;
}

.rect
{
  width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #eeaa22;
  color: #ffffff;
}


/* footer section ends */

/*Resume section */

#resume
{
    background-image: linear-gradient(to right, #eeaa22 -1%, #ffb45a 100%);
    padding: 5% 10% 5% 10%;
}

.Bold
{
    font-size: 3.4em;
    font-weight: bold;
    line-height: 1.76;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.faded-bold
{
  font-size: 2em;
  font-weight: 600;
  line-height: 1.35;
  color: #9f6404;
  margin-bottom: 1.5rem;
}

.small-bold
{
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.small
{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 3rem;
}

.faded-bold-big
{
  opacity: 0.3;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.82;
  color: #000000;
}

/* resume section end */


.qna-section
{
    padding: 5% 10% 0 10%;
}

.question p
{
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
}

.left .svg{
    float: right;
}

.left .question p , .left .ans
{
    text-align: right;
}

.block
{
    width: 100% !important;
}

.qna
{
    margin: 1.5rem 0;
}

.question
{
    margin-bottom: 0.75rem;
}

.type-info
{
    margin-bottom: -12.5px;
    margin-top: 1.5rem;
}

.sc
{
    margin: 0.75rem 0;
}

.sc img
{
    max-height: 30rem;
}

.ans
{
  font-size: 1.6em;
  line-height: 1.88;
  color: #000000;
  margin-bottom: 12.5px;
}

.qna .ans
{
    margin-bottom: 12.5px;
}

.last-para
{
    margin-bottom: 0 !important
}

.left
{
    float: right !important;
}

.six-templates
{
    padding: 5% 10% 6.5% 10%;
    background-color: #182828;
}

.six-h2 h2
{
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
}

.six-h2 p
{
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.36;
  color: #f6af3d;
  margin-bottom: 30px;
}

.digit h2
{
    opacity: 0.4;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.3;
  color: #b97300;
}

.type h2
{
    font-size: 22px;
  font-weight: 600;
  line-height: 0.82;
  color: #ffffff;
}

.vbig
{
    font-size: 100px;
    font-weight: bold;
    line-height: 0.18;
    color: #f6af3d;
}

.feat
{
    color: #f6af3d;
}

.feat-sec .ans
{
    font-size: 15px !important;
}

.description
{
    padding: 0 10%;
}

.type-info .column{
    padding-right: 0;
    padding-left: 0;
}

.type-info .question
{
    margin-bottom: 0.5rem;
}

.feat-sec .ans{
    margin-bottom: 10px !important;
}

.BIG
{
    font-size: 12px;
}

.VBIG
{
    font-size: 13px;
}

@media screen and (min-width: 768px)
{
    .Bold , .faded-bold , .small , .small-bold , .faded-bold-big
    {
        text-align: left;
        margin-right: auto;
        margin-left: auto;
    }

    .up-m
    {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 768px)
{
    .reverse-column-order {
        display: flex;
        flex-direction: column-reverse;
      }

      #resume
      {
        padding: 4rem 1rem 2rem 1rem;
      }

      .Bold
      {
          font-size: 3em;
      }

      .Card
      {
          margin-bottom: 1rem;
      }

      .six-templates
      {
          text-align: center;
      }

      .six-templates .columns .column
      {
          margin-top: 40px;
      }

    .vbig
    {
        font-size: 80px;
    }

}

@media screen and (max-width: 540px)
{
    #resume, .qna-section , .six-templates , .description
    {
        padding: 7.5%;
    }

    .six-templates
    {
        padding-bottom: 10%;
    }

    .qna {
        margin: 0rem 0;
    }

    .six-h2 h2
    {
        font-size: 3em;
    }

    .six-h2 p {
        font-size: 2em;
        margin-top: 30px;
        margin-bottom: 0;
    };

    .type-info{
        margin-top: 12.5%;
    }

    .vbig
    {
        font-size: 60px;
    }

    .question p
    {
        font-size: 2.6em;
    }
}
