﻿@charset "UTF-8";
@import url(animate.css);
/*==================  GOOGLE MAP  ======================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);

.map_model {
    height: 415px;
}

    .map_model img {
        max-width: none !important;
    }

@media (max-width: 767px) {
    .map_model {
        height: 250px;
    }
}

@media (max-width: 479px) {
    .map_model {
        height: 200px;
    }
}

.map_locations {
    display: none;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
    background: #9c9c9c;
    color: #43464c;
    font: 400 14px/24px "Arial";
    -webkit-text-size-adjust: none;
}

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

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

h2 {
    font-size: 100px;
    line-height: 100px;
    color: #fff;
}

h3 {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 400;
    color: #43464c;
    margin-top: 45px;
}

h6 {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 38px;
}

p, .marked-list, .list {
    font-size: 14px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    color: #43464c;
    margin-top: 6px;
}

    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;
}

/*=======================================================
                       Main Layout
=========================================================*/
.btnicon {
    font-size: 30px;
    line-height: 100px;
    color: #FFf;
    margin-top: 51px;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 16px;
    background: #00A1D9;
    font-weight: 600;
}

    .btnicon:hover {
        background: #43464c;
    }

.btnicon_1 {
    font-size: 50px;
    line-height: 55px;
    color: #FFf;
    display: inline-block;
    border-radius: 16px;
    background: #00A1D9;
    font-weight: 600;
    margin: 64px 0 0 9px;
    padding: 42px 40px;
}

    .btnicon_1:hover {
        background: #43464c;
    }

.skin_blue .btnicon, .skin_blue .subpageicon {
    background: #605fa0;
}

    .skin_blue .btnicon:hover, .skin_blue .subpageicon:hover {
        background: #43464c;
    }

.skin_blue h3 {
    color: #605fa0;
}

.skin_red .btnicon, .skin_red .subpageicon {
    background: #f15f43;
}

    .skin_red .btnicon:hover, .skin_red .subpageicon:hover {
        background: #43464c;
    }

.skin_red h3 {
    color: #f15f43;
}

.skin_green .btnicon, .skin_green .subpageicon {
    background: #96ca2d;
}

    .skin_green .btnicon:hover, .skin_green .subpageicon:hover {
        background: #43464c;
    }

.skin_green h3 {
    color: #96ca2d;
}

.skin_yellow .btnicon, .skin_yellow .subpageicon {
    background: #f2d03b;
}

    .skin_yellow .btnicon:hover, .skin_yellow .subpageicon:hover {
        background: #43464c;
    }

.skin_yellow h3, .skin_yellow h2 {
    color: #f2d03b;
}

