/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/**************************/

/* default sizing of website */
html{ zoom: 90%; }

.logoHeader{
  /*height: 80%;
  margin-top: 5%;*/
  margin-left: 5%;
}
.logoFooter{
  height: 45px;
  margin-top: 2%;
  margin-left: 2%;
}
/*************************/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
.carousel-inner img {width: 100%; max-height: 420px;}
/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #e2e2e2;
    font-size:20px; letter-spacing:1px;
}
.header-text h2 {font-size: 50px; color:#fff; font-weight:600;}
.header-text h2 span {padding: 10px;color:#fff;}
.header-text h3 span {padding: 15px;}
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #eee;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 27%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size:35px;
}


.header-text  span {
	padding: 3px;
}

.header-text h3 span {
	
}

.opacity{
    background-color: #f8f8f8
    /* background-color: rgb(0, 0, 0); */
    /* RGBa with 0.6 opacity */
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.home-slider{
    min-width: 100% !important;
}
/* css for contactus modal */
.contactUs-modal .modal-dialog{
    width: 500px;
}
.contactUs-modal .modal-dialog .modal-header{
    padding:0px;
}
.contactUs-modal .modal-dialog .modal-header button.close{
    margin-top: -7px;
    margin-right: 15px;
}
.contactUs-modal .modal-dialog .modal-header h3{
    font-size: 18px;
    color: #6B6B6B;
    width: 100%;
    text-align: center;
}
.contactUs-modal #contactUs .field-wrapper label{
    display: inline;
    line-height: 40px;
    text-align: right;
    font-weight: normal;
}
.contactUs-modal #contactUs .field-wrapper input[type="text"]{
    width: 50%;
    height: 40px;
    display: block;
    margin: 0 auto 5px;
    padding: 0 15px;
    background: #F2F2F2;
    border-radius: 5px;
    border: 2px solid #E5E5E5;
}
.contactUs-modal #contactUs .field-wrapper textarea{
    width: 50%;
    height: 70px;
    display: block;
    padding: 0 15px;
    background: #F2F2F2;
    border-radius: 5px;
    border: 2px solid #E5E5E5;
}
.contactUs-modal #contactUs .field-wrapper .contactUsSubmitBtn{
    position: relative;
    width: 25%;
    height: 35px;
    display: block;
    margin: 20px auto 10px;
    color: white;
    background-color: #FF8322;
    border: none;
    border-radius: 5px;
}
.oRDiv{
	
	margin-bottom:30px;
		margin-top:20px;

}
.oRDivSignUp{
	margin-top:20px;
	margin-bottom:20px;

}
.oR {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #e5e7e8; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.oR span { 
    background:#fff; 
    padding:0 10px; 
	color:#9ca3a8;
}
.contactUs-modal #contactUsBox{
    text-align:center;
}
.copyright .pull-right{
    cursor: pointer;
    padding-right:10px;
}
.pull-right a{
  text-decoration: none;
  color: #FF8322
}
.contactUs-modal span.errorMessage{
    float: left;
    width: 50%;
    left: 34%;
}
.goprac-college-modal .goPracForCollegeBtn{
    color: #fff;
    background-color: #FF8322;
    border:none;
    border-radius: 5px;
    width:25%;
}
.goprac-college-modal .modal-header h3{
    color: #333;
    font-size: 25px;
}
.feedback-modal .modal-header{
  background: #FF8322;
  color:#fff;
  height:75px;
  background-image: url(../images/RatingHeaderBG.png);
  background-repeat: no-repeat;
  background-position: 85%;
  background-size: 70px;
  padding: 10px 25px;
}
.feedback-modal .modal-header h3{
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 5px;
}
.feedback-modal.modal-footer{
    margin: 0;
    padding: 0 20px 20px 0;
    border: none;
}
.feedback-modal .modal-footer .btn-primary{
	background: #FF8322;
	border: #FF8322;
}
.feedback-modal .modal-footer .btn-default{
background: #ccc
}
.feedback-modal .feedBackMsg{
    position: relative;
    font-size: 18px;
    color: #FF8322;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    text-align: center;
}

/* ======================================= Feedback Modal ============================== */

.survey p{
	font-size: 16px;
	line-height: 30px;
}
.survey textarea{
	border : 2px solid #ccc !important;
}
.survey .btn-default{
	margin:0;
}

.modal-header h3{
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 400;
}

.modal-footer .btn+.btn{
	margin-top:0;
}

