@font-face {
    font-family: 'Tajawal Regular';
    src: url(../fonts/Tajawal/Tajawal-Regular.ttf);
}

body {
    font-size: 16px;
    font-family: 'Tajawal Regular';
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: "Droid Arabic Kufi",sans-serif;
    font-size: inherit;
    line-height: inherit;
}

form button[type="submit"]{
    font-size: larger;
}

a:hover {
    text-decoration: none;
}

.fa-facebook-square,
.fa-facebook-f {
    color: #3b5998;
}

.fa-twitter-square {
    color: #00aced;
}

.fa-youtube {
    color: #F00;
}

.btn{
    border-radius: unset;
}

label {
    display: block;
}

header {
    padding: 5px;

}

header .upper_bar {
    border-bottom: 1px solid #CCC;
    padding-top: 5px;
    padding-bottom: 10px;
}

header .upper_bar>div {
    font-size: 0;
}

header .upper_bar a {
    color: #333;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

header .upper_bar .social_icon i {
    font-size: 18px;
    vertical-align: middle;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .navbar-nav {
    border-bottom: 3px solid #097DD6;
    font-size: 20px;
}

header .navbar .navbar-brand img {
    width: 128px;
    height: 70px;
}

header .navbar-nav .nav-link {
    color: #333;
    padding: 16px 16px !important;

}

header .navbar-nav .nav-item:hover,
header .navbar-nav .nav-item.active {
    background-color: #097DD6;
}

header .navbar-nav .nav-item.user-dashboard {
    border: solid 1px #00a63f;
    border-radius: 3px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}
header .navbar-nav .nav-item.register {
    background-color: #00a63f;
    color: white;
    border-radius: 3px 3px 0 0;
}
header .navbar-nav .nav-item.register a {
    color: white;
}



header .navbar-nav .nav-item:hover .nav-link,
header .navbar-nav .nav-item.active .nav-link {
    color: #FFF;
    font-weight: bold;
}

.main_content {
    margin-top: 40px;
    min-height: 600px;
}

.main_content section {

    padding-bottom: 40px;
    padding-top: 40px;
}

.main_content .section_title {
    color: #3b5998;
    padding: 10px 0;
}

.current_video h4 {
    padding: 10px 0;
    color: #097DD6;

}

.iframe_wrapper {
    border-radius: 5px;
}

.current_video > .row{
    max-width: 1140px;
    margin: auto;
}

section > .row{
    max-width: 1140px;
    margin: auto;
}

.current_video h1{font-size: 25px;}
.current_video p{
    padding:10px;
}

.videos_grid > .row{
    max-width: 1140px;
    margin: auto;
}
.videos_grid .video {
    margin-bottom: 20px;
}

.videos_grid .video .video_text_link {
    padding: 10px 4px;
    display: block;
    color: #0663aa;
    font-weight: bold;
    /* text-align: center; */
}
/********************************************************/
.package-box {
    transition: all .15s linear;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 50px;
}
.package-box:hover {
    border: 1px solid #aaa;
    background: #f9f9f9;
}
.package-b .package-heade>h3, .package-b .package-heade>h4, .package-b .package-heade>h5 {
    color: #684500;
    text-shadow: 0 -1px #ffe8b1;
}
.package-c .package-heade>h3, .package-c .package-heade>h4, .package-c .package-heade>h5 {
    color: #655c5c;
    text-shadow: 0 -1px #f1f1f1;
}
.package-a .package-heade {
    background: #00a63f;
}
.package-b .package-heade {
    background: #d5aa55;
}
.package-c .package-heade {
    background: #cecece;
}
.package-d .package-heade {
    background: #b7afa4;
}
.package-heade {
    color: #fff;
    padding: 15px;
}
.package-heade>h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.package-heade>h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}.package-list {
    list-style: none none;
    padding: 0px;
    margin: 0px;
}
.package-list>li {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    min-height: 22px;
    padding: 15px 10px;
    font-weight: 400;
}

/********************************************************/
/* Heading */
.heading-user::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* background: #3b599880; */
    background: #EEEEEE80;
    z-index: -1;
}

