@import url(../css/bootstrap.css);
@import url(../css/fontawesome/fontawesome.css);
@import url(../css/fontawesome/fa-brand.css);
@import url(../css/ionicons.css);
 @import url(../css/button.css);
@import url(../css/responsivemenu.css); 
@import url(../css/base.css);
@import url(../css/owlcarousel.css);

@font-face {
  font-family:ionicons;
  src: url("../fonts/io/ionicons.ttf");
  color:#fdb827 !important;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fonts/fontawesome/fa-solid-900.ttf");
}


@font-face {
  font-family: opreg;
  src: url("../fonts/op/Overpass-Regular.ttf");
}

@font-face {
  font-family: opsob;
  src: url("../fonts/op/Overpass-SemiBold.ttf");
}

@font-face {
  font-family:opbol;
  src: url("../fonts/op/Overpass-Bold.ttf");
}

@font-face {
  font-family: opxbol;
  src: url("../fonts/op/Overpass-ExtraBold.ttf");
}

i{
	margin-right:5px;
  color:#fcb827;
  font-family: "Font Awesome 5 Free";
}

@media (min-width: 1200px){
    
   .container {
    max-width: 1170px !important;
    padding: 0;
}

}
.login, .reset {
    width: 100%;
    float: left;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border: 20px solid rgba(0, 0, 0, 0.8);
}
.form-close {
    height: 30px;
    width: 30px;
    position: absolute;
    color: #fff;
    padding: 0;
    background: #081f2d;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    border: 3px solid #fff;
    box-shadow: 0 0 4px 1px #000;
    cursor: pointer;
    z-index: 999;
    margin: -13px 0 0 -15px;
    right: -30px;
    top: -18px;
}

.inputbox {
    border: 1px solid #c6c6c6;
    padding: 5px;
    margin: 10px 0;
}

span.input-group-addon {
    padding: 8px;
    margin: 0;
    border-right: 1px solid #dedede;
}
.form-control {
    border: none;
}
.form-control {
    background: #fff;
    border-radius: 0px;
    color: #c2c2c2;
    font-size: 14px;
    font-family: opreg;
    /*padding: 10px;*/
}
.forgot-btn, .login-btn {
    font-family: opreg;
    font-size: 14px;
    color: #afafaf;
    width: 100%;
    float: left;
}

.inputbox i{
  color: #081f2d;
}

.forgot-btn:hover, .login-btn {
    color: #081f2d;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c2c2c2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c2c2c2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c2c2c2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c2c2c2;
}


#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
    background: rgba(8, 30, 43, 1);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
section {
    overflow: hidden;
}

@media (min-width: 1024px){
#hero {
    background-attachment: fixed;
}
}

.top-bar {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255,255,255, 0.3);
    margin-bottom: 15px;
}

.top-bar a {
    font-family: opreg;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    /* padding: 0 10px; */
    /* border-right: 1px solid #fff; */
}

.top-bar a:last-child {
    border: none;
}
.nav-link{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-link:hover{
  color: #f5f5f5;
}
#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/home-banner.jpg) top center;
    background-size: cover;
    position: relative;
}
.banner-content h1{
    font-size: 35px;
    font-family: opbol;
    text-transform: uppercase;
    color: white;
}

.banner-content h1 span{
    font-family: opxbol;
}
.banner-content-list li{
    font-size: 20px;
    font-family: opsob;
    color: #fff;
}

/* .banner-bottom {
    background: rgb(23, 72, 115, .5);
    top: -180px;
    position: relative;
    padding: 50px 0;
} */

