#fix-image{
	background-image:url(../images/06.jpg);
  min-height: 200px;
  margin-top: 0px;
  justify-content: 
  background-color:#ccc;
  background-repeat:no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
}

#bradcumb-bar{
 background-color:; 
 margin-top: 40px !important;
opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

#img-details-div{
border-radius: 5px;



}
/*css for main details image*/
#detail-img{
  padding:10px !important;
  margin-top: 10px !important;
  width: 100%;
  height: 350px !important;
  background-color: #F2F2F2;
  border-radius: 5px;
}

#polaroid {
  width: 70%;
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  text-align: center;
}

div #polaroid {
  padding: 10px;
}

#chairman {
  width: 100px;
  height: 200px;
}
#ahi-butto{
background: #0C3AA2 !important; /* For browsers that do not support gradients */
background: linear-gradient(#0C3AA2,#2CA5B3) !important; /* Standard syntax (must be last) */
margin-top: -5px;
transition: width 2s, height 2s, transform 2s;
 -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
}

#ahi-butto:hover{
    background: #ffff !important; 
    background: linear-gradient(#2CA5B3, #0C3AA3) !important;
    color: #fff;
}

/* start css for notice  */
#card:hover {
  background-color: #f2f2f2;

  box-shadow: 2px solid #000;
  border:2px solid #000; 

 
}

/* css for  album-category  */

#polaroid {
  float: left;
  width: auto;
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 -moz-box-shadow:: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;

}
#cat-im{
  width: 340px;
  background-color: #ccc;
  height: 170px;

}

div.container {
  padding: 2px;
}



#shadow
{
  text-align: center;
  border-radius: 5px;
  padding:0px 0px 0px 2px;
  background-color:#003849;
  position:relative;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
 box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
}
#shadow:before, #shadow:after{

    content:"";
    position:absolute;
    background-color:#B0070A;
    z-index:-1;
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 25px rgba(0,0,0,0.2);
    box-shadow:0 0 25px rgba(0,0,0,0.2);
    top:5px;
    bottom:10px;
    left:0;
    right:0;
   }

#shadow:after
{
    right:0px;
    left:auto;

    
 
}
#shadow:hover{
  color: #ffffff;
  background-color:#B0070A;
}


/*video css  Start*/
.single_skill {
    float: left;
    display: block;
    width: 100%;
    text-align: center
}

.single_skill>h4 {
    color: #fff;
    font-size: 20px
}

#ourCourses {
    float: left;
    display: inline;
    width: 100%;
    padding: 60px 0
}

.ourCourse_content {
    float: left;
    display: inline;
    width: 100%
}

.course_nav li {
    display: block;
    float: left;
    margin-right: 30px;
    width: 31%
}

.course_nav li:last-child {
    margin-right: 0
}

.single_course {
    background-color: #fff;
    border: 1px solid #efefef;
    display: inline;
    float: left;
    min-height: 150px;
    width: 100%
}

.singCourse_imgarea {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.singCourse_imgarea img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#mask {
    background-color: rgba(25, 20, 161, .10);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.singCourse_imgarea .mask,
.singCourse_imgarea .content {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
   
}

#mask:hover  {
  background-color:#ff0; 
  background-color: none( .4);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: .4 !important;
    color: #f00;
}

.singCourse_imgarea:hover img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    color: #f00;
}

