﻿@charset "UTF-8";

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

@import "https://fonts.googleapis.com/earlyaccess/droidarabickufi.css";

.droid-arabic-kufi {
    font-family: 'Droid Arabic Kufi',serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Droid Arabic Kufi';
    font-size: 15px;
    line-height: 140%;
}

body {
    background-color: #fff;
    color: #333;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h2 {
    color: #000;
    font-weight: 600;
}

h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 2;
}

h5 {
    color: #626262;
    font-size: 14px;
    font-weight: 500;
}

a {
    letter-spacing: 1px;
    text-decoration: none;
    /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff); */
}

ul {
    letter-spacing: 1px;
}

li {
    color: #626262;
    font-size: 16px;
    letter-spacing:0px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

p {
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-bottom: 20px;
}

span {
    letter-spacing: 0px; text-align:right; direction:rtl;
}


.container-full {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    /* border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 15px 40px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;*/

    border: 1px solid #444;
    width:100%;
    border-radius: 5px;
    color: inherit;
    font-size: 16px;
    padding: 5px 5px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width:100%; display:block;
}


.btn-default:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fa {
    font-size: 13px;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #11529b;
    line-height: 1;
    color: #fff;
    /* padding: 7px 12px 13px 12px; */
    font-size: 16px;
    border-radius: 100%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
}




@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #9f0000;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #900204;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /* background: #fff; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /*height: 150px;*/ /*alaa169*/
    height: 100px;
    z-index: 3000;
    transition: all 0.5s ease;
}

.homepage-header {
    background: -moz-linear-gradient(top, rgba(16,116,188,1) 19%, rgba(16,116,188,0.99) 20%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(16,116,188,1) 19%,rgba(16,116,188,0.99) 20%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(16,116,188,1) 19%,rgba(16,116,188,0.99) 20%,rgba(255,255,255,0) 100%);
}

    .homepage-header.scroll-header {
        background: #fff;
    }

#header.scroll-header #logo {
    height: 100px;
}

.scroll-header ul.nav-menu.sf-js-enabled.sf-arrows {
    padding: 20px 0 0 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.scroll-header ul.nav-menu2.sf-js-enabled.sf-arrows {
    padding: 20px 0 0 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

#header #logo {
    padding: 0px 0 0 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
    height: 450px;
    width: 260px;
    margin: -10px 0 0 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,ffffff+100&1+34,0+99 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 49%, rgba(255,255,255,0.98) 49%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(255,255,255,0.98) 49%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(255,255,255,0.98) 49%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.hero-contents-right h3 {
    font-family: 'Droid Arabic Kufi',serif;
    font-style: italic;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.hero-contents-right p {
    color: #fff;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    line-height: 29px;
}

i.fa.fa-quote-left {
    font-size: 21px;
    transform: rotate(541deg);
}

#header #logo h1 {
    color: #505050;
    font-family: "Philosopher", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}

span.Get-In-Canada {
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
}

#header #logo h1 a {
    color: #555;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
}

    #header #logo h1 a span {
        color: #71c55d;
    }

#header #logo img {
    padding: 30px 0 0 0;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.scroll-header {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

    .scroll-header .nav-menu a {
        color: gray;
    }
    .scroll-header .nav-menu2 a {
        color: gray;
    }

div#logo a img {
    width: 240px !important;
    margin: 27px 0 0 28px !important;
    margin: 0 auto !important;
    display: block;
}

#header.scroll-header #logo img {
    padding: 0;
    margin: 0;
    width: 40% !important;
    margin: 0 !important;
    /*margin: 17px 0 0 0 !important;*/
}

#header.scroll-header #logo {
    background-image: none !important;
}

span.assessment-now {
    display: inline-block;
    font-size: 17px;
}

.scroll-header div#logo a img {
    width: 102px !important;
    margin: 0 0 0 50px !important;
}

p.hero-contents-hero-para {
    font-size: 31px;
    line-height: 32px;
    color: #FFF;
    /* width: 200px; */
}

span.hero-bold-divider {
    display: block;
    height: 18px;
    background: #fff;
    width: 200px;
}

span.hero-fill-assessment-para {
    background: #294d98;
    display: block;
    width: 200px;
    color: #FFF;
    line-height: 20px;
    padding: 15px 13px 13px 10px;
    margin: 20px 0 0 0;
    font-size: 18px;
    overflow: hidden;
}

    span.hero-fill-assessment-para:hover {
        background: #0e3375;
    }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /* height: calc(100vh - 40px); */
    /* background: url(../../img/hero-bg.jpg) center bottom no-repeat; */
    background-size: cover;
    position: relative;
    /* height: 100vh; */
    background-position: 100% 0%;
    /* height: 900px; */
}

@media (min-width: 1025px) {
    #hero {
        /*     background-attachment: fixed; */
    }
}

.row.hero-contents {
    /* padding: 637px 0 0 0; */
    /* background: red; */
    /* position: absolute; */
    /* bottom: 50px; */
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    font-family: "Philosopher", sans-serif;
    color: #71c55d;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #777;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'Droid Arabic Kufi',serif;
    font-weight: 300;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero img {
    max-width: 95%;
    margin-bottom: 30px;
}

    #hero img.rightQuote {float:right; width:25px;
    }
    #hero img.leftQuote {
        float: left !important;
        width: 25px;
    }

#hero .btn-get-started {
    font-family: 'Droid Arabic Kufi',serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 36px;
    border-radius: 50px;
    transition: 0.5s;
    margin-bottom: 30px;
    border: 2px solid #71c55d;
    background: #fff;
    color: #71c55d;
    text-decoration: none;
}

    #hero .btn-get-started:hover {
        background: #71c55d;
        color: #fff;
    }

#hero .btns a {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 20px;
    text-decoration: none;
    transition: 0.3s;
}

@media (max-width: 575px) {
    #hero .btns a {
        margin: 4px 8px;
    }
}

#hero .btns a:hover {
    color: #71c55d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 10px 5px 0 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 134px;
    }

    /*nav2*/
    .nav-menu2, .nav-menu2 * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu2 ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 99;
        }

        .nav-menu2 li {
            position: relative;
            white-space: nowrap;
        }

        .nav-menu2 > li {
            float: left;
        }

        .nav-menu2 li:hover > ul,
        .nav-menu2 li.sfHover > ul {
            display: block;
        }

        .nav-menu2 ul ul {
            top: 0;
            left: 100%;
        }

        .nav-menu2 ul li {
            min-width: 134px;
        }
    /*end nav2*/

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 8px;
        margin-top: 1px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    /* float: left; */
    margin: 0px 0 0 60px;
}

@media (max-width: 1024px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 8px 11px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Droid Arabic Kufi',serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    letter-spacing: 0;
    transition: 0.3s;
    font-weight: bold;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    text-decoration: underline;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 0;
    padding: 5px;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    background: #fff;
    border: 1px solid #d6d6d6;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 0px 5px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
            font-weight: 400;
        }

        .nav-menu ul li:hover > a {
            color: #ff0027;
        }

    .nav-menu ul ul {
        margin: 0;
    }

    /*nav2*/