.banner-bottom {
    /* background: rgb(23, 72, 115, .5); */
    background: rgb(168, 5, 52, .7);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.banner-bottom h1{
  font-size: 25px;
  color: #fff;
  font-family: opxbol;
  line-height: 30px;
  margin-bottom: 15px;
}
.banner-bottom h1 span{
  font-size: 20px;
  font-family: opreg;
}
@media(max-width:767px){
  .course-left{
    margin-bottom: 20px;
  }
  .course-left{
  padding-top: 50px;
}
.course-right{
  padding-bottom:50px ;
}


}
@media(max-width:980px){
  .banner-img{
    margin-bottom: 120px;
}
.banner-content {
  display: none;
}

}

@media(min-width:768px){
  .banner-bottom{
    text-align: center;
  }
  
  .banner-bottom h1{
  font-size: 35px;
  color: #fff;
}
.banner-bottom h1 span{
  font-size: 20px;
  font-family: opreg;
}
.course-left{
  border-right:1px solid #577185
}
.course-left, .course-right{
  padding: 50px 0;
}

}

.banner-bottom .border-right{
  border-right: 1px solid rgb(255, 255, 255, .2) !important;
}

.seminarsection h1, .othercourses h1, .testimonials h1{
  font-size: 35px;
  font-family: opbol;
  color: #071a26;
}

.card-body {
    padding: 15px!important;
}

.ceducation {
    width: 100%;
    float: left;
    background: url(../img/edu-bg.png) repeat-x center;
}

@media (max-width: 767px){
  .ceducation {
    width: 100%;
    float: left;
    background: #081e2b;
    text-align: left;
}
.eduleft {
    padding: 40px 0;
}
}


.eduright{
  position: relative;
}

.imgtext {
    position: absolute;
    top: 25%;
    transform: translate(-50%,);
    left: 10%;
}

.eduleft h1, .imgtext h1{
  font-size: 30px;
  color: #fff;
}

.eduleft h1 span, .imgtext h1 span{
  font-size: 45px;
  font-family: opxbol;
  color: #fff;
}

@media (max-width: 989px) and (min-width: 768px){
  .imgtext h1, .imgtext h1 span {
    font-size: 20px;
  }
  .eduleft h1, .eduleft h1 span {
    font-size: 35px;
}
}



.othercourses{
  background: #f5f5f5;
  padding: 50px 0;
}
.course-title{
  font-size: 16px;
  font-family: opsob;
}


.feed-back {
    box-shadow: 0 0 5px 4px rgba(139,139,139,0.2);
    padding: 30px;
    margin: 30px auto 0 auto;
}
.feed-back p{
  font-size: 14px;
  padding: 20px 0;
}
.icon {
    font-size: 20px;
    color: #071a26
}


.faqsection{
  background: #081e2b;
}
.faqsection h1{
  color: #fff;
}

.faqvideo{
  background: #f5f5f5;
}

.faqvideo li{
  font-size: 1rem;
  color: #081e2b;
  padding-left: 20px;

}

.faqvideo ul li::before, .faqvideo ol li::before{
      font-family: "Font Awesome 5 Free";  content: "\f111";
      margin-right:10px ; font-size: 8px; top: 5px; position: absolute; left: 5px;

}

.faqvideo ol, .faqvideo ul{margin: 0px; padding: 0px;}
.faqvideo ol li, .faqvideo ul li{position: relative;}
.faqvideo ol li ol li
.faqvideo ul li ul li::before{ content: "\f192" !important}



.whyuadt {
    width: 100%;
    float: left;
    background: url(../img/why-uadt.png) no-repeat;
    background-size: cover;
}

.footer{
  background: #081f2d;
  padding: 50px 0;
  clear:both;
}

.footer h6{
 color: #fff;
 font-size:20px;
 margin-bottom: 10px;
}
.footer li a {
    color: #fff;
    font-size: 14px;
}

.footer i{
  color: #fff;
}
.footer-border{
  margin: 20px 0;
  border-bottom: 1px solid #071a26;
}

.copyright p{
  color: #fff;
  font-size: 14px;

}
.copyright h2{
  color: #fff;
}


.whyudadt, .col-sm-6.col-xs-6 {
    width: 50%;
    margin: 10px 0;
}
@media(min-width:991px)and (max-width:1366px) {
    .banner-content {
    margin-top: 20px;
}
.banner-content h1{
    font-size: 20px;
}

.banner-content-list li {
    font-size: 16px;
}

.banner-img img{
    height: 200px;
}
    
}