@charset "UTF-8";
@import 'https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css';
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #bbbaba;
    font: 400 14px/23px "Arial", sans-serif;
    -webkit-text-size-adjust: none;
    background: repeat url(../images/bg1.jpg);
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

h2 {
    font-size: 70px;
    line-height: 75px;
    color: #36393c;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 52px;
        line-height: 60px;
    }
}

@media (max-width: 479px) {
    h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

h3 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    letter-spacing: -1.3px;
}

h3 span {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #00bff3;
    font-weight: 600;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    h3 {
        font-size: 46px;
        line-height: 46px;
    }

    h3 span {
        font-size: 40px;
        line-height: 46px;
    }
}

h4 {
    font-size: 50px;
    line-height: 50px;
    color: #36393c;
}

h4 .fa-comments-o {
    display: block;
    font-size: 100px;
    line-height: 80px;
    color: #00bff3;
    margin-bottom: 40px;
}

h4 a:hover {
    color: #00bff3;
}

@media (max-width: 991px) {
    h4 {
        font-size: 30px;
        line-height: 36px;
    }
}

h4.mod {
    padding-left: 200px;
    position: relative;
}

h4.mod .fa {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 170px;
    line-height: 80px;
    color: #36393c;
}

@media (max-width: 1199px) {
    h4.mod {
        padding-left: 0;
    }

    h4.mod .fa {
        position: relative;
        font-size: 100px;
        line-height: 80px;
        margin-bottom: 20px;
    }
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #00bff3;
    text-transform: uppercase;
    letter-spacing: -.1px;
}

h5.mod {
    padding-left: 75px;
    padding-top: 25px;
    position: relative;
}

h5.mod .fa {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 70px;
    line-height: 60px;
}

@media (max-width: 1199px) {
    h5.mod {
        padding-left: 0;
        text-align: center;
    }

    h5.mod .fa {
        position: relative;
        margin-bottom: 20px;
    }
}

h5.mod+* {
    margin-top: 40px;
}

h5 a:hover {
    color: #36393c;
}

h6 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

/*@media (max-width: 767px) {
    .col-xs-12 {
        & + .col-xs-12 {
            margin-top: 30px;
        }
    }   
} */
@media (max-width: 767px) {
    [class*='col-']+[class*='col-'] {
        margin-top: 30px;
    }
}

/*=======================================================
                       Main Layout
=========================================================*/
h2+* {
    margin-top: 70px;
}

h3+* {
    margin-top: 20px;
}

h4+h5 {
    margin-top: 30px;
}

h4+* {
    margin-top: 65px;
}

h5+* {
    margin-top: 22px;
}

*+h5 {
    margin-top: 45px;
}

h2+h5 {
    margin-top: 70px;
}

h6+* {
    margin-top: 40px;
}

.row+.row {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .row+.row {
        margin-top: 40px;
    }
}

.container+.container {
    margin-top: 105px;
}

@media (max-width: 767px) {
    [class*='col-']>img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    position: relative;
    padding-left: 192px;
    padding-bottom: 35px;
    padding-top: 35px;
}

.brand_name {
    overflow: hidden;
}

.brand_slogan {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666b70;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .brand {
        padding-left: 120px;
        padding-top: 14px;
        padding-bottom: 13px;
    }
}

