@font-face {
    font-family: 'brandon_grotesquebold_italic';
    src: url('../fonts/brandon_bld_it-webfont.eot');
    src: url('../fonts/brandon_bld_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_bld_it-webfont.woff2') format('woff2'), url('../fonts/brandon_bld_it-webfont.woff') format('woff'), url('../fonts/brandon_bld_it-webfont.ttf') format('truetype'), url('../fonts/brandon_bld_it-webfont.svg#brandon_grotesquebold_italic') format('svg');
    font-weight: normal;
    font-#statstyle: normal;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/brandon_bld-webfont.eot');
    src: url('../fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_bld-webfont.woff2') format('woff2'), url('../fonts/brandon_bld-webfont.woff') format('woff'), url('../fonts/brandon_bld-webfont.ttf') format('truetype'), url('../fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandon_blk-webfont.eot');
    src: url('../fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_blk-webfont.woff2') format('woff2'), url('../fonts/brandon_blk-webfont.woff') format('woff'), url('../fonts/brandon_blk-webfont.ttf') format('truetype'), url('../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight_italic';
    src: url('../fonts/brandon_light_it-webfont.eot');
    src: url('../fonts/brandon_light_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_light_it-webfont.woff2') format('woff2'), url('../fonts/brandon_light_it-webfont.woff') format('woff'), url('../fonts/brandon_light_it-webfont.ttf') format('truetype'), url('../fonts/brandon_light_it-webfont.svg#brandon_grotesquelight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto', sans-serif;font-weight:300;
    src: url('../fonts/brandon_light-webfont.eot');
    src: url('../fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_light-webfont.woff2') format('woff2'), url('../fonts/brandon_light-webfont.woff') format('woff'), url('../fonts/brandon_light-webfont.ttf') format('truetype'), url('../fonts/brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'spin-font';
    src: url('../fonts/spin-font.eot');
    src: url('../fonts/spin-font.eot') format('embedded-opentype'), url('../fonts/spin-font.ttf') format('truetype'), url('../fonts/spin-font.woff') format('woff'), url('../fonts/spin-font.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'spin-font';
    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;
}

body,
li.featured a {
    font-family: 'brandon_reg-webfont', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.btn,
.hero-txt,
.navigation,
.nav-tabs li a,
.nav-tabs li li a {
    font-family: 'brandon_grotesquemedium', sans-serif;
    font-weight: 200;
    font-style: normal;
}

strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-big {
    font-family: 'brandon_grotesquemedium', sans-serif;
}


/* Global & Helper */

@font-face {
    font-family: 'MyWebFont';
    src: url('webfont.eot');
    /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.hero-content a.logo {
    width: 100%;
    display: block;
    text-align: center;
    height: 100vh;
    vertical-align: middle;
}

a.logo img {
    display: block;
    margin-top: 0;
    margin: 0 auto;
}

.button_down {
    color: #ccc;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    /* animation-name: bounce;*/
    animation-play-state: running;
    animation-timing-function: ease;
    height: auto;
    margin: 0 auto;
    width: auto;
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-delay: 2s;
}

.button_down a.imgcircle {
    width: auto;
    margin: 0 auto;
    -webkit-animation: fadein 6s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s;
    /* Firefox < 16 */
    -ms-animation: fadein 6s;
    /* Internet Explorer */
    -o-animation: fadein 6s;
    /* Opera < 12.1 */
    animation: fadein 6s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.button_down a.imgcircle:hover {
    opacity: 1;
}

body {
    color: #000;
    font-size: 12pt;
    background: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;font-weight:300;, sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;font-weight:300;, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

h1 {
    font-size: 112px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 68px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width: 580px) {
    h2 {
        font-size: 55px;
    }
}

h3 {
    font-family: 'brandon_grotesquebold', sans-serif;
    font-size: 16px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

h4 {
    font-size: 50px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

h5 {
    font-size: 40px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

#about h5,
#values h5 {
    font-size: 32px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: none!important;
    color: #CCAB09;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 40px;
}

@media (max-width: 580px) {
    #about.section,
    #services.section,
    #team.section,
    #contact.section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 580px) {
    #about h5,
    #values h5 {
        font-size: 29px;
        line-height: 35px;
    }
}

#values h5 {
    margin-top: 5%;
}

#about p {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;font-weight:300;, sans-serif;
    line-height:1.6;
}

#about h2 {
    color: #333;
}

#values h2 {
    color: #fff;
}

#about div.sub-title.lead3 {
    font-size: 25px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    color: #333;
    position: relative;
    text-align: left;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

#about .container-box{
    
    background:#fff;
    margin-top:50px;
    
    margin-bottom:20px;
    margin:0 auto;
    
    padding-bottom:30px;
}

#about .columns{

  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;

}

@media (max-width: 580px) {
    #about .columns{ 
  columns:1;
  -webkit-columns: 1;
  -moz-columns: 1;
    }
}

@media () {
    #about .container-box{
     
    }
}
#about h3{
    text-transform:none;
    font-size:40px;
    letter-spacing:-1.2px;
    line-height:45px;
}

#about .container-box h3{
    text-transform:none;
    font-size:24px;
    position:relative;
    margin-bottom:30px;
    text-align:left;
    clear:both;
    margin: 0 auto;
     line-height:30px;
     letter-spacing:normal;
     margin-bottom:15px;
}


/*#about .container-box h3:after{
    background: #ccab09;
    content: "";
    height: 5px;
    display:block;
    margin-bottom:20px;
    margin-top:20px;
    width: 50px;
   

}*/
#about .strategy{
    padding-left:0;
    padding-bottom:20px;
}
#about .technology{
    padding-right:0;
    
}

#about .container-box ul{
   margin-bottom:20px;
    

}

 #about .fadeInLeftBig ul{
    padding-left:0;
}

#about .container-box li, #about .fadeInLeftBig ul li{
    font-size:19px;
    text-align:left;
    list-style:none;
    margin:0 auto;
}
#about .container-box li:before, #about .fadeInLeftBig ul li:before{

    font-family: 'spin-font';
    color:#ccac02;
    content: "\e60a"!important;
    font-size:13px;
    margin-right:10px;

}

#about .fadeInLeftBig ul li {
    font-size:19px;}


/*#about div.sub-title.lead3:before {
    height: 5px;
    width: 50px;
    background: #CCAB09;
    content: "";
    position: absolute;
    top: -14px;
}*/

#about .col-sm-6 p {
    text-align: left!important;
}

#about img {
    width: 95%!important;
    margin-bottom:50px;
    margin-top:50px;
    
}
#about .row.images{
    
    margin-bottom:30px;
}
#about .row.industries ul{
    
    margin-bottom:30px;
    background:#eee;
    padding:30px;
    min-height:150px;
}
#about .row.industries ul li{
    line-height:31px;
}

#about .services-solutions ul{

    max-width:330px;
    margin:0 auto;
    margin-bottom:150px;
}

#about .services-solutions h3, #about .industries h3{
text-transform:uppercase;
font-size:27px;
text-align:center;
margin-top:15px;
}



#about .panel-body ul li{
    text-align:left;
}

@media (max-width: 580px) {
    #about img {
        width: 80%!important;
        margin-bottom: 30px;
    }
}

