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


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

:root {
 
  --clr-btn: #96c560;
  --clr-white: #fff;
--clr-grey-light: #f0f0f0;
--clr-green: #5b842c;	
--clr-light-green: #a3cb74;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;

}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
.navbar-default{
  transition:500ms ease;
  background:transparent;
}
.navbar-default.scrolled{
  background:#fff;
	box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-webkit-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
}
.maincontainer {
	width: 88%;
	margin: 0px auto;	
}
.bannertxt {
	padding-top:14%;
	
}
.bannertxt h5 {
	font-size: 15px;
	font-weight: 600;
}

.bannertxt h2 {
	font-size: 38px;
	font-weight: 600;
}
.btn-green {
	background-color: var(--clr-btn);
	color: var(--clr-white);
	border-radius: 16px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 14px;
	border:solid 1px;
	border-color: var(--clr-white);
}
.btn-green:hover {
	background-color: var(--clr-white);
	color: var(--clr-black);
	border-radius: 16px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 14px;
	border:solid 1px;
	border-color: var(--clr-black);
}
.btn-white {
	background-color: var(--clr-white);
	color: var(--clr-black);
	border-radius: 16px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 14px;
	border:solid 1px;
	border-color: var(--clr-black);
}
.btn-white:hover {
	background-color: var(--clr-btn);
	color: var(--clr-white);
	border-radius: 16px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 14px;
	border:solid 1px;
	border-color: var(--clr-white);
}
.banner img {
	width: 100%;
	height: auto;
}
.abtbox {
	border:solid 1px;
	border-color: var(--clr-grey);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 4px 14px 10px 1px rgba(201,201,201,0.75);*/
	box-shadow: -1px 33px 4px -15px rgba(231,231,231,0.57);
	margin:0px 40px;
	
}
.abttxt h3 {
	font-size: 36px;
	font-weight: 600;
}
.whychoose {
	
	background-color: var(--clr-grey-light);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 4px 14px 10px 1px rgba(201,201,201,0.75);*/
	box-shadow: -1px 33px 4px -15px rgba(231,231,231,0.27);
	margin:10% 40px 0px 40px;
	
	
}

.whychoseimg {
	margin-top: -15%;
}
.whychoosetxt li {
	border-bottom:solid 1px;
	border-color: var(--clr-black);
	margin-bottom: 25px;
}
.whychoosetxt ul {
	padding: 0px;
}

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}


.testimonial {
	 width: 100%;
	 	height: 100%!important;
	 display: flex;
	 justify-content: center;
	 align-items: center;

	color: var(--clr-black);
	
}
 .testimonial-slide {
	 padding: 20px 20px;
	 display: table;


}
.testimonial_box-inner {




}
 .testimonial_box-top {
	background-color: var(--clr-grey-light);
	 padding: 30px;
	 border-radius: 20px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: left!important;

	height: 100%;
	 

}
 .testimonial_box-icon {
	 padding: 10px 0;
	 text-align: left;
	 
}
 .testimonial_box-icon i {
	 font-size: 15px;
	 color: #ffc833;
}
 .testimonial_box-text {
	 padding: 10px 0;
	 	height: 100%!important;
}
 .testimonial_box-text p {
	 color: #222;
	 font-size: 15px;
	 line-height: 26px;
	 margin-bottom: 0;
	 text-align: justify;
	 
}
.testimonial_box-text a {
	color: #ffb129;
}
 .testimonial_box-img {
	 padding: 20px 0 10px;
	 display: flex;
	 justify-content: center;
}
 .testimonial_box-img img {
	 width: 70px;
	 height: 70px;
	 border-radius: 50px;
	 border: 2px solid #e5e5e5;
}
 .testimonial_box-name {
	 padding-top: 10px;
}
 .testimonial_box-name h4 {
	 font-size: 20px;
	 line-height: 25px;
	 color: #293241;
	 margin-bottom: 0;
}
 .testimonial_box-job p {
	 color: #293241;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 line-height: 20px;
	 font-weight: 300;
	 margin-bottom: 0;
}
.testimonial_box-top {
	height: 100%;
}
.testimonialhead p {
	color: #2794d3;
	text-transform: uppercase;
}

