
body{
    font-family: 'jsregular';

}
span[id="pointer"]{
     cursor:pointer;
}

a[id="pointer"] span{
     cursor:pointer;
}
a[id="pointer"] strong{
     cursor:pointer;
}
a{
    cursor:pointer;
}
a span{
    cursor:pointer;
}
.menu{
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
}
.menu.fixed-top{
/*    position: fixed;*/
}
.paddingMenu{
    padding-top: 200px !important;
}
.slider.paddingMenu{
    padding-top: 160px !important;
}

.t-r-menu .dropdown-menu{
    position: fixed !important;
    top: 127px;
    left: 5%;
    width: 90%;
}


.btn-primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 10px;
}


.navbar-light .navbar-nav .nav-link {
    cursor: pointer;
}

.topHeader{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    background-color: #555555;
}
.topHeader ul{
    float: left;
    width: auto;
    padding: 0px;
    margin-bottom: 0px;
}
.topHeader ul li{
    float: left;
    width: auto;
    list-style: none;
    margin-right: 15px;
}
.topHeader ul li a{
    float: left;
    width: auto;
    font-size: 18px;
    color: #ffffff !important;
}

.social-link-group{
    float: right;
    width: auto;
}
.social-link-group.foot{
    float: left;
    width: auto;
}
.social-link-group a{
    float: right;
    margin-left: 15px;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
}
.social-link-group a:hover{
    cursor: pointer;
}

.navbar-collapse {
    direction: ltr;
}
.navbar-nav{
    display: contents;
}

a.lang{
    font-size: 15px;
    color: #ffffff !important;
    cursor: pointer;
}
.dropdown-menu{
    max-height: 350px;
    overflow-y: scroll;
    margin: 0px;
}
a{
    cursor: pointer;
}

a.arrowUp{
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #080808;
    font-size: 35px;
    color: #fff;
    text-align: center;
    z-index: 9999999;
    display: none;
    cursor: pointer;
}
a.arrowUp.fadeInDown{
    display: block;
}
a.arrowUp i{
    float: left;
    width: 100%;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}


.center{
    text-align: center;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12{
    float: left;
}

.moreBtn{
    cursor: pointer;
    padding: 5px 15px;
    background-color: #1abc9c;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    width: 160px;
    float: none;
    margin: 30px auto 0px;
}
.moreBtn:hover{
    opacity: 0.5;
}
.bg-light {
    direction: rtl;
}
#map_wrapper {
    height: 500px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
/*------------------------------------------------------*/
/* SLIDER
/*------------------------------------------------------*/

.contactUs{
    padding-right:45px;
}
.slider {
    position: relative;
}

#slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 99999px;
    overflow: hidden;
    list-style: none;
}
#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
#slider ul li .slide {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

button.control_prev, button.control_next {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    border: none;
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 2rem;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 50%;
    transform: translateY(-50%);
}
button.control_prev:focus, button.control_next:focus {
    outline: none;
    border: 1px rgba(255, 255, 255, 0.5) solid;
}
button.control_prev:hover, button.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

button.control_prev {
    left: 2rem;
}

button.control_next {
    right: 2rem;
}