.nav-menu2 a {
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Droid Arabic Kufi',serif;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    letter-spacing: 0;
    transition: 0.3s;
    font-weight: bold;
}

.nav-menu2 li:hover > a, .nav-menu2 > .menu-active > a {
    text-decoration: underline;
}

.nav-menu2 > li {
    margin-left: 10px;
}

.nav-menu2 ul {
    margin: 0;
    padding: 5px;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    background: #fff;
    border: 1px solid #d6d6d6;
}

    .nav-menu2 ul li {
        transition: 0.3s;
    }

        .nav-menu2 ul li a {
            padding: 0px 5px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
            font-weight: 400;
        }

        .nav-menu2 ul li:hover > a {
            color: #ff0027;
        }

    .nav-menu2 ul ul {
        margin: 0;
    }

    /*nav2*/

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 4px 7px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #fff;
        font-size: 24px;
    }

#inner-pages #mobile-nav-toggle i {
    color: #000 !important;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: #FFF;
}

@media (max-width: 1024px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 1200px) {
    .yes-no-btn .btn-group {
        float: right !important;
        margin: 0 0 0 0 !important;
    }

    ul.nav-menu.sf-js-enabled.sf-arrows {
        margin: 10px 0px 30px 40px !important;
        padding: 44px 0 0 0 !important;
    }

    ul.nav-menu2.sf-js-enabled.sf-arrows {
        margin: 10px 0px 30px 40px !important;
        padding: 44px 0 0 0 !important;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(255, 255, 255, 1);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #4a4a4a;
                font-size: 17px;
                overflow: hidden;
                padding: 6px 22px 6px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                letter-spacing: 0;
            }

                #mobile-nav ul li a:hover {
                    color: #e00000;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #d80006;
            }

        #mobile-nav ul .menu-item-active {
            color: #e00213;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 1024px) {

    #mobile-nav-toggle i {
        font-size: 34px;
        margin: 20px 0 0 0;
    }

    #header.scroll-header #logo img {
        margin: 24px 0 0 0 !important;
    }
}

@media (max-width: 992px) {
    .padd-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-title {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .section-title {
        margin-bottom: 40px;
    }
}

.section-title h2 {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.section-title .separator {
    margin: 0;
}

.separator {
    color: #626262;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: capitalize;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #003c7f;
    padding-top: 40px;
    padding-bottom: 15px;
}

span.follow-us-footer {
    float: right;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: normal;
    color: #9eb1c9;
}

.social-links {
    float: left;
}

.copyright {
    clear: both;
}

@media(min-width:992px) {
    .followus-footer-wrap {
        padding-left: 8%;
        color: #FFF;
    }
}

.social-links a i:hover {
    border: 2px solid #ffffff;
}

.social-links a i {
    color: #9eb1c9;
    border: 2px solid #9eb1c9;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

p.copyright {
    color: #c2c2c2;
    margin-top: 23px;
}

section#contactus {
    position: relative;
    top: -70px;
    padding: 20px 0;
}

footer.footer {
    margin: 0 0 0 0;
}

i.fa.fa-facebook {
    padding: 0 0 0 1px;
}

i.fa.fa-twitter {
    padding: 0 0 0 3px;
}

i.fa.fa-youtube {
    padding: 0 0 0 1px;
}

i.fa.fa-instagram {
    padding: 0px 0 0 3px;
}

.fa-instagram:before {
    position: relative;
    top: -1px;
}

.fa-youtube:before {
    position: relative;
    top: -1px;
}

.fa-twitter:before {
    position: relative;
    top: -1px;
}

.fa-camera:before {
    position: relative;
    left: 1px;
}
/* moftah */
.contact-details {
    /* margin: 115px 0 0 0; */
}

.hero-quote img {
    float: left;
    margin: 0 0px 0 0px;
}

.hero-contents-right {
    /*margin-top: 40px;*/
}

.hero-contents-left {
    /* width: 200px; */
}

.fa-arrow-right {
    color: red;
    font-size: 20px;
}

span.assessment-wrap {
    float: left;
    overflow: hidden;
    width: 152px;
}

span.fa--arrowss {
    float: left;
    width: 20px;
    margin: 2px 4px 0 0px;
    transform: rotate(361deg);
}

section#register-now {
    min-height: 548px;
    background-size: cover;
}

section#register-now:after {
    background: url(../../images/arab_map.jpg) no-repeat;
    opacity:0.5;

}


    .register-btn button {
    background: #294d98;
    color: #FFF;
    width: 100%;
    border: none;
    padding: 12px 0;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Droid Arabic Kufi',serif;
    cursor: pointer;
    border-radius: 6px;
}

.register-btn button:hover {
    background: #183b83;
}

section#register-now input {
    border-radius: 5px;
}

section#register-now h3 {
    color: #c7c7c7;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #C7C7C8;
    margin: 0 0 12px 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #5f6a72;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#hero a {
    display: block;
    cursor: pointer;
}

section#register-now p {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6f6f;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        display: table;
        opacity: 0.9;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
            color: #004d8e;
            background-color: #fff;
            border-color: transparent;
            border: navajowhite;
            background: red;
            border-radius: 100%;
            width: 216px;
            height: 216px;
            text-align: center;
            background: #f2f2f2;
            padding: 40px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            font-size: 26px;
            /* opacity: 0.9; */
        }

li.nav-item {
    margin: 0 9px 0 0;
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
}

.tab-pane {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #767676;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: navajowhite;
    background: #294d98;
    border-radius: 100%;
    width: 216px;
    height: 216px;
    text-align: center;
    /* background: red; */
    padding: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    opacity: 1;
}


@media(max-width:1200px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        width: 151px;
        height: 151px;
        padding: 0;
        font-size: 20px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        width: 151px;
        height: 151px;
        padding: 0;
        font-size: 20px;
    }
}


@media(max-width:992px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        width: 130px;
        height: 130px;
        padding: 0;
        font-size: 18px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        width: 131px;
        height: 131px;
        padding: 0;
        font-size: 18px;
    }
}



section#Immigration-Programs {
    background: url("../../img/img-programme-ar.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    background-position: center center;
}

.tab-pane {
    border-radius: 90px;
    padding: 30px 30px;
    color: #022d5d;
    background: #fff;
    font-size: 21px;
    opacity: 0.9;
}

div#myTabContent {
    margin: 60px 0 0 0;
}

.section-title.text-center h2 {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #294d98;
    text-transform: uppercase;
}

#mask {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 99;
    height: 556px;
    width: 556px;
    border: 10px solid #FFF;
}

.gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    display: none !important;
}

#mask iframe {
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 50;
}

.head-address-1 {
    margin-bottom: 30px;
}

.row.email-contact {
    margin-top: 30px;
}

    .row.email-contact a {
        color: #878787;
        text-decoration: underline;
    }

        .row.email-contact a:hover {
            text-decoration: none;
        }

span.phone {
    color: #a8a8a8;
}

