@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
/*
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
*/
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; 
  margin-bottom: 12px;
}

li {
    font-size: 14px;
    color: #6c7279;
}

h1 {
    font-size: 42px;
    color: #2d3033;
}

h2 {
    font-size: 30px;
    color: #2d3033;
    margin-top: 20px;
}

h3 {
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
    margin-top: 20px;
}

h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
    margin-top: 10px;
}

h5 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}



.feature-content h1 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.what-content h3 {
    font-size: 14px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}


.btn {
    background-color: #0A358C;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 4px;
}
  .btn:hover, .btn:focus {
    background-color: #00038a;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }
.btn-high-impact {
    background-color: #ffab2f;
    padding: 8px 48px;
    font-size: 19px;
    font-weight: 800;
    border: 1px solid black;
}

.btn-high-impact:hover, .btn-high-impact:focus {
    background-color: #ff9204;
    color: #fff;
}

.ebook-inline .btn-high-impact {
    padding: 4px 16px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid black;
}

.aurita-blue {
    color: #0E3992;
}

h1.aurita-blue {
    margin-top: 20px;
}

.aurita-white {
    color: rgba(0, 0, 0, 0.075);
}

.product-icon {
    float: left;
    margin: 6px 16px 6px 0px;
}

.mandatory {
    color: #dc3545;
    font-weight:900;
}

/* ==========================================================================
	General Styles
========================================================================== */
a
{
    color: #0A358C;
}

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #6c7279;
    /*background-color: #01266E;*/
    background-color: #ffffff;
}

ul, ol {
  margin-left: 36px;
  padding: 0; }

/*ul li {
  list-style: none; }*/

.section {
  padding: 24px 0 24px 0; }

.no-padding {
  padding: 0; }

.no-top-padding {
    padding: 0 0 84px 0;
}

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.larger-text p {
    font-size: 16px;
    line-height: 24px;
    color: #5b6066;
}

.larger-text li {
    font-size: 16px;
    line-height: 24px;
    color: #5b6066;
}

.big-text p {
    font-size: 20px;
    line-height: 30px;
    color: #3d4044;
    margin-bottom: 16px;
}

  /*=========================================================
   $Heading Styles 
=========================================================== */
.headingstyle
{
    width: 85%;
    margin: 0px auto 0px auto;
}
.headingstyle h2
{
    position: relative;
    text-align: center;
    font-size: 34px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

    .headingstyle h2 span {
        background: #0A358C;
        padding: 0 15px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
    }

.headingstyle h2:before
{
    background: #0A358C;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.headingstyle h2:before {
  left: 0;
}
  
  

/* ==========================================================================
	$Header
========================================================================== */

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.banner #header {
    background-color: #fff;
}
  #header .header-content {
    
    margin: 0 auto;
    max-width: 1170px;
    padding: 30px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

    #header h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 28px;
        height:40px;
    }

    #header .logo a img:last-child {
        visibility:hidden;
        /*display: none;*/
    }

    /*#header img.light {
        display: inline-block;
    }

    #header img.dark {
        display: none;
    }*/

#header.fixed
{
    background-color: #292c47;
    background-image: url('../images/texture.png');
    background-repeat: repeat;
}
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }
    #header.fixed .logo a img:last-child {
        /*display: block;*/
        visibility:unset;
    }

    #header.fixed .logo a img:first-child {
        display: none;
    }
    /*#header.fixed img.light {
        display: none;
    }
    #header.fixed img.dark {
        display: inline-block;
    }*/

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right;
  padding-top: 8px;
}
  .navigation li 
  {
    display: inline-block; 

  }

.navigation ul {
    margin-right:1em;
}

.navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase;
}

.navigation a:hover, .navigation a.active {
    color: #fff;
}

.primary-nav {
    margin-bottom: 10px;
    line-height: 20px;
}

.banner #header .navigation a {
    color: #0e3992;
}
.banner #header .navigation a:hover, .banner #header .navigation a.active {
    color: rgba(14, 57, 146, 0.75);
}

