@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

.facebook-icon{
    background-color: #4267B2;
    text-align: center;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.youtube-icon{
    /*background-color: #FF0000;*/
    text-align: center;
    padding: 5px;
    height: 30px;
    width: 30px;
    /*border-radius: 50%;*/
}

.red-btn1{
    font-family: 'Roboto', sans-serif;
    background: #e30505;
    border: none;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid #e30505;
    transition: 0.4s;
    width: 200px;
    display: inline-block;
}

.red-btn1:hover{
    color: #e30505;
    background: #fff;
    transition: 0.4s;
}

.red-btn1:active{
    color: #e30505;
    background: #fff;
    transition: 0.4s;
}

.red-btn1:focus{
    color: #e30505;
    background: #fff;
    transition: 0.4s;
}

.red-btn1 span{
    margin-left: 5px;
}

header{
padding: 15px 0px;
box-shadow: 0 2px 4px rgba(34, 34, 34, 0.58);
position: relative;

}

.last-o{
  padding: 40px 0; 
  background: #f7f7f7;
  border-top: 1px solid #eee;
}

.last-o p{
  font-size: 12px;
}

.top-cnt{
font-family: 'Roboto', sans-serif;
}

.top-cnt ul{
padding-left: 0px;
margin: 0px;
float: right;
}

.top-cnt ul li{
  display: inline-block;
  color: #444;
font-size: 15px;
}

.top-cnt ul li span{
  color: #e30505;
  padding-right:3px; 
}

.top-cnt ul li:nth-child(2) {
padding: 0px 5px;
}

.logo{
  padding-top: 8px;
}


.navbar-inverse {
    background:none;
    border: none;
    margin: 0;
}


.nav > li > a {
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 600;
    opacity: 1;
     transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 8px 30px;
  }

  .navbar-inverse{
    background:none;
    border:none;
    margin-bottom:0px;
    margin-top: 18px;
}

.navbar .nav > li::before {
    bottom: 40px;
}

.navbar .nav > li:hover::before{
    opacity: 1;
}

.navbar .nav > li::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color:#e30505;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.navbar-inverse .navbar-nav > li > a {
    color:#4d4d4d;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color:#e30505;
    background:none;
}

.navbar-inverse .navbar-nav > .active::before{
    opacity: 1;
}


.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #e30505;
    background:none;
}



.navbar-nav {
    float: right;
}

.dropdown-menu > li > a {
font-family: 'Poppins', sans-serif;
padding: 8px 20px;
font-weight: 600;
}

.dropdown-menu > li > a:hover {
color: #fff;
text-decoration: none;
background-color: #b83336;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #f42225;
    background: none;
}

.nav > li > a.quote{
background: #b83336;
padding: 14px 15px;
color: #fff !important;
}

.nav > li > a.quote:hover{
  background:#223645;
}

.affix {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background: #fff;
    animation: fadeInDown;
    padding: 5px 0px;
    transition: .4s;
    text-align: center;
    left: 0px;
    margin-top: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.51);
}

.affix .navbar-nav {
    float: none;
    display: inline-block;
}


.sec-2{
padding: 50px 0;
}

.sec-2-title{
text-align: center;
}

.sec-2-title p {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  margin-bottom: 5px;
}

.sec-2-title h1{
  font-family: 'Roboto', sans-serif;
color: #e30505;
font-size: 32px;
font-weight: 600;
margin-top: 0px;
text-align: center;
}

.title-about{
text-align: center;
font-family: 'Roboto', sans-serif;
}

.title-about a{
  text-decoration: none;
}

.title-about img{
  width: 40px;
}

.title-about p{
  line-height: 26px;
  color: #444;
}

.pr-page{
background: #fff;
padding: 25px;
margin-bottom: 60px;
margin-top: 25px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.p12 {
  margin: 30px 0;
  box-shadow: 0 0 13px #ccc;
  padding: 30px 20px;
}

.pro-box {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  padding: 5px;
}

.pro-box .thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.pro-box .img-thumbnail {
  padding: 0px;
  border: 0px solid #ddd;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.pro-box h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
padding-bottom: 5px;
}

.pro-box .p-cat {
  display: inline-block;
  width: 45%;
  font-size: 13px;
  padding: 8px 5px;
  border: 2px solid red;
  margin-bottom: 7px;
  color: #222;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  margin-right: 5px;
}

.pro-box .thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  transition: all 0.9s ease 0s;
}

.pro-box i {
  border-radius: 21px;
  color: #f00;
  font-size: 16px;
  margin-left: 6px;
}

.product-table h3 {
  font-size: 20px;
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 8px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.product-table tr td {
  padding: 5px;
  border: 1px solid #d1d1d1;
  text-align: left;
  color: #666;
    font-family: 'Roboto', sans-serif;
}

.product-table table tr:nth-child(2n+1) {
  background: #FFF;
}

.product-table table tr:nth-child(2n) {
  background: #f0f0f0;
}

.stud-list ul{
padding-left:16px;    
}


.stud-list ul li{
font-family: 'Roboto', sans-serif;
}



footer {
  background: #333;
    font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 25px 0;
}

footer h3, footer p{
  color: #fff;
}

footer .ul2 {
  padding: 0;
}

footer .ul2 li {
  list-style: none;
  display: inline-block;
}

footer .ul2 li a {
color: #fff;
margin: 5px 10px;
background: #e30505;
padding: 10px 25px;
display: block;
border-radius: 30px;
text-decoration: none;
}


@media (min-width:320px) and (max-width:414px){

.logo{
  text-align: center;
  padding-top: 0px;
}

.logo img{
width: 35%;
display: inline-block;
}

.top-cnt {
text-align: center;
padding-top: 10px;
}

.navbar-header{
background: #e31e24;
}

.navbar-nav {
float: none;
}

.affix {
padding: 0px;
}


}