h6 {
    font-size: 30px;
    font-family: 'brandon_grotesquebold', sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

h7,
.h7 {
    font-size: 24px;
    font-family: 'brandon_grotesquemedium', sans-serif;
    font-weight: 200;
    font-style: normal;
}

h8,
.h8 {
    font-size: 22px;
    font-family: 'brandon_grotesquemedium', sans-serif;
    font-weight: 200;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
.h7,
.h8 {
    font-weight: 100;
    display: block;
}

h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 20px;
}

h7,
.h7,
h8,
.h8 {
    margin-top: 0;
    margin-bottom: 5px;
}

a {
    color: #ccac02;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #ccac02;
    text-decoration: none!important;
    outline: none;
}

.form-group textarea {
    min-height: 200px;
    margin-left: 5px;
    min-width: 150px;
}

.tab-content {
    border: none;
}

hr {
    width: 20px;
    border-top: 1px solid #ccac02;
}

hr.white {
    border-color: #F3AE9B;
}

#hero strong {
    font-weight: 500;
}

.light {
    color: #fff;
}

.dark {
    color: #000;
}

.highlight {
    color: #ccac02;
}

.small {
    font-size: 11pt;
}

.hiding {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.big {
    font-size: 14pt;
}

.center {
    text-align: center;
}

.btn {
    border: 1px solid #ddd;
    border-radius: 0;
    background: transparent;
}

.btn:Hover {
    opacity: 1;
}

.btn-lg {
    font-size: 28px;
}

.btn-3d {
    background: #ccac02;
    color: #fff;
    border: 1px solid transparent;
    border-bottom: 5px solid #BA3512;
    border-radius: 4px;
}

.btn-3d .fa {
    opacity: .4;
    color: #333;
    margin-right: 10px;
}

.btn-3d span {
    position: relative;
    top: -8px;
}

.btn-3d:Hover {
    border: 1px solid #ddd;
    background: #fff;
    color: #ccac02 !important;
    border-bottom: 5px solid #ddd;
}

.btn-3d:Hover .fa {
    opacity: 1;
    color: #ccac02;
}

.color .btn-3d {
    color: #ccac02 !important;
    background: #fff;
    border-color: #ddd;
}

.color .btn-3d .fa {
    color: #ccac02 !important;
}

.btn-primary {
    opacity: 1;
    background: #ccac02;
    color: #fff;
    border-color: #ccac02;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active {
    background: #af8f00;
    color: #fff;
    border-color: #af8f00;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f2613a !important;
    border-color: #ccac02 !important;
}

.btn-secondary {
    opacity: 1;
    background: #25201f;
    color: #fff;
    border-color: #4d4645;
}

.btn-secondary:Hover {
    background: #4d4645;
    color: #fff;
    border-color: #4d4645;
}

.btn-tertiary {
    opacity: 1;
    background: transparent;
}

.btn-tertiary:Hover {
    background: #fff;
    color: #ccac02 !important;
    border-color: #fff;
}

.btn-default {
    opacity: 1;
    background: transparent;
}

.btn-default:Hover {
    background: #ccac02;
    color: #fff;
    border-color: #ccac02;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #ccac02;
    color: #fff;
    border-color: #ccac02;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ccac02 !important;
    border-color: #ccac02 !important;
}

.color .btn-default {
    opacity: 1;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.color .btn-default:Hover {
    background: #fff;
    color: #ccac02;
    border-color: #fff;
}

.btn-lg {
    font-size: 35px;
    padding: 21px 55px;
}

.btn-sm {
    font-size: 20px;
    padding: 17px 43px;
}

.btn-xs {
    font-size: 18px;
    padding: 13px 35px;
}

.btn-3d {
    padding-left: 15px;
    padding-right: 30px;
    font-size: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.light .btn {
    color: #fff;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    overflow: hidden;
}

.icon-docs {
    background: url('../img/icons/icon-docs.png');
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.active .icon-docs {
    background: url('../img/icons/icon-docs-active.png');
}

.icon-active {
    color: #ccac02;
}

.icon-light {
    color: #fff;
}

.section {
    min-height: 350px;
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.sub-title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;font-weight:300;
    line-height: 23px;
}

.overlay {
    background: #120e21;
    opacity: .70;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.overlay.color {
    background: #131f43;
    opacity: .90;
}

.container {
    z-index: 1;
    position: relative;
}

.icon-wrap {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: -10px;
}

.article-big h5 {
    margin-bottom: 20px;
}

.article-big p {
    margin-bottom: 20px;
}


/* Content */

.intro-header {
    /*background: #0b0b36 ;*/
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #000012 0px, #000035 50%, #000047 100%) repeat scroll 0 0;
    color: #f8f8f8;
    height: 100vh;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}


/*--------ABOUT----*/

#about {
    min-height: 70vh;
    width: 100%;
    display: block;
    color: #333;
    padding-bottom:80px;
}


}
#hero .container {
    position: static;
}
#hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -195px;
}
#hero hr {
    width: 11%;
    border: 0;
    border-top: 1px solid #FFF;
    display: inline-block;
}
#hero .hero-small span {
    font-size: 18pt;
    font-weight: 300;
    display: inline-block;
    margin: 0 20px 15px;
    position: relative;
    top: -12px;
}
#hero .hero-small .sep {
    width: 15px;
    display: inline-block;
}
#hero .hero-small span.fa {
    margin: 0px 10px 0px 0px;
    font-size: 20pt;
    top: -3px;
}
#hero .hero-big {
    font-size: 100pt;
    text-transform: uppercase;
    line-height: 100px;
    margin-bottom: 25px;
}
#hero .hero-normal {
    font-size: 22pt;
    margin: 15px 0px 40px 0px;
}
#hero .btn-3d {
    padding: 10px 27px 10px 17px;
    margin: 0px 25px 0px 0px;
}
#hero {
    bottom: 0px;
    right: 0px;
    min-width: 70%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
.navbar-default {
    background: #020731;
}
.navigation-bar-header {
    background: #020731;
    position: relative;
    z-index: 1;
}
.navigation-bar-header.sticky {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9;
}
.sticky-wrapper {
    margin-top: 0px;
    height: 90px;
}
.navigation {
    margin-left: -15px;
    margin-right: -15px;
}
.navigation-bar {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
    display: table;
}
.navigation-bar-left {
    float: left;
    width: 100%;
}
.navigation-bar-right {
    float: right;
}
.navigation-bar:after {
    content: '';
    clear: both;
}
.navigation-bar > li {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.navigation-bar > li a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-family: 'brandon_grotesquebold';
    letter-spacing: 1px;
}
.navigation-bar > li a:hover,
.navigation-bar > li a.active,
.navigation-bar > li a:focus,
.navigation-bar > li a.active:hover {
    color: #ccac02;
    text-decoration: none;
    background: none;
}
.navigation-bar > li.active a {
    color: #ccac02;
    background: none;
}
.navigation-bar > li.featured {
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.sticky .navigation-bar > li.featured {
    opacity: 1;
}
.navigation-bar > li.featured {
    padding-bottom: 22px;
    padding-top: 22px;
    margin-right: 25px;
    float: right;
}
.navigation-bar > li.featured i {
    padding-right: 10px;
}
.navigation-bar > li.featured a {
    background: #ccac02;
    outline: 1px solid #ccac02;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: 15px;
    font-size: 14px;
}
.navigation-bar > li.featured a:hover {
    background: #ccac02;
    color: #fff;
    outline: 1px solid #ccac02;
}
.navigation-social li {
    padding-top: 45px;
    padding-bottom: 15px;
}
.navigation-social li a {
    font-size: 15pt;
    padding-left: 20px;
    padding-right: 20px;
}
.navigation-social {
    z-index: 100;
    position: relative;
}
.navigation-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    z-index: 1;
    border: none;
}
.navigation-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
}
.navigation-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
#stat {
    background-image: url('../img/sound-wave.jpg');
    background: rgba(0, 0, 0, 0) url("../img/sound-wave.jpg") no-repeat fixed center bottom / cover;
    padding-top: 80px;
    padding-bottom: 66px;
    position: relative;
    min-height: 198px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#stat .stat-info {
    font-size: 17pt;
}
#stat .stat {
    font-size: 80px;
    color: #ccac02;
    font-family: 'brandon_grotesqueblack';
}
#stat .icon-wrap {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: -10px;
}
#contact {
    background: url('../img/register-bg.jpg') center top no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
