#menuToggle
{
  display: block;
  position: absolute;
  top: -44px;
  right:0px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color:#fff;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
   position: fixed;
    top: 0px;
        padding-top: 150px;
    height: 100vh;
    width: 100%;
    left: 0px;
  margin: -100px 0 0 -80px;
  padding: 50px;
   background:#2c010a;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
     padding: 10px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
      margin: 0px;
      position: fixed;
    top: 0px;
        padding-top: 150px;
    height: 100vh;
    width: 100%;
    left: 0px;
}
.section1 ul
{
    list-style-type:none;
    padding-left:0px;
    margin-top:30px;
}
body,p,h1,h2,h3,h4,h5,h6,a
{
    font-family: 'Lato', sans-serif;
}
.section1 ul li a
{
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.section1 ul li {
    display: inline-block;
    padding: 10px;
}
.section1
{
    background:#2c010a;
    padding:0px;
}
.btna {
    position: absolute;
    top: 250px;
    left: 0px;
    float: none;
    right: 0px;
    margin: 0 auto;
    bottom: auto;
}
.foursection
{
    background:#f6f6f6;
}
.foursection,.foursection p
{
    text-align:center;
}
.foursection h3
{
    background: #2c010a;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    font-family: 'Lato';
    margin-top: 0px;
}
.foursection h1:before
{
    left:0px;
    right:0px;
    margin:0 auto;
    text-align:center;
}
.banner a
{
     position: relative;
    padding: 16px 40px 11px 70px;
    background: #e4a718;
   color: #fff;
    display: block;
    width: 300px;
    float: none;
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 auto;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    height: 53px;
    overflow: hidden;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.banner i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 10px 0 0;
    bottom: 0;
    border-right: 1px solid rgba(255,255,255,0.28);
    padding: 17px 13px 17px 20px;
    line-height: 18px;
}
.banner img
{
    width:100%;
}
.banner
{
    padding:0px;
}
section h1
{
    color: #2c010a;
    font-size: 28px;
     font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    padding-bottom: 20px;
    margin-top: 5px;
    position: relative;
    line-height: 37px;
    font-weight: 700;
}
section h1:before {
    width: 80px;
    border-top: 2px solid #2c010a;
    content: "";
    position: absolute;
    bottom: 10px;
    z-index: 0;
    left: 0;
}
section p
{
        font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-align:justify;
}
section
{
    padding:30px;
}
ul.lists
{
      list-style-type:none;
    padding-left:0px;
    }
    ul.lists li,ul.lists li a
    {
            font-size: 15px;
    line-height: 26px;
    margin-bottom:5px;
    font-weight: 400;
    color:#000;
    }
    ul.lists li i
    {
        margin-right:5px;
        font-size:12px;
    }
    .section3
    {
        background:#f6f6f6;
    }
    .section4 i
    {
          display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #ffffff;
    text-align: center;
    font-size: 35px;
    color: #fff;
    background: #e4a718;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    }
    .section4 h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
       margin-top: 5px;
    position: relative;
    line-height: 37px;
    font-weight: 700;
}
 .section4 p
 {
     color:#fff;
     text-align:left;
 }
.section4 .col-md-3 .content {
    background:#2c010a;
    padding: 30px;
        transition: all .5s,border-color .4s,background-color .4s,box-shadow .4s,transform .4s;
    border-radius: 30px;
        height: 300px;
}
.section4 .col-md-3 .content:hover
{
    transform: translateY(-6px);
    box-shadow:0px 12px 48px 0px #10182814;
}
.section5 .col-md-4:nth-of-type(1) i
{
   line-height: 20px;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.section5 .col-md-4:nth-of-type(1) p
{
    margin-top: -7px;
        display: table;
            margin-bottom: 15px;
}
.section6
{
    background:#2c010a;
    text-align:center;
    padding: 13px;
}
.section7
{
     background:#2c010a;
     position:relative;
     padding:0px;
}
.section7:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    border-radius: 200px 0 0 0;
    right: 0;
    top: 0;
    background:#e4a718;
}
.section6 p
{
    color:#fff;
    margin-bottom:0px;
    text-align:center;
}
.row {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.section7 h3 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
    line-height: 37px;
    font-weight: 700;
    color: #fff;
}
.section7 img
{
    z-index: 9999;
    position: relative;
    padding-top: 25px;
    width: 50px;
        animation: bounce 2s infinite alternate;
    float: left;
}
.section7 p
{
    z-index: 9999;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 33px;
}
a:hover
{
    text-decoration:none!important;
}
ul.lists li
{
    transition:0.5s;
}
ul.lists li:hover
{
    padding-left:10px;
}
ul.lists li:hover a
{
    color:#2c010a;
    font-weight:700;
}
@keyframes bounce
{
    0% {
    transform: translateY(0px
px
);
}

100% {
    transform: translateY(-10px);
}
}
.fix a {
    text-align: center;
    animation: blinker 1.5s linear infinite;
    background: #34af23;
    position: fixed;
    bottom: 20px;
    border-radius: 100%;
    right: 20px;
    margin: 0 auto;
    box-shadow: 0 0 32px #12ba22;
    height: 60px;
    line-height: 45px;
    border: 5px solid #fff;
    width: 60px;
    padding-left: 6px;
    color: #fff;
    font-size: 35px;
    z-index: 9999;
}
#wh i {
    margin-right: 5px;
}
@keyframes blinker
{
    50% {
    opacity: 0;
}
}
.fix a:hover
{
    color:#fff;
}
h1 a:hover,h1 a
{
    color:#2c010a!important;
}
p a
{
    color:#000;
    font-weight:700;
}
p a:hover
{
     color:#2c010a!important;
}
@media only screen and (max-width:480px)
{
    section {
    padding-left:0px;
    padding-right:0px;
    padding-top:20px;
    padding-bottom:20px;
}
.btna{
    top:120px;
}
section h1
{
        font-size: 20px;
        padding-bottom: 15px;
}
section p {
    font-size: 14px;
}
.section7 h3{
        margin-top: 10px;
        text-align:center;
}
.section7
{
    text-align:center;
}
.section7 img
{
       z-index: 9999;
    position: relative;
    padding-top: 0px;
    margin: 0 auto!important;
    width: auto;
    animation: bounce 2s infinite alternate;
    float: none;
}
.section7 p {
    z-index: 9999;
    position: relative;
    color: #fff!important;
    font-weight: 700;
    float:none!important;
        font-size: 25px;
    text-align: center!important;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.section7 p a
{
    color:#fff;
}
.section7:after{
    display:none;
}
.section4 .col-md-3 .content
{
    height: auto;
    margin-bottom: 20px;
}
.section4 .col-md-3 .content {
    background: #2c010a;
    padding: 20px;
}
.section4 h3 {
       font-size: 18px;
}
.section1 ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 0px!important;
}
.section1 ul li {
    display: block;
    padding: 5px;
}
.col-md-12
{
    padding-left:0px!important;
    padding-right:0px!important;
}
ul.lists li, ul.lists li a
{
    font-size:14px;
}
.section1 ul li a{
    font-size:16px;
}
.section1 .col-md-3 img
{
    width: 200px;
  
}
.dmenu
{
  display:none;  
}
#menu li a
{
    color:#fff;
}
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .col-md-3
    {
           width: 47%;
    float: left;
    margin-bottom: 20px;
    }
    .col-md-4
    {
           width: 33%;
    float: left;
       }
       ul.lists li, ul.lists li a {
    font-size: 13px;
       }
       .col-md-6 {
    width: 50%;
    float: left;
}
.section7 p{
    float: none;
    margin-left: 15px;
    margin-top: 33px;
}
section h1 {
     font-size: 21px;
}
.section7 h3{
    margin-top:20px;
}
.col-md-12
{
    padding-left:0px!important;
    padding-right:0px!important;
}
.dmenu
{
  display:none!important;  
}
#menuToggle {
    display: block;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menu li
{
     padding: 10px 0;
     display:block;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
}
#menu li a
{
    color:#fff;
}
}