.banner #header.fixed .navigation a {
    color: rgba(255, 255, 255, 0.75);
}

.banner #header.fixed .navigation a:hover, .banner #header.fixed .navigation a.active {
    color: #fff;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
    .nav-toggle:before {
        background-color: #01266E;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .nav-toggle:after {
        background-color: #01266E;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
    background-image: url(../images/banner_with_padding.jpg);
    background-color: #14539A;
    background-repeat: no-repeat;
    background-position: center center;
    
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 830px;
}


.banner-small {
    /*background-image: url(../images/StockSnap_QQEPO7GLRQ_Background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
        */
    min-height: 90px;
    background-color: #292c47;
    background-image: url(../images/texture.png);
    background-repeat: repeat;
}
.banner-small #header {
    height:90px;
}
    
.banner-small #header div {
        height: 90px;
    }

.banner-text {
  padding-top: 22%;
  margin: 0px -15px 0px 12px;
}

.banner-text h2
{
    color: #fff;
    font-family: "Open Sans" , sans-serif;
    font-weight: 700;
    font-size: 39px;
    line-height: 1.45;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.banner-subheader {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 23, 71, 0.65);
    padding: 20px 18px 8px 20px;
    margin: 84px -15px 8px 48px;
    -moz-border-radius: 44px 0px 120px 0px;
    -webkit-border-radius: 44px 0px 120px 0px;
    border-radius: 44px 0px 120px 0px;
}

.banner-subheader p {
    color: white;
    font-size: 18px;
    font-weight:500;
    font-style:italic;
    line-height:1.3;
    margin-bottom: 10px;
}

/*.banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin: 8px 14px 4px 10px;
    margin-bottom: 10px;
}*/
.bottom-column {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.ebook-large {
    margin: 150px 0px 0px 16px;
}
.ebook-small {
    margin: 24px 8px 0px 8px;
}
.ebook-text h2 {
    font-family: "Open Sans", sans-serif;
    font-weight:900;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    line-height: 40px;
    margin-top:4px;
}

.ebook-small h2 {
    color: unset;
    line-height: unset;
    font-size: 21px;
    margin-top:10px;
    margin-bottom:16px;
}

.ebook-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 0px;
}

.ebook-small p {
    font-weight: 400;
    color: #2d3033;
}

.ebook-text label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin: 0px 0px 6px 0px;
}

.ebook-small label {
    color: unset;
    font-size: 18px;
}

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content
{
    border: 1px dotted #0A358C;
    padding: 0 15px;
    margin-top: 28px;
}
  .feature .icon {
    color: #0A358C;
    font-size: 60px; }

/* ==========================================================================
	$What
========================================================================== */
.what {
    margin-bottom: 30px;
    padding: 0px 10px;
}

.what-box {
    padding: 10px 15px 5px 15px;
    background-color: #fff;
}

.what-content {
    margin-top: 28px;
}

.what .icon {
    color: #0A358C;
    font-size: 60px;
}

.what-box:hover {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .2);
}

/* ==========================================================================
	$Help
========================================================================== */

.help-section{
    margin: -40px 0px 28px 0px;
}

.help-section .row {
    margin-left: -22px;
    margin-right: -22px;
}

.help {
    margin-bottom: 20px;
    padding: 0px 8px;
}

.help-box {
    padding: 16px 20px 16px 20px;
    background-color: white;
    border: solid 2px #0A358C;
    height: 100%;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, .2);
}

.help-box p {
    color: #0A358C;
    font-size: 19px;
    font-weight:400;
    line-height: 1.3;
    margin: 0;
}

.help-box:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .25);
    background-color: #ffab2f;
}

/*.help .icon {
    color: #0A358C;
    font-size: 60px;
}

.help-btn {
    background-color: rgba(0, 0, 0, 0.075);
    border: solid 1px #0e3992;
    color: #0e3992;
    padding: 3px 10px 5px 10px;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
}

.help-btn:hover, .help-btn:focus {
    background-color: #ff9204;
    color: #fff;
}*/