#contact .panel-default > .panel-heading {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 1px solid #fff;
}
#contact .overlay {
    opacity: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ccac02+0,b99235+100,b7a201+100 */
    
    background: #ccac02;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ccac02 0%, #b99235 100%, #b7a201 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccac02), color-stop(100%, #b99235), color-stop(100%, #b7a201));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #ccac02 0%, #b99235 100%, #b7a201 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #ccac02 0%, #b99235 100%, #b7a201 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #ccac02 0%, #b99235 100%, #b7a201 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #ccac02 0%, #b99235 100%, #b7a201 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ccac02', endColorstr='#b7a201', GradientType=0);
    /* IE6-9 */
}
#contact .section,
#newsletter.section {
    padding-top: 60px;
}
#contact .input-group {
    width: 100%;
    float: right;
}

.contact_details{
    background:blue;
    display:block;
    width:100%;
}
#elements {
    text-align: left;
    background: #fafafa;
}
.vc-example {
    margin-bottom: 40px;
}
.buttons li {
    margin-bottom: 10px;
}
.sub-list {
    list-style: none;
    padding-left: 0;
    padding-top: 5px;
}
.sub-list i {
    vertical-align: middle;
    padding-right: 25px;
    color: #ccac02;
    font-size: 21px;
}
.sub-list li {
    margin: 15px 0px;
    font-weight: 300;
}
.nav-tabs-default {
    border: 1px solid #ddd;
}
.nav-tabs-default .nav-tabs {
    border-bottom: none;
}
.nav-tabs-default .nav-tabs li {
    text-align: center;
}
.nav-tabs-default .nav-tabs li a,
.nav-tabs-default .nav-tabs li a:Hover,
.nav-tabs-default .nav-tabs.nav-justified > .active>a,
.nav-tabs-default .nav-tabs.nav-justified > .active>a:hover,
.nav-tabs-default .nav-tabs.nav-justified > .active>a:focus,
.nav-tabs-default .nav-tabs > .active>a,
.nav-tabs-default .nav-tabs > .active>a:hover,
.nav-tabs-default .nav-tabs > .active>a:focus {
    border: none;
}
.nav-tabs-default > .nav-tabs li a {
    padding: 15px 45px !important;
}
.nav-tabs-default > .nav-tabs.nav-justified li a {
    padding: 20px 15px !important;
}
.nav-tabs-default .nav-tabs li {
    border-right: 1px solid #ddd;
    margin-bottom: 0;
}
.nav-tabs-default .nav-tabs li:last-child {
    border-right: none;
}
.nav-tabs-default > .nav-tabs > li > a,
.nav-tabs-default > .nav-tabs li a {
    margin-right: 0;
    border-radius: 0;
    border: none;
    padding: 20px 15px;
}
.nav-tabs-default > .nav-tabs > li:Hover > a,
.nav-tabs-default > .nav-tabs > li.active > a {
    background: #022246;
    color: #ccac02;
}
.nav-tabs-default > .nav-tabs > li .title {
    font-size: 25px;
}
.nav-tabs-default > .nav-tabs > li .subtitle {
    font-size: 18px;
}
.nav-tabs-default > .nav-tabs > li.active {
    position: relative;
}
.nav-tabs-default > .nav-tabs > li.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 73, 25, 0);
    border-top-color: #022246;
    border-width: 7px 10px;
    margin-left: -10px;
    z-index: 1;
}
.nav-tabs-default > .tab-content > .tab-pane {
    text-align: left;
}
.nav-tabs-default > .tab-content > .tab-pane {
    border-top: 1px solid #ddd;
}
.nav-tabs-default .tab-pane .nav-tabs {
    background: #ECECEC;
}
.nav-tabs-default .tab-pane .nav-tabs li a {
    position: relative;
    z-index: 0;
    background: #ECECEC;
    color: #333;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
}
.nav-tabs-default .tab-pane .nav-tabs > li:Hover a,
.nav-tabs-default .tab-pane .nav-tabs > li.active > a,
.nav-tabs-default .tab-pane .nav-tabs > li.active:Hover > a {
    border-bottom: 1px solid #ccac02;
    color: #ccac02;
}
.nav-tabs-default .tab-pane .tab-pane {
    padding: 20px;
    padding-bottom: 10px;
    min-height: 100px;
}
.nav-tabs-default .tab-pane .nav-tabs.nav-justified > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs-simple .nav-tabs {
    position: relative;
    top: -30px;
    margin-bottom: 20px;
}
.nav-tabs-simple .tab-content {
    position: relative;
    margin-top: -10px;
    padding-bottom: 10px;
}
.nav-tabs-simple .nav-tabs li {
    border-bottom: 1px solid #cecece;
    padding-bottom: 40px;
    text-align: center;
}
.nav-tabs-simple .nav-tabs li a {
    border: 1px solid transparent;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold';
    padding-bottom: 0;
    margin-bottom: -20px;
}
.nav-tabs-simple .nav-tabs li a:Hover {
    background: none;
    color: #ccac02;
}
.nav-tabs-simple .nav-tabs li.active a {
    color: #ccac02;
}
.nav-tabs-simple .nav-tabs li.active {
    position: relative;
    z-index: 1;
}
.nav-tabs-simple .nav-tabs li.active:after,
.nav-tabs-simple .nav-tabs li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.nav-tabs-simple .nav-tabs li.active:before {
    border-color: rgba(234, 234, 234, 0);
    border-top-color: #cecece;
    border-width: 12px 17px;
    margin-left: -12px;
}
.nav-tabs-simple .nav-tabs li.active:after {
    border-color: rgba(250, 250, 250, 0);
    border-top-color: #fff;
    border-width: 10px 15px;
    margin-left: -10px;
}
.nav-tabs-simple .tab-pane h7,
.nav-tabs-simple .tab-pane .h7 {
    display: block;
}
.nav-tabs-simple .nav-tabs .icon {
    font-size: 40px;
    border: 1px solid #333;
    padding: 13px 18px 10px;
    border-radius: 70px;
    position: relative;
    top: 27px;
    margin-right: 7px;
    height: 76px;
}
.nav-tabs-simple .nav-tabs li.active .icon,
.nav-tabs-simple .nav-tabs li a:Hover .icon {
    border-color: #ccac02;
}
.nav-tabs-simple .nav-tabs.nav-justified>.active>a,
.nav-tabs-simple .nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-simple .nav-tabs.nav-justified>.active>a:focus {
    border: none;
}
.table > thead > tr > th {
    background: #ccac02;
    color: #fff;
    border-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > td {
    font-size: 18px;
    font-weight: 200;
    padding: 15px 20px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #fff;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background: #ECECEC;
}
.thumb-wrapper {
    position: relative;
    display: table;
}
.thumb-wrapper .img-responsive {
    width: 100%;
    z-index: 0;
}
.thumb-wrapper .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(2, 34, 70, .5);
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: table-cell;
    padding: 15px;
    top: auto;
    vertical-align: middle;
}
.thumb-wrapper:Hover .overlay {
    top: 0;
    cursor: url('../img/magnify-cur.cur');
    cursor: url('../img/magnify-cur.png') 20 20, auto;
}
.icon-example ul {
    padding: 10px 0 0;
}
.icon-example li {
    margin: 0 10px;
}
.icon-example .icon {
    font-size: 53px;
}
.icon-example p a {
    text-decoration: underline;
}
.progress {
    height: 30px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #FF714A;
    background: #fff;
}
.progress .progress-bar {
    background-color: #ccac02;
}
.progress-small {
    background: #8b8b94;
    height: 10px;
    border: none;
}
.progress-small .progress-bar {
    background-color: #525260;
}
.form .form-group {
    margin-bottom: 25px;
}
.form .form-group+.form-group {
    margin-top: -10px;
}
.form .form-control {
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    background: #fff;
    font-size: 18px;
}

