@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	outline:none;
	padding:0px;
	margin:0px;
    transition: all .2s ease-in;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(135deg, rgb(247 247 243 / 22%) 0%, rgb(238 241 251 / 44%) 100%);
}
img{max-width: 100%;}
.clear{ clear:both; }

p {
    font-weight: 400;
    font-size: 1rem;
    color: #45556c;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
}
a{
	color:#009689;
	font-weight:600;
	text-decoration:none;
}


.app-conatiner {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f3+0,eef1fb+100 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.head-menu {
    position: relative;
    color: #000;
    padding: 1rem 0;
}
 
.top-menu {
    margin: 0;
    position: relative;
    width: 100%;
    transition: all 0.2s ease;
    border: 1px #e5e5e5 solid;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
}

.top-menu ul.navbar-nav a.nav-link i {
    padding-right: 3px;
    font-size: 0.8rem;
}

 
.top-menu ul.navbar-nav {
    width: 100%;
    transition: all 0.2s ease;
    justify-content: space-between;
} 

.top-menu ul.navbar-nav li.nav-item {
    text-align: left;
}

.top-menu ul.navbar-nav a.nav-link {
    color: #000;
    font-size: 0.85rem;
    font-weight: 400;
    border-radius: 5px;
    padding: 0.5rem 0.6rem;
    line-height: normal;
}

.top-menu ul.navbar-nav a.nav-link:hover {
    background: #ebf7f3;
    border-radius: 5px;
    color: #000;
} 
.top-menu a.nav-link.active, .top-menu a.nav-link.active:hover  {
    color: #fff !important;
    background: #009689 !important;
} 

.head-menu .toggle-txt {
    border-top: 1px #e5e5e5 solid;
    text-align: center;
    padding: 0.5rem 0.5rem 0;
    line-height: normal;
    color: #45556c;
    font-size: .875em;
    font-weight: 400; 
}
.top-header {
    background: #f0f0f0;
    position: relative;
    padding: 0.8rem 0.5rem;
    text-align: right;
    border-bottom: 1px #e5e5e5 solid;
}

.logo {
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
	line-height: normal;
}
 
.content-body {
    padding: 2rem 0 0;
    position: relative;
    color: #000;
    /* height: 100%; */
}
.content-body .col-lg-6 {
    display: flex;
}

.content-body h4 {
    font-size: 1.2rem;
    color: #45556c;
    font-weight: 400;
}

.head-banner {
    border-radius: 20px;
    padding: 2rem 2rem;
    background: #009689;
    display: flex;
    position:relative;
    overflow: hidden;
    min-height: 200px;
    align-items: center;
    justify-content: flex-start;
}
.head-banner:before{
	content: "";
	width:100%;
	height: 100%;
	background:url('../img/bg-pattern.jpg') no-repeat center center;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover;
	opacity: 0.2;
}
.insurance-bg:before{
	background:url('../img/subtle-insurance-pattern.png') no-repeat center center;
	background-size: cover;
}
.incometax-bg:before{
	background:url('../img/subtle-tax-documents-pattern.png') no-repeat center center;
	background-size: cover;
}
.scholarship-bg:before{
	background:url('../img/subtle-scholarship-students-pattern.png') no-repeat center center;
	background-size: cover;
}

/*.head-banner:after{
	content: "";
	width:165px;
	height:262px;
	background: url('../img/right-pattern.png') no-repeat left bottom;
	position: absolute;
	bottom: -20px;
	right: -10px;
	 background-size: contain; 
}*/
.hero-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
}

.hero-info span {
    width: 45px;
    height: 45px;
    background: rgb(255 255 255 / 20%);
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
}
.hero-txt{
    color: #000;
    padding-left: 1rem;
    color: #fff;
    flex: 1;
	white-space: normal;
    word-break: break-word;
}

.hero-txt h2 {
    font-size: 2rem;
    font-weight: 600;
}

.hero-txt h4 {
    font-size: 1.1rem;
    font-weight: 400;
}


.hero-img {
    display: inline-block;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border: 4px #ffefd0 solid;
    border-radius: 20px;
}
.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h2.heading {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
}

.work-box {
    position: relative;
    background-color: #fff;
    color: #000; 
    border-radius: 10px;
	text-align:center;
    padding: 1.5rem 1.5rem;
    box-shadow: 0 0 2px 2px rgb(20 20 20 / 3%);
    border: 1px #e5e5e5 solid;
}

.work-box span {
    display: block;
}

.work-box h3 {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1rem 0;
    margin: auto;
}


.table thead tr th {
  background:#ff780d;
  color: #fff;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  padding: 0.7rem 0.7rem;
  font-size: 1.2rem;
  border: 0;
}
.table tbody tr td {
  color: #000;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  font-size: 13px;
  border-bottom: 1px #DEDEDE solid;
  padding: 0.7rem 0.7rem !important;
} 
.table thead tr th:first-child {
    border-top-left-radius: 10px;
  }
  .table thead tr th:last-child {
    border-top-right-radius: 10px;
  }
  table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 10px;
  }
  table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 10px;
  }


.block-table thead, .block-table tbody tr{
    display: table;
    table-layout: fixed;
    width: 100%;
  } 
.block-table thead{
    position: relative;
} 

.block-table tbody {
    max-height: 200px;
    overflow-y:auto;
    width: 100%;
    display: block;
} 

table tbody tr:last-child td {
    border: 0;
}

