/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #212529;

}

/* html {
  overflow-y: scroll;
} */

/* html,
body {
  width: 100%;
} */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  -webkit-animation: body-fadein 1s;
  /* Safari 4+ */
  -moz-animation: body-fadein 1s;
  /* Fx 5+ */
  -o-animation: body-fadein 1s;
  /* Opera 12+ */
  animation: body-fadein 1s;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes body-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*:focus {
  outline: none !important;
}

a,
.btn {
  -webkit-transition: 0.3s ease-in-out all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in-out all;
  box-shadow: none;
  white-space: inherit;
}
a:hover,
.btn:hover {
  -webkit-transition: 0.3s ease-in-out all;
  /* For Safari 3.1 to 6.0 */
  transition: 0.3s ease-in-out all;
}



a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}
.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.table td, .table th {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.table_border tr td{
		border: 0px !important;
}

td table tr td{
		border: 0px !important;
}



.modal-content {
    position: relative;
    background-color: transparent !important;
    border: 0px solid #999 !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0) !important;
}
.modal-body {
    padding: 0px;
}
.enquire-form-p {
    background-color: #f8f9fa;
    width: 100%;
    margin: 14px auto;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.enquire-form-p h5 {
    font-size: 24px;
    margin: 0px 0 24px 0;
    color: #eb5d1e;
    font-weight: normal;
}
.enquire-form-p .form-control {
    border-radius: 0px;
    border: 1px solid #f5ccbc;
	font-size:14px !important ;
    outline: none;
}
.enquire-form-p p {
    color: #333333;
    text-align: center;
    padding: 0px;
	font-size:12px !important ;
}
.enquire-form-p input[type=submit] {
    color: #666666;
    background: #edfaff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
.enquire-form-p input[type=submit]:hover {
    background: #1d6dab;
    color: #fff;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
/* .modal-dialog {
    width: 200px;
    margin: 30px auto;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
	min-height: 16.42857143px;
} */
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #eb5d1e;
    filter: alpha(opacity=1);
    opacity: 1;
    
    right: 80px;
    top: 30px;
    position: absolute;
    z-index: 99;
}

#frmContact {
	/* border-top: #F0F0F0 2px solid;
	padding: 10px; */
}

#frmContact div {
	margin-bottom: 10px
}

#frmContact div label {
	
	
	float: left;
	line-height: 30px;
}

.demoInputBox {
	padding: 4px;
	border: #F0F0F0 1px solid;
	border-radius: 2px;
}

.error {
	background-color: #FF6600;
	border: #AA4502 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}

.success {
	background-color: #12CC1A;
	/* border: #0FA015 1px solid; */
	padding: 5px 10px !important;
	color: #FFFFFF;
	/* border-radius: 4px; */
}

.capt-info {
	font-size: .8em;
	color: #f3e5df;
	letter-spacing: 2px;
	padding-left: 5px;
	display: none;
}

.btnAction {
	background: #eb5d1e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
	font-size:14px;
}

.btnRefresh {
	background-color: #000; 
	background:
	border: 0;
	padding: 4px 10px;
	color: #FFF;
	float: left;
	border-radius: 4px;
	margin: 0px 10px;
	font-size:14px;
}
.btnRefresh_img {
	background: url(../img/refresh_btn.png) no-repeat scroll 0 0 transparent;
    margin: 5px 0 0;
    /* padding: 0; */
    border: medium none;
    cursor: pointer;
    width: 30px;
    position: relative;
    top: 4px;
    right: 0px;
}

.captcode.d-flex.justify-content-start {
    width: 100%;
    float: left;
}

input#captcha {
    width: 150px;
}
#captcha_code{
	font-size:12px;
}

.sup-reg{
  font-size: 12px;
  font-weight: 300;
  vertical-align: super;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #eb5d1e;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ee7843;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  min-height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 40px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #4e4039;
  text-decoration: none;
  font-weight: bold;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

#main {
  margin-top: 72px;
}
@media (min-width: 1200px){
.container {
    max-width: 86% !important;
}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
nav .navbar-brand img {
    padding: 0;
    margin: 0;
    max-height: 80px;
}
a.nav-link.ml-auto {
    color: #eb5d1e !important;
}
.navbar a, .navbar a:hover, .navbar .active > a, {
    color: #eb5d1e !important;
    text-decoration: none;
}

/*--------------------------------------------------------------
# curriculum Section
--------------------------------------------------------------*/
#curriculum {
    width: 100%;
    /* height: 70vh; */
    min-height: 150px;
    background: #fef8f5;
    /* border-bottom: 2px solid #fcebe3; */
    margin: 0px 0 -72px 0;
    padding: 5% 0% !important;
}

#curriculum h1 {
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  /* color: #4e4039; */
  color: #2c3440;
}

#curriculum h2 {
  /* color: #a08f86; */
    margin: 50px 0px;
    font-size: 24px;
    line-height: 40px;
}