h2 + h2 {
    color: #f2d03b;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    position: relative;
    padding-left: 156px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

    .brand:before {
        content: '\f201';
        font-family: "FontAwesome";
        line-height: 115px;
        font-size: 54px;
        background: #605fa0;
        border-radius: 10px;
        color: #fff;
        width: 115px;
        height: 115px;
        text-align: center;
        position: absolute;
        left: 6px;
        top: -3px;
        font-weight: 300;
    }

.brand_name {
    overflow: hidden;
    color: #43464c;
    font-size: 80px;
    line-height: 80px;
}

.brand.brand__footer {
    float: left;
    margin-top: 112px;
    margin-right: 40px;
}

    .brand.brand__footer .brand_name, .brand.brand__footer .brand_slogan {
        color: #fff;
    }

.brand_slogan {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    color: #c7c8c9;
    padding-left: 7px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: 0;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #605fa0;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
    background: #43464c;
    font-size: 14px;
    line-height: 60px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    font-weight: 600;
    text-transform: uppercase;
}

    .btn:hover {
        background: #605fa0;
    }

.btn__ins1:after {
    content: '\f0dd';
    font-size: 14px;
    font-family: "FontAwesome";
    color: #FFF;
    line-height: 60px;
    padding-left: 10px;
}

.btn:active {
    background: #007ba6;
}

.btn:before {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    padding-right: 13px;
}

.content_btn {
    background: #43464c;
    font-size: 15px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    border-radius: 10px;
    margin-top: 58px;
    padding: 31px 103px 31px 34px;
    font-weight: 100;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

    .content_btn:before {
        content: '\f002';
        font-size: 25px;
        font-family: "FontAwesome";
        color: #FFF;
        line-height: 88px;
        background: #605fa0;
        width: 82px;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        border-radius: 10px;
        box-sizing: border-box;
        position: absolute;
    }

    .content_btn:hover {
        background: #605fa0;
    }

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

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
    display: table;
    table-layout: auto;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .sf-menu > li {
        position: relative;
        display: table-cell;
    }

    .sf-menu a {
        display: block;
    }

.sf-menu {
    text-align: center;
    color: #FFF;
}

    .sf-menu > li > a {
        color: #FFF;
        padding: 20px 0;
        text-align: center;
    }

    .sf-menu > li:first-child a {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .sf-menu > li:last-child a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
        color: #FFF;
        background: #605fa0;
    }

    .sf-menu > li.active > a {
        color: #FFF;
        background: #605fa0;
        text-align: center;
    }

    .sf-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 235px;
        margin-top: 1px;
        padding: 0 0 10px;
        background: #dadada;
        z-index: 2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

                .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
                    color: #FFF;
                    background: #605fa0;
                }

        .sf-menu ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            margin-left: 10px;
            margin-top: 0;
            padding: 0;
            z-index: 4;
            background: #605fa0;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

            .sf-menu ul ul:before {
                content: '';
                position: absolute;
                top: 10px;
                right: 100%;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 4.5px 7px 4.5px 0;
                border-color: transparent #605fa0 transparent transparent;
            }

            .sf-menu ul ul > li > a {
                color: #fff;
                background: #605fa0;
            }

                .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
                    color: #fff;
                    background: #9c9c9c;
                }

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

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

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

