*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
#myVideo {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100vw; 
  min-height: 100vh;
  z-index:-2;
}
#navbar {
  overflow: hidden;
  background: #fff;/*rgba(33, 41, 118,0.4);*/
  z-index:2;
}
.overlay{
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100vw; 
	min-height: 100vh;
	z-index:-1;
}
.header{
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1)),url(images/banner.png);
    background-position: center;
    background-size: cover;
    position: relative;
	z-index:2;
}
nav{
    display: flex;
    /*padding: 2% 8%;*/
    justify-content: space-between;
    align-items: center;
	z-index:9999;
}
nav img{
    width: 150px;

}
.nav-link{
    flex: 1;
    text-align: right;

}
.nav-link ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 20px;
    position: relative;
}
.footer ul li{
    list-style: none;
	text-align: left;
    padding: 8px 20px;
    position: relative;
}
.nav-link ul li a, .footer ul li a{
    color: #1e73be;
    text-decoration: none;
    font-size: 13px;
}
.nav-link ul li::after,.nav-link ul li.active::after{
    content: '';
    width: 0%;
    height: 2px;
    background:#f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-link ul li:hover::after,.nav-link ul li.active::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 13px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;    
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 1s;
}
.hero-btn:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    left: -20px;
    top: 50%;
    position: absolute;
  }
