/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


html{
   height: 100%;
}
html,
body {
    margin: 0;
    padding: 0;    
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    color: #eeeeee;
    background-color: #040084;
}

#wrapper{
    height: 100%;    
    z-index: 1;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 2%;
}

header{
    width: 100%;
    height: 80px;
}

header #logo{
    float: left;
}
header #logo img {
    max-width: 180px;
}

header #contact-cta{
    float: right;
}

a.cta{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    padding: 20px 20px;
    background: #FD6600;
    border-radius: 4px;
    text-decoration: none;
}

header #contact-cta a.language{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    padding: 20px 20px;
    border-radius: 4px;
    text-decoration: none;
}

a.cta:hover{
    color:#000;
}

main{
   
    
}

main .owl-carousel .item img{
    max-width: 320px;
}

main h1.motto{
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: bold;
}

main h2.about{
    font-size: 2.5rem;
    line-height: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}

main span{
    display: inline-block;
    position: relative;
}   

main .orange{
    color: #FD6600;
}

main span:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #FD6600;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  cursor: pointer;
}

main span:hover:after{
    width: 100%; 
    left: 0; 
}

main .clients{
    margin: 5% 0;
}

footer{
    font-size: 12px;
    height: 50px;
}

footer .pin{
        display: flex;
        align-items: center;
}

footer .pin img{
    width: 12px;
    padding-right: 10px;
}
/* footer */



.clearfix{
    clear: both;
}

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


    header #contact-cta a.language{ 
        padding: 5px; 
    }

    #wrapper{
        padding:5%; 
    }
    header #logo img{
        max-width: 100px;
    }

    header #contact-cta a.cta{
        font-size: 12px;
        display: inline-block;
        padding: 10px 10px;
        background: #e00000;
        border-radius: 4px;
        text-decoration: none;
    }

    main h1.motto{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    h2{
        font-size:1rem;
    }

    main h2.about{
        font-size: 1rem;
        line-height: 1.4rem;
    }

    #slash{
        display: none;
        -ms-transform: rotate(-20deg); /* IE 9 */
        -webkit-transform: rotate(-20deg); /* Safari prior 9.0 */
        transform: rotate(-20deg); /* Standard syntax */
        width: 10%;
    }

    footer{        
        line-height: 16px;
    }
}

/* BreadCrumb */

.breadcrumb {
    width: 100%; 
    display: inline-block;
}

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

.breadcrumb ul li{  
    float: left;
    margin-left: 30px;  
    position: relative;
}
 
.breadcrumb ul li:first-child{  
    margin-left: 0;
}

.breadcrumb ul li:after{  
   content: ">";
   display: block;
   position: absolute;
   top: 3px;
   right: -20px; 
   font-size: 12px;
}

.breadcrumb ul li a{  
   color: #fff;
   font-size: 12px;
   text-decoration: none; 
}

.breadcrumb ul li:last-child:after { 
    display: none; 
}

.content .info {
    width: 100%; 
    margin-bottom: 30px; 
    display: inline-block;
}

.content .info .name{
   float: left;
   margin-left: 15px; 
   line-height: 0;
   font-size: 12px; 
   line-height: 10px;
}

.content .info .date{
   float: left; 
   margin-left: 15px; 
   line-height: 0; 
   font-size: 10px; 
   color: #999;
   line-height: 15px; 
}

.content .info img {
    float: left; 
}

.content .body{
    margin-top: 30px;
}

.content .body p{
    margin: 1em 0;  
    line-height: 1.3em;
}

.content .body p a {
    color: #2b94e1; 
    text-decoration: none;   
}

.social-media-share {
    margin-top: 15px; 
    display: inline-block; 
    float: right;  
} 

.social-media-share a{
   float: left;
   display: block; 
   margin-right: 10px; 
}

.social-media-share .facebook{
    margin-top: 5px;
}

.social-media-share .twitter{ 
    margin-top: 5px;
}

.social-media {
    margin-top: 15px; 
    display: inline-block; 
    float: right;  
} 

.social-media a{
   float: left;
   display: block; 
   margin-right: 10px;  
}

