@charset "utf-8";
/* CSS Document */

/*==================  &004 Basic common CSS Settings ================= */

/* Add Zoom Animation */

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
 @media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


.psw {
font-size:16px;	
color:white;	
	}
 
 
/* ------- PILL BUTTON  --------------*/

.pill_button {
  background-color: #0247fe;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

.pill_button:hover {
  background-color: #00ccff;
  color: black;
}


@media screen and (max-width: 575px) {	
.pill_button {
font-size:12px;
}
}

/* -------------- vertical radio --------------*/

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

/* ------------ Temp ---------------- */ 
.fakeimg {
    height: 200px;
    background: #aaa;
  }

 /* --------------------- Link Buttons ------------------------ */

.linkButton {
  background-image: url('/image/menu/color_blue_115.gif'); /* menu background color */
  color: white; /* Menu letter color */
  padding: 8px; /* size of menu button */
  font-size: 34px; /* font letter size of menu */
  min-width: 200px; /* same size of width of all buttons */
  min-height: 200px;
  border: none;
  box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
  position:relative;	
  top:200px;
}  


 /* -------------- Advertisement cage ------------ */ 
  .fakeimg {
    height: 200px;
   /* background: #aaa;
	border: 2px solid #73AD21;
	*/
  }

/* ########################################################################################### */

 /* ================== &008 Root & body setting ================= */

   :root {	
  --bgcolor: white;
  --m045tech:none; /* Technical  red number */ 
  --m045screen:none; /* Technical  screen width */     
   }

 
  body {
      
  top:0;
  width:100% ;
  overflow-x: hidden;  
 /* background: rgb(2,0,36);   */
  background: var(--bgcolor);
  }

 /* ================ &009 -Indexpage Relative Positioning =============*/
/* -------- Indexpage Relative Positioning  ------- */

:root {
  /* -------- Set space before  ---------- */
    --x1: 0;     /* Header */
    --x2: 0;     /* Menu   */
    --x3: 0;     /* iframe */
    --x4: 0;     /* Footer */
    --x5: 0;
    
    /* ------- Add one by one for top position ----- */
    --xx1 : calc(var(--x1)*1);
    --xx2 : calc(var(--x2) + var(--xx1));
    --xx3 : calc(var(--x3) + var(--xx2));
    --xx4 : calc(var(--x4) + var(--xx3));
    --xx5 : calc(var(--x5) + var(--xx4));
    
   /* ------- Adding to vw unit   -------- */
    --xxx1 : calc(var(--xx1)*1vw);
    --xxx2 : calc(var(--xx2)*1vw);
    --xxx3 : calc(var(--xx3)*1vw);
    --xxx4 : calc(var(--xx4)*1vw);
    --xxx5 : calc(var(--xx5)*1vw);
    
    /*  ------- Set header height  ---------- */
    --header : 0;
    --headerHeight : calc(var(--header)*1vw);
    
    /*  ------- Set header height  ---------- */
    --footer : 0;
    --footerHeight : calc(var(--footer)*1vw);
   
    /*  ------- Set menu top  ---------- */
    --menu :  0;  
    --menux : calc(var(--menu));   
    --menuxx : calc(var(--menux));   
    --menuPosition : calc(var(--menuxx)*1vw);
    
    /*  ------- Set iframe top  ---------- */
    --iframeA :  0;  
    --iframeAx : calc(var(--iframeA));   
    --iframeAxx : calc(var(--iframeAx));   
    --iframeAposition : calc(var(--iframeAxx)*1vw);
    
    /*  ------- Set ribbonC top  ---------- */
    --ribbonC:0;
    --ribbonCx : calc(var(--ribbonC));   
    --ribbonCxx : calc(var(--ribbonCx));   
    --ribbonCposition : calc(var(--ribbonCxx)*1vw);
   
   /* ----- Set common menu width  -----*/
    --menuWidth:0vw; 
   /* ----- Set root zindex  -----*/ 
    --zindex:70;
}


/* --------  Set navigation bar height ------- */
#m039 .navbar {
    height: 3vw;          
}


/*=========================  &030 - Indexpage header A ======================== */

/* Row */
#m030r1 {
     position:fixed;
     width:100%;
     padding-bottom: 1%;
     bottom:0;
    /* background: rgb(2,0,36); */
     background-color: white;
    /* box-shadow: 0px 0px 16px 2px rgba(0,0,0,1); */
     overflow: hidden;
     z-index:30; 
 }

/* HEADING LEFT CORNER */
#m030r1c1 {
     padding-left:5vw;
 }
 
 /*HEADING LEFT CORNER Image */
 #m030r1c1A  {
   width:6vw;
   height:auto;
 }
 
 /*HEADING LEFT MIDDLE image*/
 #m030r1c2A  {
   width:calc(max(13vw,180px)*1);
   height:auto;
 }
 
 /*HEADING  MIDDLE image */
 #m030r1c3A {
   width:  6vw;
   height:auto;  
  }

