*{
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800');
.padding-0{
    padding-right:4px;
    padding-left:4px;
}
h2{
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 300;
    font-stretch: condensed;
    padding-top: 40px;
}
p{
    font-family: 'Montserrat';
    font-weight: 300;
}
span{
    font-family: 'Montserrat';
    font-weight: 300;
}

#side-menu nav {
    position: fixed;
    z-index: 99;
    right:24px;
    top: 50%;
    white-space: nowrap;
    float: right;
    margin: 0;
    padding: 0;
    
}
#side-menu nav ol{
    direction: rtl;
    list-style: none;
}

#side-menu nav li{
    list-style: none;
}
#side-menu li a{
    text-align: right;
    display: block;
    text-decoration: none;
    color: #00aeef;
}
.namee{
   font-size: 10px;
   opacity: 0;
   transition: all 200ms ease-in;
}
.icons {
    font-size: 5px;
    color: white;
}
.icons:hover{
    font-size: 5px;
    color: black;
}
.icons:hover + .namee{
   font-size: 10px;
   opacity: 1;
}
.icons + .namee:hover{
   opacity: 1;
   font-size: 10px;
}
.iconactive{
    font-size: 12px;
    color: white;
    margin-right: -3.2px;
}
.iconactive:hover{
    font-size: 12px;
    color: white;
    margin-right: -3.2px;
}

#section1{
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-image:url(../image/section1.jpg);
}
.greenlogo{
     width: 150;
    height: 10;
    float: right;
    z-index: 999;
}
.bluelogo{
    width: 150px;
    height: 50px;
    float: left;
    z-index: 999;
}
#section1 h2{
    padding-top: 210px;
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 300;
    font-stretch: condensed;
    color: white;
    z-index: 999;
}
#section1 p{
    font-size: 29px;
    color: white;
    z-index: 999;
    font-family: 'Montserrat';
    font-stretch: condensed;
    font-weight: 200;
  
}
.arrow{
    height: 20px;
    color: white;
    padding-top:220px;
    font-weight: normal;
}
/*section2 start*/
#section2{
    height:auto;
    color: white;
    background-image:url(../image/section2.jpg);
    background-size: cover;
    overflow: none;
}
#section2 h2{
    font-stretch: condensed;
    padding-top: 60px;
    text-align: center;
    font-size: 36px;
}
.tab-pane h4{
    font-size: 22px;
    font-weight: 400;
}
.tab-pane p{
    font-size: 14px;
    font-weight: 250;
}
.subtext{
    color: #ccc;
    font-size: 25px;
    font-weight: normal;
}
.mobiletab{
    display: none;
}
.iconimg{
    width: 100%;
    height: 60%;
}
.allicon{
   padding-top: 100px;
   padding-left: 70px;
}
.tabmenu{
    padding-top: 50px;
}
.tabmenu ul{
    z-index: 5;
    list-style-type: none;
    padding: 0;
}
.tabmenu ul li{
    
    display: table-cell;
    padding-left: 100px;
}

