@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
.color_red {
    color: #F1180A;
}
.red_color{
    color:#B4443C;
}
h1,h2,h3,h4,h5,h6{	
	font-family: "Montserrat", sans-serif;
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/
.btn {
    font-size: 1rem;
}
/*#################################### Font ###################################*/

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Bold.woff2') format('woff2'),
        url('../../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-BoldItalic.woff2') format('woff2'),
        url('../../fonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Italic.woff2') format('woff2'),
        url('../../fonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Regular.woff2') format('woff2'),
        url('../../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*#################################### Font ###################################*/

.header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.banner {
	background: url(../../images/frontend/banner.jpg) no-repeat center top / 100% 100%;
	padding: 120px 0 70px;
	position: relative;
}
.banner::before {
	position: absolute;
	content: '';
	background: url(../../images/frontend/banner_bottom_overlay.png) no-repeat bottom left / 100%;
	width: 100%;
	height: 187px;
	bottom: 0;
	left: 0;
}
.banner_form_sec .form_title {
    font-size: 24px;
    color: #414141;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
	display: inline-block;
	position: relative;
}
.banner_form_sec .form_title span::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	left: -60px;
}
.banner_form_sec .form_title span::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	right: -60px;
}
.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 100%;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
/*.banner_form_sec .form-control, .form_sec .form-control {
    height: 35px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}*/
.banner_form_sec .form-group, .form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn, .form_sec .btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
	background: #832625;
	color: #fff;
}
.banner_form_sec .form-control, .form_sec .form-control {
    height: 32px;
    padding: .3rem .7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
.form_sec select.form-control {
    height: inherit !important;
}
.form_sec .form-control:focus, .card-footer .form-control:focus{
	outline: 1px solid lightblue;
    box-shadow: none;
}

.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}
.btn {
    padding: 0.375rem 0.75rem;
}
.banner_content_sec {
    padding: 100px 40px 0px 60px;
}
.banner_content_sec h2 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid #fff;
}
.banner_content_sec h4 {
	font-size: 30px;
	font-weight: normal !important;
	color: #fff;
	line-height: 36px;
	margin: 0 0 25px;
}
.banner_content_sec h4 span {
	display: inline-block;
	font-weight: bold;
}
.banner_bottom_sec {
	padding: 220px 0 130px;
}
.banner_bottom_container {
	border:1px solid #fff;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #d7d7d7 !important;
}
.banner_form_sec .btn {
    margin: 5px 0;
}
.btn-danger, .btn-outline-danger {
    border-color: #832625;
    background: #832625;
}
.btn-danger:hover, .btn-outline-danger:hover {
    background: #6e1716;
    box-shadow: 0 8px 25px -8px #6e1716;
    border-color: #6e1716;
}
.btn-warning {
    color: #fff;
    background-color: #ff9500;
    border-color: #ff9500;
}
.btn-warning:hover, .btn-outline-warning:hover {
    background: #cd772b;
    box-shadow: 0 8px 25px -8px #cd772b;
    border-color: #cd772b;
    color: #fff;
}
/*##################################################################################################################### VGU CET CSS #############################################################################*/
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #232323;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #232323;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #232323;
}

.dash-head-right h1 strong{
    color: #f8a125;
}


