@import url('https://fonts.googleapis.com/css?family=Volkhov:400,400i&display=swap');

body {
    background-color: rgba(255, 250, 236,1);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #222;
    font-weight: 300;
}
header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
  }

  .carousel-item {
    height: 76vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #navBar {
      margin: 0;
      padding: 0;
      background-color: #FBAB7E;
background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
box-shadow: 0 1px 5px rgba(0,0,0,0.8);
  }
  #navBar .container { padding: 0 inherit; margin: 0 inherit; }
#navBar .container a img { height: 70px;}
  /* #navBar .nav-link {
      color: #6b1217;
  }
    #navBar .active .nav-link {
      color: #000000;
  } */
  #navBar li.nav-item {
    margin: 0 0.8em;
  }
  #navBar li:last-child.nav-item  {
    margin-right: 0;
  }
  #navBar li:first-child.nav-item  {
    margin-left: 0;
  }
  #priNavBar .nav-item a {
    white-space: nowrap;
    transform: translateY(0);
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: capitalize;
    font-size: 13px;
  }
  #priNavBar .nav-item a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background: rgba(107, 18, 23, 0.6);
    transition: all 0.2s ease-in-out;
  }
  #priNavBar .nav-item a:hover::before {
    width: 100%;
    left: 0;
  }
  #priNavBar li.nav-item.active a {
    font-weight: normal;
    color: #000;
    border-bottom: 1px dotted rgba(107, 18, 23, 1);
    text-decoration: none;
  }

  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(107, 18, 23,1);
    font-weight: bold;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
    padding-right: 0;
    padding-left: 0;
  }

  .lead {
    font-size: 1.35rem;
  }
  
  
  /* Nwews */
  #News ol {
    padding: 2em 1em 2em 3em;
    background-color: white;
    border-radius: 3px;
}
  
/* Carousel Styles  */
.carousel-caption {
  top: 30%;
}

.mt8 {
  margin-top: 8em;
}

section {
  border: 0px solid blue;
  padding-top: 4em;
}
/* The College */
.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 70px;
}
.module-subtitle {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 2em;
  line-height: 2em;
}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}
.block-shadow {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);

}
.alt-services-image {
  border-radius: 5px;
}
.features-item {
	margin: 20px 0;
	text-align: center
}

.features-icon,
.alt-features-icon {
	color: #111
}

.features-title,
.alt-features-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 16px 0 15px
}

.alt-features-item {
	position: relative;
	padding-left: 55px;
	margin: 3em 0 0 0
}
.alt-features-item:first-child  {
  margin-top: 0;
}

.alt-features-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;

}

.alt-features-icon img {
  width: 36px;
}

.alt-features-title {
	font-size: 13px;
	margin: 0 0 10px
}


/* Card Styles */
.card-title {
  color: #6b1217;
  text-align: right;
  margin-bottom: 0.5em;
}
.pname {
  font-style: italic;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

/* helpers */
.text-link {
  color: #6b1217;
  font-size: 0.9em;
  font-weight: bolder;
  border-bottom: 1px solid rgba(107, 18, 23, 0.6);
  font-style: italic;
}
.text-link:hover {
  text-decoration: none;
  border-bottom: none;
  color: #000;
}

.text-shadow-1 {
  color: black;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.text-yellow {
  color: #ffff00;
}
.box {
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);;
  transition: 0.35s ease-out;
}
.box:hover {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -10px, 0);
}

.borders {
  border: 1px solid red;
}


