/*
Project - Classic Events onepage template
*/

@import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');

/*themify icons*/

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


/*
Basic of template
*/

* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Assistant', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #515465;
    font-weight: 300;
    letter-spacing: 0em;
    font-family: 'Assistant', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 60px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Assistant", sans-serif;
}

button:focus {
    outline: 0 !important;
}

a,
.simple-hover img,
button,
.btn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a {
    color: #060f5b;
    text-decoration: none;
}

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


/**typography**/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Assistant", sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 1.8em;
    line-height: 1.31818182em;
}

h2,
.h2 {
    font-size: 2.1em;
    line-height: 1.36363636em;
}

h3,
.h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h4,
.h4 {
    font-size: 1.2em;
    line-height: 1.36842105em;
}

h5,
.h5 {
    font-size: 1em;
    line-height: 1.85714286em;
}

h6,
.h6 {
    font-size: 0.85714286em;
    line-height: 2.16666667em;
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 400;
}

.font100 {
    font-weight: 300 !important;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font700 {
    font-weight: 700 !important;
}

.font900 {
    font-weight: 900 !important;
}

@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.35714286em;
        line-height: 1.36363636em;
    }
    h2,
    .h2 {
        font-size: 1.78571429em;
        line-height: 1.5em;
    }
    h3,
    .h3 {
        font-size: 1.35714286em;
        line-height: 1.85714286em;
    }
    .lead {
        font-size: 1.35714286em;
        line-height: 1.36842105em;
    }
}

.blockquote-reverse {
    padding: 10px 15px;
}

.base-font {
    font-family: "Assistant", sans-serif;
    font-weight: 300;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font700 {
    font-weight: 700 !important;
}

small {
    font-size: 65%;
}

.label {
    display: inline-blcok;
    padding: 2px 5px;
    font-size: 13px;
}

.label.label-default {
    background: #eee;
}

.label.label-success {
    background: #5cb85c;
    color: #fff;
}

.bg-faded {
    background: #f8f8f8;
}

.badge-default {
    background-color: #f5f5f5 !important;
    color: #999;
}

.badge-primary {
    background: #0c1c9b !important;
}

.bg-primary {
    background: #060f5b !important;
    border-color: #060f5b;
}

.bg-success {
    background: #5cb85c !important;
    border-color: #5cb85c;
}

.bg-warning {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.bg-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.bg-danger {
    background-color: #c9302c;
    border-color: #c9302c;
}

.bg-dark {
    border-color: #1d2141 !important;
    background-color: #1d2141 !important;
}
.bg-gray {
    border-color: #ababab !important;
    background-color: #ababab !important;
}

.bg-white {
    background: #fff;
}

.text-primary {
    color: #0c1c9b !important;
}

.text-danger {
    color: #c9302c !important;
}

.text-success {
    color: #5cb85c !important;
}

.text-warning {
    color: #f0ad4e !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-white {
    color: white !important;
}

.text-dark {
    color: #222222 !important;
}

.text-white-gray {
    color: rgba(255, 255, 255, 0.8) !important;
}

.border-round {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pos-relative {
    position: relative;
}

.lead {
    font-weight: 400;
    color: #888888;
}

strong,
b {
    font-weight: 700;
}

.fWidth {
    width: 100% !important;
}

.oHidden {
    overflow: hidden !important;
}

strong,
b {
    font-weight: 700;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt100 {
    margin-top: 100px !important;
}

.bg-default {
    background-color: #f7f7f7 !important;
}

.bg-gray {
    background-color: #fbfbfb;
}

.border0-hor {
    border-left: 0 !important;
    border-right: 0 !important;
}

.back-to-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    background: #060f5b;
    color: #fff;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
}

.back-to-top i {
    display: block;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
}

.back-to-top:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}


/**preloader**/

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.list-icon li {
    position: relative;
    padding-left: 23px;
    margin-top: 5px;
    display: block;
    font-family: "Assistant", sans-serif;
}

.list-icon li:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
    color: #060f5b;
}

.parallax-overlay {
    position: relative;
    overflow: hidden;
}

.parallax-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.color-overlay:before {
    background: rgba(139, 203, 38, 0.8);
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.bg-overlay .container {
    z-index: 3;
    position: relative;
}

.bg-parallax {
    background-attachment: fixed;
    background-position: center center;
}

.form-control {
    border: 2px solid #eee;
    background-color: #eee;
    min-height: 45px;
    border-radius: 0px;
}

.center-title h2 {
    font-weight: 700;
}

.newsletter-row .form-control {
    border-radius: 20px;
    min-height: 42px;
    border: 0px;
    font-size: 13px;
    margin-bottom: 15px;
}


/*
Buttons
*/

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    font-size: .8rem;
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0rem;
    font-size: .80rem;
    font-family: "Assistant", sans-serif;
    padding: 13px 25px 13px !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.btn.btn-rounded {
    border-radius: 100px;
}

.btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
}

.btn:hover,
.btn:focus {
    box-shadow: none;
    outline: 0 !important;
}

.btn:hover:before,
.btn:focus:before {
    transition: all .3s;
    z-index: -1;
}

.btn.btn-link {
    border: 0px;
    padding: 0px !important;
}

.btn.btn-sm {
    padding: 9px 15px 9px !important;
    font-size: .65rem;
    font-weight: 600;
}

.btn.btn-lg {
    padding: 16px 30px 16px !important;
    font-size: .95rem;
}

.btn.btn-link {
    color: #0c1c9b;
    text-transform: capitalize;
}

.btn.btn-link:after {
    font-family: 'themify';
    content: "\e661";
    margin-left: 5px;
    font-size: 12px;
}

.btn.btn-link:hover {
    text-decoration: none;
    color: #999;
}

.btn.btn-secondary {
    color: #999;
}

.btn.btn-secondary:hover {
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
    color: #333;
    border-color: #fff;
}

.btn-white-outline:hover:before,
.btn-white-outline:focus:before {
    width: 100%;
    background-color: #fff;
}

.btn-outline-primary {
    border: 2px solid #060f5b;
    background-color: transparent;
    color: #060f5b;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff;
    border-color: #060f5b;
    background-color: transparent;
}

.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:active:before {
    width: 100%;
    background-color: #060f5b;
}

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    color: #fff;
    border-color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
    width: 100%;
    background-color: #5bc0de;
}

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
    color: #fff;
    border-color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
    width: 100%;
    background-color: #5bc0de;
}

