
@font-face {
  font-family: gridfont;
  src: url('PointSoftDEMO-Light.woff2') format('woff2'),
        url('PointSoftDEMO-Light.woff') format('woff');
        font-weight: 400;
}
.section-content{
    /*border:1px solid #F00;*/
      width:100%;
      /* height: 100vh; */
      margin:0 auto;
      text-align:center;
    }
    h1{
      margin:0;
      color:#333;
    }
    .ifh1{
      color: white;
    }
    .ifh2{
      color: white;
    }
    h1 i.fa{
    font-size:3em;
    color:#FFF;
    transition:all 0.3s ease-in-out;
    }
    i.fa:hover{
    color:#f00;
    cursor:pointer;
    transform:scale(1.2) rotate(10deg);
    }  
    #section2{
      background-color:#0F0; 
      }
      #section3{
      background-color:#0ff; 
      }
    .slide{
    background-size:cover;
    background-position:center;
    /* height: 100vh; */
    }  
      
  #section4{
    background-color:#999; 
    }
  
    #fp-nav ul li a span {
      background-color: black;

    }
    
    .fp-slidesNav ul li a span {
      background-color: #c1c1c1;
    }
    
    
    
    @import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);
    body,
    html {
      height: 100%;
      padding: 0;
      margin: 0;
      font-family: 'gridfont';
    }
    
    main {
      z-index: 2;
      position: relative;
      height: 100%;
      background-color: #c1c1c1;
      -webkit-transition: transform .7s ease-in-out;
      -moz-transition: transform .7s ease-in-out;
      -ms-transition: transform .7s ease-in-out;
      -o-transition: transform .7s ease-in-out;
      transition: transform .7s ease-in-out;
    }
    
    .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 1.0s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

    .sidebar {
      height: 100%;
      width: 10% ;
      position: fixed;
      top: 0;
      z-index: 1;
      left: 0;
      background-color: #f1f1f1;
      overflow-x: hidden !important;
      /*transition: 2s;*/
    }
    
    /* .sidebar1 {
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 0;
      margin-left: 	20%;
      background-color: #707070;
    } */
    
    .bar {
      display: block;
      height: 4px;
      width: 40px;
      background-color: #000000;
      margin: 12px auto;
     
      
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;


    }

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


        .bar {
          display: block;
          height: 5px;
          width: 34px;
          background-color: #000000;
          margin: 9.5px auto;
        }

       }
    
    .button {
      cursor: pointer;
      display: inline-block;
      width: auto;
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -ms-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
    }
    
    .nav-right {
      position: fixed;
      left: 40px;
      top: 3.5%;
    }
    
    .nav-right1{
      position: fixed;
      left:   110px;
      top:20px;
    }
    
    .nav-right .visible-xs {
      z-index: 10000 !important;

    }

    div.visible-xs {
          margin-top: -1.1rem;
          margin-left:  -1.1rem;
    }

 
  .overlay_effect{
    opacity: .5;
 
  }

    
    .hidden-xs {
      display: none;
    }
    
    .middle {
      margin: 0 auto;
    }
    
    .bar {
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -ms-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
    }
    
    .nav-right.visible-xs .active .bar {
      background-color: #000000;
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -ms-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
    }
    
    .button.active .top {
      -webkit-transform: translateY(15px) rotateZ(45deg);
      -moz-transform: translateY(15px) rotateZ(45deg);
      -ms-transform: translateY(15px) rotateZ(45deg);
      -o-transform: translateY(15px) rotateZ(45deg);
      transform: translateY(15px) rotateZ(45deg);
    }
    
    .button.active .bottom {
      -webkit-transform: translateY(-15px) rotateZ(-45deg);
      -moz-transform: translateY(-15px) rotateZ(-45deg);
      -ms-transform: translateY(-15px) rotateZ(-45deg);
      -o-transform: translateY(-15px) rotateZ(-45deg);
      transform: translateY(-15px) rotateZ(-45deg);
    }
    
    .button.active .middle {
      width: 0;
    }
    
    .move-to-leftz {
      -webkit-transform: translateX(100vw);
      -moz-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
      -o-transform: translateX(100vw);
      transform: translateX(100vw);
    }
    .move-to-left-sidebar{
      width: 400px;
    }
    
    .move-to-left{
        -webkit-transform: translateX(400px);
      -moz-transform: translateX(400px);
      -ms-transform: translateX(400px);
      -o-transform: translateX(400px);
      transform: translateX(400px);
    }
    
    
    
    .sidebar-list {
      padding: 0;
      margin-right: auto;
      list-style: none;
      position: relative;
      margin-top: 100px !important;
      text-align: center;
    }
    .sidebar-list1 {
      padding: 0;
      margin-right: 60%;
      list-style: none;
      position: relative;
      margin-top: 150px;
      text-align: right;
    }
    
    .sidebar-item {
      margin: 10px 0;
      opacity: 0;
      font-size: 0.8rem;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    
    .sidebar-item1 {
      margin: 30px 0;
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    
    
    .sidebar-item:first-child {
      -webkit-transition: all .7s .2s ease-in-out;
      -moz-transition: all .7s .2s ease-in-out;
      -ms-transition: all .7s .2s ease-in-out;
      -o-transition: all .7s .2s ease-in-out;
      transition: all .7s .2s ease-in-out;
    }
    
    .sidebar-item:nth-child(2) {
      -webkit-transition: all .7s .4s ease-in-out;
      -moz-transition: all .7s .4s ease-in-out;
      -ms-transition: all .7s .4s ease-in-out;
      -o-transition: all .7s .4s ease-in-out;
      transition: all .7s .4s ease-in-out;
    }
    
    .sidebar-item:nth-child(3) {
      -webkit-transition: all .7s .6s ease-in-out;
      -moz-transition: all .7s .6s ease-in-out;
      -ms-transition: all .7s .6s ease-in-out;
      -o-transition: all .7s .6s ease-in-out;
      transition: all .7s .6s ease-in-out;
    }
    
    .sidebar-item:last-child {
      -webkit-transition: all .7s .8s ease-in-out;
      -moz-transition: all .7s .8s ease-in-out;
      -ms-transition: all .7s .8s ease-in-out;
      -o-transition: all .7s .8s ease-in-out;
      transition: all .7s .6s ease-in-out;
    } 
    #im{
      -webkit-transition: all .7s .8s ease-in-out;
      -moz-transition: all .7s .8s ease-in-out;
      -ms-transition: all .7s .8s ease-in-out;
      -o-transition: all .7s .8s ease-in-out;
      transition: all .7s .6s ease-in-out;
    }
    
    .sidebar-item.active {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
      #im.active {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    .sidebar-item1.active {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }


    img#im{
     height:40px !important;
    }


/*sidebar anchor for ipad landscape*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
 
             .sidebar-anchor {
                color: #000000;
                text-decoration: none;
            
                text-transform: uppercase;
                position: relative;
                font-size: 1.1rem !important;
                text-decoration: none !important;
              }
              
              .sidebar-anchor:before {
                content: "";
                width: 0;
                height: 2px;
                position: absolute;
                bottom: 0;
                color: gray !important;  
                text-decoration: none !important;
                left: 0;
                background-color: black;
                -webkit-transition: all .7s ease-in-out;
                -moz-transition: all .7s ease-in-out;
                -ms-transition: all .7s ease-in-out;
                -o-transition: all .7s ease-in-out;
                transition: all .7s ease-in-out;
              }
              
              .sidebar-anchor:hover:before {
                width: 100%;
                color: black;
              }
              .sidebar-anchor:hover::after{
                color: black;
              }
              .sidebar-anchor:hover{
                color:gray;
              }

              img#im{
                height: 40px !important;
              }
    
    
    }

    /*sidebar anchor for ipad portrait*/
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
 
             .sidebar-anchor {
                color: #000000;
                text-decoration: none;
              
                text-transform: uppercase;
                position: relative;
                font-size: 0.8rem !important;
                text-decoration: none !important;
              }
              
              .sidebar-anchor:before {
                content: "";
                width: 0;
                height: 2px;
                position: absolute;
                bottom: 0;
                color: gray !important;  
                text-decoration: none !important;
                left: 0;
                background-color: black;
                -webkit-transition: all .7s ease-in-out;
                -moz-transition: all .7s ease-in-out;
                -ms-transition: all .7s ease-in-out;
                -o-transition: all .7s ease-in-out;
                transition: all .7s ease-in-out;
              }
              
              .sidebar-anchor:hover:before {
                width: 100%;
                color: black;
              }
              .sidebar-anchor:hover::after{
                color: black;
              }
              .sidebar-anchor:hover{
                color:grey;
              }

              img#im{
                height: 40px !important;
              }
    
    
    }
    


    .sidebar-anchor {
      color: #000000;
      text-decoration: none;
      font-size: 14px !important;
      text-transform: uppercase;
      position: relative;
     
      text-decoration: none !important;
    }
    
    .sidebar-anchor:before {
      content: "";
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      color: gray !important;  
      text-decoration: none !important;
      left: 0;
      background-color: black;
      -webkit-transition: all .7s ease-in-out;
      -moz-transition: all .7s ease-in-out;
      -ms-transition: all .7s ease-in-out;
      -o-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
    }
    
    .sidebar-anchor:hover:before {
      width: 100%;
      color: black;
    }
    .sidebar-anchor:hover::after{
      color: black;
    }
    .sidebar-anchor:hover{
      color:gray;
    }
    
    .ua {
      position: absolute;
      bottom: 20px;
      left: 30px;
    }
    
    .fa {
      font-size: 1.4em;
      color: black;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    
    .ua:hover .fa {
      color: black;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
  
    
    @media (min-width: 480px) {
      .nav-list {
        display: block;
      }
      .ifhc{
    
        padding-left: 40%;
        padding-top: 30%;
      }
     
    }
    
    @media screen and (max-width: 700px) {
      .sidenav {
        width: 100vh;
        height: auto;
        position: relative;
      }
      .ifh1{
        font-size: 1.2rem !important;
        font-weight: bold;
    }
    
    .ifh2{
    
       font-size: 1rem;
    }
  
  }


/*
    .width-90{
    width: 90% !important;
    float: right !important;
  }
  .width-10{
    position: fixed;height: 100vh; 
  }
  @media only screen and (min-device-width: 300px)  and (max-device-width: 480px) {
     .width-90{
        width: 100% !important;
        float: right !important;
  
      }
      .width-10{
        position: fixed;height: 100vh; 
      }
  }*/
     
      
  
   
    @media (min-width: 768px) {
      .nav-right {
        position: absolute;
        top:0.5%;
      }
      .hidden-xs {
        display: block;
      }
      .visible-xs {
        display: none;
      }
      .ifh1{
        font-size: 1.5rem;
        font-weight: bold;
    }
    .ifhc{
    
      padding-left: 70%;
      padding-top: 30%;
    }
    .ifh2{
  
      font-size: 1.2rem;
      color: white;
   }
  }

  #im{
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}


