
/*--Navigation---------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}

.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: #ffffff; 
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  display: block; 
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.ull {
   text-align: center;
}

.ulll {
  text-align: left;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.nav-fostrap li:hover {
  background-color:#E8F0FF;
}

.nav-fostrap li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #0F8D51;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  font-weight: bold;
  
}

.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 300px;
  background: #E8F0FF;
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #0F8D51;
  display: block;
  font-weight: 500;
}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:first-child:hover a { border-radius: 0; }

.nav-fostrap li ul.dropdown li:hover a { color: #C51A0B; }

.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { color: #E8F0FF; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555555;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}

.title-mobile {  display: none;  }

 @media only screen and (max-width:1199px) { .container { width: 96%; }}

.fixed-top {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
}
/*--Navigation Ended----------------------*/



/*--About Us------------------------------*/
.about {
  background-color: #ffffff;
}

.about-box {
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.about-box h2 {
  background-color: #ffffff; 
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  text-align: center;
  width: 500px;
  padding: 15px;
  font-weight: 800;
  display: block; 
  margin: auto;
  font-size: 40px;
  color: #024181;
}


.about-box p {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  color: #363636;
}


.about-p {
  text-align: left;
  font-size: 18px;
  padding: 20px;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  color: #363636;
}

.about-p img {
  width: 100%;
  height: auto;
}
/*--About us Ended----------------------*/



/*--Courses----------------------------*/
.courses {
  padding-bottom: 25px;
}

.courses h2 { 
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  text-align: center;  
  font-weight: 800;
  font-size: 40px;
  color: #024181;
  padding-top: 20px;
  padding-bottom: 30px;
}


.shadoww {
  transition: .5s;
}

.shadoww:hover {
    transform: scale(1.05);
    transition: .5s;
}


.box-h5 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding-top: 25px;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
}

.long-heading {
  padding-top: 13px;
}

.box-p {
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  font-size: 17px;
  text-align: center;
  padding: 20px 10px;
  color: #363636;
}

.box-header { 
  height: 80px;
  background-color:#4caf50;
}

.box-body {
  height: auto;
  background-color: #ffffff;
}

.short {
  height: auto;
}


.box-footer {
  height: 70px;
  background-color: #ffffff;
}

.box-button {
  color: #ffffff;
  background-color: #4caf50;
  border:none;
  font-size: 18px;
  padding: 10px 20px;
  display: block;
  margin: auto;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
}



.fourth {
  padding-top: 0px;
}


.fourth-1 {
  padding-top: 0px;
  padding-bottom: 0px;

}

/*--Courses Ended----------------------------*/



/*--Gallery----------------------------*/
.gallery {
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #024181;
  padding: 30px 0px 20px 0px;
}




.gallery-img {
  padding-bottom: 0px;
  padding-top: 10px;
}
/*--Gallery Ended----------------------------*/


/*--Student Testimony----------------------------*/
.one {
  list-style: none;
  padding: 0; 
}

.one > li {
  background: #FFFFFF;
  border: 1px solid rgba(150,150,150,0.29);
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  width: 250px;
  height: 430px;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  height: 480px;
}

.one > li img {
  margin-top: 60px;
}

.one > li .wrapper {
  overflow: hidden;
  position: absolute;
  width: 250px;
  height: 480px;
}

.one > li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 500px;
  width: 500px;
  background: #9c27b0;
  display: block;
  position: absolute;
  bottom: -300px;
  left: -125px;
  height: 610px;
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
}

.one > li span img {
  margin-top: 10px;
  width: 50px;
}


.one > li h3 {
  margin-top: 40px;
  color: rgba(255,255,255,1);
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  font-size: 24px;
}

.one > li p {
  margin-top: 20px;
  color: rgba(255,255,255,1);
  margin-left: 140px;
  margin-right: 140px;
  text-align: center;  
  font-size: 16px;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
}

