body{
    font-family: 'Montserrat', sans-serif;   
    font-size:15px;
    color:#001F80;
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li.active > a {
  background: #fff;
  color:#001F80;
  border-bottom: 3px solid #D84655;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom:5px;
  padding-left:10px;
  padding-right: 10px;
  margin-right: 5px:  


}
.solidbackground{
    width:100%;
    height: 10px;
    padding: 20px;
    background-color: #ccc;
    margin: 10px 0;
}
.solidbackground-sm{
    width:100%;
    height: 10px;
    padding: 10px;
    background-color: #ccc;
    margin: 10px 0;
}
.circlebackground{
    width:100px;
    height: 100px;
    padding: 20px;
    background-color: #ccc;
    border-radius: 50px;
}

.request-img{
  background-image: url('../images/request-callback.svg');
  height:300px;
  width: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
}

.contact-us-img{
  background-image: url('../images/contact_us.svg');
  height:400px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
}

.contact-us-bg{
  background-image: url('../images/contact_us_bg.svg');
  background-repeat: no-repeat;
  position: relative;
  background-size:cover;
  width: 100%;
  height: 400px;
  background-size: contain;
  margin: 72px;
}

.student_calltoaction{
  background-image: url('../images/icons/studentcalltoaction.svg');
  height:600px;
  width: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
}

.flex-center{
  display: flex;
  justify-content: center;
  
}

.logo-image{
  display: flex;
  justify-content: center;
  border: 1px solid #eee;
  height: 200px;
  align-items: center;
  margin: 20px 40px;
}

.student_calltoaction_bg{
  background-image: url('../images/icons/stdcalltoaction_bg.svg');
  background-repeat: no-repeat;
  position: relative;
  background-size:cover;
  width: 100%;
  height: 400px;
  background-size: contain;
  margin: 72px;
}

.icon-logout{
  background-image: url('../images/icons/logout.svg');
  height:10px;
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px 10px;
  padding: 3px 10px;
}

.icon-map{
    background-image: url('../images/icons/map.svg');
      height:10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}
.icon-currency{
    background-image: url('../images/icons/icon-money.svg');
      height:27px;
      width: 15px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}

.icon-program-calendar{
    background-image: url('../images/icons/icon-calendar.svg');
      height:27px;
      width: 15px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}
.icon-whatsapp{
    background-image: url('../images/icons/icon-whatsapp.svg');
      height:10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}
.icon-pin{
    background-image: url('../images/icons/location-icon.svg');
      height:10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}
.icon-call{
    background-image: url('../images/icons/call-icon.svg');
      height:10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}
.icon-email{
    background-image: url('../images/icons/email-icon.svg');
      height:10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}
.location-map{
    background-image: url('../images/icons/icon_map.svg');
      height:10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0px 10px;
      padding: 3px 10px;
}

.ui-widget.ui-widget-content{
    border:0px !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button{
    color:#CFCFCF;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    border:0px; 
     background-color: #fff;
    color: #CFCFCF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    border:0px; 
    background-color: #fff;
    color: #001F80;
    border-bottom: 3px solid #D84655;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border:0px;
    background-color: #fff;
    color: #001F80;
}

.table th, .table td{
    border-bottom: 1px solid #eee;
    border-top: 0px solid #000 !important;
}

.comment-status-processing{
    background-color: #3F75F5;
    color: #fff;
    padding:5px 8px;
    font-size: 12px;
    border-radius: 4px;
}
.comment-status-complete{
    color: #001F80;
    font-size: 12px;
}
.comment-status-pending{
    background-color: #D84655;
    color: #fff;
    padding:5px 8px;
    font-size: 12px;
    border-radius: 4px;
}


@keyframes placeHolderShimmer {
  0%{ background-position: -468px 0; }
  100%{ background-position: 468px 0; }
}

.animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
}


a.icons{
    color:#000000;
    opacity: .2;
}

.btn-primary{

    padding:7px 20px !important;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #FFF;
    background-color: #001F80;
}

.btn-primary:hover{
    padding:7px 20px !important;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #001F80;
    background-color: #FFF;
}

#app-layout-content{
    background-color: #EFEFEF;
}