/* START registration form */
.register-page #hero {
    overflow-y: scroll;
}
.register-page #hero .hero-content {
    top: 25%;
}
.form-control {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.form-control {
    height: 44px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control:focus {
    border-color: #fff !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form .form-group {
    margin-bottom: 25px;
    color: #000;
}
.form .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form .form-group+.form-group {
    margin-top: -10px;
}
.form-register .form-control {
    height: 50px;
    border: 1px solid #d1d8dd;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    background: #fff;
    font-size: 17px;
    font-weight: 300;
}
.form .form-group label {
    text-align: right;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;font-weight:300;
    font-weight: 300;
}
.form-register {
    background: #fff;
    padding: 20px 15px;
}
.form-register .form-control {
    color: #000 !important;
}
.form-register::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #EBEBEB !important;
    font-family: 'Roboto', sans-serif;font-weight:300;
}
.form-register:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #EBEBEB !important;
    font-family: 'Roboto', sans-serif;font-weight:300;
}
.form-register::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #EBEBEB !important;
    font-family: 'Roboto', sans-serif;font-weight:300;
}
.form-register:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #EBEBEB !important;
    font-family: 'Roboto', sans-serif;font-weight:300;
}
.form-register:after {
    content: '';
    display: block;
    clear: both;
}
.form-register .form-control {
    border-left: 3px solid #ccac02;
}
.form-register .form-group {
    margin-bottom: 45px;
    margin-top: 20px;
}
.form-register .form-group .checkbox {
    margin-bottom: -10px;
    margin-top: 0px;
}
.form-register .form-group .checkbox label {
    line-height: 1.42857143;
}
.form-register input.btn {
    font-family: "brandon_grotesquebold", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.agree-text {
    font-size: 13px;
    line-height: 21px;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 100px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
label.error {
    color: #FF4040;
    line-height: 0px !important;
    margin-top: 10px;
    text-align: left;
    font-size: 10pt;
}
.form-register .form-group .checkbox {
    margin-bottom: -10px;
    margin-top: 0px;
}
.form-register .form-group .checkbox label {
    line-height: 2;
}
.form-register .form-control:focus {
    border-color: #ccac02 !important;
    outline: 1px solid #ccac02 !important;
}
.form-register input[type=file]:focus,
.form-register input[type=radio]:focus,
.form-register input[type=checkbox]:focus,
.form-register input[type=text]:focus,
.form-register input[type=email]:focus,
.form-register input[type=password]:focus {
    outline: 0px solid #9AADBB !important;
}
input[type=checkbox] {
    margin: 4px 15px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -border: 1px solid #d1d8dd;
    background-color: #fff;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

/* END registration form */

/* START countdown timer */
.comingsoon-page #hero .hero-content {
    top: 35%;
}
.comingsoon-page #hero {
    overflow-y: scroll;
}
.comingsoon-page #NewsletterEmail {
    width: 400px;
}
.comingsoon-page .notify .h7 {
    margin-top: -25px;
}
.comingsoon-page .notice_message {
    color: #fff;
}
.comingsoon-page .error_message {
    color: #fff;
}
.countdown {
    margin-top: 100px;
    margin-bottom: 80px;
}
.countdown .stat-info {
    font-size: 15pt;
    font-weight: 300;
    color: #ccac02;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}
.countdown .stat {
    font-size: 100pt;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 100px;
}
.countdown hr {
    border-top: 1px solid #d1d8dd;
    width: 90%;
    margin-bottom: 10px;
}
.countdown .counter {
    position: relative;
}
.countdown .counter:after {
    position: absolute;
    content: '\2022';
    color: #ccac02;
    right: -19px;
    top: 40px;
    font-size: 23pt;
}
.countdown:last-child > .counter:after {
    display: none;
}

/* END countdown timer */
.light .form .form-control {
    background: transparent;
    color: #fff;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-group .panel .panel-body {
    padding: 20px;
    padding-bottom: 10px;
}
.panel-group .panel .collapse.in {
    border-bottom: 1px solid #ccac02;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    background: #ECECEC;
}
.panel-title {
    padding: 15px 20px;
}
.panel-title > a , .panel-title > span{
    font-size: 18px;
    font-weight: 200;
}
.panel-title .icon {
    font-size: 22px;
    margin-bottom: -7px;
    margin-right: 5px;
}
.panel-title .icon-bars {
    margin-top: -5px;
    margin-right: -10px;
}
.icon-bars {
    position: relative;
    padding: 9px 10px;
}
.icon-bars .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #CCC;
}
.icon-bars .icon-bar+.icon-bar {
    margin-top: 4px;
}
#newsletter .form-control {
    text-align: center;
    min-width: 300px;
}
#response {
    display: block;
    padding-top: 15px;
}
label.error {
    display: block;
}
#fintech .panel {
    position: relative;
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    padding-bottom: 0px;
    padding-top: 0px;
}
#fintech .panel .panel-heading {
    background: #FFF;
    border: none;
    border-bottom: 1px solid #ddd;
}
#fintech .panel .panel-title a {
    font-size: 27px;
    display: block;
    padding: 15px 15px 15px 0px;
    color: #ccac02;
}
#fintech .panel .panel-title a:Hover {
    text-decoration: none;
}
#fintech .panel .panel-title {
    padding: 0;
}
#fintech .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
}
#fintech .panel-group .panel .collapse.in {
    border-bottom: 0;
}
#fintech .panel-group .panel .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
#fintech .author {
    font-size: 11pt;
}
#fintech .time {
    margin-bottom: -10px;
    font-weight: 300;
}
#fintech .fa {
    margin-right: 5px;
}
#fintech .speaker-wrapper {
    position: absolute;
    left: 70px;
    top: 25px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
#fintech .panel-group {
    position: relative;
    margin: -20px -20px -10px;
    padding: 20px 20px;
}
#fintech .btn-wrapper {
    margin-top: 40px;
}
#fintech .btn-wrapper .btn {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
}
#fintech.btn-wrapper .btn:Hover > .icon {
    color: #fff;
}
#fintech .btn:hover {
    background: #ccac02;
    color: #fff;
}
#fintech .btn-wrapper .btn .icon {
    font-size: 40px;
    float: left;
    margin-right: 15px;
}
#fintech.btn-wrapper .btn .btn-txt {
    font-size: 16px;
    width: 90px;
    float: left;
    display: inline-block;
    white-space: normal;
    text-align: left;
}
#fintech .panel .panel-title a {
    position: relative;
    line-height: 25px;
    color: black;
    font-size: 23px;
}
#fintech .panel .panel-title a:after {
    font-size: 18px;
    position: relative;
    top: 20px;
}
#fintech .panel .panel-title a.collapsed .fa.fa-angle-down {
    display: block;
}
#fintech .panel .panel-title a.collapsed .fa.fa-angle-up {
    display: none;
}
#fintech .panel .panel-title a .fa.fa-angle-down {
    display: none;
}
#fintech .panel .panel-title a .fa.fa-angle-up {
    display: block;
}
#fintech .panel .panel-title a:after {
    font-family: 'spin-font';
    content: "\e609";
    color: #d1d1d1;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
}
#fintech .panel .panel-title a.collapsed:after {
    font-family: 'spin-font';
    content: "\e60a";
    font-size: 14px;
    position: absolute;
    right: 0;
}

#fintech ul.columns {
    columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
 
}

