/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	BHIM ONLINE SCHOOL
VERSION:	1.0
* Coded : http://jeevanism.com
*
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
 
 
 
html {
  overflow-x: hidden;
}

body {
 
 
	overflow-y: scroll;
	overflow-x: hidden;
	 
	font-family: 'Nunito','Manjari',sans-serif;
	     
	font-weight: normal;
	font-style: normal;
	font-display: auto;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	 font-size: 16px;
 
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #333;
  background:#f0f3f5;
  padding: 4px;
}

p {
  color: #555;
  transition: all .50s ease;
   font-family: 'Nunito','Manjari',sans-serif;
}

p a{
  color: #333;
  transition: all .50s ease;
  font-family: 'Nunito','Manjari',sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
 font-family: 'Nunito','Manjari',sans-serif;
  color: #151d41;
  font-weight: 200;
  text-transform:uppercase;
  transition: all .25s ease;
}

h1, .h1 {
  font-size: 45px;
  transition: all .25s ease;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 24px;
  line-height: 34px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
}

h5, .h5 {
 font-family: 'Nunito','Manjari',sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight:400;
}

h6, .h6 {
 font-family: 'Nunito','Manjari',sans-serif;
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

.section {
  padding: 20px 0px;
}

.section-sm {
  padding: 60px 0px;
}



.navbar{
background:#fff;
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
-webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
}
 


.btn {
  padding: 18px 38px;
  border: 2px solid transparent;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  box-shadow: #999999 0px 0px 0px 0px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main {
  background: #f44336;
  color: #fff;
}

.btn-main:hover {
  color: #fff !important;
  background: #000;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #f44336;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-white:hover {
  background: transparent;
  color: #fff;
}

a {
  color: #555;
  transition: all .25s ease;
}

a:hover {
  color: #1787b7;
  text-decoration: none;
  outline: none;
}

.bg-primary {
  background: #f44336 !important;
}

.bg-secondary {
  background: #f7f7f7 !important;
}

.bg-extra {
  background: #e8eefb !important;
}

.text-color {
  color: #999;

}

.page-title h1 {
  position: relative;
  padding-bottom: 30px;
}

.page-title h1:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #f44336;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

@media (max-width: 400px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

.cd-headline.clip span {
  padding: 0px;
}

.banner .cd-headline {
  font-size: 2em;
  line-height: 30px;
}

.banner-3 {
  position: relative;
}

.main-nav .header-top-socials a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 20px 6px;
}

.navbar-nav .nav-link {
  padding:   5px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
   
  color:#111;
}
.navbar-nav:hover .nav-link:hover {
  color:#1787b7;
}

ul.dropdown-menu {
  background: #151515;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}

ul.dropdown-menu > li > a, .navbar ul ul ul.dropdown-menu li .nav-link {
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  transition: all .3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #27243e;
  color: #fff;
  text-transform: uppercase;
}

ul.dropdown-menu > li > a:hover, .navbar ul ul ul.dropdown-menu li .nav-link:hover {
  color: #f44336;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  border: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

@media (max-width: 575px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

.portfolio {
  padding: 0px;
}

.portfolio .btn:focus, .portfolio .btn:hover, .portfolio .btn.focus.active {
  box-shadow: none !important;
  outline: 0 !important;
}

.portfolio .btn-group .btn {
  border-radius: 0px !important;
  padding-left: 0px;
  font-weight: 700;
}

.portfolio .btn-group .btn:hover {
  color: #f44336;
}

.portfolio .btn-group:not(:first-child) > .btn, .portfolio .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.portfolio .btn.active {
  color: #f44336;
}

.inner-box {
  position: relative;
  margin-bottom:20px;
}

.inner-box .image {
  position: relative;
  overflow: hidden;
}

.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  transition: all .6s ease;
  overflow: hidden;
}

.inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  left: -450px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.4s;
  background-color: rgba(47, 50, 56, 0.8);
}

.inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-box:hover .image .overlay-box:before {
  opacity: 1;
  left: 0px;
}

.inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-box:hover .image .overlay-box .overlay-content h5 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box:hover .image .overlay-box .overlay-content p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1;
  padding: 10px 40px;
}

.inner-box .image .overlay-box .overlay-inner .overlay-content i {
  font-size: 28px;
}

.inner-box .image h3 {
  color: #fff;
}

.overlay-content h5 {
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 8px;
  margin-bottom: 0px;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  transition: all 0.3s;
}

.overlay-content p {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0px 8px;
  margin-top: 2px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  transition: all 0.5s;
}

.portfolio-image {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  padding-top: 16px;
  position: absolute;
  top: 40%;
  font-size: 22px;
  margin-left: -28px;
  left: 50%;
}

.info a {
  margin-right: 10px;
}

.service-home {
  position: relative;
}

.service-item i {
  font-size: 35px;
  float: left;
  width: 65px;
  height: 120px;
}

.testimonial-content {
  text-align: center;
  padding: 25px;
  position: relative;
}

.testimonial-content i {
  font-size: 60px;
}

.testimonial-content p {
  margin-top: 30px;
  margin-bottom: 25px;
}

.about-info h3 {
  margin-top: 15px;
}

.progress-bar-content {
  margin-bottom: 25px;
}

.progress-bar-content .progress-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.progress-bar-content .progress-label {
  margin-bottom: 15px;
}

.progress-bar-content .progress-bar {
  background: #000;
}

.progress-bar-content .progress-bar-units {
  color: #000;
}

.about-list {
  line-height: 40px;
}

.about-list li {
  text-transform: capitalize;
  color: #000;
}

.progress {
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 0 35px 0;
  border-radius: 0px;
  height: 7px;
  background-color: #f7f8f9;
}

.progress-bar {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #e1a34c;
  border-radius: 0px;
  transition: all 3s ease-in-out;
}

@media (max-width: 575px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 400px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding-bottom: 0px;
  }
}