.heading-user-back {
    background: url(../img/background/heading_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.heading-user {
    background-color: #000000b8;
    padding: 20px 5px;
    position: relative;
    z-index: 1;
    color: #FFF; 
    max-height: 300px;
}

.heading-user .row {
    margin: 0 auto;
    align-items: center;
}

.heading-user h1 {
    width: 100%;
    padding: 30px 0;
}

.heading-user p {
    font-size: 30px;
}

.heading-user a {
    margin: 10px 20px;
    border-radius: 0;
    color: #fff !important;
}

/********************************************************/
/* Heading */
.heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* background: #3b599880; */
    background: #EEEEEE80;
    z-index: -1;

}

.heading {
    background: url(../img/background/heading_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 20px 5px;
    position: relative;
    z-index: 1;
    /* color: #FFF; */
}

.heading .row {
    margin: 0 auto;
    align-items: center;
}

.heading h1 {
    padding: 30px 0;
}

.heading p {
    font-size: 30px;
}

.heading a {
    margin: 10px 20px;
    border-radius: 0;
    color: #fff !important;
}



/*home*/
section.features-cards-first > .row,
section.features-cards > .row
{
    max-width: 1140px;margin: auto;
}

section.features-cards-first{
    background-color: rgb(220 241 239);
}
section.features-cards{
    background-color: antiquewhite;
}
section.features-cards:nth-child(odd){
    background-color: white;
}
section.features-cards:nth-child(odd) .row{
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

/*Contact*/

section.contact {
    background-color: #EFEFEF50;
}

.contact_panel {
    padding: 40px 0 !important;

}

.contact_data::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    /* background-color: #3b5998; */
    background-color: #097DD6;
    opacity: .6;
}

.contact_data {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: column;
    z-index: 1;
    color: #FFF;
    padding: 0 5px;
    background: url(../img/background/contact_bg.jpg);
    background-size: 100% 600px;
    margin-bottom: 30px;
    min-height: 600px;
    height: 600px;
    box-shadow: 0 0 8px #3b5998;

}

.contact_element {
    margin: 0 100px 50 auto;
    margin-bottom: 50px;
}

.contact_element .contact_title {
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 0;
    font-size: 20px;

}

.contact_element .contact_title i {
    color: #FFF !important;
}

.contact_value span {
    display: block;
    font-size: 18px;

}

.contact_form {
    background-color: #FFF;
    padding: 10px 5px;
    min-height: 600px;
    height: 600px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    box-shadow: 0 0 8px #3b5998;
}

.contact_form form {
    margin: 0 auto;
    width:70%;
}
.contact_form form .invalid-feedback{
    display: block;
    margin-top: -15px;
}

.contact_form form label {
    width: 100%;
    padding: 8px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #3b5998;
    font-weight: bold;
}

.contact_form form .form-control-sm {
    border-radius: 0;
    margin-left: 0;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #097DD660;
    margin-bottom: 20px;
}

.contact_form form .form-control-sm:not([type="text"]) {
    width: 100%;
}

.contact_form button {
    text-align: center;
    margin: 8px auto;
    display: block;
    background-color: #097DD6;
    border: 1px solid #097DD6;
    border-radius: 0;
    width: 150px;

}

/* Features */
.features .row {
    padding: 0 15px;
    margin: 0;
}

.features .s_col {
    margin-bottom: 50px !important;
}

.features .feature_header {
    background-color: #FFF;
    box-shadow: 0 0 3px #3b5998;
    padding: 15px 10px;
}

.features .feature_header span {
    color: #3B5998;
    font-weight: bold;
    font-size: 22px;
    display: block;
}

.feature {
    height: 300px;
    box-shadow: 0 0 3px #3b5998;
    padding: 10px;
    background: url(../img/featureImg.png);
    position: relative;
}

.feature_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: .5;
    z-index: 1;
    display: none;
}

.feature .feature_desc {
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    color: #FFF !important;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.feature_desc p {
    line-height: 2;
    padding: 0 8px;
    font-weight: 800;
}

.feature_desc button {
    background-color: #0663aa;
    display: block !important;
    border: none;

}

.feature:hover .feature_overlay,
.feature:hover .feature_desc {
    display: flex !important;
}

/* Pricing Plans */


.plans_grid .card {
    box-shadow: 0 0 8px #3b599850;
}

.plans_grid .card .btn,
.plans_grid .card .btn:hover {
    color: #FFF;
}


footer {
    background-color: #097DD6;
    padding: 46px 5px 0px;
    color: #EEE;
    font-size: 14px;
}

footer section {
    text-align: right;
    padding-right: 8px !important;
}

footer section ul {
    margin: 0 20px 5px 0;

}

footer section ul li {
    margin-bottom: 0;
}

footer h6 {
    border-bottom: 1px solid #EEE;
    padding: 5px 8px;
    text-align: right;
    margin-bottom: 18px;
    color: #FFF;
}

footer p {
    text-align: justify;
    width: 95%;
}

footer button {
    margin-bottom: 18px;
}

footer .contact_info {
    display: block;
    margin-bottom: 5px;
    color: #FFF;
}

footer .contact_info img {
    display: block;
    margin: 0 0 8px 0;
    border: 1px dotted #CCC;
}

footer .contact_info i {
    margin-left: 5px;
    vertical-align: middle;
}

footer .bottom_bar {
    background-color: #333;
    margin: 0 -5px;
    padding: 8px 0;
}

footer .social_icon {
    display: inline-block;
    margin: 0 5px;
}

footer .social_icon i {
    background: white;
    padding: 2px 4px;
    border-radius: 2px;
}



.fixed.to_top {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2px 6px;
}

.fixed.to_top i {
    color: #0663aa;
}

.fixed.to_right {
    position: fixed;
    top: 30%;
    right: 0;
    display: block;
    width: 100%;
    z-index: 99999;
    font-size: 0;
}

.fixed.to_right>span,
.fixed.to_right>div {
    display: inline-block;
    padding: 8px 6px;
    color: #FFF;
    font-size: 16px;
    height: 82px;
}

.fixed.to_right>span {
    background-color: #F00;
    writing-mode: vertical-rl;
    border: 1px solid #e60101;
    cursor: pointer;
}

.fixed.to_right .feedback_emoji {
    width: 300;
    display: none;
    vertical-align: top;
    background-color: #FFF;
    border: 1px solid #DDD;
    width: 260px;

    text-align: center;

}

.fixed.to_right .feedback_emoji p {
    color: #333;
    margin-bottom: 5px;
}

.feedback_emoji span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #FFEB3B;
    cursor: pointer;
    text-shadow: 0 0 #ec2930;

}

