body
{
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family:'Open Sans', sans-serif;
}

.columns
{
    margin: 0 !important;
}

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

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

/* Navbar */

.navbar
{
    font-size: 1.6em;
    font-weight: 600;
    background-color: transparent;
    padding: 0.75rem 3rem 0.75rem 5rem;
}

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

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

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

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

 @media screen and (max-width: 992px)
{
    .navbar-burger
    {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .navbar
    {
        padding: 1rem 2rem 1rem 2rem;
    }
} 

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

    .navbar
    {
        padding: 1rem 1rem 1rem 1rem;
    }
} 

/* Navbar ends*/

/* Home Section */

#home
{
    width: 100%;
    background: url(../../assets/img/home_orange_section.svg) no-repeat center;
    background-size: cover;
    border-radius: 0 0 0 35%;
    position: relative;
}

.home-content
{
   padding-top: 4.5rem;
   padding-bottom: 5.5rem;
}

.Demo
{
    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;  
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}


@media screen and (max-width: 540px)
{
    .home-content
    {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
}


/* Home Section ends */

/*template section start */

.template-section
{
    padding: 1.5% 4%;
}

.template
{
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,.15);
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.use
{
    position: absolute;
    top: 130%;
    left: 50%;
    font-size: 15px;
    font-weight: 600;
    transform: translate(-50% , -50%);
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
}
    
.template:hover .use
{
    top: 83%;
    transition: all 0.4s ease-in-out;
}

.template:hover
{
    box-shadow: 4px 4px 14px 0 rgba(0,0,0,.15);
    transform: translateY(-5px);
    transition: all 0.4s ease-in-out;
}

.temp-img
{
    border-radius: 4px;
    width: 100%;
}

.template-strip
{
    margin: 3rem 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1200px)
{
    .is-5-desktop-only
    {
        flex:none !important;
        width: 41% !important;
    }

    .template
    {
        margin-right: auto !important;
        margin-left: auto !important;
        margin: 30px 0;
    }

    .template-strip
    {
        margin: 0 !important;
    }
}

@media screen and (min-width: 768px)
{
    .content
    {
        max-width: 420px;
    }
}

@media screen and (max-width: 768px)
{
  
    .template
    {
        margin-top: 40px;
    }

    .template-strip
    {
        margin: 0 !important;
    }
}

/* Template Section ends */

/* Contact Section */

.contact
{
    background-color: #182828;
}

.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 h1
    {
        font-size: 2.5em !important;
    }

    .contact
    {
        padding: 10% 5%;
    }

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

@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%;
}

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

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

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

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

.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%;
}

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

.best h1 {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.36;
    color: #f6af3d;
    text-align: right;
}

h1.que {
    font-size: 3.5em;
}

h1.sub
{
    font-size: 2.5em;
}

.left .svg{
    float: right;
}

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

.yes{
    margin-bottom: 1rem;
}

.yes h1
{
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.36;
    color: #f6af3d;
    text-align: right;
}

.block
{
    width: 100% !important;
}

.qna
{
    margin: 2rem 0;
}

.question
{
    margin-bottom: 1rem;
}

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

.svg
{
    margin-bottom: 1rem;
}

.left
{
    float: right !important;
}

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

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

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

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

.type h1
{
    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;
}

.subtype
{
    margin-top: 1rem;
}

.description
{
    padding: 5% 10%;
}

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

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

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

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

@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;
      }

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

    .vbig
    {
        font-size: 80px;
    }

}

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

    .qna {
        margin: 0rem 0;
    }

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

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

    .vbig
    {
        font-size: 60px;
    }

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

    h1.que , .six-h1 h1
    {
        font-size: 3em;
    }

    h1.sub
    {
        font-size: 2.2em;
    }
}


