@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* customize css */



.card-body ul .nav-item a {
    width: 100%;
    float: left;
    color: #142a4f;
    padding: 4% 5%;
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
    text-decoration: none;
}
.card-body .nav-item {  
    width: 100%;
    float: left;
    border-bottom: 0.2px solid #e6e6e6;
}

.card-body .card-nav .nav-item.active {
    background-color: #85cebc;
}

.card-body .card-nav li a:hover {
    background-color: #85cebc;
}

.menuheading{
    font-size: 20px !important;
}

/* end */  


body, p, a, h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
}
img{
	width:100%;
}
 
.logo{
	width:200px;
	float:left;
}
.logo img{
	width:100%;
}
.bg-white{
	 background-color: #fff!important;
}
.bg-dark {
    background-color: #1B2840!important;
}
.section_left {
    width: 100%;
    float: left;
    background: #f1f4f6;
    height: 100%;
    padding-bottom: 20%;
    border-right: 1px solid #e6e6e6;
}
.section_left .row{
    width: 100%;
    float: left;
    display: block;
}
.section_left h4 {
    font-size: 32px;
    line-height: inherit;
    color: #1b2840 !important;
    padding: 5% 5%;
    width: 100%;
    margin: 0px;
    font-weight: 700;
    background: #efefef;
}
.section_left .navbar {
    display: block !important;
    padding: 0px;
}
#navbarResponsiveside .navbar-nav{
    display: block;
}
#navbarResponsiveside .navbar-nav .nav-item {
    width: 100%;
    float: left;
    border-bottom: 0.2px solid #e6e6e6;
}
#navbarResponsiveside .navbar-nav .nav-item:hover, #navbarResponsiveside .navbar-nav .active {
    background-color:#85cebc;
}
#navbarResponsiveside .navbar-nav .nav-item a {
    width: 100%;
    float: left;
    color: #142a4f;
    padding: 4% 5%;
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
    text-decoration: none;
}
#navbarResponsiveside .navbar-nav .nav-item .nav-link{
    width:100%;
    float:left;
    color: #333;
}

#navbarResponsiveside .navbar-dark .navbar-brand {
    width: 100%;
    float: left;
    color:#333;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #1b2840 !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.section_right {
    padding: 3% 3% !important;
    background: #f5f5f5;
}
.doc_icon {
    width: 18px;
    float: left;
    height: 18px;
    margin-right: 3px;
}
.section_right .card-body .style_list li {
    font-weight: 400;
    line-height: inherit;
    padding: 10px 15px;
    font-size: 14px;
    list-style: none;
    float: left;
    background: #e4e5e7;
    margin: 10px;
    border-radius: 30px;
    box-shadow: 6px 7px 24px -14px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 6px 7px 24px -14px rgb(0 0 0 / 28%);
    -moz-box-shadow: 6px 7px 24px -14px rgb(0 0 0 / 28%);
}
.section_right .card-body .style_list li a {
    font-size: 14px;
    line-height: inherit;
    padding: 5px 5px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 400;
}
.section_right ul {
    list-style: none;
    padding: 0% 0%;
}
.section_right ul li{	
    padding: 5px 0px;
}
.section_right li a {
    font-size: 16px;
    line-height: inherit;
    padding: 5px 5px;
    color: #000000 !important;
    text-decoration: none;
    font-weight: 400;
}
.section_right li a:hover{
	color:#85cebc !important;
}
.section_right h5 {
    padding: 10px 0px;
    font-size: 25px;
    line-height: inherit;
}
.card-head {
    padding: 20px;
    background: #e8efed;
}
.accordion .card {
    border: none;
    margin-bottom: 5px !important;
}
.accordion .card-body {
    padding: 3% !important;
    width: 100%;
    float: left;
    border: 1px solid #e8efed;
}
.years{
	display: block;
    width: 100%;
    float: left;
    margin: 10px 0px !important;
    padding: 0px;
}	
.years li {
    font-size: 13px;
    padding: 8px 17px !important;
    background: #85cebc;
    color: #1B2840;
    border-radius: 20px;
    margin: 6px 5px;
    font-weight: 700;
    float: left;
    list-style: none;
}
.section_right .container {
    width: 100%;
    float: left;
    position: relative;
}

