/*// style*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
/* @font-face {
  font-family: 'trebuc';
  src: url("../fonts/trebuc.ttf"); 
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light-1.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold-1.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium-1.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular-1.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black-1.eot") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
} */

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    color: #000 !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=text],
input[type=email],
input[type=number],
select,
select::-moz-focus-inner,
input:focus,
input:focus-visible,
select:focus,
textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    outline: none !important;
}

select {
    appearance: none;
}

button {
    box-shadow: none;
    border: none;
}

button:focus {
    outline: none;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
    text-shadow: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

.img-responsive
{
  max-width:100%;
}

.justify {
    text-align: justify;
}

.hide {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.header {
    background: #fff;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler-icon i {
    font-size: 2rem;
    color: #4db7de;
}

.navbar-nav {
    align-items: center;
}

.navbar {
    padding: 0rem;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    justify-content: space-between;
}

.mobile-logo {
    display: none;
}

.icons {
    display: none;
    flex-direction: row;
    align-items: center;
    font-weight: normal;

}

.icons i {
    color: #fff;
    font-size: 28px;
}

/* Tooltip container */
.tool-tip {
    position: relative;
    display: inline-flex;
    column-gap: 5px;
    padding: 0 3px;
}

/* Tooltip text */
.tool-tip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    text-transform: capitalize;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tool-tip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-bottom {
    top: 100%;
    left: 50%;
}

.navbar .right-bar {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: normal;
}

.navbar .right-bar i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 2px;
}

.navbar .right-bar i.fa-apple,
.navbar .right-bar i.fa-android {
    color: black;
}

ul.topnav {
    background: #002a53;
}

#navbar>ul.topnav>li.active {
    background: #4db7de;
}

#navbar>ul.topnav>li:first-child {
    padding-left: 3rem;
    background: #4db7de;
}

#navbar>ul.topnav>li:last-child {
    font-size: 12px;
}

#navbar>ul.topnav>li:last-child>a:last-child {
    background: #4db7de;
}

ul.topnav.navbar-nav .nav-link {
    color: #fff;
}

ul.secondory-nav.navbar-nav .nav-link {
    color: #fff;
}

ul.secondory-nav.navbar-nav .nav-link:hover {
    color: #4db7de;
}

.bg-secondary {
    background: #f6f6f6 !important;
}

.bg-3 {
    background: #002142 !important;
}

.dropdown .dropdown-menu {
    border-radius: 0;
}

/* ......navbar megamenu.....  */
.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
    top: 89%;
    text-transform: capitalize;
    padding-top: 0;
}
.dropdown-content{
    background: #fff;
    border-top: 3px solid #0093dd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 22px 10px;
    box-shadow: 0px 3px 10px 0px rgb(214 205 205 / 74%);
    border: 1px solid #dadada;
}
.dropdown-content figure{
    margin-bottom:3px;
}
.dropdown-content ul li:first-child{
    border-bottom: 1px dotted #858a8f;
    margin-bottom: 4px;
}
.dropdown-content ul li > a span{
    font-size: 13px;
    padding-right: 2px;
    color: #ccc;
}
.dropdown-content ul li h3{
    margin-bottom: 3px;
}
/* ..ends..  */

ul.topnav .nav-item {
    height: 36px;
}

.search input {
    width: 14vw;
    border: 1px solid #dadada;
}

.search input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.banner {
    background: url('../images/banner3.jpg') center;
    background-size: cover;
    height: 40vh;
    margin-top: 109px;
}

.banner1 {
    background: #002a53;
    padding: 2.5rem;
    margin-top: 109px;
}

.banner-inner {
    background: url('../images/banner2.jpg') center;
}