.testimonialhead h3 {
	color: #000000;
	font-weight: 700;
  font-size: 26px;
}
.testimonialhead h3 span{
	color: #0094ea;
	font-weight: 700;
  font-size: 26px;
}

.testimonialhead p:before {
 display: inline-block;
    content: "";
    border-top: .2rem solid #0094ea;
    width: 4rem;
    margin: 12px 2px;
    transform: translateY(-1rem);
      }
.star {
	font-size: 12px;
}
.getstarted {
	
	background-color: var(--clr-grey-light);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 4px 14px 10px 1px rgba(201,201,201,0.75);*/
	box-shadow: -1px 33px 4px -15px rgba(231,231,231,0.27);
	margin:40px 40px 0px 40px;
	
	
}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}



@media (max-width: 920px) {
	.abtbox {
		margin:0px 0px;	
	}
	
	.whychoseimg {
	margin-top: -30%;
}
	.getstarted {
	
	background-color: var(--clr-grey-light);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 4px 14px 10px 1px rgba(201,201,201,0.75);*/
	box-shadow: -1px 33px 4px -15px rgba(231,231,231,0.27);
	margin:40px 0px 0px 0px;
	
	
}
	.whychoose {
	
	background-color: var(--clr-grey-light);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 4px 14px 10px 1px rgba(201,201,201,0.75);*/
	box-shadow: -1px 33px 4px -15px rgba(231,231,231,0.27);
	margin:20% 0px 0px 0px;
	
	
}
}
 .footer-section {
  border-top:solid 1px;
	 border-color: var(--clr-grey);
  position: relative;
  overflow: hidden;
  z-index: 9;
	 font-size: 14px;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 50px;
}
.footer-top p,
.company-footer-contact-list li {
  color: var(--clr-black);
}
.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
  color: var(--clr-black);
  margin-bottom: 20px;
	margin-top: 40px;
}
.courses-link-list li+li {
  margin-top: 10px;
}
.courses-link-list {
	padding: 0px;
}
.courses-link-list li a {
 color: var(--clr-black);
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
	font-size: 14px;
}
.courses-link-list li a:hover {
  color: var(--clr-red);
}
.courses-link-list li i {
  margin-right: 5px;
}