@media (min-width: 800px) and (max-width: 979px) {
    .sf-menu > li > a {
        padding: 25px 0;
    }
}
/*==================   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: #605fa0;
        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: 30%;
        -moz-border-radius: 30%;
        border-radius: 30%;
        -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 {
    z-index: 999;
    left: 0;
}

    .isStuck#stuck_container nav {
        margin-top: 0;
    }

    .isStuck .sf-menu > li > a {
        color: #FFF;
        padding: 6px 0;
    }

@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: #66cc66;
    border-radius: 30%;
    -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: 1235;
}

    .toTop:hover {
        color: #fff;
        background: #605fa0;
        text-decoration: none;
    }

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

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
}

.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;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: #fff;
    padding-top: 1px;
}

    header .brand {
        float: left;
    }

    header .nav {
        width:100%;
        float: none;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        z-index: 2;
        position: relative;
    }

        header .nav a {
            background: #9c9c9c;
        }

@media (max-width: 767px) {
    text-align: center; .brand, .nav {
        float: none;
    }
}

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

.header-wr:after {
    clear: both;
}

.btn-wr {
    float: right;
    padding-top: 24px;
}

    .btn-wr .btn + .btn {
        margin-left: 21px;
    }

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

h3 + .mailform {
    margin-top: 21px;
}




 

.special h5 {
    margin-top: 25px;
    color: #43464c;
}

.special .btnicon {
    font-size: 40px;
}

.bannerwrapper_2 {
    margin-top: 152px;
    position: relative;
    text-transform: uppercase;
}

    .bannerwrapper_2 h3 {
        color: #fff;
        margin-top: 22px;
        padding-right: 33%;
    }

    .bannerwrapper_2 .btnicon {
        background: #f2d03b;
        position: absolute;
        top: 57px;
        right: 0;
    }

        .bannerwrapper_2 .btnicon:hover {
            background: #605fa0;
        }

.bnricon {
    font-size: 308px;
    line-height: 402px;
    color: #96ca2d;
    float: left;
    display: block;
    padding: 30px 0 0 3px;
}

.banner1_text1 {
    font-size: 180px;
    line-height: 180px;
    color: #FFF;
    font-weight: 100;
    float: left;
    margin: 92px 0 0 54px;
    font-family: "Open Sans", sans-serif;
}

.banner1_text2 {
    font-size: 80px;
    line-height: 78px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    margin: 108px 0 0 723px;
}

.difbg {
    background: #F5F6F6;
    padding-bottom: 140px;
}

.difbgwrapper {
    background: #fff;
    margin-top: -248px;
    z-index: 123;
    position: relative;
    border-radius: 10px;
    padding: 25px 0 70px 54px;
}

    .difbgwrapper h3 {
        margin: 53px 0 0 5px;
    }

    .difbgwrapper h4 {
        margin: 0 0 0 3px;
        font-size: 25px;
        line-height: 40px;
        color: #605fa0;
        font-weight: 100;
    }

    .difbgwrapper p {
        padding: 18px 15px 0 5px;
    }

    .difbgwrapper .btnicon {
        font-size: 50px;
        line-height: 138px;
        height: 138px;
        width: 138px;
    }

    .difbgwrapper .btn {
        border-radius: 10px;
        padding: 9px 115px 10px 40px;
        overflow: hidden;
        margin: 61px 0 0 7px;
    }

    .difbgwrapper a {
        position: relative;
        display: inline-block;
        margin-top: 55px;
        font-weight: 100;
    }

        .difbgwrapper a:after {
            content: '\f15c';
            font-size: 20px;
            line-height: 80px;
            font-family: "FontAwesome";
            color: #FFF;
            text-align: center;
            background: #605fa0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 82px;
            border-radius: 10px;
        }

.pricing_wrapper {
    margin-top: 44px;
    border-radius: 10px;
    background: #605fa0;
    position: relative;
    margin-right: 36px;
}

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

    .pricing_wrapper:after {
        clear: both;
    }

.pricing_wrapper_1 {
    margin-right: 0;
    margin-top: 44px;
    border-radius: 10px;
    background: #605fa0;
    position: relative;
}

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

    .pricing_wrapper_1:after {
        clear: both;
    }

.pricing_wrapper + .pricing_wrapper {
    margin-top: 25px;
}

.pricing_wrapper_1 + .pricing_wrapper_1 {
    margin-top: 25px;
}

.pricing_leftblock {
    float: left;
    width: 66%;
    background: #f5f6f6;
    border-radius: 25px 0 0 10px;
    padding-left: 120px;
    padding-bottom: 23px;
    box-sizing: border-box;
    margin-left: -3px;
}

    .pricing_leftblock:before {
        content: '\f15b';
        font-size: 40px;
        line-height: 53px;
        color: #464646;
        font-family: "FontAwesome";
        position: absolute;
        top: 36px;
        left: 54px;
    }

    .pricing_leftblock h4 {
        margin-top: 28px;
        font-weight: 300;
    }

    .pricing_leftblock a {
        color: #605fa0;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 39px;
        font-weight: 100;
        margin-left: 6px;
        font-family: "Open Sans", sans-serif;
    }

        .pricing_leftblock a:hover {
            color: #43464c;
        }

        .pricing_leftblock a:after {
            content: '\f0da';
            font-size: 15px;
            line-height: 39px;
            color: #464646;
            font-family: "FontAwesome";
            padding-left: 5px;
        }

.pricing_rightblock {
    padding-top: 30px;
    padding-left: 45px;
    width: 34%;
    box-sizing: border-box;
    float: left;
}

    .pricing_rightblock strong {
        color: #fff;
        display: block;
        font-size: 30px;
        line-height: 35px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
    }

    .pricing_rightblock span {
        font-size: 15px;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-weight: 100;
        line-height: 20px;
    }

.features {
    margin-top: 56px;
}

    .features li {
        font-size: 15px;
        line-height: 20px;
        padding: 22px 5px 20px 50px;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-weight: 100;
        background: #F5F6F6;
        border-radius: 10px;
        position: relative;
    }

        .features li:before {
            content: '\f14a';
            font-size: 15px;
            font-family: "FontAwesome";
            color: #605fa0;
            position: absolute;
            top: 22px;
            left: 20px;
        }

        .features li + li {
            margin-top: 21px;
        }

.rounded {
    border-radius: 10px;
}

.grid_5 > .rounded {
    margin-top: 50px;
}

.grid_7 > h4 {
    margin-top: 40px;
    padding-right: 60px;
}

.subpageicon {
    margin-top: 45px;
    font-size: 20px;
    line-height: 80px;
    background: #605fa0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
}

    .subpageicon:hover {
        background: #43464c;
    }

.grid_3 + h5 {
    margin-top: 45px;
}

img + h5 {
    margin-top: 23px;
    font-weight: 300;
}

    img + h5 + p {
        margin-top: 18px;
    }

.curve {
    border-radius: 10px;
    margin-top: 50px;
}

.curve_page2 {
    background: #f5f6f6;
    border-radius: 10px;
    padding-bottom: 35px;
    margin-top: 45px;
}

.curve_page2_wr {
    margin-left: 22px;
}

    .curve_page2_wr h5 {
        font-weight: 300;
        margin-bottom: 17px;
        margin-top: 25px;
    }

.curve_page2 img {
    border-radius: 25px;
}

.curve_page3 {
    background: #f5f6f6;
    border-radius: 10px;
    margin-top: 55px;
    padding-left: 55px;
    padding-bottom: 70px;
}

    .curve_page3 h5 {
        color: #605fa0;
        margin-top: 50px;
        font-size: 25px;
        line-height: 40px;
        font-weight: 300;
    }

    .curve_page3 p {
        margin-top: 20px;
    }

    .curve_page3 .btn {
        border-radius: 10px;
        padding: 9px 115px 10px 40px;
        overflow: hidden;
        margin: 61px 0 0 7px;
    }

    .curve_page3 a {
        position: relative;
        display: inline-block;
        margin-top: 55px;
        font-weight: 100;
    }

        .curve_page3 a:after {
            content: '\f15c';
            font-size: 20px;
            line-height: 80px;
            font-family: "FontAwesome";
            color: #FFF;
            text-align: center;
            background: #605fa0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 82px;
            border-radius: 10px;
        }

.curve .btnicon {
    font-size: 50px;
    height: 75px;
    line-height: 72px;
    margin-top: 66px;
    text-align: center;
    width: 65px;
}

.curve h5 {
    color: #605fa0;
    font-size: 25px;
    line-height: 40px;
    font-weight: 100;
    margin-left: 5px;
    margin-top: 45px;
}

.curve .content_btn {
    margin-top: 77px;
}

    .curve .content_btn:before {
        content: '\f15c';
    }

.curve + h5 {
    color: #000;
}

.testimonial {
    margin-top: 45px;
}

    .testimonial img {
        float: left;
        margin-right: 30px;
        border-radius: 10px;
    }

    .testimonial h5 {
        float: left;
        margin-top: 20px;
    }

    .testimonial + .testimonial {
        margin-top: 80px;
    }

dl {
    font-size: 14px;
    line-height: 23px;
    color: #bfbfbf;
    margin-top: 10px;
}

    dl a:hover {
        text-decoration: underline;
        color: #605fa0;
    }

dt {
    text-align: left;
    display: inline-block;
    width: 50%;
}

dd {
    text-align: right;
    display: inline-block;
    width: 46%;
}

.h3mod {
    line-height: 50px;
}

/*==================      Well     ======================*/
.well {
    padding-bottom: 135px;
}