h5.head-quarter-title {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: bold;
    color: #294d98;
    margin-bottom: 10px;
}

.address-desc {
    color: #a8a8a8;
    line-height: 25px;
}

ul.nav-menu.sf-js-enabled.sf-arrows {
    /* overflow: hidden; */
    margin: 10px 220px 30px 0px;
    padding: 10px 0 0 0;
    /*padding: 44px 0 0 0;*/ /*alaa 169*/
}

ul.nav-menu2.sf-js-enabled.sf-arrows {
    /* overflow: hidden; */
    margin: 10px 220px 30px 0px;
    padding: 44px 0 0 0;
}

.contact-details {
    padding: 100px 0;
}

    .contact-details h5.contact-title {
        font-family: 'Droid Arabic Kufi',serif;
        font-size: 18px;
        font-weight: normal;
        color: #388db2;
    }

.social-links a i:hover {
    color: #fff;
}



@media(max-width:992px) {
    .carousel-item {
        height: 900px;
        width: 100%;
    }

        .carousel-item img {
            height: 900px;
            width: 100%;
            object-fit: cover;
        }
}


/*--------------------------------------------------------------
# faq page
--------------------------------------------------------------*/
section.inner-page-global {
    clear: both;
    float: none;
    margin: 140px 0 30px 0;
}

#inner-pages .nav-menu a {
    color: #9f9d9d;
}

#inner-pages .nav-menu2 a {
    color: #9f9d9d;
}

#inner-pages #header #logo {
    background: none;
    height: 0;
}

h3.register-now-title {
    color: #c7c7c7;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #C7C7C8;
    margin: 0 0 12px 0;
}

p.register-now-para {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6f6f;
}

.cat-questions h2 {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #aeaeae;
    margin: 0px 0 15px 0;
}

.cat-questions a {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.67;
    color: #294d98;
    letter-spacing: normal;
    display: block;
    margin: 0 0 15px 0;
}

span.right--arrowss img {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 -5px;
}

section.cat-questions {
    margin: 0 0 50px 0;
}

h1.inner-pages-top-title {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #294d98;
    margin: 0 0 50px 0;
}

    h1.inner-pages-top-title::after {
        height: 10px;
        background-color: #d8d8d8;
        content: " ";
        display: block;
        width: 100px;
        margin: 13px 0 0 0;
    }

.logo-transparent-sidebar img {
    width: 80%;
    margin: 40px auto 0 auto;
    display: block;
}

#inner-pages .nav-menu a:hover {
    color: red;
}

#inner-pages .nav-menu2 a:hover {
    color: red;
}

#inner-pages #header #logo img {
    padding: 0 0 0 0;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin: 23px 0 0 0px !important;
}

#inner-pages div#logo a img {
    width: 114px !important;
    margin: 27px 0 0 28px !important;
    margin: 0 auto !important;
    display: block;
}

#inner-pages #header.scroll-header #logo img {
    padding: 0;
    margin: 11px 0 0 0 !important;
    width: 90px !important;
}


section#hero {
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,15,46,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,15,46,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,15,46,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000f2e',GradientType=0 );
    height: 300px;
    margin: -300px 0 0 0;
    /*background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,4,51,1) 43%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,4,51,1) 43%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,4,51,1) 43%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000433',GradientType=0 );
}

p.cat-answers {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8e8e8e;
    border-right: 10px solid #d8d8d8;
    margin: 20px 50px 0 0px;
    padding: 0px 20px 0px 0px;
    /* width: 80%; */
}

.cat-questions-details {
    margin-bottom: 150px;
    ;
}

section.cat-questions-details > a {
    color: #294d98;
    letter-spacing: normal;
    font-size: 17px;
}

a.go-up {
    text-align: right;
    float: right;
    margin: 30px 0 0 0;
}

span.right--arrowss-top img {
    transform: rotate(-90deg);
    background: red;
    width: 21px;
    height: 24px;
    margin: -1px 5px 0 0;
}

a#fqa1 {
    color: #d7056f;
}

.inner-page-global hr {
    border-top: 1px solid red !important;
    margin-top: 6rem;
    margin-bottom: 6rem;
    border: 0;
}

#inner-pages footer {
    margin: 0;
}

.top-footer-free-assessment {
}

    .top-footer-free-assessment p {
        float: left;
        font-size: 22px;
        font-family: Georgia;
        color: #1A4C9F;
        font-style: italic;
    }

    .top-footer-free-assessment a {
        float: right;
        margin: -29px 0 0 0;
        cursor: pointer;
    }

    .top-footer-free-assessment span.assessment-wrap {
        float: right;
        overflow: hidden;
        width: initial;
        font-size: 16px;
    }

    .top-footer-free-assessment span.hero-fill-assessment-para {
        width: initial;
    }

    .top-footer-free-assessment span.fa--arrowss {
        margin: 0px 0 0 8px;
    }

.top-footer-free-assessment {
    background: url(../../img/Footer-BG-ar.png) no-repeat;
    padding: 430px 0 35px 0;
    background-size: cover;
    background-position: 100% 0%;
}

    .top-footer-free-assessment span.hero-fill-assessment-para {
        padding: 20px;
    }


/* /faq page  */