/*HEADING RIGHT MIDDLE  */ 
#m030r1c4  {
     padding-left:2vw;  
 }

/* HEADING RIGHT MIDDLE upper text */
#m030r1c4A {
    text-align: center; 
    font-size: calc(max(2vw,20px)*1);
    color: black;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
 }

/* HEADING RIGHT MIDDLE lower text */
#m030r1c4B {
    padding-top: 0.5vw;    
    text-align: center; 
    font-size: calc(max(1.7vw,20px)*1);
    color: black;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
 }

/*HEADING RIGHT CORNER*/ 
#m030r1c5 {
    padding-right:5vw;
 }
 
/*HEADING RIGHT CORNER image*/ 
#m030r1c5A {
   width:4vw; 
  }


 
 @media only screen and (max-width: 767px) {	
    
    .pill_button {
    font-size:12px;
    }
    
    /* Row */
    #m030r1 {
        position:relative;
        width:100%;
        height:auto;
        padding-top: 5vw;
        padding-bottom: 5vw;
        
    }
    
    /*HEADING LEFT CORNER Image */
    #m030r1c1A  {
       width:20vw;
       height:auto;
       
     }
    
    /*HEADING LEFT MIDDLE image*/ 
    #m030r1c2A {
       width:30vw;
       height:auto;
       /*position:fixed;*/
       top:0;
    } 
    
    /*HEADING  MIDDLE image */
    #m030r1c3A  {
       width:20vw;
       height:auto;
     }
    
    /* HEADING RIGHT MIDDLE upper text */
    #m030r1c4A  {
       font-size: 5vw;
     }
    
    /* HEADING RIGHT MIDDLE lower text */  
    #m030r1c4B {
      
      font-size: 4.5vw; 
     }
    
    /*HEADING RIGHT CORNER image*/  
    #m030r1c5A  {
       width:15vw;
       height:auto;
       padding-top: 5vw;
     }
}

 


/*=========================  &031 - MENU-A ======================== */
 
#m031 {
       position:fixed;
       z-index: 90;
     /*  box-shadow: 0px 0px 16px 2px rgba(0,0,0,1); */
 }

.dropdown-menu {  /* ????????????????????????????  */  
    display:none;
}

/*-------- Menu Heading logo & 3 bars ------*/
.m031dropbtnHead { /* Heading of Drop button */
   font-size: calc(max(0.8vw,12px));
   background-image: url('/image/menu/color3.jpg'); /* @@ */
  /* color: white; */ 
   background-color: white; /* @@ */
   border: none; 
   box-shadow: 0px 0px 16px 2px rgba(0,0,0,1);  
   /*width: 100%;*/
   height: calc(max(2vw,60px)); 
}

@media only screen and (max-width: 575px) {
.m031dropbtnHead { 
   background-color: white; 
   width: 100%;
}
}


@media screen and (max-width: 767px) {	
    .m031   { 
          position: relative;
          top:0;
    }}

 #m031Aimage {
     height: 60px;
     width: auto; 
}



@media only screen and (min-width: 768px) and (max-width: 1200px) {
   .m031dropbtnHead  {
    height: calc(max(2vw,70px)); ;  
   }
}

.m031dropbtnHead { /* Heading of Drop button */
   font-size: calc(max(0.8vw,12px));
   color: white; /* @@ */
   border: none; 
   box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);  
   width: 15vw; 
   height: calc(max(2vw,60px)); 
   background-color: white; /* @@ */
}


.m031dropbtn {     /* Normal drop button */
   font-size: calc(max(0.8vw,12px));
   background-image: url('/image/menu/color1.gif'); 
   color: white;
   border: none; 
   box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);    
   width: 15vw;  
   height:calc(max(2vw,20px));  
}


.m031dropbtnBlank { /* Blank Drop button */
   font-size: calc(max(0.8vw,12px));
   background-image: url('/image/menu/color2.gif'); /* @@ */
   color: white;
   border: none; 
   box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);  
   width: 15vw;  
   height: 1.2vw;
   height:calc(min(2vw,20px));  
}


.m031dropbtnSign {
   font-size: calc(max(0.6vw,10px));
   color: black;
   border: none; 
   box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
   width: 15vw; 
   height: calc(max(2vw,20px)); 
}


.m031dropbtnSpecial {
   font-size: calc(max(0.8vw,12px));
   background-image: url('/image/menu/color3.jpg'); 
   color: white;
   border: none; 
   box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);  
   width: 15vw;
   height: calc(max(2vw,20px)); 
}

.m031 .dropdown {
  position: relative;
 /* display: block; /* Horizontal */
}