/* ==========================================================================
	$Need
========================================================================== */
.need {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.need-box {
    padding: 10px 15px 5px 15px;
    background-color: #0A358C;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, .2);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.need-content {
    margin-top: 5px;
    margin-bottom: 5px;
}

.need p {
    color: white;
    font-size: 20px;
}

.need .icon {
    color: #0A358C;
    font-size: 60px;
}

.need-box:hover {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .25);
    background-color: #0c3ea3;
}

.need-btn {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    padding: 3px 10px 5px 10px;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
}

.need-btn:hover, .need-btn:focus {
    background-color: #ff9204;
    color: #fff;
}

/* ==========================================================================
	$testimonial
========================================================================== */
.testimonial {
    margin-bottom: 30px;
    padding: 0px 10px;
}

.testimonial-header {
    width: 85%;
    margin: 0px auto 16px auto;
}

.testimonial-box {
    padding: 25px 25px 20px 25px;
    background-color: #fff;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, .2);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .2)
}

.testimonial-box:hover {
    background-color: #f7f7f7;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .2);
}

.testimonial-content p {
    font-size: 18px;
    font-style:italic;
    font-weight:300;
    line-height:24px;
    margin-bottom: 20px;
}

.testimonial-content h3{
    line-height: 1.5;
}

.testimonial-content h5 {
    font-weight: 600;
}

.testimonial-content img {
    border-radius: 50%;
    width: 64px;
}

/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
    .work .overlay {
        background: #0A358C;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -moz-transition: opacity, 0.3s;
        -o-transition: opacity, 0.3s;
        -webkit-transition: opacity, 0.3s;
        transition: opacity, 0.3s;
    }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }


/*.diagnostics {
    margin-left: 4px;
}

.diagnostics-colour {
    color: red;
}

.diagnostics-primarypointer {
    display: none;
}

.diagnostics-nofinepointer {
    display: none;
}

.diagnostics-primaryhover {
    display: none;
}

.diagnostics-nohover {
    display: none;
}

@media screen and (min-width: 920px) {
    .diagnostics-small {
        display:none;
    }
}

@media screen and (max-width: 920px) {
    .diagnostics-large {
        display: none;
    }
}

@media (pointer:fine) {
    .diagnostics-primarypointer {
        display: block;
    }
    .diagnostics-noidea {
        display: none;
    }
}

@media (hover:hover) {
    .diagnostics-primaryhover {
        display: block;
    }
    .diagnostics-noidea {
        display: none;
    }
}

@media (pointer:coarse) , (pointer:none) {
    .diagnostics-nofinepointer {
        display: block;
    }
    .diagnostics-noidea {
        display: none;
    }
}

@media (any-hover:none) {
    .diagnostics-nohover {
        display: block;
    }
    .diagnostics-noidea {
        display: none;
    }
}*/