.progress {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: .5rem;
    width: 100%;
    bottom: 0;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
.progress .bar {
    height: 100%;
    width: 0%;
    background: #fff;
}

.teaser {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}
.teaser h2 {
    font-size: 5em;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;
}
.teaser p {
    font-size: 1.3em;
    line-height: 1.3em;
    width: 33%;
    min-width: 25rem;
    margin: 0rem auto;
    padding: 1.5rem 0;
}
.teaser h3 {
    width: 33%;
    padding: 1.5rem 0;
    margin: 0rem auto;
    min-width: 25rem;
}
.teaser a {
    margin-left: .5rem;
    margin-right: .5rem;
}




/*------------------------------------------------------*/
/* Section Search
/*------------------------------------------------------*/

.sectionSearch{
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    background-color: #f2f2f2;
    padding-top: 20px;
}
h2.title{
    float: left;
    width: 100%;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 50px;
}
.searchBtn{
    width: 100%;
}



/*------------------------------------------------------*/
/* Testimonials Slider
/*------------------------------------------------------*/
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}
.testim {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

.testim .wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 999;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #555555;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}



/*------------------------------------------------------*/
/* PARALLAX
/*------------------------------------------------------*/
#bg {
    position: relative;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-image:linear-gradient(rgba(0, 0, 0, .5), #1a1a1a);
    background-repeat: no-repeat;
    padding-top: 100px;
}
#bg:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}
#bg .col-md-4{
    position: relative;
    z-index: 99;
    text-align: center;
}
#bg .col-md-4 .btn {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 50px;
    border: none;
    background: #313131;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    padding: 15px;
}
#bg .col-md-4 .btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    background: #a38cff;
    cursor: pointer;
    -webkit-transform: translateX(-480px) translateY(135px) rotate(45deg);
    transform: translateX(-480px) translateY(135px) rotate(45deg);
    transition: all 0.55s ease-in-out;
}
#bg .col-md-4 .btn:hover:after {
    cursor: pointer;
    -webkit-transform: translateX(0) translateY(135px) rotate(45deg);
    transform: translateX(0) translateY(135px) rotate(45deg);
}

#bg .col-md-4 .btn span {
    position: relative;
    z-index: 1;
    cursor: pointer;
}




/*------------------------------------------------------*/
/* Upcoming Training Courses
/*------------------------------------------------------*/
.trainingCourses{
    float: left;
    width: 100%;
    padding: 84px 0px;
    background-color: #f2f2f2;
}
figure.snip1208 {
    float: left;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
}
figure.snip1208 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
figure.snip1208 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
figure.snip1208 figcaption {
    padding: 15px;
    position: relative;
    min-height: 200px;
}
figure.snip1208.bl figcaption {
    padding: 15px;
    position: relative;
    min-height: 117px;
}
figure.snip1208 .date,
figure.snip1208 i {
    background-color: #1abc9c;
    top: 25px;
    color: #fff;
    left: 25px;
    min-height: 30px;
    min-width: 60px;
    position: initial;
    text-align: center;
}
figure.snip1208 .date {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
figure.snip1208 .date span {
    display: block;
    line-height: 30px;
}
figure.snip1208 .date .month {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
    line-height: 60px;
    font-size: 30px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
    margin: 0;
    padding: 0;
}
figure.snip1208 h3 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    height: 36px;
}
figure.snip1208 p {
    font-size: 0.8em;
    margin-bottom: 20px;
    line-height: 1.6em;
    height: 35px;
}
figure.snip1208 button {
    border: medium none;
    padding: 10px 20px;
    background-color: #1abc9c;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 5%;
}

figure.snip1208 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.snip1208:hover .date,
figure.snip1208.hover .date {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure.snip1208:hover i,
figure.snip1208.hover i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1208:hover button,
figure.snip1208.hover button {
    background-color: #117964;
}

figure.snip1208 .dates i {
    color: red;
    left: auto;
    right: auto;
    position: relative;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    line-height: 30px;
    font-size: 20px;
    top: auto;
    float: left;
    min-height: auto;
    min-width: auto;
    background-color: transparent;
}
figure.snip1208 .courseContetn button {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
}
.courseContetn{
    min-height: 265px !important;
}

/*------------------------------------------------------*/
/* Animate Block
/*------------------------------------------------------*/

.animatable {

    /* initially hide animatable objects */
    visibility: hidden;

    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
}

/* show objects being animated */
.animated {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }	100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }	100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }	100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0%{
        background:none;
    }
    70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}
@-o-keyframes fadeBgColor {
    0%{
        background:none;
    }
    70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}
@keyframes fadeBgColor {
    0%{
        background:none;
    }
    70%{
        background:none;
    }
    100%{
        background:#464646;
    }
}

.animated.animationDelay{
    animation-delay:.4s;
    -webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
    animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}
.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}



/*------------------------------------------------------*/
/* First Slider Home Page 
/*------------------------------------------------------*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.customer-logos{
    height: auto !important;
    padding: 60px 0px;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*------------------------------------------------------*/