.btn-outline-success {
    border: 2px solid #5cb85c;
    background-color: transparent;
    color: #5cb85c;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    color: #fff;
    border-color: #5cb85c;
    background-color: transparent;
}

.btn-outline-success:hover:before,
.btn-outline-success:focus:before,
.btn-outline-success:active:before {
    width: 100%;
    background-color: #5cb85c;
}

.btn-outline-danger {
    border: 2px solid #c9302c;
    background-color: transparent;
    color: #c9302c;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    color: #fff;
    border-color: #c9302c;
    background-color: transparent;
}

.btn-outline-danger:hover:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:active:before {
    width: 100%;
    background-color: #c9302c;
}

.btn-outline-warning {
    border: 2px solid #f0ad4e;
    background-color: transparent;
    color: #f0ad4e;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    color: #fff;
    border-color: #f0ad4e;
    background-color: transparent;
}

.btn-outline-warning:hover:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:active:before {
    width: 100%;
    background-color: #f0ad4e;
}

.btn-outline-secondary {
    border: 2px solid #ccc;
    background-color: transparent;
    color: #ccc;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    color: #fff;
    border-color: #ccc;
    background-color: transparent;
}

.btn-outline-secondary:hover:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:active:before {
    width: 100%;
    background-color: #ccc;
}

.btn-whatsapp, .btn-whatsapp:active, .btn-whatsapp:focus {
    background-image: url('../img/whatsapp.png');
    width: 50px;
    height: 50px;
    position: fixed;
    display: block;
    right: 10px;
    bottom: 80px;
    z-index: 999;
}
.btn-whatsapp:hover {
    background-image: url('../img/whatsapp-2.png');
    width: 50px;
    height: 50px;
}
.btn-whatsapp i {
    font-size: 3.7em !important;
}


/**fill buttons**/

.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-secondary {
    box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
    border: 0px;
}

.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-secondary:hover {
    border: 0px;
    box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}

.btn-secondary {
    background: #f5f5f5;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    border: 0px;
    color: #fff;
    box-shadow: none;
}

.btn-primary {
    background: #0c1c9b;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #060f5b;
    color: #fff;
}

.btn-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}

.btn-circle i {
    display: block;
    line-height: 80px;
    margin: 0 auto;
    font-size: 35px;
}

.btn-circle .btn-primary i,
.btn-circle .btn-success i,
.btn-circle .btn-warning i,
.btn-circle .btn-danger i,
.btn-circle .btn-info i {
    color: #fff;
}

.btn-dark {
    background: #1d2141;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background: #1d2141;
    color: #fff;
}

.btn-dates,
.btn-dates:active {
    background-color: rgba(0, 0, 0, .3) !important;
    padding: 6px !important;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 5px;
}