#fintech ul.columns li{
     line-height:26px;
}



@media (max-width: 1280px) {

#fintech ul.columns { 
  columns:1;
  -webkit-columns: 1;
  -moz-columns: 1;
  max-width:300px;
    }
}
#values {
    background-image: url(../img/Acropolis1.jpg);
    background: url(../img/Acropolis1.jpg) no-repeat fixed center bottom / cover;
    padding-top: 100px;
    padding-bottom: 66px;
    position: relative;
    min-height: 198px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    min-height: 70vh;
}
@media (max-width: 1024px) {
    #values {
        background-size: 1100px auto;
        background: url(../img/Acropolis1.jpg) no-repeat scroll center top / cover;
    }
}
@media (max-width: 580px) {
    #values {
        background-size: 700px auto;
        background: url(../img/Acropolis1.jpg) no-repeat scroll center top / cover;
    }
    
    #values .overlay {
        background: #020731;
        opacity: 0.8;
    }
}

}
#values .overlay {
    background:#020731;
    opacity:0.8;
}
#values .img-wrapper {
    text-align: center;
}
#values .img-wrapper img {
    margin: 0 auto;
    background:#020731;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
#values .name {
    font-size: 23px;
    margin: 10px 0 2px;
    font-family: "brandon_grotesquebold",
    sans-serif;
    padding:0!important;
}
@media (max-width: 580px) {
    #values .name {
        font-size: 16px!important;
        margin: 0!important;
    }
}
#values .sub {
    font-size: 18px;
    color: #fff;
    margin: 0 0 15px;
    line-height:22px;
    padding:0!important;
}
@media (max-width: 580px) {
    #values .sub {
        font-size: 15px!important;
        margin: 0px!important;
        line-height: 19px;
    }
}
#values p {
    padding: 0 20px;
    margin-bottom: 15px;
    opacity: 0.7;
    color:#fff;
    line-height:22px;
}
@media (max-width: 580px) {
    #values p {
        padding: 0px;
        font-size: 15px!important;
        line-height: 20px!important;
    }
}
#values p.small {
    line-height:22px;
    font-size:17px;
}
.section h4.pane-title,
#services .section a,
#accordion .section h4.pane-title {
    text-align:left!important;
}
div#accordion div.panel-heading h4.panel-title {
    padding-left:60px!important;
}
@media (max-width: 580px) {
    div#accordion div.panel-heading h4.panel-title,
    div#accordion div.panel-heading h4.panel-title li {
        padding-left: 20px!important;
    }
    .panel-title > a {
        font-size: 16px!important;
    }
}
section#services.section article ul {
    margin-left:0;
}
section#services.section h4.panel-title,
section#services.section article ul li {
    text-align:left!important;
    list-style:none;
}
section#services.section article ul li {
    font-family: "Roboto"sans-serif!important;
    font-weight:300;
    line-height:28px;
}
section#services.section article ul > li {
    font-size:21px;
    margin-bottom:8px;
     margin-top:8px;
    font-family: "Roboto"sans-serif!important;
    font-weight:600;
}


html body#home.fintech  article ul ul.subcategory li{
    font-size:21px;
     font-family: "Roboto"sans-serif!important;
    font-weight:300;
line-height:23px;}

html body#home.fintech article ul ul.subcategory ul.subsubcategory li{
    font-size:19px;
    line-height:25px;
}


section#services.section article ul > li:before {
    font-family: 'spin-font';
    color:#ccac02;
 
    content: "";
    font-size:13px;
    margin-right:10px;
}

section#services.section article ul.subcategory > li:before{
    font-family: 'spin-font';
    color:#ccac02;
    content: "\e60a"!important;
    font-size:13px;
    margin-right:10px;
}
html body#home.fintech article ul ul.subcategory ul.subsubcategory li:before{
   font-family: 'spin-font';
    color:#ccc;
 
    content: "\e60a";
    font-size:13px;
    margin-right:10px;
}




section#services .section.dark {
    text-align:left;
}
{
    margin:0 auto;
    display:block;
}
.pricing-cols {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    border-collapse: collapse;
    margin-bottom: -20px;
}
.pricing-col {
    float: left;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    border: solid 1px #ddd;
    border-left: none;
    overflow: hidden;
    position: relative;
}
.pricing-col:first-child {
    border: solid 1px #ddd;
    border-right: 0;
}
.pricing-col-featured:not(:first-child) {
    border: solid 1px #ccac02;
    margin-left: 0px;
}
.pricing-2-cols .pricing-col {
    width: 50%;
}
.pricing-3-cols .pricing-col {
    width: 33.333333%;
}
.pricing-4-cols .pricing-col {
    width: 25%;
}
.pricing-3-col {
    width: 33.333333%;
}
.pricing-table-header {
    text-align: center;
    padding: 0 18%;
}
.pricing-table-header p {
    line-height: 1.5em;
}
.pricing-cols > div {}
.pricing-col-featured .pricing-col-header .pricing-col-header-amount .pricing-col-amount {
    color: #ccac02;
}
.pricing-col-featured .pricing-ribbon {
    background: #ccac02;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 50px;
    text-align: center;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    font-size: 20px;
    right: -45px;
    top: 10px;
}
.pricing-col-header .pricing-col-header-title {
    font-weight: 200;
    padding: 20px 0;
    font-size: 28px;
    margin: 0;
    background: #ECECEC;
}
.pricing-col-header .pricing-col-header-amount {
    margin: 0 30px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px;
}
.pricing-col-header .pricing-col-header-amount .pricing-col-amount {
    font-size: 72px;
    display: block;
    line-height: initial;
    color: #000;
}
.pricing-col-content {
    font-size: 11pt;
    font-weight: 300;
}
.pricing-col-content ul {
    margin-top: 15px;
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
}
.pricing-col-content ul li {
    padding: 15px 0;
    list-style: none;
    border-bottom: solid 1px #ddd;
}
.pricing-col-content ul li:last-child {
    border-bottom: none;
}
.pricing-col-button {
    margin: 10px 0 0;
    display: block;
    background: #25201f;
    color: #ffffff;
    font-weight: 200;
    padding: 5px 0 10px;
    font-size: 35px;
}
.pricing-col-button:hover {
    background: #4d4645;
    color: #ffffff;
    text-decoration: none;
}
.pricing-col-featured {
    position: relative;
    top: -30px;
}
.pricing-col-featured .pricing-col-header .pricing-col-header-title {
    margin-bottom: 30px;
    background-color: #ECECEC;
    color: #000;
    margin-top: 0;
}
.pricing-col-featured .pricing-col-button {
    margin: 0;
    margin-top: 25px;
    background: #ccac02;
}
.pricing-col-featured .pricing-col-button:hover {
    opacity: 0.9;
}
#sponsors .list-inline li {
    width: 19%;
    padding-left: 0;
    padding-right: 0;
}
#sponsors .list-inline {
    margin-bottom: 30px;
}
#sponsors img {
    width: 100%;
}
#location-gmap {
    width: 100%;
    height: 650px;
}
#location-gmap img {
    max-width: none;
}
#location-gmap label {
    width: auto;
    display: inline;
}
#map {
    position: relative;
    padding: 172px 0px;
}
.location {
    background: rgba(255,255,255,0.9);
    padding: 20px 25px;
    z-index: 1;
}
.location ul {
    list-style: none;
    padding-left: 10px;
}
.location li {
    margin: 25px 0px;
    font-size: 15pt;
}
.location li i {
    padding-right: 15px;
    font-size: 15pt;
}
#canvas-map {
    position: absolute;
    height: 700px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#footer {
    padding: 0;
}
#footer .navigation-bar > li a {
    color: #536371;
}
#footer .navigation-bar > li a:Hover,
#footer .navigation-bar > li a.active {
    color: #ccac02;
    text-decoration: none;
}
@-moz-document url-prefix() {
    .nav-tabs-simple .nav-tabs li.active:after,
    .nav-tabs-simple .nav-tabs li.active:before {
        margin-top: -1px;
        left: auto;
        right: auto;
    }
    .nav-tabs-default > .nav-tabs > li.active:after {
        top: auto;
        left: auto;
        right: auto;
        margin-left: auto;
    }
}
.back-to-top {
    text-align: center;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.6;
    filter: alpha(opacity=10);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
    /* background: url('../img/to-top.png') no-repeat;*/
}
.back-to-top:before {
    font-family: 'spin-font';
    color:#ccac02;
    content: "\e605";
    font-size:18px;
    margin-right:10px;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Preloader */
#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    height: 100%;
}
#loader {
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 9999;
    top: 46%;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    left: 46%;
    left: -webkit-calc(50% - 6px);
    left: calc(50% - 6px);
}
.navbar-brand {
    background:url(../img/small-logo.png) no-repeat;
    width:100px;
    text-indent:-5000px;
    margin-top:15px;
}
.navbar-default {
    padding: 15px;
}

