.head{
	position: relative;
	top: 0px;
    height: 750px;
}
  .header{
        margin: 0px;
        background-color: #000066;
        color: white;
        position: relative;
        height: 135px;
        top: 0%;
        width: 100%;

    }
    .header img{
        position: relative;
        margin:2px;
        padding: 2px;
        border-radius: 0px;
        height: auto;
        width:7%;
    }
    .header .text1 {
        position:absolute;
        top:0%;
        left:8%;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        font-size: 50px;
        letter-spacing: 5px;
    }
    .header .text2 {
        position:absolute;
        top:45%;
        left:8%;
        font-family: 'times new roman;';
        font-size: 20px;
        letter-spacing: 2px;
        width: 90%;
    }
    a{
    	text-decoration:none;
    }

    .text2 li{
    	display: inline-block;
            min-width:7%;
    	text-align: center; 
    	padding: 5px;
    	margin: 0px 10px;
    	color: rgb(255, 255, 255);
    	font-size: 18px;
    	font-weight: bold;
    	font-family: 'Times New Roman', Times, serif;
        opacity: 100;
        z-index: +1;
    }
    .text2 li:hover{
    	background-color: #3d66c2;
    	color: white
    }


    .slide {
        position: absolute;
        top:0%;
        z-index: -1;
    }
    .slide img{
        width: 100%;
    }

    .about .heading{
        font-family:'Times New Roman', Times, serif;
        font-weight: bold;
        font-size: 35px;
        color: #000000;
        text-align: center;
        letter-spacing: 2px;
    }
    .about .text1{
        font-family:'Times New Roman';
        font-size: 18px;
        color: #000000;
        text-align: justify;
        letter-spacing: 1px;

        margin-top: 3px;
        line-height: 25px;
    }
    .about{
     
        padding: 10px;
    }
    .about a:hover{
        text-decoration: none;
        background-color: rgb(20, 11, 87);
        color: white;
        padding: 5px;
        border-radius:20px;
    }
    .about a{
        text-decoration: none;
        background-color: #243b9c;
        color: white;
        padding: 5px;
        border-radius:20px;
    }

    .branches{
        position: relative;
        width: 100%;
    }
    .branches .heading{
        font-family:'Times New Roman', Times, serifs;
        font-size: 35px;
        font-weight: bold;
        color: #000000;
    }  
    .flip-box{
        display: inline-block;
        margin: 10px 10px;
        padding: 5px;
        background-color: #120754;
        color: white;
        position: relative;
    }
    .branch1:hover, .branch2:hover, .branch3:hover{
        box-shadow: 0 0 2px 2px rgba(255, 0, 0, 0.8);
    }
    .branches img, .flip-box img{
        height: 350px;
        width: 450PX;
    }
    .desc{
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .add{
        font-size: 18;
    }
    .flip-box {
        background-color: transparent;
        width: 450px;
        height: 350px;
        border: 1px solid #f1f1f1;
        perspective: 1000px;
        display: inline-block;
      }
      .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        background-color: #000066;
      }   
      .flip-box:hover .flip-box-inner {
        transform: rotateY(180deg);
      }
      .flip-box-front, .flip-box-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      .flip-box-front {
        background-color: #b6afaf;
        color: black;
      }
      .flip-box-back {
        background-color:#000066;
        color: white;
        transform: rotateY(180deg);
      }
      .desc2{
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 2px;
        font-family:Georgia, 'Times New Roman', Times, serif;
    }
    .add2{
        font-size: 18;
    }

    .fa-facebook {
        background: #1f3394;
        color: white;
        width: 15px;
        text-align: center;
        height: 15px;
        margin: 2px;
        padding:10px;
        border-radius: 100%;
      }
      
      .fa-twitter {
        background: #1f3394;
        color: white;
        width: 15px;
        text-align: center;
        height: 15px;
        margin: 2px;
        padding:10px;
        border-radius: 100%;
      }
      .fa-instagram {
        background: #1f3394;
        color: white;
        width: 15px;
        text-align: center;
        height: 15px;
        margin: 2px;
        padding:10px;
        border-radius: 100%;
      }
      .media{
        position: absolute;
        right: 10px;
        width: 10%;
        top:3%
      }

    .footer{
    background-color: #000066;
    width: 99%;
    color: White;
    font-family: 'Times New Roman', Times, serif;
    font-weight:normal;
    padding:5px;
    text-align:center;
    position:relative;
}
.footer a{
    text-decoration: none;
    color: white;
}
.footer li{
    display: inline-block ;
    margin: 0px 10px;
    padding: 5px;
    min-width:10%;
}
.footer .links{
    font-weight: bold;
    color:white;
}   
.footer .links:hover{
    font-weight: bold;
    color: rgb(255, 255, 255) ;
}   
.footer li:hover{
    background-color:  #3d66c2;
    color: white;
    font-weight: bold;
}
marquee{
    background-color: white;
    padding: 5px;
    font-weight: bold;
    color: red;
}
marquee>a{
    color: blue;
}