.tt { 
  text-align: center;
  padding-top: 10px;
  background-color: #ffffff;
  padding-bottom: 50px;
}

.tt h2 {
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #024181;
  padding: 10px 0px 20px 0px;
}
/*--Student Tentimonials Ends-----------------------------------*/





/*--Form-----------------------------------*/
.form-name {
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.main{
      width: 400px;
      padding: 0px 0px 50px 30px;
    }

    .form-box{
      padding: 20px 0px 0px 10px;
    }


    .inp,.msg-box{
      width: 100%;
      padding: 10px;
      margin-top: 4px;
      margin-bottom: 5px;
      border:none;
      font-weight: bold;
      resize: none;
    }

    .msg-box{
      height: 100px;
    }

    .inp:focus,.msg-box:focus{
      outline: none;
      border:none;
    }

    .sub-btn{
      width: 100px;
      padding: 7px 5px;
      border-radius: 5px;
      margin-top: 5px;
      border: none;
      background: #C51A0B;
      cursor: pointer;
      color: #fff;
      font-size: 18px;
      text-shadow: 1px 1px 1px #444;
      font-family: 'Amethysta-Regular', 'sans-serif', corbel;
      font-weight: bold;
    }

    .sub-btn:hover{
      opacity: 0.8;
      transition: all ease-out 0.2s;
    }

    .sub-btn:focus{
      outline: none;
    }


.ifram {
  width:430px; height: 465px; padding-top: 50px; padding-bottom: 30px; padding-right: 30px;
}

.bgimg {
  background-image:url(wallpaper.jpg);
  background-attachment:scroll;
  background-size: 100%;
}


.contact h2 {
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  color: #024181;
  padding: 30px 0px 20px 0px;
}



    @media(max-width: 720px){
      .main{
        width: 90%;
    }
}
/*--Form Ends-----------------------------------*/




/*--Footer-----------------------------------*/
.footer_area {
  padding:60px 0 20px;
  color: #fff;
  z-index: 100;
  background: #222;
  word-break: break-all;
  word-wrap: break-word;
  padding-top: 760px;
}


.single_ftr p{
  margin-bottom: 10px;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  font-size: 16px;
}

.sf_title{
    color: #33d286;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Amethysta-Regular', 'sans-serif', corbel;
}

.single_ftr p{
  display: inline-block;
}

.single_ftr a {
    color: #fff;
}
.single_ftr a:hover {
    color: #33d286;
}

.ftr_btm_area {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #888;
  margin-top: 28px;
  z-index: 100;
}

.copyright_text{
    margin: 6px 0;
}
/*--Footer Ends-----------------------------------*/




/*--icon-bar------------------------------------*/
body {margin:0;}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  right: 0;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
/*--icon-bar Ended------------------------------------*/


.hr-line {
  width: 70px;
  height: 4px;
  background-color: orange;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}







/*--Disclaimer------------------------------------*/

.modal-title {
   text-align:center;
    font-family: 'Amethysta-Regular', 'sans-serif', corbel;
   color: black;
}



.modal-title {
   padding-left:15px;
   font-size:30px;
    font-family: 'Amethysta-Regular', 'sans-serif', corbel;
}


.paragraph {
   padding: 20px 30px;
   font-size:18px;
    font-family: 'Amethysta-Regular', 'sans-serif', corbel;
   color: black;
}



.discl {
  text-align: right;
  padding-bottom: 20px;
}

.discl a {
    color: #067fe5;   
    text-decoration: underline;
     font-family: 'Amethysta-Regular', 'sans-serif', corbel;
    font-size: 17px;
}

/*--Disclaimer Ended------------------------------------*/




/*--Events------------------------------------*/
.eve h2 {
  color: #0F8D51;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  font-family: 'Amethysta-Regular', 'sans-serif', corbel;
  padding-bottom: 2px;
  margin-top: 10px;
}
/*--Events Ended------------------------------------*/