@charset "utf-8";
/* CSS Document */


/*
  TEMPLATE BACKGROUNDS
    single IMG BACKGROUND
    benefits IMG BACKGROUND
	parallax IMG BACKGROUND
  reset
  layout
  upper page
  center container
  section
  footer
    footer credits
  main navigation
  shadow
  hero container
    hero bg
	hero fullscreen FIX
  to top arrow
  Slick v1.6.0 CUSTOM
    slick left
    slick right
    slick navigation
  intro
  intro years
  facts counter
  skills bar
  parallax
  link underline
  link underline menu
  button effect
  three step method
  newsletter form
    newsletter placeholders
  fullwidth IMG
  preloader
  Swiper v3.4.2 CUSTOM
  home carousel slider
  NEW
    layout
    preview
    works hover
    vertical spacer line
	spacer
*/

/* TEMPLATE BACKGROUNDS */
/* single IMG BACKGROUND */
.bg-img-SINGLE {
    background-image: url(../img/main-header5.png);
}

.video-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* benefits IMG BACKGROUND */
.img-fullwidth-benefits-carousel-1 {
    background-image: url(../intro-images/img/benefits/benefits-1.png);
}

.img-fullwidth-benefits-carousel-2 {
    background-image: url(../intro-images/img/benefits/benefits-2.png);
}

.img-fullwidth-benefits-carousel-3 {
    background-image: url(../intro-images/img/benefits/benefits-3.png);
}

.img-fullwidth-benefits-carousel-4 {
    background-image: url(../intro-images/img/benefits/benefits-4.png);
}


/* parallax IMG BACKGROUND */
.parallax-facts {
    background-image: url(../intro-images/img/parallax/parallax-going-live.jpg);
}

.parallax-contact {
    height: 720px;
	background: url(../img/studio.jpg);
    background-position: center;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	background-color: #333;
	background-attachment:fixed;
	position:relative;
	overflow:hidden;
    z-index: 1;
    width: 100%;
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
    line-height: 170%;
}

body {
    /* line-height: 1; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

/* layout */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #515151;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background-image: url(../img/back.png);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a:hover,
a:visited,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p a {
    color: #333;
    text-decoration: none;
    font-style: ital;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

p a:hover {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

::selection {
    background: #333;
    color: #fff;
}


/* upper page */
.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .upper-page {
        height: 100%;
    }
}


/* center container */
.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}


/* section */
.sections {
    position: relative;
    z-index: 5;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
}

section#Services {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0 150px 0;
}

section#benefits {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0 0 0;
}

section#three-step-method {
    padding: 70px 0 360px 0;
}

@media only screen and (max-width: 640px) {
    section#three-step-method {
        padding: 70px 0 230px 0;
    }
}

@media only screen and (max-width: 480px) {
    section#three-step-method {
        padding: 193px 0 209px 0;
    }
}

section p {
    padding-bottom: 10px;
}

section.extra-spacer {
    margin: 200px 0 0 0;
}

section.section-parallax {
    padding: 0;
    margin: 0;
    position: relative;
}

section h2.section-heading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: ;
    color: #515151;
    z-index: 1;
}

section h2.section-heading.light {
    font-size: 30px;
    color: #fff;
}

section h2.section-heading.light span {
    color: #db0018;
}

section h2.section-heading.secondary {
    font-size: 25px;
}

section h3.section-subheading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 75px;
    z-index: 1;
}

section h3.section-subheading.section-subheading-about {
    margin-bottom: 70px;
}

section h3.section-subheading.section-subheading-demos {
    margin-bottom: 70px;
}

section h3.section-subheading.section-subheading-benefits {
    margin-bottom: 70px;
}

section h3.section-subheading.section-subheading-three-step-method {
    margin-bottom: 70px;
}

section h3.section-subheading.light {
    color: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/* footer */
#footer {
    padding: 70px 0 70px 0;
    text-align: center;
}


/* footer credits */
.footer-credits {
    text-align: center;
}

