
/* Table of Content
================================================== 
1. Typography
2. Global CSS
3. Topbar
4. Header
5. Navbar
6. Carousel 
7. Intro
8. About
9. Service
10. Funfact
11. Feature
12. Testimonial
13. Portfolio 
14. News
15. Partner
16. CTA
17. Footer
18. Copyright
19. Team Area
20. Video Area
21. News
22. Courses
23. Course Single
24. Service
25. Contact
26. Register / Login

*/
/* Typography
=========================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
    margin: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
}

p {
  color:white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0;
  font-weight: 600;
  color: white;
  font-family: "Poppins", sans-serif;
}
.hide{
  display: none;
}
h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Global CSS
=========================================== */
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0 solid;
}

a:hover {
  color: #000;
}
li{
    list-style: none;
}
.li-a{
    color: white;
    cursor: pointer;
}
.li-a:hover{
    color: gold;
}
button:focus,
.btn:focus {
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.header-btn {
    background: #F70000 !important;
    border-color: #F70000 !important;
    font-size: 11px !important;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600 !important;
}
.btn {
  height: 43px;
  line-height: 29px;
  border-radius: 25px;
  padding: 6px 22px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.btn.btn-md {
  padding: 6px 24px;
}
.btn.btn-lg {
  padding: 6px 19px;
}

.btn-primary {
  background: #007100;
  border-color: #007100;
}

.btn-secondary {
  background: #929292;
  border-color: #929292;
}
.btn-secondary:hover {
  background: #ffbf10;
  border-color: #ffbf10;
}

.btn-success {
  background: #a6c437;
  border-color: #a6c437;
}

.btn-info {
  background: #f05a21;
  border-color: #f05a21;
}

.btn-border {
  border: 1px solid #fff;
  color: #fff;
}
.btn-border:hover {
  background: #ffbf10;
  color: #fff;
  border-color: #ffbf10;
}
.f-up{
  border-bottom: 1px dashed white;
}
.f-down{
  align-items: flex-start!important;
}
.f-down-item{
  line-height: 2;
  align-items: flex-start!important;
}
.gold-line{
  width: 75px;
  height: 2px;
  background: gold;
  border: none;
}
.undr-ln{
  text-decoration: underline;
  margin-top: 70px;
}
.dashed{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed gold;
}
.readmore-btn {
  display: inline-block;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #494753;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.readmore-btn:hover {
  color: #ffbd0a;
}

.or{
  color: orange;
}

/* Review Star */
.review-star li {
  margin-right: 1px;
}
.review-star li i {
  color: #ffbd0a;
}
.review-star li.rating {
  margin-left: 8px;
  color: #b3b2b6;
}


.flex-col{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
/* ==========Header============== */
header{
    width: 100%;
    background:#dd6433;
}
.logo img{
  height: 100px;
}

.logo-t{
    color: #dd6433;
    font-size: 30px;
    line-height: 0px;
    font-weight: bold;
}
.theme-col{
    width: 100%;
    background: #dd6433;
}
.i-wh{
  color: white;
  font-size: 40px;
}
nav ul ul{
    position: absolute;
    align-items: flex-start !important;
    padding: 10px 15px;
    margin: 10px 0;
    background: #0d1d3a;
}
nav ul ul li{
    margin: 0;
}
nav ul li{
    margin: 0 30px;
}
.drop{
    border-bottom: 1px solid grey;
}
/* =============Footer============ */
.mar{
  margin: 50px;
}
.c-bord{
  border-radius: 30px;
}
.letter2{
  letter-spacing: 2px!important;
}
.ht40{
  line-height: 80px!important;
}
.pad{
    padding: 50px;
}
.f-up-item i{
  font-size: 50px;
}
.slider{
  display: flex;
  width: 100%;
}
.banner{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img{
    width: 100%;
    min-height: 100vh;
}
.row{
  padding: 20px 0px;
  background: #dbdbdb;
  justify-content: center!important;
}
.row-item{
  padding: 0 50px;
}
.bg-fade{
  background: #dbdbdb;
}
.bg-red{
  background:#f16632;
}
.bg-blue{
  background:#1e4c9d;
}
.bg-green{
  background: #adc846;
}
.bg-orange{
  background: #ffbd0a;
}
.font-red{
  color:#ff8f66;
}
.font-blue{
  color:#1e4c9d;
}
.font-grey{
  color: grey;
}
.font-green{
  color: #adc846;
}
.font-orange{
  color: #ffbd0a;
}

.text{
  padding: 20px 50px;
  line-height: 0px;
  align-items: flex-start;
}
.heading{
  font-size:30px;
  font-weight: bold;
  letter-spacing: 1px;
  color:rgba(0, 0, 0, 0.795);
  line-height: 35px;
}
.mar20{
  margin: 20px;
}

.content{
  align-items: flex-start;
}
.para{
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
}
.para p{
    color : #929292;
}
.block{
  margin-left: 10px;
}
.main{
  padding: 20px 100px;
  width: 60%;
}
/* -----------------Events------------------- */

.event{
  width: 80%;
 border: 1px solid orange;
 margin-top: 20px;
}
.event-date{
  width: 25%;
  background: orange;
  height: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.news{
  padding: 20px;
  width: 40%;
  margin: 20px 0;
}
.news-container{
  width: 100%;
}
.div2{
  align-items: flex-start;
}
.fac{
  width: 100%;
  
}
.pad20{
  padding: 20px;
}
.pad80{
  padding: 40px 80px;
}
.pad40{
  padding: 40px!important;
}
.pad0{
  padding: 0;
}
.mar0{
  margin: 0;
}
.contact{
  width:100%;
}
.form-row{
  width: 100%;
}
.form-input{
  border: 1px solid grey;
  font-size: 15px;
  font-weight: 100;
  width: 100%;
  margin: 10px;
}
.form-input:active,.form-input:focus{
  box-shadow: 0 0 5px rgb(152, 152, 192);
}
.ask-us{
  width: 50%;
  margin: 0 30px;
}
.iframe{
  width: 100%;
  height: 100%;
}
.map{
  width: 40%;
  height: 400px;
}
.tc td,.tc th{
  border: none;
}
/* ---------------gallery---------- */


button{
  cursor: pointer;
}
.gallery{
  padding: 100px 150px;
  align-items: center;
}
.portfolio{
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-template-rows: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 30px;
}
#portfolio{
  width: 95%;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.project{
  width: 100%;
  height:225px;
  position: relative;
  background: white;
  overflow: hidden;
  border-radius: 50px;
}
.project img{
  position: absolute;
  opacity: 0.9;
  width: 150%;
  height: 150%;
}
.project:hover .grid-overlay{
  transform: translateY(0%);
}
.grid-overlay{
  background: rgba(128, 128, 128, 0.692);
  height: 100%;
  grid-column: -1;
  grid-row: -1;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  transform: translateY(101%);
  transition: all 0.3s ease-in-out;
}
.grid-overlay button{
  background: none;
  outline: none;
  font-weight: 100;
  letter-spacing: 2px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  padding: 10px;

}
.grid-overlay button:hover{
  transition: all 0.3s ease-in-out;
  background: white;
  color: #d1a39e;
  transform: scale(1.05);
}
.overlay{
  position: fixed;
  background: rgba(71,69,69,0.7);
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 3;
}
.overlay.open{
  
  display: grid;
  align-items: center;
  justify-items: center;
}
.overlay-inner{
  background: white;
  max-width: 80%;
  max-height: 80vh;
  padding: 20px;
  position: relative;
  opacity: 1;
}
.overlay-inner img{
  max-width: 100%;
  max-height: 80vh;

}
.close{
  position: absolute;
  top: 3px;
  right: 10px;
  background: none;
  outline: 0;
  color: #474545;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.close:hover{
  color: #d1a39e;
}

.project-image{
  margin-left: -50%;
}
.dropdown{
  z-index: -5;
  /* display: none; */
  opacity:0;
  transform: translateY(50px);
  transition: all 0.3s ease;
}
#dropdown:hover .dropdown{
  z-index: 5;
  transition: all 0.3s ease;
  /* display: block; */
  opacity:1;
  transform: translateY(-10px);
}
/* ===========disclosure====== */
.container{
  padding: 100px;
}
.txt-cntr{
  text-align: center;
}
.txt-lft{
  text-align:left!important;
}
.disc{
  width:100%;
  border-collapse: collapse;
}
.disc table,thead,tbody,th,td,tr{
  border: 1px solid grey;
}
.disc thead{
  background: #ccc0d9;
}
th,td{
  padding: 10px;
}
th{
  color: black;
}
.list{
  list-style: disc;
}
.cont{
  width: 65%;
}
.big{
  line-height: 30px;
  font-size: 17px;
}
.admission td, .admission th{
  border: none;
}
.btn-submit{
  border: 1px solid #ff8f66;
  color: white;
  background: #ff8f66;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-submit:hover{
  color:  #ff8f66;
  background: white;
}
.side-img{
  width:300px;
  height:400px;
}
.small{
  
  font-size: 15px;
}
.admission td,.admission th{
  width: 25%;
}
.admission td input{
  width: 90%!important;
}
.start{
  justify-content: start;
}



