@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

* {
    font-family: "RobotoCondensed-Regular" !important;
}

html,
body,
header,
.view {
    height: 100%;
}

p {
    font-size: 1.1rem;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

section ul {
    padding-left: 20px;
}

section ul li {
    font-size: 20px;

    font-weight: 500;
}

.green-text {
    color: #B1BE48 !important;
}
.orange-text {
    color: #f19f4e !important;
}
/*.form-input input {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s !important;
}


.form-input input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}*/

/*.form-line{
    display: flex;
}*/

.form-urist .form-control:nth-child(2){
    margin-left: 2%;
}


.form-urist .form-control:nth-child(-n+2){
    width: 49%;
}

.form-urist{
    padding: 10% 10% 5% 10%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.doc-links{
    margin-left: 10%;
    padding-bottom: 10%;
}

.urist-submit{
    width: 100%;
    color: #fff;
    background-color: #4285f4 !important;
    border: none;
    border-radius: .125rem;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    text-transform: uppercase;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.urist-submit:hover{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.apply-button {
	position: absolute;
	list-style-type: none;
}

.apply-button li {
	position: fixed;
	bottom: 0px;
	right: 10px;
}

.apply-button li a {
	text-decoration: none;

}
.apply-icon-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 50px;
	border-radius: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 2s;
}

.apply-icon-circle {
	background: rgba(0, 255, 0, 0.5);
	border-radius: 5px;
	display: block;
	width: 220px;
	height: 50px;
	margin-left: -180%;
	margin-top: -33%;
	transition: all 2s;
}

.apply-icon {
	position: absolute;
	display: block;

	left: 50%;
	z-index: -1;
}

.apply-text {
	color: black;
	display: block;
	z-index: 3;
	height: 50px;
	width: 170px;
	text-align: left;
	padding-top: 15px;
	margin-left: 60px;
	transition: all 2s;
}
.icon-apply .apply-icon-image {
	background-image: url(../img/icon_send.png);
}

.icon-contact .contacts-icon-image {
	background-image: url(../img/icon_contact.png);
}
.contacts-button {
	position: absolute;
	transition: all 2s;
	list-style-type: none;
	z-index: 2;
}

.contacts-icon-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 50px;
	max-height: 50px;
	border-radius: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 2s;
}

.contacts-icon-circle {
	background: rgba(255, 200, 35, 0.5);
	border-radius: 5px;
	display: block;
	width: 150px;
	height: 50px;
	margin-left: -110%;
	margin-top: -50%;
	transition: all 2s;
}

.contacts-icon {
	position: absolute;
	display: block;

	left: 50%;
	z-index: -1;
}

.contacts-button.scroll-screen {
	opacity: 0;
}

.contacts-text {
	color: black;
	display: block;
	z-index: 3;
	height: 50px;
	width: 100px;
	line-height: 50px;
	margin-left: 65px;
	transition: all 2s;
}

.contacts-button li {
	position: fixed;
	bottom: 0px;
	right: 10px;
}

.contacts-button li a {
	text-decoration: none;
}
.w-60 {
    width: 60%;
}

.bg-grey p {
    font-weight: 500;
}

.navbar .navbar-brand {
    font-weight: 600;
}

.nav-item a {
    font-size: 1.1rem;
}

.top-nav-collapse {
    background-color: #3A4145 !important;
}

.navbar {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    border-left: 1px solid #000;
    line-height: 44px;
}

.border-none {
    border-left: none !important;
}

.navbar .logo {
    padding: 0.8rem !important;
    background-color: #dbfff2 !important;
}

.navbar .logo img {
    width: 65px;

}

ul.navbar-nav {
    margin: 0 auto !important;
    background-color: #4B4B4B;
}

.navbar li {
    margin-top: auto;
    margin-bottom: auto;

}

.bg-grey {
    background-color: #7A778A;
}

.bg-orange {
    background-color: #f19f4e;
}

.bg-light-grey {
    background-color: #F1F1F1;
}

.bg-grey-opacity {
    background-color: rgba(117, 117, 117, 0.5);
}

.header-text {
    margin-top: -100px;
}

h1 {
    letter-spacing: 2px;
}

.h-33 {
    height: 33.333333%;
}

.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}

.bg-grey {
    background-color: #4B4B4B;
}

.section--grey {
    background-color: #3A4145;
    color: #fff;
}

.angle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
}