.btn-lg.go-choose {
    padding: 8px 30px;
    border-radius: 0;
    margin-top: 5px;
    color: #000;
}
.inner-main-panel{
    padding: 50px 0;
}
.main-form-panel .card .card-header{
    background: #4e73b8;
    color: #fff;
}
.main-form-panel .card .card-body .form-control{
    background: #f2f6ff;
    border-color: #b4bfd8;
}
.table tr:first-child th, .table tr:first-child td{
    border-top: 0;
}
.table thead tr th {
    background: #4d4e4e;
    color: #fff;
}
#userpaymentsection{
    padding: 20px;
    margin-top: 15px;
    background: #fff;
}
select.form-control{
    -webkit-appearance: auto;
}
.register-panel .form-group{
    position: relative;
    margin-bottom: 15px;
}
.register-panel .form-group .invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -18px;
    white-space: nowrap;
    color: #ff021b !important;
    font-size: 0.75rem;
}
.invalid-feedback {
    color: #dc6973 !important;
}
.register-panel .form-group label{
    color: #fff !important;
    padding-left: 0;
}
#dashboardaccord .leftmenu .list-group-item h5 {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 11px 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    background: #ddd;
}
#dashboardaccord .leftmenu .list-group-item h5 i {
    float: left;
    overflow: hidden;
    padding-top: 2px;
    margin-right: 10px;
}
#dashboardaccord .leftmenu .list-group-item h5:last-child {
    border-bottom: none;
}
#dashboardaccord .leftmenu .list-group-item[aria-expanded="true"] {
    text-shadow: none !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    background: #f8a125 !important;
    color: #000 !important;
    border-bottom-color: #f8a125 !important;
}
#dashboardaccord .dashboard_container {
    padding: 25px;
    box-shadow: 1px 0 11px rgba(0,0,0,0.26);
    margin-left: 30px;
}
#mypayments .table.table-bordered {
    font-size: 13px !important;
}

#wrapper {
    display: none;
}
.programPanel .nav{
    border-right: solid 1px #ddd;
    background: #fff;
}
.programPanel .nav a {
    color: #a63238;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
}
.programPanel .nav a:last-child{
    border-bottom: 0;
}
.programPanel .nav-pills .nav-link.active, .programPanel .nav-pills .show>.nav-link{
    background: #811811;
    border-radius: 0;
}
.programPanel .tab-content{
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-height: 428px;
    background: rgba(0,0,0,0.65);
}
.programPanel .tab-content h5{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #d63220;
}
.list-unstyled {
    color: #fff;
}
.listStyle li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}
.listStyle li:before{
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
}
.listStyle li ol li{
    padding-left: 0;
}
.listStyle li ol li:before{
    content: '';
}
.admpanel{
    padding: 30px 0;
    background: #f5f5f5;
}
.instDiv {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
    min-height: 100%;
}
header.inner-header {
    position: static;
    border-bottom: 1px solid #ddd;
}
header.inner-header .logo {
    padding: 15px;
}
.banner_form_panel h4 {
    color: #fff;
}
.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.phone {
    text-align: right;
}
#applycoupon {
    display: inline-block;
    color: #fff !important;
    background: #000 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
    margin-right: 5px;
}
#removecoupon {
    display: inline-block;
    color: #fff !important;
    background: #811811 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
}
.bg-secondary {
    background-color: #013457 !important;
}
.grey_bg {
    background:#ecf0f5 !important;
}
.pay_now_btn {
    display: inline-block;
    color: #fff !important;
    background: #4BB543;
    padding: 8px 40px;
    border: none;
    border-radius: 4px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
/*input:-webkit-autofill
{
 -webkit-text-fill-color: #fff !important;
}*/
.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto !important;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.fixed_btn_result {
    position: fixed;
    bottom: 5%;
    left: 15px;
    z-index: 999;
    text-align: center;
}
.fixed_btn_result .btn-block {
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.mob_userboard_table {
    width: 100% !important;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    display: none;
    margin: 15px 0 0;
}
.mob_userboard_table_tr {
    width: 100% !important;
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mob_userboard_table_tr span.leftsec {
    padding: 5px;
    border-right: 1px solid #ddd !important;
    width: 40%;
    float: left;
    color:rgba(0, 0, 0, 0.87);
    font-weight: bold;
}
.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 60%;
    float: left;
}
.desk-text-right{
    text-align: right;
}
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    /*background: #dc3545;*/
}
.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}
.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}
.jconfirm-cell {
    background: rgba(0,0,0,0.6);
}
.register-panel .frmLogin, .login-panel .frmReg {
    margin: 5px 0 0;
}
.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}
.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;

}
.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}
.inner-header .logout .dropdown .dropdown-item.active, .inner-header .logout .dropdown .dropdown-item:active {
    background-color: #299683;
}
header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    background: #014e83 !important;
    font-weight: 600;
}
#fdsformsteps button.btn.btn-success.btnsubmit {
    background: #299683;
    border-color: #299683;
}
#banner_form .register-panel .btn.btn-warning.btn-block, #banner_form .login-panel #checkLogin, #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid {
    background: #014e83;
    border-color: #014e83;
}
#banner_form .register-panel .btn.btn-warning.btn-block:hover, #banner_form .login-panel #checkLogin:hover,  #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid:hover {
    background: #014e83;
    border-color: #014e83;
    box-shadow: 0 8px 25px -8px #014e83;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg, a.btn.btn-link.toggleAction.btn-block {
    background: #000;
    border: #000;
    color: #fff;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin:hover, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg:hover, a.btn.btn-link.toggleAction.btn-block:hover {
    background: #000000;
    border: #000000;
    box-shadow: 0 8px 25px -8px #000000;
}
.steps_to_transform_wrap .desktop_display, .our_clientele_wrap .desktop_display {
    display: inline-block;
}
.steps_to_transform_wrap .mobile_display, .our_clientele_wrap .mobile_display {
    display: none;
}
select#code {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
select#countrycode {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
#mobile {
    margin-left: 30%;
    width: 70%;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}











