.common-nav {
    background-color: rgb(0, 148, 211);
}
.nav-link{ display: block; padding: 0.5rem;}
.nav-link i{ margin-right:10px;}
.navbar-pad{
    padding: .50rem 1rem!important;
}
.login-signup-btn{
    padding: 0.2rem 0.2rem;
    font-size: 1rem;
}
.model-background{
    border:2px solid #000;
    border-radius:100%;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow:inherit !important;
    align-items: center;
  }

.circle-container {
    position: relative;
    width: 35em;
    height: 35em;
    padding: 2.8em; /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
    border: dashed 1px;
    border-radius: 50%;
    margin: 1.75em auto;
}
.circle-container a {
    display: block;
    position: absolute;
}
.circle-container img { display: block; }
.deg0 {
    -webkit-transform: translate(12em);
    -moz-transform: translate(12em);
    -ms-transform: translate(12em);
    -o-transform: translate(12em);
    transform: translate(12em);
    background: #fff;
    position: relative;
    right: 10px;
    top: -40px;
    width: 80px;
    height: 30px;
} /* 12em = half the width of the wrapper */
.lt-ie9 .deg0 {
    margin-left: 10em;
}
.deg0 p{
    position: relative;
    top: 75px;
    right: 45px;
}
.deg0 img{ background: #fff;}
.deg0 p a{ border: 6px solid #fff;}

.deg45 {
    -webkit-transform: rotate(45deg) translate(12em) rotate(-45deg);
    -moz-transform: rotate(45deg) translate(12em) rotate(-45deg);
    -ms-transform: rotate(45deg) translate(12em) rotate(-45deg);
    -o-transform: rotate(45deg) translate(12em) rotate(-45deg);
    transform: rotate(45deg) translate(12em) rotate(-45deg);
    position: relative;
    left: 72%;
    top: -32%;
}
.lt-ie9 .deg45 {
    margin: 6.485em;
}
.deg45 p{
    position: relative;
    top: 80px;
    right: 45px;
}
.deg135 {
    -webkit-transform: rotate(135deg) translate(12em) rotate(-135deg);
    -moz-transform: rotate(135deg) translate(12em) rotate(-135deg);
    -ms-transform: rotate(135deg) translate(12em) rotate(-135deg);
    -o-transform: rotate(135deg) translate(12em) rotate(-135deg);
    transform: rotate(135deg) translate(12em) rotate(-135deg);
    position: relative;
    left: 10%;
    top: -32%;
}
.lt-ie9 .deg135 {
    margin: 6.485em -10.485em;
}
.deg135 p{
    position: relative;
    top: 80px;
    right: 45px;
}
.deg180 {
    -webkit-transform: translate(-12em);
    -moz-transform: translate(-12em);
    -ms-transform: translate(-12em);
    -o-transform: translate(-12em);
    transform: translate(-12em);
    position: relative;
    left: 15%;
    top: 35%;
}
.lt-ie9 .deg180 {
    margin-left: -14em;
}
.deg180 p{
    position: relative;
    top: 80px;
    right: 45px;
}
.deg225 {
    -webkit-transform: rotate(225deg) translate(12em) rotate(-225deg);
    -moz-transform: rotate(225deg) translate(12em) rotate(-225deg);
    -ms-transform: rotate(225deg) translate(12em) rotate(-225deg);
    -o-transform: rotate(225deg) translate(12em) rotate(-225deg);
    transform: rotate(225deg) translate(12em) rotate(-225deg);
    position: relative;
    left: 35%;
    top: -35%;
}
.lt-ie9 .deg225 {
    margin: -10.485em;
}
.deg225 p{
    position: relative;
    top: 80px;
    right: 45px;
}
.deg315 {
    -webkit-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -moz-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -ms-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -o-transform: rotate(315deg) translate(12em) rotate(-315deg);
    transform: rotate(315deg) translate(12em) rotate(-315deg);
    position: relative;
    left: 45%;
    top: -35%;
}
.lt-ie9 .deg315 {
    margin: -10.485em 6.485em;
}
.deg315 p{
    position: relative;
    top: 80px;
    right: 45px;
}
.deg515{
    -webkit-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -moz-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -ms-transform: rotate(315deg) translate(12em) rotate(-315deg);
    -o-transform: rotate(315deg) translate(12em) rotate(-315deg);
    transform: rotate(315deg) translate(12em) rotate(-315deg);
    position: relative;
    top: 62%;
    left: 10%;
}
.lt-ie9 .deg515 {
    margin: -10.485em 6.485em;
}
.deg515 p{
    position: relative;
    top: 80px;
    right: 45px;
}

.circle-container a:hover:before { opacity: 1; }

/* this is for showing the circle on which the images are placed */
.circle-container:after {
    position: absolute;
    top: 14%; left: 14%;
    width: 24em; height: 24em;
    border-radius: 50%;
    opacity: .3;
    pointer-events: none;
    content: '';
}
.circle-container:hover:after { opacity: 1; }
.circle-container:hover a:after { opacity: 1; }
.circle-container a:hover:after { opacity: .3; }

.section-logo-modal{
    width:80px;
    height: 80px;
    margin:0 auto;
}
.ci-button-px-modal{
    padding-right:20px;
    padding-left: 20px;
    border-radius: 50px;
    width: 170px;
}

.line-background {
    width: 200px;
    height: 140px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 32%;
    left: 10%;
}
.login-model-line1 {
    width: 370px;
    height: 65px;
    border-bottom: 1px solid rgb(0, 148, 211);
    -webkit-transform: translateY(0px) translateX(0px) rotate(35deg);
    position: absolute;
    top: -15px;
    left: 0px;
}
.login-model-line2 {
    width: 375px;
    height: 50px;
    border-bottom: 1px solid rgb(0, 148, 211);
    -webkit-transform: translateY(0px) translateX(15px) rotate(-35deg);
    position: absolute;
    top: 0px;
    left: -50px;
}
.login-model-line3 {
    width: 170px;
    height: 50px;
    border-bottom: 1px solid rgb(0, 148, 211);
    -webkit-transform: translateY(0px) translateX(15px) rotate(-90deg);
    position: absolute;
    top: 85px;
    left: 33px;
}
@media (min-width: 768px){
.pl-md-0, .px-md-0 {
    padding-left: 5px!important;
}
}
@media (max-width:767px){
    .circle-container {width: 25em; height: 25em;}
    .deg0 {left: -28%; top:-30%;}
    .deg45{left: 55%; top:-55%;}
    .deg135{left: 13%; top:-55%;}
    .deg225{left: 35%; top:-50%;}
    .deg315{left: 30%; top:-50%;}
    .deg515{left: -8%; top:60%;}
    .line-background{width: 155px;}
    .login-model-line1 {width: 290px; height: 30px; top: 50px; left: -30px;}
    .login-model-line2 {width: 290px; height: 30px; top: 50px; left: -50px;}
    .login-model-line3 {width: 90px; height: 50px; top: 80px; left: 20px;}
    
}
@media (max-width:540px){
    .circle-container {width: 17em; height: 17em;}
    .deg0 {left: -75%; top:-80%; background: transparent;}
    .deg45{left: 23%; top:-120%;}
    .deg135{left: 40%; top:-130%;}
    .deg225{left: 50%; top:-70%;}
    .deg315{left: 15%; top:-70%;}
    .deg515{left: -45%; top:70%;}
    .line-background{width: 155px!important;}
    .login-model-line1 {width: 155px; height: auto; top: 35px; left: 10px; -webkit-transform: translateY(0px) translateX(-20px) rotate(40deg);}
    .login-model-line2 {width: 155px; height: auto; top: 35px; left: -40px; -webkit-transform: translateY(0px) translateX(20px) rotate(-40deg);}
    .section-logo-modal {width: 60px; height: 60px;}
    .deg0 p, .deg45 p, .deg135 p, .deg225 p, .deg315 p,.deg515 p {top: 60px; margin: 0;}
    .deg0 p a {border-width: 3px;}
    .ci-button-px-modal {width: auto; padding-left: 10px; padding-right: 10px; line-height: initial; font-size: 12px;}
    .deg0 p {right: 10px;}
    .deg45 p {right: 12px;}
    .deg135 p {right: 13px;}
    .deg225 p {right:4px;}
    .deg315 p {right: 10px;}
    .deg515 p {right: 21px;}
    .login-model-line3 { width: 50px; height: 30px; top: 68px; left: 7px;}
}
.navbar-brand-logo{width:146px!important;}
.modal-dialog-login {
    max-width: 800px!important;
    margin: 1.75rem auto;
}
.paddingB {padding-bottom: 30px!important;}
@media all and (min-width: 320px) and (max-width:990px) {
.login-signup-btn{font-size: 1rem;}
}

  .navbar .nav-item:hover .nav-link{ color: #fff;  }
  .navbar .nav-item .dropdown-menu{ margin-top: 0; left: auto;}
  .logo-img { max-width:170px; filter: none; -webkit-filter: none; }
  nav.navbar {padding-left: 0; padding-right: 0; z-index: 9;}
  @media (max-width: 992px) {
    .navbar-expand-lg>.container {padding-left: 15px; padding-right: 15px;}
  }
  @media (min-width: 992px) {
    .dropdown>.dropdown-toggle:active {pointer-events: none;}
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .dropdown-menu{
        display: block;
        width: max-content;}
  }

  h5#LoginModalLabel {margin-top: 0;}
  .ci-survey-sticky{width: 185px;position: fixed;right: 5px;top: 70px;box-shadow: 2px 1px 5px rgba(17,17,17,.3);z-index: 99;background: #eefffb;border-radius: 5px 5px 0px 0px;padding: 12px;border-top: 4px solid #0094DE;}
.ci-survey-close { position: absolute;
    border: 1px solid #ffffff;
    top: -8px;
    left: -10px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    line-height: 21px;
    background: #0094d3;
    color: #fff;
    font-weight: normal;}

    .ci-fill-primary {
        background-color: rgb(0, 148, 211);
    }
    .ci-fill-colleges {
        background-color: #50ca00;
    }
    .ci-fill-educators {
        background-color: rgba(255,188,0,1);
    }
    .ci-fill-employer{
        background-color: #ff7600;
    }
    .model-all-carosel{
        max-width: 800px!important;
        margin: 1.75rem auto;
      }
      .model-all-carosel .survey-close{
        z-index: 1;
      }
      .model-all-carosel .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 50%;
        bottom: 50%;
        height: 60px;
    }

    .model-all-carosel .carousel-control-prev-icon,
    .model-all-carosel .carousel-control-next-icon {
        height: 30px;
        width: 30px;
        outline: black;
        background-size: 100%, 100%;
        border-radius: 10%;
        background-image: none;
        border: 4px solid #fff;
        background-image: none;
        line-height: 20px;
        background: #fff;
}
.model-all-carosel .carousel-control-next-icon:after
{
  content: '>';
  font-size: 20px;
  color: rgb(0 0 0);
  font-weight: bold;
}

.model-all-carosel .carousel-control-prev-icon:after {

    content: '<';
    font-size: 20px;
    color: rgb(0 0 0);
    font-weight: bold;

}
.model-all-carosel .carousel-indicators{
    bottom: -18px;
}
.model-all-carosel .carousel-indicators li{
    border-radius: 50%;
    width: 15px;
    height: 15px;

 }
 .model-all-carosel .carousel-control-prev {
    left: -35px;
}
.model-all-carosel .carousel-control-next{
    right: -35px;
}
.model-all-carosel img{
    width: 100%;
    opacity: 1.0;
}
/* Navbar v2 */
.navbar-v2 ul li a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: sans-serif;
    text-transform: capitalize;
    padding: 11px .5rem;;
}
.navbar-v2 .navbar-v2-dropdown-menu a {
    color: #383838;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 10px;
}
.navbar-v2-dropdown-menu {
    padding: 0;
}
.navbar-v2-dropdown-menu a:hover{
    background-color: transparent;
    text-decoration: none;
    color: #0094d3!important;
}
.navbar-v2-dropdown-menu a.btn:hover{
    color: #fff!important;
}
.colorBlue{
    color: #0094d3!important;
}
.navbar-v2 ul li .colorBlue:hover {
    color: #212529;
    background-color: transparent;
    border-color: #fff;
    color: #fff!important;
}
.ci-fill-job-internship {
    background-color: #ff7600;
}
.navbar-v2 .container-fluid {
    padding: 0 15px!important;
}
@media (max-width: 1175px){
.navbar-toggler {
    display: inline-block!important;
    float: right;
}
.navbar-expand-lg>.container-fluid{
    flex-wrap: wrap;
}
.collapse:not(.show) {
    display: none!important;
}
}
@media all and (min-width: 990px) and (max-width:1175px){
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar-expand-lg>.container-fluid{
        display: block;
    }
    .navbar-expand-lg .navbar-nav{
        margin-left: 0!important;
    }
}
@media (min-width: 768px) and (max-width: 1080px){
    .navbar-collapse.collapse.in, .navbar-collapse.collapse.show {
        display: block !important;
        padding-bottom: 10px;
    }
}
@media (max-width: 580px){
    .model-all-carosel .carousel-control-next, .carousel-control-prev {
        top: 30%;
    }
}
.container-fluid {max-width: 1366px;}
img.landing-profile-img {
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50px;
}
.profile-img-dropdown::after{
    display: none;
}

@media (min-width: 320px) and (max-width: 1175px){
    .navbar-v2 ul li a.btn{
        margin-bottom: 10px;
    }
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #778391;
    border-radius: 0.25rem;
}
.inline-css{
    display:none;
    visibility:hidden
}

.nested-custome-dropdown{
    color: #000;
    padding: 7px 0px 7px 0px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 17px;
    cursor: pointer;
}
.nested-custome-dropdown i.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.nested-custome-dropdown .nested-custome-dropdown-sub-menu a:first-child{
    margin: 8px 0px 0;
}
.nested-custome-dropdown:focus-visible {
    border: 7px solid;
}
.scholarships-dropdown .navbar-v2-dropdown-menu{
    position: relative!important;
    border: none;
}
.nested-custome-dropdown .nested-custome-dropdown-sub-menu{
    display: none;
}
.nested-custome-dropdown:hover .nested-custome-dropdown-sub-menu{
    display: block;
}
/* .nav-item.dropdown .example-profile-menu{
    background: #173967;
    color: #fff;
} */
.navbar .nav-item .example-profile-menu .dropdown-menu {
    margin-top: 0px;
    right: -7px;
}
/* .example-profile-menu a:hover{
    background-color: #ffbc00;
    color: #fff !important;
} */
.dropdown-menu.example-profile-submenu{
    display: none!important;
}
.example-profile-menu:hover .dropdown-menu.example-profile-submenu{
    display: block!important;
}
.example-mobile-menu{
    display: none;
}
@media only screen and (max-width:889px){
    .scholarshipss-hide-on-mobile,.example-profile-menu{
        display: none;
    }
    .example-mobile-menu{
        display: block;
    }
}
.new-feature-library{
    width: 2.5rem
}
.btn-blue {
    background-color: #0094d3;
    color: #fff!important;
}
.btn-blue:hover {
    background-color: #007bb8!important;
    color: #fff;
}
.navbar-toggler{
    color: #fff;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}