/*--------------------------------------------------------------
# why Canada?  page -- Express Entry
--------------------------------------------------------------*/
.body-content-innerGlobal p {
    font-family: 'Droid Arabic Kufi',serif;
    color: #8E8E8E;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

    .body-content-innerGlobal p.strong {
        font-weight: bold;
        color: gray;
    }

.body-content-innerGlobal a {
    color: #003c84;
    letter-spacing: normal;
    font-family: 'Droid Arabic Kufi',serif;
}

/* /why Canada page  */


/*--------------------------------------------------------------
# Media page
--------------------------------------------------------------*/
.videoWrapper {
    width: 100%;
    float: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.body-content-innerGlobal h1 {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d1d1d1;
    margin-bottom: 30px;
}

section.media-video-section {
    margin: 0 0 80px 0;
    display: block;
}

.media-video-section span.media-date {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebebe;
    margin: 20px 0;
    display: block;
}

a.media-para {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}

hr.media-video-section-hr {
    border-top: 2px solid #dfdada !important;
    margin-top: 6rem;
    margin-bottom: 4rem;
    border: 0;
}

button.show-more-media {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: transparent;
    padding: 10px 31px;
    border-radius: 100px;
    border: 2px solid #e1dede;
    color: #cf3a81;
    cursor: pointer;
}

    button.show-more-media:hover {
        background: #cf3a81;
        color: #FFF;
        border: 2px solid #cf3a81;
    }

.latest-news {
    margin-left: 23px;
    border-right: 2px solid #e1dede;
    padding-left: 40px;
    margin-top: 128px;
}

.latest-news-content-section-des-wrap a {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #626262;
    margin: 0px 0px 10px 0;
    display: inline-block;
}

.latest-news-content-section-des-wrap span.media-date {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebebe;
}

.latest-news h3.register-now-title {
    margin: 0 0 39px 0;
}

section.latest-news-side-section {
    margin: 0 0 30px 0;
}

.latest-news hr {
    border-top: 1px solid #e1dede !important;
    margin: 3em 0 3em 0;
}
/* # Media page  */
/*--------------------------------------------------------------
# Contact us page
--------------------------------------------------------------*/

@media (min-width: 768px) {
    .contactus-section .col-md-4, .faq-section .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 29.333333%;
        /* max-width: 29.333333%; */
        /* margin: 0 0 0 4%; */
    }
}

.section-contact-address h3.head-title {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

span.contact-head-Address, span.text-style-light-gray {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #878787;
}

span.head-address, span.contact-phone {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 18px;
    letter-spacing: normal;
}

.row.address-section-contactus {
    margin-top: 20px;
}

.address-section-contactus-2nd h3.head-title {
    margin-bottom: 22px;
}

.section-contact-address {
    margin-bottom: 100px;
}

h2.address-mega-title {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #284d98;
    margin-bottom: 30px;
}

.contactus-email a {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #878787;
    text-decoration: underline;
}

.tab-content > .tab-pane {
    margin: 0 25px;
    padding: 35px 56px 30px 56px;
}

p.payment-desc {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8e8e8e;
}

.contactus-payment {
    margin-top: 160px;
}

a.paypal img {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
/* # Contact us page */
/*--------------------------------------------------------------
# Free Assessment page
--------------------------------------------------------------*/
div.assessment-header {
    background: #e41b22;
    color: #fff;
    padding: 6px 12px 6px 20px;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

span.assessment-accordion-numbering {
    background: #fff;
    padding: 12px 20px 13px 20px;
    color: red;
    border-right: 5px solid #d8d8d8;
    font-size: 22px;
    font-family: 'Droid Arabic Kufi',serif;
    position: relative;
    right: -20px;
}

.assesment-accordion {
    margin: 70px 0 0 0;
}

    .assesment-accordion input {
        background: #f6f6f6;
        border-radius: 0;
    }

    .assesment-accordion label {
        font-family: 'Droid Arabic Kufi',serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #909090;
    }

.card-body {
    width: 98%;
    margin: 0 0 0 40px;
}

h3.spose-section {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 60px 0 12px 0;
}

.form-group.row.spouse-form-section label {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #909090;
}

.free-assessment-section .form-control {
    /* -webkit-appearance: none; */
    border-radius: 5px;
    background: #f6f6f6;
}

div.assessment-header.collapsed:after {
    content: "\e080";
    color: #fff;
}

div.assessment-header:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: white;
    margin: 3px 0 0 0;
}

.reset-fileds a {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #919191;
}

.save-fileds a {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #919191;
}

.yes-no-btn > .btn-group {
    /* background: red; */
    float: left;
    margin: -39px 0 0 0;
}

.submit-form button {
    background: #013c7f;
    color: #fff;
    border: none;
    font-family: 'Droid Arabic Kufi',serif;
    width: 180px;
    font-size: 22px;
    font-weight: normal;
    border-radius: 10px;
    padding: 7px 0;
    cursor: pointer;
}

.submit-form {
    margin: -18px 0 0 0;
}

.row.save-reset-wrapper {
    border-top: 2px solid #e41a22;
    padding-top: 70px;
    margin-top: 30px;
}

.submit-form button:hover {
    background: #042851;
}

.fa-chevron-down:before {
    content: "\f078";
    color: #7f7f7f;
}

.assessment-section-head-form h3 {
    display: block;
    font-size: 20px;
    width: 100%;
    margin: 40px 0 30px 15px;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

label.col-md-2.col-form-label {
    font-weight: bold;
    margin: 25px 0 0 0;
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #909090;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 2px solid #034D8E !important;
}

.lang-prof input[type="text"] {
    height: 40px;
}

h3.spose-section {
    margin: 40px 0 20px 0;
}

label {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #909090;
}

    label.checkbox { font-size:12px;
    }


    .have-an-offer-of-employment {
    display: none;
}

.free-assessment-section .btn:hover, .free-assessment-section .btn:focus, .free-assessment-section .btn.active, .free-assessment-section .btn-primary:hover, .free-assessment-section .btn-primary:focus {
    background-color: #fa0004;
    border-color: #fa0004;
    color: white !important;
}

#mask {
    z-index: 0;
}

.free-assessment-section .btn {
    background: #f6f6f6;
    color: gray;
    border: 1px solid #cdcdcd;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    padding: 12px 25px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn-primary.btn {
    background: red !important;
    color: #FFF !important;
}

.form-group.field.field-string.have-an-offer-of-employment {
    margin-top: 20px;
}

.convicted-issue {
    display: none;
}

.card-body.principal-applicant .form-group {
    margin: 13px 0;
}

.relative-province {
    margin: 30px 0 0 0;
}

.name-of-edu-from input, .name-of-edu-to input {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ced4da;
    height: 38px;
    border-radius: 5px;
}

.col-md-2.name-of-edu-to label, .col-md-2.name-of-edu-from label {
    display: block;
}

.name-of-edu-from, .name-of-edu-to {
    margin: 0px 0 0 0;
}

.btn-add-education {
    background: #284d98 !important;
    border-radius: 0 !important;
    width: 100%;
    color: #FFF !important;
}

.array-item-add {
    margin-top: 40px;
}

button.btn.btn-add-education {
    width: 200px;
    float: right;
}

.p-p-education-form {
    margin-bottom: 40px;
    border-bottom: 1px solid #e2dfdf;
    padding-bottom: 40px;
}

.assessment-section-head-form {
    float: none;
    clear: both;
}

.row.ppedu-row-wide {
    /* margin-left: 0; */
}

a.imm-prog-more {
    color: #E41A23;
    letter-spacing: 0;
    text-decoration: underline;
    font-size: 18px;
}

    a.imm-prog-more:hover {
        text-decoration: none;
    }

button.btn.btn-success.btn-add, button.btn.btn-remove.btn-danger,
button.btn.btn-success.btn-add2, button.btn.btn-remove.btn-danger {
    background: #284d98 !important;
    border-radius: 5px !important;
    width: 100%;
    color: #FFF !important;
    margin: -2px 0 0 0;
}

.assessment-section-head-form small {
    color: red;
    float: right;
    margin: -30px 0 50px 0;
}

.have-an-offer-of-employment {
    float: none;
    clear: both;
}

/* #Free Assessment */

/* mobile */
@media (max-width: 1024px) {

    #mask {
        height: 456px;
        width: 456px;
    }

    section#contactus {
        position: relative;
        top: 0;
        padding: 20px 0;
    }

    footer.footer {
        margin: 0;
    }
}

@media (max-width: 992px) {
    .register-now {
        margin: 100px 0 0 0;
    }

    .card-body {
        width: 100%;
        margin: 0;
    }

    #contactus .container {
        max-width: 800px;
    }

    .row.address-section-contactus .col-md-6:last-child {
        margin: 20px 0 0 0;
    }

    .logo-transparent-sidebar {
        display: none;
    }

    .register-now-block {
        margin: 70px 0 0 0;
    }

    .top-footer-free-assessment p {
        line-height: 1.3;
    }

    .top-footer-free-assessment {
        padding: 150px 0 35px 0;
    }

    section.top-footer-free-assessment .col-lg-8 {
        margin: 0 0 40px 0;
    }

    .top-footer-free-assessment a {
        float: none;
    }

    .latest-news {
        margin-left: 0;
        border-left: navajowhite;
        padding-left: 15px;
        margin-top: 128px;
    }

    section.latest-news-side-section img {
        width: 100%;
        margin: 0px 0 30px 0;
    }

    section.latest-news-side-section {
        margin: 0 0 70px 0;
    }
}