/* CONTACT 
/*------------------------------------------------------*/
.contact_us{
    position: relative;
    /* background-color: #252626; */
    /* padding: 60px; */
    overflow: hidden;
    min-width: 300px; 
    min-height: 400px;
    height: auto;
    background-size: cover;
    background-attachment:fixed;
    background-position:right top;
}
.contact_us:after{
    content: '';
    /* position: absolute; */
    /* background-color: #232424; */
    padding: 60px 0 0px 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
}
.contact_us .banner{
    position: relative;
    width: 100%;
    height: 300px;
}
.contact_us .banner img {
    width: 100%;
    height: 300px;
    opacity: 0.8;
    filter: grayscale(0.7);
}
.contact_us_titel {
    position: absolute;
    top: 100px;
    right: 0;
    font-size: 36px;
    padding: 15px 165px 0px 5px;
    text-transform: uppercase;
}
.contact_us_left{ 
    position: relative;
    z-index: 99;
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0%;
    width: 40%;
}
/* .contact_us_big_text{
    display: block;
} */
.contact_us_big_text{
    /* color: white; */
    font-size: 26px;
    padding: 25px 5px 0px 5px;
    text-transform: uppercase;
}
.red_text{
    background-color: red;
    padding: 0px 10px 0px 10px;
}
.contact_us_small_text{
    /* color: white; */
    font-size: 18px;
    margin: 10px 10px 10px 10px;
    word-spacing: 5px;
}
.contact_us_small_text i{
    float: left;
    padding-right: 5px;
    font-size: 18px;
    /* margin-top: 5px; */
}

.mail:before {font-family: FontAwesome;content: "\f015";}
.phone_number:before {font-family: FontAwesome;content: "\f0e0";}
.adress:before {font-family: FontAwesome;content: "\f095";}


.contact_us_right{
    position: relative;
    z-index: 99;
    float: right;
    display: inline-block;
    margin: 0px 0% 0px 0;
    width: 50%;
    height: auto;
    position: relative;
    border-left: 1px solid #808080;
}
.contact_us_icons{
    margin: 0px 45px 0px 20px;
}
.socialMediaIcon {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 1.9;
    /* color:  #252626; */
    -webkit-transition:  0.9s;
}
.icon{
    background-color: white;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 1.9;
    color:  #252626;
    -webkit-transition:  0.9s;
}
.icon_facebook:before {font-family: FontAwesome; content: "\f09a";}
.icon_twitter:before {font-family: FontAwesome; content: "\f099";}
.icon_youtube:before {font-family: FontAwesome; content: "\f166";}
.icon_google_plus:before {font-family: FontAwesome; content: "\f16d";}
.icon_linkedin:before {font-family: FontAwesome; content: "\f232";}


.red_text_2{
    padding: 0px 0 10px 0px;
    color: red;
}



.icon:hover { 
    /* background-color: red; */
    color:  white;
} 

A {
    text-decoration: none;
} 
A:hover { 
    text-decoration: none;
} 
@media screen and (min-width:300px) and (max-width:899px) {
    /*contact_us///////////////////////////////////////////////////*/
    .contact_us{
        min-width: 300px; 
    }
    .contact_us_fon{
        padding: 30px 0 0px 0;
    }
    .contact_us_left{ 
        display: block;
        width: 100%;
        margin: 0px;
    }
    .contact_us_big_text{
        color: white;
        font-size: 29px;
    } 
    .contact_us_right{
        display: block;
        margin: 10px 0px 0px 40px;
        border: none;
        width: 100%; 

    }
}


/*------------------------------------------------------*/
/* associations
/*------------------------------------------------------*/
.associations .contact_us_left{
    width: 100%;
}
.associationsLogos{
    float: left;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    padding: 40px 0px;
}
.associationsLogos .col-md-3{
    margin-bottom: 30px;
}
.associationsLogos a{
    float: left;
    width: 100%;
}
.associationsLogos img{
    width: 100%;
    cursor: pointer;
}
.associationsTitle{    
    text-align: center
}



/*------------------------------------------------------*/
/* CONTACT FORM
/*------------------------------------------------------*/
#contact-form{
    padding-left: 15px;
    margin-top: 30px;
}
textarea {
    resize: none;
}
.form-label {
    font-size: 20px;
    color: #5e9bfc;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}
/* #contact-form .form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
} */
#contact-form .form-control:focus {
    box-shadow: none;
    border-color: #5e9bfc;
}
.js-hide-label {
    opacity: 0; 	
}
.js-unhighlight-label {
    color: #999 
}
.btn-start-order {
    background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
    border-color: #5e9bfc;
    color: #5e9bfc;
}



/*------------------------------------------------------*/
/* About Meirc
/*------------------------------------------------------*/
.internalMainText{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
}
#timeline {
    display: flex;
    background-color: #031625;
}
#timeline:hover .tl-item {
    width: 23.3333%;
}

.tl-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 25%;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tl-item:after {
    background: rgba(3, 22, 37, 0.85);
    opacity: 1;
    transition: opacity 0.5s ease;
}
.tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) translateY(50%);
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tl-item:hover {
    width: 30% !important;
}
.tl-item:hover:after {
    opacity: 0;
}
.tl-item:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) translateY(0);
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tl-content {
    -webkit-transform: translate3d(0, 0, 0) translateY(25px);
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 19%;
    opacity: 0;
}
.tl-content h1 {
    font-family: 'jsregular';
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
}

.tl-year {
    position: absolute;
    top: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.tl-year p {
    font-family: 'jsregular';
    font-size: 1.728rem;
    line-height: 0;
}

.tl-bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.textContent{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    font-size: 17px;
    color: #555555;
    text-align: justify;
}

.toggles {
    width: 800px;
    margin: auto;
    display: block;
    clear: both;
    overflow: hidden;
}

.toggles button {
    border: 2px solid #1ECD97;
    border-radius: 40px;
    color: #1ECD97;
    display: block;
    float: left;
    margin: auto;
    padding: 10px;
    width: 150px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 5px;
}

.posts {
    width: 100%;
    margin: 2em auto;
}
.posts div {
    font: 16px/250px Arial;
    width: 25%;
    height: 190px;
    float: left;
    margin: 10px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 5px;
    margin-bottom: 10px;
    font-family: 'jsregular';
}
.posts div .content{
    font: initial;
    width: 100%;
    float: left;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}
.posts div .content img{
    width: 65%;
    margin-bottom: 15px;
}
.posts div .content p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #555555;
}

.sectionCategories{
    float: left;
    width: 100%;
    height: auto;
 /*   min-height: 585px; */
    padding: 40px 0px;
    background-color: #f2f2f2;
}




/*------------------------------------------------------*/
/* testimonials
/*------------------------------------------------------*/
.testimonials-section{
    float: left;
    width: 100%;
    height: auto
}
.no-padding {
    padding: 0;
}
.box-list-two {
    position: relative;
    background: #fff;
    box-shadow: none;
    padding: 1em;
    border-radius: .28571429rem;
    border: 1px solid #e6e6e6;
    color: #333;
    overflow: hidden;
    margin-bottom: 15px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}


/*------------------------------------------------------*/
/* clients
/*------------------------------------------------------*/
.client-section{
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #f3f3f3;
}
.client-section .col-md-4{
    margin-bottom: 30px;
}
.section-padding {
    padding: 30px 0;
}
.section-color-gray {
    background: #f3f3f3;
}
.first-head {
    font-size: 29px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
}
.first-paragraph {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    text-align: left;
    padding-bottom: 6px;
}
.first-paragraph i{
    text-align: left;
    float: left;
    padding-right: 9px;
    padding-top: 4px;
    color: #333;
}
.client-content{
    float: left;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    min-height: 220px;
}
.client-content h3,
.client-content img{
    float: left;
    width: 100%;
}
.client-content h3{
    font-size: 15px;
    padding-top: 10px;
}


/*------------------------------------------------------*/
/* Our Team
/*------------------------------------------------------*/
.ourTeam{
    padding: 40px 0px;
}
.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.our-team a{
    float: left;
    width: 100%;
}

.our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #1369ce;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1369ce;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #1369ce;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.our-team .social li a:hover {
    color: #1369ce;
    background-color: #f7f5ec;
}




/*------------------------------------------------------*/
/* CAREERS
/*------------------------------------------------------*/
.sectionCareers{
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 15px;
}
.panel-default {
    border-color: #fff;
    margin-bottom: 10px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
.panel-title a{
    color: #333;
}

.icon {
    font-size: 30px;
    color: #006DB4;
    /*    line-height: 15px;*/
}

.blue {
    background-color: #006DB4 !important;
    color: #FFF !important;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 15px;
    position: relative;
    width: 15px;
    float: right;
    top: 5px;
}

.plus-minus-toggle:before {
    background: #006DB4;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: background 500ms, transform 500ms;
    transform: rotate(90deg);
}

.plus-minus-toggle:after {
    background: #006DB4;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: background 500ms, transform 500ms;
}

.plus-minus-toggle:after {
    transform-origin: center;
}

.plus-minus-toggle.custom-collapsed:after {
    transform: rotate(180deg);
    background: #FFF;
}

.plus-minus-toggle.custom-collapsed:before {
    transform: rotate(180deg);
    background: #FFF;
}




/*------------------------------------------------------*/
/* consulting
/*------------------------------------------------------*/
.insidehead-padding {
    padding: 24px 0;
}
.font-18 {
    font-size: 18px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.font-16 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.first-list {
    margin-left: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
    padding-left: 17px;
}




/*------------------------------------------------------*/
/* Courses Cities
/*------------------------------------------------------*/
/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none
}
/* Slider Theme Style */

.Container {
    padding: 0 15px;
}

.Container:after,
.Container .Head:after {
    content: '';
    display: block;
    clear: both;
}

.Container .Head {
    margin-top: 10px;
    color: #222;
    height: 52px;
    over-flow: hidden;
    border-bottom:1px solid rgba(0,0,0,.25);
}

.Container .Head .Arrows {
    float: right;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
    background: #33687a;
}

.Container .Head .Slick-Next:before {
    content: '\f105'
}

.Container .Head .Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

.ProductBlock {
    padding: 0 7.5px;
}

.ProductBlock .img-fill {
    height: 200px;
}

.ProductBlock h3 {
    font: 15px/36px Tajawal;
    color: #393939;
    margin-top: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .25);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}




/*------------------------------------------------------*/
/* Filter
/*------------------------------------------------------*/
.sectionFilter{
    padding: 40px 0px;
}
select#soflow {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.sectionFilter .btn-primary{
    margin: 0px;
    width: 100%;
}




/*------------------------------------------------------*/
/* Articles
/*------------------------------------------------------*/

.articles h3 {
    color: currentColor;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
}

.articles p {
    margin: 0;
}

.articles a {
    text-decoration: none;
}

.c-stage {
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 201px;
    margin-bottom: 30px;
    max-width: 100%;
}

.c-card {
    background-color: #fff;
    border: 1px solid #e1e2e3;
    border-radius: 3px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
    max-width: 100%;
    width: 100%;
}

.c-card__head {
    border-bottom: 3px solid #f55423;
    border-radius: 3px 3px 0 0;
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.c-card__head:focus {
    outline: 1px dotted #f55423;
    outline-offset: 3px;
}

.c-card__image {
    -webkit-animation: a-fade-in .3s ease-in .3s both;
    animation: a-fade-in .3s ease-in .3s both;
    left: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
.c-card__head:hover .c-card__image {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.c-card__body {
    padding: 25px;
    position: relative;
}
.c-card__body span{
/*    width: 100%;
    display: flex;*/
}
.c-card__body strong{
    font-weight: normal;
}

.c-card__time {
    color: #9b9b9b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
}

.c-card__headline {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.c-card__text {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.c-card__link {
    color: #f55423;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    transition: box-shadow .2s ease, color .2s ease;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.c-card__link:focus {
    outline: 1px dotted #f55423;
    outline-offset: 3px;
}

.c-card__icon {
    fill: currentColor;
}




/*------------------------------------------------------*/
/* Blogs
/*------------------------------------------------------*/
.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}
.blog-card a {
    color: inherit;
}
.blog-card a:hover {
    color: #5ad67d;
}
.blog-card:hover .photo {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}
.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}
.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left .2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem;
}
.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}
.blog-card .details ul li {
    display: inline-block;
}
.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007";
}
.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133";
}
.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px;
}
.blog-card .details .tags li {
    margin-right: 2px;
}
.blog-card .details .tags li:first-child {
    margin-left: -4px;
}
.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}
.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}
.blog-card .description .read-more {
    text-align: right;
}
.blog-card .description .read-more a {
    color: #5ad67d;
    display: inline-block;
    position: relative;
    width: 150px;
}
.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin .3s, opacity .3s;
}
.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}
.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}
.blog-card p:first-of-type {
    margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #5ad67d;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}
.blog-card:hover .details {
    left: 0%;
}
@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }
    .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }
    .blog-card .description {
        flex-basis: 60%;
    }
    .blog-card .description:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .blog-card.alt {
        flex-direction: row-reverse;
    }
    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }
    .blog-card.alt .details {
        padding-left: 25px;
    }
}



/*------------------------------------------------------*/
/* Downloads
/*------------------------------------------------------*/
.snip1360 {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    color: #141414;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.snip1360 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.snip1360 img {
    max-width: 100%;
    vertical-align: top;
}
.snip1360 figcaption {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 25px 55px;
    position: relative;
    text-align: center;
}
.snip1360 figcaption:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1360 figcaption a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #cccccc;
    color: #000000;
    font-size: 0.8em;
    text-transform: uppercase;
    opacity: 0.65;
    width: 100%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}
.snip1360 figcaption a:hover {
    opacity: 1;
}
.snip1360 h2 {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.snip1360 p {
    margin: 0 0 10px;
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}





/*------------------------------------------------------*/
/* webinars
/*------------------------------------------------------*/
.webinars .card {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    margin-bottom: 30px;
    min-height: 430px;
}
.webinars .card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.webinars .card a {
    color: inherit;
    text-decoration: none;
}

.webinars .card__date {
    background: #08c;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 13px;
    font-weight: bold;
    padding-top: 10px;
}
.webinars .card__date__day {
    display: block;
    font-size: 14px;
}
.webinars .card__date__month {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

.webinars .card__thumb {
    height: 235px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.webinars .card__thumb img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.webinars .card:hover .card__thumb img {
    opacity: 0.6; 
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.webinars .card:hover .card__thumb {
    height: 90px;
}

.webinars .card__body {
    position: relative;
    padding: 20px;
    height: 185px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.webinars .card:hover .card__body {
    height: 330px;
}

.webinars .card__category {
    position: absolute;
    top: -25px;
    left: 0;
    height: 25px;
    padding: 0 15px;
    background: #08c;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
}
.webinars .card__category a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.webinars .card__title {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.webinars .card:hover .card__title {
    -webkit-animation: titleBlur 0.3s;
    animation: titleBlur 0.3s;
}

.webinars .card__subtitle {
    margin: 0;
    padding: 0 0 10px 0;
    color: #08c;
    font-size: 19px;
}
.webinars .card:hover .card__subtitle {
    -webkit-animation: subtitleBlur 0.3s;
    animation: subtitleBlur 0.3s;
}

.webinars .card__description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 65px;
    margin: 0;
    padding: 0;
    color: #666c74;
    font-size: 14px;
    line-height: 27px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}
.webinars .card:hover .card__description {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.webinars .card__footer {
    position: absolute;
    color: #a3a9ab;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 11px;
}
.webinars .card__footer .icon--comment {
    margin-left: 10px;
}

.webinars .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    font-size: 12px;
}
.webinars .icon:before {
    display: inline-block;
    text-align: center;
    height: 14px;
    width: 14px;
    margin-top: -2px;
    margin-right: 6px;
}

.webinars .icon--comment:before {
    content: "\f0e6 ";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.webinars .icon--time:before {
    content: "\f017 ";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@-webkit-keyframes titleBlur {
    0% {
        opacity: 0.6;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 5px 5px transparent;
    }
}

@keyframes titleBlur {
    0% {
        opacity: 0.6;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 5px 5px transparent;
    }
}
@-webkit-keyframes subtitleBlur {
    0% {
        opacity: 0.6;
        text-shadow: 0px 5px 5px rgba(0, 136, 204, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 5px 5px rgba(0, 136, 204, 0);
    }
}
@keyframes subtitleBlur {
    0% {
        opacity: 0.6;
        text-shadow: 0px 5px 5px rgba(0, 136, 204, 0.6);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 5px 5px rgba(0, 136, 204, 0);
    }
}



/*------------------------------------------------------*/
/* Sidebar
/*------------------------------------------------------*/

/***********************  TOP Bar ********************/
.sidebar{ width:100%;  background-color:#000;transition: all 0.5s  ease-in-out; margin-bottom: 15px;}
.bg-defoult{background-color:#ffffff;}
.sidebar ul{ list-style:none; margin:0px; padding:0px; }
.sidebar li a,.sidebar li a.collapsed.active{ display:block; padding:8px 12px; color:#555555;border-left:0px solid #dedede;  text-decoration:none}
.sidebar li a.active{background-color:#000;border-left:5px solid #dedede; transition: all 0.5s  ease-in-out}
.sidebar li a:hover{background-color:#000 !important; color:#ffffff}
.sidebar li a i{ padding-right:5px;}
.sidebar ul li .sub-menu li a{ position:relative}
.sidebar ul li .sub-menu li a:before{
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}
.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%;
}
.sidebar ul li .sub-menu li a:hover{ background-color:#222; padding-left:20px; transition: all 0.5s  ease-in-out}
.sub-menu{ border-left:5px solid #dedede;}
.sidebar li a .nav-label,.sidebar li a .nav-label+span{ transition: all 0.5s  ease-in-out}


.sidebar.fliph li a .nav-label,.sidebar.fliph li a .nav-label+span{ display:none;transition: all 0.5s  ease-in-out}
.sidebar.fliph {
    width: 42px;transition: all 0.5s  ease-in-out;

}

.sidebar.fliph li{ position:relative}
.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #222;
    width: 150px;
    z-index: 100;
}

.sidebar .top-lable{
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 17px;
    color: #000000;
    background-color: #c0c0c0;
}



/*------------------------------------------------------*/
/* Search
/*------------------------------------------------------*/
.section-search figure.snip1208:hover img,
.section-search figure.snip1208.hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section-search figure.snip1208 a {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    z-index: 1;
}
.section-search img{
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
}
.section-search figure.snip1208 figcaption {
    padding: 10px 0px;
    min-height: inherit;
}
.section-search a.link-photo{
    float: left;
    width: 100%;
}
.section-search figure.snip1208 i {
    float: left;
    line-height: 30px;
    font-size: 20px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: transparent;
    top: auto;
    color: #f30000;
    right: auto;
    left: auto;
    min-height: initial;
    min-width: initial;
    position: relative;
    text-align: center;
    opacity: 1;
    display: block;
}

.course-info li{
    list-style: none;
    padding: 0px;
}
.course-info li p{
    float: left;
    font-size: 15px;
    color: #555555;
    padding-left: 5px;
    margin-bottom: 10px;
}
.course-info.dates{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.lable-date{
    margin-bottom: 0px;
}
.lable-date p{
    font-size: 18px !important;
    color: #000000 !important;
}
.registerBtn{
    float: left;
    width: 100%;
    bottom: 0px;
    margin: 0px;
    margin-top: 40px;
}

.section-search .snip1208 .course-info li p{
    font-size: 11px;
}
.section-search figure.snip1208 {
    min-height: 390px;
}
.section-search figure.snip1208 button{
    bottom: 0px;
}


/*------------------------------------------------------*/
/* Course Details
/*------------------------------------------------------*/
.courseDetails{
    float: left;
    width: 100%;
    height: auto;
}
.courseDetails img{
    float: left;
    width: 100%;
}
.content-text{
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    font-size: 17px;
    color: #444444;
    text-align: left;
    direction: ltr;
    padding-left: 30px;
}


/*------------------------------------------------------*/
/* DataTables
/*------------------------------------------------------*/

/*-- datarable --*/
#dataTable{
    width: 100% !important;
}

.theDataTable{
    float: left;
    width: 100%;
    padding: 0px;
}
.theDataTable .row{
    display: contents !important;
}

div.dataTables_filter {
    text-align: right;
    float: right;
}
div.dataTables_filter .form-control{
    height: 35px;
    margin-bottom: 10px;
}
.dataTables_length{
    float: left;
}
.dataTables_length .form-control{
    height: 35px !important;
    margin: 0px 5px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

tbody tr td a{
    color: #000000;
    float: left;
    width: 100%;
    height: auto;
}
tbody tr td a img{
    width: 75%;
}
tbody tr td a:hover{
    opacity: 0.6;
    color: #000000;
}
table.table-bordered.dataTable {
    padding: 0px;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 15px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom: 2px solid #ffffff;
}
.table-bordered {
    border: 1px solid #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #cacaca;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e8e8e8;
}
.table-bordered>thead{
    background-color: #a5a5a5;
    color: #ffffff;
    font-size: 12px;
}
.table-bordered>thead b{
    font-weight: normal;
    font-size: 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}
.planRequest{
    text-align: center;
    border-radius: 4px;
}
.table-striped>tbody>tr{
    font-size: 12px;
}

/*-- datatable --*/



/*------------------------------------------------------*/
/* Register
/*------------------------------------------------------*/
.sectionRegister{
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.formTitle{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background-color: blue;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}
#ajax-register{
    float: left;
    width: 100%;
    background-color: #e7e7e7;
    padding-bottom: 30px;
}
.form-group {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    display: block;
    position: relative;
}



/*------------------------------------------------------*/
/* FOOTER
/*------------------------------------------------------*/
/* STYLES SPECIFIC TO FOOTER  */
.footer {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    background-color: #070617;
    padding: 60px;
}
.footer .col {
    width: 16.333333%;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}
.footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255,255,255,0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}
.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer .col ul li {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.clearfix {
    clear: both;
}
@media only screen and (min-width: 1280px) {
    .contain {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1139px) {
    .contain .social {
        width: 1000px;
        display: block;
    }
    .social h1 {
        margin: 0px;
    }
}
@media only screen and (max-width: 950px) {
    .footer .col {
        width: 33%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px) {
    .footer .col {
        width: 50%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
    .footer .col {
        width: 100%;
    }
}





/*------------------------------------------------------*/
/* DATATABLE
/*------------------------------------------------------*/

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    tbody tr td a{
        display: block;
        float: initial;
    }
}




/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    tbody tr td a{
        display: block;
        float: initial;
    }
}


@media (max-width: 991px) {

}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .contact_us {
        padding: 15px;
    }
    .container.gallery-container {
        border-radius: 0;
    }

    #timeline {
        width: 100%;
        display: block;
    }
    .tl-item {
        width: 100%;
        height: auto;
        min-height: initial;
        padding-top: 50px;
    }
    .tl-item:hover {
        width: 100% !important;
    }
    #timeline:hover .tl-item {
        width: 100%;
    }
    
    .posts div {
    font: 16px/250px Arial;
    width: 100%;
    height: auto;
    float: left;
    margin: 10px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 5px;
    margin-bottom: 20px;
    font-family: 'jsregular';
}
}
@media  (max-width: 480px) {
    .slider.paddingMenu,
    .paddingMenu {
        padding-top: 210px !important;
    }
    .footer {
        padding: 35px;
    }
   .posts div {
    font: 16px/250px Arial;
    width: 100%;
    height: auto;
    float: left;
    margin: 10px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 5px;
    margin-bottom: 10px;
    font-family: 'jsregular';
}
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5{
    font-size: 15px !important;
    font-family: 'jsregular' !important;
}
.content-text li,
.content-text p{
    font-size: 13px !important;
    font-family: 'jsregular'!important;
}
.form-control {
    padding: 0px 10px;
    height: 40px;
}
textarea.form-control{
    height: auto;
    min-height: 150px;
}

@media (min-width: 1200px){
    .container {
        max-width: 1240px;
    }
}
.btn-table{
    margin: 0px !important;
    font-size: 13px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}