.banner-text {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.banner-text h3{
    font-size: 40px;
    font-weight: 900;
    color: white;
    /* -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white; */
}
.padding3rem {
    padding: 3rem !important
}

.content {
    padding: 2rem 0;
}

.content h3 {
    font-family: 'PT Sans', sans-serif;
}

.img-container {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.img-container img {
    width: 100%;
}

.img-container .overlay {
    position: absolute;
    background: rgb(11 117 204/70%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.img-container:hover .overlay {
    opacity: 1;
}

.img-container .overlay .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px;
    font-weight: 500;
}


/* Modals */
/*.modal .modal-dialog {
  margin-top: 100px;
}
*/
.modal .modal-dialog .modal-content .modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    background: #9400d4;
    /*color: #ffff;*/
    text-transform: uppercase;
    font-weight: normal;
    font-size: .875rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.03rem;
    word-spacing: 0.2rem;
}

.modal .modal-dialog .modal-content .modal-body .close span {
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: bottom;
    color: #fff;
}

.modal .modal-dialog .modal-content .modal-body {
    /*padding: 35px 26px;*/
}

#videoPopup.modal .modal-dialog .modal-content .modal-body,
#careerPopup.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
}

#videoPopup.modal .modal-dialog .modal-content,
#careerPopup.modal .modal-dialog .modal-content {
    background-color: unset;
    border: none;
}

#videoPopup.modal button.close,
#careerPopup.modal button.close {
    line-height: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    margin-right: -20px;
    margin-top: -1.7rem;
    width: 30px;
    height: 30px;
    background: #fe0000;
    border: none;
    border-radius: 50%;
}

.modal-backdrop {
    background-color: #0062cc;
}

.modal-backdrop.show {
    opacity: .6;
}

.about h3{
    padding-bottom: 0.25rem;
    font-weight: 900;
}

.about p {
    padding-bottom: 0.8rem;
}

.history h3 {
    font-family: 'PT Sans', sans-serif;
}

.about-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

.history .description {
    border: 1px solid #707070;
    padding: 0.5rem;
    margin-top: 1rem;
}

.time-bar {
    position: absolute;
    width: 85%;
    height: 40px;
    border: 1px solid #707070;
    box-shadow: rgb(216 216 216) 5.95px 4.95px 10px 1px;
    left: 2px;
    margin-bottom: 1rem;
    top: 55px;
    z-index: -1;
}

.line {
    height: 20px;
    border: 1px solid #ccc;
    width: 50%;
    display: flex;
    border: 1px solid #707070;
    box-shadow: rgb(216 216 216) 5.95px 4.95px 10px 1px;
    display: none;
}

.br-none {
    border-right: none;
}

.bl-none {
    border-left: none;
}

.time-bar-small {
    width: 100%;
}

.year {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #737373;
    text-align: center;
    background: #fff;
}

.year p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    color: #000;
}

.filter-box {
    /*position: relative;*/
    /*width: 100%;*/
    border: 1px solid #303437;
    padding: 1rem;
    border-radius: 40px;
    box-shadow: rgba(198, 236, 249, 0.8) 0px 8px 20px;
    margin: 2rem;
}

.filter-div {
    flex-basis: 50%;
}

.filter select,
.filter input {
    border-radius: 40px;
    border: 1px solid #707070;
    /*height: 50px;*/
    padding: 4px 35px 3px 20px;
    appearance: none;
    background-color: transparent;
    margin-left: 20px;
    color: #000;
    outline: none;
    /*font-size: 14px;*/
}

