/* nav bar */
.nav-item a{
  color: #a8cf45;
}
.nav-item a:hover{
  color: #f6bc0b;
}
/* .bg-custom{
  background-color: rgb(51, 50, 50);
} */
.dropdown-menu{
  margin-top: 19px;
}
/***********************/
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
/***********************/
/*.carouselheight{*/
/*  margin-top: 80px;*/
/*}*/
.navalign {
  padding-left: 100px;
  padding-right: 700px;
 
}
.navaligns{
  padding-top: 15px;
}
/* .btn-outline-info{
  color: #a8cf45 ;
  border-color: #a8cf45;
}
.btn-outline-info a:hover{
  color: #fff ;
  border-color: #a8cf45;
  background-color: transparent;
} */


.buttons-div a{
	text-decoration: none;

}

.btn-trans{
	border: 2px solid #a8cf45;
    color: #a8cf45;
    border-radius: 7px;
    
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.btn-trans:hover,
.btn-trans:focus{	
	background-color: #a8cf45;
    color: #fff;
    transition: all .3s ease-in-out;
}

   .getin2 {
    padding-top:15px;
}
.btn-sucs1 a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/***** Top menu *****/
 
.navbar {
  background: rgb(51, 50, 50);
  transition: all .6s;
  backface-visibility: hidden;
  box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.navbar-dark .navbar-nav {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar-dark .navbar-toggler {
  border-color: #444;
}

.navbar-dark .navbar-toggler:focus {
  background: none;
  outline: 0;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
  background: #ccc;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

/*.navbar-brand {*/
/*  width: 162px;*/
/*  height: 64px;*/
/*  background: url(../img/logo.png) left center no-repeat;*/
/*  border: 0;*/
/*  text-indent: -99999px;*/
/*}*/

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #a8cf45;
  overflow:hidden;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 500;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 500;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}
/******************************/
.carouselheight {
    margin-top:80px;
}
/******************************/
.fa-bars{
  color: #a8cf45;
}
.fa-bars:hover{
  color: #f6bc0b;
}
.dropdown-menu.show {
  display: block;
  background: #212529;
}
/* slider section */
/* .imr-style{
  height: 550px;
} */
.img-responsive {
  width: 100%;
  height: auto;
}
.item-head{
  font-size:50px;
  margin-top: -330px;
  margin-bottom:15px;
  text-align: center;
	color:#a8cf45;
	line-height:100%;
	letter-spacing:0.5px;
  font-weight:600;
  text-transform: uppercase;
}
.item-head-inner{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.btn-outline-success{
  text-align: center;
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color:#a8cf45;
 }
 .btn-outline-success:hover{
  text-align: center;
  color: #fff;
  background-image: none;
  background-color: #a8cf45;
  border-color: #fff;
 }
 .tofel{
  z-index: 6;
  white-space: nowrap;
  font-size: 90px;
  line-height: 22px;
  font-weight: 900;
  color: rgb(255, 73, 73);
  /* color: rgb(246, 188, 11); */
  visibility: inherit;
  transition: none 0s ease 0s;
  border-width: 0px;
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  padding-bottom: 80px;
  text-transform: uppercase;
  margin-top: -330px!important;
 }
 .tofela{
    z-index: 6;
    white-space: nowrap;
    font-size: 100px;
    line-height: 22px;
    font-weight: 900;
    color: #fff;
    /* color: rgb(246, 188, 11); */
    visibility: inherit;
    transition: none 0s ease 0s;
    border-width: 0px;
    text-align: center;
    letter-spacing: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    padding-bottom: 80px;
    text-transform: uppercase;
    margin-top: -330px!important;
}
 .btn-sucs1{
   margin-top: 25px;
 }
 .btn-outline-successa a{
  text-align: center;
  color: #fff;
 
  background-color: transparent;
  border-color:#ff4949;
  text-decoration:none;
 }
 .btn-outline-successa a:hover{
  text-align: center;
  color: #fff;

  background-color:transparent;
  border-color: #fff;
  text-decoration:none;
 }
 .ielts{
  z-index: 6;
  white-space: nowrap;
  font-size: 135px;
  line-height: 22px;
  font-weight: 900;
  color: rgb(246, 188, 11);
  visibility: inherit;
  transition: none 0s ease 0s;
  border-width: 0px;
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  padding-bottom: 80px;
  margin-top: -330px!important;
  text-transform: uppercase;
 }
.btn-outline-success2 a{

  color: #000;
  background-image: none;
  background-color:none;
  border-color:#a8cf45;
  text-decoration: none;
 }
 .btn-outline-success2 a:hover{

  color: #a8cf45;
  background-image: none;
  /* background-color: #a8cf45; */
  border-color: #fff;
  text-decoration: none;
 }


/* card carousel */
.welcome{
  text-align: center;
}
.wel-come{
  color: #00305b;
  }
  .rm{
    color: #ff4949;
  }
.imr-style{
  height: 590px;
}
.controls-top{
  text-align: center;
 }
 .btn-floating i {
   display: inline-block;
   width: inherit;
   color: #000;
   text-align: center;
 }
 .btn-floating i {
   font-size: 1.25rem;
   line-height: 47px;
 }
 .btn-floating {
   position: relative;
   z-index: 1;
   display: inline-block;
   padding: 0;
   margin: 10px;
   overflow: hidden;
   vertical-align: middle;
   cursor: pointer;
   border-radius: 50%;
   -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
   box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   width: 47px;
   height: 47px;
 }
 .btn-floating:hover{
   background-color: #a8cf45;
 
 }
 .btn-floating i:hover{
   color: #fff;
 }
 
 .rounded-image {
   text-align: center;
 }
 .card-img-to{
   height: 150px;
   width: 150px;
   text-align: center;
   border-radius: 100%;
 }
 .card-titl{
   text-align: center;
   margin-top: 20px;
 }
 .card-tex{
   text-align: center;
   padding-right: 25px;
   padding-left: 25px;
   padding-bottom: 25px;
   margin-top: -20px;
 }

 .cardl{
   height: 490px;
   padding-top:10px;
   padding-bottom: 20px;
   -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
 }
 .cardl:hover{
   height: 460px;
   padding-top:10px;
  padding-bottom: 20px;
   -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
 }
 .place_button{
   text-align: center;
 }
 .btn-outline-successp {

  color: #000;
  background-image: none;
  background-color: transparent;
  border-color:#a8cf45;
  text-decoration: none;
 }
 .btn-outline-successp :hover{

  color: #a8cf45;
  background-image: none;
  /* background-color: #a8cf45; */
  border-color: #fff;
  text-decoration: none;
 }

 /* .btn-outline-successp a{
   text-decoration: none;
 }
 .btn-outline-successp a:hover{
  text-decoration: none;
} */
 /**************************************************/


 /****************************************************/
 /* Call To Action Section*/
 .wel-come1{
   color: #fff;
 }
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1),
   rgba(0, 0, 0, 0.1)), 
  url(../img/4.png) fixed center center;
  background-size: cover;
  padding: 60px 0;
}
#calll-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1),
   rgba(0, 0, 0, 0.1)), 
  url(../img/Callto.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}
