/*  RESET  */
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
body {
  width: 100%;
  position: relative;
  line-height: 1;
  z-index: 11;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif !important;
  background: rgba(84, 75, 237, 0.0705882353);
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none !important;
  color: #000;
}

h5 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: rgb(107, 104, 104);
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

img {
  border-radius: 10px;
  width: 100%;
}

.my-btn {
  background: #f36e21;
  padding: 9px 15px !important;
  border-radius: 6px;
  color: white !important;
  transition: all ease 0.9ms;
  box-shadow: 1px 1px 14px 8px rgba(11, 10, 10, 0.0705882353);
  display: inline-block;
  font-size: 13px !important;
}
.my-btn:hover {
  background: hsl(76.51, 65.98%, 29.49%);
}
.my-btn img {
  width: 30px;
  margin-left: 7px;
  filter: invert(1);
}

.gapping {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .gapping {
    padding: 40px 0;
  }
}

.heading {
  text-align: center;
  margin-bottom: 20px;
}
.heading h2 {
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  color: hsl(76.51, 65.98%, 29.49%);
  width: 100%;
  margin: auto;
}
.heading h2 span {
  font-weight: 500 !important;
  color: #f36e21;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .heading h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

.topsticky {
  background: white;
  width: 100%;
  position: sticky !important;
  top: 0;
  z-index: 999;
}
.topsticky .mobilelogo {
  display: none;
}
.topsticky .fullscreendestop {
  display: block;
}

.navbar-brand img {
  width: 140px;
}

.mobilelogo {
  display: none;
}
@media (max-width: 991px) {
  .mobilelogo {
    display: block;
  }
}

@media (max-width: 991px) {
  .fullscreendestop {
    display: none;
  }
}

.topsticky {
  border-bottom: solid 1px rgba(0, 0, 0, 0.0901960784);
}
.topsticky .navbar {
  padding-top: 5px;
}

.mycss .modal-header {
  background: hsl(229, 96%, 30%);
}
.mycss .modal-header h5 {
  font-size: 15px;
  color: white;
}
.mycss .modal-body p {
  font-size: 12px;
}
.mycss .modal-footer button {
  font-size: 11px;
}

@media (max-width: 991px) {
  #navbarSupportedContent {
    position: fixed;
    right: 0px;
    background: rgb(255, 255, 255);
    width: 0px;
    padding: 25px;
    top: 0px;
    bottom: 0px;
    height: 100vh !important;
    transition: all ease-in-out 0.4s;
    margin-right: -60px;
    z-index: 1;
  }
  #navbarSupportedContent.show {
    width: 100%;
    transition: all ease-in-out 0.4s;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .facebooktop li {
    display: none !important;
  }
}
.facebooktop li a {
  margin-right: 15px;
}
.facebooktop li a i {
  font-size: 28px;
  color: hsl(76.51, 65.98%, 29.49%);
}
.facebooktop li a img {
  width: 26px;
  background: #627d1a;
  padding: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .topmenu .row .col-lg-5 {
    order: 2;
  }
  .topmenu .row .col-lg-7 {
    order: 1;
    margin-top: 0px;
  }
}
.topmenu .facebooktop {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .topmenu .facebooktop {
    display: none !important;
  }
}
@media (max-width: 557px) {
  .topmenu .facebooktop {
    justify-content: flex-start;
  }
}
.topmenu .boxpart {
  margin-left: 10px;
}
.topmenu .boxpart h5 {
  font-size: 17px;
  color: #576c22;
  font-weight: 400;
}
@media (max-width: 991px) {
  .topmenu .boxpart h5 {
    font-size: 11px;
  }
}
.topmenu .navbar-brand {
  align-items: center;
}
.topmenu .navbar-brand h4 {
  font-size: 29px;
  margin-left: 0;
  color: #f36e21;
  font-weight: 900;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .topmenu .navbar-brand h4 {
    font-size: 11px;
  }
}
.topmenu #navbarSupportedContent .nav-item {
  line-height: 45px;
}
.topmenu #navbarSupportedContent .nav-item.active a {
  color: hsl(81.62, 100%, 60.01%);
}
.topmenu #navbarSupportedContent .nav-item a {
  color: white;
  font-size: 17px;
}
@media (max-width: 991px) {
  .topmenu #navbarSupportedContent .nav-item a {
    color: #000;
  }
}
.topmenu .boxmenu {
  background: #f36e21;
}
@media (max-width: 991px) {
  .topmenu .boxmenu {
    padding: 2px;
  }
}
.topmenu .boxmenu .navbar-nav li.nav-item {
  line-height: 45px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.1882352941);
}
@media (max-width: 991px) {
  .topmenu .boxmenu .navbar-nav li.nav-item {
    border-right: 0;
    line-height: 30px !important;
  }
}
.topmenu .boxmenu .my-btn {
  line-height: 45px !important;
  font-size: 16px !important;
  background: #576c22 !important;
  border-radius: 0;
}
@media (max-width: 991px) {
  .topmenu .boxmenu .my-btn {
    line-height: 20px !important;
  }
}
.topmenu .navbar {
  padding: 0;
}
.topmenu .navbar .my-btn {
  background: #ff7525;
  border-radius: 0;
}
.topmenu .last li {
  border-right: solid 1px rgba(0, 0, 0, 0) !important;
}