/* ------------------------------------------------------------------
/* h. Testimonials
/* ------------------------------------------------------------------ */
#stat {
    background:url("../img/stat-bg.jpg");
    background: rgba(0,
    0,
    0,
    0) url("../img/stat-bg.jpg") no-repeat fixed center bottom / cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff
}
@media (max-width: 580px) {
    #stat {
        background: rgba(0, 0, 0, 0) url("../img/stat-bg.jpg") no-repeat scroll center top / cover!important;
        background-size: 750px auto!important;
    }
}

/* ------------------------------------------------------------------
/* arrow down hero area
/* ------------------------------------------------------------------ */
.button_down img {
    width: 50px;
}
.bounceInUp {
    animation-name: bounceInUp;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.abcen {
    bottom: 8%;
    position: absolute;
}
.fadeIn {
    animation-name: fadeIn;
}
.h3_home {
    font-size:23px;
    font-family: 'brandon_grotesquebold';
    letter-space:120%;
    color:#555;
}

/* For high-res devices */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #stat {
        background: #10999E url(img/escheresque_@2X.png);
        background-size: 46px 29px;
    }
}
#stat .container {
    margin-top:0px;
}
#stat .quote-left,
#stat .quote-right {
    position: absolute;
    color: #fff;
    font-size: 40px;
    margin-top:0px;
}
#stat .quote-left {
    left: 15%;
    top:30%;
}
#stat .quote-right {
    right: 15%;
    top:30%;
}
#stat .text-container {
    width: 86%;
    margin: 0 auto;
}
#stat h1 {
    font: 16px/24px 'montserrat-bold',
    sans-serif;
    color: #6AECF0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

/*  Blockquotes */
#stat blockquote {
    margin: 0 0px 30px 0px;
    padding-left: 0;
    position: relative;
    border:none!important;
    font-family: 'brandon_grotesquebold';
    font-size:18px;
    max-width:70%;
    text-align:center;
    margin:0 auto;
}
#stat blockquote:before {
    content: none;
}
#stat blockquote p {
    font-family: 'brandon_grotesquebold';
    font-style: normal;
    color: #333
    padding: 0;
    font-size: 21px;
    line-height: 26px;
    padding-bottom:10px;
}
#stat blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    color: #333;
}
#stat blockquote span {
    font-size:30px;
}
#stat blockquote cite:before {
    content: "\2014 \0020";
}
#stat blockquote cite a,
#stat blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
.slides li {
    margin: 0;
    padding: 0;
}

/* Necessary Styles */
.flexslider {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-top:0;
    margin-bottom:25px;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides > li {
    position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container {
    zoom: 1;
    position: relative;
}

/* Clearfix for .slides */
.slides:before,
.slides:after {
    content: " ";
    display: table;
}
.slides:after {
    clear: both;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* Slider Styles */
.slides {
    zoom: 1;
}
.slides > li {
    /*margin-right: 5px; */
    overflow: hidden;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #ddd;
    background: rgba(255,
    255,
    255,
    .3);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(255,
    255,
    255,
    .3);
}
.flex-control-paging li a:hover {
    background: #CCC;
    background: rgba(255,
    255,
    255,
    .7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255,
    255,
    255,
    .9);
    cursor: default;
}
.content-section-a {
    background:#fff;
}

/*
  border-radius: 12px;
  background-color: #eee;
  -webkit-transform-origin:  50% 50%;
      transform-origin:  50% 50% ;
  -webkit-animation: spinner 1s ease-in-out infinite;
      animation: spinner 1s ease-in-out infinite;
  */

}

/*
@-webkit-keyframes spinner {
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@keyframes spinner {
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}
*/

/* Mobile device */
@media (max-width: 580px) {
    #hero hr {
        width: 70%;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #hero .btn-3d {
        margin: 0px 0px 15px 0px;
    }
    #hero .hero-small span {
        margin: 0 !important;
    }
    .navigation-social li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    #hero .hero-content {
        top: 57%;
    }
    #hero .hero-big {
        font-size: 50px !important;
        line-height: 70px;
        margin-top: 10px;
    }
    #hero .hero-normal {
        font-size: 18pt;
        margin: 0px 0px 20px 0px;
    }
    .navigation-social li {
        padding-top: 40px;
    }
    .pricing-col {
        width: 100% !important;
    }
    .nav-tabs-simple .nav-tabs li a {
        font-size: 20px;
        padding: 0;
    }
    @media (max-width: 580px) {
        .nav-tabs-simple .nav-tabs li a {
            font-size: 18px;
        }
    }
    .nav-tabs-simple {
        margin-top: 25px;
    }
    #subscribe .btn {
        margin-top: 25px;
    }
    #elements .btn {
        margin-top: 10px;
    }
    .navigation.open a {
        z-index: 1000;
        position: relative;
        display: block;
    }
    #canvas-map {
        display: none;
    }
    #map {
        padding: 0;
    }
    .location {
        background: #F1F0F0;
    }
}
@media (max-width: 767px) {
    .pricing-col {
        width: 100% !important;
    }
    .pricing-col-featured {
        top: 0;
    }
    .navigation-bar li a,
    .navigation-txt {
        text-transform: uppercase;
    }
    .form-register .form-group label {
        line-height: 30px;
        margin-top: 15px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    #hero .hero-small span {
        font-size: 25px;
        display: inline-block;
        margin: 0 40px 40px;
        position: relative;
        top: 0px;
    }
    #hero .btn-3d {
        margin: 0px 0px 15px 0px;
    }
    #hero .hero-big {
        font-size: 80px;
        text-transform: uppercase;
        line-height: 70px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .nav-tabs-simple {
        margin-top: 25px;
    }
    #subscribe .btn {
        margin-top: 25px;
    }
    #elements .btn {
        margin-top: 10px;
    }
    .navigation.open a {
        z-index: 1000;
        position: relative;
        display: block;
    }
    #hero .hero-normal {
        font-size: 18pt;
        margin: 0px 0px 20px 0px;
    }
    #hero hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .navigation-social li {
        padding-top: 40px;
    }
    .nav-tabs-simple .nav-tabs .icon {
        display: none;
    }
    .nav-tabs-simple .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    #about .col-md-5 img {
        margin: 0 auto;
    }
    #stat .counter {
        padding-top: 30px;
    }
    #canvas-map {
        display: none;
    }
    #map {
        padding: 0;
    }
    .location {
        background: #F1F0F0;
    }
    .thumb-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .thumb-wrapper img {
        max-width: 100%;
    }
    .form-register .form-group label {
        line-height: 30px;
        margin-top: 15px;
        text-align: left;
    }
    .form-register .form-group {
        margin-bottom: 10px;
    }
    #footer .navigation-bar > li {
        padding-top: 0;
        padding-bottom: 0;
    }
    #footer .navigation-bar > li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
    #footer .navigation-bar-right {
        float: none;
        text-align: center;
        display: block;
        clear: both;
    }
    #footer .navigation-bar-left {
        float: none;
        text-align: center;
        display: block;
    }
    #mobileheader {
        position: fixed;
        width: 100%;
        display: block;
        z-index: 999;
        background: rgba(2,
        7,
        49,
        .9);
        top:0;
    }
    #mobileheader .navigation-txt {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 50px;
        cursor: pointer;
    }
    #mobileheader .navigation-bar {
        height: 0;
        overflow: hidden;
        display: block;
    }
    #mobileheader .open .navigation-bar {
        height: auto;
        float: none !important;
        clear: both;
        width: 100%;
        border-top: 2px solid #ccac02;
    }
    #mobileheader .open .navigation-bar:last-child {
        border-top: none;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #mobileheader .navigation-bar li {
        padding-top: 2px;
        padding-bottom: 2px;
        display: block;
        text-align: center;
    }
    #mobileheader a.navbar-brand.intro {
        display:none;
    }
    #hero {
        padding-top: 2%;
    }
    .navigation-bar > li.featured a {
        margin-left: 0
    }
    .nav-tabs-simple .nav-tabs li a {
        font-size: 20px;
        padding: 0;
    }
    .sticky-wrapper {
        display:none;
    }
    #stat .stat-info {
        font-size: 14pt;
        color:#fff;
    }
    #stat .stat {
        font-size: 40px;
        color: #ccac02;
        font-family: 'brandon_grotesqueblack';
    }
    #values .name {
        font-size: 20px;
    }
    #values .img-wrapper img {
        width:100%;
    }
}