/* ------------TASA LANDING PAGE-------------- */

body,
html {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

.color_blue {
    color: #004F83;
}
.color_red {
    color: #F1180A;
}
.red_color{
    color:#B4443C;
}
.color_yellow {
    color: #F1C30A;
}

.btn-style-one {
    background: #000;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-one:hover {
    color: #fff;
    transform: scale(0.98);
}

.btn-style-two {
    background: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    color: #F1180A;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-two:hover {
    color: #F1180A;
    transform: scale(0.98);
}

/* banner section start  */

.banner_section{
    background:url('../../../default/images/frontend/tasa/hero_banner.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    height:auto;
    padding-bottom:60px;
}

.banner_section .navbar .navbar-brand{
    width:75%;
}

.banner_section .navbar .navbar-brand .btn-style-one {
    background: #000;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transform: scale(1);
    transition: all ease .3s;
}
.banner_section .banner_content .form_div{
    height:70vh;
    background:#fff;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.6);
    border-radius:10px;
}
.banner_section .banner_content h4.banner_heading{
    color:#fff;
    font-size:50px;
    font-weight:bold;
    line-height: 54px;
}
.banner_section .banner_content h4.banner_heading span{
    color:rgba(255, 255, 255, 0.6);
    font-size:25px;
    font-weight:700;
}
.banner_section .banner_content h4.banner_heading span.global{
    color:#fff;
    background:#002f4e;
    padding:1% 3%;
    font-size:45px;
    font-weight:700;
}
.banner_section .banner_content h3{
    color:rgba(255, 255, 255, 0.8);
    font-size:30px;
    font-weight:400;
    line-height:40px;
}
.banner_section .banner_content h3 span{
    font-size:30px;
    font-weight:700;
}
.banner_section .banner_content .banner_txt{
    padding-top:45%;
    border-left:2px solid #F1C30A;
    padding-left:5%;
    margin-top:15%;
}
.banner_section .navbar .navbar-brand img.tasaLogo{
	width:13%;
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .navbar{
        position:static !important;
    }
    .banner_section {
        background-size: cover;
    }
    .banner_section .navbar .navbar-brand{
        width:100%;
    }
    .banner_section .banner_content .banner_txt {
        padding-top: 15%;
        margin-top: 0%;
    }
    .banner_section .banner_content h4 span.global {
        font-size: 40px !important;
    }
    .banner_section .banner_content h3 {
        /* font-size: 20px; */
    }
    .banner_section .navbar .navbar-brand img.tasaLogo {
        width: 40%;
    }
}

/* banner section end  */

/* ACCREDITED DEGREES section starts  */

.accredited_degrees{
    background: url('../../../default/images/frontend/tasa/accredited_degrees.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding:15% 0%;
    margin-top:-5%;
}
.accredited_degrees h2{
    font-size:60px;
    color:rgba(255, 255, 255, 0.6);
    font-weight:400;
}
.accredited_degrees h2 b{
    color:#fff;
}
@media (min-width:320px) and (max-width:480px){
    .accredited_degrees h2 {
        font-size: 30px;
        text-align: right;
    }
}

/* ACCREDITED DEGREES section end  */

/*journey section starts*/

section.journey_section {
    padding-bottom:5%;
    position: relative;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,0) 15%, rgba(0,0,0,1) 15%);
}
section.journey_section  .journey_section_content{
    background: rgb(1,78,130);
    background: linear-gradient(360deg, rgba(1,78,130,1) 0%, rgba(0,17,28,1) 65%);
    padding:5% 10% 3% 10%;
}
section.journey_section  .journey_section_content2{
    background: rgb(0,17,28);
    background: linear-gradient(180deg, rgba(0,17,28,0.9977240896358543) 30%, rgba(1,78,130,1) 100%);
    padding:5% 10% 3% 10%;
}

section.journey_section .jour-text p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

section.journey_section  .journey_section_content .prog-dv-cont hr{
    border:3px solid #A21D31;
    width:10%;
    margin-right:auto;
}

section.journey_section  .journey_section_content2 .prog-dv-cont hr{
    border:3px solid #A21D31;
    width:10%;
    margin-right:auto;
}

section.journey_section .con-text {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

section.journey_section .text-cont {
    padding: 0 20px;
}

section.journey_section .con-text h3 {
    font-size: 26px;
    font-weight: 700;
}

section.journey_section .con-text p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

section.journey_section .con-text h4 {
    font-size: 38px;
    font-weight: 700;
    opacity: 10%;
    position: absolute;
    top: -15px;
    background: #000;
}

section.journey_section .right-con .text-img {
    margin-top: 41%;
}

section.journey_section .text-img {
    position: relative;
}

section.journey_section .border-right {
    border-color: #000 !important;
}

section.journey_section .left-con .text-img:before {
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    left: 11px;
    top: 0;
    z-index: -1;
}


section.journey_section3  {
    background: rgb(0,79,131);
    background: linear-gradient(360deg, rgba(0,79,131,1) 70%, rgba(0,0,0,0) 70%);
    padding-bottom:3%;
}
section.journey_section3 .prog-text h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

section.journey_section3 .prog-text ul {
    padding: 0;
    list-style: none;
    column-count: 2;
}

section.journey_section3 .prog-text ul li {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

section.journey_section3 .prog-text ul li img {
    margin-right: 15px;
}

section.journey_section3 .prog-text {
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.4);
    position:relative;
    padding:3%;
    background:#fff;
}

.prog-dv-cont h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height:40px;
}
.prog-dv-cont h3 span {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
.prog-dv-cont .benefits_content_box{
    border:1px solid rgba(255, 255, 255, 0.4);
    padding:2% 2% 2% 2%;
}
.prog-dv-cont .benefits_content_box h4{
    color:#fff;
    font-size:22px;
    margin-bottom:4%;
}
.prog-dv-cont .benefits_content_box h5{
    color:#fff;
    font-size:16px;
}
.prog-dv-cont .benefits_content_box p{
    color:#fff;
    font-size:11px;
    line-height:18px;
}

@media (min-width:320px) and (max-width:480px){
    section.journey_section .journey_section_content {
        padding: 10% 10% 0% 10%;
    }
    section.journey_section3 .prog-text h3 {
        font-size: 18px;
    }
    section.journey_section  .journey_section_content .prog-dv-cont hr{
        border:3px solid #A21D31;
        width:10%;
        margin:auto;
    }
    section.journey_section .journey_section_content2 .prog-dv-cont hr {
        border: 3px solid #A21D31;
        width: 10%;
        margin:auto;
    }
}

/*journey section ends*/

/*program fearture section starts*/

.prog-dv-cont {
    padding: 0px;
}

.prog-dv-cont img {
    margin-top: -125px;
    width: 100%;
}

.prog-cont h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.prog-cont hr{
    border:3px solid #A21D31;
}

.prog-cont h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
}

.prog-cont h2 small {
    font-size: 35px;
}

.prog-dv-cont button{
    border-radius:50px;
}

.prog-cont-bg {
    height: 120px;
    width: 100%;
}

.prog-dv-cont img.bulgeria_img {
    margin-top: 5px;
    width: 100%;
}
@media (min-width:320px) and (max-width:480px){
    .prog-dv-cont {
        padding: 15% 0%;;
    }
}

/*program fearture section ends*/

/*Studying in Europe section start*/

section.europe_section {
    padding: 60px 0;
    position: relative;
}

section.europe_section img {
    width: 70%;
}

section.europe_section h2 {
    font-size: 32px;
    color: rgb(0 0 0 / 60%);
    font-weight: 700;
}

section.europe_section h2.admission_partner {
    font-size: 35px;
    color: #000;
    font-weight: 700;
}

.europe_section hr {
    border:3px solid #000;
    width:30%;
    margin:auto;
}

section.europe_section h3 {
    font-size: 32px;
    margin-top: 15px;
    font-weight: 700;
}


/*Studying in Europe section end*/

/*eligibility section starts */

section.eligibility_section h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 400;
}

