﻿@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {

        ul
        {
    		list-style-type: none;
    		margin: 0;
    		padding: 0;
    		background-color: #08223e;
    	}
    	
    	li 
    	{
    		float: left;
    	}
    	li a 
    	{
    		display: block;
    		color: white;
    		text-align: center;
    		padding: 14px 16px;
    		text-decoration: none;
    	}
        .menu
        {
            border-right: 1px solid #08223e; 
            width: 100%;
        }
    	.menu>li a:hover 
    	{
    		color: white;
    		background-color: #55abda;
    	    text-decoration: none;
    	}
    	.language
    	{
    		float: right;
    		text-align: right;
    	}
        .language>li a:hover 
        {
            color: white;
            background-color: #55abda;
            text-decoration: none;
        }
        nav
        {
            background-color: #08223e;
        }
        nav>li
        {
            text-align: right;
        }
        .title
        {
            padding-top: 5em;
        }
        .title>img
        {
          width: 50%;
          margin-right: 1em;
          margin-bottom: 1em;
        }
    	.IRIP
    	{
    		color: white;
    	}
        .IRIP>h5
        {
            color: white;
        }
    	.main-img>img
    	{
    		width: 100%;
    		background-image: url(images/2019/index/main.jpg);
    	}
        .carousel-indicators
        {
            width: 100%;
            position: relative;
            margin: 0;
            padding: 0;
            left: 0;
        }

        .carousel-indicators>li
        {
            display: inline-block;
            text-indent: -999px;
            cursor: pointer;
            border-radius: 0px!important;
            width: 20%;
        }
        .text
        {
            position: absolute;
            top: 0;
            right: 0;
            width: 25%;
            height: 100%;
            background-color:rgba(8,34,62,0.3);
            overflow: hidden;
            padding: 5% 2% ;
        }
    	.main-container
    	{
    		margin: 0;
    		
    		background-color: #ffffff;
    	}
    	.facilities-students-alumni
    	{
    		padding:5% 0;
    		background-color: #ffffff;
    	}
    	.three-part
    	{
    		text-align: center;
    	}
    	.news-events
    	{
    		padding-top: 3em;
    		background-color: #081831;

    	}
    	
    	h4
    	{
    		color: white;
    		text-align: center;
    	}
    	.upcoming
    	{
    		padding-top: 3em;
    		height: 15em;
    	}
    	.upcoming>h4
    	{
    		color: #081831;
    	}

    	.footer
    	{
    		padding-top: 3em;
    	}
    	address
    	{
    		color: white;
    	}
    	#copyright
    	{
    		margin-top: 5em;
    	}
    	#copyright>p
    	{
    		text-align: center;
    		color: #b5b5b5;
    	}
        article
        {
            background-color: #e5e5e5;
            height: 15em;
            display: block;
            margin-bottom: 2em;
            padding: 5%;
        }
        
        .nav-research
        {
            text-align: center;
        }
        .container-projects
        {
            background-color: #fff;
            margin-top: 70px;
        }
        .navbar
        {
            border-radius: 0;
            border:1px solid #e5e5e5;
            background-image:none!important;
            background-color: #e5e5e5!important;
            background-color: #e5e5e5;
            margin: 0;
            text-align: center;
        }

        .navbar>li>a
        {
            color: #081831;
        }
        .research-recond-menu
        {
            background-color: #e5e5e5;
        }
        .research-recond-menu>a
        {
            color: #b5b5b5;
        }
        .dropdown-menu>li>a
        {
            color: #fff;
        }
        .container-research-title
        {
            padding-top: 1em;
        }
        .collapse>ul
        {
            background-color: transparent;
        }
        .navbar-nav
        {
            left: 50%;
        }
        .nav-justified>li
        {
            display: block;
            width: 100%;
        }
        .nav-justified>li>a
        {
            padding: 10px 0;
        }
        .nav-justified>li>a:hover
        {
            color: #08223e;
        }
        
        .dropdown-menu
        {
             z-index: 1001;
             margin: 0;
             padding: 0;
             border-radius: 0;
             width: auto;
             background-color: #08223e;
             right: 0;
             border:0;
        }
        .dropdown-lng:hover
        {
             background-color: #55abda;
        }
        .Gait
        {
            border:0;
            padding-top: 2em;
        }
        .title-center
        {
            text-align: center;
        }
        .title-left
        {
            text-align: left;
        }
        .p-black
        {
            color: #08223e;
        }
        .part-1-2
        {
            height: 100%;
        }
        .Remote
        {
            float: left;
            top: 0;
        }
        .Remote2
        {
            float: left;
            top: 50%;
        }
         .Remote3
        {
            float: left;
            top: 8%;
        }
        .part
        {
            margin-bottom: 2em;
        }
        
        .word
        {
            text-align: justify;
            border-top: 1px solid #cacaca;
        }
        .left>img
        {
           float: left;
           width: 40%;
           left: 0;
           margin-right: 10px;
        }
        .little-title
        {
            background-color:transparent;
            margin-bottom: 20px;
        }
        .little-title-1
        {
            background-color:transparent;
            margin-bottom: 20px;
        }
        .little-title-1>h4
        {
            margin: 0;
        }

        .little-title>h4
        {
            margin: 0;
        }
        

    	


    
}