.tabimages img{
    width: 70px;
    height: 80px;
}
.imgetitle{
    padding-top: 10px;
}
.round{
    padding-left: 44px;
    padding-top:30px;
}
.roundlinetext{
    opacity: 0;
}
.tabmenu ul li:hover > .roundlinetext{
    opacity: 1;
}
.round .sm-round{
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
}
.round +.round-line{
    border: 1px solid white;
    background-color: aliceblue;
    height: 80px;
    padding-top:5.9px;
    margin-left: 50px;
    position: absolute;
    margin-top: 13px;
} 
.round-text{
      padding:0;
      opacity: 1;
      margin-top: 91px;
      position:absolute;
      left: 0px;
      right: 0px;
      height: 200px;
      margin-left:4px;
      margin-right: 4px;
      z-index: 999;
      text-align: justify;
}
.round-text p{
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-weight: 300;

}
.round-text:before{
  content: '';
  background-color: transparent;
  position:absolute;
  border: 2px solid transparent;
  left: 0px;
  right: 0px;
  height: 0px;
  width: 0px;
  z-index: -9;
}
.tabmenu ul li:hover > .roundlinetext > .round-text:before{
    opacity: 1;
    animation: myborderdiv 0.65s linear forwards;
    -webkit-animation: myborderdiv 0.65s linear forwards;
    -moz-animation: myborderdiv 0.65s linear forwards;
    -o-animation: myborderdiv 0.65s linear forwards;
}
/* Safari*/
@-webkit-keyframes myborderdiv{
     0%   
     {
      width:0 ;
      height:0 ;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    50%
    {
      width:100% ;
      height:100px;
      border-top: 2px solid white;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid white;
    }
    75%
    {
      width:100% ;
      height:100px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
    }
    100% 
    {
      width:100% ;
      height:100px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
    }
}

/* Chrome/Opera/latest  */

@keyframes myborderdiv{
      0%  
     {
      width:0 ;
      height:0 ;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
    }
    50%
    {
      width:100% ;
      height:100px;
      border-top: 2px solid white;
      border-right: 2px solid transparent;
      border-bottom: 2px solid transparent;
      border-left: 2px solid white;
    }
    75%
    {
      width:100% ;
      height:100px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
    }
    100% 
    {
      width:100% ;
      height:100px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      border-left: 2px solid white;
    }
}
/*Section3 start*/
#section3{
    height: 100vh;
    background-image:url(../image/section3.jpg);
    background-size: 100% 100%;
    color: white;
}
#section3 h2{
    color: white;
    padding-top: 80px;
    font-size: 36px;
}
.imgtablehead{
    background-color:rgba(192,192,192,0.2);
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; 
    width: 85%;
    font-weight: normal;
    font-size: 20px;
}
.mobile{
    display: none;
}
.imgtable{
    background-color:rgba(192,192,192,0.2);
    margin-top: 5px;
    width: 85%;
    font-weight: normal;
    font-size: 15px;
    height: auto;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.freespace{
    height: 35px;
}
.tableofimg{
    padding-top: 80px;
}
.leftimghead{
      padding-top: 27px;
      font-weight: normal;
      font-size: 20px;
}
.imgcontainer{
      padding-top: 30px;
      height: auto;
}
.imgcontainera{
      padding-top: 16px;
      height: auto;
}
.imgcontainerb{
      padding-top: 22px;
      height: auto;
}
.imgcontainerc{
      padding-top: 32px;
      height: auto;
}
.imgcontainerd{
      padding-top: 37px;
      height: auto;
}
.imgtbl{
    width: 22px;
    height:26px;
    z-index: 999;
    opacity: 0.4;
}
.imgtblblue{
    width: 22px;
    height:24px;
    z-index: 999;
    opacity: 1;
    filter: brightness(1.1);
}
.mobileview{
   opacity: 0;
}
.compview{
   opacity:1;
}
#section4{
    background-image:url(../image/section4.jpg);
    background-size: 100% 100%;
    height: 100vh;
    color: white;
}
#section4 h2{
    font-size: 35px;
    padding-top: 40px;
}
/*Scale start*/
.headscaletext{
    position: absolute;
    width: 90%;
    color: white;
    font-size: 12px;
    margin-top: -70px;
    color: #0275d8;
}
.headscaletextright{
    position: absolute;
    width: 40%;
    color: white;
    font-size: 12px;
    margin-top: -70px;
    color: #0275d8;
}
.leftscale{
    direction: rtl;
    position: absolute;
    height: 135px;
    width: 80%;
    bottom: 0;
    z-index: 999;
}
.linescale{
    height: 135px;
    border-left: 1px solid white;
    bottom: 0;
    z-index: 999;
    width:2px;
    float: right;
}
.scalevalue{
    width: 21px;
    position: absolute;
}
.scalerange{
    position: absolute;
    width:50%;
    float: left;
    bottom: 59%;
    margin-right: 15px;
    font-size: 11px;
    color: #0275d8;
 
}
.rangetext8{
   -webkit-animation-delay: 2s;
   -moz-animation-delay: 2s;
   -o-animation-delay: 2s;
    animation-delay: 2s;
}
.rangetext7{
   -webkit-animation-delay: 1.5s;
   -moz-animation-delay: 1.5s;
   -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.rangetext6{
   -webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
    animation-delay: 1s;
}
.scale5{
    direction: rtl;
    width: 15px;
    height: 15px;
    border-top: 2px solid #0275d8;
    z-index: -1;
}
.scale6{
    direction: rtl;
    width: 15px;
    height: 15px;
    border-top: 2px solid #0275d8;
    z-index: -1;
     -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
     -o-animation-delay: 1s;
    animation-delay: 1s;
}
.scale7{
    direction: rtl;
    width: 15px;
    height: 15px;
    border-top: 2px solid #0275d8;
    z-index: -1;
     -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
     -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.scale8{
    direction: rtl;
    top: 0;
    width: 15px;
    height: 15px;
    border-top: 2px solid #0275d8;
    z-index: -1;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.boxes{
    padding-top: 100px;
}
/*Left Box Portion*/
.leftboxes{
    width: 100%;
}
.box1{
    width: 60px;
    height: 90px;
    background-color: transparent;
    float: left;
    z-index: 999;
    border: 2px solid white;
}
.box2{
    width: 65px;
    height: 105px;
    background-color: transparent;
    float: left;
    bottom: 0;
    position: absolute;
    margin-left: 13px;
    z-index: 600;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
    -webkit-animation-delay:1s;
    animation-delay: 1s;
}
.box-2-left{
    position: absolute;
    border-left:2px solid white;
    height: 13px;
}
.box3{
    width: 70px;
    height: 120px;
    background-color: transparent;
    float: left;
    bottom: 0;
    position: absolute;
    margin-left: 23px;
    z-index: 400;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
   -webkit-animation-delay: 1.5s;
   -moz-animation-delay: 1.5s;
   -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.box-3-left{
    position: absolute;
    border-left:2px solid white;
    height: 13px;
    top: 0;
}
.box4{
    width: 75px;
    height: 135px;
    background-color: transparent;
    float: left;
    bottom: 0;
    position: absolute;
    margin-left: 33px;
    z-index: 99;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
   -webkit-animation-delay: 2s;
   -moz-animation-delay: 2s;
   -o-animation-delay: 2s;
    animation-delay: 2s;
}
.box-4-left{
    position: absolute;
    border-left:2px solid white;
    height: 13px;
}
.leftfeet{
    position: absolute;
    margin-top: 100px;
}
.leftfeettext{
  font-weight: normal;
  margin-top: 9px;
  margin-left: 9px;
  color: #0275d8;
    
}
.leftfeetborder{
    height: 10px;
    width: 58px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    opacity: 0.4;
}
.ianimator{
    opacity: 0;
}
.ianimator.animated{
    opacity: 1;
}
/*Right Box Portion*/
.rightboxes{
    width: 100%;
}
.box5{
    width: 70px;
    height: 90px;
    background-color: transparent;
    float: left;
    z-index: 999;
    border: 2px solid white;
}
.box6{
    width: 75px;
    height: 105px;
    background-color: transparent;
    float: left;
    bottom: 0;
    position: absolute;
    margin-left: 13px;
    z-index: 600;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
   -webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
    animation-delay: 1s;
}
.box-6-left{
    position: absolute;
    border-left:2px solid white;
    height: 13px;
}
.box7{
    width: 80px;
    height: 120px;
    background-color: transparent;
    float: left;
    bottom: 0;
    position: absolute;
    margin-left: 23px;
    z-index: 400;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.box-7-left{
    position: absolute;
    border-left:2px solid white;
    height: 13px;
}
.box8{
    width: 85px;
    height: 135px;
    background-color: transparent;
    float: left;
    bottom: 0;
    position: absolute;
    margin-left: 33px;
    z-index: 99;
    border-right:2px solid white;
    border-top:2px solid white;
    border-bottom:2px solid white;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay:2s;
}
.box-8-left{
    position: absolute;
    border-left:2px solid white;
    height: 13px;
}
.rightfeet{
    position: absolute;
    margin-top: 100px;
}
.feettext{
  font-weight: normal;
  margin-top: 9px;
  margin-left: 15px;
  color: #0275d8;
    
}
.rightfeetborder{
    height: 10px;
    width: 71px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    opacity: 0.4;
}

/* Big Scale Start */
.rulerscale{
    padding-top: 130px;
    padding-bottom: 10px;
}

.bigscale{
    position: absolute;
    width: 90%;
    left:5%;
    background-color: transparent;
    height: 80px;
    border-radius: 8px;
    border: 2px solid white;
    z-index: 999;
}

.scaletable{
    margin-top: -8px; 
    margin-left: 0;
}
.blue{
    color:#0089ff;
}
.milihead{
    font-size: 12px;
    margin-left: 5%;
}
#section5{
    height: auto;
    background-image:url(../image/section5.jpg);
    background-size: 100% 100%;
    color: white;
    position: relative;
}
#section5 h2{
    font-size: 36px;
    color: white;
    padding-top: 60px;
}
#section5 form{
    padding-top: 70px;
    font-size: 15px;
}
.checktext{
    color: #02A0D7;
    font-size: 22px;
    font-weight: normal;
    position: relative;
}
.checkdiv{
    background-color:rgb(37,37,37);
    font-size: 14px;
    height: 33px;
    width: 90%;
    line-height: 31px;
    opacity: 0.9;
    
}
.activechek{
    border: 1px solid #00aeef ;
    border-top-left-radius: 5px;
}
.activechek>.activetick{
    opacity: 1;
}
.spaceup{
    padding-top: 20px;
}
.activetick{
    opacity: 0;
    float: left;
    margin-left: -9.5px;
    margin-top:-7.7px;
    z-index: 999;
}
.activetick img{
    position: absolute;
    width: 14px;
    height: 14px;
}
.hidden{
    display: none;
}
.btn-custom{
    background-color: #00aeef;
    color: #FFF;
    border-radius: 0;
}

/*Small/Mobile divice*/
@media (max-width: 480px) {
   
    .greenlogo{
      width: 120;
      height: 65px;
      float: right;
      z-index: 999;
    }

    .bluelogo{
        width: 100px;
        height: 50px;
        float: left;
        z-index: 999;
    }
    #section1
        {
        height: 100vh !important;
      }
    #section1 h2{
        font-size: 40px;
        padding-top: 220px!important;
    }
    .subtext{
        font-size: 18px;
    }
    #section2 h2,
    #section3 h2,
    #section4 h2,
    #section5 h2{
         font-size: 26px;
    }
    #section2{
        height: auto !important;
        padding-bottom: 20px;
    }
     #section3{
        height: auto !important;
        padding-bottom: 5px !important;
    }
    #section5 form{
    padding-top: 20px;
    font-size: 15px;
    } 
    .mobile{
        display: inherit;
    }
    .computer{
        display: none;
    }
    .caption3{
        font-weight:normal;
        font-size:20px;
    }
    #section4{
        height: auto !important;
        padding-bottom:50px !important;
    }
    #section5{
         height: auto !important;
        padding-bottom: 5px !important;
    }
    .mobiletab{
        padding-top: 10px;
        display: inherit;
     }
    .tabmenu{
        display: none;
    }
    .tabimg{
    height: 70px !important;
    width: auto !important;
    padding-left: 10px !important;
    }
    .mobiletab li a p
    {
        padding: -10;
    }
    #side-menu
    {
        display: none;
    }
    .boxes
    {
     padding-top: 0px;
    }
    .leftpart
    {
        margin-top: 100px;
    }
    .rightpart
    {
        margin-top: 130px;
    }
    .mobileview
    {
    opacity: 1;
    }
    .compview
    {
    display: none;
    }
    .headtext
    {
    background-color:rgba(192,192,192,0.2);
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; 
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
   }
    .rulerscale
    {
    padding-top: 80px;
    padding-bottom: 2px;
   }
    .part2
    {
     margin-top: 50px;
    }
    .texttable
    {
    background-color:rgba(192,192,192,0.2);
    margin-top: 5px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    height: auto;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
 .tableoftext
    {
    padding-top: 20px;
    padding-bottom: 20px;
  }
 .textcontainer
    {
    padding-top: 25px;
    height: auto;
  }
 .textdetails
    {
    opacity: 0.5;
    color: #b1b2b5
  }
  .arrow
    {
    height: 20px;
    color: white;
    padding-top:130px !important;
    font-weight: normal;
    }
  .bigscale
    {
    position: absolute;
    width: 100%;
    background-color: transparent;
    height: 80px;
    border-radius: 8px;
    border: 2px solid white;
  }
 .headscaletext{
    position: absolute;
    width: 40% !important;
    color: white;
    font-size: 12px;
    margin-top: -70px;
    color: #0275d8;
}
.headscaletextright{
    position: absolute;
    width: 40%;
    color: white;
    font-size: 12px;
    margin-top: -70px;
    color: #0275d8;
}
  .showtext,  
  .bluetext
    {
    color: #0089ff; 
    z-index: 999;
  }
    .hidetext
    {
       opacity: 0.1;
    }
  .ianimator
    {
      opacity: 1;  
    }
    .tabtexts
    {
        color: white;
        font-size: 9.5px;
        text-align: center;
        text-decoration: none;
    }
    .tabtexts:hover
    {
        color: white;
        font-size: 9.5px;
        text-align: center;
        text-decoration: none;
    }
    .nav-tabs a:hover
    {
        text-decoration: none;
    }
    .tab-content
    {
        margin-top: 50px !important;
        border: 2px solid #ccc;
        padding: 5px;
        border-radius: 8px;
    }
    .nav-tabs 
    {
    border-bottom:none;
   }
    .rulerscale
    {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-right: 2px !important;
    }   
    .rulerscale h2{
        font-size: 26px;
    }
    .bigscale{
    width: 100%;
    margin-top: 3px;
  }
}
/* For big mobile screen */
    @media (max-width: 768px) {
    #section1
        {
        height: 100vh !important;
       }
     #section1 h2
       { 
        padding-top: 100px;
        }
     .arrow
      {
       height: 20px;
       color: white;
       padding-top:80px;
       font-weight: normal;
       }
     #side-menu
    {
      display: none;
    }
    #section2
    {
       height: auto;
       padding-bottom:50px;
    }
    #section3
    {
        height: auto;
        padding-bottom: 20px;
    }
    .compview
    {
      display: none;
    }
    .mobileview
    {
        opacity: 1;
    }
    .headtext
      {
        background-color:rgba(192,192,192,0.2);
        padding: 10px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; 
        width: 100%;
        font-weight: bold;
        font-size: 12px;
        margin-top: 10px;
     }
  .part2
    {
     margin-top: 50px;
    }
  .texttable
    {
    background-color:rgba(192,192,192,0.2);
    margin-top: 5px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    height: auto;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

 .tableoftext
    {
    padding-top: 20px;
    padding-bottom: 20px;
  }
 .textcontainer
    {
    padding-top: 25px;
    height: auto;
  }
 .textdetails
    {
    opacity: 0.5;
    color: #b1b2b5;
  }
  .showtext,  
  .bluetext
    {
    color: #00aeef; 
    z-index: 999;
   }
    #section4
    {
        height: auto  !important;
        padding-bottom: 150px !important;
    }
    .bigscale
    {
       width: 95%;
       margin-top: 3px;
    }
    .ianimator
    {
       opacity: 1;  
    }
    #section5
    {
       padding-bottom: 5px;
    } 
  /* mobile tab start */
    .mobiletab
    {
       display: inherit;
    }
    .mobiletab li a p
    {
      color: white;
      font-weight: 400;
    }
    .tabmenu
    {
      display: none;
    }
    .tabimg
      {
      height: 60px;
      width: auto;
      padding-left: 65px;
      align-content: center;
      }
     .nav-tabs a:hover
       {
        text-decoration: none;
       }
    .tab-content
      {
        margin-top: 50px !important;
        border: 2px solid #ccc;
        padding: 5px;
        border-radius: 8px;
      }
    .headscaletext{
    position: absolute;
    width: 40%;
    color: white;
    font-size: 12px;
    margin-top: -70px;
    color: #0275d8;
    }
    .headscaletextright{
    position: absolute;
    width: 40%;
    color: white;
    font-size: 12px;
    margin-top: -70px;
    color: #0275d8;
    }
    .nav-tabs 
    {
    border-bottom:none;
    }
   .rulerscale
    {
    padding-top: 40px !important;
    padding-bottom: 5px !important;
    margin-right: 2px !important;
    } 
   #section5 form{
    padding-top: 40px;
    font-size: 15px;
  }
        
}
