*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
a.nav-link{
	/*color: #ffffffb0;*/
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
/*a.dropdown-menu{
	font-family: fonts;
}*/
a.nav-link:hover {
     background-color: rgb(40 22 111 / 82%);
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    /*border-left: 1px dotted #fff;*/
}
/*.active {
    background-color: rgb(40 22 111 / 82%);
    color: #fff!important;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
}
*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
}
ul.navbar-nav.m-auto{
      /*border: 1px dotted;*/
    padding: 3px 2px;
}
.dropdown-menu{
	font-size: 12px;
  cursor: pointer;
   background: #25407e;
   color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-menu{
  display: block;
  }
 .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 0.4px solid #666;
    /* box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 60%); */
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e14447;
}
 a.nav-link {
    cursor: pointer;
} 
.top-header{
    background-color: #28303b!important;
    color: #7f8997;
}
a.media-top{
  color: #fff!important;
  position: relative;
    top: -5px;
}
h6.top-header{
  /*font-weight: 600;*/
  font-size: 19px;
  font-weight: 500;
  white-space: nowrap;
}
.verticle-line:not(:last-child) {
    border-style: solid;
    border-width: 0px 0.4px 0px 0px;
    border-color: #fff;
    /*position: relative;left:;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


#nav-bar {
        background-color: #25407e!important;
    color: #fff !important;
    width: 100%;
    margin: auto;
}
.navbar-light{
  color: #fff!important;
}
.dropdown-slide > .dropdown-menu {
  opacity: 0.3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transition: 0.5s ease-in-out;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transition: 0.5s ease-in-out;
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
    transition: 0.5s ease-in-out;
  }
  to {
    transform: scale(1.1, 1.1);
    transition: 0.5s ease-in-out;
  }
}
div#demo {
    position: relative;
    top: -59px;
}
.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 8s linear;
  animation: zoom 8s linear;
  transition: 0.5s ease-in-out;
}
span.carousel-control-prev-icon1{
  background-color: rgba(0,0,0,0.7);
    border-radius: 100%;
    padding: 12px 18px;
    color: white;
    opacity: 0.3;
  }
  .carousel-control-prev{
    display: none;
  }
  .carousel:hover .carousel-control-prev{
    display: block!important;
    position: absolute;
    top: 45%;
  }
  span.carousel-control-next-icon1{
  background-color: rgba(0,0,0,0.7);
    border-radius: 100%;
    padding: 12px 18px;
    color: white;
    opacity: 0.3;
  }
  .carousel-control-next{
    display: none;
  }
  .carousel:hover .carousel-control-next{
    display: block!important;
    position: absolute;
    top: 45%;
  }
  span.carousel-control-prev-icon1:hover{
  background-color: rgba(0,0,0,0.7);
    border-radius: 100%;
    padding: 12px 18px;
    border:2px solid #000;
    color: white;
    opacity: 1;
  }
  span.carousel-control-next-icon1:hover{
  background-color: rgba(0,0,0,0.7);
    border-radius: 100%;
    padding: 12px 18px;
   border:2px solid #000;
    color: white;
    opacity: 1;
    opacity: 0.3;
  }
.top-info__block.text-right.mt-4 {
    margin-top: 30px!important;
}
.top-info__block li {
    border-right: 1px solid #cfcfd0;
}
.top-info__block li i {
    color: #555555;
    font-size: 30px;
    height: 50px;
   left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: relative;
    text-align: center;
    top: 32%;
    width: 50px;
    float: left;
}
.top-info__block p {
    margin-right: 15px;
    padding-left: 50px;
    text-align: left;
    font-size: 13px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #25407e;
    text-align: left;
    text-shadow: -3px 1px #fff;
    font-weight: bolder;

}
.carousel-caption h3{
  font-size: 50px;
   font-family: 'Open Sans Condensed', sans-serif;
   letter-spacing: 3px;
   line-height: 45px;
}
/*what we do*/
.single-box{
  background: #25407e;
    color: #ffffff;
    width:auto;
    height: 180px;
    padding: 0 7px 10px;
    border-radius: 3px;
}
.single-box:hover .icon-box{
  margin-top:-10px;
  transition: 0.4s ease-in-out;
}
.single-box:hover .img-icon-size {
 transform: rotate(360deg);
  transition: 2s ease-in-out;
}
.single-box .icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: #25407e;
    border-radius: 50%;
    position: relative;
    top: -29px;
}
.single-text {
    position: relative;
    font-size: 13px;
    top: 63px;
}
.single-text h2{
    margin-top: -88px;
    position: relative;
    font-size: 20px;
}
.top-section .icon-box i.fa {
    display: inline-block;
    font-size: 34px;
    line-height: 73px;
}
.top-section li{
  padding: 0px 7px;
}
section.top-section {
    position: relative;
    top: -59px;
    z-index: 1;
}
.img-icon-size{
  width: 60px;
    height: auto;
    margin-top: 7px;
    border-radius: 100%;
}
.text-warning.read-more-link{
      position: relative;
    top: -17px;
}
/*home*/
.about-section__block {
    position: relative;
}
.about-content{
  font-size: 14px;
}
.about-section__block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160px;
    width: 100%;
    background: #daa106;
}
.about-section__block h2 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 0;
    color: #0c1f38;
    text-transform: capitalize;
}
.img-size{
width: 400px;
}
.btn-primary{
    margin-top: 11px;
    background: #daa106!important;
    border: none;
    box-shadow: 0px 3px 1px rgb(37 64 126 / 75%)!important;
}
.testimonial-section-img {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/testimonial-bg.jpg);
    /*padding: 65px 0;*/
}
.testimonial-section-img:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0,33,71,0.9);
}
.testimonila-item{
  color: #fff;
  font-family: 'Raleway', sans-serif;
  width: 500px;
  margin:auto;
}
.owl-nav{
  display: none;
}
.owl-item{
  background-color: transparent!important;
}
.bottom-section {
    background: #daa106!important;
}
.contact_block-text {
    padding-top: 32px;
}
.contact_block-text strong {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    padding-bottom: 0px;
}
.contact_block-text p {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 31px;
    margin-top: -8px;
}
.bottom-section .input-sm {
    height: 42px;
}
.bottom-section .btn-text {
    border: 2px solid #0c1f38;
    background: #0c1f38;
    max-width: 160px;
    width: 100%;
    margin-top: 10px;
    border-radius: 30px;
    color: #fff;
    padding: 8px 8px;
}
.bottom-section .btn-text:hover {
    border: 2px solid #0c1f38;
    background: #0c1f38;
    max-width: 160px;
    width: 100%;
    margin-top: 10px;
    border-radius: 30px;
    color: orange;
    padding: 8px 8px;
}
.top_footer_info__block{
  background-color: #25407e!important;
}
/*.single_info__block i.fa {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}*/
.footer-ul-li{
  font-size: 13px;
  color: #fff;
}
.fa-li{
font-size: 30px;
}
/*feature css*/
.pro-img {
    width: 92%!important;
    height: 374px;
}
.feature-section-block{
  background-color: #f5f5f5;
  padding: 40px 0px;
}
/*#carouselExampleFade{
    margin-top: -401px;
    margin-left: 299px;
}*/
h2.text-center.feature-heading{
    font-size: 40px;
    font-weight: 800;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #0c1f38;
    text-transform: capitalize;
}
.venue-block {
    background-color: #fff;
    padding: 13px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
    height: 182px;
}
.program-box {
  color: #fff;
  font-size: 20px;
  margin: 0px auto;
  background-color: #00305b;
  border: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  height:377px;
    padding: 4px 32px;
}
.event-list-item {
    padding: 12px 0px 14px;
    font-family: 'Quicksand', sans-serif;
    /*border-bottom: 1px solid #E6E6E6;*/
}
.event-date {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-right: 20px;
    padding: 4px;
    color: navy;
    width: 100px;
    height: 110px;
    text-align: center;
    /* font-family: 'Lato', sans-serif;*/
    background-color: #fff;
    border:1px solid #fff;
     margin-left: -23px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
}
.event-date .date {
    font-size: 34px;
    line-height: 34px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 8px;
    margin-bottom: 8px;
}
a.text-white.q-link {
font-size: 13px;
display: block;
margin-top: 3px;
text-decoration: none;

}
.meta-data{
    color: gray;
    /* font-family: 'Lato', sans-serif;*/
    font-size: 14px;
}
 .post-title a{
  font-size: 17px;
    color: white;
    font-family: 'Raleway',sans-serif;
 }
 .post-title a:hover{
    text-decoration: none;
 }