.survey .item{
	width: 75%;
	display: inline-block;
}
.survey .item.rating{
	text-align: right;
    padding-right: 20px;
    width:23%;
}
.survey{
    margin:0;
}
.exit-feedback .modal-header button.close{
    display:none;
  }
  .exit-feedback .modal-header{
      background: #FF8322;
    color:#fff;
    height:75px;
    background-image: url(../images/RatingHeaderBG.png);
    background-repeat: no-repeat;
    background-position: 85%;
    background-size: 70px;
    padding: 10px 25px;
  }
  .exit-feedback .modal-header h3{
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 5px;
  }
  .exit-feedback .modal-footer{
      margin: 0;
      padding: 0 20px 20px 0;
      border: none;
  }
  .exit-feedback .modal-footer .btn-primary{
      background: #FF8322;
      border: #FF8322;
  }
  .exit-feedback .modal-footer .btn-default{
  background: #ccc
  }

  .exit-feedback .modal-dialog{
	width:550px;
}
.exit-feedback .submit-feedback-container h3{
  font-size: 15px;
}
.exit-feedback .submit-feedback-container{
  text-align: center;
}
.exit-feedback .submit-feedback-container .submitFeedBackMsg{
  font-size: 18px;
  color: #FF8322;
}
.exit-feedback .exitFeedBackMsg{
    position: relative;
    font-size: 18px;
    color: #FF8322;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    text-align: center;
}
.submit-feedback-container .rating-container h3{
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.submit-feedback-container .rating-container #nextInterView{
  position: relative;
  left: 29px;
  float: left;
  margin-top: 10px;
  width: 78%;
  height: 35px;
  background: #EAEAEA;
  border-radius: 3px;
}

.modal-body textarea {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	border:2px solid #B6B6B6;
	background: #EAEAEA;
  }
  .btn-default.btn-on-2.active{background-color:#FF8322;color: white;}
  .btn-default.btn-off-2.active{background-color: #FF8322;color: white;}
  
  .alertBtnClass {
      margin: 0 0 0 40%;
  }
  .confirmBtnClass {
    margin: 0 0 0 25%;
}

/*Changes by anil 04-10-2018*/
.interviewer-modal.modal.fade.in {
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
}
#gpracForCollegeFormId span.errorMessage {
    margin-left: 33.3%;
    clear: both;
}
/*Changes by anil 04-10-2018*/
.subFooter{
  font-size: 15px;
  padding: 0 15px;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}
.subFooter a{
  color:#000000;
}
.subFooter a:hover{
  text-decoration: none;
  color: #FF8322;
}
.responsive{
  display: none;
}
@media screen and (min-width: 900px) {
  .GPForCollege{
    padding-left: 150px;
  }
  .blog{
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .home-slider{
    padding-left: 0px;
    padding-right: 0px;
  }
  .contactUsPullLeft {
    text-align: center!important;
  }
  .copyright .pull-right{
    float: none!important;
  }
  .copyright .responsive{
    display: block;
    padding: 0px 10px;
  }
  .copyright .desktop{
    display: none;
  }
  .copyright img {
    margin-left: -200px;
  }
  .copyright{
    text-align: center;
  }
  .subFooter{
    text-align: center;
  }
  .goprac-college-modal .goPracForCollegeBtn{
    width: 100%;
  }
  .recoverBtn{
    width: 100%!important;
  }
.ghaveAccount {
  margin-top: 0%!important;
  margin-left: -65px!important;
  width: 100%!important;
}
}
.ghaveAccount{
  margin-top: -11%;
}
.recoverBtn{
  width: 30%!important;
}
 .googleButton {
	position: relative;
	width: 40%;
	height: 35px;
	display: block;
	margin: 20px auto 10px;
	color: white;
	background-color: #FF8322;
	border: none;
	border-radius: 5px;
	float: left;
}
.linkedInButton {
	position: relative;
	width: 40%;
	height: 35px;
	display: block;
	margin: 20px auto 10px;
	color: white;
	background-color: #FF8322;
	border: none;
	border-radius: 5px;
	float: left;
}

#customBtn {
      display: inline-block;
      background: white;
      color: #444;
      /*width: 190px;*/
      /*border-radius: 5px;
      border: thin solid #888;*/
     /* box-shadow: 1px 1px 1px grey;*/
      white-space: nowrap;
    }
    #customBtn:hover {
      cursor: pointer;
    }
	#customBtnSignUp:hover{
		
		cursor:pointer;
	}
    
    
   /* USER PROFILE PAGE */
.card {
    padding: 10px;
    background-color: #363C43;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    background-color: #363C43;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    text-align: right;
    padding-right: 15px;
}
.card.hovercard .useravatar img {
    width: 55px;
    height: auto;
    /* max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5); */
}

.card.hovercard .card-info .card-title {
    color: #FF8322;
    margin-top: 10px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
    padding-top:0px;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.modal-open .modal {
    overflow-y: auto;
}
