@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700i);
body{
		color: #34495e;
    	background: #f5f5f5;
    	font-weight: 400;
  		font-size: 1.5em;
	}
/*common*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
a {
  color: #3399ff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
   font-size: 1.01em;
}
a:hover,
a:focus {
  color: #d9534f;
  text-decoration: none;
  outline: none;
}
.btn-link {
	color: #3399ff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 1.01em;
}
.btn-link:hover,
.btn-link:focus {
  color: #d9534f;
  text-decoration: none;
  outline: none;
}
/*for navigation */
.navbar-default{
    background-color:#34495e;
    border-color:#34495e;
    min-height:60px;
}
.navbar-default .navbar-brand{
    color:#fff !important;
}
.navbar-nav li>a{
    color:#ffffff !important;
    padding-top:20px;
    font-size:15px;
}

@media only screen and (max-width: 600px) {
    .navbar-header a{
            font-size:12px;
        }
    .navbar-header{
        padding-top:5px;
    }    
    .navbar-header img{
            width:16px;
            height:16px;
        }
    } 
@media only screen and (min-width: 600px) {
    .navbar-header a{
            font-size:12px;
        }
        .navbar-header img{
            width:16px;
            height:16px;
        }
    }
@media only screen and (min-width: 768px) {
    .navbar-header a{
            font-size:12px;
        }
        .navbar-header img{
            width:16px;
            height:16px;
        }
    }    
@media only screen and (min-width: 992px) {
    .navbar-header a{
            font-size:24px;
        }
        .navbar-header img{
            width:24px;
            height:24px;
        }
    }
@media only screen and (min-width: 1200px) {
    .navbar-header a{
            font-size:32px;
        }
        .navbar-header img{
            width:32px;
            height:32px;
        }
    }
/*for navigation*/

/*====== for jumbotron ========*/
#jumbotron{
    		color:white;
			background-color: #673AB7;
			height: 150px;
		}
/*======= for jumbotron ======*/


/*div tables*/
.table-div{
        border:1px solid black;
        padding-top:20px
      }
    .table-div1{
      border-top:2px solid black;
      border-bottom:1px solid black;
      border-left:1px solid black;
      border-right:1px solid black;
      padding:20px 0 20px 20px;
    }
    .table-div2{
      border-top:1px solid black;
      border-bottom:2px solid black;
      border-left:1px solid black;
      border-right:1px solid black
    }

/*-------------------------*/



  /*div tables*/
  /*====== for tabs ====*/
  
  .div1{
	  font-size: 1em;
  }
  
  
.navTabs>li>a {
		  background-color: #333333; 
		  border-color: #777777;
		  color:#ffffff;
		}
.navTabs>li>a:hover {
		  border-color: #000000;
		  background-color: #111111;
		}
.navTabs>li.active>a,
.navTabs>li.active>a:focus,
.navTabs>li.active>a:hover {
color: #fff;
background-color: #337ab7;
}

/* color bullet in Benefit of becoming a Web Technologist?*/
	.color_bullet {
		list-style: none;
	    padding:0;
	    margin:0;
	}
	.color_bullet li{
		padding-left: 1em; 
    	text-indent: -1.1em;
    	padding-bottom: 1em;
	}
	.color_bullet li:before {
	    content: "■";
	    color: #34495e; /* or whatever color you prefer */
	}
	.color_none{
	    padding:0px;
	    margin-left:-30px; 
		/* or whatever color you prefer */
	}
	.content_adjust{
	   
	    margin-top:-10px; 
		/* or whatever color you prefer */
	}
/* color bullet*/
/*====== for tabs ====*/

/*==== inside dynamic tabs red wells ===*/
.well-red{
			color:white;
			background-color: #e74c3c;
		}
.tab-content{
	border:1px solid grey;
}