.hero-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    right: -20px;
    top: 50%;
    position: absolute;
  }
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    color: #fff;
}
nav .fa{
    display: none;
}
.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 1.5%;
    display: flex;
    justify-content: space-between;
}
.course-col-34{
    flex-basis: 73%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 1.5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.course-col-2{
    flex-basis: 47%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 1.5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.course-col-4{
    flex-basis: 23%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 1.5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.course-col-3{
    flex-basis: 31%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 1.5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.primary{
	color:#0274be;
}
.secondary{
	color:#54595F;
}
.success{
	color:#00d084;
}
.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.divider {
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
.divider-separator {
	width: 48px;
	margin: 0 auto;
	border-style: solid;
	border-width: 4px;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 5px 0;
}
h3 > span{
	text-align: center;
	margin: 10px 0;
	font-size: 0.8rem;
	font-weight: bold;
}
.course-col{
	margin:0 20px;
	padding:20px 0px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campus-col{
    flex-basis: 24%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img{
    width: 100%;
    display: block;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(226, 0, 0, 0.7);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 33%;
    opacity: 1;
}
.facilities{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin: 25px;
    text-align: left;
	padding-bottom:25px;
	 box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
}
.facilities-col img{
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.facilities-col p{
    padding: 0;
    margin: 15px;
	height: 50px;
	overflow: hidden;
}
.facilities-col h3{
    text-align: center;
}
.single-logo img{
	height:150px;
}
.testimonials{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.testimonial-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 1.5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.testimonial-col:hover,.facilities-col:hover,.blog-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.testimonial-col img{
    height: 100px;
	width: 100px !important;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonial-col p{
    padding: 0;
}
.testimonial-col h3{
    margin-top: 15px;
    text-align: left;
}
.testimonial-col .fa{
    color: #f44336;
}
.facilities-col img{
	height:350px;
}
.xrcta{
    margin: 0px auto;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(images/xrflight/banner.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    text-align: center;
    padding: 190px 0;
}
.xrctadown{
    margin: 100px auto;
    width: 60%;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(images/xrflight/download.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0;
}
.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/news/conf.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1,.xrctadown h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0px;
}
.footer{
    width: 100%;
    text-align: left;
    padding: 0px;
	background: #16182b;
	color: #fff;
}
.footer-row{
	margin:0 200px;
}
.footer h4{
    margin: 0px;
    font-weight: 600;
}
.text-center{
	text-align: center;
}
.icons .fa{
    color: #ffffff;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.icons .fa:hover{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-heart-o{
    color: #f44336;
}
.roundimg{
	border-radius: 50%;
	border: 5px solid #0274be;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.sub-header{
    height: 40vh;
    width: 100%;
    background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/background.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color:#fff;
}
.services-header{
	background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/services.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.solutions-header{
	background:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/solutions.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.portfolio-header{
	background:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/portfolio.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.career-header{
	background:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/career.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.career-det-header{
	background:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/career-concept.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.imgtrans{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	display: block;
	height: 300px;
}
.blocks_box{
	border-radius: 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #dfdfdf;
	cursor:pointer;
}
.blocks_box:hover img{
	transform: scale(1.1,1.1);
	transition: 0.5s;
}
.blocks_image{
	overflow:hidden;
}
.blocks_content{
	background-color: #ffffff;
	padding: 30px 30px 30px 30px;
}
.background-overlay{
	background-color: transparent;
	background-image: linear-gradient(180deg, #000000 0%, #040404FC 0%);
	opacity: 0.29;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.sub-header h1{
    margin-top: 100px;
}
.mt-0{
	margin-top:0px;
}
.mt-20{
	margin-top:20px;
}
.about-us{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 0px;
}
.about-col2{
    flex-basis: 96%;
    padding: 10px 2px;
}
.about-col-1{
    flex-basis: 34%;
    padding: 10px 2px;
}
.about-col-3{
    flex-basis: 66%;
    padding: 10px 2px;
}
.about-col{
    flex-basis: 48%;
    padding: 10px 2px;
}
.about-col img{
    width: 100%;
}
.about-col h1{
    padding-top: 0;
}
.about-col p{
    padding: 10px 0 0;
}
.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
.red-btn:before {
    background: #f44336;
}
.red-btn:after {
    background: #f44336;
}
.red-btn:hover{
    color: #fff;
}
.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-left{
    flex-basis: 65%;
}
.blog-left img{
    width: 100%;
}
.blog-left h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}
.blog-left p{
    color:#999;
    padding: 0;
}
.blog-right{
    flex-basis: 32%;
}
.blog-right h3{
    background: #f44336;
    color: #fff;
    padding: 7px 0px;
    font-size: 16px;
    margin-bottom: 20px;
}
.blog-right div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    padding: 8px;
    box-sizing: border-box;
}
.blog-col{
    flex-basis: 45%;
    border-radius: 10px;
    margin-bottom: 1.5%;
    text-align: left;
}
.blog-col img{
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.blog-col p{
    padding: 10px;
}
.blog-col h3{
    margin: 10px;
    text-align: left;
}
.comment-box{
    border: 0px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px;
}
.comment-box h3{
    text-align: left;
}
.comment-form input, .comment-form textarea,.contact-form input, .contact-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    background: #ffffff;
}
.comment-form button{
    margin: 10px 0;
}
.contact-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.contact-col{
    flex-basis: 45%;
}
.home-google-map{
    flex-basis: 100%;
}
.contact-box{
    height: 120px;
}
.contact-box .contact-left{
    height: 120px;
    width: 15%;
    float: left;
    text-align: center;
}
.contact-box .contact-left .fa{
    padding-top: 13px;
    font-size: 50px;
    color: #f44336;
}
.contact-box .contact-right{
    height: 120px;
    width: 85%;
    float: left;
}
.contact-box .contact-right h4{
    padding-top: 10px;
    padding-left: 15px;
    text-align: left;
}
.contact-box .contact-right p{
    padding-left: 15px;
    text-align: left;
}
@media(max-width:700px){
	#navbar{
		overflow:visible;
	}
    .text-box h1{
        font-size: 24px;
    }
    .nav-link ul li{
        display: block;
    }
	.nav-link ul li a{
		color: #fff;
	}
    .nav-link{
        position: absolute;
        background: #0274be;
        height: 100vh;
        width: 0px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
	nav .fa.fa-times{
		color: #fff;
	}
    nav#navbar .fa{
        display: block;
        color: #0274be;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
	nav#navbar.sticky .fa{
		color:#fff;
	}
    .nav-link ul{
        padding: 30px;
    }
    .row{
		margin: 0 10px;
        flex-direction: column;
    }
    h3{
        font-size: 18px;
    }
    .about-us{
        padding: 0;
    }
    .course{
        padding-top: 0px;
    }    
    .about-col h1,.course h1{
        font-size: 24px;
    }
    .testimonial-col img{
        margin-left: 0;
        margin-right: 15px;
    }
    .cta h1,.xrctadown h1{
        font-size: 20px;
    }
    .sub-header h1{
        font-size: 24px;
    }
	.facilities-col img{
		height:auto;
	}
}

.footer p{
	color:#fff;
}

#navbar.sticky {
    background: #1e73be;
}
#navbar.sticky .stickyhidden{
	display:none;
}
#navbar .stickyhidden{
	display:block;
}
#navbar.sticky .stickyshow{
	display:block;
}
#navbar .stickyshow{
	display:none;
}
.sticky .nav-link ul li a {
    color: #fff;
}
.container{
	display:flex;
	justify-content: space-between;
	width:80%;
	margin:0 auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 0px;
}

.section-padding{
  padding:60px 0;
}
.brand-carousel {
  background: #ffffff;
  margin-top: 10px;
}
.owl-dots{
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
	background-color: #FF170F !important;
}
.alert{
	padding:5px;
	font-size:0.8em;
}
.alert-success{	
	background:#d4edda;
	border: 1px solid #c3e6cb;
	color:#155724;
}
.alert-danger{
	background:#f8d7da;
	border: 1px solid #f5c6cb;
	color:#721c24;
}
/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination ul, .pagination li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.pagination > li {
  display: inline;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fefefe;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fefefe;
	border: 1px solid #e3e3e3;
	border-top-color: rgb(227, 227, 227);
	border-right-color: rgb(227, 227, 227);
	border-bottom-color: rgb(227, 227, 227);
	border-left-color: rgb(227, 227, 227);
	border-top-color: rgb(221, 221, 221);
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
}