.banner {
  position: relative;
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.0509803922);
  background: url(../images/african-american-young-lady-with-thermos-book.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .banner .formbox {
    display: none;
  }
}
.banner p {
  color: white;
}
.banner::before {
  content: "";
  background: linear-gradient(264deg, rgba(10, 11, 127, 0) 0%, rgba(20, 46, 58, 0.1098039216) 35%, #142e3a 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner::before {
    background: linear-gradient(317deg, rgba(9, 9, 9, 0.21) 0%, rgba(20, 46, 58, 0.79) 35%, #142e3a 100%);
  }
}
@media (max-width: 991px) {
  .banner {
    height: 100%;
    padding: 0px;
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
}
.banner .row {
  align-items: center;
}
.banner .row .img-box {
  position: relative;
}
@media (max-width: 991px) {
  .banner .row .img-box::before {
    content: url(../images/dots.svg);
    position: absolute;
    width: 0 !important;
  }
}
.banner .row .img-box::before {
  content: url(../images/dots.svg);
  position: absolute;
  top: -25px;
  width: 200px;
  z-index: -1;
  right: -20px;
  transform: rotate(90deg);
}
.banner .row .img-box img {
  width: 100% !important;
  position: relative;
  border-radius: 10px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 991px) {
  .banner .row .img-box img {
    margin-top: 30px;
    height: auto;
  }
}
.banner .row h1 {
  font-size: 45px;
  color: hsl(76.51, 82.69%, 62.73%);
  font-weight: 900;
  text-align: left;
  line-height: 51px;
  margin-bottom: 23px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .banner .row h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
}
.banner .row h6 {
  color: #ff843d;
  font-size: 23px;
}
@media (max-width: 991px) {
  .banner .row h6 {
    font-size: 22px;
  }
}
.banner .row a {
  display: inline-block;
}
@media (max-width: 991px) {
  .banner .row a {
    font-size: 13px;
  }
}
.banner .phoneno {
  position: absolute;
  left: -3px;
  bottom: -24px;
}
@media (max-width: 991px) {
  .banner .phoneno {
    display: none;
  }
}
.banner .phoneno h4 {
  box-shadow: 1px 1px 14px 8px rgba(11, 10, 10, 0.0705882353);
  background: #274fe7;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 4px;
}
.banner .phoneno h4 img {
  width: 35px;
  filter: invert(1);
}
@media (max-width: 991px) {
  .banner .phoneno h4 img {
    width: 21px;
  }
}

.admission .formbox {
  background: rgb(255, 255, 255);
  border: none;
  border: solid 1px rgba(152, 172, 245, 0.2196078431);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .admission .formbox {
    margin-top: 0;
  }
}
.admission .formbox .logoform {
  left: 50%;
  text-align: center;
  margin-top: -62px;
  border-radius: 100px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: -65px;
  border: solid 4px #cabfbf;
  margin-bottom: 23px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}
.admission .formbox .logoform img {
  width: 100%;
}
.admission .formbox h5 {
  line-height: 33px;
}
.admission .formbox h6 {
  font-size: 12px;
  line-height: 25px;
}
.admission form .form-group {
  margin-bottom: 20px;
}
.admission form .form-group ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.admission form .form-group ul li {
  width: 49%;
}
@media (max-width: 991px) {
  .admission form .form-group ul li {
    width: 100% !important;
  }
}
.admission form .form-group label {
  font-size: 13px;
  text-transform: capitalize;
  color: hsl(229, 96%, 30%);
}
.admission form .form-group input, .admission form .form-group select {
  height: 41px;
  background: rgba(97, 92, 92, 0.07);
  border: none;
}
.admission form .form-group input:focus, .admission form .form-group select:focus {
  border: solid 1px hsla(229, 96%, 30%, 0.54) !important;
  box-shadow: none;
}

.aboutus {
  background: white;
}
@media (max-width: 991px) {
  .aboutus.gapping {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .aboutus .heading {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .aboutus h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.aboutus .img-box {
  width: 100% !important;
  position: relative;
  border-radius: 10px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .aboutus .img-box::before {
    content: url(../images/dots.svg);
    position: absolute;
    width: 0 !important;
  }
}
@media (max-width: 991px) {
  .aboutus .img-box {
    height: auto !important;
  }
}
.aboutus .img-box::before {
  content: url(../images/dots.svg);
  position: absolute;
  top: -25px;
  width: 200px;
  right: -20px;
  transform: rotate(90deg);
}
.aboutus .img-box img {
  width: 100% !important;
  position: relative;
  border-radius: 10px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 991px) {
  .aboutus .img-box img {
    height: auto !important;
  }
}
.aboutus .heading h2 {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.facilities {
  width: 100%;
  background: url(../images/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.facilities::before {
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.facilities .benefit_box {
  cursor: pointer;
  margin-bottom: 30px;
  text-align: left;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 14px 8px rgba(11, 10, 10, 0.0705882353);
  min-height: 240px;
  border-left: solid 2px #a4cd3a;
}
.facilities .benefit_box:hover {
  background: #f46e21;
}
.facilities .benefit_box:hover h3 {
  color: #fff;
}
.facilities .benefit_box:hover p {
  color: #fff;
}
.facilities .benefit_box:hover img {
  filter: brightness(0) invert(1);
}
.facilities .benefit_box .icons {
  width: 15%;
}
.facilities .benefit_box .icons img {
  width: 100%;
}
.facilities .benefit_box .boxfrom {
  width: 80%;
}
@media (max-width: 991px) {
  .facilities .benefit_box .boxfrom {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .facilities .benefit_box {
    margin-bottom: 20px;
  }
}
.facilities .benefit_box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #a5ce39;
}
@media (max-width: 991px) {
  .facilities .benefit_box h3 {
    font-size: 14px;
  }
}
.facilities .benefit_box p {
  padding: 0 15px;
}

.course {
  background: url(../images/circle-purple-bg.png);
  background-position: -44% 2%;
  background-repeat: no-repeat;
  padding-top: 0;
}
.course img {
  border-radius: 10px;
  overflow: hidden;
}
.course .heading {
  text-align: left !important;
}
@media (max-width: 991px) {
  .course .heading {
    margin-top: 20px;
  }
}
.course .course-details ul li {
  background: #fff;
  padding: 11px 10px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 14px 8px rgba(11, 10, 10, 0.0705882353);
  border-left: solid 2px #a4cd3a;
}
.course .course-details ul li:hover {
  background: #f46e21;
}
.course .course-details ul li:hover h4, .course .course-details ul li:hover p {
  color: #fff;
}
.course .course-details ul li h4 {
  font-size: 17px;
  color: #8bc34a;
}

.boxcourse {
  position: relative;
}
@media (max-width: 991px) {
  .boxcourse {
    margin-bottom: 30px;
  }
}
.boxcourse .boximg {
  position: relative;
  border-radius: 10px;
}
.boxcourse .boxheading {
  position: absolute;
  bottom: 0;
  background: #f36e21;
  padding: 8px;
  width: 100%;
  cursor: pointer;
}
.boxcourse .boxheading img {
  width: 24px;
  filter: brightness(1) invert(1);
  margin-left: 10px;
}
.boxcourse .boxheading h4 {
  color: white;
  font-size: 13px;
  padding: 0;
  margin: 0 0 4px 0;
  text-align: center;
  cursor: pointer;
}
.boxcourse .boxheading p {
  padding: 0;
  color: #f7f7f7;
  line-height: 20px;
  margin: 0;
  display: none;
  opacity: 0;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .boxcourse .boxheading p {
    display: block;
    opacity: 1;
  }
}
.boxcourse .boxheading:hover p {
  display: block;
  opacity: 1;
}
.boxcourse .boxheading:hover h4 {
  text-align: left;
}

.boxmargin {
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .boxmargin {
    flex-wrap: wrap;
  }
}
.boxmargin li {
  padding-right: 15px;
  height: 167px;
}
@media (max-width: 991px) {
  .boxmargin li {
    margin-bottom: 0px;
    height: auto;
  }
  .boxmargin li:nth-child(1) {
    padding-right: 0;
  }
}
.boxmargin li:last-child {
  padding-right: 0;
}
.boxmargin li .boxcourse {
  height: 100%;
}

.lastbox .boxcourse {
  height: 211px;
}
.lastbox .boxcourse .boximg {
  height: 100%;
}
.lastbox .boxcourse .boximg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.lastbox .boxcourse:last-child {
  margin-top: 20px;
}

.dpharm .boxpart {
  font-size: 16px;
  line-height: 26px;
  color: rgba(107, 104, 104, 0.8509803922);
}
.dpharm .heading h2 {
  text-align: left;
}
.dpharm h3 {
  font-size: 22px;
  color: #8bc34a;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .dpharm h3 {
    margin-top: 30px;
  }
}
.dpharm .boxbort {
  border: dotted 2px rgba(61, 59, 54, 0);
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0);
  padding: 0;
}
.dpharm .boxbort li {
  margin-left: 0;
  background: transparent;
}
.dpharm .boxbort li:nth-child(even) {
  background: transparent;
}
@media (max-width: 991px) {
  .dpharm .boxbort li:last-child {
    display: none;
  }
}
.dpharm ul li {
  position: relative;
  background: #FF9800;
  color: #fff;
  padding: 9px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.dpharm ul li h4 {
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  font-style: italic;
}
.dpharm ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.dpharm ul li:nth-child(even) {
  background: #8BC34A;
}

.bigbox {
  height: 259px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bigbox {
    height: auto;
  }
}

.testimonial {
  padding-top: 0 !important;
}
.testimonial .studenttestimonial {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .testimonial .studenttestimonial {
    flex-wrap: wrap;
  }
}
.testimonial .studenttestimonial .studentimg {
  width: 40%;
}
@media (max-width: 991px) {
  .testimonial .studenttestimonial .studentimg {
    width: 100%;
  }
}
.testimonial .studenttestimonial .studentimg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .studentcontent {
  width: 60%;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .testimonial .studentcontent {
    width: 100%;
    margin-left: 0px;
  }
}
.testimonial .studentcontent h5 {
  font-size: 15px;
}
.testimonial .studentcontent p {
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
}

.discover .heading h2 {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .discover .heading h2 {
    margin-top: 30px;
  }
}
.discover .heading ul {
  padding: 0;
  margin: 0;
  margin-left: 24px;
}
.discover .heading ul li {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0;
}
.discover .heading ul li a {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.discover .heading ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #FF9800;
  left: -20px;
  top: 6px;
  border-radius: 10px;
}
.discover .heading ul li a {
  text-align: left;
  display: flex;
  color: #627d1a;
  padding: 0;
  font-style: italic;
}
.discover .heading ul li .card-body {
  text-align: left;
  background-color: white;
  border-radius: 10px;
  text-align: left;
  transition: all ease-in 0.5s;
  margin-top: 20px;
  border: dotted 2px rgba(61, 59, 54, 0.1803921569);
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1019607843);
}
@media (max-width: 991px) {
  .discover .heading ul li .card-body {
    font-size: 14px;
  }
}

.discover .col-lg-6 img {
  margin-bottom: 20px;
}

.mobilepart {
  display: none;
}
@media (max-width: 991px) {
  .mobilepart {
    display: block;
  }
}

.backgroundnew {
  background: rgba(79, 121, 31, 0.93);
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  border: dotted;
}

#navbar-toggler {
  display: flex;
  flex-direction: column;
  z-index: 99999;
  margin-left: auto;
  position: absolute;
  top: -61px;
  right: -10px;
}
#navbar-toggler .navbar-light .navbar-toggler-icon {
  margin-bottom: 0;
}

.navbar-light .navbar-toggler-icon {
  background: hsl(229, 89.78%, 8.85%);
  height: 2px;
  width: 29px;
  margin-bottom: 6px;
}
.navbar-light .navbar-toggler-icon:nth-child(3) {
  margin-bottom: 0;
}

.navbar-light .navbar-toggler {
  border: none;
}

.myaddclass .navbar-toggler-icon:nth-child(1) {
  display: none;
}
.myaddclass .navbar-toggler-icon:nth-child(2) {
  transform: rotate(132deg);
}
.myaddclass .navbar-toggler-icon:nth-child(3) {
  transform: rotate(229deg);
  margin-top: -7px;
}

button .myaddclass {
  transition: all ease-in-out 0.4s;
}
button .myaddclass .navbar-toggler-icon:nth-child(1) {
  display: none;
}
button .myaddclass .navbar-toggler-icon:nth-child(2) {
  transform: rotate(132deg);
}
button .myaddclass .navbar-toggler-icon:nth-child(3) {
  transform: rotate(229deg);
  margin-top: -7px;
}
button:focus {
  outline: 0 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}
.menuclose {
  position: absolute;
  top: 0px;
  right: 17px;
  font-size: 29px;
  color: #585353;
  font-weight: 400;
}

.newclass {
  display: none !important;
}

.navbar-brand img {
  width: 100px !important;
}
@media (max-width: 991px) {
  .navbar-brand img {
    width: 59px !important;
  }
}

footer {
  background: url(../images/african-american-young-lady-with-thermos-book.jpg);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
footer::before {
  position: absolute;
  background: #1dab4a;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
}
@media (max-width: 991px) {
  footer .footer h3 {
    text-align: center;
  }
}
footer .footer h3 img {
  width: 80px;
  margin-bottom: 0px;
}
footer .footer h5 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px;
  text-align: right;
  font-weight: 700;
}
@media (max-width: 991px) {
  footer .footer h5 {
    text-align: left;
  }
}
footer .footer p {
  margin-bottom: 5px;
  color: hsl(0, 0%, 100%);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  footer .footer p {
    text-align: center;
  }
}
footer .footer ul li {
  color: hsl(0, 0%, 100%);
  margin-bottom: 15px;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 991px) {
  footer .footer ul li {
    text-align: left;
  }
}
footer .footer ul li a {
  font-size: 14px;
  font-weight: 500;
  color: hsl(0, 0%, 100%);
}
footer .footer ul li:last-child {
  margin-right: 20px;
}
footer .footer .social {
  padding-left: 90px;
}
@media (max-width: 991px) {
  footer .footer .social {
    padding-left: 15px;
    display: none;
  }
}
footer .footer .social h5 {
  text-align: left;
}
footer .footer .social ul li {
  text-align: left;
}
footer .footer .address ul li i {
  margin-right: 10px;
  font-size: 20px;
}
footer .footer .address h5 {
  text-align: left;
}
@media (max-width: 991px) {
  footer .footer .address h5 {
    text-align: center;
  }
}
footer .footer .address ul li {
  text-align: left;
}
footer .footer .address ul li:first-child {
  white-space: pre-line;
  line-height: 20px;
}

.facebook {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .facebook {
    justify-content: center;
  }
}
.facebook li {
  margin-right: 10px;
}
.facebook li a i {
  font-size: 28px;
}
.facebook li:last-child {
  margin-right: 0;
}
.facebook li:last-child a {
  border-radius: 5px;
  background: #fff;
  padding: 3px;
}
.facebook li:last-child a img {
  width: 20px;
  border-radius: 0;
  border-radius: 5px;
  filter: brightness(1) invert(1);
}

.fboxpart {
  position: relative;
}
.fboxpart::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -15px;
  height: calc(100% + 97px);
  width: 2000px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .fboxpart::before {
    width: 0;
    height: 0;
  }
}
.fboxpart h3 {
  position: relative;
}
.fboxpart p {
  position: relative;
}
.fboxpart .facebook {
  position: relative;
  align-items: center;
}

.copyright {
  background: #104521;
  text-align: center;
  display: block;
}
.copyright h4 {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  .copyright h4 {
    line-height: 20px;
  }
}
.copyright h4 a {
  color: #f36e21;
}/*# sourceMappingURL=style.css.map */