/*  RESET  */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  width: 100%;
  position: relative;
  line-height: 1;
  z-index: 11;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  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: "Lato", sans-serif;
}

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

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

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

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

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

img {
  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: 60px;
}
.heading::before {
  width: 40px;
  content: "";
  position: absolute;
  height: 3px;
  background: #3f51b5;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 35px;
}
.heading h2 {
  padding: 0;
  font-size: 25px;
  line-height: 30px;
  color: hsl(76.51, 1.72%, 45.6%);
  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;
  }
}

.my-btn {
  background: #97ca3f;
  color: white;
  text-transform: capitalize;
}

.boxpart h6 {
  color: #445070;
}
@media (max-width: 991px) {
  .boxpart h6 {
    font-size: 10px;
  }
}

.facebooktop {
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .facebooktop {
    padding: 0 0 10px 0 !important;
  }
}
.facebooktop li a {
  margin-right: 15px;
}
.facebooktop li a i {
  font-size: 15px;
  color: hsl(0, 0%, 97.85%);
}
.facebooktop li a img {
  width: 26px;
  background: #627d1a;
  padding: 3px;
  border-radius: 3px;
}

.topmenu .facebooktop {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 557px) {
  .topmenu .facebooktop {
    justify-content: center;
  }
}
.topmenu .boxpart {
  margin-left: 10px;
}
.topmenu .boxpart h5 {
  font-size: 17px;
  font-weight: 400;
  color: #445070;
}
@media (max-width: 991px) {
  .topmenu .boxpart h5 {
    font-size: 9px;
  }
}
.topmenu .navbar-brand {
  align-items: center;
}
.topmenu .navbar-brand h4 {
  font-size: 29px;
  margin-left: 0;
  color: #3856a7;
  font-weight: 900;
  margin-bottom: 3px;
  text-transform: capitalize;
}
@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: #3955a6;
}
@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;
}

@media (max-width: 991px) {
  .destopmargin.text-right {
    margin-bottom: 10px;
    text-align: center !important;
  }
}

.banner {
  position: relative;
  width: 100%;
  padding: 80px 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;
}
.banner .formbox {
  background: rgb(255, 255, 255);
  border: none;
  border: solid 1px rgba(152, 172, 245, 0.2196078431);
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .banner .formbox {
    display: none;
  }
}
.banner .formbox button {
  width: 100%;
  background: #f36e21;
  color: #fff;
  font-size: 12px;
}
.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: 21px;
  border-radius: 4px;
  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 .logoform .heading ::before {
  z-index: -1;
}
.admission .formbox h2 {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}
.admission .formbox h5 {
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}
.admission .formbox h3 {
  text-align: left;
  font-size: 15px;
  color: #576c22;
}
.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;
}

.ourteacher {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .ourteacher {
    padding: 40px 0;
  }
}
.ourteacher .boximg {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
  border: solid 5px rgba(0, 0, 0, 0.0705882353);
}
.ourteacher .boximg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourteacher h3 {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
}
.ourteacher p {
  text-align: center;
}

.boxheading h3 {
  font-size: 16px;
  line-height: 22px;
}
.boxheading ul li {
  margin-bottom: 5px;
}
.boxheading .boxcourse h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
}
.boxheading .boxcourse h4 {
  font-size: 25px;
}

.inner-banner {
  width: 100%;
  position: relative;
  height: 300px;
  align-items: center;
  background: url(../images/bannerfive.webp);
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .inner-banner {
    margin-bottom: 40px;
  }
}
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(15, 56, 122, 0.7607843137);
  height: 100%;
  width: 100%;
}
.inner-banner h1 {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7490196078);
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .inner-banner h1 {
    font-size: 20px;
  }
}
.inner-banner p {
  color: rgba(255, 255, 255, 0.7490196078);
}

.boxapply img {
  width: 100px;
  margin: 0 auto;
}

.gallery {
  margin-bottom: 90px;
}
.gallery a {
  margin-bottom: 30px;
  display: block;
}
.gallery a img {
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.1882352941);
}

.boxf h4 {
  font-size: 18px;
  color: #3955a6;
}

.news_events ul li a {
  color: #101e6e;
}
.news_events ul li a i {
  margin-right: 10px;
  color: #97ca3f;
}

.topmenulink {
  position: relative;
  background: rgb(57, 85, 166);
}
.topmenulink ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .topmenulink ul {
    justify-content: center;
  }
}
.topmenulink ul a {
  font-size: 13px;
  color: #edeff6;
}

#navbar-toggler {
  display: flex;
  flex-direction: column;
  z-index: 99999;
  margin-left: auto;
  position: absolute;
  top: -179px;
  right: -12px;
}
#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;
  }
}

.classroom {
  padding: 50px 0;
}
.classroom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.classroom ul li a img {
  width: 70px;
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.classroom ul li a h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 8px;
  text-align: center;
  color: #602b09;
}