.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid ;
	color: var(--clr-grey);
}
.copy-right-text {
  color: var(--clr-black);
}
.copy-right-text a {
  color: var(--clr-red);
}
.terms-privacy li+li {
  margin-left: 20px;
}
.terms-privacy li a {
   color: var(--clr-black);
  position: relative;
	font-size: 12px;
	
}
.terms-privacy li a:after {
  position: absolute;
  content: '-';
  color: var(--clr-red);
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li a:before {
  position: absolute;
  content: '-';
  color: var(--clr-red);
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li+li a:after {
  display: none;
}
.footer-newsletter a{
 color: var(--clr-black);	
}
.footer-newsletter a:hover{
 color: var(--clr-red);	
}
.terms-privacy li a:hover{
 color: var(--clr-red);	
}
.socialmedia a{
	background-color: var(--clr-grey-light);
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 100px;
	color: var(--clr-black);
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
.socialmedia a:hover{
	background-color: var(--clr-red);
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 100px;
	color: var(--clr-white);
	margin-right: 5px;
	padding-top: 10px;
}


#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 10000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*--------------------inner pages-------------------*/
.breadcrumb_link {
	font-size: 14px;
}
.breadcrumb_link i{
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.breadcrumb_link a {
	color: var(--clr-green);
}
.breadcrumb_link a:hover {
	color: var(--clr-red);
}

.innerhead {
	
	background-color: var(--clr-grey-light);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 4px 14px 10px 1px rgba(201,201,201,0.75);*/
	box-shadow: -1px 33px 4px -15px rgba(231,231,231,0.27);
	margin:40px 00px 0px 00px;
	
	
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-collapse{
	  border-left: 5px solid rgba(0,0,0,.125);
	border-left-color: var(--clr-light-green);
	border-bottom: 1px solid rgba(0,0,0,.125);
	
}
.accordion-header {
  background-color: #fff;
	border:0;
  border-bottom: 1px solid rgba(0,0,0,.125);
	  border-left: 5px solid rgba(0,0,0,.125);
	border-left-color: var(--clr-red);
	margin-bottom: 4px;
}
.accordion-button:not(.collapsed) {
  color: var(--clr-red);
  background-color:var(--clr-grey-light);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item {
  background-color: #fff;
  border: 0px solid rgb(238, 0, 0);
}	
.accordion-body li i {
	font-size: 12px;
	padding-right: 5px;
	
}
.servicemain hr {
	  border: 1px solid ;
	border-color: var(--clr-grey);
}
.whatsapp {
	position: fixed;
  z-index: 100;
  top: 50%;
  right: -20px;
}
.whatsapp i {
	font-size: 36px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.whatsapp button {
	padding: 10px 30px;
	border-radius: 40px 0px 0px 40px;
	display: flex;
}
.whatsapp button:hover {
	padding: 10px 30px;
	border-radius: 30px 0px 0px 30px;
}
.ms span {
	font-size: 12px;
}
.msh span {
	font-size: 24px;
}
.servicemain h6 {
	border-bottom: solid 2px #333333;
	display: inline-block;
}
.justify {
	text-align: justify;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.abttxt span {
	font-size: 1rem!important;
	font-weight:bold;
}
.bgc-white {
    background-color: #fff!important;
	border: solid 1px #ddd!important;
}
.bg-green {
  background-color: #4caf50 !important;
}

.text-green-d1 {
    color: #fff!important;
}
.letter-spacing {
    letter-spacing: .5px!important;
}
.font-bolder, .text-600 {
    font-weight: 600!important;
}
.text-170 {
    font-size: 1.7em!important;
}

.text-purple-d1 {
    color: #6d62b5!important;
}

.text-primary-d1 {
    color: #276ab4!important;
}
.text-secondary-d1 {
    color: #5f718b!important;
}
.text-180 {
    font-size: 1.8em!important;
}
.text-150 {
    font-size: 1.5em!important;
}
.text-danger-m3 {
    color: #e05858!important;
}
.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.position-l {
    left: 0;
}
.position-b, .position-bc, .position-bl, .position-br, .position-center, .position-l, .position-lc, .position-r, .position-rc, .position-t, .position-tc, .position-tl, .position-tr {
    position: absolute!important;
    display: block;
}
.mt-n475, .my-n475 {
    margin-top: -2.5rem!important;
}
.ml-35, .mx-35 {
    margin-left: 1.25rem!important;
}

.text-dark-l1 {
    color: #56585e!important;
}
.text-90 {
    font-size: .9em!important;
}
.text-left {
    text-align: left!important;
}

.mt-25, .my-25 {
    margin-top: .75rem!important;
}

.text-110 {
    font-size: 1.1em!important;
}

.deleted-text{
text-decoration:line-through;;    
}
.includes li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -0.8em;
  top: 5px;
  transform: rotate(45deg);
  height: 1em;
  width: 0.5em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
}

.list-unstyled li {
 position: relative;
  padding-left: 1em;
  list-style: none;
	margin-left: 25px;
}




.excludes li::before {
   content: "x";
  display: inline-block;
  position: absolute;
  left: -0.8em;
  top: 5px;
color:red;
  height: 1em;
  width: 0.5em;
	
}
.equel {
	height: 100%;
}
.govoffer {
	padding-top: 10%;
	
}
.red {
	color:#d74512;
	
}
.green {
	color:#1c6702;
	
}
.bg-red {
	background: #d74512;
}


.carddownloads {
  margin-bottom: 1.875rem;
  border: none;
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.15);
	padding: 20px;
}
.downloads {
	display: flex;
	justify-content: space-between;
}
.pdf-icon {
	background: #ededed;
	padding:10px 15px ;
	border-radius: 15px;
}
.w75m {
	width: 75% !important;
}
.pdf-icon i {
	font-size: 50px;
	color: #1d7de8;
}
.year {
	border-right: solid 1px #000;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c9a95e;
  border-color: #c9a95e;
}
.page-link {
  position: relative;
  display: block;
  color: #c9a95e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.list li {
	list-style: disc;
	padding: 5px 0px!important;
	border:0px!important;
	margin-bottom: 0px!important;
}

.pricing-card h1 {
	 margin: 0;
}
 .pricing-card p {
	 margin: 0;
}
 .pricing-card ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 .pricing-card h1 {
	 font-weight: 500;
	 font-size: 22px;
}
 .pricing-card {
	
	 display: flex;
	 margin: 50px auto;
	 box-shadow: 15px 30px 30px 0 rgba(220, 36, 48, 0.15);
	 border:solid 1px #dadadf;
}
 .card-left {
	 text-align: center;
	 background: linear-gradient(65deg, #7b4397, #dc2430);
	 color: #fff;
	
	 padding: 85px 20px;
	 border-radius: 6px 0 0 6px;
}
 .card-left h1 {
	 text-transform: uppercase;
	 margin-bottom: 2px;
	 font-size: 24px;
}
 .card-left p {
	 font-size: 60px;
}
 .dollar {
	 font-size: 24px;
	 position: relative;
	 top: -26px;
}
 .card-right {
	 text-align: left;
	 background: #fff;
	
	 color: #dc2430;
	 border-radius: 0 6px 6px 0;
	 padding: 40px 40px;
}
 .card-right h1 {
	 margin-bottom: 15px;
	 color: #292e31;
	 opacity: 0.9;
}
 .card-right ul {
	 margin-bottom: 20px;
}
 .card-right li {
	 padding-bottom: 6px;
}
 .button {
	 text-decoration: none;
	 color: #fff;
	 background: #dc2430;
	 padding: 20px 80px;
	 border-radius: 100px;
	 transition: all 500ms ease;
}
 .button:hover {
	 background: #7b4397;
}
 
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 50px;
  bottom: 90px;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 0;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 5px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 100%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius:0px 40px 40px 0px;
  padding: 20px;
  position: relative;

	margin-left: 0px;
}

.timeline > li > .timeline-panel2{
  width: 100%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius:40px 40px 40px 40px;
  padding: 20px;
  position: relative;

	margin-left: 0px;
}
.timeline-title2 {
  margin-top: 0;
  color: #000;
  font-size: 23px;
}
.bg1 {
	background: #fdcba8;
	padding-left: 50px!important;
}
.bg2 {
	background: #a9d2d4;
	padding-left:50px!important;
}
.bg3 {
	background: #f5b0dc;
	padding-left:50px!important;
}
.bg-red {
	background: #c41616!important;
}

.bg4 {
	background: #efe6ab;
	padding-left:50px!important;
}

.bg5 {
	background: #d7a7e5;
	padding-left:50px!important;
}

.bg6 {
	background: #b9e1fa;
	padding-left:50px!important;
}

.bg7 {
	background: #ffb7b0;
	padding-left:50px!important;
}
.bg8 {
	background: #cee4bd;
	padding-left:50px!important;
}
.bg9 {
	background: #ffc5de;
	padding-left:50px!important;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 15%;
  left:0%;
  margin-left: -25px;
  background-color: #36ac5f;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-heading {
  width: 100%;
	font-size: 12px;
}
.timeline-clock {
  width: 25%;
}

.timeline-title {
  margin-top: 0;
  color:#000;
		font-size: 16px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-body h6 {
	border: 0px!important;
}


@media (max-width:767px){
	.downloads {
	display: flex;
	justify-content: space-between;
		flex-direction: column;
		text-align: center;
}
	.pdf-icon {
	background: #fff;
	padding:10px 15px ;
	border-radius: 15px;
		text-align: center;
			
}
	.year {
	border-right: solid 0px #000;
}
	.w75m {
	width: 100% !important;
}
}

#notfound {
  position: relative;
  height: 70vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.notfound .notfound-404::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}
.notfound h1 {
 
  font-size: 65px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
	padding-left: 25%;
}
.notfound h2 {

  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
	padding-left: 25%;
}
.notfound p {
  padding-left: 25%;
  color: #999fa5;
  font-weight: 400;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../images/emoji.webp");
  background-size: cover;
}