@media (max-width: 992px) {
    #mask {
        height: 376px;
        width: 376px;
        margin: 90px 0 0 0;
    }

    .submit-form {
        margin: 40px 0 0 0;
    }

    .reset-fileds {
        margin: 0 0 20px 0;
    }


    span.assessment-accordion-title {
        /* float: left; */
        /* margin: 17px 0 0 0; */
    }

    div#headingeemp {
        overflow: hidden;
    }

    div#headingedu {
    }

    span.assessment-accordion-numbering {
        float: right;
    }

    div#headingedu {
        overflow: hidden;
    }

    div#headingOne {
        overflow: hidden;
    }

    div#headingTwo {
        overflow: hidden;
    }

    div#headingThree {
        overflow: hidden;
    }

    div#headingLangmain {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    #header {
        height: 64px;
    }

    .hero-contents-right h3 {
        font-size: 26px;
    }

    div#logo a img {
        width: 85px !important;
    }

    #header #logo {
        width: 130px;
    }

    #header #logo {
        height: 210px;
    }

    span.hero-bold-divider {
        display: none;
    }

    #mask {
        height: 320px;
        width: 320px;
        margin: 0 auto;
    }

    .contact-details {
        padding: 0 15px;
    }

    p.hero-contents-hero-para {
        font-size: 44px;
        line-height: 50px;
        color: #FFF;
        width: 100%;
        text-align: center;
    }

    span.Get-In-Canada {
        display: inline-block;
        font-weight: bold;
        font-size: 44px;
    }

    span.hero-fill-assessment-para {
        margin: 0 auto;
    }

    .hero-containers.container {
        position: relative;
        top: -210px;
    }

    .carousel-item img {
        height: 590px;
        width: 100%;
        object-fit: cover;
    }

    section#hero {
        /* height: 190px; */
        margin: -420px 0 0 0;
    }

    section#hero {
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,15,46,1) 100%);
        /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,15,46,1) 100%); */
        /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,15,46,1) 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000f2e',GradientType=0 );
        height: 234px;
        margin: -397px 0 0 0;
        background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,4,51,1) 23%);
        /* background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,4,51,1) 23%); */
        background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,4,51,1) 23%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000433',GradientType=0 );
    }

    .hero-contents-right {
        margin-top: 47px;
    }

    section#register-now {
        background-position: 80% 100%;
        padding: 30px 0 10px 0;
    }

    .Immigration-Programs li.nav-item a {
        /* display: block; */
        margin: 0 auto;
        /* width: 100%; */
    }

    .Immigration-Programs .nav {
        display: block;
    }

    .Immigration-Programs li.nav-item {
        margin: 0 auto;
        display: block;
    }

    .Immigration-Programs li.nav-item {
        margin: 0 0 30px 0 !important;
        display: block;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        height: 151px;
        width: 151px;
        font-size: 23px;
        padding: 0;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            height: 151px;
            width: 151px;
            font-size: 23px;
            padding: 0;
        }

    section#contactus {
        position: relative;
        top: 0;
        padding: 20px 0;
    }

    footer.footer {
        margin: 0;
    }

    .offset-md-1.contact-details h5.contact-title {
        margin: 30px 0 30px 0;
    }

    .section-title.text-center h2 {
        font-family: 'Droid Arabic Kufi',serif;
        font-size: 40px;
    }

    .tab-pane {
        border-radius: 11px;
        opacity: 1;
    }
}

@media (max-width: 500px) {
    div#headingLangmain {
        overflow: hidden;
    }

    div.assessment-header {
        overflow: hidden;
    }

    div.assessment-header {
        font-size: 15px;
    }

    #mask {
        height: 350px;
        width: 350px;
        margin: 0 auto;
    }

    .row.hero-contents {
        background: red;
        background: rgb(0,10,52);
        background: linear-gradient(180deg, rgba(0,10,52,0) 0%, rgba(0,10,52,1) 41%);
    }
}


.hero-quote img {
    float: right;
}

.hero-quote .quotes {
    float: right;
    width: 84%;
    margin-right: 20px;
}

    .hero-quote .quotes span { font-size:34px; font-weight:bold;
    }
    .hero-quote .quotes span.src {
        font-size: 14px; color:#BBB;
        font-style: italic; display:block; float:left;
    }

    .col-md-6.relative-blood {
        margin: 32px 0 0 0;
    }

div#input_root_comments_has_comments {
    display: block;
    /* background: red; */
    width: 100%;
}

.register-now-block-wrapper.sidebar__inner {
    left: -14px;
    top: 0;
}

.col-md-2.readonly-tel {
    padding-right: 0px;
}
/* video details page */
.video-details-desc {
    margin: 30px 0 0 0;
}

    .video-details-desc h2 {
        margin: 0 0 15px 0;
    }

article.video-section, .news-details-section {
    margin-bottom: 100px;
    ;
}

.video-details-title p {
    margin: 15px 0 0 0;
}

.video-section span, .news-details-section span {
    font-family: 'Droid Arabic Kufi',serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bebebe;
    margin: 20px 0;
    display: block;
}

.news-details-desc h2 {
    margin: 0 0 15px 0;
}


@media (max-width: 767px) {
    .homepage-header {
        background: none;
    }

    span.assessment-accordion-numbering {
        border: 0 !important;
    }

    div.assessment-header {
        padding: 0 0 0 7px;
        margin: 0;
        border-right: 7px solid gainsboro;
    }

    .card-body {
        padding: 1.25rem 0;
    }

    .marTop15 {
        margin-top: 15px;
    }

    #inner-pages #header.scroll-header #logo img {
        padding: 0;
        margin: 20px 0 0 0 !important;
        width: 51px !important;
    }

    .col-md-6.pers-phone-number {
        width: 74% !important;
    }

    .col-md-2.pers-phone-code {
        width: 26% !important;
        float: left !important;
    }

    .reset-fileds, .save-fileds, .submit-form {
        text-align: center;
    }



        .submit-form button {
            width: 240px;
        }

    p.cat-answers {
        margin-right: 0px;
    }

    .col-lg-5.offset-lg-1.offset-md-0.payment-methods img {
        width: 60%;
        margin: 32px auto 0 auto;
        display: block;
    }

    section#register-now {
        background: none;
    }

    div#myTabContent {
        display: none;
    }

    .address-title {
        width: 20%;
        float: left;
    }

    .address-desc {
        width: 70%;
        float: left;
    }

    .address-phone-title {
        float: left;
        width: 20%;
    }

    .address-phone {
        float: left;
        width: 70%;
    }

    .contact-title-email {
        float: left;
        width: 20%;
    }

    .email--address {
        float: left;
        width: 70%;
    }

    .contact-details h5.contact-title {
        margin: 3px 0 36px 0;
    }

    h5.contact-title.contact-title--email {
        margin: 4px 0 0 0 !important;
    }

    #mobile-nav-toggle i {
        font-size: 34px;
        margin: 10px 0 0 0;
    }

    #header.scroll-header #logo img {
        margin: 19px auto 0 auto !important;
        margin: 19px 0 0 0 !important;
    }


    #contactus .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mask {
        height: 440px;
        width: 440px;
        margin: 0 auto;
    }

    .contact-details {
        margin: 30px 0 0px 0;
    }

    section#contactus {
        position: relative;
        top: 0;
        padding: 40px 0;
    }
}