.icon-sm-rounded {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block !important;
    text-align: center;
    border-radius: 50%;
    background: #060f5b;
    color: #fff;
}

.border-bottom-table {
    border-bottom: 1px solid #dee2e6;
}

.address-seminar {
    font-size: 15px !important;
}

.table-slide thead tr th,
.table-slide thead tr td {
    color: white !important
}


/****************

SOCIAL BUTTONS

**********************/


/**social icons default size**/

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon:hover {
    border-color: transparent;
}

.social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.social-icon:hover i:first-child {
    margin-top: -40px;
}


/***social icons lg (big)***/

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-lg:hover {
    border-color: transparent;
}

.social-icon-lg i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    position: relative;
}

.social-icon-lg i:last-child {
    color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px;
}


/***social icons small***/

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-sm:hover {
    border-color: transparent;
}

.social-icon-sm i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 30px;
    position: relative;
}

.social-icon-sm i:last-child {
    color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px;
}

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}


/**icons hover colored**/

.si-colored-facebook,
.si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter,
.si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus,
.si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype,
.si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover,
.si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover,
.si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover,
.si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover,
.si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover,
.si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover,
.si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover,
.si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover,
.si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover,
.si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover,
.si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover,
.si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover,
.si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover,
.si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover,
.si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover,
.si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover,
.si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover,
.si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover,
.si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover,
.si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover,
.si-colored-wordpress {
    background-color: #1E8CBE !important;
}


/*
Preloader style
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #060f5b;
    border-right: 0.5em solid rgba(245, 245, 245, 0.5);
    border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
    border-left: 0.5em solid rgba(245, 245, 245, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

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

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


/*
Personal Portfolio Navbar
*/

header {
    padding: 1rem;
    background-color: white;
}

header div div div.col-12.col-md-2.col-lg-2 {
    left: -5em;
}

header div div div.col-12.col-md-5.col-lg-5,
header div div div.col-12.col-md-3.col-lg-2 {
    line-height: 3em;
}

header p.info {
    line-height: 1.3em !important;
    font-size: 15px;
    margin: 0;
}

header p.info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background-color: #565656;
    height: 100%;
}

header span.mail i {
    font-size: 18px;
    color: #0c1c9b;
    vertical-align: middle;
}

header span.mail a {
    color: #0c1c9b;
    font-size: 15px;
}

/* header .social-icons {
    float: right;
} */

header .social-icons li a {
    color: #565656;
    font-size: 25px;
}

header .social-icons li {
    margin-right: 15px;
}

header .social-icons li:last-of-type {
    margin-right: 0;
}

header .social-icons li a:hover {
    color: #0c1c9b;
}

.navbar.navbar-light.navbar-transparent.bg-faded {
    background-color: #ababab !important;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar .nav-link {
    padding: 0;
}

.navbar.navbar-light.navbar-transparent.bg-faded .nav-link {
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar.navbar-light.navbar-transparent.bg-faded .nav-link.btn {
    opacity: 1;
    margin-left: 15px;
}

.navbar.navbar-light.navbar-transparent.bg-faded .nav-item .nav-link.active, .navbar.navbar-light.navbar-transparent.bg-faded .nav-item .nav-link:hover {
    color: #0c1c9b;
    opacity: 1;
}

.navbar.navbar-light.navbar-transparent.bg-faded.fixed-top {
    animation: fadeInDown 0.3s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0c1c9b !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7)
}

.navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .nav-link {
    color: #fff;
    opacity: 0.6;
}

.navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .nav-link.btn {
    opacity: 1;
    color: #fff;
}

.navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .nav-link:hover, .navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .nav-item .nav-link.active {
    color: white;
    opacity: 1;
}

.banner-home {
    background-color: #515465;
    text-align: center;
    padding: 25px 0;
    margin: 5px 0;
}

.banner-home h2 {
    color: white;
}

.banner-home-2 {
    text-align: center;
    padding: 15px 0;
    margin: 0 0 20px 0;
}

.banner-home-2 h4 {
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
}

.title-section {
    color: white;
    text-align: center;
    padding: 20px 0;
}
section#nosotros {
    background-image: url('../img/bg-nosotros-parabrisas-san-isidro.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section#nosotros h3 {
    background-color: #0c1c9b;
    padding: 10px;
}

.box-nosotros {
    border: 2px solid #0c1c9b;
    padding: 10px;
    color: #0c1c9b;
    font-weight: 700;
    background-color: white;
    transition: all .2s ease-in;
}
.box-nosotros:hover {
    background-color: #0c1c9b;
    color: white;
}
section#servicios div div div h4 {
    border: 2px solid #0c1c9b;
    margin: 15px 0;
    padding: 10px;
    color: #0c1c9b;
    font-weight: 700;
    transition: all .2s ease-in;
}
section#servicios div div div:hover h4 {
    background-color: #0c1c9b;
    color: white;
}

