/* Main */

@font-face{
    src: url('../webfonts/Tajawal-Regular.ttf');
    font-family: 'advisor';
}
body{
    font-family: 'advisor';
    text-align: right;
    background-image: url("../img/body.png");
    background-size: contain;
    color: #444;
    padding-top: 75px;
}
@keyframes info{
    0%, 100% { border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%; }
    25% { border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%; }
    50% { border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%; }
    75% { border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%; }
}
.compensate-for-scrollbar {
    overflow: visible !important;
    margin-right: 0 !important;
}
.whatsapp{
    position: fixed;
    bottom: 20px;
    left: 20px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
}
.whatsapp img{
    height: 40px;
}
#scroll-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    cursor: pointer;
}
#scroll-top i{
    color: #ccc;
    font-size: 20px;
}
.fancybox-infobar,
.fancybox-button--thumbs{
    display: none;
}

/* Navbar */

nav{
	background-color: #fff;
    border-bottom: 1px solid #eee;
}
nav .menu{
	height: 74px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav .menu .logo{
	text-decoration: none;
    display: flex;
    align-items: center;
    color: #444;
}
nav .menu .logo img{
	margin-left: 7px;
}
nav .menu .our-button{
	width: 28px;
	display: none;
}
nav .menu .our-button .the-bar{
	width: 100%;
	height: 2px;
	display: block;
	background-color: #666;
	transition: all .5s ease-in-out;
}
nav .menu .our-button .the-bar:nth-child(2){
	margin: 6px 0
}
nav .menu .transformed .the-bar:first-child{
	transform: rotate(-45deg) translate(-6px, 8px)
}
nav .menu .transformed .the-bar:nth-child(2){
	opacity: 0
}
nav .menu .transformed .the-bar:last-child{
	transform: rotate(45deg) translate(-2px, -6px)
}
nav .menu ul{
	padding: 0;
	margin: 0;
}
nav .menu ul li{
	list-style: none;
	display: inline-block;
	margin-left: 15px;
}
nav .menu ul li:last-child{
	margin-left: 0
}
nav .menu .active i{
	color: #00a6e4;
}
nav .menu ul li a{
	display: inline-block;
	text-decoration: none;
	color: #062035;
    font-size: 14px;
}
nav .menu ul li a:hover i{
    color: #00a6e4;
    transition: color 0.4s ease-in-out;
}

/* Header */

.header{
    background-color: #f0f0f0d6;
    padding: 60px 0;
}
.header .info{
    background-color: #60a1d2;
    animation: info 3s linear infinite;
    padding: 40px;
    color: #fff;
    box-shadow: 0 12px 25px #aaa;
}
.header .info h4{
    color: #fff;
    font-weight: bold;
}
.header .info ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
.header .info ul li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 17px
}
.header .info ul li:last-child{
    margin-bottom: 0;
}
.header .carousel{
    box-shadow: 0 12px 25px #999;
}
.header .carousel img{
    width: 100%;
    height: 340px;
}
.header .shap{
    width: 100%;
    height: 50px;
    margin-top: 40px
}
.header .shap svg{
    width: 100%;
    height: 100%;
}

/* Statistics */