.btn-default{
    padding:7px 20px !important;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #001F80;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    font-weight: 500;
}
.nav-tabs > li > a:hover {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

.ui-widget-header {
    border: 0px;
    border-bottom: 1px solid #dddddd;
    background-color: #fff;
}

.navbar .nav>li>a {
    color:#001F80;
    font-weight: 500;
}
a.nav-button:hover {
    background-color: #001F80;
    color: #fff;
    font-weight: 500;
}

a:hover .image{
    opacity: .5;
}

/* Style the list */
ul.breadcrumb {
  padding: 20px 0px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #0275d8;
  text-decoration: underline;
}

.navbar{
    border: 1px solid #ccc !important;
    background: #fff;
}

a.button{
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #001F80;
}

a.nav-button{
    padding: 5px 10px !important;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #001F80;
    margin:5px 0px;
    
}

.navbar-nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 50px !important;
    
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  list-style-type: none;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  color: #001F80;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #7a7a7a;
}


.form-button{
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #001F80;
    background-color:transparent;
}


header{
    background-color:#fff;    
}

.navbar-header{
    padding-left:15px;
}

.dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-family: 'Montserrat', sans-serif;   
    font-size:15px;
    color:#001F80;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.jumbotron{
    color:#fff;   
    padding-top:80px;
    padding-bottom:0px;
}

.jumbotron h1 {
    font-size: 60px !important;    
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    line-height:60px;
    color:#fff;
}


.jumbotron a {
    padding: 10px 25px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 30px;
    font-weight:700;
    margin-left:15%;
    margin-top:50px;
    border: 1px solid #fff;
    color:#fff;
}

.jumbotron p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #000;
    line-height:40px;
    color:#fff;
}

.jumbotron {
    background-color:inherit;
    
}


.btn .btn-active{

}

.homepage_header{
  background-image: url('../images/homepage/banner-bg.png');
  background-repeat: no-repeat;
  /* opacity: 0.87; */
  position: relative;
  background-size:cover;

}

.cover {
    background-image:url('../images/homepage/banner-side.svg');    
    background-size: contain;
    height: 600px;
    background-repeat: no-repeat;
}
.student-cover {
    background-image:url('../images/homepage/international-students.svg');    
    background-size: contain;
    height: 300px;
    background-repeat: no-repeat;
}


.student-cover-banner {
    background-image:url('../images/homepage/international-students.svg');    
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
}
.institution-cover {
    background-image:url('../images/homepage/institution-support.svg');    
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
}

.recruitment-cover {
    background-image:url('../images/homepage/recruitment-partner.svg');    
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
}

.blue-background {
    background-image:url('../images/homepage/blue-background.svg');    
    background-size: cover;
    background-repeat: no-repeat;
}


.red-background {
    background-image:url('../images/homepage/red-background.svg');    
    background-size: cover;
    background-repeat: no-repeat;
}



/****STUDENT PAGE******/
.student-benefits-1 {
    background-image:url('../images/students/benefits-1.svg');    
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
}
.student-benefits-2 {
    background-image:url('../images/students/benefits-2.svg');    
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
}
.student-benefits-3 {
    background-image:url('../images/students/benefits-3.svg');    
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
}

.student-step-1 {
    background-image:url('../images/students/step-1.svg');    
    background-size: contain;
    height: 57px;
    background-repeat: no-repeat;
}
.student-step-2 {
    background-image:url('../images/students/step-2.svg');    
    background-size: contain;
    height: 57px;
    background-repeat: no-repeat;
}
.student-step-3 {
    background-image:url('../images/students/step-3.svg');    
    background-size: contain;
    height: 57px;
    background-repeat: no-repeat;
}

.student-step-4 {
    background-image:url('../images/students/step-4.svg');    
    background-size: contain;
    height: 57px;
    background-repeat: no-repeat;
}
.student-step-5 {
    background-image:url('../images/students/step-5.svg');    
    background-size: contain;
    height: 57px;
    background-repeat: no-repeat;
}