#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #0392d3;
  border: 2px solid #0392d3;
}
.call-ov:hover{
color: #ccc;
opacity: 0.5;
}
.below-heading{
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.cardc {
  position:relative;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:250px;
  min-height:250px;
  background:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,.1);
  border-radius:10px;
  transition:0.5s;
}
.cardc:hover {
  box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.cardc .box {
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  text-align:center;
  padding:20px;
  box-sizing:border-box;
  width:100%;
}
.cardc .box .img {
  width:120px;
  height:120px;
  margin:0 auto;
  border-radius:50%;
  overflow:hidden;
}
.cardc .box .img img {
  width:100%;
  height:100%;
}
.cardc .box h2 {
  font-size:20px;
  color:#262626;
  margin:20px auto;
}
.cardc .box .hihi span {
  font-size:14px;
  background:#e91e63;
  color:#fff;
  display:inline-block;
  padding:4px 10px;
  border-radius:15px;
}
.cardc .box p {
  color:#262626;
}
.cardc .box span {
  display:inline-flex;
}
.cardc .box ul {
  margin:0;
  padding:0;
}
.cardc .box ul li {
  list-style:none;
  float:left;
}
.cardc .box ul li a {
  display:block;
  color:#aaa;
  margin:0 10px;
  font-size:20px;
  transition:0.5s;
  text-align:center;
}
.cardc .box ul li:hover a {
  color:#e91e63;
  transform:rotateY(360deg);
}
/*video section*/

  
.card2{
  padding-top: 10px;
  
  }
  .card-bo{
    padding:10px;
    margin-top: -5px;;
    background-color: #a8cf45; 
    color: #fff;
  }
  .card-bo h3{
    text-transform: uppercase;
  }
  .card-bo:hover{
    padding:10px;
   background-color: #00305b; 
   color: #fff;
   
  }
  .card-bo p{
    color: #fff;
  }
  .card-bo p:hover{
    color: #fff;
  }
  .place{
    margin-top:100px;
    text-align: center;
    color: #00305b;
    text-transform: uppercase;
  }


  
/* Welcome Section */
#cource{
  margin-top: 80px;
  margin-bottom: 20px;
}
.wel-para{
  text-align: center;
  margin-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.first-letter{
  color: #00305b;
}
.card-text{
  text-align: center;
}
.col-card{
  padding-bottom: 50px;
  text-align: center;
  padding-left:0px;
}
.card-body{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 300px;
  background-color: #fffcf9;
}
.card-body{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 300px;
  background-color: #ffffff;
}
.card{
  
border: none;
-webkit-box-shadow: 0px 0px 21px -9px rgba(222,215,222,0.38);
-moz-box-shadow: 0px 0px 21px -9px rgba(222,215,222,0.38);
box-shadow: 0px 0px 21px -9px rgba(222,215,222,0.38);
}
.card:hover{
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  color: #000000;
}
.btn-outline-successc{
  text-align: center;
  color: #394fa2;
  background-image: none;
  background-color: transparent;
  border-color:#394fa2;
 }
 .btn-outline-successc:hover{
  text-align: center;
  color: #fff;
  background-image: none;
  background-color:#394fa2;
  border-color: #fff;
 }
 .class_button{
  text-align: center;
}
.wel-come{
color: #00305b;
}
.welcome {
  text-align: center;
}
.wel-come1{
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
.card-img-top{
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.card-title{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500px;
  color: #00305b;
  text-align: center;
}
.card-title:hover{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500px;
  color: #f07d00;
  text-align: center;
}
  /* Footer */
/* section {
    padding: 60px 0;
} */
#footer {
  background: #000000 !important;
  padding-top: 100px;
}
#footer h5{
padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color:#ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
font-size:25px;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.social li:hover a i {
font-size:30px;
margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
color:#ffffff;
}
#footer ul.social li a:hover{
color:#eeeeee;
}
#footer ul.quick-links li{
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.quick-links li:hover{
padding: 3px 0;
margin-left:5px;
font-weight:700;
}
#footer ul.quick-links li a i{
margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width:767px){
#footer h5 {
  padding-left: 0;
  border-left: transparent;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
}