#map {
  height: 300px;
  margin: 75px 0px;
}

.form-control {
  border-radius: 0px;
  height: 45px;
  border-color: #e8eefb;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f44336;
}

textarea.form-control {
  height: auto;
}

.text-black {
  color: #000;
}

.contact-title h2 {
  position: relative;
  padding-bottom: 30px;
}

.contact-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #f44336;
}

.letter-spacing {
  letter-spacing: 1px;
}

.post .image-content {
  position: relative;
}

.post .image-content img {
  width: 100%;
}

.post .author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.post .post-content {
  margin-top: 30px;
}

.post .post-content h4 {
  margin-top: 10px;
  transition: all .35s ease;
}

.post .post-content a:hover h4 {
  color: #f44336;
}

.pagination {
  margin-top: 70px;
}

.pagination li a {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 9px 18px;
  color: #666666;
  transition: .3s;
}

.pagination li a:hover {
  background: #f44336;
  color: #fff;
}

.pagination li.active a {
  background: #f44336;
  color: #fff;
}

.sidebar-widget .widget {
  padding-left: 20px;
}

.sidebar-widget .widget-title {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
}

.sidebar-widget .widget-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #000;
}

.sidebar-widget .follow a {
  margin-right: 10px;
}

.sidebar-widget .tags a {
  text-transform: capitalize;
  font-size: 15px;
  padding: 2px 13px;
  display: inline-block;
  margin-bottom: 8px;
  background: #dedede;
}

.sidebar-widget .category ul {
  line-height: 40px;
}

.sidebar-widget .category ul li {
  font-size: 15px;
  text-transform: capitalize;
}

.post-body span {
  font-size: 13px;
  letter-spacing: 1px;
}

.single-post {
  margin-bottom: 70px;
}

.share ul li a {
  margin-right: 20px;
}

.mb-45 {
  margin-bottom: 45px;
}

.comments-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 575px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

.footer {
  padding: 30px 0px;
  background: #000;
  -webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16),2px 0 2px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.23);
box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16),2px 0 2px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.23);


}


.footer:hover {
-webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16),2px 0 2px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.23);
box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16),2px 0 2px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.23);
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
}

.footer-widget a {
  color: #fff;
  text-transform: capitalize;
  font-size:13px;
}

.footer-widget a:hover {
  color: #f44336;
}