/* Footer styles */
.anti-rag {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px dashed #333;
  font-size: 0.9em;
  text-align: justify;
}
.anti-rag strong {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  color: white;
  margin-bottom: 6px;
  display: block;
  text-align: center;
}
#footer{
  background-color: #6b1217;
  background-image: linear-gradient(135deg, #c11f29 0%, #6b1217 74%);  
  color: #ccc;
  min-height: 300px;
  margin-top: 8em;
  padding-bottom: 0;
}
#footer a {
  color: #fff; text-decoration: none;
}
#footer a:hover {
  color: #ffff00;
}
.footer h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #fff;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  display: inline-block;
  margin-bottom: 2px;
  min-width: 140px;
}
#footer .copy-text {
    font-size: 0.8em;
}

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i 
{
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-network a.icoTwitter:hover {
  background-color: #3B5998;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

/* INNER PAGES */
.module, .module-small {
  position: relative;
  padding: 1em 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-top: 55px;
}
.module-gbg {
  background-color: #FF3CAC;
background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
position: relative;
padding: 1em 0;
margin-top: 55px;
}
.ptitle {
  /* background-color: #eeac00;
background-image: linear-gradient(270deg, #eeac00 0%, #e3a400 33%, #d99c00 66%, #d09600 100%); */
background-color: #6b1217;
/* background-image: linear-gradient(135deg, #c11f29 0%, #6b1217 74%); */
/* Sky.com grads 
    background: linear-gradient(to right, #ff6400 0%,#ff00a5 100%);
    background-image: linear-gradient(to right,#ff00a5 0%,#ff6400 100%);
    background-image: linear-gradient(to right,#6e00ff 0%,#ff00a5 100%);
    background-image: linear-gradient(to right,#6e00ff 0%,#00ffdc 100%);
*/
color: white;
margin-top: 80px;
padding-top:1em;
padding-bottom: 1rem;
}
.ptitle h1 {
  font-weight: 300;
  font-size: 1.8em;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.ptitle h1, .ptitle .breadcrumb {
  padding-left: 15px;
}
/* .breadcrumb-item+.breadcrumb-item::before {
  color: #ccc;
  content: url("/images/next.svg");
  padding: 0 5px;
} */
/* .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f061";
} */
.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #ff0;
}

.rtext {
  column-count: 3;
  column-gap: 3em;
}
h2.subheading, .rtext p.btext, .rtext hr {
  column-span: all;
}
 .rtext p.btext {
  font-size: 1em;
  margin-bottom: 0;
}
 .rtext p.btext span {
  font-weight: bold;
  display: inline-block;
  min-width: 130px;
}
body.inner-pages section {
  padding-top: 3em;
  padding-bottom: 2em;
}
.bg-logo {
  background: rgba(255, 250, 236,1) url("/images/bg-logo.png") 20% 50% no-repeat;
  background-position: center;
}
.btext {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 12px;
}


#secNavPills li  {
  margin-right: 1em;
}
#secNavPills li.nav-item a.nav-link {
  background-color: #F7CE69;
  padding: 4px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #111;
  font-weight: 300;
}
#secNavPills li.nav-item a.nav-link.active {
  background-color: #6B1217;
  color: white;
} 
#secNavPills li.nav-item a.nav-link:hover {
  background-color: #6B1217;
  color: #ccc;
}


.table-bordered td {
  color: #000;
  font-weight: 400;
}

/* Contact Form Styles */
#reused_form input, #reused_form  textarea, #reused_form  button
{
  width: 100%;
}  
.btn-amal {
  background-color: #6B1217;
  border: none;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.5em 1em;
  width: 100%;
}
#success_message {
  background-color: white;
  padding: 1em;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 5px rgba(0,0,0,0.1);
  text-align: center;
  color: darkgreen;
  font-weight: bolder;
}

.scrolling-box {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.dev-by {
  text-align: right;
}
section#footer {
  padding-top: 5em;
}
  



  
  /* Media Querries */
  /* For Small devices 600px abd below  */
  @media only screen and (max-width: 600px) {
    #mMsg .box {
      margin: 1em 0;
    }
    .social-links {
      text-align: center;
    }
    .dev-by, .copy-info {
      text-align: center;
    }
     #navBar li:first-child.nav-item  {
      margin-left: 0.6em;
    }
    header video {
      width: 200%;
      top: 54%;
    }
    #secNavPills li.nav-item a.nav-link {
      padding: 5px 8px;
      text-transform: capitalize;
  }
  #secNavPills li {
    margin-bottom: 1em;
  }
  .footer ul li {
    margin-bottom: 5px;
    min-width: 160px;
    padding-left: 10px;
  }
  #navBar {
    padding: 0.5em 1em;
  }
  .ptitle {
    margin-top: 90px;
}
}
  



/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #carouselAmal h3 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.5em;
}
 }

