*{
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
    
}
p.social-address a {
    color: white;
    font-weight: 600;
    font-size: 17px;
}
.ctacolor {
    color: #ff5936;
    font-weight: bold;
}
.main-banner {
  background-image: linear-gradient(rgb(48 48 48 / 80%), rgba(2, 0, 0, 0.5)), url('../images/banner (2).png')  ;
  height: auto;
  background-size: cover;
  background-position: center;font-family: 'Source Sans Pro', sans-serif;
}
.form form input, .form form select, .form form textarea {
    max-width: 300px !important;
    height: 38px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: 10px;
    background-color: #ececec;
    color: #555;
    font-size: 14px;
    outline: none;
    min-width: 100% !important;
}
.form-texarea{
  height: 60px !important;
}
.form form input::placeholder, .form form select, .form form textarea::placeholder {
    color: #333;
   
}
.form h5 {
    color: #333;
    font-size: 18px;
}

.form h4 strong {
    color: #ff5936;
    font-size: 24px;
}
.form {
    background-color: #fff;
    opacity: 0.9;
    min-height: 480px;
    max-width: 400px;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
 
}
.form form input.button {
    background-color: #ff5936;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
        outline: none;
}
a {
    text-decoration: none !important;
}

.button a {
    max-width: 350px;
    display: block;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    transition: all .5s ease;
    background-color: #ff5936;
}
.button a:hover {
    background-color: #ffa28f;
    color: #333;
}
.bannercontent p{
  font-size: 22px;
}
.bannercontent{
    margin-top:9%!important;

}
.tagline
{
    font-size: 19px!important;
}

.button-reg-up-pro{
    display: flex;
    justify-content: center;
} 
.button-reg-up-pro a{
    font-size: 18px !important;
    background-color: #ff5936;
    text-align: center;
    padding: 12px 40px;
    color: #fff;

}
.section3{
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.section3 p{
    font-size: 20px;
    color: #d9dbdc;
}

.black{
    background-color: #000;
    height: 80px;
    border-radius: 7px;
}
.black p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 14px;
}
.orange{
    background-color: #ff5936;
    height: 80px;
    border-radius: 7px;
}
.orange p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 14px;
}
.section7 p{
    font-size: 20px;
}
.section7 ul{
    font-size: 20px;
}
p.left-right{
   font-size: 24px;
}
     nav-courses > .nav.nav-tabs{

  border: none;


}
nav-courses > div a.nav-item.nav-link,
nav-courses > div a.nav-item.nav-link.active
{
    border: none;
    padding: 15px 15px;
    color: #333;
    background: #cacaca;
    border-radius: 0;
    font-weight: 700;
}
nav-courses > div a.nav-item.nav-link.active {
    background: #e74c3c;
    color: white;
    }
nav-courses > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -55px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #f4f4f4;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav-courses > div a.nav-item.nav-link:hover,
nav-courses > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

single-course {
    background: #fff;
    height: 880px;
    transition: all ease-in-out 0.7s;
    display: block;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #94949461;
        margin-top: 10px;
}
@media only screen and (max-width: 768px){
single-course {
    height: 1080px;
}
.head1
{
    font-size: 20px;
}
.inner-course h2 {
    font-size: 1.6rem !important;
}
  .text-white pt-5 h4
  {
    margin-right: 5px !important;
  }
}
@media only screen and (max-width: 600px){
single-course {
    height: 790px;
}
.eligcol
{
    margin-top:-20px;
}
.inner-course h2 {
    font-size: 2rem !important;
}
}
single-course:hover {
    box-shadow: 0 0 15px #ff5936;
}

.bg-black {
    color: #3a3b40 !important;
    border-color: #3a3b40 !important;
    background-color: #3a3b40 !important;
    padding: 25px;
    position: relative;
}

.bg-black a {
    color: #fff;
    background-color: #ff5936;
    border-radius: 50px;
    padding: 5px;
    display: block;
    border: 1px solid #ff5936;
    transition: all .5s ease;
    font-size: 14px;
    text-align: center;
}

.bg-black a:hover {
    background-color: transparent;
}
.inner-course h5 {
    color: #ff5936;
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0;
}
.inner-course p {
    font-size: 17px;
}
.inner-course img {
    margin-bottom: 20px;
    max-width: 100%;
}
.inner-course h4 {
    font-weight: 700;
    font-size: 18px;
}