.box{
    background: linear-gradient(180deg, #111 0%, #222 100%);
    font-family: 'Nunito','Manjari',sans-serif;
    border-radius: 0px 0;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}
.box .box-content:before,
.box .box-content:after{
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}
.box .box-content:after{
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
	color:#fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box .icon li a{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    color: #b31217;
    background: #fff;
    border-radius: 0 10px 0 10px;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}

.footcredit{

font-size:12px;
}

.sectionbg {
background:#fff;
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
-webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
}

.sectionbg:hover{
-webkit-box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16),2px 0 2px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.23);
box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16),2px 0 2px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.23);
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
}

.cardeffect img{
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
-webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12),1px 0 2px 0 rgba(0,0,0,0.12),0 1px 1px 0 rgba(0,0,0,0.24);
transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;

}
.cardeffect:hover img{
transform: scale(1.1) rotateZ(-2deg);
    -moz-transform: scale(1.1) ;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1) ;
  transition-duration: 1s;
}

section {
margin-top:10px;
margin-bottom:10px;
}

.classlist {
padding-top:20px;
}
#headingOne {
background:#fff;
padding:15px;


}
.card {
  border:0px;
}
.card-subj {

  padding:20px;
  border:1px solid #ddd;
}


.blinking{
 animation:blinkingText 2s infinite;
}
@keyframes blinkingText{
  0%{opacity: 0;}
 50%{opacity: .5;}
 100%{opacity: 1;}
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning h3 {
  color: #856404;
}
.instruction {
width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
}
.bg-grey{
background:#f0f3f5;
}
.card-title{
text-transform: uppercase;
}


.singlevideo {
    height:100vh;
  }


.singlevideo {
    height:100vh;
  }

  .singlevideo iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
}
 .btn-warning {
    color: #212529;
    background-color:#007bff;
    border-color: #17a2b8;
    border-radius:10%;

}
.btnrating{

}
.btnrating:hover {
background:#007bff;
}

 .heading1 h2 {
   color:#fff;
   text-transform: uppercase;
 }

 .boldtxt{
   font-size:18px;

 }
.welcome {
color:#17a2b8;
font-size:1.2em;
}


.alert-primary1 {
    color: #000;
    background-color: #f0f0f0;
    border-color: #b8daff;
}
.btn1 {
    padding: 10px ;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 0px;
    
    line-height: 14px;
    font-weight: 600;
    box-shadow: #999999 0px 0px 0px 0px;
}
.btn1 a {

color:#fff !important;
}

#marquee {
   background:#eee;
   overflow:hidden;
   white-space: nowrap;
 }





















/*custom styles*/

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 100%;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 2px 2px 2px 2px;
}

input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
}

 .footertext {
 font-size:11px;
 color:#999;
 
 }

.blink_me {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}




 .brands {
     width: 100%;
     padding-top: 10px;
     padding-bottom: 10px
 }

 .brands_slider_container {
     height: auto;
     border: solid 1px #e8e8e8;
     
     padding-left:  7px;
     padding-right:  7px
 }

 .brands_slider {
     height: 100%;
     margin-top: 0px
 }

 .brands_item {
     height: 100%
 }

 .brands_item img {
     max-width: 100%
 }

 .brands_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 .brands_nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .brands_nav:hover i {
     color: #676767
 }

 .brands_prev {
     left: 40px
 }

 .brands_next {
     right: 40px
 }
 
 
 .right1  {
 padding:10px;
 }
 
 .contacttext{
font-family: 'Nunito','Manjari',sans-serif;
 }
 
 .chpaimage{
 padding: 5px;
 border : 1px solid #f0f0f0;
 }
  .chpaimage img{
 padding: 5px;
 border : 1px solid #f0f0f0;
 }
 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px;
    
}

.card-footer {
    font-size: 14px; 
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
  
    color:#555;
    
    padding: 1px;
background-color: #fff;
border-top:none;
 
   }
.mb-3, .my-3 {
    margin-bottom: 0px !important;
}

.align_left {float:left;margin: 5px;}
.align_right{float:right;margin: 5px;}
.align_center{margin: 0px auto; display:block;
}
.list-inline-item{
font-size:14px;
}

.cardsmall {
    font-size: .8em;
}

.alert-primary {
   color: #111;
background-color: #fff;
border-color: #eee;
}
.btn-info {
    color: #fff;
background-color:#151d41;
border-color: #333;
}
.alert-primary .alert-link {
    color: #000;
}