h2.text-center.date{
     color: navy;
    font-weight: bolder;
    font-size: 61px!important;
    margin-top: -16px;
}
p.text-center.month{
  color: navy;
  font-weight: bolder;
  margin-top: -7px;
}
.single_plan__block {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.plan-content-box {
    background: #00305b none repeat scroll 0 0;
    color: #ffffff;
    padding: 20px;
    width: 40%;
    position: relative;
    z-index: 9;
    height: 400px;
}
.single_plan__block:after, .single_plan__block-img:after {
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 39%;
    z-index: -1;
}
.feature-content{
  font-size: 13px;
}
#contact-form{
  position: relative;
  left: 70px;
  /*top: -20px;*/
  border:1px solid white;
  padding: 20px;
  height: 500px;
  box-shadow: 9px 8px 4px var(--white);
}
footer{
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footer1.jpg);
    padding: 65px 0;
    height: 380px;
    color: #fff;
}
footer:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0,33,71,0.9);
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid white;
}
/*about us page*/
.bg-header{
 background: linear-gradient(rgb(0,0,0,0.8),rgb(0,0,0,0.8)), url(../images/abt-banner1.jpg);
  background-size: cover;
  background-position: top;
  height: 200px;
}
.bg-header .container .title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 50px;
}
.bg-header h1 {
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
        color: #ffffff7a;
}
.h1-abt:before {
    content: attr(data-title);
    font-size: 58px;
    margin-top: 0;
    position: absolute;
    top: 41.6%;
    left: 10px;
    /* color: rgb(88 220 205 / 8%); */
    z-index: 0;
    color: rgb(221 232 231 / 5%);

}
.v-line {
    border-left: 3px solid #daa106;
    padding-left: 20px;
}
.abt-us-h2 span {
    color: #daa106;
}
.abt-us-h2  {
    font-size: 40px;
    font-weight: 800;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #0c1f38;
    text-transform: capitalize;
}
.block-title h2{
  white-space: nowrap;
   font-weight: 800;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
}
hr.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.post-img{
  width: 100%;
  height: auto;
}
.text-content-overview p{
  font-size: 13px;
  line-height: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500!important;
}
.italic {
    font-style: italic;
    font-size: 13px;
}
.dark-bg{
  padding:20px;
  color: #fff;
    background: #daa106;
}
.box-shadow {
    box-shadow: 14px 14px 0 0 rgb(0 0 0 / 19%);
}
.img-chaiman{
  width: 200px;
  height: auto;
}
.img-vision {
    width: 250px;
    height: auto;
}
table{
  box-shadow: 14px 14px 4px 0 rgb(37 64 126);

}
/*advisory-block*/
.advisory-block {
    box-shadow: 0px 3px 18px -5px rgb(0 0 0 / 30%);
    padding: 20px;
    height: 345px;
    width: 300px;
    margin: auto;
    transition: 0.7s ease-in-out;
}
.advisory-block:hover{
box-shadow: 0px 5px 28px -5px rgb(0 0 0 / 30%);
border-radius: 3px;
/*margin-top: -6px;*/
position: relative;
top: -10px;
transition: 0.7s ease-in-out;
/*transform: scale(1.1);*/
}
.advi-img{
  width: auto;
  height: 200px;
  margin: auto;
  display: block;
}
.advisory-block p{
font-size: 14px;
font-family: 'Raleway', sans-serif
font-weight: bolder;
margin-top:0px;
margin-bottom: 0px;
}
h3.name-head{
    color: #25407e;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
}