.inner-course {
    padding: 20px 12px;
    text-align: center;
}
a.courseregister:hover {
    background-color: transparent;
    color: #333;
}
a.courseregister {
    color: #fff;
    background-color: #ff5936;
    border-radius: 50px;
    padding: 5px;
    max-width: 160px;
    margin: 0 auto;
    display: block;
    border: 1px solid #ff5936;
    transition: all .5s ease;
    font-size: 14px;
}

.section8{
    background-image: url(../images/banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 274px;
}
.section8 p{
    font-size: 20px;
}
@media only screen and (max-width: 600px) {
   
    .bannercontent
    {
        text-align: center;
        margin-top:0%!important;
    }
    .h2, h2
    {
        font-size: 1.5rem!important;
    }
    .h4, h4
    {
        font-size: 1.3rem!important;
    }
    .dateline
    {
        font-size: 19px!important;
    }
    .tagline
    {
        font-size: 16px;
    }
    .logsec img
    {
        width:150px!important;
        margin-bottom: 10px!important;
    }
    .section8{
    height: auto;
}
.section10 h4 {
    margin-left:  5 px !important;
    }
    .section10 img{
        width: 350px;
    }
    .section10-btn{
        margin-left: 0rem !important;
    }
}

.section9 b{
    font-size: 18px;
}
.section10 h4{
    margin-top: 160px;
}
.section10-btn{
    display: flex;
    justify-content: center;
}
.section10-btn a{
    font-size: 18px !important;
    background-color: #ff5936;
    text-align: center;
    padding: 12px 100px;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .section10 h4{
    margin-top: 100px !important;
}
.section10-btn a{
    padding: 12px 50px !important;
}
}
@media only screen and (max-width: 600px) {
.section10 h4 {
    margin-top: 0px !important;
}
.black{
    margin-top: 15px;
}
.orange{
    margin-top: 15px;
}
  #arroworange{
    height: 40px;
    width: 30px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 425px){
.section10 img {
    width: 300px;
    margin-left: 40px !important;
}
}
@media only screen and (max-width: 320px){
.section10 img {
    width: 300px !important;
    padding-right: 50px !important;
}
}
@media only screen and (max-width: 375px){
.section10 img {
    width: 300px;
    margin-left: 20px !important;
}
}
.section11{
    background-image: url(../images/banner6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 373px;
}
.sec12{
	background-color: #fff;
	box-shadow: -1px 2px 20px 10px #00000012;
    border-radius: 10px;
}
.section12 p {
    font-size: 22px;
    color: #626262;
    line-height: 1.2;
}
.section12 h4{
	font-weight: 600;
}
.section13{
    background-color: #f5f5f5;
}
.section13 iframe{
	border-radius: 10px;
}


/*.section12 a{
	font-size: 20px;
}
*/footer {
    background-color: #333;
    text-align: center;
    color: #fff;
    padding: 20px;
}
footer p{
  margin:0px;
}

/**/
.carousel-indicators{
    position: relative !important;
}
.carousel-indicators li.active{
    background-color: #ff5936 !important;
}
.carousel-indicators li{
    background-color: #000 !important;
    border-radius: 50%;
    height: 15PX;
    width: 15px;
    opacity: 1 !important;
}

.card-header a{
        font-size: 18px !important;
        color: #666 !important;
      } 
      .card-body p{
        font-weight: 100 !important;
      }
      .card-header {
    padding: 0rem 0rem !important;
    border-bottom: 0px solid rgba(0,0,0,.125) !important;
}
.card{
  border: 0.1px solid rgba(0,0,0,.125);
  border-radius: 0px; 
}
.fa, .fas {
    float: right !important;
}

.card-header a {
    display: block;
    background-color: #ff5733;
    padding: 1.10rem 1.25rem;
}
.first-header a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-header a.collapsed {
    background-color: #F7F7F7;
    border-radius: 0;
    border: 1px solid #ccc;
}


.card-header a h5 {
    color: #fff;
}

.card-header a.collapsed h5 {
    color: #666666;
}
.inner-course img {
    width: 90px;
    object-fit: contain;
}

        .siq-msgbanr
        {
            line-height: 0.5;
        }
        .dib-mid
        {
            font-size: 18px;
        }
         .zsiq_floatmain
    {
        margin-bottom: 5% !important;
    }
        
@media only screen and (max-width: 900px)
{
    .siq-msgbanr span 
    {
        display: inline;
        line-height: 1.2rem;
        font-size: 15px;
    }
    .siq_noanim
    {
        margin-bottom: 50% !important;
    }
    #window-ribbon
    {
        height: 50% !important;
    margin-top: 107% !important;
    }
}