.footer-credits-logo {
    margin: 70px auto;
    background: url(../img/crossword.png) #111;
}

.footer-credits-logo img {
    padding: 20px;
}

.footer-credits-copyright-wrapper {
    height: 40px;
    padding-top: 10px;
    background-color: #515151;
    color: #fff;
    border-top: 5px solid #f5841f;
    background: url(../img/crossword.png) #111;
}

.footer-credits-copyright {
    position: relative;
    text-align: center;
    letter-spacing: .15em;
    margin: 0 auto;
    font-size: 75%;
    z-index: 100;
}


/* main navigation */
.logo .logo-light {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    width: 200px;
}

.logo .logo-dark {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    width: 200px;
}

@media only screen and (max-width: 414px) {
    .logo .logo-light  {
        width: 140px;
    }
    .logo .logo-dark {
        width: 180px;
    }
}
.main-navigation-bg .logo .logo-light {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.main-navigation-bg .logo .logo-dark {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
}

.navbar-bg-switch {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 999;
}

.logo {
    padding-top: 20px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .logo {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 880px) {
    .logo.logo-bordered {
        padding-top: 61px;
    }
}

.main-navigation .navbar-nav li a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 50px 15px 35px 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (min-width: 880px) {
    .main-navigation.main-navigation-bordered .navbar-nav li a {
        padding: 90px 15px 35px 15px;
    }
}

.main-navigation.dark .navbar-nav li a {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a {
        color: #000;
        padding: 10px 15px;
    }
}

.main-navigation .navbar-nav li a:hover {
    color: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation.dark .navbar-nav li a:hover {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a:hover {
        color: #000;
    }
}

.nav li a:focus,
.nav li a:hover {
    color: #fff;
    background: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.main-navigation-bg-bordered {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-navigation-bg .logo {
    padding-top: 6px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .logo {
        padding-top: 5px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
    color: #515151;
    padding: 19px 15px 0 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .main-navigation .navbar-nav li a {
        padding: 10px 15px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle.dark .icon-bar {
        background: #515151;
    }

    .main-navigation-bg .navbar-toggle .icon-bar {
        background: #515151;
    }

    .navbar-toggle {
        margin-top: -30px;
        margin-right: -10px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .main-navigation-bg .navbar-toggle {
        margin-top: -45px;
        margin-right: -10px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
    }
}

.main-navigation-bg .link-underline-menu:before {
    bottom: -5px;
    background: #515151;
}

.main-navigation .navbar-nav li .active,
.main-navigation.dark .navbar-nav li .active {}

.main-navigation-bg .main-navigation .navbar-nav li .active,
.main-navigation-bg.dark .main-navigation .navbar-nav li .active {}

.navbar-nav li.active {
    color: #ccc !important;
    text-decoration: none;
}

.navbar-nav > .active > a {
    color: #ccc !important;
    background: none;
    text-decoration: none;
}


/* shadow */
/*
.top-shadow {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 2;
}
*/

.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 2;
}


/* hero container */
.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}


/* hero bg */
.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* hero fullscreen FIX */
.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}

/* to top arrow */
.to-top-arrow {
    position: fixed;
    right: 20px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    cursor: pointer;
    font-size: 35px;
    text-align: center;
    color: #fff;
    background: #515151;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 10;
}

.to-top-arrow.show {
    bottom: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.to-top-arrow:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width: 880px) {
    .to-top-arrow-bordered {
        right: 60px;
    }

    .to-top-arrow-bordered.show {
        bottom: 40px;
    }
}


/* Slick v1.6.0 CUSTOM */
.slick-slide {
    text-align: center;
    color: #000;
    height: 550px;
    background: #fff;
}

@media only screen and (max-width: 880px) {
    .slick-slide {
        height: 450px;
    }
}

@media only screen and (max-width: 640px) {
    .slick-slide {
        height: 350px;
    }
}

.slick-slider {
    margin-bottom: 0;
    margin-top: 0;
    cursor: default;
}


/* slick left */
.slick-left {
    width: 100%;
    height: auto;
}

.slick-left p {
    padding: 20px;
}


/* slick right */
.slick-right {
    width: 100%;
    height: auto;
}


/* slick navigation */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    top: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before {
    left: 55px;
    top: 9px;
}

.slick-next:before {
    right: 55px;
    top: 9px;
}

.slick-prev:hover,
.slick-next:hover {
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -ms-transition: 0 none;
    -o-transition: 0 none;
    transition: 0 none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before,
.slick-right-alternative:hover .slick-prev,
.slick-right-alternative:hover .slick-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-right-alternative:hover .slick-prev {
    left: -35px;
}

.slick-right-alternative:hover .slick-next {
    right: -35px;
}


/* intro */
.purchase-button {
    position: relative;
    width: 265px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}


h1.home-page-title {
position: relative;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 145px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
margin: 12px auto 8px auto;
width: 100%;
line-height: 100%;
z-index: 1;
}

h1.home-page-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 105px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: #f5841f;
    margin: 18px auto 10px auto;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    h1.home-page-title {
        /*
	font-size: 105px;
	margin: 18px auto 10px auto;
	*/
    }
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 85px;
        margin: 22px auto 10px auto;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title {
        font-size: 65px;
        margin: 19px auto 7px auto;
    }
}

h2.home-page-title {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #f5841f;
    margin: 0 0 0 12px;
}

@media only screen and (max-width: 880px) {
    h2.home-page-title {
        font-size: 11px;
        margin: 0 0 0 11px;
    }
}

@media only screen and (max-width: 640px) {
    h2.home-page-title {
        font-size: 10px;
        margin: 0 0 0 9px;
    }
}


/* intro years */
.intro-years {
    position: relative;
    width: auto;
    height: auto;
    margin: 240px auto 0 auto;
}

.intro-years h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #000;
    margin: 20px 0;
}

.intro-years h3 {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 105px;
    font-size: 155px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
    width: 100%;
    line-height: 100%;
    z-index: 0;
}


/* facts counter */
.facts-counter-wrapper {
    padding: 0;
    margin-top: -9px;
}

.contact-info-wrapper {
    padding: 0;
    margin: 0;
}

.facts-counter-number {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 880px) {
    .facts-counter-number {
        margin: 20px 0 0 0;
    }
}

.facts-counter-number.large {
    font-size: 50px;
}

@media only screen and (max-width: 880px) {
    .facts-counter-number.large {
        font-size: 35px;
    }
}

.facts-counter-description,
.contact-info-description {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.facts-counter-description-img,
.contact-info-description-img {
    display: block;
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin: 15px 0 15px 0;
}

@media only screen and (max-width: 880px) {

    .facts-counter-description-img,
    .contact-info-description-img {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
}

.facts-counter-description-img.large,
.contact-info-description-img.large {
    font-size: 40px;
}

@media only screen and (max-width: 880px) {

    .facts-counter-description-img.large,
    .contact-info-description-img.large {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
}

.facts-counter-title,
.contact-info-text {
    font-size: 11px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 880px) {

    .facts-counter-title,
    .contact-info-text {
        font-size: 10px;
    }
}

.facts-counter-title.large,
.contact-info-text.large {
    font-size: 12px;
}

@media only screen and (max-width: 880px) {

    .facts-counter-title.large,
    .contact-info-text.large {
        font-size: 10px;
    }
}


/* skills bar */
.show-skillbar {
    position: relative;
    padding: 0 20px;
    margin: 40px 0 0 0;
    text-align: left;
}

@media only screen and (max-width: 880px) {
    .show-skillbar {}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .show-skillbar {
        padding: 0 30px 0 20px;
    }
}

.skillbar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 21px;
    margin: 0 0 30px 0;
    background: none;
}

.skillbar-title {
    position: absolute;
    width: auto;
    height: 21px;
    line-height: 21px;
    top: -21px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    background: none;
    padding: 0;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 3px;
    background: #000;
    margin: 0 0 3px 0;
}

.skill-bar-percent {
    position: absolute;
    height: auto;
    line-height: 1;
    top: -21px;
    right: 0;
    color: #000;
    font-size: 11px;
}


/* parallax */
.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}

.parallax {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 200px 0;
}

.parallax-facts {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 200px solid #000;
    z-index: 1;
}


@media only screen and (max-width: 880px) {

    .parallax-facts,
    .parallax-contact {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


/* link underline */
.link-underline {
    position: relative;
    display: inline-block;
}

.link-underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline.contact::before {
    bottom: -5px;
    background: #fff;
}

.link-underline.three-step-method::before {
    bottom: -5px;
    background: #5f5f5f;
    width: 150px;
}

a.contact,
a:hover.contact {
    color: #fff;
}

.link-underline:hover::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* link underline menu */
.link-underline-menu {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 11px;
    left: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline-menu.dark:before {
    background: #000;
}

.link-underline-menu:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
    .link-underline-menu:hover:before {
        visibility: hidden;
    }
}


/* button effect */
.c-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #515151;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #515151;
    margin: 20px 0 0 0;
    padding: 15px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.fullwidth {
    width: 225px;
}

.c-btn.fullwidth-liquid {
    width: 225px;
    color: #fff;
    background-color: #f5841f;
    border: 1px solid #f5841f;
    margin: 20px;
}

.c-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #515151;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.fullwidth-liquid::before {
    background: #fff;
}

.c-btn:hover::before,
a:hover .c-btn::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
    color: #fff;
}

.c-btn.fullwidth-liquid:hover {
    color: #515151 !important;
}

}
/* three step method */
.three-step-method-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3px 0 15px 0;
    text-align: left;
    color: #000;
}

.three-step-method-number {
    position: absolute;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, .45);
    z-index: -1;
}

#three-step-method p {
    padding-left: 100px;
    text-align: left;
    padding-top: 12px
}

@media only screen and (max-width: 880px) {
    .three-step-method-number {
        font-size: 100px;
    }

    .three-step-method-block.middle {
        margin: 80px 0;
    }
}


/* newsletter form */
section h2.section-heading.newsletter {
    font-size: 25px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .section h2.section-heading.newsletter {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .col-lg-12 .section-heading {
        font-size: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .col-lg-6 .section-heading {
        font-size:28px;
    }
}

.hr {
    border: solid 1px #f5841f;
    width: 10%;
}
.hr2 {
    border: solid 1px #f5841f;
    width: 30%;
}

@media only screen and (max-width: 414px) {
    .hr {
        width: 30%
    }
    .hr2 {
        width: 50%
    }
}

#form-wrapper {
    position: relative;
    width: 300px;
    height: 160px;
    margin: 0;
    background: none;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    #form-wrapper {
        width: 260px;
    }
}

.newsletter {
    position: relative;
    clear: both;
    border: none;
    background: none;
    padding-bottom: 50px;
    overflow: hidden;
    text-align: center;
}

#form input {
    position: relative;
    width: 360px;
    height: 40px;
    text-align: center;
    color: #515151;
    border: none;
    border-bottom: 1px solid #515151;
    background: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form textarea {
    position: relative;
    width: 360px;
    height: 80px;
    text-align: center;
    color: #515151;
    border: none;
    border-bottom: 1px solid #515151;
    background: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-top: 10px;
}

#form input:focus,
#form textarea:focus {
    color: #515151;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
    border-color: rgba(119, 119, 119, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.form-success {
    font-family: 'Dosis', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #515151;
    margin: 0 auto;
    padding: 80px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#form .form-error {
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #515151;
    display: block;
    margin: 8px auto 0 auto;
    padding: 0;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* newsletter placeholders */
input[type="text"].form-email.form-name.form-phone::-webkit-input-placeholder {
    color: #515151;
}

input[type="text"].form-email.form-name.form-phone:-ms-input-placeholder {
    color: #515151;
}

input[type="text"].form-email.form-name.form-phone::-moz-placeholder {
    color: #515151;
}

textarea[type="text"].form-message::-webkit-input-placeholder {
    color: #515151;
}

textarea[type="text"].form-message:-ms-input-placeholder {
    color: #515151;
}

textarea[type="text"].form-message::-moz-placeholder {
    color: #515151;
}


input:focus.form-email.form-name.form-phone::-webkit-input-placeholder {
    color: transparent;
}

input:focus.form-email.form-name.form-phone:-ms-input-placeholder {
    color: transparent;
}

input:focus.form-email.form-name.form-phone::-moz-placeholder {
    color: transparent;
}

input:focus.form-email.form-name.form-phone:-moz-placeholder {
    color: transparent;
}

textarea:focus.form-message::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus.form-message:-ms-input-placeholder {
    color: transparent;
}

textarea:focus.form-message::-moz-placeholder {
    color: transparent;
}

textarea:focus.form-message:-moz-placeholder {
    color: transparent;
}

.g-recaptcha{
   display: inline-block;
}
/* fullwidth IMG */
.img-fullwidth-wrapper {
    position: relative;
}

.img-fullwidth {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .img-fullwidth {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .img-fullwidth {
        min-height: 350px;
    }
}

.img-fullwidth-all {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-4 {
    border: 1px solid #ddd;
    padding: 5px;
}

.img-5 {
    border: 2px solid #fff;
    background: url(../img/crossword.png) #ddd;
}

/* preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(0, 0, 0, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* NEW */
/* layout */
h2 {
    font-family: 'Oswald', sans-serif;
    /* font-size: 20px; */
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #151515;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
}


/* preview */
img {
    vertical-align: middle;
    max-width: 100%;
}
.img-full{
    height: 100%
}

.img-responsive{
    width: 100%;
    height: auto;
}

.preview-img-info {
    padding: 19px 0 14px 0;
    letter-spacing: 5px;
}

.preview-corner {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    /* top: -20px;
right: -20px; */
    top: -10px;
    right: -10px;
    background: #db0018;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.preview-corner-txt {
    position: absolute;
    top: 12px;
    right: 7px;
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}


/* works hover */
.icon-works {
    position: absolute;
    width: 100%;
    top: 85%;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
}

.icon-works a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    /* width: 44px; */
    /* width: 244px; */
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 0 -10px;
    /* font-size: 20px; */
    background: #515151;
    border: 1px solid #515151;
    border-radius: 7px;
    color: #fff;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.icon-works a.iw-slide-left {
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    -o-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.icon-works a.iw-slide-right {
    -webkit-transform: translate3d(60px, 0, 0);
    -moz-transform: translate3d(60px, 0, 0);
    -ms-transform: translate3d(60px, 0, 0);
    -o-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
}

.image-works:hover .icon-works a {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.icon-works a:hover {
    background: #515151;
    border: 1px solid #515151;
    color: #fff;
}

.icon-works a:hover:after {
    background: #515151;
}

.image-works:hover .icon-works {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
    position: relative;
    z-index: 1;
}

.icon-works a i {
    position: relative;
    z-index: 1;
}

.image-works {
    position: relative;
    z-index: 5 !important;
    padding: 5px;
    margin-top: 40px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.image-works > .hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    /*
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
height: -webkit-calc(100% - 20px);
height: -moz-calc(100% - 20px);
height: calc(100% - 20px);
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
*/
}

.image-works:hover .hover-effect {
    opacity: 0.75;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.zoom-item {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* vertical spacer line */
.spacer-line-vertical {
    position: relative;
    display: inline-block;
}

.spacer-line-vertical:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    top: 100%;
    left: 50%;
    margin: 69px auto 0 auto;
    border-right: 1px solid #5f5f5f;
}


/* spacer */
.move-up {
    margin-top: -20px;
}



/* 6.4. social icons */
.social-icons-wrapper {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 1002;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 25px;
}

ul.social-icons {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    padding-top: 10px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    ul.social-icons {
        font-size: 34px;
    }
}

@media only screen and (max-width: 880px) {
    ul.social-icons {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    ul.social-icons {
        font-size: 26px;
    }
}

ul.social-icons a,
ul.social-icons a:hover {
    padding: 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


ul.social-icons a:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* col */
.col-md-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 2px;
    max-width: 20%;
    margin-left: 2.8%;
}

@media only screen and (max-width: 600px) {
    .col-md-15 {
        min-width: 80%;
        float: left;
        margin-left: 10%;
    }
}


.all-content .all-content-inner {
    position: relative;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 17px;
}

@media all and (min-width: 1920px) {
    .all-content .all-content-inner {
        padding: 0 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .all-content .all-content-inner {
        padding: 0 25px;
    }
}


/* 25. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-half-details,
.inner-divider-ultra-half {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 50px;
}

@media all and (min-width: 1920px) {
    .inner-divider {
        height: 75px;
    }
}

.inner-divider-half {
    height: 0px;
}

@media all and (min-width: 1920px) {
    .inner-divider-half {
        height: 25px;
    }
}

.inner-divider-half-details {
    height: 50px;
}

.inner-divider-ultra-half {
    height: 15px;
}

/* testimonials */
.testim {
    width: 100%;
    position: absolute;
    text-align: center;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    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: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: red;
}


.testim .arrow.left {
    left: 20px;
}

.testim .arrow.right {
    right: 20px;
}

.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 #333;
    margin: 0 15px;
    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: #333;
    border-color: #333;
}

.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 50px 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: #333;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    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 #333;
        box-shadow: 0px 0px 0px 0px #333;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #333;
        box-shadow: 0px 0px 10px 5px #333;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #333;
        box-shadow: 0px 0px 0px 0px #333;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #333;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #333;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #333;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #333;
    }
}

@-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;
    }

}

.sections .text-center p {
    padding: 30px;
}

.course-content p {
    padding-bottom: 50px
}

@media all and (max-width: 1024px) {
    .course-content p {
        padding-bottom: 50px;
    }
}

@media all and (max-width: 414px) {
    .course-content p {
        padding-bottom: 10px;
    }
}
.text-center a{
    cursor: pointer
}

/*   content section */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* Generic styling */

.content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 999;
    position: relative;
}

.content a:focus {
    outline: 2px dashed #f7f7f7;
}

@media all and (max-width: 767px) {
    .content {
        padding: 0 20px;
    }
}

.content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.content ul a {
    display: block;
    background: #ccc;
    border: 4px solid red;
    text-align: center;
    overflow: hidden;
    font-size: .7em;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    height: 70px;
    margin-bottom: -26px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
}


@media all and (max-width: 767px) {
    content ul a {
        font-size: 1em;
    }
}


.content ul a span {
    top: 50%;
    margin-top: -0.7em;
    display: block;
}

/*
 
 */

.administration > li > a {
    margin-bottom: 25px;
}

.director > li > a {
    width: 50%;
    margin: 0 auto 0px auto;
}

.subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    background: red;
    border-left: 4px solid #fff;
    left: 45.45%;
    position: relative;
}

.subdirector,
.departments {
    position: absolute;
    width: 100%;
}

.subdirector > li:first-child,
.departments > li:first-child {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 4px solid red;
    z-index: 1;
}

.subdirector > li:first-child {
    float: right;
    right: 27.2%;
    border-left: 4px solid white;
}

.departments > li:first-child {
    float: left;
    left: 31.5%;
    border-right: 4px solid red;
}

.subdirector > li:first-child a,
.departments > li:first-child a {
    width: 100%;
}

.subdirector > li:first-child a {
    left: 25px;
}

@media all and (max-width: 767px) {

    .subdirector > li:first-child,
    .departments > li:first-child {
        width: 40%;
    }

    .subdirector > li:first-child {
        right: 10%;
        margin-right: 2px;
    }

    .subdirector:after {
        left: 49.8%;
    }

    .departments > li:first-child {
        left: 10%;
        margin-left: 2px;
    }
}


.departments > li:first-child a {
    right: 25px;
}

.department:first-child,
.departments li:nth-child(2) {
    margin-left: 0;
    clear: left;
}

.departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 22px;
    border-top: 4px solid red;
    border-right: 4px solid red;
    border-left: 4px solid red;
    margin: 0 auto;
    top: 130px;
    left: 9.1%
}

@media all and (max-width: 767px) {
    .departments:after {
        border-right: none;
        left: 0;
        width: 49.8%;
    }
}

@media all and (min-width: 768px) {

    .department:first-child:before,
    .department:last-child:before {
        border: none;
    }
}

.department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 4px solid red;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -5px;
}