.m031 .dropdown-content {
  font-size: calc(max(0.7vw,11px));
  display: none;
  position: absolute;
  background-image: url('/image/menu/color1.gif'); /* Dropdown background color */
  padding: 8px 0px 8px 16px; /* Dropdown padding */
  min-width: 140px; /* size of dropdown */
  width: 14vw;; 
  box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);

}

.m031 .dropdown-content a {
  color: white;
  padding: 8px 0px 8px 2px;
  text-decoration: none;
  display: block;
}

.m031 .dropdown-content a:hover { 
 	color: blue; 
 	background-image: url('/image/menu/animation4.gif');
 	font-weight: bold;
 	background-repeat: no-repeat;
	padding: 5px 5px; 
 
 }

.m031 .dropdown:hover .dropdown-content {display: block;}

.m031 .dropdown:hover .dropbtn { color: blue; background-image: url('/image/menu/animation2.gif'); font-weight: bold; background-repeat: no-repeat; }
 
 
/*----------------- Menu Icon  --------------------- */
 /* 3 bars <--> cross */
 
 .container {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
 

/* --------- 031 MenuA  039 Menu B  Sm  xsm Screen Menu setting  --------- */

 @media screen and  (max-width: 767px)  {	
    #m031   { /* Menu A */
          display:block;
          position: sticky;
          top:0; 
          background-color: rgba(6, 175, 80, 1) 
    }
    
    #m039   { /* Menu B */
          
          position: relative;
          top:0; 
    }
    
    .m031dropbtnHead {
         width:100vw;   
    }}
 
    @media screen and  (max-width: 375px)  {	
    #m031   { /* Menu A */
    
    position: relative;
    
    }}
  

 /*=========================  &033 - Indexpage Footer  ======================== */
  
/* WARNING -  DO NOT take from main program */

 /*=========================  &037 - Carousel Rotation  ======================== */ 
 
  
 
.m037 .containerCarousel {
  position: relative;
  width: 25vw;
  margin: 2vw auto 0 auto;
  perspective: 58.1vw;
}

.m037 .carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d; 
  animation: rotate360 60s infinite forwards linear;
}

.m037 .carousel__face { 
  position: absolute;
  width: 17.4vw;
  height: 10.87vw;
  top: 1.16vw;
  left: 0.58vw;
  right: 0.58vw;
  background-size: cover;
  box-shadow:inset 0 0 0 116vw rgba(0,0,0,0);
  display: flex;
}

.m037 span {
  margin: auto;
  font-size: 2rem;
}

.m037 .carousel__face:nth-child(1) {
  background-image: url("../image/carousel/1.jpg");
  transform: rotateY(  0deg) translateZ(430px); }
.m037 .carousel__face:nth-child(2) { 
  background-image: url("../image/carousel/2.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    transform: rotateY( 40deg) translateZ(430px); }
.m037 .carousel__face:nth-child(3) {
  background-image: url("../image/carousel/3.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  transform: rotateY( 80deg) translateZ(430px); }
.m037 .carousel__face:nth-child(4) {
  background-image: url("../image/carousel/4.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  transform: rotateY(120deg) translateZ(430px); }
.m037 .carousel__face:nth-child(5) { 
  background-image: url("../image/carousel/5.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
 transform: rotateY(160deg) translateZ(430px); }
.m037 .carousel__face:nth-child(6) { 
  background-image: url("../image/carousel/6.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
 transform: rotateY(200deg) translateZ(430px); }
.m037 .carousel__face:nth-child(7) { 
  background-image: url("../image/carousel/7.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
 transform: rotateY(240deg) translateZ(430px); }
.m037 .carousel__face:nth-child(8) {
  background-image: url("../image/carousel/8.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  transform: rotateY(280deg) translateZ(430px); }
.m037 .carousel__face:nth-child(9) {
  background-image: url("../image/carousel/9.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  transform: rotateY(320deg) translateZ(430px); }

@keyframes rotate360 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
} 

 
/*=========================  &039 - MENU-B  ======================== */
 
 #m039 {
      position: relative;
      top:0;
      z-index :40;
      width:100%;
 }

 
 #m039 .dropdown-item { /* dropdown */
     color:black;
 background-color: white;
 font-weight:900;
 font-size:15px;
 border: none; 
 box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
   
}

 #m039A {  /* Format of menu */
 /* Format menu-B  */
border-radius: 10px 0px 0px 10px;
background-color: white; 
font-weight:900;
font-size:15px;
border: none; 
box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);

 }

#m039B {

height: 50px;
width: auto;
    
}

#m039C {
height: 50px;
width: auto;
display:none;
    
}


@media only screen and (min-width: 768px) {
 .m039 .dropdown:hover .dropdown-menu {display: block; }  /* Display dropdown */
}

.m039 li:hover  {
        color:white;
        background-color: lightblue;    
        /*box-shadow: 0px 2px 3px 1px rgba(0,0,0,1);*/
        border-radius: 16px;
}

 #m039 .dropdown-item:hover {
        color:white;
        background-color: lightblue;  
 }
 
 @media only screen and (min-width: 768px) and (max-width: 1200px) {
   #m039D {
    display:none;  
   }
}

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

#m039 .pill_button {
  background-color: #0247fe;
  border: none;
  color: white;
  width: 200px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,1);
}

#m039 .pill_button:hover {
  background-color: #00ccff;
  color: black;
}
}

  @media screen and (max-width: 575px) {	
          .m039  {
            position:sticky;
    }
    }


 /* ================= 040 Ribbon A ====================*/