.well__ins1 {
    padding-top: 0;
}

    .well__ins1 h4 {
        font-size: 20px;
        line-height: 25px;
        color: #464646;
        text-transform: uppercase;
        font-weight: 100;
        padding: 31px 0 0 2px;
        margin-top: 0;
    }

.platform_wrapper h4 {
    color: #605fa0;
    font-weight: 400;
    margin-top: 9px;
}

.platform_wrapper p {
    margin-top: 13px;
    margin-left: 3px;
}

.privacy h4 {
    margin-top: 35px;
}

    .privacy h4 + p {
        margin-bottom: -10px;
    }

.privacy a {
    color: #bfbfbf;
    text-decoration: underline;
    font-size: 14px;
    line-height: 92px;
    margin-top: 35px;
}

    .privacy a:hover {
        color: #605fa0;
    }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #27292c;
    padding-bottom: 150px;
}

    footer .footer_list_1 {
        margin-top: 30px;
        font-weight: 400;
        font-family: "Arial";
    }

        footer .footer_list_1 li {
            color: #555960;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 22px;
        }

        footer .footer_list_1 a:hover {
            color: #605fa0;
            text-decoration: underline;
        }

    footer .footer_list_2 {
        margin-top: 30px;
        font-weight: 400;
        font-family: "Arial";
    }

        footer .footer_list_2 li {
            color: #555960;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 22px;
        }

            footer .footer_list_2 li:before {
                content: '\f14a';
                font-family: "FontAwesome";
                color: #605fa0;
                font-size: 8.6px;
                padding-right: 15px;
            }

        footer .footer_list_2 a:hover {
            color: #605fa0;
            text-decoration: underline;
        }

        footer .footer_list_2 li + li {
            margin-top: 8px;
        }

    footer h5 {
        margin-top: 136px;
    }