@media (max-width: 479px) {
    .brand {
        padding-left: 90px;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.logo {
    display: block;
    width: 143px;
    height: 143px;
    color: #fff;
    font-size: 49px;
    line-height: 143px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: #00bff3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        width: 100px;
        height: 100px;
        font-size: 40px;
        line-height: 100px;
        border-radius: 20px;
    }
}

@media (max-width: 479px) {
    .logo {
        width: 70px;
        height: 70px;
        font-size: 40px;
        line-height: 70px;
        border-radius: 15px;
    }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #00bff3;
    padding-top: 92px;
    padding-bottom: 80px;
}

.bg-primary h4 {
    color: #fff;
}

.bg1 {
    background: repeat url(../images/bg1.jpg);
}

.bg2 {
    background: repeat url(../images/bg2.jpg);
}

.bg-block {
    border-radius: 30px;
    margin-top: 15px;
}

.bg-block_c5 {
    background: #ffffff;
    padding: 58px 45px 58px 58px;
}

.bg-block_c5 h5 {
    color: #5d6166;
}

.bg-block_c5 h4 {
    color: #00bff3;
}

.bg-block_c2 {
    background: #a9cf54;
    color: #fff;
    padding: 45px 70px 55px;
}

.bg-block_c2 h2,
.bg-block_c2 h3,
.bg-block_c2 h4,
.bg-block_c2 h5 {
    color: #fff;
}

.bg-block h5+p {
    margin-top: 15px;
}

.bg-block h2+p {
    margin-top: 25px;
}

@media (max-width: 991px) {

    .bg-block_c5,
    .bg-block_c2 {
        padding: 30px;
    }
}

/*==================    Buttons    ======================*/
.btn,
.btn2 {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 90px;
}

.btn:after,
.btn2:after {
    content: "\f0f6";
    font-family: "FontAwesome";
}

*+.btn,
*+.btn2 {
    margin-top: 30px;
}

@media (min-width: 768px) {

    *+.btn,
    *+.btn2 {
        margin-top: 55px;
    }
}

@media (max-width: 479px) {

    .btn,
    .btn2 {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 20px;
    }
}

.btn {
    background: #36393c;
}

.btn:hover {
    background: #121314;
}

.btn:active {
    background: #060606;
}

.btn2 {
    background: #00bff3;
}

.btn2:hover {
    background: #0097c0;
}

.btn2:active {
    background: #0083a6;
}

.btn-wrap {
    text-align: right;
    margin-top: 140px;
}

/*==================      Box      ======================*/
.box {
    padding: 93px 68px 115px;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
}

.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box h3,
.box h4,
.box h5 {
    color: #fff;
}

.box_bg1 {
    background: #00bff3;
}

.box_bg2 {
    background: #a9cf54;
}

.box_bg3 {
    background: #ff9800;
}

.box_bg4 {
    background: #666b70;
}

.box.box_pad {
    padding: 95px 65px 92px;
}

@media (max-width: 1199px) {
    .box.box_pad {
        padding: 50px 30px;
    }
}

.box h4+h5 {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .box .btn {
        width: 120px;
        height: 120px;
        font-size: 25px;
        line-height: 120px;
    }
}

@media (max-width: 991px) {
    .box {
        padding: 50px 30px;
    }
}

.box1:before,
.box1:after {
    display: table;
    content: "";
    line-height: 0;
}

.box1:after {
    clear: both;
}

.box1_aside {
    float: left;
    margin-right: 50px;
}

@media (max-width: 479px) {
    .box1_aside {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .box1_aside {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.box1_cnt__no-flow {
    overflow: hidden;
}

.box2:before,
.box2:after {
    display: table;
    content: "";
    line-height: 0;
}

.box2:after {
    clear: both;
}

.box2_aside {
    float: left;
    margin-right: 30px;
}

.box2_aside .icon {
    margin-top: 7px;
}

@media (max-width: 479px) {
    .box2_aside {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.box2_cnt__no-flow {
    overflow: hidden;
}

.box3 {
    max-width: 270px;
    margin: 0 auto;
}

/*==================      Lists      ======================*/
.list {
    border-radius: 25px;
    overflow: hidden;
}

.list li {
    position: relative;
    padding: 15px 10px 15px 75px;
    background: #fff;
    color: #5d6166;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
}

.list li:before {
    content: '\f054';
    position: absolute;
    top: 17px;
    left: 40px;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 28px;
    color: #00bff3;
}

.list li:nth-child(2n) {
    background: #f4f5f5;
}

.social-list li {
    display: inline-block;
}

.social-list li a {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 25px;
    line-height: 70px;
    border-radius: 20px;
    background: #666b70;
    text-align: center;
}

.social-list li a:hover {
    background: #00bff3;
}

@media (min-width: 768px) and (max-width: 991px) {
    .social-list li a {
        width: 58px;
        height: 58px;
        line-height: 58px;
    }
}

.social-list li+li {
    margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .social-list li+li {
        margin-left: 10px;
    }
}

*+.social-list {
    margin-top: 30px;
}

.index-list {
    counter-reset: li;
}

.index-list li {
    position: relative;
}

.index-list li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    display: block;
    font-size: 100px;
    line-height: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
    position: absolute;
    left: 80px;
    bottom: 105px;
}

@media (max-width: 991px) {
    .index-list li:before {
        left: 40px;
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .index-list li:before {
        font-size: 80px;
        line-height: 70px;
        left: 40px;
    }
}

.marked-list li {
    position: relative;
    padding-left: 215px;
    padding-bottom: 30px;
}

.marked-list li:before {
    content: '\f00c';
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 30px;
    background: #00bff3;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 170px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 15px;
}

@media (max-width: 1199px) {
    .marked-list li {
        padding-left: 135px;
    }

    .marked-list li:before {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .marked-list li {
        padding-left: 15px;
    }

    .marked-list li:before {
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .marked-list+.marked-list {
        margin-top: 90px;
    }
}

/*==================      Blockquotes      ======================*/
.quote {
    padding: 0 15%;
    text-align: center;
}

.quote h2,
.quote h3,
.quote h4,
.quote h5 {
    text-align: center;
}

.quote_text {
    position: relative;
    color: #c8c8c8;
}

.quote_text:before,
.quote_text:after {
    content: '\201C';
    position: absolute;
    top: -8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #5d6166;
}

.quote_text:after {
    right: -30px;
}

.quote_text:before {
    left: -30px;
}

*+.quote_text {
    margin-top: 10px;
}

.quote_owner {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
}

.quote_owner a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #00bff3;
}

*+.quote_owner {
    margin-top: 27px;
}

/*==================      Address      ======================*/
.addr {
    padding-left: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
}

.addr .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 50px;
    color: #00bff3;
}

.addr a {
    white-space: nowrap;
}

*+.addr {
    margin-top: 25px;
}

.addr_1 {
    color: #fff;
    line-height: 20px;
}

/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
    float: left;
}

.sf-menu>li+li {
    margin-left: 36px;
}

@media (max-width: 1199px) {
    .sf-menu>li+li {
        margin-left: 30px;
    }
}

.sf-menu a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.sf-menu>li>a {
    color: #666b70;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover,
.sf-menu>li.active>a {
    color: #00bff3;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -117px;
    width: 235px;
    margin-top: 45px;
    padding: 35px 10px;
    background: #00bff3;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.sf-menu ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #00bff3;
}

.sf-menu ul>li {
    position: relative;
}

.sf-menu ul>li>a {
    color: #FFF;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    color: #36393c;
}

.sf-menu ul>li+li {
    margin-top: 8px;
}

.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 30px;
    width: 235px;
    margin-top: -8px;
    padding: 30px 10px;
    z-index: 4;
    background: #4f5357;
}

.sf-menu ul ul:before {
    top: 15px;
    left: -10px;
    margin-left: 0;
    border-bottom-color: transparent;
    border-right-color: #4f5357;
}

.sf-menu ul ul>li>a {
    color: #FFF;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    color: #00bff3;
}

.sf-menu>li>.sf-with-ul {
    position: relative;
}

.sf-menu>li>.sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -3px;
    content: "";
    font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #00bff3;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

/*==================  Stuck menu  ======================*/
.isStuck {
    background: repeat url(../images/bg1.jpg);
    z-index: 999;
    border-bottom: 1px solid #333333;
    padding-top: 5px;
    padding-bottom: 2px;
}

.isStuck .logo {
    width: 70px;
    height: 70px;
    font-size: 40px;
    line-height: 70px;
    border-radius: 15px;
}

.isStuck .brand {
    padding-left: 100px;
    padding-bottom: 0;
    padding-top: 0;
}

.isStuck .nav {
    padding-top: 25px;
}

.isStuck .sf-menu>li>ul {
    margin-top: 20px;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #36393c;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover,
.toTop:active {
    color: #fff;
    background: #00bff3;
    text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 210px;
    font-size: 18px;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.parallax_cnt h2,
.parallax_cnt h4,
.parallax_cnt h6 {
    color: #fff;
}

@media (min-width: 1200px) {
    .parallax_cnt .btn2 {
        width: 120px;
        height: 120px;
        font-size: 25px;
        line-height: 120px;
    }
}

.parallax1 {
    padding-top: 300px;
    padding-bottom: 310px;
}

@media (max-width: 1199px) {
    .parallax1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    padding-top: 108px;
    padding-bottom: 130px;
}

header .brand {
    float: left;
}

header .nav {
    float: right;
    padding-top: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .nav {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    header .nav {
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    header {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    header {
        text-align: center;
    }

    header .brand,
    header .nav {
        float: none;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #fff;
}

.br {
    border-radius: 25px;
    overflow: hidden;
}

.icon {
    display: inline-block;
    border-radius: 30px;
    width: 170px;
    height: 170px;
    background: #00bff3;
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 170px;
}

@media (max-width: 991px) {
    .icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

@media (min-width: 992px) {
    .mt1 {
        margin-top: 90px;
    }
}

.mt2,
.row.mt2 {
    margin-top: 57px;
}

.mt3 {
    margin-top: 5px;
}

.mt4 {
    margin-top: 8px;
}

@media (min-width: 1199px) {
    .mt5 {
        margin-top: 70px;
    }
}

@media (min-width: 768px) {
    .row.mt4 {
        margin-top: 75px;
    }
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

@media (min-width: 768px) {
    .tr768 {
        text-align: right;
    }
}

.terms p+h5 {
    margin-top: 77px;
}

.terms h2+h5 {
    margin-top: 65px;
}

*+.policy-link {
    margin-top: 77px;
}

/*==================      Well     ======================*/
.well1 {
    padding-top: 110px;
    padding-bottom: 125px;
}

.well2 {
    padding-top: 105px;
    padding-bottom: 180px;
}

.well3 {
    padding-top: 175px;
    padding-bottom: 180px;
}

.well4 {
    padding-top: 110px;
    padding-bottom: 115px;
}

@media (max-width: 991px) {

    .well1,
    .well2,
    .well3,
    .well4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    padding-top: 128px;
    padding-bottom: 215px;
    color: #5d6166;
}

@media (max-width: 991px) {
    footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.copy {
    color: #696c71;
    font-family: 'Open Sans', sans-serif;
}

.copy_brand {
    color: #00bff3;
    font-weight: 600;
}

.copy a {
    white-space: nowrap;
}

/* GDPR Suite */
.checkbox-custom:checked+span+.checkbox-custom-dummy::after {
    opacity: 1;
}

.agreement_checkbox label {
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
}

.agreement_checkbox .form-validation {
    top: initial;
    bottom: -15px;
}

.card-group .card-body a {
    display: inline-block;
}

.lead {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color: #08c0c9;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

p.lead {
    font-size: 20px;
    margin-bottom: 13px;
}

.text-info {
    color: #333;
    font-weight: bold;
}

a.text-info {
    color: #292929;
}

a.text-info:hover {
    color: #ff4b3c;
}

.text-info2 {
    color: #292929;
}

.text-info3 {
    color: #08c0c9;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.check_box {
    margin-top: 15px;
}

.check_box label {
    min-height: 30px;
}

.check_box label input {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}

.check_box .empty {
    right: 0;
}

@media all and (max-width:1199px) {
    .check_box .empty {
        top: 25px;
    }
}

@media all and (max-width:768px) {
    .check_box .empty {
        top: 35px;
    }
}

.mfControls button[disabled] {
    pointer-events: none;
    opacity: 0.7;
    cursor: none;
}

.icon-add-more-attachemnt:hover {
    color: #36393c;
}

.icon-add-more-attachemnt {
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.items-container {
    margin-top: 50px;
}