section.eligibility_section {
    padding: 60px 0 0;
    position: relative;
}

.elg_dv {
    background: lch(30 34.87 262.42 / 0.05);
    padding: 20px;
    border-radius: 20px;
}

section.eligibility_section ul li h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

section.eligibility_section ul li p {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

section.eligibility_section ul li {
    margin-bottom: 25px;
}

section.eligibility_section ul li li {
    margin-bottom: 0;
}

.apply-now {
    position: relative;
    padding: 20px;
    text-align: center;
}

.apply-now:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #00000047;
    height: 1px;
}



.work_permit {
    position: relative;
    padding: 25px 25px 0;
    box-shadow: 0 2px 28px #00000047;
}

.work_permit:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    height: 4px;
    background: #F1180A;
    width: 85%;
    right: 0;
    margin: auto;
}

/*eligibility section ends */

/* ideal section start  */

.uam-dev{
    background:#F5F5F5;
    padding:4% 0%;
}
.uam-dev h2{
    font-size:50px;
    text-align:center;
}
.uam-dev ul{
    list-style-type: disc;
}
.uam-dev ul li p{
    font-size:25px;
    font-weight:600;
    color:rgba(0, 0, 0, 0.6);
}
@media (min-width:320px) and (max-width:480px){
    .uam-dev h2 {
        font-size: 35px;
    }
    .uam-dev ul li p {
        font-size: 18px;
    }
    .uam-dev ul {
        padding-left:5%;
    }
}

