/* selection start */
::-moz-selection {
	color: white;
	background: #088281;
}
::selection {
	color: white;
	background: #088281;
}
/* selection end */

/* scroll start */
::-webkit-scrollbar {
	width: 12px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #e6e5e5;
}
::-webkit-scrollbar-thumb {
	background: #989898;
}
::-webkit-scrollbar-thumb:hover {
	background: #989898;
}
/* scroll end */

/* global css start */
@font-face {
    font-family: "Raleway";
    src: url('fonts/Raleway/Raleway-VariableFont_wght.ttf') format("truetype");
}
@font-face {
    font-family: "Montserrat";
    src: url('fonts/montserrat/Montserrat-VariableFont_wght.ttf') format("truetype");
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.btn_default{
    background-color: white;
    border: 2px solid #088281;
    color: #088281;
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: calc(2.5em + 0.75rem + 2px) !important;
    padding: 10px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #f3f3f3 !important;
    background-clip: padding-box !important;
    border: 0px solid #ced4da !important;
    border-radius: 1rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}


body {
	font-family: 'Montserrat';
	font-size: 14px;
}
*, p, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: normal;
	resize: none;
	box-sizing: border-box;
}
a, a:hover {
	cursor: pointer;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0px 9999px white;
	box-shadow: inset 0 0 0px 9999px white;
}
::placeholder {
	color: #B6B5BA;
}
::-webkit-input-placeholder {
	color: #B6B5BA;
}
::-moz-placeholder {
	color: #B6B5BA;
}
:-ms-input-placeholder {
	color: #B6B5BA;
}
/* global css end */

/* global class start */
.disable_section {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.error_msg {
	color: red;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding-top: 3px;
}
/* global class end */

/* button css start */
.button_group {
	width: 100%;
	display: inline-block
}
.button_group .global_btn:last-child {
	margin-right: 0
}
input, textarea {
    color: black;
    padding: 15px;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 17px;
    background-color: #f3f3f3;
}
.global_btn {
    filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.2));
    padding: 16px 10px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 17px;
    display: block;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: "Raleway";
    letter-spacing: 4px;
    width: 225px;
    text-transform: uppercase;
}
.global_btn * {
    display: inline-block;
    vertical-align: middle;
}
.global_btn:hover {
	text-decoration: none
}
.primary_btn {
	background: #088281 !important;
	color: white !important;
	border: 1px solid #088281
}
.primary_btn:hover {
	background: #097DCC !important;
	border: 1px solid #097DCC;
	color: white !important
}
/* button css end */

/* Header css start */
.header {
    background: white;
    width: 100%;
    padding: 10px 0;
}
.login_options {
    font-size: 13px;
    text-transform: uppercase;
    color: #CAC9C9;
    font-family: "Montserrat";
    font-weight: 500;
}
.login_options > div > p:hover {
    color: black;
    cursor: pointer;
}
.login_options > div > p {
    transition: all 0.5s ease;
}
.container_sec {
    padding: 0 140px;
}
.header .container_sec {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.navigation_bar span {
    width: 17px;
    height: 2px;
    display: block;
    background: black;
    margin: 4px 1px 4px 0;
    border-radius: 5px;
}
.login_options span {
    padding: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
.navigation_bar {
    padding: 15px 0 15px 30px;
    cursor: pointer;
}
.header_options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
}
/*.project_logo img {
    height: 130px;
    width: auto;
}*/
.login_options>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


/* Header css end */

/* Footer css Start */
.footer_container_sec {
    padding: 0 265px;
}
.enroll_sec {
    margin-bottom: 35px;
}
.top_footer_sec h2 {
    color: #000000;
    font-weight: 300;
    font-size: 21px;
    margin-bottom: 24px;
}
.top_footer_sec p {
    color: #666666;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
}
.top_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 78px 0;
}
.top_footer_sec {
    width: 19%;
}
.top_footer_sec a {
    color: #666666;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 9px;
    text-decoration: none;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
}
.top_footer_sec a:hover {
    color: #088281;
}
.top_footer_sec:first-child {
    width: 40%;
}
.top_footer_sec a.social_icons {
     display: inline-block;
    /* border: 1px solid #D0D0D0; */
    border-radius: 100%;
    width: 27px;
    height: 27px;
    margin: 14px 0 0 13px;
    transition: img 0.3s ease, background 0.1s ease;
}
.hover_icon {
    display: none;
}
.social_icons img {
    height: 100%;
    width: auto;
}
.social_icons:hover {
    background: transparent !important;
    /* border-color: #088281; */
}
.top_footer_sec:last-child {
    text-align: right;
}
.top_footer_sec a:hover .default_icon {
    display: none;
}
.top_footer_sec a:hover .hover_icon {
    display: inline-block;
}
.bottom_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.bottom_footer a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: all 0.5s ease;
}
.bottom_footer a:hover {
    text-decoration: underline;
}
.footer {
    background: url('../images/footer_bg.jpg') no-repeat;
}
/* Footer css end */