/*=== inside dynamic tabs =====*/
/*==time table */

    /*style for table container*/
  .table-container th {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: white;
  }

  .table-container td {
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    color: white;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
  }
  
  .table-container {
    text-align: left;
    overflow: auto ;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
  }
 

  .table-container td, .table-container th {
    padding-bottom: 2%;
    padding-top: 2%;
      padding-left:2%;  
  }

  /* Background-color of the odd rows */
  .table-container tr:nth-child(odd) {
      background-color: #0099C2;
  }

  /* Background-color of the even rows */
  .table-container tr:nth-child(even) {
      background-color: #8FB8FF;
  }

  .table-container th {
      background-color: #1F2739;
  }

  tr > .boldTd {
    color: black;
    font-weight: 700;
    font-size: 10px;
  }
  tr > .contentTd{
    font-weight: 700;
    font-size: 16px;
  }

  .table-container tr:hover {
  background-color: #009987;
  -webkit-box-shadow: 0 6px 6px -6px #0E1119;
  -moz-box-shadow: 0 6px 6px -6px #0E1119;
  box-shadow: 0 6px 6px -6px #0E1119;
  }
@media (max-width:600px){
  .table-container {
    width: auto;
  }
}
/*style for table*/
/*.table-container tr:hover {
	background-color: #009987;
	-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	-moz-box-shadow: 0 6px 6px -6px #0E1119;
	box-shadow: 0 6px 6px -6px #0E1119;
	}*/

/*@media (max-width: 800px) {
	.table-container td:nth-child(4),
	.table-container th:nth-child(4) { display: none; }
	}
*/
/*time table */
.boldh3{
	font-weight: 700;
}

/* Show hide content */
#show1,
#show2,
#show3{
	width:100%;
	height:40px;
}

/*download section*/
#downloadTable th {
	padding-left:40px;
}


/* footer of all section */
#bottom {
    background-color: #2d2d2d;
    color:white;
  }
#bottom li a{
	font-size: 12px;
}  
#bottom li{
	padding-top: 12px;
	list-style-type: none;
}   
    
     /*.social-links { margin-top: 45px; }*/
     .social-links {
        margin: 40px 50px 0 50px;
        border-top: 1px dotted #4d4d4d;
        text-align: center;
    }
    .social-links a {
        display: inline-block;
        width: 48px;
        height: 48px;
        margin: 5px;
    }
.social-links a.twitter { background: url(../social-icons/twitter-gray.html); }
.social-links a.flickr { background: url(../social-icons/flickr-gray.html); }
.social-links a.vimeo { background: url(../social-icons/vimeo-gray.html); }
.social-links a.linkedin { background: url(../social-icons/linkedin-gray.png); }
.social-links a.facebook { background: url(../social-icons/facebook-gray.png); }
.social-links a.paypal { background: url(../social-icons/paypal-gray.html); }
.social-links a.email { background: url(../social-icons/email-gray.html); }
.social-links a.yahoo { background: url(../social-icons/yahoo-gray.html); }
.social-links a.github { background: url(../social-icons/github-gray.html); }
.social-links a.googleplus { background: url(../social-icons/googleplus-gray.html); }
.social-links a.apple { background: url(../social-icons/apple-gray.html); }
.social-links a.myspace { background: url(../social-icons/myspace-gray.html); }
.social-links a.youtube { background: url(../social-icons/youtube-gray.png); }
.social-links a.skype { background: url(../social-icons/skype-gray.html); }
.social-links a.tumblr { background: url(../social-icons/tumblr-gray.html); }
.social-links a.google { background: url(../social-icons/google-gray.html); }


.social-links a.twitter:hover { background: url(../social-icons/twitter.html); }
.social-links a.flickr:hover { background: url(../social-icons/flickr.html); }
.social-links a.vimeo:hover { background: url(../social-icons/vimeo.html); }
.social-links a.linkedin:hover { background: url(../social-icons/linkedin.png); }
.social-links a.facebook:hover { background: url(../social-icons/facebook.png); }
.social-links a.paypal:hover { background: url(../social-icons/paypal.html); }
.social-links a.email:hover { background: url(../social-icons/email.html); }
.social-links a.yahoo:hover { background: url(../social-icons/yahoo.html); }
.social-links a.github:hover { background: url(../social-icons/github.html); }
.social-links a.googleplus:hover { background: url(../social-icons/googleplus.html); }
.social-links a.apple:hover { background: url(../social-icons/apple.html); }
.social-links a.youtube:hover { background: url(../social-icons/youtube.png); }
.social-links a.skype:hover { background: url(../social-icons/skype.html); }
.social-links a.tumblr:hover { background: url(../social-icons/tumblr.html); }
.social-links a.aim:hover { background: url(../social-icons/aim.html); }
.social-links a.google:hover { background: url(../social-icons/google.html); }