.statistics{
    background-image: url("../img/statistics.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.statistics .overlay{
    padding: 70px 0 40px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    color: #eee;
}
.statistics h1{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.statistics h1 i{
    color: #00a6e4;
}
.statistics .row i{
    font-size: 60px;
}
.statistics h2{
    font-size: 50px;
    margin: 10px 0;
    font-weight: bold;
}
.statistics p{
    margin-bottom: 30px;
}

/* Cv */

.cv{
    position: relative;
    text-align: center;
    background-color: #f0f0f0d6;
    padding-top: 80px;
    padding-bottom: 50px;
}
.cv h1{
    color: #062035;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.cv h1 i{
    color: #00a6e4;
}
.cv .col-sm-3{
    margin-bottom: 30px;
}
.cv .box{
    padding: 30px 15px;
    background-color: #71c9ce;
    border-radius: 10px;
    height: 100%;
}
.cv img{
    height: 60px;
    margin-bottom: 15px;
}
.cv p{
    margin-bottom: 0;
    color: #fff;
}
.cv a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.cv .shap-bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.cv .shap-bottom svg{
    width: 100%;
    height: 100%;
}

/* Training */

.training{
    text-align: center;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}
.training h1{
    color: #062035;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.training h1 i{
    color: #00a6e4;
}
.training .card{
    margin: 0 auto 30px;
    box-shadow: 0 3px 10px #ccc;
    width: 18rem;
}
.training img{
    border-bottom: 1px solid #ddd;
    height: 180px;
}
.training .card-body{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.training .card-body .card-text{
    font-weight: bold;
}

/* Gallery */

.gallery{
    position: relative;
    text-align: center;
    background-color: #f0f0f0d6;
    padding: 80px 0 65px;
}
.gallery h1{
    color: #062035;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.gallery h1 i{
    color: #00a6e4;
}
.gallery img{
    height: 250px;
}
.gallery .owl-users img{
    height: auto;
}
.gallery .owl-carousel i{
    font-size: 25px;
    color: #062035;
}
.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next{
    margin-bottom: 0
}
.gallery .owl-nav .owl-prev:hover,
.gallery .owl-nav .owl-next:hover{
    background-color: transparent;
}
.gallery .owl-carousel .owl-nav button.owl-next:focus,
.gallery .owl-carousel .owl-nav button.owl-prev:focus{
    outline: 0;
}
.gallery .shap-top{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    top: 0;
    transform: rotate(180deg);
}
.gallery .shap-top svg{
    width: 100%;
    height: 100%;
}

/* Programs */

.programs{
    padding: 60px 0 40px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(6,32,53,1) 35%, rgba(0,166,228,1) 100%);
    text-align: center;
    color: #ccc;
}
.programs h1{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.programs h1 i{
    color: #00a6e4;
}
.programs .custom{
    border-bottom: 1px solid #ccc;
}
.programs .row .col-sm-3{
    border-left: 1px solid #ccc;
}
.programs .row .col-sm-3:last-child{border-left: none}
.programs .box{
    padding: 20px 15px;
}
.programs .box span{
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}
.programs .box span i{
    font-size: 30px;
}
.programs .box p{
    margin-bottom: 0;
}

/* Features */

.features{
    position: relative;
    text-align: center;
    background-color: #f0f0f0d6;
    padding: 60px 0 80px;
}
.features h1{
    color: #062035;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.features h1 i{
    color: #00a6e4;
}
.features p{
    margin-bottom: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #71c9ce;
    border-radius: 10px;
    color: #fff;
}
.features .shap-bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.features .shap-bottom svg{
    width: 100%;
    height: 100%;
}

/* Videos */

.videos{
    padding: 50px 0 20px;
    background-color: #fff;
}
.videos h1{
    color: #062035;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.videos h1 i{
    color: #00a6e4;
}
.videos iframe{
    margin-bottom: 30px;
    width: 100%;
    height: 170px;
}

/* Package */

.package{
    position: relative;
    background-color: #f0f0f0d6;
    padding: 60px 0;
    text-align: center;
}
.package h1{
    color: #062035;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}
.package h1 i{
    color: #00a6e4;
}
.package .nav .nav-link{
	border-radius: 0;
	height: 120px;
	padding: 0;
	background-color: #062035;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.package .nav .nav-link i{
    font-size: 25px;
    margin-bottom: 8px;
}
.package .nav .nav-link:nth-child(even){
	margin: 3px 0
}
.package .nav .active{
	background-color: #00a6e4;
}
.package .tab-content{
    background-color: #71c9ce;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.package .tab-content ul{
	margin: 0;
    padding: 0 20px 0 0;
    text-align: right;
}
.package .tab-content ul li{
	list-style: square;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 5px #888;
}
.package .tab-content ul hr{
    background-color: #73a6a9;
}
.package .tab-content ul li:last-child{
	margin-bottom: 0
}
.package h3{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}
.package a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    background-color: #25d366;
    padding: 8px 15px;
    border-radius: 10px;
}
.package a img{
    width: 23px;
}
.package .shap-top,
.package .shap-bottom{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
}
.package .shap-bottom{
    bottom: 0;
}
.package .shap-top{
    top: 0;
    transform: rotate(180deg);
}
.package .shap-top svg,
.package .shap-bottom svg{
    width: 100%;
    height: 100%;
}

/* Users */

.users{
    position: relative;
    text-align: center;
    background-color: #f0f0f0d6;
    padding: 80px 0 65px;
}
.users h1{
    color: #062035;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.users h1 i{
    color: #00a6e4;
}
.users .item{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.users .shap-top{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    top: 0;
    transform: rotate(180deg);
}
.users .shap-top svg{
    width: 100%;
    height: 100%;
}


/* Footer */

.footer{
    padding: 60px 0 30px;
    background-color: #062035;
    text-align: center;
    color: #ccc;
}
.footer h4{
    font-weight: bold;
    margin-bottom: 25px;
}
.footer a{
    color: #ccc;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 20px;
    text-decoration: none;
    display: block;
}
.footer i{
    font-size: 40px;
    color: #00a6e4
}
.footer-bottom{
    padding: 15px 0;
    background-color: #041727;
    color: #ccc;
}
.footer-bottom .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .social-media{
	display: flex;
	justify-content: flex-start;
}
.footer-bottom .social-media a{
	border-radius: 6px;
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.footer-bottom .social-media a:last-child{
    margin-left: 0
}
.footer-bottom .social-media a img{
    height: 20px
}
.footer-bottom p{
    font-size: 15px;
    margin: 0;
}

/* Media */

@media (max-width: 767px){
    .nav-overlay{
		background-color: rgba(0, 0, 0, 0.4);
		height: calc(100vh - 75px);
		position: fixed;
		top: 75px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in-out;
	}
	.active-overlay{
		opacity: 1;
		visibility: visible;
	}
	nav .menu .our-button{display: block}
	nav .menu ul{
		padding: 50px 20px 0;
		position: fixed;
		width: 80%;
		height: calc(100vh - 75px);
		background-color: #1d4e7d;
		top: 75px;
		right: -80%;
		transition: all 0.3s ease-in-out;
		z-index: 3;
		display: block;
		align-items: normal;
	}
	nav .menu ul li{
		display: block;
		margin-bottom: 25px;
		margin-left: 0;
	}
	nav .menu .open-menu{right: 0;}
	nav .menu ul li a{font-size: 17px;color: #fff;}
    .header{
        padding: 0 0 40px;
    }
    .header .col-sm-6:first-child{
        padding: 0;        
    }
    .header .carousel{
        margin-bottom: 30px;
        box-shadow: none;
    }
    .header .carousel img{
        height: 240px;
    }
    .statistics h1,
    .gallery h1,
    .package h1,
    .features h1,
    .videos h1,
    .programs h1,
    .cv h1{
        font-size: 25px;
    }
    .statistics .overlay{
        padding: 40px 0 10px;
    }
    .statistics .row i{
        font-size: 40px;
    }
    .statistics h2{
        font-size: 35px;
        margin: 5px 0;
    }
    .cv{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .cv .box{
        padding: 15px 10px;
    }
    .shap-top, .shap-bottom{display: none;}
    .training h1{font-size: 22px;line-height: 30px;}
    .training{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .training .col-sm-4{padding: 0;}
    .gallery{
        padding: 40px 0;
    }
    .programs{
        padding: 40px 0 20px;
    }
    .programs .box{padding: 20px 0;}
    .programs .col-12{
        border-top: 1px solid #ccc;
    }
    .features{padding: 40px 0;}
    .features p{padding: 0 10px;}
    .videos{padding: 40px 0 10px;}
    .package, .users{padding: 40px 0;}
    .package .nav{
        margin-bottom: 20px;
    }
    .users h1{font-size: 24px;}
    .footer h4{line-height: 35px;}
    .footer-bottom .box{
        display: block;
        justify-content: normal;
        align-items: normal;
        text-align: center;
        
    }
    .footer-bottom .social-media{justify-content: center;margin-bottom: 20px;}
    .footer-bottom p{font-size: 13px;}
    .whatsapp{
        bottom: 40px;
    }
    #scroll-top{
        bottom: 40px;       
    }
    .programs .custom-mobile{
        border-bottom: 1px solid #ccc;
    }
}
/* Video */

.videos .row > div {
    text-align: center;
    padding-bottom: 15px;
}

video {
    width: 100%;
    max-width: 285px;
    height: 180px;
}


.download-ani {
  animation-name: ani;
  animation-duration: 1s;
  animation-fill-mode: forwards;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;

     display: block;
    margin-bottom: 0;
    margin: auto;
}

@keyframes ani {
    from{
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
}


.packageUl ul {
    list-style: none;
    padding: 0;
    width: 50%;
    margin: auto;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px;
}

.packageUl ul i {
     color: green;
}

@media(max-width: 450px) {
    .packageUl ul {
        width: 90%;
    }
} 