.getin1 {
    padding: 10px;
    visibility:hidden;
} 
.collapse.show {
    display: block;
    height: 200px;
}
 /******************************************************************************/

 @media (max-width:360px){
   /* overseas */
  .cardl{
    height: 530px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cardl:hover{
    height: 530px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
   /* carousel */
  .imr-style{
    height: 250px;
  }
  .item-head {
    font-size: 18px;
    padding-bottom: 0px;
    margin-top: 100px;
}
  .item-head-inner {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.item-head-innerr {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
 
}
.item-head-innerrr {
display: none;
}
.tofel{
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 100px;
  text-transform: uppercase;
}
.tofela{
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 100px;
  text-transform: uppercase;
}
.ielts{
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 100px;
}

.btn-outline-success{
  margin-bottom: 5px;
  font-size: 12px;
}
/*video sect*/
.video_sect {
  margin-left: 10px;
}
/*welcome*/
.wel-para{
  text-align: center;
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-card{
  padding-bottom: 50px;
  text-align: center;
  margin-left: 35px;
}
/*.carouselheight {*/
/*    margin-top: 130px;*/
/*}*/
/****************************************/
.getin2{
  display: none;
}

.navaligns {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  margin-left: 250px;
  margin-top: -50px;
}
.navalignss {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  display: none;
}
.navalign {
  padding-left: 0px;
  padding-right:0px;
  padding-bottom: 0px;
}
.collapse.show {
  display: block;
  margin-left: -210px;
}

.buttons-div.getin1 {
  padding: 10px;
    visibility:visible;
}
.collapse.show {
    display: block;
    height: 320px;
}
/*******************************/

 }
 @media (max-width:480px){
    
    .imr-style{
      height: 250px;
    }
  .item-head {
    font-size: 18px;
    padding-bottom: 0px;
    margin-top: 100px;
}
  .item-head-inner {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.item-head-innerr {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
 
}
.item-head-innerrr {
display: none;
}
.tofel{
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 200px;
  text-transform: uppercase;
}
.tofela{
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 200px;
  text-transform: uppercase;
}
.ielts{
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 200px;
}

.btn-outline-success{
  margin-bottom: 5px;
  font-size: 12px;
}
/**video sec*/
.video_sect{
  margin-left: 20px;
}
/*welcome*/
.wel-para{
  text-align: center;
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-card{
  padding-bottom: 50px;
  text-align: center;
  margin-left: 52px;
}
/****************************************/
.getin2{
  display: none;
}
.navaligns {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  margin-left: 250px;
  margin-top: -50px;
}
.navalignss {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  display: none;
}
.navalign {
  padding-left: 0px;
  padding-right:0px;
  padding-bottom: 0px;
}
.collapse.show {
  display: block;
  margin-left: -210px;
}
/*span.buttons-div.getin1 {*/
/*  display: none;*/
/*}*/
.buttons-div.getin1 {
  padding: 10px;
    visibility:visible;
}
.collapse.show {
    display: block;
    height: 320px;
}
/*******************************/

 
 }
 @media (max-width:375px){

 }
 @media (max-width:400px){
  .tofel{
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 200px;
    text-transform: uppercase;
  }
  .tofela{
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 200px;
    text-transform: uppercase;
  }
  .ielts{
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 200px;
  }
/*    .carouselheight {*/
/*    margin-top: 130px;*/
/*}*/
   
 }
 /**************************************/
 .masthead {
  height: 400px;
  min-height: 300px;
  background-image: url("../img/banner4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tbk__subtitle {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 82px;
  font-weight: 800;
  color: #00247d;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tbk__title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #a8cf45;
  text-transform: uppercase;
}
.tb_tittle{
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  /* font-size: 36px; */
  font-weight: 400;
  color: #a8cf45;
  /* text-transform: uppercase; */
}
@media (max-width:360px){
  .tbk__subtitle {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #00247d;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}
@media (max-width:480px){
  .tbk__subtitle {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #00247d;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
/*    .carouselheight {*/
/*  margin-top: 140px;*/
/*}*/
 
}
 @media (max-width:540px){
.buttons-div.getin1 {
  padding: 10px;
    visibility:visible;
}
.collapse.show {
    display: block;
    height: 320px;
}
 }
@media (max-width:768px){
  /****************************************/
.getin2{
  display: none;
}
.getin1{
  padding: 10px;
}
.navaligns {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  margin-left: 250px;
  margin-top: -50px;
}
.navalignss {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  display: none;
}
.navalign {
  padding-left: 0px;
  padding-right:0px;
  padding-bottom: 0px;
}
.collapse.show {
  display: block; */
  /* margin-left: -210px;
}
/*******************************/
}



@media (max-width:1024px){
  /****************************************/
.getin2{
  display: none;
}
.navaligns {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  margin-left: 250px;
  margin-top: -50px;
}
.navalignss {
  padding-left: 0px;
  padding-right:0px;
  padding-top: 0px;
  display: none;
}
.navalign {
  padding-left: 0px;
  padding-right:0px;
  padding-bottom: 0px;
}
.collapse.show {
  display: block;
   /*margin-left: -210px; */
}
/*******************************/
}
                                                                              
                                             
@media (max-width:1366px){

.buttons-div.getin1 {
    padding: 10px;
}

}