.card, .bottom-card {
    line-height: normal;
}

.card {
    border-radius: 0;
    box-shadow: none;
    height: 100%;
}

.upper-card {
    color: #fff;
    background-color: #f19f4e;
}

.upper-card h3 {
    font-size: 1.6rem;
}

.upper-card .card-title {
    text-transform: uppercase;
}

.upper-card .card-text {
    color: #fff !important;
}

.upper-card img {
    width: 60px;
    margin-bottom: 15px;
}

.upper-card .card-body {
    text-align: center;
}

#more p {
    display: inline;
    font-size: 1.8rem;
}

#more a {
    display: inline-block;
    color: #000;
    position: relative;
    padding: 5px 20px 5px 10px;
    margin-left: 20px;
    vertical-align: middle;
    /*margin-top: -10px;*/
}

#more a img {
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

#process h5 {
    font-size: 2.3rem;
}

#process p {
    font-size: 1.5rem;
}

#process p.small {
    font-size: 95%;
}

#process a {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    padding: 10px 10px;
    width: 100%;
}

#process a:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.28), 0 4px 10px 0 rgba(0, 0, 0, 0.18) !important;
}

#process a img {
    height: 31px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

#about_program h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

#about_program img {
    width: 60px;
    margin-right: 30px;
}

#details label {
    font-size: 1.1rem;
    margin: 0;
}

#details .form-group {
    margin-bottom: 0;
}

#details input.form-control {
    border-radius: 0;
    margin-right: 15px;
    background-clip: inherit;
}

.bottom-card {
    display: flex;
    height: 100%;
}

.d1 {
    width: calc(100% - 40px);
    float: left;
    color: #fff;
    padding: 1.25rem;
}

.d2 {
    float: right;
    width: 40px;
    background-color: #f19f4e;
}

.card.upper-card {
    height: 220px;
    margin-top: -220px;
}

.card .card-body .card-text {
    font-size: 1.1rem;
}

.bg_img {
    background: linear-gradient(to right, rgba(128, 128, 128, .8), rgba(128, 128, 128, .8)), url(../img/bg_img.jpg);
    background-position: 44% 50% !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#contacts a {
    color: 	#f19f4e;
}

#marquee {
    width: 100%;
    background-color: #4B4B4B;
    color: #fff;
    font-size: 1.3rem;
    padding: 8px 10px 0 10px;
}

#more .to-cis {
    padding: 5px 15px 5px 15px;
}

.cis-tooltip {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 2px dotted white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}
#more .to-cis-desc {
    float: right; margin-right: 20px;
}

@media (max-width: 1280px) {
    .header-text {
        margin-top: -50px;
    }

   /*  .card.upper-card {
        margin-top: inherit;
    } */
}

@media (max-width: 991px) {
    .navbar {
        background-color: #4B4B4B;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .navbar .logo {
        text-align: center;
        background-color: inherit;
    }

    .navbar .nav-item {
        text-align: center;
    }

    .navbar-nav .nav-link {
        border-left: 0;
        line-height: inherit;
    }

    .card {
        text-align: center;
    }

  /*   .card.upper-card {
        height: inherit;
    } */

    #process h5 {
        font-size: 1.7rem;
    }

    .w-60 {
        width: 100%;
    }
    #more .col-lg-4 {
        margin-bottom: 20px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #more a {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    /* .card.upper-card {
        height: inherit;
    } */

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .view h3 {
        font-size: 1.6rem;
    }

    #process p.small {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    #more p {
        display: block;
        margin-bottom: 7px;
    }
}


