/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Oct-2021, 5:47:35 am
    Author     : abbho
*/

body{
    scroll-behavior: smooth;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    
    font-family: "Lato", sans-serif;
    
    
}
body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

* {
  box-sizing: border-box;
  /*width:100%;*/
  /*border: 1px solid gray;*/
 
}

.header {
  border-bottom: 1px solid gray;
  padding: 1px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 0px;
  /*border: 1px solid red; */
}

@media screen and (min-device-width: 900px) and (max-device-width: 1920px)
{
    
    
    

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


}

@media screen and (max-device-width: 900px)
{
.m-col-1 {width: 33.33%;}
.m-col-2 {width: 66.66%;}
.m-col-3 {width: 100%;}


}

@media screen and  (max-width: 900px)
{
    
    #Nav_Menu3
    {
        display: none;
    }
}

