body{
 /*font-family: 'Bodoni Moda', serif!important;*/
 /*font-family: serif!important;*/
 /*font-family: 'Open Sans', sans-serif!important;*/
 /*font-family: 'Roboto Flex', sans-serif!important;*/
 font-family: Cambria,Georgia,serif!important;
}
h1,h2,h3,h4,h5,h6,p,span,a,li{
    font-family: Cambria,Georgia,serif!important;
}


h1,h2,h3,h4,h5,h6{
  color:#505050!important;
  text-transform: capitalize;
}
.all_p{
  color:#000;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 0px!important;
  margin-top: 10px!important;
}
.all_h1{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  color:#04148B!important;
}
.all_h2{
  font-size: 30px;
  color:#000!important;
  margin-top: 15px;
   margin-bottom: 10px;
}
.heading_span{
  color:#070701;
}
.quick_links p{
  text-align: left!important;
  font-size: 17px;
  margin-bottom: 8px;
}
.footer_facility p{
  text-align: left!important;
  font-size: 17px;
  margin-bottom: 8px;
}
.footer_contact p{
  text-align: left!important;
  font-size: 17px;
  margin-bottom: 8px;
}


/*********************************Auto Popup*******************************/

  .popup-link{
  display:flex;
  flex-wrap:wrap;
}

.popup-link a{
    background: #020B9B;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none!important;
    text-align: center;
    width: 100%!important;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.popup-container h3{
  margin:10px;
}
.popup-style-4{
  transform: rotate(180deg);
}
.popup-style-4:target{
  transform: rotate(0deg);
}
.popup-link a:hover{
    background-color: #ffc000;
    color:#000;
    transition: 0.5s;
}


/*********************************Auto Popup*******************************/

.navbar_ul a{
  font-size: 14px;
}
.nav_font li a{
  text-transform: none!important;
  font-size:16px!important; 
}
.dropdown_a :hover{
  background-color: #262c56!important;
  color:#fff!important;
}
#dropdown_color:hover #dropdown_color_a{
  color:#fff!important;
  padding-left: 30px!important;
  transition: 0.6s;
}

.top_bar a{
  color:#fff!important;
  text-decoration: none!important;
}

.top_bar_color{
  color:#F45806!important;
}

.top_bar{
  background-color: #3077AB;
  height: auto;
}