/* -------------------------------
============Footer START================
----------------------------------- */
#footer {
    width: 100%;
    float: left;
    position: relative;
    background-color: #142A4F !important;
    overflow: hidden;
    padding: 0% 5%;
}
#footer .footer_bootm {
    width: 100%;
    float: left;
    padding: 1% 0px;
    border-top: 0.1px solid #85cebc17;
    margin-top: 4%;
}
#footer .footer_bootm p {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0px;
    font-size: 13px;
}
#footer .footer_bootm p a{
	color: #85cebc;
}
.footer-upper .list-unstyled {
    float: left;
    list-style: none;
    margin: 2% auto;
}
.footer-upper .list-unstyled li {
    float: left;
}
.footer-upper .list-unstyled li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.footer-upper .list-unstyled li a:hover {
    color: #5ec2a9;
	cursor: pointer;
}

.footer-upper .list-unstyled li:after {
    content: "|";
    color: #fff;
    margin: 0px 10px;
}
.footer-middle{
	width: 100%;
	float: left;
	position: relative;
}
.footer-middle-inner{
	width: 100%;
	float: left;
	position: relative;
	padding: 0% 5%;
}
.footer-middle p {
    color: #fff;
    margin: 0px;
    line-height: inherit;
    margin-bottom: 5%;
    font-size: 16px;
}
.footer-middle-inner-left {
    border-left: 2px solid #85cebc;
    padding: 2% 15%;
}
.footer-middle-inner .list-unstyled li {
    margin-bottom: 3px;
}
.footer-middle-inner img{
	width: 80%;
    padding: 8% 0px;
}
.footer-middle-inner h6 {
    font-size: 20px;
    font-weight: 500;
    color: #85cebc;
    line-height: inherit;
    margin-top: 15px;
}
.footer-middle-inner .list-unstyled li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.footer-middle-inner .list-unstyled li a:hover {
     color: #85cebc;
}
.social-media-icon{
	width: 100%;
	float: left;
}
.social-media-icon li {
    float: left;
    margin: 0px 10px;
}
.social-media-icon li a {
    font-size: 25px !important;
    line-height: initial;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .footer-middle-inner-left {
    border-left: 2px solid #85cebc;
    padding: 2% 8%;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer-middle-inner-left {
    border-left: 2px solid #85cebc;
    padding: 2% 8%;
}
.social-media-icon li a {
    font-size: 15px !important;
    line-height: initial;
}
}
@media (min-width: 992px) and (max-width: 1023px) {
  .footer-middle-inner-left {
    border-left: 2px solid #85cebc;
    padding: 2% 8%;
}
.social-media-icon li a {
    font-size: 18px !important;
    line-height: initial;
}
.social-media-icon li {
    float: left;
    margin: 0px 3px;
}
.footer-middle p {   
    font-size: 14px;
}
.footer-middle-inner img {
    width: 100%;
    padding: 10% 0px;
}
}
@media (min-width: 751px) and (max-width: 991px) {
  .footer-middle-inner-left {
    border-left: 2px solid #85cebc;
    padding: 2% 8%;
}
.social-media-icon li a {
    font-size: 18px !important;
    line-height: initial;
}
.social-media-icon li {
    float: left;
    margin: 0px 3px;
}
.footer-middle p {   
    font-size: 14px;
}
.footer-middle-inner img {
    width: 100%;
    padding: 10% 0px;
}
}
@media (max-width: 750px) {
	#footer {   
    text-align: center !important;
}
.footer-middle-inner {   
    text-align: center !important;
}
.footer-middle-inner-left {
    border-left: none;
    padding: 0%;
}
.social-media-icon {
    width: 50%;
    float: left;
    margin: 0% 25%;
}
}
@media (max-width: 600px) {
	#footer {   
    text-align: center !important;
}
.footer-middle-inner {   
    text-align: center !important;
}
.footer-middle-inner-left {
    border-left: none;
    padding: 0%;
}
.social-media-icon {
    width: 70%;
    float: left;
    margin: 0% 15%;
}
.footer-upper .list-unstyled li a {   
    font-size: 12px;  
}
.footer-middle p {    
    margin-bottom: 1%;
    font-size: 12px;
}
}
/* -------------------------------
============Footer END================
----------------------------------- */