.card a:link, .card-subj a:link {
color:#047689;
}
.card a:hover, .card-subj a:hover {
 color: #007bff;
}
a:hover {
  color: #007bff;
}

.footertextsmall{
font-size:10px;
}

 
 
#basicCube { width: 100px; height: 100px; }
#linksCube img { width: 100%; height: 100%; }

/*css for spinning a 3D cube for news ticker */
bhimbot .bhimbotcubespinner .bhimbotface2 {
	background: #360033!important;
	background: -webkit-linear-gradient(to top, #0b8793, #360033)!important;
	background: linear-gradient(to top, #0b8793, #360033)!important
}

@media screen and (max-width:635px) {
	bhimbot .bhimbotcubespinner .bhimbotface2 {
		background: #360033!important;
		background: -webkit-linear-gradient(to top, #0b8793, #360033)!important;
		background: linear-gradient(to top, #0b8793, #360033)!important
	}
	.bhimbotSummary {
		font-family: "Lato", sans-serif!important
	}
}

.bhimbotSummary {
	font-family: "Lato", sans-serif!important
}

bhimbot .bhimbotstage {
	cursor: pointer
}

bhimbot .bhimbotAmpDragItem {
	height: 82px!important;
	width: 100px!important
}

bhimbot .bhimbotAmpadSmall {
	display: none!important
}

bhimbot .bhimbotAmpClose {
	width: 18px!important
}

 
bhimbot {
	 
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: sticky;
	z-index: 2147483640;
	cursor: move;
}

bhimbot * {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing: content-box!important
}

bhimbot img {
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-khtml-user-drag: none
}

bhimbot .row {
	margin-right: 0
}

bhimbot a,
bhimbot a:hover,
bhimbot a:focus {
	text-decoration: none;
	outline: none;
	color:#fff !important;
}

bhimbot .profile_div {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 326px;
	height: 160px;
	cursor: default;
	z-index: 2147483647;
	pointer-events: none;
}

bhimbot .profile_div-left {
	left: 0;
}

bhimbot .bhimbotclose {
	position: absolute;
	margin-top: -20px;
	display: none;
	width: 20px;
	cursor: pointer;
	right: 5px;
	pointer-events: all;
	filter: invert(12%) sepia(96%) saturate(7213%) hue-rotate(4deg) brightness(100%) contrast(117%);
}

@keyframes bhimbotspincube {
	from,
	to {
		-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	12% {
		-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	16% {
		-moz-transform: rotateY(-90deg);
		-ms-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	30% {
		-moz-transform: rotateY(-90deg);
		-ms-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	33% {
		-moz-transform: rotateY(-90deg) rotateZ(90deg);
		-ms-transform: rotateY(-90deg) rotateZ(90deg);
		transform: rotateY(-90deg) rotateZ(90deg);
	}
	47% {
		-moz-transform: rotateY(-90deg) rotateZ(90deg);
		-ms-transform: rotateY(-90deg) rotateZ(90deg);
		transform: rotateY(-90deg) rotateZ(90deg);
	}
	50% {
		-moz-transform: rotateY(-180deg) rotateZ(90deg);
		-ms-transform: rotateY(-180deg) rotateZ(90deg);
		transform: rotateY(-180deg) rotateZ(90deg);
	}
	63% {
		-moz-transform: rotateY(-180deg) rotateZ(90deg);
		-ms-transform: rotateY(-180deg) rotateZ(90deg);
		transform: rotateY(-180deg) rotateZ(90deg)
	}
	66% {
		-moz-transform: rotateY(90deg) rotateX(90deg);
		-ms-transform: rotateY(90deg) rotateX(90deg);
		transform: rotateY(90deg) rotateX(90deg);
	}
	80% {
		-moz-transform: rotateY(90deg) rotateX(90deg);
		-ms-transform: rotateY(90deg) rotateX(90deg);
		transform: rotateY(90deg) rotateX(90deg);
	}
	83% {
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg)
	}
	97% {
		-moz-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
}

bhimbot .bhimbotcubespinner {
	-webkit-animation-name: bhimbotspincube;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 24s;
	animation-name: bhimbotspincube;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 24s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50px 50px 0;
	-moz-transform-origin: 50px 50px 0;
	-ms-transform-origin: 50px 50px 0;
	transform-origin: 50px 50px 0;
}

bhimbot .bhimbotcubespinner .bhimbotface {
	position: absolute;
	width: 100px;
	height: 100px;
	border: .9px solid #ccc;
	background: rgba(255, 255, 255, .8);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .2);
	text-align: center;
	border-radius: 5px;
}

bhimbot .bhimbotcubespinner .bhimbotface1 {
	-webkit-transform: translateZ(50px);
	-moz-transform: translateZ(50px);
	-ms-transform: translateZ(50px);
	transform: translateZ(50px);
	background: #360033;
	background: -webkit-linear-gradient(to top, #0b8793, #360033);
	background: linear-gradient(to top, #0b8793, #360033);
}

bhimbot .bhimbotcubespinner .bhimbotface2 {
	-webkit-transform: rotateY(90deg) translateZ(50px);
	-moz-transform: rotateY(90deg) translateZ(50px);
	-ms-transform: rotateY(90deg) translateZ(50px);
	transform: rotateY(90deg) translateZ(50px);
	background: url(https://cdn.jsdelivr.net/gh/unib0ts/unibots@latest/main/timesnowdemo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

bhimbot .bhimbotcubespinner .bhimbotface3 {
	-webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
	-moz-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
	-ms-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
	transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
	background: #360033;
	background: -webkit-linear-gradient(to top, #151d41, #360033);
	background: linear-gradient(to top, #151d41, #360033);
}

bhimbot .bhimbotcubespinner .bhimbotface4 {
	-webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
	-moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
	-ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
	transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
	background: #360033;
	background: -webkit-linear-gradient(to top, #0b8793, #360033);
	background: linear-gradient(to top, #0b8793, #360033);
}

bhimbot .bhimbotcubespinner .bhimbotface5 {
	-webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
	-moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
	-ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
	transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
	background: #360033;
	background: -webkit-linear-gradient(to top, #0b8793, #360033);
	background: linear-gradient(to top, #0b8793, #360033);
}

bhimbot .bhimbotcubespinner .bhimbotface6 {
	-webkit-transform: rotateX(-90deg) translateZ(50px);
	-moz-transform: rotateX(-90deg) translateZ(50px);
	-ms-transform: rotateX(-90deg) translateZ(50px);
	transform: rotateX(-90deg) translateZ(50px);
	background: #360033;
	background: -webkit-linear-gradient(to top, #0b8793, #360033);
	background: linear-gradient(to top, #0b8793, #360033);
}

bhimbot .bhimbotstage {
	width: 100px;
	height: 100px;
	bottom: 60px;
	position: absolute;
	right: 25px;
	font-size: 15px;
	pointer-events: all;
}

bhimbot .bhimbotstage-left {
	left: 25px;
}

.bhimbotTopBar {
	background: #333;
	width: 100px;
	height: 15px;
	border-bottom: .9px solid #fff;
	color: #fff;
	text-align: center;
	margin: auto;
	line-height: 15px;
}

.bhimbotPoweredBy {
	font-size: 9px;
	font-weight: 600
}

.bhimbotPoweredByBrand {
	font-size: 12px;
	font-weight: 600;
}

.bhimbotBottomBar {
	background: #151d41;
	width: 100px;
	height: 15px;
	color: #fff;
	margin: auto;
	line-height: 15px;
	text-align: center;
	bottom: 0;
	position: absolute;
	font-size: 12px;
}

.bhimbotSummary {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: "Lato", sans-serif!important;
	font-weight: 600;
}

.bhimbotContent {
	color: #fff;
	text-align: center;
	overflow: hidden;
}

@-webkit-keyframes bhimbotpulsate-bck {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bhimbotpulsate-bck {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

bhimbot .col-hgt-ad {
	height: 50px;
	float: right;
	position: absolute;
	bottom: 3px;
	left: 3px;
	pointer-events: all;
}

bhimbot .bhimbot-adcover {
	color: #fff;
	width: 326px;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

bhimbot .bhimbot-adcover-left {
	left: 0;
}

bhimbot .bhimbot-ad-tag {
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 9px;
	z-index: 1;
	color: #fff;
	cursor: pointer;
	background: #000;
	width: 16px;
	text-align: center;
}

bhimbot .bhimbot-ad-tag-left {
	left: 0;
}

@media screen and (max-width:635px) {
	bhimbot .profile_div {
		width: 326px;
		height: 140px;
	}
	bhimbot .bhimbot-adcover {
		color: #fff;
		width: 326px;
		height: 56px;
		bottom: 0;
		right: 0;
		display: flex;
		pointer-events: auto;
		align-items: center;
		left: 50%;
		transform: translateX(-50%);
		position: fixed!important;
	}
	bhimbot .bhimbot-ad-tag {
		display: none;
	}
	.bhimbotSummary {
		font-size: 12px;
	}
	.bhimbotTopBar,
	.bhimbotBottomBar {
		width: 80px;
		font-size: 10px;
	}
	.bhimbotPoweredBy {
		font-size: 7px;
	}
	.bhimbotPoweredByBrand {
		font-size: 8px;
	}
	bhimbot .bhimbotcubespinner .bhimbotface {
		position: absolute;
		width: 80px;
		height: 80px;
		border: .9px solid #ccc;
		background: rgba(255, 255, 255, .8);
		box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
		text-align: center;
		border-radius: 5px;
	}
	bhimbot .bhimbotstage {
		width: 80px;
		height: 80px;
		bottom: 60px;
		position: absolute;
		right: 20px;
		font-size: 15px;
		pointer-events: all;
	}
	bhimbot .bhimbotcubespinner .bhimbotface1 {
		-webkit-transform: translateZ(40px);
		-moz-transform: translateZ(40px);
		-ms-transform: translateZ(40px);
		transform: translateZ(40px);
		background: #360033;
		background: -webkit-linear-gradient(to top, #0b8793, #360033);
		background: linear-gradient(to top, #0b8793, #360033)
	}
	bhimbot .bhimbotcubespinner .bhimbotface2 {
		-webkit-transform: rotateY(90deg) translateZ(40px);
		-moz-transform: rotateY(90deg) translateZ(40px);
		-ms-transform: rotateY(90deg) translateZ(40px);
		transform: rotateY(90deg) translateZ(40px);
		background: url(https://cdn.jsdelivr.net/gh/unib0ts/unibots@latest/main/timesnowdemo.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	bhimbot .bhimbotcubespinner .bhimbotface3 {
		-webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
		-moz-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
		-ms-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
		transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
		background: #360033;
		background: -webkit-linear-gradient(to top, #0b8793, #360033);
		background: linear-gradient(to top, #0b8793, #360033)
	}
	bhimbot .bhimbotcubespinner .bhimbotface4 {
		-webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
		-moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
		-ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
		transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
		background: #360033;
		background: -webkit-linear-gradient(to top, #0b8793, #360033);
		background: linear-gradient(to top, #0b8793, #360033);
	}
	bhimbot .bhimbotcubespinner .bhimbotface5 {
		-webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
		-moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
		-ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
		transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
		background: #360033;
		background: -webkit-linear-gradient(to top, #0b8793, #360033);
		background: linear-gradient(to top, #0b8793, #360033);
	}
	bhimbot .bhimbotcubespinner .bhimbotface6 {
		-webkit-transform: rotateX(-90deg) translateZ(40px);
		-moz-transform: rotateX(-90deg) translateZ(40px);
		-ms-transform: rotateX(-90deg) translateZ(40px);
		transform: rotateX(-90deg) translateZ(40px);
		background: #360033;
		background: -webkit-linear-gradient(to top, #0b8793, #360033);
		background: linear-gradient(to top, #0b8793, #360033);
	}
	bhimbot .bhimbotcubespinner {
		-webkit-animation-name: bhimbotspincube;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-duration: 24s;
		animation-name: bhimbotspincube;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-duration: 24s;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 40px 40px 0;
		-moz-transform-origin: 40px 40px 0;
		-ms-transform-origin: 40px 40px 0;
		transform-origin: 40px 40px 0;
	}
}

bhimbot .closeBotFrontTop {
	margin-top: 150px;
}

.videorating {
font-size:12px !important ;
}