.forms .invalid-feedback{
    display: block;
}
div.form-check {
    text-align: right;
}
.form-check .form-check-input {
    position: absolute;
    margin-top: 2px;
    margin-right: -1.25rem;
}
/****************************/
.pre-input {
    font-size: 15px;
    height: 43px;
    line-height: 44px;
    border-color: #4e5381;
}
.pre-input {
    background: #eee;
    border: 1px solid #999;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    width: 65px;
    left: 15px;
    text-align: left;
    direction: ltr;
}

.text .inputs-style.sub-domain {
    padding-left: 77px;
    text-align: left;
}
.subdomain {
    font-size: 18px;
    font-weight: 100;
    color: #333;
    line-height: 45px;
    margin-left: -20px;
}
/****************************/
.white-card {
    background-color: #fff;
    padding: 30px 61px 15px 61px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
}
.text .inputs-style {
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
    border: 1px solid #4e5381;
    font-size: 18px;
    color: #000000;
    height: 45px;
    line-height: 46px;
}

input.inputs-style[disabled="disabled"]{
    background-color: lightgray;
}

/******************************************************/
.quick-nav {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.quick-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-nav ul li {
    background: 0 0;
    border-top: 1px solid #eee;
    padding: 0;
}

.quick-nav ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 10px;
    left: 0;
    width: auto;
    color: #333;
}

.quick-nav ul li a.active,
.quick-nav ul li a:hover {
    background: #097DD6;
    color: #fff;
}
.bg-primary {
    background-color: #097DD6!important;
    color: #fff;
}
/******************************************************/