/* Tablet device */
@media (max-width: 991px) and (min-width: 768px) {
    .nav-tabs-default .tab-pane .nav-tabs > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-tabs-default .tab-pane .nav-tabs.nav-justified > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    #hero .hero-big {
        font-size: 130px;
    }
    .navigation-bar-header .navigation-bar > li a {}
    a.logo img {
        width: 50%!important;
        height: auto;
        display: block;
        padding-top: 10%;
    }
}

/* Desktop small screen */
@media (min-width: 992px) {}

/* Desktop large screen */
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}
#team.content-section-a {
    background:#fff;
    color:#333;
    margin-bottom:-15px;
}
#team.content-section-a img {
    width:100%;
}
#team.content-section-a p {
    color:#333;
    text-align:left;
    font-size:19px;
    line-height: 1.4;
}
#team.content-section-a h3 {
    color:#333;
}
#network.section {
    background:#10102a;
    display:block;
   
}
#team .lead3 {
    margin-top:30px;
    font-family: "brandon_grotesquebold",
    sans-serif;
    font-size:25px;
    text-align:left;
    padding-bottom:15px;
}
#team img{margin-bottom:15px;}
#network.section {
    display:block;
    width:100%;
    padding-bottom:50px;
    color:#fff;
   
}
@media (max-width: 580px) {#
    #network.section {
        padding-top:40px;
        
    }
}
#network.section img {
    width:100%;
    padding:5%;
    max-width:1420px;
    margin:0 auto;
}
#network h3 {
    color:#fff;
    font-size:30px;
    clear:both;
    margin-top:15px;
}
#network h3 span {
    clear:both;
    display:block;
    font-size:30px;
    color:rgba(255,
    255,
    255,
    0.8);
    text-transform:none;
    line-height:38px;
    font-family: 'Roboto', sans-serif;font-weight:300;
}
@media (max-width: 580px) {
    #network.section span {
        font-size:25px;
        line-height:30px;
    }
    #network.section p {
        font-size:15px;
        line-height:20px;
    }
}
.rw-wrapper {
    width: 80%;
    position: relative;
    font-family: 'Roboto', sans-serif;font-weight:300;!important;
    padding: 10px;
}
.rw-sentence {
    margin: 0 auto;
    text-align: center;
}
.rw-sentence span {
    color: #444;
    font-size: 100%;
    font-weight: normal;
}
.rw-words {
    display: inline;
    text-indent: 10px;
}
.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #6b969d;
    -webkit-animation: rotateWord 24s linear infinite 0s;
    -ms-animation: rotateWord 24s linear infinite 0s;
    animation: rotateWord 24s linear infinite 0s;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 200px;
    font-size:50px;
}
@media screen and (max-width: 768px) {
    .rw-sentence span {
        font-size: 35px!important;
        top: 110px!important;
    }
}
@media screen and (max-width: 320px) {
    .rw-sentence span {
        font-size: 25px!important;
        top: 70px!important;
    }
}

}
.rw-words-1 span:nth-child(1) {
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    color: #ccac02;
}
.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #f7a600;
}
.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #f1890d;
}
.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #ee7814;
}
.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #eb6418;
}
.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #e84e1b;
}
.rw-words-1 span:nth-child(7) {
    -webkit-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
    color: #ccac02;
}
.rw-words-1 span:nth-child(8) {
    -webkit-animation-delay: 21s;
    -ms-animation-delay: 21s;
    animation-delay: 21s;
    color: #f7a600;
}
.rw-words-1 span:nth-child(9) {
    -webkit-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    color: #f1890d;
}
@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#contact.content-section-a ul {
    display:block;
    float:left;
    width:100%;
    text-align:left;
    margin-top:30px;
}
#contact p {
    font-size:18px;
}
#contact .form-register p {
    color:#333;
}
.circle {
    width:20px;
    height:20px;
    position:relative;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
    color:#d1d1d1;
}
.circle:before {
    content: "\e60a";
    font-size:15px;
}
.circle:hover:before {
    content: "\e609";
    text-decoration:none!important;
}
.panel-title > a.icon-bars:hover,
.panel-title > a.icon-bars:focus {
    text-decoration:none!important;
}
#map h3, #contact-details h3 {
    font-size:20px;
    color:#333;
}
#map li , #contact-details li{
    font-family: 'Roboto', sans-serif;font-weight:300;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 22px;
    color:#333;
    text-align:left;
}
#map li:before , #contact-details li:before{
    font-family: 'spin-font';
    color:#ccac02;
    font-size:14px;
    margin-right:10px;
}
#contact-details li.address:before {
    content: "\e602";
}
#contact-details li.email:before {
    content: "\e603";
}
#contact-details li.telephone:before {
    content: "\e600";
}
;
#network p {
    font-family: 'Roboto', sans-serif;font-weight:300;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}
.form-group span {
    text-align:left;
    float:left;
    margin-left:27%;
}
@media screen and (max-width: 520px) {
    a.logo img {
        width: 60%!important;
        height: auto;
        display: block;
        padding-top: 10%;
    }
}

/* Thank you
/* ------------------------------------------------------------------ */
#page_thank {
    width:100%;
    margin:0 auto;
    text-align:center;
}
#page_thank .thank_you {
    max-width:600px;
    margin:0 auto;
}
.thank_you h2 {
    font-size:30px;
    color:#ccab09;
}
.thank_you p {
    font-size:19px;
    color:#fff;
}
#page_thank .intro-header img {
    width:20%;
    height:auto;
    margin-bottom:60px;
    top:20px;
}
#page_thank a.btn {
    font-family: "brandon_grotesquebold",
    sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top:40px;
}