.course_more {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 27%;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.course_more:hover,
.course_more:focus {
    background-color: #f2f2f2;
    text-decoration: none;
    outline: none;
    color: #f00;
    border-radius: 4px
}

.singCourse_content {
    float: left;
    display: inline;
    width: 100%;
    padding: 10px
}

.singCourse_title {
    border-bottom: 1px solid #efefef;
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 10px
}

.singCourse_title a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.singCourse_title a:hover {
    text-decoration: none;
    outline: none
}

.singCourse_price {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px
}

.singCourse_price>span {
    font-weight: bold;
    font-size: 18px
}

.singCourse_author {
    border-top: 1px solid #efefef;
    display: inline;
    float: left;
    padding: 20px 10px 0;
    width: 100%
}

.singCourse_author>img {
    float: left;
    border-radius: 50%;
    height: 40px;
    margin-bottom: 25px;
    margin-right: 15px;
    width: 40px
}

.singCourse_author>p {
    float: left;
    color: #c0c1c1;
    font-size: 18px;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.singCourse_author>p:hover {
    color: #000;

}

.course_nav .slick-prev {
    left: -37px;
    background-image: url("../img/course-nav-prev.png");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 121px;
    width: 36px
}

.course_nav .slick-next {
    background-image: url("../img/course-nav-next.png");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 121px;
    width: 36px;
    right: -6px
}/*
end video css*/ 
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}


template {
    display: none
}

a {
    background-color: transparent;
    font-size: 13px;
}

.fill {
    display: flex;
    justify-content: center;
     width: 50%;
    align-items: center;
    overflow: hidden;
}
.fill img {
    flex-shrink: 0;
    width: 50%;
    min-height: 100%;
}
#samtrans{
    padding-left:0px;
  background-color:#000000; 
  margin-top: 15px;
  opacity:0.7;
  color:#FF0; 
}
#cum{
  color:#F00 ; 
  font-weight: bold;
}

#head-gradient{
  background-color:
   background-image: linear-gradient(red, yellow);

}

.breakingNews{
  width: 100%;
    height: 40px;
    background: #FFF;
    position: relative;
    border: solid 2px rgba(5,33,21, .99);
    overflow: hidden;
}

.breakingNews > .bn-title{
 width: auto;
    height: 40px;
    display: inline-block;
    background: #DC0D15;
    position: relative; 
}

.breakingNews > .bn-title > h2{
  display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
}

.breakingNews > .bn-title > span{
      width: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(5,33,21, .99);
}

.breakingNews > ul{
      padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 210px;
    top: 0;
    right: 40px;
    height: 40px;
    font-size: 16px;
}

.breakingNews > ul > li{
      position: absolute;
    height: 40px;
    width: 100%;
    line-height: 40px;
  }
  #video{
    height: 250px;
    width: 100%;
  }

#message{
  height: auto;
  width: 100%;
  background-color:#009688;
    border-bottom: 1px solid #DFEDF8 !important;
  margin-top: 1px;

}

#message:hover{
  height: auto;
  width: 100%;
  background-image: linear-gradient(#009D9D,#003849);
    border-bottom: 1px solid #DFEDF8 !important;
  margin-top: 1px;
  color:#f00;

}
#marginl{
  margin-top: 84px;
 padding: 0px 10px 0px 10px ;
}
.mess{

  background-color: #FFF !important;
}
#gapp-mess{
  margin-top: 1px;
}

#im-mass{
  margin-top: 8px;
  padding: 10px;
}

#im-mass:hover{
  margin-top: 8px;
  padding: 10px;

}

#notice-marquee{
  background-color: #ff0 !important;
}

#gan{
  border-bottom: 1px solid #fff;
}
.faka{
  background-color: #fff;
  height: 5px;
}
.gallery{
  margin:10px;
}
.gallery img{
  width: 100%;
  padding: 5px;
  filter:grayscale(100%);
  transition: 1s;

}
.gallery img:hover{
  filter: grayscale(0);
  transform: scale(1.1);
}

#polaro {
  float: left;
  width: auto;
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 -moz-box-shadow:: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  width: 350px;
  height: 230px;

}
 #polaro {
  padding: 10px;
}

#polaroi {
  width: 70%;
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  text-align: center;
}

div #polaroi {
  padding: 10px;
}
#polaroi {
  float: left;
  width: auto;
  margin-top: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 -moz-box-shadow:: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;

}


#scialsite_icon{
	color: #fff;
	font-weight: bold;
	font-size: 16px;

}	



#scialsite_icon:hover{
	color: rgb(3, 55, 74) !important;
	font-weight: bold;
	font-size: 16px;

}