.top_header_image{
  height: 20px;
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top_header_btn{
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    width: 70%;
    background-image: linear-gradient(to bottom right, red, yellow);
}

.top_header_fa{
  color: #fff!important;
  margin-top: 12px;
  font-size: 20px;
}

/******************************DIIT****************************/

.top_btn{
  animation: myanimation 5s infinite;
}
@keyframes myanimation {
  0% {background-color: #F22B13;}
  25%{background-color:#25E618;}
  50%{background-color:#05DACD;}
  75%{background-color:#243FE8;}
  100% {background-color: #F01937;}
}

.about{
  padding-bottom: 25px;
}
.about_image{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.all_submit_btn{
  margin-top: 15px;
  background-color: #04148B!important;
  border:1px solid #04148B!important;
  font-size: 16px!important;
}

label{
  color:#000!important;
  font-size: 18px;
  margin-top: 10px!important;
}
input{
  border:1px solid #4D4D4C!important;
  margin-top: 5px!important;
}
textarea{
  border:1px solid #4D4D4C!important;
  margin-top: 5px!important;
}
select{
  border:1px solid #4D4D4C!important;
  margin-top: 5px!important;
}
.courses{
  padding-bottom: 25px;
}
.course_card{
  padding-bottom: 15px;
  margin-top: 15px;
  background-color: transparent;
  border:2px solid #fff!important;
  border-style: dashed!important;
}
.course_card img{
  width: 125px;
  height: 125px;
  border-radius: 50%;
  padding: 10px;
}
.course_card h3{
  text-align: center;
  margin-bottom: 0px;
  color:#fff!important;
  margin-top: 7px;
  text-transform: none!important;
  font-weight: bold;
  font-size: 22px;
}
.course_card p{
  text-align: center;
  margin-bottom: 0px;
  color:#fff!important;
  margin-top: 7px;
  font-size: 16px;
}
.course_card button{
  background-color: transparent!important;
  border: 1px solid #fff!important;
  color:#fff!important;
  margin-top: 10px;
}
.testimonials{
  padding-bottom: 25px;
}
.happy{
  /*padding-bottom: 25px;
  padding-top: 25px;*/
}
.happy img{
  height: 85px;
  width: 85px;
}
.happy h4{
  font-size: 25px!important;
  color:#000!important;
  margin-bottom: 0px!important;
}
.happy p{
  font-size: 20px!important;
  color:#000!important;
  margin-bottom: 0px!important;
}
.gallery{
  padding-bottom: 25px;
}
.top_header_btn2{
  background-color: #2D3F77!important;
  color: #fff;
  margin-top: 10px;
  padding: 10px 20px 10px 35px!important;
  font-size: 15px!important;
}
.twenty4_month_card{
  padding-bottom: 10px;
}
.twenty4_month_card img{
  width: 100%;
  height: 250px;
  padding: 10px;
}
.twenty4_month_card h3{
  text-transform: none;
  text-align: center;
  margin-bottom: 10px;
  color:#000!important;
}
.twelve_month_card{
  padding-bottom: 10px;
  margin-top: 20px;
}
.twelve_month_card img{
  width: 100%;
  height: 250px;
  padding: 10px;
}
.twelve_month_card h3{
  text-transform: none;
  text-align: center;
  margin-bottom: 0px;
  color:#000!important;
}

.all_container{
    position: relative;
    margin-top: 15px;
}

.all_container h4{
  color: #fff!important;
  margin-top: 15px;
}

.all_container img{
  margin-top: 35px;
  height: 55px;
}
.overlay_div{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(3,1,48,1) 14%, rgba(6,66,158,1) 100%);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.all_container:hover .overlay_div {
  height: 100%;
}
.home_card{
  background-color: #C2C1FE;
  margin-top: 15px;
}
.home_card img{
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border:2px solid #7B79FB;
  padding: 8px;
  margin-top: 15px;
}
.home_card h4{
  color:#fff!important;
  text-align: center;
  margin-bottom: 0px!important;
  font-weight: bold;
  font-size:18px;
  background-color: #262c56;
}

.franchise h2{
  color:#262c56!important;
  font-weight: bold!important;
  margin-bottom: 15px!important;
}
.franchise ul li{
  color: #000!important;
  font-size: 17px!important;
  text-align: justify!important;
}


.login-wrap{
  width:100%;
  margin:auto;
  max-width:100%;
  min-height:550px;
  position:relative;
  /*background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) 
  no-repeat center;*/
  box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
  width:100%;
  height:100%;
  position:absolute;
  padding:15px 70px 50px 70px;
  background:rgba(40,57,101,.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  transform:rotateY(180deg);
  backface-visibility:hidden;
  transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
  display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
  text-transform:uppercase;
  color:#fff!important;
}
.login-html .tab{
  font-size:22px;
  margin-right:15px;
  padding-bottom:5px;
  margin:0 15px 10px 0;
  display:inline-block;
  border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
  color:#fff;
  border-color:#1161ee;
}
.login-form{
  min-height:345px;
  position:relative;
  perspective:1000px;
  transform-style:preserve-3d;
}
.login-form .group{
  margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
  width:100%;
  color:#fff;
  display:block;
}
.login-form .group .input,
.login-form .group .button{
  border:none;
  padding:15px 20px;
  border-radius:25px;
  background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
  text-security:circle;
  -webkit-text-security:circle;
}
.login-form .group .label{
  color:#fff!important;
  font-size:12px;
}
.login-form .group .button{
  background:#1161ee;
}
.login-form .group label .icon{
  width:15px;
  height:15px;
  border-radius:2px;
  position:relative;
  display:inline-block;
  background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
  content:'';
  width:10px;
  height:2px;
  background:#fff!important;
  position:absolute;
  transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
  left:3px;
  width:5px;
  bottom:6px;
  transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
  top:6px;
  right:0;
  transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
  color:#fff!important;
}
.login-form .group .check:checked + label .icon{
  background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
  transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
  transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
  transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
  transform:rotate(0);
}

.hr{
  height:2px;
  margin:60px 0 50px 0;
  background:rgba(255,255,255,.2);
}
.foot-lnk{
  text-align:center;
}
.franchise label{
  color:#fff!important;
}

.all_course h3{
  font-size: 18px!important;
  text-transform: none!important;
  margin-bottom: 7px!important;
  color:#fff!important;
  font-weight: bold;
}
.all_course span{
  font-size: 15px!important;
  text-transform: none!important;
  margin-bottom: 0px!important;
  color:#fff!important;
  font-weight: bold;
}
.course_button_p{
  text-align: right!important;
  margin-bottom: 0px!important;
}
.all_course_p{
  color:#fff!important;
  font-size: 16px!important;
  text-align: justify;
  margin-top: 15px!important;
  margin-bottom: 0px!important;
}
.course_details{
  background-color:#2980B9;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding:15px;
  margin-top: 15px;
}
.all h4{
  margin-top: 15px!important;
  color:#000!important;
  font-size: 21px!important;
}
.all p{
  color:#000!important;
  margin-bottom: 0px!important;
  font-size: 18px!important;
  margin-top: 10px!important;
  text-align: justify;
}

/******************************DIIT****************************/