/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fbfbfb;
    z-index: 99999;
    overflow: hidden;
}

.MuiCircularProgress-root{
	position: relative;
    top: 45%;
    left: 45%;
}
.MuiCircularProgress-static{transition:transform .3s cubic-bezier(.4,0,.2,1) 0s}
.MuiCircularProgress-indeterminate{animation:MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite}
.MuiCircularProgress-determinate{transition:transform .3s cubic-bezier(.4,0,.2,1) 0s}
.MuiCircularProgress-colorPrimary{color:#3f51b5}
.MuiCircularProgress-colorSecondary{color:#f50057}
.MuiCircularProgress-svg{display:block;animation:loading_animation 1.4s infinite}
.MuiCircularProgress-circle{stroke:currentColor}
.MuiCircularProgress-circleStatic{transition:stroke-dashoffset .3s cubic-bezier(.4,0,.2,1) 0s}
.MuiCircularProgress-circleIndeterminate{animation:MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;stroke-dasharray:80px,200px;stroke-dashoffset:0}
.MuiCircularProgress-circleDeterminate{transition:stroke-dashoffset .3s cubic-bezier(.4,0,.2,1) 0s}@keyframes MuiCircularProgress-keyframes-circular-rotate{0%{transform-origin:50% 50%}100%{transform:rotate(360deg)}}@keyframes MuiCircularProgress-keyframes-circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}100%{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}
.MuiCircularProgress-circleDisableShrink{animation:none}@keyframes loading_animation{0%{color:#4285f4}25%{color:#ea4335}50%{color:#f9bb2d}75%{color:#34a853}}






@media only screen and (max-width: 1350px) and (min-width: 1279px) {
	.section_left h4 {
    font-size: 24px;    
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-size: 11px;
}	
.navbar-dark .navbar-nav .nav-link {  
    font-size: 12px;
}
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
    .section_left h4 {
        font-size: 18px;        
    }
    .section_right h5 {        
        font-size: 30px;        
    }
    #navbarResponsiveside .navbar-nav .nav-item a {        
        font-size: 14px;        
    }
	.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-size: 11px;
}
#footer {   
    padding: 3% 5%;
}
	
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	
    .section_left h4 {
        font-size: 23px;        
    }
    .section_right h5 {        
        font-size: 30px;        
    }
    #navbarResponsiveside .navbar-nav .nav-item a {        
        font-size: 16px;        
    }
    .section_left {        
        height: 100%;
    }
    .section_left h4 {       
        padding: 3% 5%;
        width: 87%;
        margin: 0px;
        font-weight: 700;
    }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
    .section_left h4 {
        font-size: 23px;        
    }
    .section_right h5 {        
        font-size: 27px;        
    }
    #navbarResponsiveside .navbar-nav .nav-item a {        
        font-size: 16px;        
    }
    .section_left {        
        height: 100%;
    }
    .section_left h4 {       
        padding: 3% 5%;
        width: 87%;
        margin: 0px;
        font-weight: 700;
    }
}
@media only screen and (max-width: 992px) {
	.section_left {
    width: 100%;
    float: left;
    background: #f1f4f6;
    height: 100%;
    padding-bottom: 2%;
    border-right: 1px solid #e6e6e6;
}
#footer {   
    padding: 3% 5% !Important;
}
.navbar-collapse .navbar-nav .nav-item{
	border-bottom: 1px solid #29395678;
}
.section_left .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background: #fff;
}
}
@media only screen and (max-width: 579px) {
.section_right {
    padding: 7% 5% !important;
    background: #f5f5f5;
}
	.section_right .card-body .style_list li {    
    width: 100%;
}
    .section_left h4 {
        font-size: 22px;        
    }
    .section_right h5 {        
        font-size: 23px;        
    }
    #navbarResponsiveside .navbar-nav .nav-item a {        
        font-size: 15px;        
    }
    .section_left {        
        height: 100%;
    }
    .section_left h4 {
        padding: 3% 5%;
        width: 82%;
        margin: 0px;
        font-weight: 700;
    }
}

.accordion {
    margin-top: 0px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
}
.accordion .card h2{
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 14px;
font-weight:500;  
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