/* Fintech
/* ------------------------------------------------------------------ */
#fintech {

}
#fintech .title, #contact-details .title{
    font-size:17px;
    letter-spacing:0.9px;
    font-family: 'brandon_grotesqueblack';
}
#fintech .nav-tabs {
    background:#fff;
}
.tab-content {
    background:#fff;
}
#fintech .tab-pane .nav-tabs > li a {
    font-size:18px;
    font-family: 'Roboto', sans-serif;font-weight:300;
}
#fintech .tab-pane .nav-tabs > li.active > a,
#fintech .tab-pane .nav-tabs-default .tab-pane .nav-tabs > li.active:hover > a {
    border-bottom: 1px solid #ccab09;
    color: #ccab09;
    font-family: 'brandon_grotesquebold';
    font-size:18px;
}
#fintech .tab-pane .nav-tabs {
    display: flex;
    flex-wrap: wrap;
}
#fintech .nav-tabs-default .nav-tabs > li {
    flex-grow: 1;
    width: 33%;
    padding:0;
}
#fintech .tab-content .nav-tabs > li > li {
    width: auto!important;
}
#fintech div.tab-content ul.nav.nav-tabs li {
    width: auto!important;
    width: 49%;
    padding:0;
}
#fintech .nav-tabs-default > .nav-tabs li a {
    padding: 20px 0px!important;
}

#fintech, #contact-details {
    position:relative;
    margin-top:4px;
}
#fintech .container , #contact-details .container{
    width:100%;
}
@media (max-width: 580px) {
#fintech .container,  #contact-details .container{
    padding:0;
    margin-right:-15px;
}

}
#fintech h2 , #contact-details h2{
    z-index:2;
    
    text-align:center;
    width:100%;
    color:#fff;
  margin-left:10px;
  font-size:59px;

}
@media (max-width: 580px) {
    #fintech h2, #contact-details h2 {
    font-size:40px;
    margin-left:-10px;
    line-height:28px;
    }
}
#fintech .side.side-left, #contact-details .side.side-left{
    width:50%;
    
    float:left;
    background:url("../img/fintech-3.jpg") no-repeat center bottom / cover;
    border:4px solid #fff;
    border-right:5px;
    top:0;
    left:0;
    z-index:0;
    border-right:2px solid #fff;
    margin-top:-241px;

}
#contact-details .side.side-left{
    background:url("../img/newyork.jpg") no-repeat center bottom / cover;
}


section#fintech  {
    min-height:500px;
}

section#contact-details{
     min-height:400px;
     padding-bottom:0!important;
}

#fintech .side.side-right , #contact-details .side.side-right {
    width:50%;
    float:right;
   
    background:red;
    background:url("../img/regtech-2.jpg") no-repeat left bottom / cover;
    border:4px solid #fff;
    margin-top:-241px;
    top:0;
    right:0;
    z-index:1;
    border-left:2px solid #fff;
}

#contact-details .side.side-right {
    background:url("../img/london.jpg") no-repeat left bottom / cover;
}

#fintech .side.side-left,
#fintech .side.side-right,  #contact-details .side.side-left, #contact-details .side.side-right{
    color:#fff;
    font-size:25px;
    min-height:900px;
}
#contact-details .side.side-left, #contact-details .side.side-right{
    min-height:600px;
}

@media (max-width: 580px) {
  #fintech .side.side-left , #fintech .side.side-right,    #contact-details .side.side-left , #contact-details .side.side-right{ 
    width:100%;
    float:left;
   
    border:none;
    margin-top:0px;
    min-height:1025px;
}
#contact-details .side.side-left , #contact-details .side.side-right{
    min-height:600px;}

    #contact-details.section{
        padding-top:0!important;
    }
}


#fintech .side.side-left ul, #fintech .side.side-right ul{
   
    margin-top:20px;
    background:rgba(17,28,48,0.7);
    display:block;
    padding:20px; 
    border-top:5px solid #ccac02;
}
#fintech .side.side-left ul li,
#fintech .side.side-right ul li {
    color:#fff;
    font-size:25px;
    line-height:28px;
    letter-spacing:0.5px;
    font-family: 'brandon_grotesquebold';
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);

    
    bottom:20%;
    list-style: outside none none;
    text-align: left !important;
    width:100%;
    margin:0 auto;
    margin-bottom:18px;
}
@media (max-width: 580px) {
    #fintech .side.side-left ul li,
#fintech .side.side-right ul li{
        font-size:23px;
    line-height:28px;
    }
    #contact-details .side.side-left , #contact-details .side.side-right{
    min-height:300px;}
}

}

#fintech .side.side-right ul li:before {
    font-family: 'spin-font';
    color:#ccac02;
    content: "\e60a";
    font-size:13px;
    margin-right:10px;
}

#fintech .side.side-left ul li:before {
    font-family: 'spin-font';
    color:#ccac02;
    content: "\e60a";
    font-size:13px;
    margin-right:10px;
}

#contact-details .section {padding-bottom:0!important;}





#fintech .box{
/*background:rgba(18,14,33,0.3);*/
max-width:300px;
 margin:180px auto 0 auto;
padding:30px;
border-radius:3px;}

#contact-details .box{
    max-width:485px;
    margin:120px auto 0 auto;
}
#fintech .side-left .box {
    max-width:900px;
}


@media (max-width: 1280px) {
    #fintech .side-left .box, #contact-details .box{
        max-width:400px;

    }

    .col-md-4{
        width:100%;
    }

}



@media (max-width: 580px) {
    #fintech .box{
    padding:15px;
    }
    #contact-details .box {
        margin:40px auto 0 auto;
        padding:20px;
    }

}

#fintech  .row{clear:both;width:100%;} 

#fintech  a.btn.btn-sm.btn-primary {
    background: #ccac02 none repeat scroll 0 0;
    border-color: #ccac02;
    padding:15px!important;
   
    font-family: 'brandon_grotesquebold';
    
    margin-top:20px;
    letter-spacing:0.5px;
font-size:23px;
clear:both;
}

@media (max-width: 580px) {
    #fintech  a.btn.btn-sm.btn-primary {
        font-size:19px;

    }
}



.h1_home.fintech, .h1_home.regtech{
    font-size:85px;
    margin-bottom:40px;

}

#home.fintech h2{
    font-size:38px;
    text-transform:none;
}

#home.fintech section#services{
padding-top:50px;
}

#home.fintech  .nav-tabs{
    margin-top:60px;
}


@media (max-width: 580px) {
    #home.fintech  .nav-tabs li a {
        font-size:18px;
        line-height:22px;

    }
}

img.kiones{
    max-width:800px;
    width:90%;
}

html body#home div.intro-header.fintech{
    height:45vh;
    min-height:432px;
    background:url("../img/fintech-3.jpg") no-repeat fixed left bottom / cover!important;
}
html body#home div.intro-header.regtech{
    height:45vh;
    min-height:432px;
    background:url("../img/regtech-2.jpg") no-repeat fixed left bottom / cover!important;
}

@media (max-width: 580px) {
    html body#home div.intro-header.fintech{
        min-height:300px;

    }
   
}


@media (max-width: 580px) {
   html body#home div.intro-header.fintech h1,  html body#home div.intro-header.regtech h1{
    font-size:65px;
    margin-top:0;
    }
}



#home.fintech #services.section{
   
    padding-bottom:100px;
}

#home.fintech #contact {
    margin-top:0;
}


#riskrobot h4{
    color: #ccab09;
    font-family: "brandon_grotesquebold",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
    text-transform: none !important;
}






@media (min-width: 768px) {
.carousel-control {
    padding-top:8%;
    width:5%;
}    
}

@media (min-width: 992px) {
    .carousel-control {
    padding-top:9%;
    width:5%;
}
}

@media (min-width: 1200px) { 
    .carousel-control {
    padding-top:10%;
    width:5%;
}
}