@media only screen and (max-width: 600px) {
    body{
       margin: 0px;
    }
    .head{
        position: relative;
        top: 0px;
        height: 220px;
    }
      .header{
            margin: 0px;
            background-color: #000066;
            color: white;
            position: relative;
            height: 80px;
            top: 0%;
            width: 100%;
    
        }
        .header img{
            height: 45%;
            width: 8%;
        }
        .header .text1 {
            position:absolute;
            text-align: center;
            top:0%;
            left: 10%;
            font-weight: bold;
            font-family:'Times New Roman', Times, serif;
            font-size: 30px;
            letter-spacing: 1px;
        }
        .header .text2 {
            position:absolute;
            top:40%;
            left:10%;

            font-family: 'times new roman;';
            font-size: 10px;
            letter-spacing: 0px;
            width: 100%;
        }
        a{
            text-decoration:none;
        }

        .text2 li{
            display: inline;
            min-width:7%;
            text-align: center; 
            padding: 2px;
            margin: 2px;
            position: relative;
            left: -20%;
            color: rgb(255, 255, 255);
            font-size: 8px;
            font-weight: bold;
            font-family: 'Times New Roman', Times, serif;
            border-radius: 10px;
            opacity: 100;
            z-index: +1;
        }
        .text2 li:hover{
            background-color: #3d66c2;
            color: white
        }
    
        .slide {
            position: absolute;
            top:0%;
            z-index: -1;
        }
        .slide img{
            width: 100%;
        }
    
        .about .heading{
            font-family:'Times New Roman', Times, serif;
            font-weight: bold;
            font-size: 30px;
            color: #150768;
            text-align: center;
            letter-spacing: 1px;

        }
        .about .text1{
            font-family:'Times New Roman';
            font-size: 18px;
            color: #000000;
            text-align: justify;
            letter-spacing: 1px;
            font-style: italic;
            margin-top: 3px;
            line-height: 25px;
        }
        .about{
            padding: 10px;
            width: 95%;
        }
        .about a:hover{
            text-decoration: none;
            background-color: rgb(20, 11, 87);
            color: white;
            padding: 5px;
            border-radius:20px;
        }
        .about a{
            text-decoration: none;
            background-color: #243b9c;
            color: white;
            padding: 5px;
            border-radius:20px;
        }
    
        .branches{
            position: relative;
            width: 99%;
            margin: 0px;
        }
        .branches .heading{
            font-family:'Times New Roman', Times, serif;
            font-size: 30px;
            font-style: italic;
            font-weight: bold;
            color: black;
        }  
        .flip-box{
            display: inline-block;
            margin: 30px 0px;
            padding: 0px;
            background-color: #000066;
            color: white;
            position: relative;
            background-color: transparent;
            width: 400px;
            height: 300px;
            border: 1px solid #f1f1f1;
            perspective: 100px;
            display: inline-block;
        }
        .branch1:hover, .branch2:hover, .branch3:hover{
            box-shadow: 0 0 2px 2px rgba(255, 0, 0, 0.8);
        }
        .branches img, .flip-box img{
            height: 100%;
            width: 100%;
        }
        .desc{
            font-size: 22px;
            font-weight: bold;
            letter-spacing: 2px;
        }
    
        .add{
            font-size: 18;
        }

          .flip-box-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            background-color: #000066;
          }   
          .flip-box:hover .flip-box-inner {
            transform: rotateY(180deg);
          }
          .flip-box-front, .flip-box-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
          }
          .flip-box-front {
            background-color: #b9b4b4;
            color: black;
          }
          .flip-box-back {
            background-color: #000066;
            color: white;
            transform: rotateY(180deg);
          }
          .desc2{
            font-size: 23px;
            font-weight: bold;
            letter-spacing: 2px;
            font-family:Georgia, 'Times New Roman', Times, serif;
        }
        .add2{
            font-size: 18;
        }
    
    
    
        
       
        .fa-facebook {
            background: #1f3394;
            color: white;
            width: 12px;
            text-align: center;
            height: 12px;
            margin: 3px;
            padding:5px;
            border-radius: 20%;
          }
          
          .fa-twitter {
            background: #1f3394;
            color: white;
            width: 12px;
            text-align: center;
            height: 12px;
            margin: 3px;
            padding:5px;
            border-radius: 20%;
          }
          .fa-instagram {
            background: #1f3394;
            color: white;
            width: 12px;
            text-align: center;
            height: 12px;
            margin: 3px;
            padding:5px;
            border-radius: 20%;
          }
          .media{
            position: absolute;
            right: -3%;
            top:0%;
          }
    
    .footer{
        background-color:#000066;
        width: 96%;
        color: White;
        font-family: 'Times New Roman', Times, serif;

        font-weight: normal;
        padding: 5px;
        text-align:center;
        position: relative;
    }
    .footer a{
        text-decoration: none;
        color: white;
    }
    .footer div{
        width: 33%;
        display: inline;
    }
    
    .footer{
        text-align:justify;
    }
    .footer li{
        display: inline-block ;
        margin: 0px 5px;
        padding: 5px;
        min-width:10%;
    }

  }