@media (max-width: 500px) {
    #mask {
        height: 340px;
        width: 340px;
        margin: 0 auto;
    }
}


@media (min-width: 768px) {
    .d-lg-block, .d-md-block {
        display: flex !important;
    }
}

.row.contact-phone-wrap {
    margin-top: 15px;
}

label.long-read-question {
    width: 70%;
    line-height: 23px;
}

.yes-no-btn.long-read-question {
    margin: -18px 0 0 0;
}

.form-group.field.field-boolean.col-md-12.long-read-question-wrap {
    margin-bottom: 30px;
}

.darker-label {
    color: #444343 !important;
    font-size: 18px !important;
}


@media (max-width: 992px) {

    div.assessment-header {
        padding: 0px 20px 0 0px;
    }

    span.assessment-accordion-title {
        position: relative;
        top: 16px;
        right: -10px;
    }

        span.assessment-accordion-title.Principal-Applicant-Education {
            top: 8px;
            left: -10px;
        }

        span.assessment-accordion-title.Principal-Applicant-Employment-During {
            top: 7px;
            font-size: 14px;
        }

    div.assessment-header:after {
        margin: 16px 11px 0 0px;
    }
}

i.fa.fa-chevron-down, i.fa.fa-chevron-right {
    float: left;
    margin: 3px 0 0 0;
    font-size: 19px;
}

.fa-chevron-down:before {
    color: #FFF;
}

div.assessment-header:after {
    display: none;
}

.assessment-header i.fa.fa-chevron-down {
    display: block;
}

.assessment-header.collapsed i.fa.fa-chevron-down {
    display: none;
}

.assessment-header i.fa.fa-chevron-right {
    display: none;
}

.assessment-header.collapsed i.fa.fa-chevron-right {
    display: block;
}

@media(max-width:992px) {
    i.fa.fa-chevron-down, i.fa.fa-chevron-right {
        float: left;
        margin: 14px 0px 0 12px;
        font-size: 19px;
    }
}

.nav-menu li {
    float: right;
}
.nav-menu2 li {
    float: right;
}

span.right--arrowss img {
    margin: 0 0 0 0px;
}


.faq-section span.right--arrowss-top img {
    transform: rotate(90deg);
    background: red;
    width: 21px;
    height: 24px;
    margin: 0px 5px 0 6px;
}

div#myTabContent {
    width: 100%;
}

.latest-news-content-section-des-wrap span.media-date {
    display: block;
}

/*  FIXES */
@media(min-width:768px) {
    .contact-details {
        padding: 85px 0 110px 0;
    }
}

.hero-fill-assessment-mobile span.fa--arrowss {
    height: 20px;
}

.hero-fill-assessment-mobile span.assessment-wrap {
    width: 310px;
}

.hero-fill-assessment-mobile {
    width: 100% !important;
    padding: 9px 0 5px 20px !important;
}

span.fa--arrowss #hero img {
    margin: -10px 0 0 0 !important;
}

@media(max-width:768px) {
    a#Business-tab {
        background: #f2f2f2;
        color: #294d98;
    }

    .head-address-1 {
        margin-bottom: 40px;
    }

    #inner-pages section.inner-page-global {
        margin: 130px 0 0 0 !important;
    }

    #mobile-nav .fa-chevron-down:before {
        color: #7f7f7f;
    }

    #mobile-nav i.fa.fa-chevron-down {
        float: right;
        margin: 0;
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .homepage-header.scroll-header ul.nav-menu.sf-js-enabled.sf-arrows {
        margin: 10px 0px 30px 0px !important;
        padding: 11px 0 0 0 !important;
    }
    .homepage-header.scroll-header ul.nav-menu2.sf-js-enabled.sf-arrows {
        margin: 10px 0px 30px 0px !important;
        padding: 11px 0 0 0 !important;
    }
}

nav#mobile-nav img {
    width: 24%;
    margin: 0 0px 0 15px;
}

nav#mobile-nav ul {
    margin: 20px 0 0 0;
}











.menuBtn {
    color: #333 !important;
}

.scroll-header .nav-menu .sf-with-ul span {
    color: gray;
}

.scroll-header .nav-menu .menu-has-children input {
    color: gray !important;
    cursor: pointer;
}

.nav-menu input {
    padding: 8px 11px;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    font-family: 'Droid Arabic Kufi',serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    letter-spacing: 0;
    transition: 0.3s;
    font-weight: bold;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.scroll-header .nav-menu2 .sf-with-ul span {
    color: gray;
}

.scroll-header .nav-menu2 .menu-has-children input {
    color: gray !important;
    cursor: pointer;
}

.nav-menu2 input {
    padding: 8px 11px;
    text-decoration: none;
    display: inline-block;
    color: gray;
    font-family: 'Droid Arabic Kufi',serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    letter-spacing: 0;
    transition: 0.3s;
    font-weight: bold;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.sf-with-ul input {
    color: black;
}



.pull-left { float:right !important;
}
.hideClass {
    display: none;
}

.register-btn input {
    background: #294d98;
    color: #FFF;
    width: 100%;
    border: none;
    padding: 12px 0;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Droid Arabic Kufi',serif;
    cursor: pointer;
    border-radius: 6px;
}

    .register-btn input:hover {
        background: #183b83;
    }






    /*fixes*/
#header.scroll-header #logo img {
    width: 72% !important;
}

ul.nav-menu.sf-js-enabled.sf-arrows {
    margin: 10px 140px 30px 0px;
}

.nav-menu > li {
    margin-left: 0px;
}

ul.nav-menu2.sf-js-enabled.sf-arrows {
    margin: 10px 140px 30px 0px;
}

.nav-menu2 > li {
    margin-left: 0px;
}

#header.scroll-header #logo {
    background-image: none !important;
    width: 175px;
}

#nav-menu-container {
    margin: 10px 0 0 0px !important;
}

.nav-menu ul {
    right: 0;
    width: 200px;
}
.nav-menu2 ul {
    right: 0;
    width: 270px;
}

section#register-now h3, h3.register-now-title {
    font-size: 25px;
}

