
body{
    font-family: "Roboto", sans-serif;
}


.cou-img {
    object-fit: cover !important;
    width: 100% !important;
    height: 500px !important;
}



.lefter{
    position: absolute;
    right: 32px;
    top:22px;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    opacity: 0;
    position:absolute;
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    opacity:1;
}
.dropdown-menu1
{
	border:none;
	display: block;
  opacity:1;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	top: 180px;
	transition: all .3s;
}
.dropdown:hover .dropdown-menu1
{
	display: block;
	top: 100%;
	height: inherit;
}



.imger{
    width:100% !important;
    height: 300px !important;
      object-fit: cover !important;

}


.a-tag {
    text-decoration: none !important;
  }

.owl-nav{
    display: none;
}

.btn-primary{
    padding: 10px 20px;
}

.btn-couredish:hover{
    border: #000 solid 1px;
}


.btn-notice-redish{
    padding: 10px 0px;
    text-align: center;
    margin: 0px;
    width: 20%;
    cursor: pointer !important;
    background-color: #cc384c;
    color: #fff;
    border-radius: 0;
   
}

.btn-notice-redish:hover{
    border: #000 solid 1px;
}


.text-yell{
    color: #FFf !important;
}


.carousel-caption {
  background: none !important;
    right: 0%;
    left: 0%;
    /* bottom: -0.75rem; */
 z-index:1;
}

.carousel-inner{
  position: relative;
}


.carousel-inner::after{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute; 

  top:0;
left:0;
}


.btn-couredish-grw{
    padding: 10px 20px;
    text-align: center;
    margin: 0px;
    cursor: pointer !important;
    background-color: #FFDE59;
    color: #000;
    font-weight: bold !important;
}


.btn-couredish-grw:hover{
     background-color: #FFDE59 !important;   
}

.btn-couredish{
    padding: 10px 20px;
    text-align: center;
    margin: 0px;
    cursor: pointer !important;
    background-color: #FFDE59;
    color: #000;
    font-weight: bold !important;
}

.btn-outline{
    padding: 10px 20px;
    border: #000 solid 1px !important;
    color: #000 !important;
}

.btn-outline:hover{
    background-color: #f1f1f1 !important;
    border: none !important;
}


.btn-teach-redish{
    padding: 22px 0px;
height: 80px;
    width: 100%;
    cursor: pointer !important;
    background-color: #EC1D24;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px !important;
}

.btn-teach-redish:hover{
    border: #000 solid 1px;
}

.hvr-txtwhite:hover{
    color: #fff !important;
    transition: 1s;
}