/* ideal section end  */

/*opportunities section starts*/

section.opport_section {
    padding: 60px 0;
    background: #02406A;
    position: relative;
}

section.opport_section .bg_sep_sect {
    background: #043150;
    padding: 30px 0 50px;
}

section.opport_section .oppr-cont h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

section.opport_section .oppr-cont p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

section.opport_section .opp-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

section.opport_section .opp-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    position: relative;
    margin-left: 15px;
}

section.opport_section .opp-text h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #F1C30A;
}

section.opport_section .btn-apply {
    text-align: center;
    margin-top: -25px;
}

/*opportunities section ends*/

/*experience section starts*/

section.exp_section {
    padding: 60px 0 0;
    position: relative;
    box-shadow: 0 0 75px 3px #0006;
}

section.exp_section h2 {
    font-size: 45px;
    color: rgb(0 0 0 / 100%);
    font-weight: 800;
    text-align: center;
}

section.exp_section h4 {
    font-size: 25px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    text-align: center;
}

section.exp_section p {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

section.exp_section .btn-apply {
    position: relative;
    top: 25px;
}

/*experience section ends*/

/*application section starts*/

section.appl_section {
    padding: 60px 0;
    position: relative;
}

section.appl_section h2 {
    font-size: 32px;
    color: rgb(0 0 0 / 60%);
    font-weight: 700;
    text-align: center;
}

section.appl_section p {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

section.appl_section .timlein_dv {
    width: 100%;
    display: flex;
}

section.appl_section .dv_icon {
    width: 40px;
    padding: 0 10px;
    position: relative;
    margin-top: 0;
    min-width: 40px;
}

section.appl_section .dv_icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 30px;
    background: #F1180A;
}

section.appl_section .dv_text {
    padding: 0 20px;
    position: relative;
    text-align: left;
}

section.appl_section .dv_text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

section.appl_section .dv_text ul li p {
    font-size: 16px;
    text-align: left;
    color: lch(0 0 0 / 0.6);
    font-weight: 600;
    margin: 0;
}

section.appl_section .timeline {
    position: relative;
}

section.appl_section .timeline:before {
    content: "";
    position: absolute;
    left: 45px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgb(0 0 0 / 20%);
}

/*application section ends*/

/*success section starts*/

section.success_section{
    background: url('../../../default/images/frontend/tasa/img_003.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding-top:5%;
}
section.success_section .succ-cont h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

section.success_section .success_text h2 {
    line-height:30px;
    color:rgba(0, 0, 0, 0.6);
}

section.success_section .success_text h2 small {
    font-size: 28px;
}

section.success_section .success_text h4 {
    font-size: 45px;
    font-weight:400;
    color:rgba(0, 0, 0, 0.6);
}

section.success_section .succ-cont p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}


/*success section ends*/

/*campus section starts*/

section.campus_section {
    position: relative;
    padding: 12% 0% 5% 0%;
    background: #014B7D;
    margin-top:-10%;
}

section.campus_section h2 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.campus_section .camp_hed {
    margin-bottom: 5%;
}

.campus_section .carousel-dv .carousel111 {
    background: url('../../../default/images/frontend/tasa/offering_bg.png');
    background-size: 90% 90%;
    background-position: top right;
    background-repeat: no-repeat;
    height: auto;
    padding: 3% 3% 3% 0%;
    border-radius:5px;
}

.campus_section .carousel-dv .carousel222 {
    background: url('../../../default/images/frontend/tasa/offering_bg.png');
    background-size: 90% 90%;
    background-position: top right;
    background-repeat: no-repeat;
    height: auto;
    padding: 3% 3% 3% 0%;
    border-radius:5px;
}

.cara-text h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.cara-text ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.cara-text ul li {
    padding: 15px 0;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.cara-text ul li strong {
    color: #fff;
}

.cara-text ul li:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #F1C30A;
}

.cara-img img {
    width: 80%;
    border-radius: 15px;
    box-shadow: 0px 15px 45px #00000085;
    margin: auto;
    text-align: center;
}

.cara-img {
    text-align: center;
}

ul.carousel-indicators {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 30px !important;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
}

.carousel-indicators li.active {
    width: 25px;
    border: 1px solid #fff;
    background: #fff;
}

section.campus_section .carousel-control-prev {
    left: -40px;
    width: 20px;
}

section.campus_section .carousel-control-next {
    right: -40px;
    width: 20px;
}

@media (min-width:320px) and (max-width:480px){
    .campus_section .carousel-dv .carousel111 {
        background: url('../../../default/images/frontend/tasa/offering_bg.png');
        background-size: 100% 100%;
        background-position: top right;
        background-repeat: no-repeat;
        height: auto;
        padding: 3% 3% 3% 0%;
        border-radius:5px;
    }
    
    .campus_section .carousel-dv .carousel222 {
        background: url('../../../default/images/frontend/tasa/offering_bg.png');
        background-size: 100% 100%;
        background-position: top right;
        background-repeat: no-repeat;
        height: auto;
        padding: 3% 3% 3% 0%;
        border-radius:5px;
    }
}

/*campus section ends*/

/*programs conduct section starts*/

section.prog_conduct_section {
    padding: 4% 0% 4% 0%;
    background: #000;
}

.prog_conduct_section .nav .nav-item .nav-link {
    background: rgba(255, 255, 255, 0.4);
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.prog_conduct_section .nav .nav-item .nav-link.active {
    background: #fff;
    color: #F1180A;
}

section.prog_conduct_section .prog-dv-cnt {
    background: #023F69;
    position: relative;
    box-shadow: 0px 30px 34px 5px #00000073;
}

section.prog_conduct_section .prog-dv-cnt h4{
    font-size:18px;
}

section.prog_conduct_section .prog-dv-cnt h4 span{
    color:#F1C30A;
}

section.prog_conduct_section .prog-dv-cnt button{
    border-radius:50px;
}

section.prog_conduct_section .prog-head h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    padding-left:10%;
}

section.prog_conduct_section .prog-head h2 b{
    font-weight: 500;
}

section.prog_conduct_section .prog-head p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-left:10%;
}