.social-links {
    float: right;
    margin: -7px 19px 0 0px;
}

.top-footer-free-assessment p {
    font-style: normal;
    font-family: 'Droid Arabic Kufi';
}

span.fa--arrowss {
    float: right;
    width: 20px;
    margin: -2px -10px 0 4px !important;
    transform: rotate(180deg);
}

.scroll-header .nav-menu .sf-with-ul span, .scroll-header .nav-menu .menu-has-children input {
    color: #9f9d9d !important;
}
.scroll-header .nav-menu2 .sf-with-ul span, .scroll-header .nav-menu2 .menu-has-children input {
    color: #9f9d9d !important;
}

span.right--arrowss img {
    margin: 0 0 0 0px;
    transform: rotate(180deg);
}

.latest-news {
    margin-right: 23px;
    border-left: none;
    padding-right: 40px;
    margin-top: 128px;
}

#mobile-nav-toggle {
    position: fixed;
    left: 0;
    margin: 0 0 0 10px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    left: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    right: initial;
}

@media(max-width:767px) {
    #header.scroll-header #logo img {
        width: 50% !important;
    }

    .fa-remove:before, .fa-close:before, .fa-times:before {
        color: #000;
    }

    input#ctl00_btnEnglish {
        background: transparent;
        border: navajowhite;
        font-size: 19px;
        margin: 4px 15px 0 0;
        color: #d80006;
    }

    input#ctl00_btnArabic {
        background: transparent;
        border: navajowhite;
        font-size: 17px;
        margin: 0px 15px 0 0;
    }

    span.fa--arrowss {
        float: right;
        width: 20px;
        margin: -3px 0px 0 4px !important;
        transform: rotate(180deg);
    }

    span.fa--arrowss {
        float: right;
        width: 20px;
        margin: -3px 0px 0 4px !important;
        transform: rotate(180deg);
    }

    section#contactus {
        margin: -80px 0 0 0;
    }
}

@media (min-width: 768px) {
    .contact-details {
        padding: 93px 0 102px 0 !important;
    }
}
span.hero-fill-assessment-para.d-none.d-md-block span.fa--arrowss {
    margin: -50px 0px 3px 10px !important;
}

span.hero-fill-assessment-para {
    padding: 26px 13px 26px 10px;
}

span.fa--arrowss {
    float: left;
    margin: -1px 0px 0 0px !important;
}

body {
    font-family: 'Droid Arabic Kufi';
    font-size: 18px;
    line-height: 140%;
}

.cat-answers p {
    font-family: Arial;
    font-size: 19px;
}

p {
    font-size: 17px;
}

.cat-answers {
    border-right: 10px solid #d8d8d8;
    border-left: none !important;
    margin: 20px 50px 0 0px;
    padding: 0px 20px 0px 20px;
}

@media(max-width:767px) {
    .cat-answers {
        margin: 20px 0px 0 0px;
        padding: 0px 15px 0px 15px;
    }
}


input#ctl00_btnEnglish {
    font-size: 16px;
}

li#ctl00_li_arabic input {
    font-size: 16px;
    margin: 0;
}

li#ctl00_li_french input {
    font-size: 16px;
    margin: 0;
}

li#ctl00_li_german input {
    font-size: 16px;
    margin: 0;
}

.scroll-header .nav-menu .sf-with-ul span, .scroll-header .nav-menu .menu-has-children input {
    color: gray !important;
}

span.fa--arrowss {
    float: right;
    margin: -2px 7px 0 0px !important;
}

@media (max-width: 768px) {
    .hero-fill-assessment-mobile {
        padding: 9px 0 11px 20px !important;
    }

    section#register-now {
        background-position: 80% 100%;
        padding: 30px 0 40px 0;
    }
}

li#ctl00_liLang:last-child li {
    line-height: 15px;
}

.nav-menu2 input {
    color: #9f9d9d !important;
}

@media (min-width: 768px) {
    .contact-details {
        padding: 123px 0 102px 0 !important;
    }
}

@media (max-width: 992px) {

    input#ctl00_btnEnglish {
        background: transparent;
        border: navajowhite;
        margin: 3px 15px 0 0;
        font-size: 19px;
    }

    input#ctl00_btnEnglish {
        background: transparent;
        border: navajowhite;
        margin: 3px 15px 0 0;
        font-size: 19px;
    }

    input#ctl00_btnArabic {
        background: transparent;
        border: none;
        margin: 0 13px 10px 0 !important;
    }

    input#ctl00_btnFrench {
        background: transparent;
        border: none;
        margin: 0px 12px 7px 0 !important;
        font-size: 18px !important;
    }

    input#ctl00_btnGermany {
        background: transparent;
        border: none;
        margin: 1px 11px 0 0 !important;
        font-size: 18px !important;
    }

    .fa-remove:before, .fa-close:before, .fa-times:before {
        color: #000;
    }
}


input#ctl00_btnEnglishMobile, input#ctl00_btnArabicMobile, input#ctl00_btnFrenchMobile, input#ctl00_btnGermanyMobile {
    background: rgba(200,200,200,0.42);
    border: none;
    color: #fff !important;
}

.languagesDiv {
    position: relative;
    left: 10px;
    top: 18px;
}

@media(min-width:992px) {
    .languagesDiv {
        display: none;
    }
}

@media(max-width:992px) {
    li#ctl00_liLang {
        display: none;
    }
}


.dropdown-menu.show {
    position: absolute;
    top: 470px !important;
    left: 140px !important;
}

a#dropdown01 {
    color: #fff;
    position: relative;
    left: 20px;
    top: 10px;
}

.dropdown-menu.show {
    background: transparent;
    border: none;
}

.dropdown-menu input {
    margin: 0 0 5px 0;
    width: 69px;
}

input#ctl00_btnEnglishMobile, input#ctl00_btnArabicMobile, input#ctl00_btnFrenchMobile, input#ctl00_btnGermanyMobile {
    background: #e41a22;
    border: none;
    color: #fff !important;
}

header#header.scroll-header a#dropdown01 {
    color: #e41a22;
}

.nav-item.dropdown {
    display: block;
}

@media(min-width:993px) {
    .nav-item.dropdown {
        display: none !important;
    }
}

a#dropdown01 {
    left: -80px;
    top: 10px;
}

.dropdown-menu.show {
    position: absolute;
    top: 470px !important;
    left: -10px !important;
}

.hero-fill-assessment-mobile span.assessment-wrap {
    width: 297px;
    /* width: 85%; */
}
input#ctl00_btnEnglishMobile {
    width: 67px;
    display: initial;
}


input#ctl00_btnEnglishMobile, input#ctl00_btnArabicMobile, input#ctl00_btnFrenchMobile, input#ctl00_btnGermanyMobile {
    background: #fff;
    border: none;
    color: #000 !important;
}


a#dropdown01 {
    left: 40px;
    top: 3px;
    float: left;
}

@media (max-width: 768px) {
    span.Get-In-Canada {
        display: inline-block;
        font-size: 41px;
    }
}