.social {
    margin-top: 30px;
}

    .social a {
        font-size: 40px;
        line-height: 90px;
        color: #656367;
        background: #43464c;
        float: left;
        border-radius: 50%;
        height: 90px;
        width: 90px;
        margin-right: 13px;
        text-align: center;
        margin-bottom: 15px;
    }

        .social a:hover {
            background: #605fa0;
            color: #fff;
        }

.copyright {
    font-size: 14px;
    line-height: 24px;
    color: #43464c;
    margin-top: 150px;
}

    .copyright a:hover {
        color: #605fa0;
        text-decoration: underline;
    }

.contact h3 {
    color: #fff;
    margin-top: 92px;
}

.mailform {
    text-transform: uppercase;
}

.form_btn {
    background: #F2D03B;
    font-size: 15px;
    line-height: 32px;
    padding: 25px 40px;
    margin-top: 34px;
    border-radius: 10px;
    color: #fff;
}

    .form_btn:hover {
        background: #605fa0;
        transition: 1s;
    }

@media (min-width: 980px) and (max-width: 1199px) {
    header {
        padding-top: 80px;
    }

        header .nav {
            margin-top: 72px;
        }

    .banner1_text1 {
        font-size: 160px;
    }

    .banner1_text2 {
        font-size: 60px;
        margin: 108px 0 0 663px;
    }

    .features li {
        font-size: 12px;
    }

    .pricing_wrapper {
        margin-bottom: 33px;
    }

    .bannerwrapper_2 h2 {
        font-size: 86px;
        padding-right: 15%;
    }

    .difbgwrapper {
        margin-top: 50px;
        text-align: center;
        padding: 30px 30px;
    }

    h5 {
        margin-top: 75px;
    }

    .brand__footer {
        margin-bottom: 40px;
    }

    .curve_page3 {
        text-align: center;
        padding-left: 0;
    }

    .pricing_rightblock {
        padding-left: 22px;
    }

    .pricing_leftblock h4 {
        font-size: 16px;
    }

    #toTop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    header {
        padding-top: 50px;
    }

        header .nav {
            margin-top: 40px;
        }

    .btn {
        padding: 20px 9px;
    }

    .btn__ins1:after {
        padding-left: 5px;
        line-height: 20px;
    }

    .bnricon {
        font-size: 248px;
    }

    .bannerwrapper .banner1_text1 {
        font-size: 150px;
        margin: 112px 0 0 5px;
    }

    .bannerwrapper .banner1_text2 {
        margin: 134px 0 0 513px;
        font-size: 40px;
    }

    .bannerwrapper p {
        margin: -154px 0 0 315px;
    }

    .bannerwrapper_2 {
        margin-top: 90px;
    }

        .bannerwrapper_2 h2 {
            padding-right: 18%;
            font-size: 66px;
        }

    .parallax p {
        margin: -140px 0 0 284px;
        font-size: 17px;
    }

    .difbgwrapper {
        border-radius: 10px;
        padding: 10px 0 60px 30px;
    }

        .difbgwrapper h3 {
            margin: 33px 1px 0;
        }

        .difbgwrapper h4 {
            font-size: 20px;
            margin: 0;
        }

        .difbgwrapper .btn {
            padding: 10px 90px 10px 25px;
        }

        .difbgwrapper .well__ins1 h4 {
            padding: 20px 0 0 2px;
        }

    .pricing_leftblock {
        padding-left: 62px;
        padding-bottom: 10px;
        width: 64%;
    }

        .pricing_leftblock:before {
            left: 24px;
        }

        .pricing_leftblock h4 {
            font-size: 15px;
        }

    .pricing_rightblock {
        padding-left: 3px;
        padding-top: 25px;
    }

        .pricing_rightblock span {
            padding-left: 18px;
        }

        .pricing_rightblock strong {
            text-align: center;
        }

    .features {
        margin-top: 35px;
    }

        .features li {
            font-size: 11px;
            padding: 22px 5px 20px 20px;
        }

            .features li:before {
                font-size: 12px;
                line-height: 56px;
                top: 3px;
                left: 5px;
            }

    .pricing_wrapper {
        margin-bottom: 43px;
        margin-right: 0;
    }

    .well {
        padding-bottom: 75px;
    }

    .brand:before {
        top: -22px;
    }

    .social a {
        font-size: 36px;
        height: 70px;
        line-height: 75px;
        margin-bottom: 15px;
        margin-right: 10px;
        text-align: center;
        width: 70px;
    }

    .social .brand__footer {
        margin-top: 25px;
    }

    .social h5 {
        font-size: 19px;
    }

    .social .content_btn {
        padding: 18px 86px 18px 34px;
    }

        .social .content_btn:before {
            line-height: 56px;
        }

    .social h2 + h2 {
        padding-right: 8%;
    }

    .curve_page3 {
        padding-left: 0;
        text-align: center;
    }

        .curve_page3 .btn {
            padding: 9px 100px 10px 40px;
            margin: 61px 0 0 0;
        }
}

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

    .btn-wr {
        padding-top: 40px;
    }

    .btnicon {
        margin-top: 25px;
        height: 75px;
        width: 75px;
        line-height: 75px;
    }

    .banner1_text1 {
        font-size: 140px;
        font-weight: 100;
        line-height: 140px;
        margin: -190px 0 0 195px;
    }

    .bnricon {
        font-size: 178px;
        line-height: 222px;
        padding: 14px 0 0 3px;
    }

    .banner1_text2 {
        font-size: 80px;
        font-weight: 100;
        line-height: 78px;
        margin: 2px 0 0 3px;
    }

    .parallax P {
        margin: 20px 0 0 0;
    }

    .difbgwrapper {
        margin-top: 50px;
        text-align: center;
        padding: 30px 30px;
    }

    .bannerwrapper_2 {
        margin-top: 90px;
    }

        .bannerwrapper_2 h2 {
            font-size: 66px;
            line-height: 70px;
        }

        .bannerwrapper_2 .btnicon {
            right: -10px;
            top: 130px;
        }

    .brand.brand__footer {
        margin-top: 50px;
    }

    .curve_page2 {
        text-align: center;
    }

        .curve_page2 img {
            width: 100%;
        }

    .features {
        margin-top: 25px;
    }

    .pricing_leftblock {
        padding-left: 88px;
    }

        .pricing_leftblock:before {
            left: 25px;
            position: absolute;
            top: 36px;
        }

        .pricing_leftblock h4 {
            font-size: 15px;
        }

    .pricing_rightblock {
        width: auto;
        padding: 0;
        float: none;
        text-align: center;
        padding-top: 30px;
    }

        .pricing_rightblock strong {
            margin: 0;
        }

        .pricing_rightblock span {
            padding-left: 0;
        }

    footer {
        text-align: center;
    }
}

@media (max-width: 479px) {
    header {
        padding-top: 20px;
    }

        header .nav {
            margin-top: 0;
        }

        header .btn {
            font-size: 10px;
            padding: 14px 14px;
        }

        header .btn-wr .btn + .btn {
            margin-left: 0;
            margin-bottom: 25px;
            float: none;
        }

    .grid_3 > .btnicon {
        font-size: 20px;
        margin-top: 50px;
    }

    .brand, .brand__footer {
        padding-left: 65px;
    }

        .brand:before, .brand__footer:before {
            font-size: 47px;
            height: 89px;
            left: -18px;
            line-height: 92px;
            top: -3px;
            width: 84px;
        }

    .brand_name {
        font-size: 68px;
        line-height: 68px;
    }

    .parallax {
        padding: 40px 0 90px;
    }

    .element.style {
        height: 451px;
    }

    .bnricon {
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        float: none;
    }

    .banner1_text1 {
        font-size: 90px;
        line-height: 120px;
        margin: -113px 0 0 105px;
        float: none;
    }

    .banner1_text2 {
        font-size: 34px;
        line-height: 38px;
        margin-top: 17px;
        margin-left: 10px;
    }

    .parallax P {
        margin: 36px 0 0;
    }

    .difbgwrapper {
        margin-top: 35px;
        border-radius: 13px;
        padding: 30px 0 70px 10px;
    }

        .difbgwrapper h3 {
            font-size: 38px;
        }

    .well__ins1 h4 {
        color: #464646;
        font-size: 17px;
        line-height: 25px;
        margin-top: 0;
        padding: 13px 0 0 4px;
    }

    .bannerwrapper_2 h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .bannerwrapper_2 h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .bannerwrapper_2 .btnicon {
        top: 160px;
    }

    .grid_7 > h4 {
        padding-right: 0;
    }

    .well {
        padding-bottom: 85px;
    }

    .btnicon + h5 {
        margin-top: 25px;
    }

    .curve_page2 {
        margin-top: 35px;
    }

    .curve_page3 {
        padding: 0 15px 70px 15px;
    }

    .features {
        margin-top: 15px;
    }

    .pricing_wrapper {
        margin-right: 0;
    }

        .pricing_wrapper h4 {
            line-height: 19px;
            margin-top: 15px;
            font-size: 18px;
        }

        .pricing_wrapper a {
            font-size: 15px;
            line-height: 25px;
            margin-left: 15px;
        }

    .pricing_leftblock {
        border-radius: 10px 10px 0 0;
        padding-bottom: 12px;
        padding-left: 55px;
        width: 102%;
    }

        .pricing_leftblock:before {
            font-size: 30px;
            left: 24px;
            line-height: 3px;
            top: 36px;
        }

        .pricing_leftblock h4, .pricing_leftblock a {
            padding: 0 0 10px 25px;
            line-height: 15px;
        }

    h5 {
        margin-top: 50px;
    }

    .cam {
        margin-top: 59px;
    }

    .mfProgress {
        position: relative;
        margin-left: 75px;
    }

    .social {
        padding-left: 40px;
    }
}