.department {
    border-left: 4px solid green;
    width: 18.59894921190893%;
    float: left;
    margin-left: 1.751313485113835%;
    margin-bottom: 60px;
}

.lt-ie8 .department {
    width: 18.25%;
}

@media all and (max-width: 767px) {
    .department {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 60px;
        border-left: 4px solid black;
        z-index: 1;
        top: -60px;
        left: 0%;
        margin-left: -5px;
    }

    .department:nth-child(2):before {
        display: none;
    }
}

.department > a {
    margin: 0 0 -26px -4px;
    z-index: 1;
}

.department > a:hover {
    height: 80px;
}

.department > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.department li {
    padding-left: 25px;
    border-bottom: 4px solid #000;
    height: 80px;
}

.department li a {
    background: #fff;
    top: 48px;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 60px;
    vertical-align: middle;
    right: -1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0))) !important;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
}

.department li a:hover {
    box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 95%;
    top: 39px;
    background-image: none !important;
}

/* Department/ section colors */
.department.dep-a a {
    background: #FFD600;
}

.department.dep-b a {
    background: #AAD4E7;
}

.department.dep-c a {
    background: #FDB0FD;
}

.department.dep-d a {
    background: #A3A2A2;
}

.department.dep-e a {
    background: #f0f0f0;
}










/*  ----courses----    */

.courses {
    text-align: center;
    border-radius: 8px;
}

.courses a,
label {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.courses p {
    color: #fff;
    padding: 15px;
    text-align: center;
}

.courses a:hover {
    color: #f5841f;
}

.courses a {
    display: block;
    padding: 10px 15px;
}

.drop-down a {
    min-width: 90px;
}

.drop-down-menu {
    display: block;
}

.courses-title {
    cursor: pointer;
}

.courses-title {
    display: block;
    padding: 20px 15px;
}

.activate {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 40px;
    margin: 0 0 0 -15px;
    opacity: 0;
}

/* Skin */

.courses a,
.drop-down-menu {
    background: #515151;
    background: -webkit-gradient #515151;
    background: -moz-#515151;
}

.courses a:hover,
.drop-down-menu:hover {
    background: #5a6470;
    background: -webkit-gradient #5a6470;
    background: -moz- #5a6470;
}

.drop-down a {
    background: #222;
}

.drop-down a:hover {
    background: #111;
}


.courses {
    background: #f5841f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5841f), color-stop(100%, #f5841f));
    background: -moz-linear-gradient(top, #f5841f 0%, #f5841f 100%);
}

:checked ~ .courses-title {
    background: #f5841f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5841f), color-stop(100%, #f5841f));
    background: -moz-linear-gradient(top, #f5841f 0%, #f5841f 100%);
}

.drop-down {
    max-height: 0;
    overflow: hidden;
}

.drop-down a {
    background: #222;
}

.activate:checked ~ .drop-down {
    max-height: 100%;
}

.drop-down,
.courses a,
.drop-down-menu {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*  popup contact form  */
#registration, #registration2, #registration3, #registration4, #registration5 {
  cursor: pointer;
}


#contactForm, #contactForm2, #contactForm3, #contactForm4, #contactForm5 { 
  display: none;
  border: 5px solid #333; 
  padding: 2em;
  width: 80%;
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
   z-index:9999;
}

#contactForm input, #contactForm textarea, #contactForm select, #contactForm2 input, #contactForm2 textarea, #contactForm2 select, #contactForm3 input, #contactForm3 textarea, #contactForm3 select, #contactForm4 input, #contactForm4 textarea, #contactForm4 select, #contactForm5 input, #contactForm5 textarea, #contactForm5 select { 
  margin: .8em auto;
  display: block; 
  width: 70%; 
  padding: .4em;
}

#contactForm textarea, #contactForm2 textarea, #contactForm3 textarea, #contactForm4 textarea, #contactForm5 textarea { 
  height: 80px; resize: none; }

.formBtn { 
  max-width: 200px;
  display: inline-block;
  position: relative;
  background: #333;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
  line-height: 1px
}
.formBtn:hover{
    background: #515151; 
}


/*  hidden div  */
#myDIV, #myDIV2, #myDIV3, #myDIV4, #myDIV5 {
    width: 80%;
    left: 10%;
    padding: 50px 0;
    text-align: center;
    background-color: #333;
    margin: 20px 0;
}
#myDIV h2, #myDIV2 h2, #myDIV3 h2, #myDIV4 h2, #myDIV5 h2{
    color: #fff
}

.course{
    background-color: rgba(245,130,32,0.5);
    color: #fff;
    height: 36px;
    font-size: 20px;
    width: 100%;
    margin: 2px;
    letter-spacing: 2px;
    z-index: 999;
}
.course2{
    background-color: #eee;
    height: 36px;
    font-size: 20px;
    width: 100%;
    margin: 2px;
    letter-spacing: 2px;
    z-index: 999;
}

@media only screen and (max-width: 480px) {
    .course, .course2 {
        font-size: 14px;
        height: 50px;
        padding: 5px;
    }
    #myDIV, #myDIV2, #myDIV3, #myDIV4, #myDIV5{
        width: 95%;
        left: 2.5%
    }
}

.awards{
    padding: 10px 
}

/*Carousel Gallery*/
.carousel-gallery {
  margin: 50px 0;
  padding: 0 20px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 230px;
}

.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 30px;
}

.swiper-pagination-bullet-active {
    background: #f5841f !important;
}
/* Carousel Gallery*/



.sections2 h1 {
  font-size:40px;
  font-weight:bold;
  color:#191919;
  -webkit-font-smoothing: antialiased;
}

.sections2 h2 {
  font-weight:normal;
  font-size:20px;
  color:#888;
  padding:5px 0;
}

.sections2 .message {
background:#181818;
color:#FFF;
position: relative;
top: 0px;
left: 0;
width: 100%;
height: auto;
padding: 20px;
transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
overflow: hidden;
box-sizing: border-box;
  
}

.sections2 .message h1 {
  color:#FFF;
}

.sections2 #toggle {
  position:absolute;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}

.sections2 #toggle + label {
  position:absolute;
  cursor:pointer;
  padding:10px;
  background: #26ae90;
width: 100px;
border-radius: 3px;
padding: 8px 10px;
color: #FFF;
line-height:20px;
font-size:12px;
text-align:center;
-webkit-font-smoothing: antialiased;
cursor: pointer;
  margin:20px 50px;
  transition:all 500ms ease;
}
.sections2 #toggle + label:after {
  content:"Open" 
}

.sections2 #toggle:checked ~ .message {
  top: 0;
}

.sections2 #toggle:checked ~ .container {
  margin-top: 250px;
}

.sections2 #toggle:checked + label {
  background:#dd6149;
}

.sections2 #toggle:checked + label:after {
  content:"Close"
}