section.prog_conduct_section .prog-hd h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

section.prog_conduct_section .prog-hd h3 span{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

section.prog_conduct_section .prog-hd p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

section.prog_conduct_section .prog-col h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

section.prog_conduct_section .prog-col p {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

section.prog_conduct_section .prog-col {
    padding: 10px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

section.prog_conduct_section h4 {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}
section.prog_conduct_section h4 span{
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    color:#004F83;
}

section.prog_conduct_section .prog-dv-cnts {
    background: #011321;
    position: relative;
    box-shadow: 0px 30px 34px 5px #00000073;
}

section.prog_conduct_section .prog-dv-cnts hr{
    border:1px solid #fff;
    margin:6% 0%;
}

section.prog_conduct_section .prog-dv-cnts {
    background: #023F69;
    position: relative;
    box-shadow: 0px 30px 34px 5px #00000073;
}

section.prog_conduct_section .prog-dv-cnts h4{
    font-size:18px;
}

section.prog_conduct_section .prog-dv-cnts h4 span{
    color:#F1C30A;
}

section.prog_conduct_section .prog-dv-cnts button{
    border-radius:50px;
}

section.prog_conduct_section .btn-apply {
    text-align: center;
    margin-top:2%;
}

section.prog_conduct_section .btn-apply a{
    font-size:16px;
    font-weight:700;
    padding:1% 5%;
}
@media (min-width:320px) and (max-width:480px){

    .prog_conduct_section .nav .nav-item .nav-link {
        background: rgba(255, 255, 255, 0.4);
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin: 0 10px;
    }

}
/*programs conduct section ends*/

/*footer css starts*/

footer.footer {
    background: #004F83;
    position: relative;
}

footer.footer .footer-logo {
    width: 100%;
    padding: 25px;
}

footer.footer .address-footer {
    padding-top: 25px;
}

footer.footer .address-footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

footer.footer .contact-footer {
    padding-top: 25px;
    padding-bottom: 15px;
}

footer.footer .contact-footer h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
footer.footer .copyright-footer p {
    font-size: 14px;
}
footer.footer .contact-footer a {
    font-size: 30px;
    color: #ffffffa8;
    font-weight: 500;
}

footer.footer .copyright-footer {
    padding: 15px;
    position: relative;
}

footer.footer .copyright-footer p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

footer.footer .copyright-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #F1C30A;
}

footer.footer .footer-logo img {
    width: 100%;
}

/*footer css ends*/

section {
    overflow-x: unset;
}

@media screen and (max-width: 767px) {
    
    header.header_one nav {
        padding: 0px 0px;
        justify-content: space-between;
        position: relative !important;
        box-shadow: none;
    }
    header.header_one a.navbar-brand {
        width: 180px;
    }
    header.header_one .btn-style-one {
        padding: 10px 20px;
    }
    section.journey_section .jour-text p {
        font-size: 13px;
        line-height:20px;
    }
    section.journey_section {
        padding: 50px 0;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 5%);
    }
    section.journey_section .right-con .text-img {
        margin-top: 65%;
    }
    section.journey_section3 .prog-text ul {
        column-count: 1;
        margin-bottom: 0;
    }
    section.journey_section3 .prog-text h3 {
        font-size: 18px;
    }
    section.journey_section3 .prog-text ul li {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        margin-bottom: 10px;
        margin-left: 40px;
        text-indent: -30px;
    }
    section.journey_section3 .prog-text ul li img {
        margin-right: 5px;
    }
    .prog-dv-cont img {
        margin-top: -70px;
        width: 100%;
    }
    .prog-dv-cont img.bulgeria_img {
        width: 40%;
        margin-top:15%;
    }
    .prog-cont {
        padding: 0px 15px;
        text-align: left;
    }
    .prog-cont h2 br,
    .prog-dv h3 br {
        display: none;
    }
    .prog-dv h3 {
        font-size: 20px;
    }
    .prog-dv p {
        font-size: 14px;
        opacity: 0.7;
        margin: 0;
    }
    section.europe_section h2 {
        font-size: 24px;
    }
    section.europe_section h3 {
        font-size: 20px;
    }
    section.europe_section {
        padding: 20px 0;
        position: relative;
    }
    section.europe_section hr.rule_two {
        margin-bottom: 10px !important;
    }
    section.campus_section {
        padding: 170px 0px 0px 0px;
        margin-top:-40%;
    }
    section.campus_section h2 {
        font-size: 25px;
    }
    .cara-text h3 {
        font-size: 22px;
    }
    section.prog_conduct_section .prog-head h2 {
        font-size: 28px;
        padding-left:0%;
    }
    section.prog_conduct_section .prog-head p {
        padding-left: 0%;
    }
    section.prog_conduct_section {
        padding: 15% 0% 4% 0%;
    }
    section.prog_conduct_section .prog-dv-cnt h4 {
        font-size: 16px;
    }
    
    section.prog_conduct_section .prog-hd h3 {
        font-size: 22px;
    }
    section.prog_conduct_section .prog-hd p {
        font-size: 18px;
    }
    section.eligibility_section h2 {
        font-size: 28px;
    }
    section.eligibility_section ul li {
        margin-bottom: 15px;
    }
    section.eligibility_section ul li h3 {
        font-size: 20px;
    }
    section.eligibility_section .work_permit ul {
        padding-left: 20px;
    }
    section.opport_section .oppr-cont h2 {
        font-size: 24px;
    }
    section.opport_section .opp-text h3 {
        font-size: 18px;
    }
    section.opport_section .opp-text p {
        font-size: 14px;
    }
    section.exp_section {
        padding: 50px 0 0;
    }
    section.exp_section h2,
    section.appl_section h2 {
        font-size: 26px;
    }
    section.exp_section p {
        font-size: 14px;
    }
    section.exp_section hr.rule_two {
        margin-bottom: 10px !important;
    }
    section.appl_section p {
        font-size: 16px;
    }
    section.appl_section .dv_text h3 {
        font-size: 18px;
    }
    section.appl_section .dv_text ul li p {
        font-size: 14px;
        text-align: left;
    }
    .dv_text ul {
        padding-left: 20px;
    }
    .success_text h2 {
        font-size: 26px;
    }
    section.success_section .justify-content-center {
        justify-content: left !important;
    }
    section.success_section {
        padding: 50px 0px 10px 0px;
    }
    section.campus_section .carousel-control-prev {
        left: -10px;
        width: 20px;
    }
    section.campus_section .carousel-control-next {
        right: -10px;
        width: 20px;
    }
    section.europe_section img {
        width: 100%;
    }
}

@media (min-width:320px) and (max-width:480px) {
    section.banner_section .div-content h1 small {
        font-size: 30px;
    }
    section.banner_section .div-content h2 span {
        font-size: 23px;
    }
    .journey_section h2 {
        font-size: 25px;
    }
    .prog-cont h2 {
        font-size: 23px;
        text-align:center;
    }
    .program_dvsection h2 {
        text-align: center;
    }
    .carousel-cell2 {
        width: 95%;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .carousel-cell2 div.uMBA_benefits {
        height: 260px;
        border-radius: 10px;
    }
    .carousel-cell2 div.gMBA_benefits {
        height: 220px;
        border-radius: 10px;
    }
    .carousel-cell2 h3 {
        font-size: 20px;
    }
    .prog-dv-cont p {
        font-size: 13px;
    }
    .carousel-cell2 {
        margin-bottom: 10px;
    }
    section.europe_section h2.admission_partner {
        font-size: 30px;
    }
    section.eligibility_section ul li p {
        font-size: 15px;
    }
    section.success_section .success_text h2 small {
        font-size: 20px;
        font-weight:500;
    }
    section.success_section .success_text h2 {
        font-size: 28px;
    }
}

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}



/* Apply Now  button end  */


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */


/* form css starts */
.banner_form_sec .btn {
    margin: 5px 0;
    border-radius: 6px;
}
/* form css ends */