.social-media .facebook{
    margin-top: 3px;
}

.social-media .twitter{  
    margin-top: 5px;
}

.tags {
    float: left;
}

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

.tags ul li a {
    color: #fff;
    text-decoration: none; 
    font-size: 12px; 
}

.tags ul li {
    padding: 4px; 
    margin-right: 15px;
    float: left; 
}

footer {
    width: 100%; 
    display: inline-block;
}

.sidebar { 
    width: 25%;   
    float: left;  
}

.posts {
    width: 75%;   
    float: left;
}

.social-media-share a.facebook img { 
    width: 30px; 
    margin-top: -2px;
}

.social-media-share a.twitter img {
    width: 25px;
}

.social-media-share a.linkedin img {   
    width: 25px; 
}

.social-media a.facebook img {   
    width: 30px;   
}

.social-media a.instagram img { 
    width: 23px;
    margin-top: 4px; 
}

.social-media a.linkedin img {   
    width: 25px; 
}

a.icon{
    align-self: center;
}

a.icon.instagram {
    margin-right: 10px;
    margin-left: -4px; 
    margin-top: -1px;
}


.tags {
    list-style: none; 
    padding: 0;  
}
  
.tags li a { 
    color: #fff; 
    text-decoration: none;
    margin-right: 
}

.posts a{
    color:#fff;
    text-decoration: none;
}

.post {
    width: 100%;  
    display: inline-block;
    border-bottom: 2px solid #333;  
    margin-bottom: 50px;  
}

.post:last-child {
    border-bottom: 0; 
}

.post .image{ 
    width: 35%;
    float: left;   
}

.post .summary{  
    width: 45%;  
    float: left;  
    padding-left: 20px; 
}

 .post .info {
    display: none;  
} 

.tags li { 
    padding: 10px 20px;
    border: 1px solid #333; 
    float: left; 
    display: block;   
    margin-right: 10px;  
    margin-bottom: 10px; 
}
   

.post .summary{     
    float: left;  
}



.summary p {
    line-height: 25px; 
}

.post .social-media-share{
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;  
    padding: 30px 0 50px 0;  
}

footer .social-media-share {
    display: inline-block;
    float: right;      
    margin-top: -20px;
}

footer .social-media { 
    display: inline-block;
    float: right;      
    margin-top: -20px;
    display: flex;
}

footer {
    margin-top: 35px;  
}

@media screen and (max-width: 600px){ 
    .social-media-share {
        float: none;
        margin-top: 20px; 
        margin-bottom: 40px; 
        display: block;

    }

    .tags {
        width: 100%;
    }

    .tags ul li {  
        display: block;
        text-align: center;
        margin-right: 0; 
    }

    .tags ul li a{  
       font-size: 12px;  
    }

    .social-media-share a.facebook img {
        width: 25px; 
        margin-top: -2px;
    }

    .social-media-share a.twitter img {
        width: 20px;
    }

    .social-media-share a.linkedin img {
        width: 20px; 
    }

    .social-media a.facebook img {
        width: 34px;  
    }

    .social-media a.instagram img {  
            width: 23px;
            margin-top: 4px;
    }

    .social-media a.linkedin img {
        width: 20px; 
    }

    .title h1{
        font-size: 25px; 
    }


}

@media screen and (max-width: 992px){
    .post .image { 
        width: 100%;   
        float: left;  
    }
 
    .post .summary {  
        width: 100%;
        float: left;  
        padding-left: 0;  
    }

    .sidebar {
        display: none; 
    }

    .posts {
        width: 100%; 
    }

    footer .social-media {  
        float: left; 
        margin: 20px 0;
    }
}


.bg-video-wrapper{
    position:fixed;
    z-index:-1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}

.bg-video-wrapper .bg-video-overlay{
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background: #040084;
    opacity: 0.7;
}

.bg-video-wrapper video{
    position:absolute;
    z-index:0;
    left:0;
    top:0;
    right:0;
    bottom:0;
    min-width: 100%;
    min-height: 100%;
}

.clearfix{
    clear:both;
}

@media screen and (max-width: 800px) {
  
}