.hvr-white:hover{

    background-color: #1A2FE7 !important;
    transition: 1s;
  }
  
  
  .btn-smredish{
      color: #fff;
      background-color: #FFDE59;
      padding: 5px 10px;
      font-size: 15px;
      border-radius: 5px;
      font-weight: bold;
  }
  
  .fs-12{
      font-size: 14px !important;
  }
  
  .btn-bor{
      
      padding: 6px;
      color: #000;
      border-bottom: 2px solid #000;
  }
  
  .carousel {
      position: relative;
      overflow: hidden;
    }
    
    .carousel__slider {
      position: relative;
      display: flex;
      align-items: center;
      height: 70vh;
    
    }
    
    .carousel__list {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
    }
    
    .carousel__item {
      list-style: none;
      cursor: pointer;
    }
    
    
  
    .fs-10{
      font-size: 12px !important;
    }
  
  .important-logo{display:flex; justify-content:flex-end;}
     .important-logo img{height:100px;} 
  
  .calendar{
      margin:.25em 10px 10px 0;
      padding-top:5px;
      float:left;
      width:80px;
      background:#ededef;
      background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
      background: -moz-linear-gradient(top,  #ededef,  #ccc); 
      font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
      text-align:center;
      color:#000;
      text-shadow:#fff 0 1px 0;	
      border-radius:3px;	
      position:relative;
      box-shadow:0 2px 2px #888;
      }
  
  
  .calendar em{
      display:block;
      font:normal bold 11px/30px Arial, Helvetica, sans-serif;
      color:#fff;
      text-shadow:#00365a 0 -1px 0;	
      background:#04599a;
      background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); 
      background:-moz-linear-gradient(top,  #04599a,  #00365a); 
      border-bottom-right-radius:3px;
      border-bottom-left-radius:3px;	
      border-top:1px solid #00365a;
      }
  
      .calendar:before, .calendar:after{
          content:'';
          float:left;
          position:absolute;
          top:5px;	
          width:8px;
          height:8px;
          background:#111;
          z-index:1;
          border-radius:10px;
          box-shadow:0 1px 1px #fff;
          }
      .calendar:before{left:11px;}	
      .calendar:after{right:11px;}
  
  
      .calendar em:before, .calendar em:after{
          content:'';
          float:left;
          position:absolute;
          top:-5px;	
          width:4px;
          height:14px;
          background:#dadada;
          background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
          background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
          z-index:2;
          border-radius:2px;
          }
      .calendar em:before{left:13px;}	
      .calendar em:after{right:13px;}	
  
  
     .bg-cremish{
  background-color: #f6f2f2 !important;
     }
  
  
     .owl-dots{
         margin-top: 10px !important;
           text-align: center !important;
    display: block !important;
     }
     
          .owl-next, .owl-carousel button.owl-dot {
      
      
    background: #C0C0C0 ;
    /*color: #000;*/
    /*border: none;*/
    margin: 0px 5px ;
    border-radius: 50%;
    width: 8px ;
    height :8px ;
    /*font: inherit;*/
}
     
    button.owl-dot.active{
              
    background: #000 !important;
    color: #000;
    border: none;
    margin: 0px 5px !important;
    border-radius: 50%;
    width: 8px !important;
    height :8px !important;
    font: inherit;
    }
     

  
  
     .list-unstyled {
      padding-left: 0;
      list-style: none;
    }
    
    .credit {
      font-size: 1.2rem;
      float: right;
      margin-top: .5em;
    }
    
    .credit__link {
      color: #FC5555;
      font-weight: bold;
      text-decoration: none;
    }
    .credit__link:hover {
      color: #FC5555;
      text-decoration: underline;
    }
    
      
    .tabs__list {
      margin: 0;
      margin-bottom: -1px;
    }
    
    .tabs__item {
      margin-bottom: 0;
      display: inline-block;
      width: auto;
      vertical-align: top;
    }
    
    .tabs__item--active > .tabs__link {
      border: 3px solid #EC1D24 ;
      background: white;
      position: relative;
      color: #333333;
    }
    .tabs__item--active > .tabs__link:hover {
      color: #262626;
    }
    
    .tabs__link {
      font-weight: 500;
      color: #333333;
      padding: .5em 1em;
      line-height: 2;
      display: block;
      text-decoration: none;
    }
    .tabs__link:hover {
      color: #EC1D24  !important;
    }
    
    .tabs__area {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .5s linear;
              transition: opacity .5s linear;
      height: 0;
    }
    
    .tabs__area--active {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .5s linear;
              transition: opacity .5s linear;
      height: auto;
    }
    
    .tabs__content {
      margin-bottom: 0;
      background: #fff;
  
      overflow: hidden;
      position: relative;
      clear: both;
      padding: 22px;
      padding: 2.2rem;
    }
    
  .btn-redish{
      padding: 10px 0px;
      text-align: center;
      margin: 0px;
      width: 50%;
      cursor: pointer !important;
      background-color: #cc384c;
      color: #fff;
      border-radius: 0;
  }
  
  .btn-redishsec{
      padding: 10px 0px;
      text-align: center;
      cursor: pointer !important;
      background-color: #cc384c;
      color: #fff;
      border-radius: 5px;
      font-weight:600;
  }
  
  .btn-redishsec:hover{
      border: #000 solid 1px;
      color: #000 !important;
  }
  
  .btn-redish:hover{
      border: #000 solid 1px;
  }
  
  
  .hvr-underline-from-center::before{
      background: #1A2FE7 !important;
      height: 1px !important;
  }
  
  
  .btn-redishbr{
      background-color: none !important;
      color: #000;
      padding: 10px 0px;
      text-align: center;
      margin: 0px;
      width: 50%;
      cursor: pointer !important;
  }
  
  
  .fs-15{
      font-size: 15px !important;
  }



.header-bg1 {
    background: #EC1D24 !important;
}

.carousel-caption {

    bottom: 11rem !important;
}
.header-bg2  {
    background: #b69207!important;
}
.navbar-brand{width: 5% !important;}
.common-bg2{background: #5476b5;}
.common-bg3{background: #eaeef6 !important;}

.clr-blue,h2{color:#EC1D24 !important;}


.clr-icon,.clr-yellow {
    color: #f4792c;
    
}

.clr-tx {
    color: #ffff !important;
}

.bg-common {
    background: #EC1D24 !important;
    color: white;
}

.clr-tx {
    color: #ffff !important;
}

.clr_hover:hover {
    color: #FFDE59 !important;
}
.bg_hover:hover {
    background: #DF2027 !important;
}

.nav-2{top: 190px;}
.college-logo{top: 56px;}


.fs-01 {
    font-size: 40px;
    color: #0D2D62;
}

.bg-common-y{background:#000;}
.clr-1{color: rgb(253, 253, 26);}

.Subscribe-bt:hover{background: #daea39 !important; color: black !important;}
/* .apply-btn{top: 50px !important;} */


.Apply-btn{transform: rotate(-90deg) !important;
right: -40px; }

.btn-redish {
    padding: 10px 0px;
    text-align: center;
    margin: 0px;
    width: 50%;
    cursor: pointer !important;
    background-color: #FFDE59;
    color: #fff;
    border-radius: 0;
}

.btn-redish:hover{

    border: #000 solid 1px !important;
    color: #000 !important;
}

.content_desc h4 a:hover {
    color: #DF2027 !important;
}

.btn-redishsec{
    padding: 10px 0px;
    text-align: center;
    cursor: pointer !important;
    background-color: #FFDE59;
    color: black !important;
    border-radius: 5px;
}

.btn-redishsec:hover{

    border: #000 solid 1px !important;
    color: #000 !important;
}

.btn-bor {
    padding: 6px;
    color: #000;
    border-bottom: 2px solid #000;
}

 /* ========================whatsapp======================= --> */
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  padding-top: 7px;
}

.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
         /* =============================================== --> */

/* .mail-input{outline: none;} */

/* ;;;;;;;;;;;;;;;;;;;;;;;;;; */
a {
    text-decoration: none;
    
}

.carousel-caption {
    right: 0%;
    left: 0%;
    bottom: -1.75rem;
}

.carousel-indicators {
    display: none;
}

h1 {
    margin-bottom: 1.7rem;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}



.sb-line {
    border: solid 1px #f4792c;
    width: 18%;
}


.circle-1 {
    width: 70px;
    height: 70px;
    background: #4169e1;
    border-radius: 50%;
}

.newletter-bg {
    background: #4169e1;
}

.Testimonial {
    background-image: url(../images/cta_bg.png);
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
}


.icon-outer {
    width: 100px;
    height: 100px;
   
    border: solid 4px #E5E5E5;
}


.bg-opicity {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-dark {
    opacity: .9;
}

.testimonial-img img {
    width: 15% !important;
}



.owl-carousel .owl-dots.disabled{display: block;}

/* ........... about-page............ */
.main-bg-img {
    background-image: url(../images/about-img/main-bg-img.png);
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.pt-center {
    margin-top: 10rem;
}
.carousel {
    position: relative;
    overflow: hidden;
  }
  
.carousel__slider {
    position: relative;
    display: flex;
    align-items: center;
    height: 70vh;
  
  }
  
  .carousel__list {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  
  .carousel__item {
    list-style: none;
    cursor: pointer;
  }
  
.calendar{
	margin:.25em 10px 10px 0;
	padding-top:5px;
	float:left;
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;	
	border-radius:3px;	
	position:relative;
	box-shadow:0 2px 2px #888;
	}


.calendar em{
	display:block;
	font:normal bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;	
	background:#04599a;
	background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); 
	background:-moz-linear-gradient(top,  #04599a,  #00365a); 
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
	}

    .calendar:before, .calendar:after{
        content:'';
        float:left;
        position:absolute;
        top:5px;	
        width:8px;
        height:8px;
        background:#111;
        z-index:1;
        border-radius:10px;
        box-shadow:0 1px 1px #fff;
        }
    .calendar:before{left:11px;}	
    .calendar:after{right:11px;}


    .calendar em:before, .calendar em:after{
        content:'';
        float:left;
        position:absolute;
        top:-5px;	
        width:4px;
        height:14px;
        background:#dadada;
        background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
        background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
        z-index:2;
        border-radius:2px;
        }
    .calendar em:before{left:13px;}	
    .calendar em:after{right:13px;}	



/* ........... achievement-page............ */

.circle-outer {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: red solid 1px;
}

/* :::::::::::::::::::: */

.courOffIc {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #2954a2;
   
}

/* ======================tab ja===================== */
.tab-container{
	margin: 5% 10%;
	background-color: #c1e3d9;
	padding: 3%;
	border-radius: 4px;
}
.tab-menu{}
.tab-menu ul{
	margin: 0;
	padding: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.tab-menu ul li a{
	text-decoration: none;
	color: #fff;
	background-color: #2954a2 ;
	padding: 7px 25px;
	border-radius: 4px;
}
.tab-menu ul li a.active-a{
	background-color: red;
	color: #ffffff;
}
.tab{
	display: none;
}

.tab-active{
	display: block;
}

.video-gallery{
    padding: 300px 30px;
}

/*.................. media Query............. */

@media (max-width:1024px) {
 
    .gaping{
        font-size: 12px !important;
      }

    .place-head {
        flex-wrap: wrap;
    }

    .place-card {
        width: 100%;

    }

    .place-offer {
        width: 100%;
    }
}

@media (max-width:768px) {
    
    
.lefter{
    position: absolute !important;
    right: 32px !important;
    top: 47px !important;
}
    
    .margin-none{
        margin:0px !important;
    }
    .orde1{
        order:1;
    }
    .orde2{
        order:2;
    }
    .orde3{
        order:3;
         text-align:right !important;
    }
     .orde3 .t-right{
         justify-content:right !important;
    }
    .orde4{
        margin:5px 0px 0px 0px;
        order:4 !important;
       justify-content: center !important;
       
    }
    .logo-width{
        width: 42%;
    }

    .gaping{
        font-size: 12px !important;
      }
    


    .abouts {
        flex-wrap: wrap;
    }

    .carousel-caption {

        bottom: 7rem !important;
    }

    .about-pic {
        width: 100%;
    }

    .about-text {
        width: 100%;
    }

    .abouts {
        flex-wrap: wrap;
    }

    .about-pic {
        width: 100%;
    }

    .about-text {
        width: 100%;
    }

    
    .m-features {
        flex-wrap: wrap-reverse;
    }

    .features1 {
        width: 100%;
    }

    .features-img{
        width: 100%;
    }

    
    .btn-couredish{
        padding: 9px 14px !important;
        margin: 0px;
        cursor: pointer !important;
        background-color: #FFDE59;
        color: #fff;
    }
    

    .btn-outline{
        padding: 9px 14px !important;
        border: #000 solid 1px !important;
        color: #000 !important;
    }

    .btn-primary{
        padding: 9px 14px !important;
    }


}

@media (min-width: 425px) {
    


    
   
    
    .lefter{
    position: absolute;
    top:15px !important ;
}
   
    .important-logo img{
        width: 50px !important;
        height: 50px !important;
    }     

    .gaping{
        padding: 10px 10px;
      }


    .btn-couredish{
        margin-right: 0px !important;
        padding: 9px 11px !important;
        cursor: pointer !important;
        background-color: #FFDE59;
        color: #fff;
    }
    

    .btn-outline{
        margin-right: 0px !important;
        padding: 9px 11px !important;
        border: #000 solid 1px !important;
        color: #000 !important;
    }

    .btn-primary{
        margin-right: 0px !important;
        padding: 9px 11px !important;
    }
    
}


@media (min-width: 375px){
    
        .lefter{
    position: absolute;
    top:16px !important ;
}
    
}