/*Give big screens hover by default - this hack is required for older browsers that don't support any-pointer or any-hover*/
@media screen and (min-width: 920px) {
    .work-box:hover img {
        -moz-transform: scale(1.2) translate(-40%,-5%);
        -ms-transform: scale(1.2) translate(-40%,-5%);
        -webkit-transform: scale(1.2) translate(-40%,-5%);
        transform: scale(1.2) translate(-40%,-5%);
    }

    .work-box:hover .overlay {
        opacity: 0.90;
    }

        .work-box:hover .overlay h5, .work-box:hover .overlay p {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

/*Full mouse/hover support gets hover features regardless of size*/
@media (pointer:fine) and (hover:hover) {
    /*@media screen and (min-device-width: 768px) {*/
    .work-box:hover img {
        -moz-transform: scale(1.2) translate(-40%,-5%);
        -ms-transform: scale(1.2) translate(-40%,-5%);
        -webkit-transform: scale(1.2) translate(-40%,-5%);
        transform: scale(1.2) translate(-40%,-5%);
    }

    .work-box:hover .overlay {
        opacity: 0.90;
    }

    .work-box:hover .overlay h5, .work-box:hover .overlay p {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*Now take away support from any larger device that doesn't have full mouse/hover support*/
@media not any (pointer:fine) and (hover:hover) {
    /*@media screen and (min-device-width: 768px) {*/
    .work-box:hover img {
        -moz-transform: scale(1) translate(-50%,0);
        -ms-transform: scale(1) translate(-50%,0);
        -webkit-transform: scale(1) translate(-50%,0);
        transform: scale(1) translate(-50%,0);
    }

    .work-box:hover .overlay {
        opacity: 0;
    }

        .work-box:hover .overlay h5, .work-box:hover .overlay p {
            opacity: 0;
            -moz-transform: scale(1) translate(0,0);
            -ms-transform: scale(1) translate(0,0);
            -webkit-transform: scale(1) translate(0,0);
            transform: scale(1) translate(0,0);
        }
}


.work-box {
    display: block;
}

    .work-box img {
        position: absolute;
        display: block;
        left: 50%;
        transform: translate(-50%,0);
        height: 350px;
        width: 650px;
    }


    .work .overlay p {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }

    /* ==========================================================================
	$Teams
========================================================================== */

    .social-icons, .footer .footer-share {
        margin-top: 30px;
    }

        .social-icons li, .footer .footer-share li {
            float: left;
        }

        ul.footer-share {
            margin-left: 0px;
        }

        .social-icons a, .footer .footer-share a {
            border: 1px solid #e8ecee;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            color: #c6cacc;
            display: block;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            margin-right: 5px;
            text-align: center;
            width: 40px;
        }

            .social-icons a:hover, .footer .footer-share a:hover {
                background-color: #0A358C;
                border-color: #0A358C;
                color: #fff;
            }



.footer-share a svg {
    display: block;
    margin-left: 3px;
    margin-top: 3px;
    width: 30px;
    height:30px;
    fill: white;
}


.projects {
    background-color: rgba(0, 0, 0, 0.05);
}

.container-wide {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-wide {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-wide {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        width: 1170px;
    }
}

@media (min-width: 1500px) {
    .container-wide {
        width: 1400px;
    }
}


    /* ==========================================================================
	$Download
========================================================================== */
    .download h3 {
        margin-top: 0;
    }

    .download p {
        color: #2d3033;
        font-weight: 600;
        text-transform: uppercase;
    }

    .download .btn {
        margin-top: 30px;
    }

    .bottom10 {
        margin-bottom: 10px;
    }

    .space10 {
        padding: 10px 0;
    }

    .space30 {
        padding: 30px 0;
    }

    .space100 {
        padding: 100px 0;
    }

    /* -- 7.1 faq info -- */

    #faq-info {
        background: #5900B3;
        color: #FFFFFF;
    }

        #faq-info p {
            color: #FFFFFF;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        #faq-info h2 {
            font-size: 50px;
            font-weight: 300;
            color: #fff;
            margin: 0 0 20px;
        }




    /* ===[ 8. CONTACT FORM ]======================================================================= */

    #contact {
        background-color: #FFFFFF;
    }

        #contact i {
            padding-right: 4px;
        }

    .contact-form form .input-error {
        border-color: #FF0000;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
        -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    }

    .contact-form form textarea {
        height: 150px;
    }


    /* ==========================================================================
	$Footer
========================================================================== */
    .footer {
        text-align: center;
    }

    .footer-top {
        background-color: #4a6aac;
        padding-top: 30px;
        background-image: url('../images/texture.png');
    }

    .footer-bottom {
        background-color: #01266E;
        padding: 20px 0;
    }

    .footer .footer-col {
        margin-bottom: 30px;
    }

    .footer h5 {
        color: #fff;
    }

    .footer h5 {
        margin-bottom: 20px;
    }

    .footer p {
        color: rgba(255, 255, 255, 0.5);
    }

    .footer a {
        color: #fff;
    }

    .footer a:hover {
        color: #0A358C;
    }

    .footer-bottom a {
        margin-left: 8px;
        color: rgba(255, 255, 255, 0.65);
    }

    .footer-bottom a:hover {
        color: #fff;
    }

    .footer .footer-share {
        margin-top: 0;
    }

        .footer .footer-share li {
            display: inline-block;
            float: none;
        }

        .footer .footer-share a {
            border-width: 2px;
            color: #fff;
        }

    .footer .fa-heart {
        color: #0A358C;
        font-size: 11px;
        margin: 0 2px;
    }

    /* ==========================================================================
	$Utilities
========================================================================== */
    .work:nth-child(1) {
        -moz-animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .work:nth-child(2) {
        -moz-animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .work:nth-child(3) {
        -moz-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .work:nth-child(4) {
        -moz-animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .work:nth-child(5) {
        -moz-animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .work:nth-child(6) {
        -moz-animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .work:nth-child(7) {
        -moz-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .work:nth-child(8) {
        -moz-animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .animated {
        visibility: visible;
    }

    /* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
    @font-face {
        font-family: "elegant-theme-line";
        src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff');
    }

    .icon {
        font-family: 'elegant-theme-line';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-mobile:before {
        content: "\e000";
    }

    .icon-laptop:before {
        content: "\e001";
    }

    .icon-desktop:before {
        content: "\e002";
    }

    .icon-tablet:before {
        content: "\e003";
    }

    .icon-phone:before {
        content: "\e004";
    }

    .icon-document:before {
        content: "\e005";
    }

    .icon-documents:before {
        content: "\e006";
    }

    .icon-search:before {
        content: "\e007";
    }

    .icon-clipboard:before {
        content: "\e008";
    }

    .icon-newspaper:before {
        content: "\e009";
    }

    .icon-notebook:before {
        content: "\e00a";
    }

    .icon-book-open:before {
        content: "\e00b";
    }

    .icon-browser:before {
        content: "\e00c";
    }

    .icon-calendar:before {
        content: "\e00d";
    }

    .icon-presentation:before {
        content: "\e00e";
    }

    .icon-picture:before {
        content: "\e00f";
    }

    .icon-pictures:before {
        content: "\e010";
    }

    .icon-video:before {
        content: "\e011";
    }

    .icon-camera:before {
        content: "\e012";
    }

    .icon-printer:before {
        content: "\e013";
    }

    .icon-toolbox:before {
        content: "\e014";
    }

    .icon-briefcase:before {
        content: "\e015";
    }

    .icon-wallet:before {
        content: "\e016";
    }

    .icon-gift:before {
        content: "\e017";
    }

    .icon-bargraph:before {
        content: "\e018";
    }

    .icon-grid:before {
        content: "\e019";
    }

    .icon-expand:before {
        content: "\e01a";
    }

    .icon-focus:before {
        content: "\e01b";
    }

    .icon-edit:before {
        content: "\e01c";
    }

    .icon-adjustments:before {
        content: "\e01d";
    }

    .icon-ribbon:before {
        content: "\e01e";
    }

    .icon-hourglass:before {
        content: "\e01f";
    }

    .icon-lock:before {
        content: "\e020";
    }

    .icon-megaphone:before {
        content: "\e021";
    }

    .icon-shield:before {
        content: "\e022";
    }

    .icon-trophy:before {
        content: "\e023";
    }

    .icon-flag:before {
        content: "\e024";
    }

    .icon-map:before {
        content: "\e025";
    }

    .icon-puzzle:before {
        content: "\e026";
    }

    .icon-basket:before {
        content: "\e027";
    }

    .icon-envelope:before {
        content: "\e028";
    }

    .icon-streetsign:before {
        content: "\e029";
    }

    .icon-telescope:before {
        content: "\e02a";
    }

    .icon-gears:before {
        content: "\e02b";
    }

    .icon-key:before {
        content: "\e02c";
    }

    .icon-paperclip:before {
        content: "\e02d";
    }

    .icon-attachment:before {
        content: "\e02e";
    }

    .icon-pricetags:before {
        content: "\e02f";
    }

    .icon-lightbulb:before {
        content: "\e030";
    }

    .icon-layers:before {
        content: "\e031";
    }

    .icon-pencil:before {
        content: "\e032";
    }

    .icon-tools:before {
        content: "\e033";
    }

    .icon-tools-2:before {
        content: "\e034";
    }

    .icon-scissors:before {
        content: "\e035";
    }

    .icon-paintbrush:before {
        content: "\e036";
    }

    .icon-magnifying-glass:before {
        content: "\e037";
    }

    .icon-circle-compass:before {
        content: "\e038";
    }

    .icon-linegraph:before {
        content: "\e039";
    }

    .icon-mic:before {
        content: "\e03a";
    }

    .icon-strategy:before {
        content: "\e03b";
    }

    .icon-beaker:before {
        content: "\e03c";
    }

    .icon-caution:before {
        content: "\e03d";
    }

    .icon-recycle:before {
        content: "\e03e";
    }

    .icon-anchor:before {
        content: "\e03f";
    }

    .icon-profile-male:before {
        content: "\e040";
    }

    .icon-profile-female:before {
        content: "\e041";
    }

    .icon-bike:before {
        content: "\e042";
    }

    .icon-wine:before {
        content: "\e043";
    }

    .icon-hotairballoon:before {
        content: "\e044";
    }

    .icon-globe:before {
        content: "\e045";
    }

    .icon-genius:before {
        content: "\e046";
    }

    .icon-map-pin:before {
        content: "\e047";
    }

    .icon-dial:before {
        content: "\e048";
    }

    .icon-chat:before {
        content: "\e049";
    }

    .icon-heart:before {
        content: "\e04a";
    }

    .icon-cloud:before {
        content: "\e04b";
    }

    .icon-upload:before {
        content: "\e04c";
    }

    .icon-download:before {
        content: "\e04d";
    }

    .icon-target:before {
        content: "\e04e";
    }

    .icon-hazardous:before {
        content: "\e04f";
    }

    .icon-piechart:before {
        content: "\e050";
    }

    .icon-speedometer:before {
        content: "\e051";
    }

    .icon-global:before {
        content: "\e052";
    }

    .icon-compass:before {
        content: "\e053";
    }

    .icon-lifesaver:before {
        content: "\e054";
    }

    .icon-clock:before {
        content: "\e055";
    }

    .icon-aperture:before {
        content: "\e056";
    }

    .icon-quote:before {
        content: "\e057";
    }

    .icon-scope:before {
        content: "\e058";
    }

    .icon-alarmclock:before {
        content: "\e059";
    }

    .icon-refresh:before {
        content: "\e05a";
    }

    .icon-happy:before {
        content: "\e05b";
    }

    .icon-sad:before {
        content: "\e05c";
    }

    .icon-facebook:before {
        content: "\e05d";
    }

    .icon-twitter:before {
        content: "\e05e";
    }

    .icon-googleplus:before {
        content: "\e05f";
    }

    .icon-rss:before {
        content: "\e060";
    }

    .icon-tumblr:before {
        content: "\e061";
    }

    .icon-linkedin:before {
        content: "\e062";
    }

    .icon-dribbble:before {
        content: "\e063";
    }


    /* Sections background */

    /*.features {
        background:#ffffff;
    }*/

/*.banner {
    background: #1076E4;
}*/


.workedfor {

}


.workedfor div {
    text-align:center;
}

.workedfor div img {
    margin:10px;
    width:100px;
}


.imageHorizontal {
    display:inherit;
}

.imageVertical {
    display:none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