section#companias img {
    margin: 10px auto;
}
#contact-form-submit {
    width: 40%;
}
.banner-bottom {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #0c1c9b;
    padding: 15px;
    color: white;
    z-index: 998;

}
.map-container {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*
Fullscreen hero
*/

.fullscreen-hero {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fullscreen-hero .hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.fullscreen-hero .hero-content .hero-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.fullscreen-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}


/*

    slider logos

*/

.brands {
    width: 100%;
}

.brands h2 {
    color: #060f5b !important
}

/* SLIDER NEW */

.bd-example {
    /*background-image: url('../img/bg1-parabrisas-san-isidro.png');*/
    background-color: #000000;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.carousel-item h3 {
    font-size: 40px;
    line-height: 30px;
    line-height: 1.2em;
}

.carousel-item h3,
.carousel-item p {
    color: white !important;
}


/* END SLIDER NEW */

.social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline;
}

.social-icons li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
}

.social-icons li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 998;
    width: 100%;
    height: auto;
    background: #0c1c9b;
    box-sizing: border-box;
}

/* swiper carousel */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/** responsive style**/

@media (max-width: 1199px) {
    header div div div.col-12.col-md-2.col-lg-2 {
        left: -2em;
    }
}

@media (max-width: 991px) {
    /* header#home div div div:nth-child(2) {
        display: none;
    } */
    .navbar .container {
        position: relative;
    }
    .navbar.navbar-light.navbar-transparent.bg-faded,
    .navbar.navbar-light.navbar-transparent.bg-faded.fixed-top {
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #ababab !important;
        padding: 0;
    }
    .navbar-nav {
        padding: .7rem 1rem;
    }
    .navbar.navbar-light.navbar-transparent.bg-faded .navbar-toggler,
    .navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .navbar-toggler {
        position: absolute;
        z-index: 1001;
        top: -62px;
        right: 0;
        background-color: #fff;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 0px;
    }
    .navbar-brand img {
        max-width: 5em;
    }
    .carousel-inner .carousel-caption {
        top: 20%;
    }
    header div div div.col-12.col-md-2.col-lg-2 {
        left: -5em;
    }
}

@media (max-width: 767px) {
    .carousel-caption.d-md-block {
        display: block !important;
    }
    header#home {
        text-align: center;
    }
    header#home .social-icons {
        float: none;
    }
    .navbar.navbar-light.navbar-transparent.bg-faded,
    .navbar.navbar-light.navbar-transparent.bg-faded.fixed-top {
        top: 82px;
    }
    .navbar.navbar-light.navbar-transparent.bg-faded .navbar-toggler,
    .navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .navbar-toggler {
        right: 0;
        //left: 0;
        top: -60px
    }

    .carousel-inner .carousel-caption h3 {
        line-height: 30px;
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .carousel-inner .carousel-caption {
        top: 10% !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        margin-right: 0 !important;
    }
    .banner-home img {
        width: 200px;
    }
    .banner-home h2 {
        font-size: 1.2em;
    }
    .navbar.navbar-light.navbar-transparent.bg-faded .navbar-toggler,
    .navbar.navbar-light.navbar-transparent.bg-faded.fixed-top .navbar-toggler {
        right: 30px;
    }
    .carousel-inner .carousel-caption {
        top: 30px !important;
    }
    .carousel-inner .carousel-caption h3 {
        line-height: 25px;
        font-size: 25px;
    }
    .carousel-item .btn {
        padding: 5px 10px !important;
    }
}
@media (max-width: 480px){
    .carousel-inner .carousel-caption {
        top: 20px !important;
    }
    .carousel-inner .carousel-caption h3 {
        line-height: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 395px) {
    body {
        
    padding-bottom: 100px;
    }
}
@media (max-width: 340px) {
    header#home div div div:nth-child(4) {
		display: none;
	}
	.fb-link {
		display: block !important;
	}
	.carousel-inner .carousel-caption {
		top: 0px !important;
	}
}


/* Custom styles */

.navbar-brand img {
    max-width: 9em;
}

.speaker-card img {
    width: 100%;
    height: 250px;
    /*350*/
}

.logo {
    filter: brightness(150%);
}

.footer .logo {
    filter: brightness(200%);
}

.footer p, .footer p a {
	color: white !important;
}

.btn-instructor {
    width: 100%;
    height: auto;
    border: none;
    background: transparent;
    padding: 0;
}