/*! Place your custom styles here */

h1 {
    font-family: "Titillium Web";
    font-size: 45px;
	padding-top: 15px;
    font-weight: 900;
}

h2, h3, h4 {
    font-family: "Titillium Web";
}

.header_divider {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTQwQzI4Ni41NCAxNDAgMCAwIDAgMGgxMjgwUzk5My40NiAxNDAgNjQwIDE0MHoiLz48L2c+PC9zdmc+);
	background-size: 100% 35px;
	bottom: -1px;
	height: 100px;
	z-index: 1;
	transform: rotateX(180deg);
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-repeat: no-repeat;
}

.imagebg {
  min-height: 500px;
}

.nav-container {
    position: absolute;
	z-index: 9999;
	width: 100%;
  background-color: white;
}

.header_gradient {
    background: linear-gradient(224.75deg, rgba(73, 207, 172, 0.71) 0%, rgba(51,175,249,0.71) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
    color: #002339;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}

.menu-horizontal > li:hover a {
  color: #20c499;
}

.brandline {
    position: absolute;
}

.b_white {
    margin-left: -135px;
    max-height: 200px;
    top: 0px;
}

.b_green {
    right: 0px;
    top: 0px;
}


[data-overlay].image--light:before {
	background: #fff0;
}





/* USP's */

.usps {
    padding-top: 10px;
}

.boxed.boxed--border {
	border: 1px solid #ececec;
	box-shadow: 0px 2px 3px #0000001f, 0px 8px 20px rgba(220, 220, 220, 0.35);
}

.usps i.icon:after {
	content: '';
	width: 60px;
	height: 60px;
	background-color: #00d1c42b;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 100px;
	z-index: 1;
}

.usps .row .col-sm-4:nth-child(odd) i.icon:after {
    left: 28px;
    top: 28px;
}

.usps .icon:before {
	z-index: 2;
	position: relative;
}

[class*='bg-']:not(.bg--white):not(.bg--secondary) p, [class*='imagebg']:not(.image--light) p {
	opacity: 1;
	color: #012338;
	font-size: 16px;
}




/* Footer */

.box {
    max-width: 100%;
    /* width: 600px; */
    padding: 40px;
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: inset 0 8px 0 0 #00D1C4, 0 7px 34px -20px rgba(1,35,56,0.25), 0 49px 147px 0 rgba(0,0,0,0.05);

}

.cta {
    background-color: #00D1C4;
    color: #fff;
    border-radius: 100px;
    margin-top: 15px;
    padding: 15px 25px;
    transition: .2s all ease-in-out;
    border: 2px solid #00D1C4;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.cta:hover {
    color: #00D1C4;
    border: 2px solid #00D1C4;
    background-color: #fff;
    text-decoration: none;
}

.b_footer_blue {
    left: 0px;
    margin-top: -80px;
}

.b_footer_green {
    right: 0px;
    margin-top: -150px;
}

@media all and (max-width: 1550px) {
    .b_green {
        right: -200px;
    }
}







/* Responsive */

@media all and (max-height: 600px) {
  body h1 {
    margin-top: 65px !important;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .bar-2 .bar__module, .bar-1 .bar__module {
      margin-bottom: 0px;
  }
}

@media all and (max-width: 766px) {
  .usps .col-xs-12 {
    width: 100%;
    max-width: 400px;
    float: none;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .calltoactionblock {
    max-width: 80%;
  }

  .imagebg {
    min-height: 500px;
    display: flex;
    align-items: center;
  }

  .header_divider {
    background-size: 100% 30px;
  }
}

@media all and (max-width: 545px) {
  .b_footer_blue {
    left: 0px;
    margin-top: 40px;
  }
  .b_footer_green {
      right: 0px;
      margin-top: -100px;
  }
}




.imagebg .icon {
  color: #000;
}

.bg--blue {
	color: #5068C0;
}

.bar .logo {
  max-height: 2em;
  max-width: 6em;
  margin-left: 0px;
  top: 0px;
}

.footer-3 .logo {
  max-height: 2.5em;
}

.card-1 .card__body {
  border-bottom: 0px solid #ececec;
}

.feature-7 {
  margin-bottom: 30px;
}

.csd-header--anim{
    opacity:.7;
    position:relative;
    background-image:url(/img/people.svg);
     background-size: auto 100%;
    background-repeat:repeat-x;
    overflow:hidden;
    width:100%;
    height:100%;
}
.magic-circle,.threat{
    position:absolute;
    opacity:0;
    border-radius:50%
}
@media only screen and (min-width:655px){
    .csd-header--anim{
      background-size: auto 100%;
    }
}
.magic-circle{
    background:url(/img/source-code.svg) red;
    transition:opacity 3s ease-in-out,width 15s ease-in-out,height 15s ease-in-out,background-position 10s ease-in-out,-webkit-transform 10s ease-in-out;
    transition:transform 10s ease-in-out,opacity 3s ease-in-out,width 15s ease-in-out,height 15s ease-in-out,background-position 10s ease-in-out;
    transition:transform 10s ease-in-out,opacity 3s ease-in-out,width 15s ease-in-out,height 15s ease-in-out,background-position 10s ease-in-out,-webkit-transform 10s ease-in-out
}
.threat{
    border-style:solid;
    border-width:0;
    background-color:#F7941E;
    transition:opacity 4s ease-in-out;
    width:12px;
    height:12px
}
.magic-logo,.magic-shield{
    width:69px;
    height:69px;
    margin:0;
    opacity:0;
    position:absolute
}
.magic-logo{
    transition:opacity 1s ease-in-out
}
.magic-shield{
    transition:opacity .5s ease-in-out
}

.bar .menu-horizontal
{
  font-size: 1.2em;
  top: 0px;
}

.bar {
    padding: 1.3em 0;
}

.feature__body h4
{
  color: #20c499;
  font-weight: bold;
}

.bg--primary {
  background: #20c499;
}

.whitebox-with-line{
  border-top: 1px solid #ebebeb;
}

.feature i.icon.color--primary{
  /* color icons */
  color:#1e3064 !important;
}

.feature h4{
  /*color:#1e3064 !important;*/
}

.color-darkblue{
  color:#1e3064 !important;
}

.bg--dark{
  background: #404135;
}