#curriculum .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #eb5d1e;
}

#curriculum .btn-get-started:hover {
  background: #ef7f4d;
}

#curriculum .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #curriculum {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  /* #curriculum {
    height: calc(100vh - 72px);
  } */
  #curriculum .animated {
    -webkit-animation: none;
    animation: none;
  }

}

@media (max-width: 768px) {
  #curriculum h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #curriculum h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
}



.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #2c3440;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #eb5d1e;
  bottom: 0;
  left: calc(50% - 30px);
}



.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2c3440;
}


.about h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #eb5d1e;
  bottom: 0;
  left: calc(50% - 30px);
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}



p{
	font-size: 18px;
    color: #5a6570;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# registernow
--------------------------------------------------------------*/
#registernow{
	background:#2c3440;
	color:#ffffff;
}


.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  height: 80%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fbe2d8 !important;
}

.clients .owl-dot.active {
  background-color: #eb5d1e !important;
}
.flot{
	clear: both;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact{
	clear: both;
}

.contact .info {
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #eb5d1e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #eb5d1e;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #eb5d1e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #eb5d1e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
    padding: 0 0 30px 0;
    color: #212529;
    font-size: 14px;
    background: #fef8f5;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #2c3440;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #5c5c5c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb5d1e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb5d1e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: left;
  float: left; 
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #ffffff;
}

@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}

/* ********************** */


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.parallax-bg{
	background:#303030;
	padding:0px !important;
} 
/* .parallax-bg{
	  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  background:#303030;
} */

.parallax {
  /* The image used */
  /* background:url(../img/Ogre_Turnaround.jpg)  no-repeat scroll 0 0 transparent; */
 background-image:url(../img/Ogre_Turnaround.jpg);
  /* width:100%; */
  /* Set a specific height */
	height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  
/*   background-size: cover; */

}




.course-list {   
    list-style: none;
    padding-right: 20px;
}
.course-list li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
.course-list li::before {
    content: "";
    width: 13px;
    height: 13px;
    /* border-radius: 50%; */
    border: 2px solid #303030;
    position: absolute;
    right: -36px;
    top: 5px;
}
.course-list li::before {
    left: -30px;
    border-width: 1px;
  }


.eligibility.course-list li::before {
    content: "";
    width: 13px;
    height: 13px;
    /* border-radius: 50%; */
    border: 2px solid #1b75bb;
    position: absolute;
    right: -36px;
    top: 5px;
}




.registernow h1 {	
	font-size:35px;
	letter-spacing:1px;
}

.registernow h2 {	
	font-size:30px;	
	letter-spacing:1px;
    font-weight: lighter;

}.registernow h2 a{	
	color:#ffffff;

    

}
.registernow h3{
	font-size:25px;
	letter-spacing:1px;
}
.registernow p {
    font-size: 18px;
    color: #ffffff;
	letter-spacing:1px;
}


.btn-rightsticky {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  top: 50%;
  right: -100px;
  border-radius: 10px 10px 0 0;
  background-color: #eb5d1e;
  color: #fff;
  border: none;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.btn-rightsticky:hover {
  color: #fff;
  background-color: #1b75bb;
}
.btn-rightsticky.open-btn-register {
  visibility: visible;
  opacity: 1;
  right: -55px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#captcha_code img#captcha_code {
    /* width: 50%; */
    height: 34px;
    padding: 4px 0px 8px 4px;
    border-radius: 0px !important;
}
img#captcha_code {
    /* width: 50%; 
    height: 34px;*/
    padding: 4px 0px 8px 4px;
    border-radius: 0px !important;
}




.address {
  padding: 50px 0px;
  font-size: 23px;
}
.address p {
  padding-left: 85px;
  position: relative;
  font-size:23px;
}
.address p .so-icon {
    position: absolute;
    top: 0px;
    left: 40px;
    color: #ec297b;
    width: 35px;
}
.address p a {
  color: #5a6570;
   font-size:23px;
   
}


/* -------*************-------- */
@media only screen and (max-width: 600px) {
	
	section {
    padding: 50px 0;
}
	.registernow h1 {	
	font-size:30px;
	
	
}

.registernow h2 {	
	font-size:25px;	
	
    

}.registernow h3{
	font-size:20px;
}
.registernow p {
    font-size: 16px;
    color: #ffffff;
	
}
 .address {
    font-size: 14px;
  }
  .address p {
    padding-left: 50px;
	font-size: 14px !important;
  }
.address p a {
    color: #5a6570;
    font-size: 14px !important;
}
  .address p .so-icon {
    top: -4px;
    left: 13px;
    width: 30px;
  }

  sup {
    font-size: 14px;
  }
 nav .navbar-brand img {
    padding: 0;
    margin: 0;
    max-height: 51px;
}

}

/* -------*************-------- */
