/*============================================================================================*/


/* 1.  SITE STRUCTURE and TYPOGRAPHY */


/*============================================================================================*/


/*-------- 1.1 Typography --------*/

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 13px;
}

body {
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #555;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #164281;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
img {
    opacity: 1;
    transition: opacity .3s;
}
.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.main_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.main_title p {
    font-weight: 300;
    font-size: 20px;
    color: #555;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #e90c8b;
}

.box_style_1 h3.inner {
    margin: -30px -30px 20px -30px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


/*General links color*/

a {
    color: #164281;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}


/*-------- 1.2 Buttons --------*/

a.button_intro,
.button_intro {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #e90c8b;
    cursor: pointer;
    padding: 8px 25px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
}

a.button_intro:hover,
.button_intro:hover {
    background: #fff;
    color: #e90c8b !important;
}

a.button_intro.outilne,
.button_intro.outline {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    padding: 6px 23px;
}

a.button_intro:hover,
.button_intro:hover {
    background: #fff;
    color: #e90c8b;
}

a.button_drop,
.button_drop {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #e90c8b !important;
    background: #ededed;
    cursor: pointer;
    padding: 5px 15px !important;
    display: inline-block;
    outline: none;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 49%;
    white-space: nowrap;
}

a.button_drop.outilne,
.button_drop.outline {
    border: 2px solid #ededed;
    color: #e90c8b;
    background: none;
    padding: 3px 23px !important;
}

a.button_drop:hover,
.button_drop:hover {
    background: #ededed;
    color: #164281;
}

a.button_drop.outline:hover,
.button_drop.outline:hover {
    background: #ededed;
    color: #164281;
    border: 2px solid #ededed;
}

a.btn_1,
.btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #164281;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

a.btn_1.green,
.btn_1.green {
    background: #83c99f;
}

a.btn_1.fucsia,
.btn_1.fucsia {
    color: #fff;
    background: #e90c8b;
}

.btn_1.fucsia:hover,
.btn_1.fucsia a:hover {
    background: #164281;
    color: #fff;
}

a.btn_1.white,
.btn_1.white {
    background: #fff;
    color: #e90c8b;
}

a.btn_1.white:hover,
.btn_1.white a:hover {
    background: #164281;
    color: #fff;
}

a.btn_1.outline,
.btn_1.outiline,
input .btn_1.outiline {
    color: #555;
    background: none;
    border: 2px solid #555;
    padding: 5px 18px;
}

a.btn_1.outline:hover,
.btn_1.outiline:hover,
input .btn_1.outiline:hover {
    color: #fff;
    background: #e90c8b;
    border: 2px solid #e90c8b;
}

a.btn_1.medium,
.btn_1.medium {
    padding: 10px 25px;
    font-size: 14px;
}

a.btn_1.small,
.btn_1.small {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 9px;
    text-transform: none;
    color: #fff !important;
}

a.btn_1:hover,
.btn_1:hover {
    background: #164281;
}

a.btn_map {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #e90c8b;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

a.btn_map:hover {
    background: #164281;
}

a.btn_full,
.btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #164281;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

a.btn_full:hover,
.btn_full:hover {
    background: #e90c8b;
}

a.btn_full_outline {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #164281;
    background: none;
    border: 2px solid #164281;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

a.btn_full_outline:hover {
    border: 2px solid #e90c8b;
    color: #e90c8b;
}

a.btn_login,
.btn_login {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #164281;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

a.btn_login:hover,
.btn_login:hover {
    background: #e90c8b;
}

main {
    background-color: #f9f9f9;
    z-index: 2;
    position: relative;
}

.section {
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 21px 0;
    overflow: hidden;
}

.white_bg {
    background-color: #fff;
}

.icheck-primary>input:first-child:checked+input[type='hidden']+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color: #164281;
    border-color: #164281;
}

.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}


/* Parallax bg */

.parallax-window {
    min-height: 470px;
    background: transparent;
    position: relative;
}

.parallax-content-1 {
    display: table;
    width: 100%;
    height: 470px;
    background: rgba(0, 0, 0, 0.6);
}

.parallax-content-1>div {
    display: table-cell;
    padding: 0 15%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.parallax-content-1 div h1,
.parallax-content-1 div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.parallax-content-1 div h1 {
    margin-bottom: 0;
    padding-top: 40px;
}

.parallax-content-1 div h1:before,
.parallax-content-1 div h1:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

.parallax-content-1 div h1:before {
    margin-right: 10px;
}

.parallax-content-1 div h1:after {
    margin-left: 10px;
}

.parallax-content-1 div a i {
    color: #fff;
    opacity: 0.5;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parallax-content-1 div a:hover i {
    opacity: 1;
}

.parallax-window {
    background-size: cover;
    background-repeat: no-repeat;
}


/* Position  breadcrumbs */

#position {
    background-color: #333;
    padding: 10px 0;
    font-size: 11px;
}

#position ul li:first-child {
    padding-left: 20px;
}

#position ul li:first-child:before {
    content: "\f3c5";
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}

#position ul li a {
    color: #fff;
    opacity: 0.7;
}

#position ul li a:hover {
    color: #fff;
    opacity: 1;
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}

#position ul li:after {
    content: '\f105';
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -2px;
    top: 1px;
}

#position ul li:last-child:after {
    content: '';
}


/* Scroll top button */

#toTop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}

#toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#toTop:after {
    content: "\e899";
    font-family: "fontello";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}


/* Background colors */

.bg-fucsia {
    background-color: #e90c8b !important;
}


/* MEDIA QUERIES size 768/1200px  */

@media (min-width: 768px) and (max-width: 1200px) {}


/* MEDIA QUERIES max-width 991px  */

@media (max-width: 991px) {
    .parallax-content-1 div h1,
    #hero_2 .intro_title h3 {
        font-size: 42px;
    }
    .parallax-content-1 div h1:before,
    .parallax-content-1 div h1:after {
        width: 30px;
    }
    #hero_2 .intro_title h1:before,
    #hero_2 .intro_title h1:after {
        width: 30px;
    }
}


/* MEDIA QUERIES size 769/979px  */

@media (min-width: 769px) and (max-width: 979px) {
    #content-row {
        height: auto;
        padding-top: 0;
    }
    .full-height {
        height: auto;
    }
    .row-height {
        height: auto;
    }
    .content-left {
        height: auto;
        overflow-y: scroll;
    }
}


/* MEDIA QUERIES max-width 768px - TABLETS  */

@media (max-width: 768px) {
    .parallax-content-1 div {
        padding: 0 10%;
        font-size: 14px;
    }
    .parallax-content-1 div h3 {
        font-size: 36px;
    }
    .cards {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .full-height {
        height: auto;
    }
    .row-height {
        height: auto;
    }
    .content-left {
        height: auto;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .main_title {
        font-size: 14px;
    }
    .main_title h2 {
        font-size: 24px;
    }
    .main_title p {
        font-size: 16px
    }
    /* Margin tools */
    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .margin_30 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /* Parallax bg */
    .parallax-window,
    #hero_2 {
        height: 240px;
        min-height: 240px;
    }
    .parallax-content-1 {
        height: 240px;
    }
    .parallax-content-1>div {
        padding: 0 5%;
        font-size: 12px;
        padding-top: 20px;
    }
    .parallax-content-1 div h1,
    .parallax-content-1 div h3 {
        font-size: 20px;
        padding-top: 15px;
    }
}