/* Time line - Date - User Name */
 #m040 {
      
 display:block;
  
 }

#m040A {
  position: relative;
  top:-20px; 
 /* width: 100%;*/
  border: none; 
  box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
  background-color: white;
  z-index :70;
 }
 

 #m040B {
 color: black;
 font-weight:900;
   font-size:15px; 
 }
 
 #m040B li {
     float: left;
     list-style-type: none;
} 
 
/* ================= 041 Ribbon B ====================*/

/* Page Information in animated Typing letters */

 #m041 {
   font-weight:900;
   font-size:15px; 
 }

#m041A {
  position: relative;
  top:-45px;
  border: none; 
  box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
  background-color: white;
  border-radius: 0px 0px 20px 50px;
  z-index :80;
 }

#m041B {
  text-indent: 100px;
  font-family: 'Sofia';
  font-size: 20px;
    
}

@media (max-width:768px){
 #m041B {
   text-indent: 0px; 
}
}



/*------------ Common ----------- */

 @media only screen and (max-width: 767px) {
 
   #m040, #m041   {
    position: relative;         
    top:100px; 
   }
   #m040A {
    border-radius: 0px 40px 0px 0px;
   }
   #m041A {
    border-radius: 0px 0px 40px 40px;
   }
   
  #m039A {  
   border: none; 
   border-radius: 40px 40px 0px 0px;
    box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
   width:90%;
  }
   
   #m039 {
     top:100px; 
   }
   
   #m039B, #m039C {

    display : none;
    
   }
 }


 /*=========================  042 - MENU-C ======================== */
/* Additional sub-menu if necessary */
 
 #m042 {
 display:none; 
 position: relative;
 top:-21px;
 z-index :60;
 }

 #m042 .dropdown-item { /* dropdown */
     color:black;
 background-color: white;
 font-weight:900;
 font-size:15px;
 border: none; 
 box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
   
}

 
 #m042A {   /* Format menu-C  */

border-radius: 10px 0px 0px 10px;
background-color: white; 
font-weight:900;
font-size:15px;
border: none; 
box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);

 }


 #m042 .dropdown-item {  /* Format dropdown  */
     color:red;
background-color: white;
font-weight:900;
font-size:15px;
 
 border: none; 
   box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
}


#m042C {

height: 50px;
width: auto;
}

 .m042 .dropdown:hover .dropdown-menu {display: block; }  /* Display dropdown */

.m042 li:hover  {
        color:white;
        background-color: lightblue;    
}

 #m042 .dropdown-item:hover {
        color:white;
        background-color: lightblue;  
 }


@media only screen and (min-width: 768px) and (max-width: 1200px) {
   #m042 {
    display:block;  
   }
}


/* ================= &044 Indexpage Header B ====================*/

#m044 {
  
    position: sticky;
    top:0;
    z-index :100;
 }

#m044A {
  
  position: relative;
  top:0px;
  border: none; 
  box-shadow: 0px 8px 16px 2px rgba(0,0,0,1);
  z-index :50;
  border-radius: 0px 0px 20px 50px;
 }


 #m044B li { /* Items in a horizontal line */ 
    float: left;
    list-style-type: none; 
 }

#m044C { /* Image format */
   width: auto; 
   height:40px;
}

#m044D { /* Image format */
   width: auto; 
   height:50px;
}

#m044E { /* Image format */
   width: auto; 
   height:50px;
}

#m044F { /* Sinhala letter format */
    text-align: center; 
    font-size: calc(max(2vw,15px)*1);
    color: black;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
 }

#m044G {  /* English letter format */
    padding-top: 0.5vw;    
    text-align: center; 
    font-size: calc(max(1.5vw,24px)*1);
    color: black;
    text-shadow: 2px 2px 4px #000000;
    font-weight: bold;
 }

#m044H { /* Image format */
   width: auto; 
   height:50px;
}

/* ================= &049 Menu D ==================== */

/* WARNING -  DO NOT take from main program */

/* ================= & ==================== */