select.round,
.filter input {
    background-image:
        linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        radial-gradient(#02ade5 70%, transparent 72%);
    background-position:
        calc(100% - 14px) calc(1em + -1px),
        calc(100% - 8px) calc(1em + -1px), calc(100%) 0.05em;
    background-size: 6px 6px, 7px 7px, 2em 2em;
    background-repeat: no-repeat;
}

.filter input.round1 {
    background-image: url('../images/search.jpg');


    background-position:
        calc(100%) 0.025em;
    background-size: contain;
    background-repeat: no-repeat;

}

.single-bar {
    display: inline-block;
    margin-right: 2px;
    height: 30px;
    width: 8px;
}

.bg-blue {
    background: #0569c9;
}

.bg-light-blue {
    background: #02ade3;
}

.assessments,
.e-learning {
    padding-left: 30px;
    padding-right: 30px;
}

.assessment-block,
.e-learning-block {
    position: relative;
}

.know-more-block {
    position: absolute;
    padding: 1rem;
    left: 0;
    bottom: -54px;
    background-image: linear-gradient(to right, #02ade3, #046bca);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 73%;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    z-index: 9;
}

.know-more-block h5 {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #fff;
}

.know-more-block p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

.know-more-block a {
    position: relative;
    font-size: 14px;
    padding-top: 1rem;
    color: #fff;
    width: fit-content;
}

.know-more-block a:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -2px;
    background: #fff;
    width: 100%;
    left: 0;
}

.know-more-block a:hover {
    text-decoration: none;
    color: #283047;
}

.e-learning .know-more-block {
    width: 100%;
    bottom: -95px;
}

.e-learning .know-more-block a {
    padding-top: 0;
}

.mb-7 {
    margin-bottom: 7rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.career-form {
    padding: 4rem;
}


.box {
    border: 1px solid #dadada;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 18%) 4.4px 6.4px 12.2px;
}

form {
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

.form-control {
    font-size: 14px;
}

.form-control:focus {
    border-color: #bebfc0;
    box-shadow: none;
}

input.form-control,
.shadow,
.form-group select,
.form-group textarea {
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-radius: 3px;
}
textarea {
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-radius: 3px;
    resize: none;
    height: 100px;
}
select.form-control {
    background-position: calc(100% - 14px) calc(1em), calc(100% - 8px) calc(1em), calc(100%) 0.2em;
}

.submit {
    padding-left: 2rem;
    padding-right: 2rem;
    background: #fe0000;
    color: #fff;
    font-weight: 500;
    border: none;
}

.career {
    padding: 0 1.5rem 0 0.5rem;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 15px;
    justify-content: space-between;
}

.career .left-block h5 {
    text-transform: uppercase;
}

.career .left-block h5,
.career .left-block p {
    margin-bottom: 0;
    padding: 0.5rem 0;
}

#careerPopup .modal-content {
    border-radius: 2.3rem;
}

#careerPopup .modal-body {
    font-family: 'PT Sans', sans-serif;
    padding: 2rem !important;
}

#careerPopup h5,
#careerPopup h6 {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}

.bg-violet {
    background: #002a53;
    /* background: #9400d4; */
}

.bg-dark-violet {
    background: #4b0081;
}

.bg-blue1 {
    background: #0000fe;
}

.bg-green {
    background: #00ab00;
}

.bg-olive-green {
    background: #c5c600;
}

.bg-orange {
    background: #ff7f00;
}

.bg-red {
    background: #fe0000;
}

.violet,
.violet:hover {
    color: #9400d4;
}

.dark-violet,
.dark-violet:hover {
    color: #4b0081;
}

.blue1,
.blue1:hover {
    color: #0000fe;
}

.green,
.green:hover {
    color: #00ab00;
}

.olive-green,
.olive-green:hover {
    color: #c5c600;
}

.orange,
.orange:hover {
    color: #ff7f00;
}

.red,
.red:hover {
    color: #fe0000;
}

.contact-form {
    padding: 2rem;
}

/*FOOTER*/
footer {
    background: #283047;
    /* text-transform: uppercase; */
    padding: 1.5rem 0 0;
    font-weight: 400;
    position: relative;
}

.footer-menu h5,
.footer-menu .title {
    color: #0488c9;
    font-size: 1.1rem;
    padding-bottom: 0.4rem;
    font-weight: 600;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.footer-menu ul li {
    color: #fff;
    padding: 7px 0;
    font-size: .9rem;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.footer-menu ul li a:hover {
    color: #0488c9;
}

.copyright {
    background: #0093dd;
    padding: 15px;
}

.copyright p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* .scrolltop {
    position: fixed;
    right: 3rem;
    bottom: 10rem;
    padding: 0px 10px 5px;
    color: #fff;
    background: #0093dd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 14px;
    z-index: 2;
}

.scrolltop i {
    font-size: 3.2rem;
    color: #283047
}

.scrolltop .text {
    font-size: 14px;
}

.scrolltop .text1 {
    font-size: 18px;
}

.container-top {
    display: flex;
    align-items: flex-end;
    width: 60px;
    -webkit-mask: linear-gradient(#0000 100vh, #000 0)
}

.top {
    position: sticky;
    bottom: 20px;
    margin-right: 10px;
    width: 100%;
    aspect-ratio: 1;
    background: #ff8b24;
    border-radius: 10px;
}

.top:before {
    content: "";
    position: absolute;
    inset: 30%;
    transform: translateY(20%) rotate(-45deg);
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
} */


.bar .last {
    padding-right: 0 !important;
}

.filter form input {
    margin-bottom: 0;
}

.events {
    margin-bottom: 50px;
}

.events-bar {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;

}

.events-bar li {
    padding: 15px 40px;
    max-width: 250px;
}

.events-bar li a {
    color: #fff;
}

.events-bar li:first-child {
    background: #02ade3;
}

.events-bar li:last-child {
    background: #0569c9;
}

.event-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 35px;
}

.event-block .image-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /*background: #9400d4;*/
    color: white;
    align-items: center;
    height: 90px;
    padding: 20px;
    margin-bottom: 35px;
}

.event-block .image-container img {
    position: absolute;
    width: 90px;
    left: 20px;
    top: 20px;
}

.event-block .right-block {
    text-align: right;
}

.name,
.loc,
.viewmore {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

/* .name::before {
    content: "";
    display: block;
    background: url(../images/icon-professor.jpg) no-repeat left;
    margin-right: 10px;
    width: 30px;
    height: 34px;
}

.loc::before {
    content: "";
    display: block;
    background: url(../images/icon-location.jpg) no-repeat left;
    margin-right: 10px;
    width: 30px;
    height: 31px;
} */

.viewmore {
    margin-bottom: 0;
    text-decoration: none;
}

/* .viewmore::before {
    content: "";
    display: block;
    background: url(../images/icon-dots.jpg) no-repeat left;
    margin-right: 7px;
    width: 35px;
    height: 11px;
}
 */
.link-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-btn {
    padding: 6px 20px;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    transition: all 1s ease;
}

.register-btn:hover {
    filter: brightness(0.8);
    color: white;
}

p.location {
    margin-bottom: 25px;
}

.event-title {
    margin-bottom: 18px;
}

.register-event {
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    color: #fff !important;
    font-weight: 500;
    border: none;
    margin: 1.2rem 0;
    display: block;
}

.aacee-inner .container {
    max-width: 900px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.video-block {
    width: 100%;
    /*max-width: 500px;*/
    max-height: 380px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    max-height: 380px;
}

.pagination {
    justify-content: center;
}

.pagination-lg .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.page-item {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.pagination.pagination-separated .page-item .page-link,
.jsgrid .pagination-separated.jsgrid-pager .page-item .page-link,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-link,
.jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button .page-link,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button .page-link,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page .page-link,
.jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page .page-link,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page .page-link,
.jsgrid .jsgrid-pager .jsgrid-pager-nav-button .pagination.pagination-separated .page-item a,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a,
.jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-nav-button a,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-nav-button a,
.jsgrid .jsgrid-pager .jsgrid-pager-page .pagination.pagination-separated .page-item a,
.pagination.pagination-separated .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .pagination.pagination-separated .jsgrid-pager-page a,
.jsgrid .pagination-separated.jsgrid-pager .jsgrid-pager-page a {
    border-radius: 5px;
}

#banner-slider.owl-carousel .owl-dots .owl-dot.active span,
#banner-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
    transform: translate3d(0px, -50%, 0px) scale(0.34);
}

#banner-slider.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

#banner-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
}

#banner-slider.owl-carousel .owl-dots .owl-dot span {
    background: #383c40;
    display: inline-block;
    height: 40px;
    width: 40px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    border-radius: 50%;
}

.enroll-now {
    padding: 3px 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    background: #ffa200;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.enroll-now p {
    margin-bottom: 0;
}

.enroll-now a {
    width: 112px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to right, #00abe1, #002a53);
    border-radius: 3px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.navbar {
    flex-wrap: nowrap;
    align-items: stretch;
}

.why-master {
    padding: 30px 50px;
}

.why-master .contentdiv {
    width: 52%;
    margin: 20px auto;
    padding-bottom: 46px;
}

.why-master h1 {
    font-size: 46px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.why-master h3 {
    font-size: 32px;
}

.why-master h1 span {
    font-weight: bold;
}

.explore-link {
    color: #0e9fdd;
    font-size: 17px;
    padding-left: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff;
  background: linear-gradient(to right, #00abe1, #002a53  );
  border-radius: 3px;
  padding: 10px;
  max-width:180px;
  width: 100%;
  transition: .3s all ease-in-out; */
}

.blue-btn {
    color: #fff;
    background: linear-gradient(to right, #00abe1, #002a53);
    border-radius: 3px;
    padding: 10px;
    max-width: 180px;
    width: 100%;
    transition: .3s all ease-in-out;
}

.blue-btn:hover {
    background: linear-gradient(to left, #00abe1, #002a53);
    color: #fff;
}

.explore-link::before {
    content: "";
    color: #fff;
    background: url(../images/right-arrow-white.png) no-repeat left;
    width: 6px;
    height: 9px;
    margin-right: 15px;
    display: block;
}

.why-master-left,
.why-master-right {
    margin-bottom: 20px;
}

.programs .container {
    max-width: 1000px;
    /* overflow-x: hidden; */
}

.why-master-left p {
    text-align: justify;
}

.programs {
    background: #f6f5fd;
    margin-top: 28px;
    position: relative;
}

.programs h2 {
    font-size: 45px;
    padding: 57px 0 28px;
    text-transform: uppercase;
    font-weight: 400;
}

.programs .programs-wrapper {
    margin: 0;
    position: relative;
}

.single-block {
    padding-left: 0;
    /*padding-right: 20px;*/
}

.single-block .blue-div {
    position: absolute;
    bottom: -54px;
    left: 0;
    width: 85%;
    color: #fff;
    padding: 20px 15px 10px;
    background: linear-gradient(to right, #00abe1, #002a53);
}

.single-block .blue-div h3 {
    text-transform: uppercase;
    padding-bottom: 8px;
}

.single-block .blue-div .know-more-link {
    font-size: 13px;
    color: #FFF;
    padding-top: 13px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    transition: all .2s ease-out;
}

.single-block .blue-div .know-more-link:hover {
    color: #fcfcfc;
}

.single-block .blue-div .know-more-link:hover::after {
    height: 0;
}

.single-block .blue-div .know-more-link::after {
    position: absolute;
    width: 100%;
    content: "";
    background: #fff;
    height: 2px;
    bottom: -2px;
    left: 0;
    transition: all .2s ease-out;
}

.programs .programs-wrapper img {
    width: 100%;
}

.mentoring {
    margin: 190px 65px 0;
}

.mentoring h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0.85;
}

.num-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    margin: 15px 0 15px;
}

.num-container .num-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 50%;
    margin-bottom: 30px;
}

.num-container .num-block .number {
    font-size: 30px;
    color: blue;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #00abe1, #002a53);
    background: -o-linear-gradient(left, #00abe1, #002a53);
    background: -moz-linear-gradient(left, #00abe1, #002a53);
    background: linear-gradient(to right, #00abe1, #002a53);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.num-container .num-block .text {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.mentoring p {
    /* padding-right: 1rem; */
    text-align: justify;
}

.e-learning-sec {
    margin: 220px 70px 0;
    min-height: 521px;
    background: url('../images/e-learning-bg1.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.e-learning-title {
    background: white;
    width: 60%;
}

.e-learning-title h2 {
    font-size: 44px;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.e-learning-title p {
    padding-bottom: 26px;
    font-weight: bold;
    margin: 0;
}

.e-learning-sec .course-list {
    position: absolute;
    bottom: -188px;
    left: 98px;
    width: 66%;
    background: #fff;
    padding: 50px 25px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    box-shadow: rgb(245 245 250 / 3%) 0px 46px 51px -20px, rgb(0 0 0 / 30%) 0px 30px 54px -30px;
}

.e-learning-sec .course-list ul li {
    list-style: none;
    position: relative;
    padding-bottom: 20px;
}

.e-learning-sec .course-list ul li::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: #047fd1;
    left: -26px;
    top: 10px;
}

.news-sec {
    margin: 40px 70px 40px;
    /*margin:265px 70px  40px;*/
    position: relative;
}

.news-sec h2 {
    font-size: 35px;
    padding: 20px 0 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.news-block img {
    width: 100%;
}

.news-block .title-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 20px;
}

.news-block .title-block h5::after {
    content: " ";
    display: block;
    border-top: 2px solid #017ece;
    width: 24%;
}

.news-block .title-block h5 {
    width: 80%;
}

.news-block .title-block .date {
    color: #5d5d5d;
    font-size: 13px;
    width: 20%;
    text-align: right;
}

.news-block p {
    padding-bottom: 20px;
}

.read-more-link {
    padding: 10px 12px;
    border-radius: 18px;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

.partnership {
    margin: 120px 70px 190px;
    position: relative;
    text-align: center;
}

.partnership h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.partnership p {
    font-size: 20px;
}

.logo-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    margin-top: 40px;
}

.newsletter-sec {
    position: relative;
}

.newsletter {
    max-width: 600px;
    width: 100%;
    position: absolute;
    bottom: -145px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    max-height: 126px;
    height: 100%;
    padding: 27px 40px 135px;
    z-index: 1;
    margin-bottom: 50px;
    box-shadow: 1px 0 15px rgb(161 156 156 / 30%);
}

.newsletter h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

#home footer .footer-menu {
    padding-top: 10rem !important;
}

form.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.input-email,
.input-search {
    padding: 5px;
    height: 40px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    max-width: 335px;
    width: 100%;
    color: #bababa;
    font-size: 13px;
}

.input-email:focus,
.input-search:focus,
.input-email:focus-visible,
.input-search:focus-visible {
    outline: none;
}

.input-search {
    background-image: linear-gradient(to right, #02ade3, #002a53);
    color: #fff;
    max-width: 110px;
    width: 100%;
    padding: 5px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #02ade3;
}

.slider3 {
    padding: 0;
}

.slider3.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slider3.owl-carousel .owl-item {
    opacity: 0;
}

.slider3.owl-carousel .owl-item.active {
    opacity: 1;
}

.slider3.owl-carousel .owl-nav {
    position: relative;
    bottom: -70px;
}

.slider3.owl-carousel .owl-nav button span {
    display: none;
}

.slider3.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/left-arrow.jpg) no-repeat center;
    width: 18px;
    height: 13px;
    position: absolute;
    left: 0;
}

.slider3.owl-carousel .owl-nav button.owl-next {
    background: url(../images/right-arrow.jpg) no-repeat center;
    width: 18px;
    height: 13px;
    position: absolute;
    right: 0
}

.slider3.owl-carousel .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -78px;
    width: 90%;
    height: 2px;
    background: #ccc;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slider3.owl-carousel .owl-dots button.owl-dot {
    background: #ccc;
    color: inherit;
    width: 55px;
    border: 1px solid #ccc;
}

.slider3.owl-carousel .owl-dots button.owl-dot.active {
    background: #2378cf;
    border: 1px solid #2378cf;
    height: 5px;
}

.logo-slider.owl-carousel .owl-item img {
    width: auto;
}

.logo-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.logo-slider.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
/*@media (min-width: 768px) {  
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  border-radius:0;
 }
}*/
/*.navbar{align-items: flex-start;}*/
/* .navbar-expand-md .navbar-nav {
    height: 100%;
} */

.navbar-expand-md .navbar-nav.secondory-nav {
    gap: 2.4rem;
    justify-content: flex-end;
    padding-right: 1.5rem;
    margin-top: 5px;
}

.navbar-expand-md .navbar-nav.secondory-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobile-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-master-right,
.mentoring-left {
    display: none;
}

/* ================================= */
/*===== Faq's =====*/
/* ================================= */
.faq-main-block {
    margin: 72px 0 60px;
}

.faq-panel .panel-default .panel-heading {
    background-color: #FFF;
    border-color: #dadada;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.faq-panel .panel-default .panel-heading:hover {
    background-color: #0891FF;
}

.faq-panel .panel-default .panel-heading .faq-heading a {
    text-transform: none;
    color: #000;
}

.faq-panel .panel-default .panel-heading .faq-heading a:hover {
    color: #FFF;
}

.faq-panel .panel-default .panel-heading:hover .faq-heading a {
    color: #FFF;
}

.panel-group .panel {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    box-shadow: 0px 3px 9.3px 0.7px rgba(198, 198, 198, 0.35);
}

.b_font {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 2px solid #333;
}


/*-------------------------*/

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: #02ade3;
    border: 1px solid #dadada;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.cd-top:hover {
    background-color: #283047;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    z-index: 9999;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background: #002142;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.back-to-top:before {
    content: "\f106";
    font-family: FontAwesome;
}
.back-to-top:hover{
    background: #fff;
    color: #002142;
    border: 1px solid #002142;
}

.header .sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #002142 !important; /*rgba(39, 60, 102, 0.9)*/
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  min-height: 109px;
}
#banner-slider
{
    margin-top: 109px;
}
.menu_bg
{
    background: #4db7de;
}
/* .tool-tip
{
    background: #4db7de;
} */

.list-unstyled li a 
{
   color: #002142;
   font-size: 14px;
}
.list-unstyled li a:hover
{
   color: #4db7de;
   font-size: 14px;
}
.list-unstyled li h3 
{
   font-weight: 600;
}


.pb-50 {
    padding-bottom: 50px;
}
.align-items-center {
    align-items: center !important;
}

/*-------------------------------------
    36. Contact Section CSS
--------------------------------------*/
.contact-page-section .inner-part .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-page-section .inner-part .title2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
  color: #111111;
}
.contact-page-section .inner-part p {
  font-size: 15px;
  color: #363636;
  line-height: 32px;
  font-weight: 400;
}
.contact-page-section .rs-quick-contact {
  background-color: #F9F8F8;
  padding: 70px 150px 70px;
}
.contact-page-section .rs-quick-contact .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}
.contact-page-section .rs-quick-contact textarea {
  height: 140px;
}
.contact-page-section .rs-quick-contact .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  text-transform: uppercase;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #002142;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.contact-page-section .rs-quick-contact .form-group .btn-send:hover {
  opacity: 0.90;
}
.contact-page-section .rs-quick-contact.new-style {
  padding: 70px 60px 70px;
}
.contact-page-section .rs-contact-box .address-item {
  padding: 50px 40px 50px 40px;
  background: #ffffff;
  box-shadow: 0 0 30px #fff;
  text-align: center;
  margin: 0px 20px 0px 0px;
  border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-box .address-item .icon-part {
  padding-bottom: 20px;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
  width: 65px;
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
  display: block;
  color: #101010;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des {
  font-size: 17px;
  color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a {
  color: #031a3d;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a:hover {
  color: #002142;
}
.contact-page-section .rs-contact-wrap {
  padding: 40px 35px 30px 35px;
  background-color: #F9F8F8;
  border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-wrap .address-item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.contact-page-section .rs-contact-wrap .address-item .address-icon {
  margin-right: 20px;
}
.contact-page-section .rs-contact-wrap .address-item .address-icon i {
  font-size: 35px;
  color: #002142;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .label {
  display: block;
  color: #505050;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des a {
  color: #111111;
  font-weight: 500;
}
.contact-page-section .rs-contact-wrap .address-item .address-text .des a:hover {
  color: #002142;
}
.contact-page-section .contact-comment-box .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #dadada;
  color: #333;
  background: none;
  /* background: #ffffff; */
  padding: 10px 18px;
  resize: none;
}
.contact-page-section .contact-comment-box textarea {
  height: 140px;
}
.contact-page-section .contact-comment-box .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #002142;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
.contact-page-section .contact-comment-box .form-group .btn-send:hover {
  opacity: 0.90;
  background: #0e5291;
}
.contact-page-section .contact-comment-box.new-style {
  padding: 60px 70px 60px !important;
}
.contact-page-section .contact-map {
  overflow: hidden;
}
.contact-page-section .contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}
.contact-page-section .contact-map2 {
  overflow: hidden;
}
.contact-page-section .contact-map2 iframe {
  float: left;
  width: 100%;
  height: 720px;
  border: none;
}
.contact-page-section .contact-map3 {
  overflow: hidden;
}
.contact-page-section .contact-map3 iframe {
  float: left;
  width: 100%;
  height: 600px;
  border: none;
}
.contact-page-section .contact-address-section {
  text-align: center;
  margin: 0 0 50px;
}
.contact-page-section .contact-address-section .contact-info {
  background: #f9f9f9;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 100px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.contact-page-section .contact-address-section .contact-info .icon-part {
  margin-right: 30px;
}
.contact-page-section .contact-address-section .contact-info .icon-part i {
  color: #002142;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 5px solid rgb(0, 33, 66, 10%);
}
.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}
.contact-page-section .contact-address-section .contact-info .content-part .info-title {
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  margin: 0;
  display: flex;
}
.contact-page-section .contact-address-section .contact-info .content-part a {
  color: #111111;
  display: block;
}
.contact-page-section .contact-address-section .contact-info .content-part a:hover {
  color: #002142;
}
.contact-page-section .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}
.contact-page-section .contact-address-section.style2 {
  margin: 0;
}
.contact-page-section .contact-comment-section {
  padding: 50px;
}
.contact-page-section .contact-comment-section h3 {
  font-size: 36px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 700;
}
.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #002142;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #0e5291;
}
.contact-page-section .contact-bg1 {
  background: #f9f9f9;
}
.gradient-button {
    font-size: 15px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    min-width: 150px;
    border: 0;
}
.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.gradient-button-4 {background-image: linear-gradient(to right, #00d2ff 0%, rgb(0 42 83 / 70%) 51%, #00d2ff 100%)}
.gradient-button-4:hover { background-position: right center; }

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    margin-bottom: 10px;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #002142;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.mb-30
{
    margin-bottom: 30px;
}
.border_abt
{
    border-left: 1px #dadada solid;
    border-right: 1px #dadada solid;
}
.exploremore a
{
    color: #900 !important;
    font-weight: 900;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: ;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: ;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.img-responsive
{
    max-width: 100%;
}
.col-form-label
{
    color: #002142;
}


/*------------------*/

.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover, .header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.header {
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
}

.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.content {
  width: 95%;
  margin: 0 auto 50px;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: 50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}