.step-background-1 {
    background-image:url('../images/students/step-background-1.svg');    
    background-size: contain;
    background-repeat: no-repeat;
}

.step-background-2 {
    background-image:url('../images/students/step-background-2.svg');    
    background-size: contain;
    background-repeat: no-repeat;
}


.student-step{
    background-color:#D84655;  
    border-radius:50px;
    border: 1px solid #D84655;
    padding:20px;
    width:100px;
    
}
/**** END OF STUDENT PAGE***/



.agents-benefits-1 {
    background-image:url('../images/agents/1-service-provider.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-2 {
    background-image:url('../images/agents/2-counseling.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-3 {
    background-image:url('../images/agents/3-research.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-4 {
    background-image:url('../images/agents/4-reputation.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-5 {
    background-image:url('../images/agents/5-business-deals.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-6 {
    background-image:url('../images/agents/6-web-application.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-7 {
    background-image:url('../images/agents/7-documents-management.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.agents-benefits-8 {
    background-image:url('../images/agents/8-educational-institutes.svg');    
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}



/****PARTNERS*******/

.partners-benefits{
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
}
.partners-benefits-1 {
    background-image:url('../images/university/1-international students.svg');    
}
.partners-benefits-2 {
    background-image:url('../images/university/2-courses.svg');    
}
.partners-benefits-3 {
    background-image:url('../images/university/3-applicants.svg');    
}
.partners-benefits-4 {
    background-image:url('../images/university/4-recruiter.svg');    
}
.partners-benefits-5 {
    background-image:url('../images/university/5-paperworks.svg');    
}
.partners-benefits-6 {
    background-image:url('../images/university/6-analytical-tools.svg');    
}
.partners-benefits-7 {
    background-image:url('../images/university/7-online-support.svg');    
}
.partners-benefits-8 {
    background-image:url('../images/university/8-process.svg');    
    
}




.step-header{
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #001F80;
    
}
.step-header .entity{
    color: #D84655;
    
    
}
.step-header .number{
    border-right:1px solid #A5A5A5;
    padding-right:10px;
    width:55px; 
    
}

.step-body{

}

.faq-question{
    border-left:5px solid #D85655;
    font-size:18px
}

.faq-answer{
    font-size:18px
}


.agent-cover-banner {
    background-image:url('../images/homepage/recruitment-partner.svg');    
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
}

.institution-cover-banner {
    background-image:url('../images/homepage/institution-support.svg');    
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
}


.about-us-header {
    color: #D84655;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    width: 200px;
    height: 104px;
}

.benefits-header {
    color:#D84655;
    font-size:28px;
    font-weight:600;
    line-height:30px;
    width: 200px;
    height:84px;
}

.benefits-body {
    color:#000;
    font-size:15px;
    padding-top:20px;
}

.benefits-y-header {
    color:#D84655;
    font-size:28px;
    font-weight:600;
    line-height:30px;
    
}

.benefits-y-body {
    color:#000;
    font-size:15px;
    
}

.benefits-y-header .number{
    border-right:2px solid #A5A5A5;
    padding-right:10px;
    width:55px; 
    
}

.t-right{
    text-align:right;    
}


input.form-control, textarea.form-control{
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: inherit;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.page-header h2{
    font-size:25px !important;
    font-weight:600;
}

.socialicons{
    margin:10px;padding:6px 12px;
    border-radius:20px;
    border: 1px solid #001F80;
}

.socialicons a{
    color:#001F80;
}





@media (min-width: 1200px){
    .container {
        width: 1330px !important;

    }
    section#layout-content .container {
        width: 1330px !important;
        padding-top:20px;
        padding-bottom:20px;
    }
}

.section-header{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #001F80;
    
}
.section-header .entity{
    color: #D84655;
    
}

.section-body{
 padding-bottom:15px;
 font-size:14px;

}

.section-footer{
    padding-bottom:15px;

}
.section-footer a{
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #001F80;
    color: #001F80;
}


.main-section-header{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #001F80;
    margin:auto;
    
}
.main-section-body{
 padding-bottom:15px;
 font-size:14px;
 color:#001F80;

}


.section-list{
    /*background-color:#F2F2F2;*/
    border: 1px #ccc solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    padding-bottom:10px;
    padding-top:10px;
    
}
.figures{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    
}


.figures-labels{
    display:block; 
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;

    
}

.school_type{
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    display:block;   
    color:#D84655;
    
}


.header-design-below{
    margin:auto;
    text-align:center;
    border-top:#F10F27 2px solid;
}






.footer-design-below{
    text-align:left;
    border-top:#F10F27 1px solid;
    width:40px;
    height:10px;
}
footer a{
   color:#001F80;
}
.footer-link-body a{
    color:#858585;
    display:block;
    font-size:15px;
    padding-top:5px;
}






footer{
    background-color:#E8EAF4;
    color:#001F80;

}

footer p{
    color:#001F80;

}


footer .footer-logo{
    background-image:url('../images/logo.svg');    
    background-size: contain;
    height: 37px;
    background-repeat: no-repeat;
    margin-bottom: 28px;
}


.footer-link-header{
    font-size:18px;
    font-weight:600;
}



.t-center{
    text-align:center;
}

.accordion>.card:first-of-type
{
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card {
	
}

.card {
	/*position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	*/
}

.card-body {
	padding: 1.25rem;
	line-height: 32px;
}


.card .btn-link {
    color: #001F80;
    font-weight: 600;
    border-radius: 0;
    
}

.card-header{
    border-left: #F10F27 3px solid;
    background-color: #FDF8F9;
}

.carousel {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.testimonial{
    border: 1px solid #ccc;
    border-radius: 24px;
    height:600px
}


.testimonial-photo{
    margin: auto;
    width: 257px;
    margin-top: 30px;


}


.testimonial-content{
    background-image:url('../images/homepage/testi-red.svg');    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 56px;
    color:#FFF;
    text-align:center;
    top: 246px;
    position: absolute;
    left: 7px;
    right: 16px;
    min-height:414px

}





.testimonial-content h5, .testimonial-content-reverse h5{
 color:#FFF;
 font-weight:600;
}



.testimonial-content-reverse{
    background-image:url('../images/homepage/testi-black.svg');    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 66px 56px;
    color:#FFF;
    text-align:center;
    top: 246px;
    position: absolute;
    left: 7px;
    right: 16px;
    min-height:414px

}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 
{
    color:#001F80;
    font-weight:600;
}
a{
    color:#001F80;
}


.signup_student_bg{
  background-image: url('../images/students/student_sign_up_bg.svg');
  background-repeat: no-repeat;
  position: relative;
  background-size:cover;
  width: 100%;
  height: 400px;
  background-size: contain;
  margin: 72px;
}

.signup_student_image{
  background-image: url('../images/students/student_sign_up.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 350px;
  background-size: contain;
  margin: 41px;

}

.signup_agent_bg{
  background-image: url('../images/agents/agents_sign_up_bg.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 400px;
  background-size: contain;
  margin: 78px;
}

.signup_agent_image{
  background-image: url('../images/agents/agents_sign_up.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 350px;
  background-size: contain;
  margin: 41px;

}

.signin_bg{
  background-image: url('../images/signin_bg.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 351px;
  background-size: contain;
  margin: 78px 20px;
}

.signin_image{
  background-image: url('../images/signin_image.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 421px;
  background-size: contain;
  margin: 20px 10px;

}

.forgot_password_bg{
  background-image: url('../images/forgot-password-bg.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 351px;
  background-size: contain;
  margin: 78px 20px;
}

.forgot_password_image{
  background-image: url('../images/forgot-password.svg');
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 421px;
  background-size: contain;
  margin: 20px 10px;

}

.no-result{
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    color: #957474;
}
.no-result .searched-key{
    font-size: 24px;
    color:#001F80;
}

input.ng-invalid.ng-touched, textarea.ng-invalid.ng-touched, select.ng-invalid.ng-touched{
  border-color: 1px solid red;
}