.btn-outline-secondary {
    background: #fff !important;
    color: #000;
    border-color: #e5e5e5;
}

.btn-secondary.active {
    background: #ff861b;
    border-color: #e5e5e5;
}
.btn-outline-secondary:hover {
    color: #fff;
     background: #ff861b !important;
    border-color: #e5e5e5;
}

.btn-primary {
    background: #009689;
    border-color: #009689;
    font-size: 0.9rem;
}

.btn-primary:hover,
.btn-primary:active {
    background: #ff861b !important;
    border-color: #ff861b !important;
}

.btn-outline-primary {
    border-color: #e5e5e5;
    color: #000;
    font-size: 0.9rem;
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #fff;
    background: #ff861b !important;
    border-color: #e5e5e5 !important;
}

 
.prgram-select {
    position: relative;
}
.btn-group {
    padding: 0px 10px;
}

.btn-group .btn {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
}

.selection-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}


a.btn.btn-secondary.dropdown-toggle {
    font-size: 0.8rem;
}

.dropdown-item {
    font-size: 0.8rem;
}


.block {
    position: relative;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    text-align: left;
    padding: 1.5rem 1.5rem;
    box-shadow: 0 0 2px 2px rgb(20 20 20 / 3%);
    border: 1px #e5e5e5 solid;
    margin: 1rem auto;
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: calc(100% - 2rem); */
}

.block h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

.block ul,
.block ol {
    padding-left: 15px;
    margin: 0;
}

.block ul li,
.block ol li {
    padding:4px 0px;
    font-weight: 400;
    font-size: 1rem;
    color: #45556c;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
}


.call-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.call-btns a {
    margin: 0.3rem 0.3rem;
}
.note {
    color: #45556c;
    font-size: 0.8em;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 1rem;
}

.module-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.module-list a {
    border: 1px #c0e4d8 solid;
    background: #ebf7f3;
    display: block;
    padding: 1rem 1rem;
    border-radius: 10px;
    margin: 0.5rem 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #009689;
    font-weight: 600;
}

.module-list a:hover {
    background: #fff2e6;
    color: #ff861b;
    border-color: #eed8c5;
}
.alert.alert-info {
    background: #f1f9fe !important;
    border-color: #c7e6ef !important;
}

.modules-container ul{
    padding: 0px 0.5rem;
    margin:0px;
    background: #fbfbfb;
    border-radius: 0.5rem;
    border: 1px #e5e7eb solid;
    box-shadow: 0 0 1px 1px rgb(20 20 20 / 3%);
    justify-content: space-between;
}
.modules-container ul li {
    padding: 0.5rem 0.4rem;
    font-size: 13px !important;
}
.modules-container ul li  .nav-link {
    color: #45556c;
    font-size: 13px;
    border: 0px;
    padding: 0.5rem 0.5rem;
    border-radius: 0.3rem;
}

.modules-container ul li .nav-link.active {
    border: 0px;
    background: #ff861b;
    border-radius: 0.3rem;
    color: #fff;
}

.modules-container ul li .nav-link:hover {
    border: 0px;
    background: #ff861b;
    border-radius: 0.3rem;
    color: #fff;
}
 

.module-block {
  text-align: center;
  min-height: 200px; /* keeps space while spinner is showing */
  overflow: auto; 
  position: relative; 
}
 
 
:fullscreen .module-block canvas { cursor: zoom-out; }
.pdf-toolbar .btn { line-height: 1.2; }
.pdf-lens { touch-action: none; }
 
 /* keep PDF crisp and centered */
.module-block canvas { display:block; margin: 0 auto; }

/* avoid dropdown/toolbar being overlapped */
.dropdown-menu { z-index: 1080; }


.pagination{
	font-size:0.9rem;
	color: #45556c;
    font-family: "Poppins", sans-serif;
	text-align: center;
}

.app-conatiner { opacity: 0; transition: opacity .18s ease-out; }
.app-conatiner.ready { opacity: 1; }


@media screen and (max-width:991px){
    .top-menu ul.navbar-nav a.nav-link i {
        display: block;
        text-align: center;
    }
    
    .top-menu ul.navbar-nav a.nav-link {
        text-align: center;
        line-height: normal;
		font-size: 1rem !important;
    }
	.modules-container ul {
	     flex-wrap: wrap;
	     justify-content: center; 
	}
	.modules-container ul li {
	    padding: 0.2rem 0.4rem;
	}
}
@media screen and (max-width: 767px) { 
	nav.navbar{
        justify-content: end;
    } 
	.top-menu ul.navbar-nav {
	    margin-top: 0.5rem;
	}
	.top-menu ul.navbar-nav a.nav-link i {
        display: inline-block;
        text-align: left;
    }
    
    .top-menu ul.navbar-nav a.nav-link {
        text-align: left;
        line-height: normal;
        padding: 0.7rem 0.6rem;
    }
	
	.toggle-txt {
		display: none;
	} 
	.block ul li, .block ol li, p, .btn {
		font-size: 1.2rem;
	}
	.modules-container .btn {
		font-size: 0.9rem !important;
	}
	.head-banner {
	    padding: 1rem 1rem; 
	}
	
	.hero-txt {
	    padding-left: 0.5rem;
	}
	 
}
 
@media screen and (max-width:576px){
	.hero-info span {
		width: 40px;
		height: 40px;
	}
	.selection-block {
		padding-top: 1rem;
	}

	.logo {
		text-align: center;
	}
}