#footer a{
        color:white;
        text-decoration: none;
    }
.one a{
    margin-right: 30px;
    margin-bottom: 20px;
}
.two a{
    margin-right: 15px;
    margin-bottom: 20px;
}

/* footer for all section */

/* Card Container */
.font1{
	font-size:0.8;
}


/* project submission forms */

.contact-form{
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
}
.contact-image{
  text-align: center;
}
.contact-image img{
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form{
  padding: 8%;
}
.contact-form .form-group{
  margin: 20px;
}
.contact-form form .row{
  margin-bottom: -7%;
}
.contact-form h3{
  margin-bottom: 3%;
  margin-top:-10%;
  text-align: center;
  color: #0099C2;
  font-weight:bold;
}
.contact-form .btnContact {
  border: none;
  border-radius: 1rem;
  padding: 1.2%;
  background: #0099C2;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0099C2;
  border: none;
  cursor: pointer;
}


/* CSS for EMail Subscribe Popup */

	.modal-newsletter {	
		color: #999;
		width: 625px;
		font-size: 15px;
	}
	.modal-newsletter .modal-content {
		padding: 20px;
		border-radius: 0;		
		border: none;
	}
	.modal-newsletter .modal-header {
		border-bottom: none;   
        position: relative;
		border-radius: 0;
	}
	.modal-newsletter h4 {
		color: #000;
		font-size: 20px;
		margin: 0;
		font-weight: bold;
	}
	.modal-newsletter .close {
		position: absolute;
		top: -15px;
		right: -15px;
		text-shadow: none;
		opacity: 0.3;
		font-size: 24px;
	}
	.modal-newsletter .close:hover {
		opacity: 0.8;
	}
	.modal-newsletter .icon-box {
		color: #7265ea;		
		display: inline-block;
		z-index: 9;
		text-align: center;
		position: relative;
		margin-bottom: 10px;
	}
	.modal-newsletter .icon-box i {
		font-size: 110px;
	}
	.modal-newsletter .form-control, .modal-newsletter .btn {
		min-height: 46px;
		border-radius: 0;
	}
	.modal-newsletter .form-control {
		box-shadow: none;
		border-color: #dbdbdb;
	}
	.modal-newsletter .form-control:focus {
		border-color: #45B39D;
		box-shadow: 0 0 8px silver;
	}
    .modal-newsletter .btn {
        color: #fff;
		background: #45B39D;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		padding: 6px 20px;
		min-width: 150px;
		margin-left: 6px !important;
        border: none;
    }
	.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
		box-shadow: 0 0 8px silver;
		background: #34495e;
		outline: none;
	}
	.modal-newsletter .input-group {
		margin-top: 30px;
	}
	.hint-text {
		margin: 100px auto;
		text-align: center;
	}
	
	.modal-body li{
	    font-size:14px;
	}
	
	
.training{
    background-color:#fff;
    border: 1px solid silver;
    box-shadow: 0px 0px 10px silver;
    border-radius: 10px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:-10px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    line-height:10px;
}
.online_internship{
    background-color:#fff;
    border: 1px solid #45B39D;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 10px silver;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:-10px;
    position: fixed;
    bottom: 40px;
    left: 0px;
    z-index: 999;
}	

/* xs < 768 */
@media screen and (max-width: 767px) {
    .training {
        font-size: 10px;
        line-height:1px;
        bottom: 90px;
    }
    .online_internship{
        font-size: 10px;
        line-height:10px;
        bottom: 30px;
        padding-top:5px;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:-10px;
    }    
}

/* sm */
@media screen and (min-width: 768px) {
    .training {
        font-size: 12px;
    }
    .online_internship{
        font-size: 10px;
        line-height:10px;
        bottom: 30px;
        padding-top:5px;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:-10px;
    }   
}

/* md */
@media screen and (min-width: 992px) {
    .training {
        font-size: 14px;
        line-height:10px;
    }
    .online_internship{
        font-size: 14px;
        line-height:20px;
        bottom: 40px;
        padding-top:10px;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:-10px;
    }   
}

/* lg */
@media screen and (min-width: 1200px) {
    .training {
        font-size: 14px;
        line-height:10px;
    }
    .online_internship{
        font-size: 14px;
        line-height:20px;
        bottom: 40px;
        padding-top:10px;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:-10px;
    } 
}