/*contact page*/
i.fa.contact-icons{
  font-size: 39px;
    border: 2px dotted white;
    border-radius: 100%;
    padding: 3px 13px;
    margin-top: 8px;
}
.single-box:hover .fa.contact-icons{
  transform: scale(0.8);
  transform: translate(0px,-5px);
  transition: 0.6s ease-in-out;
  box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.5);
}
.single-text1 p{
  font-family: 'Raleway' , sans-serif;
  font-size: 14px;
  line-height: 22px;
      margin: -12px auto;
}
a.btn.btn-form{
border: 2px solid #fff;
    background: transparent;
    max-width: 100px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 30px;
    color: #fff;
    padding: 6px 8px;
}
a.btn.btn-form:hover{
  background-color: #0c1f38;
  border:2px solid #0c1f38;
}
a.btn.btn-form2{
border: 2px solid #fff;
    background: #0c1f38;
    max-width: 150px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 30px;
    color: #fff;
    padding: 6px 8px;
}
a.btn.btn-form2:hover{
  background-color: #0c1f38;
  border:2px solid #0c1f38;
}
.btn.btn-form1{
border: 2px solid #fff;
    background: #0c1f38;
    max-width: 100px;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 30px;
    color: #fff;
    padding: 6px 8px;
    font-size: 12px;
}
/*placement page*/
.mbl-heading-onlinefee{
  display: none;
}
.module-block{
   box-shadow: 14px 14px 5px 0 rgb(219 161 6);
  background-color: whitesmoke;
  padding: 20px;
  height: 250px;
  margin: 20px 0px;
  border-radius: 5px;

}
.module-block h3 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
    color: #0c1f38;
    text-transform: capitalize;
}
.module-h3-left{
      font-size: 14px!important;
    text-align: left;
    position: absolute;
    top: 21px;
    left: 17px;
    /* margin-bottom: 5px!important; */
    background-color: #25407e;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    width: 96px;
    transition: 0.7s ease;
}
.module-block:hover .module-h3-left {
    text-align: center;
    width: 96px;
    transform: translate(157px, 0px);
    transition: 0.7s ease;
}
.module-ul{
  font-size: 12px;
  font-family: 'Raleway',sans-serif;
  list-style: disc;
  padding: 0px 20px;
}
.module-ul li{
  padding: 3px 0px;
}
.coaching-img{
  height: 444px!important;
  width: 100%!important;
}
.module-li-left {
    font-size: 13px!important;
    text-align: left;
    /* margin-bottom: 10px!important; */
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    color: #daa106;
    /* width: 96px; */
    transition: 0.7s ease;
        position: relative;
    top: -4px;
    left: -11px;
}
.p-li-coaching {
    font-size: 14px;
    margin-top: 3px;
    font-family: 'Raleway',sans-serif;
    font-weight: bolder;
}
/*activity pht*/
.advisory-block1 {
  position: relative;
}

.image1 {
  display: block;
  margin: auto;
  border-radius: 0px;
  height: 270px!important;
  width: 100%!important;
}
.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .6s ease-in-out;
}

.advisory-block1:hover .overlay1 {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: .6s ease-in-out;
}
.text2 {
  color: white;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #25407ed4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .6s ease-in-out;
}
.img-effect {
  position: relative;
}
.img-effect:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    transition: .6s ease-in-out;
}

.text1 {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


@media (min-width:1281px){
 video{
  width: 100%;
  height: 810px;
 } 
 .img-ht{
  height: 810px;
 }
 .single-text h2 {
    margin-top: -88px;
    position: relative;
    font-size: 23px;
}
.text-warning.read-more-link{
      position: relative;
    top: -12px;
}
}
