/* ===================================
    Table of Content
====================================== */


/*- Fonts
  - Scrollbar
  - General
  - Loader
  - Navbar
  - Side-Menu
  - Banner-Section
  - About-Section
  - Team-Section
  - Counter-Section
  - Testimonial-section
  - pricing-Section
  - Blog-Section
  - Contact-Section
  - Form-Section
  - Footer
  - StandAlone Page
  - Media Queries

*/


/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 12px;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}


/* ===================================
  General
====================================== */

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
}

a {
    text-decoration: none;
}


/*Headings and Text*/

.headingGreen {
    font-size: 48px;
    color: #70b516;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.heading {
    font-size: 48px;
    color: #6ecad5;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.subheading {
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}


/*Button*/

.btn {
    z-index: 2;
    letter-spacing: .5px;
    border-radius: 0;
    font-weight: 500;
    overflow: hidden;
    line-height: inherit;
    display: inline-block;
    color: #fff;
    border: 2px solid transparent;
    text-transform: capitalize;
    transition: all .5s ease !important;
}

.btn.button {
    font-size: 15px !important;
    font-weight: 500;
    color: #fff;
    padding: 9px 40px !important;
    line-height: 1.8em !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.trans-btn {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}


/*Button hover*/

.btn.btn-hvr-pink:hover {
    background-color: #fc294b;
    border: 1px solid #fc294b;
    color: #fff;
}

.btn.btn-hvr-black:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.btn.btn-hvr-white:hover {
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #000 !important;
}


/*Gradient Button*/

.gradient-btn {
    border: solid 1px transparent;
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 10px 35px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    transition: .8s ease;
    text-decoration: none;
    background-image: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
    background-size: 200% auto;
}

.gradient-btn:hover {
    background-position: right center;
}


/*Social icons*/

.social-icons ul {
    margin-bottom: 0px;
}

.social-icons li {
    display: inline-block;
}

.social-icons ul li a {
    border-radius: 50%;
    color: #000;
    height: 30px;
    line-height: 32px;
    width: 30px;
    font-size: 14px;
    border: 1px solid transparent;
    display: block;
    /*overflow: hidden;*/
    text-align: center;
}


/*Social icons Hover*/


/*Hover Style 1*/

.hover {
    color: #fff !important;
    transition: 0.5s ease;
    background: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
}

.hover:hover {
    color: #fff !important;
    transition: 0.5s ease;
    background: linear-gradient(30deg, #043d66 50%, #1e4b6b 100%);
}


/* ===================================
    Navbar
====================================== */


/*Main Navbar*/

header {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
}

header .navbar {
    padding: 0;
}

header .nav-logo {
    text-align: center;
}

header .navbar .navbar-nav .nav-link {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 6px 16px;
    /*margin-left: 20px;*/
    margin-right: 10px;
    transition: .5s ease;
    transition: all .6s ease;
    border: 2px solid transparent;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

header .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

header .navbar .navbar-nav .nav-link.active {
    color: #000;
    transition: all .6s ease;
}

header .navbar .navbar-nav .nav-link:hover {
    transition: all .6s ease;
    color: #000;
}


/* Banner */

.carousel img {
    background-size: cover;
    width: 100%;
    height: 600px;
    vertical-align: middle;
}


/*Navlink Hover*/

header .navbar .navbar-nav .nav-link.active:after {
    width: 100%;
    background: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
}

header .navbar .navbar-nav .nav-link:hover {
    color: #000;
    transition: all .6s ease;
}

header .navbar .navbar-nav .nav-link:last-child {
    margin-right: 0;
}

header .navbar .navbar-nav .nav-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

header .navbar .navbar-nav .nav-link:hover:after {
    width: 100%;
    background: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
}

.logoPrinciplate {
    width: 26%;
}


/*side menu button*/

.sidemenu_btn {
    width: 36px;
    padding: 6px;
    z-index: 999;
    left: 0;
    top: -42px;
    margin-left: 30px;
    cursor: pointer;
    position: absolute;
    display: none;
    transition: none;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.logo-scrolled {
    display: none;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 30%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 2032;
    height: 100%;
    transform: translate3d(-100%, 0, 0);
    transition: transform .5s ease;
    overflow: hidden;
}

.side-menu .side-nav {
    margin-top: 5px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    opacity: 0;
    display: block;
    margin: 19px 0;
    padding: 0 !important;
    transition: all 0.8s ease 500ms;
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    transform: translateY(0);
    opacity: 1;
}

.createdby {
    color: #fff;
    margin-left: 44%;
    font-size: 90%;
}

.infinity {
    width: 3%;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000;
    padding: 2px 0 3px 0 !important;
    font-size: 30px;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    /*background: #fff;*/
    overflow: hidden;
    position: absolute;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    background: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu-opacity {
    opacity: 0;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}


/*Side overlay*/

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

.side-menu .image {
    width: 40%;
    position: absolute;
    top: 15px;
    right: 50px;
}


/* About Us Section
--------------------------------*/

.video-box img {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.video-box {
    position: relative;
}

.hTacsC {
    padding: 4rem 0px 0px;
    background-image: linear-gradient(30deg, #084068 50%, #1f2c38 100%) !important;
    background-color: #000000 !important;
    color: rgb(255, 255, 255);
    position: relative;
}

.infos {
    margin-top: 17%;
    text-align: center;
}

.media-icons {
    display: block !important;
    margin-left: 5%;
}

.gmail {
    width: 4%;
}

.ijfRPV {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(85, 84, 84);
    padding: 1rem 3rem;
    display: inline-block;
    border-radius: 0.5rem;
    transition: all 150ms ease-in-out 0s;
    margin-left: 45%;
}

.ijfRPV:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    padding: 1rem 3rem;
    display: inline-block;
    border-radius: 0.5rem;
    transition: all 150ms ease-in-out 0s;
    margin-left: 45%;
}

.decoration {
    position: absolute;
    top: -5px;
    left: 0px;
    transform: rotate(180deg);
    border-bottom: 4px solid white;
}

.ply-btn {
    z-index: 999;
    position: absolute;
    top: 30%;
    left: 38%;
    transform: translate(50%, 50%);
}

.ply-btn img {
    width: 80px;
}

.padd-80 {
    padding-top: 80px;
    padding-bottom: 20px;
}

.btn-black {
    background-color: #2e71c0;
    color: #fff;
    box-shadow: 0 5px 15px rgba(32, 32, 32, 0.4);
}

.btn-green {
    background-color: #70b500;
    color: #fff;
    width: 100px;
    box-shadow: 0 5px 15px rgba(32, 32, 32, 0.4);
}

.whatssap {
    width: 17%;
}

.udemy {
    color: #ffae18
}

.btn-green:hover {
    background-color: #2a7cd3;
    color: #fff;
}


/*language section*/

.headericon-lang {
    margin-right: 143px;
    margin-top: 35px;
    width: 15%;
}

.buttonull {
    background-color: #a8b6b9 !important;
    color: #fff !important;
}

.lang {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    margin-bottom: 10px;
    left: 11%;
    color: #fff;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
}

.icon-lang {
    width: 60px;
    height: 30px;
}


/*side close btn*/

.side-menu .btn-close {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 34px;
    cursor: pointer;
    /*border: solid 1px #fff;*/
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 19px;
    content: ' ';
    height: 28px;
    width: 2px;
    /*background: #fff;*/
    background: linear-gradient(30deg, #0070C0 50%, #3ea7f1 100%);
    top: 6px;
}

.side-menu .btn-close:before {
    transform: rotate(35deg);
}

.side-menu .btn-close:after {
    transform: rotate(-35deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 3rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .navbar-nav {
    display: block;
}


/*side menu footer */

.side-menu-footer .navbar-nav {
    transform: translateY(0);
}

.side-menu-footer p {
    color: #000;
    font-size: 15px;
}

.side-menu-footer .social-icons ul li a {
    color: #000;
    height: 40px;
    line-height: 42px;
    width: 40px;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/* .whatssap {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    margin-bottom: 10px;
    right: 11%;
    color: #fff;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
}

.icon-whatssap {
    width: 47px;
    height: 30px;
} */


/* ===================================
    About-section
====================================== */

.servicess {
    margin-right: 91px;
    margin-top: 10px;
}

.serv {
    margin-bottom: 20px;
}

.coustm-button {
    margin-left: 492px;
}

.text-left {
    margin-left: 73%;
}

.text-left2 {
    margin-left: 190px;
}

.text-left-40 {
    margin-left: 40%;
}

.text-centre {
    text-align: center !important;
}

.selectButton {
    width: 100%;
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
    color: #495057;
}

.text-red {
    color: red
}

.text-arabic {
    margin-right: 5%;
    margin-top: 8%;
    text-align: justify;
    color: #000;
}

.icon-blockAbout {
    padding: 7px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
    color: #000;
}

.rightMargin {
    margin-right: 20% !important;
    width: 100% !important;
    font-size: 88% !important;
}

.rightMargin ul {
    list-style: none;
    padding: 0;
}

.rightMargin ul li {
    margin-right: 7%;
    text-align: justify !important;
    padding-left: 1.3em;
}

.rightMargin1 {
    margin-right: 12% !important;
    width: 100% !important;
    font-size: 88% !important;
}

.rightMargin1 ul {
    list-style: none;
    padding: 0;
}

.rightMargin1 ul li {
    padding-left: 1.3em;
}

.rightMargin ul li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

.sidebar {
    position: relative;
    top: 0;
    background-color: #262626;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 9999;
    transition: .3s
}

.titleHow {
    color: rgb(228, 121, 0);
    font-weight: 900;
    font-size: 80%;
    text-align: center;
}

.rtl {
    direction: rtl;
    text-align: justify;
}

.smaller {
    font-size: 90%;
}

@media (min-width:1224px) {
    .sidebar {
        display: none
    }
}

.mobileul {
    margin: 0;
    padding: 20px 0
}

.justify {
    text-align: justify !important;
}

.mobileul li {
    list-style: none
}

.mobileul li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.mobileul li a:hover {
    background-color: grey
}

.devSection {
    margin-top: 30px !important;
}

.titlePratique {
    color: #ffc390;
    margin-top: 4%;
}

.howare {
    margin-top: 4%;
    margin-bottom: 4%;
}

.video {
    width: 106%;
    margin-top: 3%;
}

.icon-blockTraining {
    margin-top: 3%;
    margin-left: auto;
    font-weight: 900;
    font-size: 100%;
    margin-right: auto;
    width: 77%;
    padding: 7px 20px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #3590a5;
    color: #fff;
    border-radius: 25% 10%;
    border: 2px solid #feb969;
}

.icon-blockAbout p {
    text-align: justify;
}

.icon-blockValue {
    padding: 7px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
    color: #000;
    width: 90%;
    margin-right: 5%;
}

.icon-blockValue p {
    text-align: center;
}

.icon-blockValue span {
    font-weight: 900;
    color: #df9100;
}

.icon-block {
    padding: 35px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
}

.icon-block img {
    width: 76px;
    margin-left: 43%;
    margin-bottom: 25px;
    height: auto,
}

.icon-block h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #0c0000;
    margin-bottom: 25px
}

.icon-block p {
    color: #0c0000;
    text-align: center;
}

.icon-block:hover,
.icon-block:focus {
    box-shadow: 0 10px 35px 2px rgba(61, 61, 61, .12);
}

.btn-left {
    margin-left: 67%;
}


/* footer */

footer {
    padding: 2em 0;
    color: #f8f8f8;
}

.footer-text {
    color: #fff;
    width: 980px;
    margin-left: 10%;
    min-width: 270px;
    text-align: center;
}

.white {
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    background-color: #000000 !important;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer address {
    line-height: 1.6em;
    color: #FFFFFF;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
    background: #000;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

#sub-footer ul.social-network {
    float: right;
}

footer {
    background: linear-gradient(30deg, #084068 50%, #193245 108%);
    color: #000;
    margin-top: 38px;
}

footer ul.link-list li a {
    color: #FFFFFF;
}

footer ul.link-list li a:hover {
    color: #E2E2E2;
}


/* Sections Header
--------------------------------*/

.aboutTwo {
    margin-left: auto !important;
    margin-right: auto!important;
    width: 60%;
}

.section-header h3 {
    font-size: 42px;
    color: #3590a5;
    line-height: 45px;
    font-weight: 700;
    margin-left: 40%;
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.why {
    width: 91%;
    margin-right: 2%;
    margin-top: 5%;
    margin-bottom: 19px;
}

.section-header-about h3 {
    font-size: 33px;
    color: #3590a5;
    line-height: 45px;
    font-weight: 700;
    margin-left: 44%
}

.centerButton {
    text-align: center;
}

.btn-services {
    background-color: #3590a5;
    color: #fff;
    box-shadow: 0 5px 15px rgba(32, 32, 32, 0.4);
    margin-top: 3%;
    text-align: right !important;
}

.btn-services:hover {
    background-color: #065a6d;
    color: #fff;
}

.section-titleConsult {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    font-weight: 700;
}

.section-title {
    font-size: 42px;
    color: #3590a5;
    line-height: 45px;
    font-weight: 700;
    direction: ltr;
    text-align: left;
}

.lastdev {
    padding-top: 7%;
}

.section-header-about p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.sectionMarketing {
    margin-top: 31px;
    float: right;
    margin-right: 15%;
}

.sizeIcons {
    width: 50% !important;
    margin-left: 16% !important;
}

.consultitle {
    margin-top: 4%;
    font-weight: 900;
    margin-right: 27%;
    text-align: center;
    direction: rtl;
}

.consultSection {
    margin-left: 8% !important;
    margin-top: 3% !important;
}

.city {
    margin-top: 25px;
    float: right;
    font-size: large;
    margin-right: 34%;
}

.city p {
    background-color: #3590a5;
    color: #fff;
    width: 105px;
    text-align: center;
    border-radius: 25% 10%;
    border: 2px solid #feb969;
}

.mid img {
    margin-top: 10%;
    width: 100%;
}

.mid .banneritem img {
    max-width: 3000px;
}

.mid .moduletable {
    margin-bottom: 0px;
}