html{
	scroll-padding-top: 150px;
}

body{
	 font-family: 'Poppins';
	font-size: 14px !important;
    -webkit-font-smoothing: antialiased !important;
	 position: relative; 
	
}
body{
	  scroll-snap-type: y proximity;
	}

	Section {
	  scroll-snap-align: start;
	}
#Header{
	background:url("../images/Banner/img2.jpg");/* linear-gradient(120deg, #9900fdd1, #1518d0c4)*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
	min-height: 900px;
}
#Header .logo{
	width: 125px;
}
#Header .navigation-head{
	background: #000 !important;
	/*background: rgba(255,255,255,.5);*/
	padding: 5px;
	position: fixed;
    width: 100%;
	z-index: 999;
}
#Header .navbar-collapse ul li a{
	color: #FFF;
}
#Header .navbar-collapse ul li{
	width: 200px;
	text-transform: uppercase;
	font-weight: 500;
}
#Header .navbar-collapse ul li a:hover{
	color: #104492;
}
#Header .navbar-collapse ul li.active{
	color: #104492;
}
#Header-Gallery .logo{
	width: 125px;
}
#Header-Gallery .navigation-head{
	background: #000 !important;
	padding: 5px;
	position: fixed;
    width: 100%;
	z-index: 999;
}
#Header-Gallery .navbar-collapse ul li a{
	color: #FFF;
}
#Header-Gallery .navbar-collapse ul li{
	width: 200px;
	text-transform: uppercase;
	font-weight: 500;
}
#Header-Gallery .navbar-collapse ul li a:hover{
	color: #104492;
}
#Header-Gallery .navbar-collapse ul li.active{
	color: #104492;
}
.Gallery-Sec{
	position: relative;
    padding-top: 226px;
    background: #FFF;
}
		

/* ================================================================================================= */
#Benefits .container .benefits-content{
	position: absolute;
    top: 655px;
    left: 8%;
	width: 85%;
	height:200px;
}
#Benefits figure{
	background: rgba(220, 25, 25, 0.66);
	text-align: center;
	padding: 15px;
	color: #fff;
	width: 100%;
	border-radius:15px;
}
#Benefits figure .fas, #Benefits figure .far {
	font-size: 5.6em;
}

/* =============================================================================================== */
#AboutUs{
	position: relative !important;
	top: 20px;
	border-bottom: 2px solid red;
}
.Heading-underline-l{
	width: 40%;
	height: 2px;
	float: left;
	background: red;
	margin-top: 10px;
}
.Heading-underline-r{
	width: 40%;
	height: 2px;
	float: right;
	background: red;
	margin-top: 10px;
}

/* ============================================================================================= */

#Programs{
	position: relative !important;
	top: -61px;
}

/* ============================================================================================= */

#Branches{
	position: relative !important;
	top: -41px;
	background: #ff9191;
	padding: 9px 9px 0px 9px;
}
#Branches .fa-chevron-left{
	font-size: 25px;
    position: relative;
    top: 80px;
    left: -22px;
	color: #fff !important
}
#Branches .fa-chevron-right{
	font-size: 25px;
    position: relative;
    top: 80px;
    right: -1100px;
	color: #fff !important
}
#Branches .carousel {
    position: relative;
    top: -40px;
}
/* ============================================================================================= */

#Placements{
	position: relative;
	color: #000;
	top: -40px;
}
#Placements figure{
	border: 1px solid red;
}
#Placements figcaption{
	background: rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
	color: #fff;
}
#Placements figcaption strong{
	font-size: 15px;
	text-transform: uppercase;
}
#Placements .fa-chevron-left{
	font-size: 25px;
    position: relative;
    top: 210px;
    left: -13px;
	color: #000 !important
}
#Placements .fa-chevron-right{
	font-size: 25px;
    position: relative;
    top: 210px;
    right: -300px;
	color: #000 !important
}
#ContactUs{
	background:rgba(0,0,0,0.5);
	position: relative;
	top: -41px;
	color: #000;
	padding-bottom: 20px;
}
#Footer {
    position: relative;
    top: -26px;
    background: #000;
    padding: 42px;
}

/* ================================================================================= */

.Gallery-Sec .embed-responsive-16by9::before {
    padding-top: 0 !important;
}
.col-md-3 .modal img{
	height: auto;
}
.col-md-3 a img{
	height: 175px;
}






















/* ================================================================================================= */



header {
  transition: background .5s; /* control how smooth the background changes */
}

header.scrolled {
  background: rgba(0,0,0) !important;
}



/* ================================================================================================= */
.col-md-3{
  display: inline-block;
  margin-left:-4px;
}
.col-md-3 img{
  width:100%;
  height:auto;
}
body .carousel-indicators li{
  background-color:#ffffff;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:red;
}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
}


















/* ========================================================== */
.open-button {
  background-color: #169c11;
    color: white;
    padding: 16px 20px;
    cursor: pointer;
    opacity: 1 !important;
    position: fixed;
    bottom: 23px;
    right: 0px;
    z-index: 9999;
    writing-mode: vertical-rl;
    text-orientation: mixed;
	border-top-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border: 2px solid red !important;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9999;
}



/* Set a style for the submit/login button */
.form-container .btn {
  color: white;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  width: 125px;
  margin-bottom:10px;
  opacity: 0.8;
  position: relative;
  
  left: 120px;

}
.close-button{
	width: 95% !important;
    margin-left: 18px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.f-form-control{
	width: 42%;
    margin-left: 25px;
    border-radius: 6px;
}

.f-form-control-textarea{
	width: 90%;
	margin-left: 25px;
	 border-radius: 6px;
}
/* ================================================================================= */

.tab-content .form-width{
	min-width: 500px;
	
}
.form-popup nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.form-popup nav > div a.nav-item.nav-link,
.form-popup nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
	z-index: 9999 !important;
}

.form-popup nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.form-popup nav{
	margin-left: -422px !important;
}
.form-popup .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
	min-width: 428px;
	height: auto;
    margin-left: -421px !important;
}

.form-popup nav > div a.nav-item.nav-link:hover,
.form-popup nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