.nav-item.dropdown {
    display: block;
    float: right;
    right: 50px;
}

.dropdown-menu.show {
    left: -80px !important;
}

input#ctl00_btnEnglishMobile, input#ctl00_btnArabicMobile, input#ctl00_btnFrenchMobile, input#ctl00_btnGermanyMobile {
    background: #fff;
    border: none;
    color: #e41a22 !important;
}

.scroll-header input#ctl00_btnEnglishMobile,
.scroll-header input#ctl00_btnArabicMobile,
.scroll-header input#ctl00_btnFrenchMobile,
.scroll-header input#ctl00_btnGermanyMobile {
    border: 1px solid #e41a22;
}




.hero-quote img {
    transform: rotateY(180deg);
}

.nav-item.dropdown {
    display: block;
    float: right;
    right: 50px;
}

a#dropdown01 {
    color: #e41a22 !important;
    right: 90px;
    top: 10px;
}

#inner-pages .dropdown-menu.show {
    left: -75px !important; width:65%; z-index:99999999999999; background-color:#FFF;
}


#inner-pages input#ctl00_btnEnglishMobile,
#inner-pages input#ctl00_btnArabicMobile,
#inner-pages input#ctl00_btnFrenchMobile,
#inner-pages input#ctl00_btnGermanyMobile {
    border: 1px solid #e41a22 !important;
}
input#ctl00_btnEnglishMobile {
    width: 69px;
}
a#dropdown01 {
    color: #e41a22 !important;
    right: -50px;
    top: 10px;
}
#inner-pages a#dropdown01 {
    color: #e41a22 !important;
    right: 80px;
    top: 10px;
    background-color: #FFF;
}
.nav-item.dropdown {
    right: 100px;
}

#mobile-nav-toggle {
    float: left;
}


.dropdown-menu.show {
    left: -100px !important;
}

#mobile-nav-toggle {
    left: 0 !important;
}

.dropSelect {
    width: 100%;
    text-align: center;
    font-size: 16px; margin-top:5px;
}

.pt-100 {padding-top: 100px;}
.pt-80 {padding-top: 80px;}
.pt-50 {padding-top: 50px;}
.pb-100 {padding-bottom: 100px;}
.pb-80 {padding-bottom: 80px;}
.pb-50 {padding-bottom: 50px;}

.carousel { margin-top:-35px;
}

.news-item {
    display: inline-block;
    background-color: #f2f4f8;
    float: right;
    position: relative;
    width: 100%;
}

.imgnewshome {
    position: relative;
    width: 100%;
    height: 210px;
    float: right;
    overflow: hidden;
}

.imgnewshome h6 {
    position: absolute;
    z-index: 2;
    width: 60px;
    padding: 8px 0;
    text-align: center;
    background: #15416e;
    color: #fff;
    font-size: 14px;
    top: 0;
    right: 25px;
}

.news-item h4 {
    font-size: 16px;
    padding: 0 15px;
    min-height: 112px;
    margin: 15px 0 20px;
    line-height: 28px;
    font-weight: 600;
    float: right;
    position: relative;
    text-align: justify;
}

    .news-item h4:before {
        background: #f8560c;
        top: -15px;
        right: 15px;
        width: 60px;
        height: 5px;
        content: "";
        position: absolute;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

.panel { width:100%;
}



.panel-body a {
    width: 100%;
    background: none !important;
}

.h3, h3 {
    font-size: 1.55rem;
}


/*============================================================= TESTIMONIAL ================================================================*/




#testimonial {
    width: 100%;
    background-color: aliceblue;
    margin-top: 0px;
    position: relative;
}

.testimonial-content {
    padding-bottom: 20px;
    padding-top: 40px;
}

.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}

.testimonial-title {
    padding-top: 0px; padding-bottom:25px;
}

    .testimonial-title h3 {
        font-size: 31px;
        color: #333;
        font-weight: 900;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 16px;
    }

    .testimonial-title p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #1A1A1A;
        padding: 0px;
        line-height: 27px;
        margin-top: 16px;
    }

.testimonial-details {
    width: 100%;
}

.carousel-indicators1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 48px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 20px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}

    #fade-quote-carousel.carousel .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
    }

    #fade-quote-carousel.carousel .carousel-inner .active {
        opacity: 1;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
    }

.carousel-indicators .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;
}

    #fade-quote-carousel.carousel .carousel-indicators > li {
        background-color: #ffcf00;
        border: none;
    }

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.item blockquote p {
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 0px;
    line-height: 32px;
    position: relative;
}

    .item blockquote p span {
        font-size: 23px;
        color: black;
        position: relative;
        line-height: 44px;
    }

.item {
    height: auto;
}

.circle-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 9px;
    margin-top: 10px;
}

section {
    height: auto;
    margin: 40px 0 40px;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-right: 8.33333337%;
    }
}


.carousel-inner .item {
    text-align: center !important;
}

    .carousel-inner .item img {
        margin: 0 auto;
    }


.carousel-inner {
    position: relative;
    overflow: hidden;
    height: 100%; margin:0 auto;
}

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        line-height: 1;
        height: 100%;
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }


.carousel, .item, .active {
    height: 100%;
    position: relative;
    margin:0 auto;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffcf00;
    border-color: #ffcf00;
}




.cta-ticket {
    position: relative; margin-bottom:20px !important;
}

    .cta-ticket .content-block {
        padding: 50px 0 50px;
        min-height: 285px;
    }

        .cta-ticket .content-block h2 {
            color: #000;
            text-transform: uppercase;
            font-weight: 400;
            margin-bottom: 15px;
        }

        .cta-ticket .content-block p {
            color: #000;
            margin-bottom: 45px;
        }

    .cta-ticket .image-block {
        position: absolute;
        left: 0%;
        bottom: 0;
        top:-45px;
    }

span.alternate {
    color: #ff6600;
    font-style: italic;
    font-weight: 400;
}

.heroTransparentContent {
    background-color: rgba(50,50,50,0.6);
    padding: 20px 20px 20px 20px;
    min-height:200px;
}

.single-latest-news p { margin-top:5px;
}

.mediabox h4 {
    font-size: 18px;
    padding: 25px 5px 15px;
}
.mediabox { font-size:16px;
}


@media (min-width: 1200px) {
    .tabs { width:1200px;
    }
}
.tabs nav a {
    font-size: 1.1em;
}
.tabs nav a {
    color: #888;
}
.content section {
    padding: 1em 1em;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    width: 100%;
}


.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    /*position: fixed;
    background-color: white;
    z-index: 1002;
    overflow: hidden;*/ /*alaa*/
    /*top: 25%;
  left: 25%;*/
    /*padding: 16px;
  border: 16px solid orange;*/ /*old*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 1002;
    background-color: white;
    overflow: hidden;
}

.cancel {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    background: rgb(245,245,245);
    color: black;
    height: 20px;
    width: 20px;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.mediabox p { text-align:justify;
}


text {
    /*direction: rtl;*/
    font-size: 17px !important;
    font-family: 'Droid Arabic Kufi' !important;
}