/************* RESPONSIVE ************/

@media screen and (max-width: 1300px) {
    
    .container_sec, .enroll_container_sec, .footer_container_sec {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1024px) {
    
    .project_logo img {
        height: 85px;
    }
}

@media screen and (max-width: 768px) {
    
    .top_footer {
        padding: 20px 0;
    }
    .top_footer_sec {
        width: 100% !important;
        margin-bottom: 20px;
        text-align: left !important;
    }
    .top_footer_sec h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .top_footer_sec a {
        display: inline-block;
        width: auto;
        margin-right: 21px;
    }
    .top_footer_sec a.social_icons {
        margin: 0 20px 0 0;
    }
    .bottom_footer {
        padding: 20px 0 20px 0;
    }
    .top_footer_sec:last-child {
        margin-bottom: 0;
    }
    .bottom_footer p {
        width: 100%;
    }
    .bottom_footer p:first-child {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 425px) {
    .project_logo img {
        height: 55px;
    }
    .header {
        padding: 10px 0;
    }
    .navigation_bar {
        padding: 15px 0 15px 10px;
    }
    .login_options {
        font-size: 11px;
    }
    .header_options {
        padding: 0;
    }
}


/*index.css start*/

.enroll_container_sec {
    padding: 0 141px 0 181px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.enroll_content {
    width: 44%;
    padding-top: 96px;
}
.enroll_form {
    width: 44%;
}
.form_sec {
    background: white;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 12.5px rgba(0,0,0,0.2));
}
.form_title {
    font-size: 24px;
    color: #ACACAC;
    font-weight: 600;
    font-family: "Raleway";
    padding: 11px 82px;
    border-bottom: 2px dashed #DBDBDB;
}
.enroll_form form {
    padding: 0 70px;
    display: inline-block;
    width: 100%;
}
.input_section label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B0B0B0;
    font-weight: 500;
    font-family: "Raleway";
    padding-left: 25px;
    margin-bottom: 9px;
    display: inline-block;
    width: 100%;
}
.input_section {
    margin: 0 0 28.6px 0;
}
.input_section:first-child {
    margin-top: 29px;
}
.error_msg {
    padding-left: 25px;
}
.content_sec {
    margin-bottom: 38px;
    color: #000000;
    font-weight: 700;
}
.content_sec h1 {
    font-size: 25px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.content_sec p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}
.content_sec:last-child {
    margin-top: 89px;
}
.content_sec a {
    color: #088281;
    font-family: 'Montserrat';
    font-size: 29px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 18px;
    display: block;
    transition: all 0.5s ease;
    letter-spacing: -1px;
}
.content_sec a:hover {
    opacity: 0.7;
}

/************* RESPONSIVE ************/

@media screen and (max-width: 1024px) {
   
    .enroll_content {
        width: 50%;
        padding-top: 30px;
    }
    .enroll_form {
        width: 47%;
    }
    .content_sec {
        margin-bottom: 25px;
    }
    .content_sec h1 {
        font-size: 21px;
    }
    .content_sec p {
        font-size: 15px;
        line-height: 30px;
    }
    .content_sec:last-child {
        margin-top: 30px;
    }
    .content_sec a {
        font-size: 24px;
    }
    .form_title {
        padding: 11px 45px;
        font-size: 21px;
    }
    .enroll_form form {
        padding: 0 40px;
    }
    .input_section {
        margin: 0 0 20px 0;
    }
    .input_section:first-child {
        margin-top: 20px;
    }
    .input_section label {
        font-size: 13px;
    }
    
}

@media screen and (max-width: 768px) {
    .banner_container_sec {
        margin: 0 auto;
        max-width: 90%;
    }
    .container_sec,
    .enroll_container_sec,
    .footer_container_sec {
        padding: 0 15px;
    }
    .enroll_content {
        width: 100%;
        text-align: center;
    }
    .enroll_form {
        width: 100%;
    }
    .enroll_form form {
        padding: 0 15px;
    }
    .form_title {
        padding: 11px 15px;
        text-align: center;
    }
    
}


.radio_btn{
    display: flex; 
    justify-content: space-around;
    font-family: "Raleway";
    font-size: 19px;
}
.radio{
    display: flex;
    width: 50%;
    justify-content: center;

}
.radio label{
    width: 100%;
    margin-bottom: 0 !important;
}
input[type=checkbox], input[type=radio] {
   width: 25%   ;
}
/*index.css end*/