@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
body {
  color: #232323;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 15pt;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #image-background {
  position: relative;
 
  width: 100%;
  height: auto;
 
      margin-top: 73px;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

::-moz-placeholder {
  color: #fff !important;
}

:-moz-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}

a:hover {
  color: #00c8aa;
  text-decoration: none;
  outline: none;
}

a {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  color: #FFF;
}

p {
  font-size: 18px;
}
ul, li{
  list-style: none;
}

section ul li {
  display: inline-block;
  width: 13rem;
}
.container{
  position: relative;
}
.main {
  display: table;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow-x: hidden;
    /* background: rgba(0, 0, 0, 0.5); */
    margin-top: 75px;
    background: linear-gradient(0deg, rgb(134 63 233) 0%, rgb(102 52 198) 100%);
    padding-bottom: 33px;
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.navbar-default{
  background-color:transparent;
  border-color:transparent; 
}
.content-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
.counter {
  color: #fff;
}
.counter .text-center {
  width: 100%;
}
.counter p {
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
}
.login-area-bx{
    width: 375px;
    margin: auto;
    text-align: left;
    background: #ffffff;
    padding: 23px 33px;
    border-radius: 21px;
    border: 1px solid #d7d7d7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.CustomBtnPin{
    font-size: 17px;
}
.btn-primary {
    background-color: #7a45df;
    
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #6835c9;
    border-color: #6734c7;
}
input::placeholder{
    color: #9d9d9d!important;
    font-size: 14px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6835c9;
    border-color: #6734c7;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
     color: #495057; 
    background-color: #fff;
     background-clip: padding-box; 
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
     width: 100%; 
    padding: 0 22px;
    height: 47px;
    background-color: #ececec;
    border: none;
    border-radius: 45px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 17px;
    margin-left: 9px;
}
.form-group {
    margin-bottom: 1.5rem;
}
header{
  position: absolute;
    z-index: 999;
    width: 100%;
}
.navbar-home li>a{
  background: #fcd5ac;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
.navbar-home{
  margin-top: 0px;
}
.navbar{
      padding: 0.5rem 2rem;
}
a.navbar-brand img {
        width: 126px;
}
.navbar-toggler{
  background-color: #d30d0d;
  border-radius: 5px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
  color: #005bab;
}
.bg-light-red{
  background-color: #f1e8db !important;
}
.bg-light-red .navbar-nav .active > .nav-link{
  color:#d30d0d;
}
.bg-light-red .navbar-nav .nav-link{
  color:#000;
}
.header-heading{
  background-color: #d30d0d;
  padding: 1rem 0;
  overflow: auto;
  margin-bottom: 4rem;
}
.header-heading h1{
  display: inline-block;
    float: left;
    padding-top: 30px;
    color: #fff;
    font-size: 42px;
}
.heading-icon{
      display: inline-block;
    float: right;
    vertical-align: middle;
}
.login-btn{
  margin-top: 20px;
}
.counter h2 {
  font-size: 4rem;
  font-weight: 700;
  width: 500px;
  margin: auto;
}
/*.counter p{
  margin-bottom: 120px
}*/
.container, .container-fluid {
    position: relative;
}
.career-logo{
  width: 180px;
height: 70px;
background-color: rgba(255,255,255,1);
border-radius: 5px;
position: absolute;
top: 300px;
right: 0;
margin-right: 3rem;
}
.career-logo img{
     max-width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 65%;
    transform: translateY(-35px);
}

footer span.copyright a:active, footer span.copyright a:focus {
  color: #FFFFFF;
}
/* professors */
.teams {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.top-tem {
    margin-top: 4em;
}

.team-grid {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
        border-radius: 10px;
}

.team-img {
    position: relative;
}

.team-img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-info {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-info h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight:bold;
}
.team-info h5{
  font-size: 14px;
  line-height: 20px;
}
.team-grid:hover .team-img:after {
    background: rgba(0, 0, 0, 0.82);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-grid:hover .team-info {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-grid:hover .team-info {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
ul.social-icons li {
    list-style-type: none;
}

ul.social-icons li {
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li a span {
    color: #fff;
    line-height: 2.2;
    font-size: 13px;
}

ul.social-icons li.effect-soc-team1 {
    background: #3b5998;
    border: 1px solid #3b5998;
}

ul.social-icons li.effect-soc-team2 {
    background: #1da1f2;
    border: 1px solid #1da1f2;
}

ul.social-icons li.effect-soc-team3 {
    background: #dd4b39;
    border: 1px solid #dd4b39;
}

ul.social-icons li:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.text-bl {
    color: #343a40;
    margin-bottom: 3rem !important;
}

/*-- Testimonials --*/
.client-review-head {
    padding:80px 0;
    text-align: center;
}
div#testimonials {
    background-color:#efefef;
    background-size:100px 50px;
}
.agileinfo-dot1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 5px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.test-review h5 {
    color: #000;
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 1.8em;
    margin-top: 1em;
    text-transform: capitalize;
}
.client-review-head h3.heading,.newsletter h3.heading{
    color: #000;
}
.test-monials h5{
    font-size: 2em;
    color: #ee4f4f;
    text-transform: none;
    margin-top: 0.7em;
}
.test-review p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin: 2em auto 1em;
    color: #000;
    width: 70%;
    letter-spacing: 1px;
}
i.fa.fa-quote-right, i.fa.fa-quote-left {
    margin: 0 1em;
}
p.date {
    font-size: 15px;
    color: #616161;
    letter-spacing: 1px;
    margin: 0;
  text-align:center;
    line-height: 24px;
    width: 100%;
}
.test-review img{
   border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
      box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
}
.test-review p img {
    margin: 0 10px!important;
  box-shadow:none;
}
.test-review img {
    margin: 0 auto;
}
.test-monials {
    text-align: center;
}
.test-left-img{
  background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:700px;
}
.testimonials span {
    color: #fff;
    font-size: 18px;
    margin: 0 15px;
}
/*-- //Testimonials --*/
.copyright-w3ls{
      border-top: 1px solid #e0e0e0;
}
p.copy-right-grids {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
    text-align: center;
    width: 100%;
}
.test-start{
  text-align: center;
  text-decoration: underline;
  margin: 3rem 0;
}
.question-block {
  margin: 2.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
.question-block ul{
  background-color: #f1f1f1;
    padding: 15px;
    margin: 1.5rem 0 0;
}
.question-block label{
  margin-bottom: 0;
}
.question-block input[type="radio"], .gender input[type="radio"]{
  margin-right: 10px;
}
.gender .label-female{
  text-align: right;
  margin-left: 50px;
}
.no-mobile-display{
  display: block;
}
.form-group{    margin-bottom: 2rem;}
.btn-blue{
  font-size: 20px;
  padding: 5px 15px;
  background-color: #005bab;
  color: #fff;
  -webkit-appearance: inherit;
}

/* responsive */
@media(max-width: 1080px) {
    p {
        font-size: 15px;
    }

    .team-img:after {
        height: 40%;
    }
}

@media(max-width: 991px) {

    .team-info h4 {
        font-size: 17px;
    }

    .team-img:after {
        height: 52%;
    }
}

@media (max-width: 767px){
  .main{
    height: 61vh;
  }
  .login-btn{
    margin-top: 0;
  }
  .navbar{
    margin-top: 0;
  }
  .navbar-brand img{
    max-width: 80%;
  }
  .counter h2 {
    font-size: 3rem;
  }
  body #image-background{
    height: 450px;
  }
  .career-logo{
    top: auto;
    margin: 10px auto;
    left: 0;
    right: 0;
  }
  .team-info h4 {
        font-size: 19px;
    }

    .team-img:after {
        height: 36%;
    }
    .top-tem {
    margin-top: 3em;
  }
  .question-block label{
    margin-bottom: .5rem;
  }
}
@media(max-width: 568px) {
    .team-grid {
        width: 54%;
        margin: 0 auto;
    }

    p {
        font-size: 14px;
    }
}
@media(max-width: 414px) {

    .team-grid {
        width: 60%;
    }

    .team-img:after {
        height: 41%;
    }
}
@media(max-width: 375px) {
    .team-grid {
        width: 70%;
    }
}
@media(max-width: 320px) {

    .team-grid {
        width: 80%;
    }
}