.aboutus {
  padding: 60px 0;
  background: rgba(13, 30, 97, 0.0196078431);
}
.aboutus h2 {
  font-size: 25px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .aboutus h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 30px;
  }
}
.aboutus .addmition {
  background: #3955a6;
  padding: 20px;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aboutus .addmition h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.aboutus .addmition h5 {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}
.aboutus .addmition p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.aboutus .addmition button {
  width: 100%;
  font-size: 15px;
}

.service {
  z-index: 2;
  background: #fafafc;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .service {
    padding: 40px 0;
  }
}

.service {
  transition: all ease-in 0.5s;
  overflow: hidden;
}

.service .service-box .title-heading h3 {
  font-size: 17px;
  line-height: 27px;
  color: #888a91;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991px) {
  .service .service-box .title-heading h3 {
    font-size: 14px;
  }
}

.service .service-box .image img {
  width: 50px;
}

.service .service-box .image h1.number {
  font-size: 23px;
  font-weight: 500;
  line-height: 44px;
  color: #3955a6;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .service .service-box .image h1.number {
    font-size: 20px;
  }
}

.service .service-box .title-heading {
  margin: 20px 0 0;
}

.service .service-box .title-heading p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 15PX;
  margin-bottom: 20px;
  text-align: center;
}

.admission {
  position: relative;
  background: url(../images/office.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.admission .heading h2 {
  color: white;
}
.admission .news_events ul li a {
  color: white;
}
@media (max-width: 991px) {
  .admission {
    background-attachment: fixed;
  }
}
.admission::before {
  content: "";
  background: linear-gradient(267deg, rgba(10, 11, 127, 0.37) 0%, rgba(5, 51, 251, 0.0588235294) 35%, #4225e3 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.admission .formbox .heading h3 {
  text-align: center;
  font-size: 20px;
}
.admission .formbox .heading h5 {
  text-align: center;
}
.admission .formbox .heading h6 {
  font-size: 13px;
  line-height: 25px;
  color: #97ca3e;
}
.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;
}

.d-pharm {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .d-pharm .boximg {
    margin-bottom: 30px;
  }
}
.d-pharm .boximg img {
  border-radius: 10px;
}
.d-pharm .boxcourse h3 {
  font-size: 22px;
  text-transform: capitalize;
  color: #3F51B5;
  font-weight: 700;
}
.d-pharm .boxcourse h4 {
  font-size: 20px;
}
.d-pharm .boxcourse h5 {
  font-size: 15px;
  margin-right: 10px;
}
.d-pharm .boxcourse h5 i {
  font-size: 15px;
  margin-right: 10px;
  color: #3f51b5;
}

.boxheading ul li i {
  margin-right: 8px;
  color: #3f51c5;
}

.contact-form {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 70px 0 !important;
}
.contact-form .formpart {
  box-shadow: 0 0 35px 0 rgba(164, 177, 235, 0.1294117647);
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.contact-form .formpart form label {
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
  color: #b1ca3f;
}
.contact-form .formpart form input {
  width: 100%;
  height: 45px;
  border: none;
  background: rgba(134, 142, 151, 0.0901960784);
  border-radius: 6px;
  margin-top: 12px;
}
.contact-form .formpart form textarea {
  width: 100%;
  height: 120px;
  border: none;
  background: rgba(134, 142, 151, 0.0901960784);
  border-radius: 6px;
  margin-top: 12px;
}
.contact-form .formpart form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border: solid 1px #0f387a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.contact-form .formpart form .submit .common-btn {
  padding: 15px;
  color: #fff;
}
.contact-form .formpart svg {
  width: 50px;
  fill: #fff;
  background: #b1ca3f;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .contact-form .formpart svg {
    width: 31px;
  }
}
.contact-form .formpart h5 {
  font-size: 21px;
  line-height: 30px;
  color: #b1ca3f;
  margin-left: 20px;
}
.contact-form .address-part {
  margin-top: 30px;
}
.contact-form .address-part ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0f387a;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-form .address-part ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
.contact-form .address-part ul li a {
  color: #0f387a;
}
.contact-form .address-part ul li span {
  display: block;
  margin-right: 16px;
}
.contact-form .address-part ul li span svg {
  width: 45px;
  height: auto;
  fill: #97ca3f;
}
@media (max-width: 991px) {
  .contact-form .address-part ul li span svg {
    width: 30px;
  }
}
.contact-form .who-content {
  width: 100%;
  padding-top: 82px;
}
.contact-form .who-content h3 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  color: #0a2044;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact-form .who-content h3 {
    font-size: 25px;
    line-height: 33px;
  }
}
.contact-form .who-content h6 {
  color: #b1ca3f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  margin-left: 17px;
}
.contact-form .who-content h6::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0f387a;
  border-radius: 30px;
  top: 30%;
  left: -17px;
  transform: translate(0, -50%);
}

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: #492de4;
  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: #120944;
  text-align: center;
  display: block;
  padding: 20px;
  text-align: center;
}
.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;
}
.copyright .copyrighttext {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */