/*
This files contents are outlined below.
01. BODY 
02. TYPOGRAPGY 
03. HELPER
04. COMPONENTS
  - NAVBAR
  - BUTTONS
  - FORM
  - PAGINATION
  - ACCORDION
  - TABS
  - CAROUSEL
05. MAIN-HEADER 
06. MAIN-CONTENT 
  - ABOUT TABS
  - BG PARALLAX
  - BLOG
  - FUN FACT
  - BOX SERVICES
  - TEAM
  - TESTIMONIAL
  - BOX WORK
  - CLIENT LOGO
  - DEVIDER
  - LIST GALERY
  - LISTING NUMBER
  - MAP
  - NEXT PREV BOTTOM
07. MAIN-FOOTER 
*/
/*============================
     01. BODY
============================*/

body {
    background: #ffffff;
    color: #7d7d7d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 2;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
body .wrapper {
    z-index: 2;
    display: none;
    position: relative;
}
/*============================
     02. TYPOGRAPGY
============================*/

h1 {
    font-size: 4em;
}
@media (max-width: 600px) {
    h1 {
        font-size: 3em;
    }
}
h2 {
    font-size: 3em;
}
@media (max-width: 600px) {
    h2 {
        font-size: 2.5em;
    }
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}
/*============================
     03. HELPER
============================*/

.bg1 {
    background-image: url(../images/bg1.jpg) !important;
}
.bg2 {
    background-image: url(../images/bg2.jpg) !important;
}
.bg3 {
    background-image: url(../images/bg3.jpg) !important;
}
.bg4 {
    background-image: url(../images/bg4.jpg) !important;
}
.bg5 {
    background-image: url(../images/bg5.jpg) !important;
}
.bg6 {
    background-image: url(../images/bg6.jpg) !important;
}
.bg7 {
    background-image: url(../images/bg7.jpg) !important;
}
.bg8 {
    background-image: url(../images/bg8.jpg) !important;
}
.container-medium {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}
.container-medium-ap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1195px;
}
.container-mini {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 840px;
}
.block-page {
    padding: 35px 0px;
    position: relative;
    padding-bottom: 15px;
}
.content-table {
    display: table;
    position: relative;
    width: 100%;
}
.content-table .v-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    float: none;
    position: relative;
    z-index: 1001;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.no-margin {
    margin: 0;
}
.paddingTB-30 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding20 {
    padding: 20px;
}
.white-space-10 {
    height: 10px;
}
.white-space-20 {
    height: 20px;
}
.white-space-30 {
    height: 30px;
}
.white-space-40 {
    height: 40px;
}
.white-space-50 {
    height: 50px;
}
.white-space-60 {
    height: 60px;
}
.space-inline-15 {
    display: inline-block;
    width: 15px;
}
.color-dark {
    color: #323232;
}
.color-primary {
    color: #2996CC;
}
.color-light {
    color: #ffffff;
}
.bg-primary {
    background-color: #e74c3c;
}
.bg-primary .devider i {
    background-color: #e74c3c;
}
.bg-secondary {
    border-bottom: 1px dashed #ddd !important;
    border-top: 1px dashed #ddd !important;
    background-color: #f6f6f6;
}
.bg-secondary .devider {
    border-color: #d7d7d7;
}
.bg-secondary .devider i {
    color: #d7d7d7;
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: #323232;
}
.bg-dark .devider {
    border-color: #000000;
}
.bg-dark .devider i {
    color: #000000;
    background-color: #323232;
}
.big-icon {
    font-size: 4em;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
    padding: 30px 0;
    margin-top: 10px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #282828;
    border: 4px double #ebebeb;
}
.img-bordered {
    max-width: 100%;
    border: 4px double #ebebeb;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 30px;
}
blockquote {
    margin-bottom: 30px;
    font-size: 14px;
}
.list-with-icon li {
    padding-left: 30px;
    position: relative;
}
.list-with-icon li .ic-list {
    position: absolute;
    top: 7px;
    left: 0;
}
.box-line {
    border: 4px double #ebebeb;
    background: #f5f5f5;
    padding: 20px;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.with-ovefly {
    position: relative;
}
.with-ovefly:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.with-ovefly.ov-gradient-white:before {
    background-color: transparent;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.02)));
    background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.02));
    background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.02));
    background: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.02));
    background: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.02));
}
.with-ovefly.ov-primary-color:before {
    background-color: rgba(231, 76, 60, 0.4);
}
.with-ovefly * {
    position: relative;
}
a.btn-video-play {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin: 30px auto;
    color: #ffffff;
}
a.btn-video-play i {
    font-size: 80px;
    display: block;
    margin: 0 auto;
}
a.btn-video-play span {
    font-size: 12px;
    font-weight: 700;
}
a.btn-video-play:before {
    content: "";
    position: absolute;
    width: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    height: 5px;
    background: #ffffff;
    bottom: -10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    left: 0;
}
a.btn-video-play:hover:before {
    width: 100%;
}
.box-icon-left {
    padding-left: 60px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
.box-icon-left .left-icon {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.fix-height500 {
    height: 500px;
}
/*============================
     04. COMPONENTS
============================*/
/*== NAVBAR ==*/

.menu-area {
    position: absolute;
    top: 0;
    z-index: 900;
    left: 0;
    width: 100%;
}
@media (max-width: 1095px) {
    .menu-area {
        position: relative;
        background: rgba(255, 255, 255, 0.1);
    }
}
.menu-area.nav-fixed {
    position: fixed;
    top: 0;
    height: 0;
}
@media (max-width: 1095px) {
    .menu-area.nav-fixed {
        position: relative;
        height: auto;
    }
}
.navbar-op1 {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0;
    z-index: 88;
    top: 0;
    border: 0;
    background: transparent !important;
}
.navbar-op1 .navbar-brand {
    position: absolute;
    height: 100%;
    z-index: 3;
    padding-top: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-left: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
@media (max-width: 1095px) {
    .menu-area.nav-fixed {
        position: relative;
        height: auto;
    }
    .navbar-op1 .navbar-brand {
        position: absolute;
        height: 100%;
        z-index: 3;
        padding-top: 30px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        padding-left: 5px;
        font-weight: 700;
        font-size: 24px;
        color: #2996CC;
    }
    .navbar-op1 .navbar-brand img {
        display: none;
    }
}
.navbar-op1 .navbar-brand span {
    display: block;
    height: 3px;
    width: 20px;
    margin-top: 3px;
}
.navbar-op1 .navbar-brand small {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: block;
    font-size: 12px;
}
.navbar-op1 .navbar-brand img {
    position: relative;
    max-width: 40px;
    margin-top: -3px;
}
.navbar-op1 .navbar-brand:hover,
.navbar-op1 .navbar-brand:focus {
    color: #ffffff;
}
.navbar-op1 .navbar-brand:before {
    position: absolute;
    height: 100%;
    width: 9000%;
    content: "";
    left: -9000%;
    top: 0;
}
.navbar-op1 .navbar-header .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}
.navbar-op1 .navbar-header .navbar-toggle .icon-bar {
    background: #000000;
}
.navbar-op1 .navbar-header .navbar-toggle:hover,
.navbar-op1 .navbar-header .navbar-toggle:focus {
    background: transparent;
    border: 1px solid #000000;
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-header .navbar-toggle {
        display: block !important;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .navbar-op1 .navbar-header .navbar-toggle {
        margin-right: 15px;
    }
    
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-header {
        float: none!important;
    }
}
.navbar-op1 .navbar-collapse.collapse {
    border: 0 !important;
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-collapse.collapse {
        display: none !important;
    }
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-collapse.collapse.in {
        display: block !important;
    }
}
.navbar-op1 .navbar-collapse {
    position: relative;
    z-index: 2;
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-collapse {
        overflow-y: hidden;
        background: rgb(97, 117, 142) none repeat scroll 0% 0%;
        padding-bottom: 22px;
    }
}
.navbar-op1 .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
    max-width: 180px;
    outline: none !important;
    font-size: 12px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-nav > li > a {
        max-width: 100%;
    }
}
.navbar-op1 .navbar-nav > li > a .link-top {
    text-shadow: none;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}
.navbar-op1 .navbar-nav > li > a .link-desc {
    font-weight: 400;
    display: block;
    color: #7d7d7d;
}
.navbar-op1 .navbar-nav > li > a .link-fake {
    font-weight: 400;
    color: #4b4b4b;
    display: block;
}
.navbar-op1 .navbar-nav > li > a .link-fake i {
    font-size: 10px;
}
.navbar-op1 .navbar-nav > li > a:hover {
    color: #7d7d7d;
    background: transparent !important;
}
.navbar-op1 .navbar-nav > li > a.highlighted {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background: #f5f5f5 !important;
    color: #e74c3c !important;
}
.navbar-op1 .navbar-nav > li > a.highlighted:hover {
    background: #f5f5f5 !important;
}
.navbar-op1 .navbar-nav > li.active > a,
.navbar-op1 .navbar-nav > li.active > a:hover,
.navbar-op1 .navbar-nav > li.active > a:focus {
    color: #e74c3c !important;
    background: transparent !important;
}
.navbar-op1 .navbar-nav > li.dropdown.open > a {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background: #f5f5f5 !important;
    color: #e74c3c !important;
}
.navbar-op1 .navbar-nav > li.dropdown.open > a:hover {
    background: #f5f5f5 !important;
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-nav > li.dropdown.open > a {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }
}
.navbar-op1 .navbar-nav > li.dropdown.open > .dropdown-menu {
    display: block !important;
    z-index: 1001 !important;
}
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu {
    min-width: 180px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) !important;
    padding: 0;
    background: #f5f5f5;
    border-color: #ebebeb;
}
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu > li > a {
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-transform: uppercase;
    font-size: 12px;
    color: #7d7d7d;
}
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu > li > a:after {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 0;
    height: 100%;
}
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu > li > a:hover,
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu > li > a.highlighted {
    color: #000000;
    padding-left: 20px;
    padding-right: 25px;
    background: #ffffff;
}
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu > li > a:hover:after,
.navbar-op1 .navbar-nav > li.dropdown .dropdown-menu > li > a.highlighted:after {
    width: 5px;
    background: #e74c3c;
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-nav > li.dropdown .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .navbar-op1 .navbar-nav > li {
        float: none;
    }
    .navbar-op1 .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-op1.nav-fixed {
    position: fixed;
    z-index: 900;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff !important;
}
.navbar-op1.nav-fixed .navbar-brand {
    max-height: 74px;
    padding-top: 23px;
    color: #666 !important;
    margin-left: -5px;
}
.navbar-op1.nav-fixed .navbar-brand img {
    display: none;
}
.navbar-op1.nav-fixed .navbar-nav > li > a {
    color: #666;
}
.navbar-op1.nav-fixed .navbar-brand span,
.navbar-op1.nav-fixed .navbar-brand small {
    display: none;
}
@media (max-width: 1095px) {
    .navbar-op1.nav-fixed .navbar-brand {
        padding-top: 27px;
    }
}
.navbar-op1.nav-fixed .navbar-nav > li > a {
    padding-top: 15px;
}
.navbar-op1.nav-fixed .navbar-nav > li > a .link-desc {
    display: none;
}
.navbar-op1.nav-fixed .navbar-nav > li > a .link-fake {
    display: none;
}
.navbar-op1.nav-fixed .navbar-nav > li > a:hover {
    color: #7d7d7d;
    background: transparent !important;
}
@media (max-width: 1095px) {
    .navbar-op1.nav-fixed {
        position: relative;
    }
}
@media (max-width: 1095px) {
    .navbar-op1 .navbar-brand {
        max-height: 74px;
        padding-top: 15px;
    }
    .navbar-op1 .navbar-brand span,
    .navbar-op1 .navbar-brand small {
        display: none;
    }
    .navbar-op1 .navbar-nav > li > a {
        padding-top: 15px;
    }
    .navbar-op1 .navbar-nav > li > a .link-desc {
        display: none;
    }
    .navbar-op1 .navbar-nav > li > a .link-fake {
        display: none;
    }
    .navbar-op1 .navbar-nav > li > a:hover {
        color: #7d7d7d;
        background: transparent !important;
    }
}
@media (max-width: 1095px) and (max-width: 1095px) {
    .navbar-op1 .navbar-brand {
        padding-top: 27px;
    }
}
.flat-nav-stacked {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #ddd;
}
.flat-nav-stacked > li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.flat-nav-stacked > li + li {
    margin: 0;
}
.flat-nav-stacked > li.header {
    -webkit-border-radius: 3px 3px 0 0 !important;
    -moz-border-radius: 3px 3px 0 0 !important;
    -ms-border-radius: 3px 3px 0 0 !important;
    -o-border-radius: 3px 3px 0 0 !important;
    border-radius: 3px 3px 0 0 !important;
    background: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 15px;
}
.flat-nav-stacked > li:last-child {
    -webkit-border-radius: 0 0 3px 3px !important;
    -moz-border-radius: 0 0 3px 3px !important;
    -ms-border-radius: 0 0 3px 3px !important;
    -o-border-radius: 0 0 3px 3px !important;
    border-radius: 0 0 3px 3px !important;
}
.flat-nav-stacked > li.active,
.flat-nav-stacked > li.active:hover {
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.flat-nav-stacked > li.active > a,
.flat-nav-stacked > li.active:hover > a {
    color: #323232;
}
.flat-nav-stacked > li.active > a .badge,
.flat-nav-stacked > li.active:hover > a .badge {
    background: #282828;
}
.flat-nav-stacked > li > a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    color: #7d7d7d;
}
.flat-nav-stacked > li > a .badge {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    min-height: 20px;
    line-height: 15px;
    position: relative;
    top: 3px;
    min-width: 20px;
}
.flat-nav-stacked > li > a:hover {
    background: transparent;
    color: #323232;
}
.flat-nav-stacked > li > a:hover .badge {
    background: #282828;
}
/*== BUTTONS ==*/

.btn-default {
    border-color: #ebebeb;
}
.btn-flat-solid {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 12px;
    min-width: 115px;
    letter-spacing: 1px;
    padding: 13px;
}
.btn-flat-solid.btn-lg {
    padding: 16px;
    font-size: 14px;
    min-width: 140px;
}
.btn-flat-solid.btn-sm {
    padding: 10px;
    min-width: 100px;
    font-size: 11px;
}
.btn-flat-solid.btn-xs {
    padding: 8px;
    min-width: 80px;
    font-size: 10px;
}
.btn-flat-solid.btn-default {
    color: #000000;
    background-color: #fafafa;
}
.btn-flat-solid.btn-default:hover {
    background-color: #ebebeb;
}
.btn-flat-solid.btn-link {
    color: #000000;
}
.btn-flat-solid.btn-pill {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
}
.btn-flat-solid.primary-btn {
    color: #FFF;
    background-color: #348ADB !important;
}
.btn-flat-solid.primary-btn:hover,
.btn-flat-solid.primary-btn:focus {
    color: #ffffff;
    background-color: #d33828;
}
.btn-flat-solid:hover,
.btn-flat-solid:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    outline: none;
}
.btn-flat-solid.btn-icon {
    min-width: 35px;
}
.btn-flat-line {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 115px;
    border-width: 2px;
    letter-spacing: 1px;
    padding: 13px;
    background-color: transparent;
    color: #000000;
    max-width: 62%;
    margin: 0 auto;
}
.btn-flat-line.light-font {
    color: #ffffff;
}
.btn-flat-line.btn-lg {
    padding: 16px;
    font-size: 14px;
    min-width: 140px;
}
.btn-flat-line.btn-sm {
    padding: 10px;
    min-width: 100px;
    font-size: 11px;
}
.btn-flat-line.btn-xs {
    padding: 8px;
    min-width: 80px;
    font-size: 10px;
}
.btn-flat-line.btn-default {
    color: #000000;
    border-color: #ebebeb;
}
.btn-flat-line.btn-default:hover,
.btn-flat-line.btn-default:focus {
    border-color: #ebebeb;
}
.btn-flat-line.btn-default.light-font {
    border-color: #ffffff;
    color: #ffffff;
}
.btn-flat-line.btn-default.light-font:hover,
.btn-flat-line.btn-default.light-font:focus {
    background-color: #ffffff;
    color: #000000;
}
.btn-flat-line.btn-link {
    color: #000000;
}
.btn-flat-line.btn-link.light-font {
    color: #ffffff;
}
.btn-flat-line.btn-pill {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important;
}
.btn-flat-line.primary-btn {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}
.btn-flat-line.primary-btn.clicked,
.btn-flat-line.primary-btn:hover,
.btn-flat-line.primary-btn:focus {
    color: #ffffff;
    border-color: transparent;
    background-color: #e74c3c;
}
.btn-flat-line.btn-icon {
    min-width: 35px;
}
.btn-flat-line:hover,
.btn-flat-line:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    outline: none;
}
.link-text {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
}
/*== FORM  ==*/

.form-control.form-flat {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    height: 40px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.form-control.form-flat.input-lg {
    height: 52px;
}
.form-control.form-flat:focus {
    border-color: #aaa;
}
.form-control.dark-form {
    background: #1e1e1e;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    background: rgba(30, 30, 30, 0.85);
    color: #ffffff;
    border-color: #1e1e1e;
}
.form-control.dark-form:focus {
    border-color: #e74c3c;
}
.select-chosen,
.label-chosen {
    display: none;
}
@media (max-width: 991px) {
    .select-chosen,
    .label-chosen {
        display: block !important;
    }
}
textArea.form-flat {
    height: auto !important;
}
.form-control-large,
.form-control-small {
    width: 345px;
    display: inline-block;
    margin: 0 10px;
}
.form-control-small {
    width: 188px;
}
.flat-checkbox,
.flat-radio {
    line-height: 1em;
    position: relative;
}
.flat-checkbox label,
.flat-radio label {
    font-weight: 700;
    padding-left: 0;
}
.flat-checkbox input[type="checkbox"],
.flat-radio input[type="checkbox"],
.flat-checkbox input[type="radio"],
.flat-radio input[type="radio"] {
    position: absolute;
    left: -9999em;
}
.flat-checkbox span,
.flat-radio span {
    position: relative;
    top: -2px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: 10px;
    padding: 3px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.flat-checkbox input[type="radio"] + span,
.flat-radio input[type="radio"] + span {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}
.flat-checkbox input:checked + span,
.flat-radio input:checked + span,
.flat-checkbox input:checked + span,
.flat-radio input:checked + span {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*== PAGINATION  ==*/

.flat-pagination > li > a,
.flat-pagination > li > span {
    color: #7d7d7d;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-left: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
    border-color: #ebebeb;
}
.flat-pagination > li > a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
    color: #7d7d7d;
}
.flat-pagination > .active > a,
.flat-pagination > .active > span,
.flat-pagination > .active > a:hover,
.flat-pagination > .active > span:hover,
.flat-pagination > .active > a:focus,
.flat-pagination > .active > span:focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
/*== ACCORDION  ==*/

.flat-accordion .panel-heading {
    padding: 20px;
}
.flat-accordion .panel-title {
    font-size: 1.5em;
}
.flat-accordion .panel-title a {
    text-decoration: none;
}
.flat-accordion .panel-title a i {
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    position: relative;
    top: 1px;
    display: inline-block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.flat-accordion .panel-title a.collapsed i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.flat-accordion .panel-title a.collapsed:hover i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.flat-accordion .panel-title span.pull-right {
    font-size: 12px;
    position: relative;
    top: 5px;
    display: inline-block;
}
@media (max-width: 600px) {
    .flat-accordion .panel-title span.pull-right {
        display: block;
        width: 100%;
        float: none;
    }
}
.flat-accordion .panel-body {
    padding: 40px;
}
/*== TABS  ==*/

.flat-nav-tabs {
    background: #f5f5f5;
    padding: 15px 10px 0 10px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.flat-nav-tabs > li > a {
    color: #e74c3c;
}
.flat-nav-tabs > li.active > a {
    box-shadow: 0 -4px 0 #e74c3c !important;
    -webkit-box-shadow: 0 -4px 0 #e74c3c !important;
    -moz-box-shadow: 0 -4px 0 #e74c3c !important;
    -o-box-shadow: 0 -4px 0 #e74c3c !important;
    -ms-box-shadow: 0 -4px 0 #e74c3c !important;
}
.flat-tab-content {
    padding-top: 20px;
}
/*== CAROUSEL==*/

.flat-carousel .carousel-inner {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
}
.flat-carousel .carousel-control {
    text-shadow: none;
    color: #ffffff;
    background: none;
}
.flat-carousel .carousel-control .ic-right,
.flat-carousel .carousel-control .ic-left {
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    height: 40px;
    top: 50%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-top: -20px;
    background: #e74c3c;
}
.flat-carousel .carousel-control .ic-right {
    right: 50%;
    margin-right: -20px;
}
.flat-carousel .carousel-control .ic-left {
    left: 50%;
    margin-left: -20px;
}
.flat-carousel .carousel-caption {
    width: 100%;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 0 6px 6px !important;
    -moz-border-radius: 0 0 6px 6px !important;
    -ms-border-radius: 0 0 6px 6px !important;
    -o-border-radius: 0 0 6px 6px !important;
    border-radius: 0 0 6px 6px !important;
}
.flat-carousel .carousel-indicators {
    bottom: 0;
    background: #e74c3c;
    margin-bottom: 0;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -ms-border-radius: 5px 5px 0 0 !important;
    -o-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    width: 150px;
    margin-left: -75px;
}
.flat-carousel .carousel-indicators li.active {
    width: 20px;
}
/*============================
     05. MAIN-HEADER
============================*/

.main-header {
    position: relative;
}
.main-header .header-home {
    position: relative;
    background: #f5f5f5 url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 540px;
}
.main-header .header-home .v-content {
    color: #ffffff;
}
.main-header .header-home p {
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 630px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
}
.main-header .header-home:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0px auto;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    overflow: hidden;
    opacity: 0.78;
    background: transparent linear-gradient(to left top, #4CDDFF, #3B9ACA 10%, #2D6CA5 20%, #2A5291 27%, #283D81 35%, #222654 50%, #1E1635 63%, #0C0010 93%, #000) repeat scroll 0% 0%;
}
@media (max-width: 600px) {
    .main-header .header-home {
        height: 460px;
    }
    .custom_headline_iz {
        clear: both;
        color: #FFF;
        font-size: 2.96em;
        max-width: 960px;
        line-height: 1.4;
        margin-top: -15px !important;
        font-weight: 300;
        letter-spacing: 1.3px;
    }
}
.main-header-apply {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.main-header-apply .header-home-apply {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: rgb(245, 245, 245) url('../images/bg4.jpg') repeat scroll 0% 0%;
    height: 500px;
    background-size: cover;
}
.main-header-apply .header-home-apply .v-content-apply {
    color: #ffffff;
}
.main-header-apply .header-home-apply p {
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
}
.mha_dramatic_bg {
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(to right bottom, #290830 0px, #52418F 50%, #72B7E3 100%) repeat scroll 0% 0%;
    z-index: 10;
    position: absolute;
    opacity: 0.8;
    top: 0px;
}
@media (max-width: 600px) {
    .main-header-apply .header-home-apply {
        height: 460px;
    }
    .custom_headline_iz-apply {
        clear: both;
        color: #FFF;
        font-size: 2.96em;
        max-width: 960px;
        line-height: 1.4;
        margin-top: -15px !important;
        font-weight: 300;
        letter-spacing: 1.3px;
    }
}
.main-header-lg1 {
    position: relative;
    height: 420px;
}
.main-header-lg1 .header-home-lg1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #F5F5F5 url("../images/bg8.jpg") repeat scroll 0% 0% / cover;
    height: 420px;
    background-size: cover;
}
.main-header-lg1 .header-home-lg1 .v-content-lg1 {
    color: #ffffff;
}
.main-header-lg1 .header-home-lg1 p {
font-size: 14px;
margin-right: auto;
margin-left: auto;
letter-spacing: 1.1px;
line-height: 1.8;
margin-bottom: 27px;
max-width: 660px;
font-weight: 300;
}
.mha_dramatic_bg-lg1 {
    width: 100%;
    z-index: 10;
    opacity: 0.84;
    top: 0px;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    background: transparent linear-gradient(135deg, rgb(255, 238, 136) 0%, rgb(255, 81, 50) 100%) repeat scroll 0% 0%;
}
@media (max-width: 600px) {
    .main-header-lg1 .header-home-lg1 {
        height: 460px;
    }
    .custom_headline_iz-lg1 {
        clear: both;
        color: #FFF;
        font-size: 2.96em;
        max-width: 960px;
        line-height: 1.4;
        margin-top: -15px !important;
        font-weight: 300;
        letter-spacing: 1.3px;
    }
}
.main-header .header-home-video {
    position: relative;
    height: 640px;
}
.main-header .header-home-video .v-content {
    color: #ffffff;
}
.main-header .header-home-video p {
    font-size: 1.3em;
}
.main-header .header-home-video:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main-header .header-alt {
    position: relative;
    height: 500px;
    background: #f5f5f5 url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
.main-header .header-alt:before {
    content: "";
    background: rgba(0, 0, 0, 0.3) url(../images/rule.png) repeat-x top;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 600px) {
    .main-header .header-alt {
        height: 420px;
    }
}
.main-header .title-page {
    display: inline-block;
    padding: 0px 25px;
    position: relative;
}
.main-header .title-page .ln-left {
    content: "";
    position: absolute;
    width: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    height: 3px;
    border-radius: 10px;
    background: white;
    left: 0px;
    top: 0;
}
.main-header .title-page .ln-left:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    border-radius: 10px;
    background: white;
    left: 0px;
    top: 0;
}
.main-header .title-page .ln-right {
    content: "";
    position: absolute;
    width: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    height: 3px;
    border-radius: 10px;
    background: white;
    right: 0px;
    top: 0;
}
.main-header .title-page .ln-right:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    border-radius: 10px;
    background: white;
    right: 0px;
    top: 0;
}
.main-header .title-page:hover .ln-left,
.main-header .title-page:hover .ln-right {
    top: -10px;
}
.main-header .title-page:hover:before {
    width: 40px;
    margin-left: -20px;
}
.main-header .title-page:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*============================
     06. MAIN-CONTENT
============================*/

.main-content {
    min-height: 500px;
    background: #ffffff;
}
/*== ABOUT TABS  ==*/

.tabs-area {
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 2;
    border-top: 10px solid #f5f5f5;
    position: absolute;
}
.tabs-area .tabs-list {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
    list-style: none;
}
.tabs-area .tabs-list li {
    float: left;
    width: 50%;
}
.tabs-area .tabs-list li a {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: rgba(245, 245, 245, 0.5);
    -webkit-border-radius: 0 0 5px 5px !important;
    -moz-border-radius: 0 0 5px 5px !important;
    -ms-border-radius: 0 0 5px 5px !important;
    -o-border-radius: 0 0 5px 5px !important;
    border-radius: 0 0 5px 5px !important;
    margin: 0 3px;
    text-decoration: none;
    color: #282828;
    display: block;
    padding: 10px;
}
.tabs-area .tabs-list li.active {
    -webkit-border-radius: 0 0 5px 5px !important;
    -moz-border-radius: 0 0 5px 5px !important;
    -ms-border-radius: 0 0 5px 5px !important;
    -o-border-radius: 0 0 5px 5px !important;
    border-radius: 0 0 5px 5px !important;
    background: #f5f5f5;
}
.about-tabs {
    position: relative;
}
/*== BG PARALLAX  ==*/

#tubular-container,
#tubular-shield {
    display: none;
}
.big-bg-image {
    min-height: 350px;
    background: #f5f5f5 url(../images/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.big-bg-image.mini-bg {
    min-height: 200px;
}
.parallax-bg {
    background-attachment: fixed;
}
@media (max-width: 1000px) {
    .parallax-bg {
        background-position: center !important;
        background-attachment: inherit;
    }
}
/*== BLOG  ==*/

.blog-content .post-meta {
    padding: 20px;
    border: 4px double #ebebeb;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 30px;
}
.blog-content .post-meta span {
    margin-right: 20px;
}
.blog-content .post-meta span i {
    color: #282828;
    margin-right: 5px;
}
.blog-content p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}
.blog-content blockquote {
    margin-bottom: 30px;
    color: #282828;
}
.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments li {
    margin-bottom: 30px;
}
.comments li .img-thumbnail {
    float: left;
    margin-right: 20px;
}
.comments li .img-thumbnail img {
    width: 60px;
}
.comments li h4 {
    color: #282828;
    font-size: 1.2em;
}
.comments li h4 small {
    font-size: 12px;
    text-transform: capitalize;
}
.comments li .meta-data {
    font-size: 11px;
    font-style: italic;
    color: #919191;
}
.comments li .post-comment-block {
    padding: 25px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    padding-bottom: 5px;
    border: 1px solid #ebebeb;
    background: #fafafa;
}
.comments li ul {
    padding-top: 25px;
    padding-left: 50px;
    list-style: none;
}
.share-box {
    padding: 20px;
    border: 4px double #ebebeb;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 30px;
}
.share-box h5 {
    margin-top: 6px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ebebeb;
}
.list-blog li {
    margin-bottom: 60px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}
.list-blog li .devider i {
    background: #ffffff;
}
.blog-thumb {
    padding: 15px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}
.blog-thumb img {
    max-width: 100%;
}
.blog-thumb .post-meta {
    background: #f5f5f5;
    margin: 15px -15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
    font-size: 12px;
}
.blog-thumb .post-meta span {
    margin-right: 10px;
}
.blog-thumb .post-meta span i {
    color: #282828;
    margin-right: 5px;
}
/*== FUN FACT  ==*/

.box-fact {
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 130px;
    padding-left: 130px;
    position: relative;
}
.box-fact .ic-fact {
    font-size: 4em;
    font-weight: 700;
    width: 100px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    color: #e74c3c;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 3px solid #ebebeb;
}
.box-fact .ic-fact:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ebebeb;
    top: 50%;
    margin-top: -1px;
    right: -30px;
}
.box-fact:hover .ic-fact {
    background: #e74c3c;
    color: #ffffff;
}
.box-fact h4 {
    color: #323232;
    position: relative;
    border-left: 1px dotted #ebebeb;
    padding-left: 20px;
    min-height: 100px;
    line-height: 30px;
    font-size: 5em;
}
.box-fact h4 span {
    padding-top: 20px;
    display: block;
}
.box-fact h4 small {
    font-size: 14px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
}
.box-fact h4:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #e74c3c;
    top: 50%;
    margin-top: -5px;
    left: -5px;
}
/*== BOX SERVICES  ==*/

.box-service {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    position: relative;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
    padding: 25px 20px 20px;
    max-height: 245px;
}
.box-service .ic-service {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    position: absolute;
    background: #FFF none repeat scroll 0% 0%;
    width: 54px;
    height: 54px;
    line-height: 0;
    margin-left: -27px;
    top: -23px;
    left: 50%;
    color: #27ae60;
    line-height: 0;
    font-size: 3em;
}
.box-service .title-service {
    margin-bottom: 20px;
    font-size: 14px;
    color: #2E3B4E;
    line-height: 1.6;
}
.box-service .title-service.color-dark a {
    color: #282828;
    text-decoration: none;
}
.box-service.with-hover:hover,
.box-service.with-hover.active {
    box-shadow: 0 5px 0 #e74c3c !important;
    -webkit-box-shadow: 0 5px 0 #e74c3c !important;
    -moz-box-shadow: 0 5px 0 #e74c3c !important;
    -o-box-shadow: 0 5px 0 #e74c3c !important;
    -ms-box-shadow: 0 5px 0 #e74c3c !important;
}
.box-service.with-hover:hover .ic-service,
.box-service.with-hover.active .ic-service {
    color: #e74c3c;
}
/*== TEAM  ==*/

.box-team-mini {
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.box-team-mini h5 {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    top: 0;
    position: relative;
    margin-bottom: 0px;
}
.box-team-mini img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    top: 0;
    position: relative;
    width: 100%;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    -ms-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
}
.box-team-mini:hover img,
.box-team-mini:hover h5 {
    top: -5px;
}
/*== TESTIMONIALS  ==*/

.box-testi {
    margin-bottom: 30px;
}
.box-testi .comment {
    border: 1px solid #ebebeb;
    padding: 20px 20px 40px;
    color: #323232;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    line-height: 36px;
    font-style: italic;
    position: relative;
    margin-bottom: 60px;
}
.box-testi .img-profile {
    left: 50%;
    margin-left: -40px;
    width: 80px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    bottom: -40px;
    border: 1px solid #ebebeb;
    padding: 10px;
    background: #ffffff;
    position: absolute;
}
.box-testi .img-profile img {
    width: 100%;
}
.box-testi .profile {
    text-align: center;
}
/*== BOX WORK  ==*/

.box-work {
    margin-bottom: 30px;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) !important;
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) !important;
    position: relative;
}
.box-work .work-preview {
    position: relative;
    margin-bottom: 10px;
}
.box-work .work-preview img {
    width: 100%;
}
.box-work .work-preview .hover {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    left: 0;
    top: 0;
}
.box-work .work-preview .hover a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    color: #ffffff;
}
.box-work .work-preview:hover .hover {
    opacity: 1;
}
/*== CLIENT LOGO  ==*/

.client-logos {
    margin: 0;
    padding: 0;
    padding-left: 40px;
padding-right: 40px;
}
.client-logos li {
    float: left;
    width: 25%;
    text-align: center;
}
@media (max-width: 600px) {
    .client-logos li {
        width: 100%;
        border: 0 !important;
    }
}
.client-logos li a {
    padding: 14px;
    display: block;
}
.client-logos li a img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=60);
    height: 40px;
}
.client-logos li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.client-logos li.bottom {
    border-bottom: 0;
}
.client-logos li.right {
    border-right: 0;
}
/*== DEVIDER  ==*/

.devider {
    height: 1px;
    border-top: 4px double #ebebeb;
    margin: 40px 0;
    position: relative;
}
.devider i {
    position: absolute;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    background: #ffffff;
    font-size: 2em;
    color: #ebebeb;
}
/*== LIST GALERY  ==*/

.list-galery {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    border: 3px solid #ffffff;
    background: #ffffff;
}
.list-galery li.item {
    border: 3px solid #ffffff;
    overflow: hidden;
    background: #ebebeb;
    padding: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.list-galery li.box1 {
    width: 25%;
    height: 150px;
}
@media (max-width: 940px) {
    .list-galery li.box1 {
        width: 50%;
        height: 300px;
    }
}
@media (max-width: 640px) {
    .list-galery li.box1 {
        width: 50%;
        height: 160px;
    }
}
.list-galery li.box2 {
    width: 50%;
    height: 300px;
}
@media (max-width: 640px) {
    .list-galery li.box2 {
        width: 50%;
        height: 160px;
    }
}
.list-galery li .box-caption {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    bottom: -100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.02);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), to(rgba(40, 40, 40, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(40, 40, 40, 0.9));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(40, 40, 40, 0.9));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(40, 40, 40, 0.9));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(40, 40, 40, 0.9));
}
.list-galery li .box-caption p {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    color: #ffffff;
}
.list-galery li .btns-galery {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    top: -100%;
    opacity: 0;
    margin-top: -31px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.list-galery li:hover .box-caption {
    bottom: 0;
}
.list-galery li:hover .btns-galery {
    opacity: 1;
    top: 50%;
}
/*== LISTING NUMBER  ==*/

.list-numbered li {
    background: #ffffff;
    position: relative;
    padding: 15px;
    padding-left: 115px;
    min-height: 110px;
    border: 4px double #ebebeb;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
    margin-bottom: 15px;
}
.list-numbered li .number-order {
    font-size: 20px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
    border: 1px solid #ebebeb;
}
.list-numbered li h4,
.list-numbered li .number-order {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.list-numbered li:hover .number-order {
    background: #e74c3c;
    color: #ffffff;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    border-color: transparent;
}
/*== MAP  ==*/

.map-contact {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 4px !important;
}
.map-content {
    line-height: 1;
    padding: 20px 0 20px 20px;
    width: 100%;
    text-align: center;
}
.map-content i {
    margin-right: 2px;
}
/*== NEXT PREV BOTTOM  ==*/

.blog-next-prev,
.work-next-prev {
    background: #323232;
    border-top: 10px solid #ebebeb;
}
.blog-next-prev .prev-post,
.work-next-prev .prev-post,
.blog-next-prev .next-post,
.work-next-prev .next-post,
.blog-next-prev .prev-work,
.work-next-prev .prev-work,
.blog-next-prev .next-work,
.work-next-prev .next-work {
    float: left;
    width: 50%;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog-next-prev .prev-post *,
.work-next-prev .prev-post *,
.blog-next-prev .next-post *,
.work-next-prev .next-post *,
.blog-next-prev .prev-work *,
.work-next-prev .prev-work *,
.blog-next-prev .next-work *,
.work-next-prev .next-work * {
    position: relative;
}
.blog-next-prev .prev-post:before,
.work-next-prev .prev-post:before,
.blog-next-prev .next-post:before,
.work-next-prev .next-post:before,
.blog-next-prev .prev-work:before,
.work-next-prev .prev-work:before,
.blog-next-prev .next-work:before,
.work-next-prev .next-work:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 800px) {
    .blog-next-prev .prev-post,
    .work-next-prev .prev-post,
    .blog-next-prev .next-post,
    .work-next-prev .next-post,
    .blog-next-prev .prev-work,
    .work-next-prev .prev-work,
    .blog-next-prev .next-work,
    .work-next-prev .next-work {
        width: 100%;
    }
}
/*============================
     07. MAIN-FOOTER
============================*/

.main-footer {
    padding-bottom: 0px;
    position: relative;
    background: #1B2128 linear-gradient(163deg, #1B2128, #61758E) repeat scroll 0% 0%;
}
.main-footer .face-background i {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -30px;
    margin-left: -50px;
    left: 50%;
    background: #323232;
    font-size: 4em;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
.main-footer .rotating {
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}
.main-footer .copy {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5px;
    color: #282828;
    font-size: 12px;
}
.main-footer a.back-to-top {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 30px;
    font-size: 4em;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    color: #ffffff;
}
.main-footer a.back-to-top span {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    color: transparent;
}
.main-footer a.back-to-top:hover {
    color: #282828;
}
.main-footer a.back-to-top:hover span {
    color: transparent;
}
.main-footer .breadcrumb {
    background: transparent none repeat scroll 0% 0%;
    font-size: 17px;
    color: #fff;
}
.main-footer .social-links {
    padding: 25px 0;
    margin: 40px 0 0;
    border-top: 3px solid #282828;
}
.main-footer .social-links a {
    position: relative;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 60px;
    text-decoration: none;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #282828;
}
.main-footer .social-links a i {
    position: relative;
}
.main-footer .social-links a:before {
    content: "";
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 60px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    position: absolute;
    background: transparent;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    height: 60px;
    left: 0;
    top: 0;
}
.main-footer .social-links a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    background: #e74c3c;
}
.custom_headline_iz {
    clear: both;
    color: #FFF;
    font-size: 44px;
    max-width: 960px;
    line-height: 1.4;
    margin-top: -15px !important;
    font-weight: 300;
    letter-spacing: 1.3px;
}
@media (max-width: 600px) {
    .custom_headline_iz {
        font-size: 2.8em;
    }
}
.btn_head_adj_1 {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    line-height: 1.42857;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
}
.mg_l_35 {
    margin-left: 20px;
    margin-top: 20px;
    color: #fff !important;
}
#experience {
    perspective: 800px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    min-height: 540px;
}
#lines {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    pointer-events: none;
    opacity: .85;
}
.lp_text {
    font-size: 14px;
    color: #6F7C82;
    width: 100%;
    margin: 10px auto 30px;
    line-height: 1.64;
}
.lu_adj_1 {
    margin-top: -5px;
    margin-bottom: 20px;
}
.lu_adj_2 {
    font-size: 1.5em !important;
}
.su_cover_of {
    height: 270px;
    overflow: hidden;
}
.su_cover_h1 {
    position: relative;
    top: 110px;
    color: #fff;
    font-size: 2.4em;
    font-weight: 300;
    max-width: 600px;
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}
.fs_adj_22 {
    font-size: 22px;
}
.apply_headline_gray {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 23px;
    color: #4E5862;
    text-align: center;
    margin-top: 30px;
}
label {
    font-weight: 500 !important;
}
.mob_browser_layer {
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.2) none repeat scroll 0% 0%;
    position: absolute;
    z-index: 1000;
    display: none;
}
@media (max-width: 1095px) {
    .mob_browser_layer {
        display: inline-block;
    }
    #experience {
        display: none !important;
    }
}
.final_lay_div {
    max-height: 680px;
    color: #555;
    position: relative;
    clear: both;
    float: none;
}
.number_space {
    float: left;
    width: 80px;
    min-height: 205px;
}
.numbering_circle {
    border-radius: 50%;
    border: 2px solid #2996CC;
    width: 48px;
    height: 48px;
    font-size: 30px;
    line-height: 1.45;
    margin-left: -10px;
    margin-top: -6px;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 99;
    position: absolute;
    color: #2996CC;
    font-weight: 700;
    text-align: center;
}
.final_lay_div h1 {
    font-size: 17px !important;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 0px;
    line-height: 1.6;
    color: #2586b7;
    font-weight: 500;
    letter-spacing: 1.1px !important;
}
.final_lay_div h2 {
    font-size: 15px;
    color: #5F6A7D;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
    padding-right: 50px;
    letter-spacing: 1.3px;
}
.numbering_border {
    border: 1px dashed #DDD;
    position: absolute;
    height: 1095px;
    margin-left: 15px;
    z-index: 2;
}
.no_pd_for_btstrp {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.no_pd_for_btstrp_2 {
    padding-left: 0px !important;
}
.no_mg_for_btstrp {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.we_are_iz {
    width: 880px;
    display: block;
    margin: 0px auto;
    float: none;
    clear: both;
    min-height: 200px;
}
.we_are_iz .left {
    float: left;
    width: 120px;
    border-right: 1px solid #DDD;
    padding-right: 25px;
    min-height: 170px;
    font-size: 68px;
    margin-top: -20px;
}
.we_are_iz .right {
    float: right;
    width: 730px;
    padding-left: 30px;
    min-height: 170px;
}
.we_are_iz .right .headline_of {
    margin-bottom: 17px;
    font-size: 16px;
    color: #2E3B4E;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.inner_filler_10 {
    clear: both;
    float: none;
    width: 100%;
    height: 10px;
}
.inner_filler_20 {
    clear: both;
    float: none;
    width: 100%;
    height: 20px;
}
.inner_filler_30 {
    clear: both;
    float: none;
    width: 100%;
    height: 30px;
}
.inner_filler_40 {
    clear: both;
    float: none;
    width: 100%;
    height: 40px;
}
.pad_adj_f_1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.sep_border_y {
    border-right: 1px solid #DDD;
    padding-right: 10px;
    min-height: 130px;
    font-size: 68px;
    text-align: center;
    color: #747474;
}
.width_footer_adj {
    max-width: 89%;
    margin: 0 auto;
    color: #444240;
}
.headline_of {
    margin-bottom: 12px;
    font-size: 17px;
    color: #2E3B4E;
    font-weight: 700;
}
.tiny_announce {
    height: 52px;
    line-height: 52px;
    background-color: #FCFCFC;
    border-bottom: 1px solid rgb(238, 238, 238);
    position: relative;
    z-index: 199;
}
.update_info_row {
    max-width: 674px;
    margin: 0px auto;
    text-align: center;
}
.update_kind_row {
    float: left;
    width: 70px;
    margin-top: 14px;
}
.update_snippet {
    font-size: 14px;
    color: #545454;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 510px;
    float: left;
    font-weight: 700;
    padding-left: 23px;
    padding-right: 17px;
    width: calc(100% - 70px);
}
.update_kind_row .new {
    display: inline-block;
    border-radius: 13px;
    padding: 6px 15px 7px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    background: #3498db none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: 700;
    float: left;
}
.update_learn {
    float: left;
}
.who_we_are_row {
    position: relative;
    width: 100%;
    z-index: 10;
    display: block;
}
.who_we_are_row  p{
  color: rgb(68, 66, 64);
}
.place_this_bg {
    width: 100%;
    position: absolute;
    z-index: 9;
    background-image: url(/images/grid-tunnel-background.jpg);
    background-size: cover;
}
.bg_map_setter_bgw {
    width: 100%;
    background: rgba(235, 236, 237, 0.8) none repeat scroll 0% 0%;
    display: inline-block;
    z-index: 10;
    position: relative;
    height: 100%;
    margin-bottom: 0px !important;
    padding-top: 33px;
    padding-bottom: 33px;
}
@media (max-width: 1095px) {
    .update_learn {
        display: none;
    }
    .who_we_are_row {
        position: relative;
        width: 100%;
        z-index: 10;
        display: block;
        height: 100%;
    }
    .bg_map_setter_bgw {
        margin-bottom: 0px !important;
        padding-top: 0px;
    }
}

.mail_al_con {
    overflow: hidden !important;
    text-indent: -20px !important;
    white-space: nowrap !important;
    padding: 0px !important;
    font: italic bold 260px/15px Helvetica, sans-serif !important;
    height: 6px !important;
    max-height: 7px !important;
    background: #FFF none repeat scroll 0% 0% !important;
    width: 100% !important;
    letter-spacing: -44px !important;
    position: absolute;
    top: 0px;
    left: 0px;
}
.letter_esque_cont {
    background: #FFF none repeat scroll 0px 0px !important;
    width: 100% !important;
    height: auto;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden;
    display: inline-block;
    margin-top: -300px;
    z-index: 12;
    position: relative;
    padding: 30px;
    border-radius: 5px;
}
@media (max-width: 1095px) {
    .letter_esque_cont {
        padding: 12px;
    }
    .number_space {
        float: left;
        width: 57px;
        min-height: 205px;
        padding-left: 3px;
    }
    .final_lay_div h1 {
        font-size: 20px !important;
        margin-bottom: 20px;
        text-align: left;
        margin-top: 0px;
        line-height: 1.6;
        color: #2996CC;
        font-weight: 500;
        letter-spacing: 1.1px !important;
    }

}
.main_letter_cont {
    float: left;
    position: relative;
    width: calc(100% - 80px);
    padding-bottom: 35px;
}
.zindex_adj_for_ldg {
    z-index: 20;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    float: none;
    height: 100%;
    width: 100%;
}
.bg_filter_w{
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0px auto 0px -1px;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    background: transparent linear-gradient(to right bottom, #290830 0px, #52418F 50%, #72B7E3 100%) repeat scroll 0% 0%;
}
.bg_filter_w_2 {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0px auto 0px -1px;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    background: transparent radial-gradient(circle farthest-side at right bottom , #DCC6E0 5%, #BE90D4 25%, #67809F 80%, #2C3E50 98%) repeat scroll 0% 0%;
}
.bg_filter_w_3 {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0px auto 0px -1px;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    background: #092756;
 background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
 background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
 background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
 background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
 background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
}
.bg_filter_w_4 {
    content: "";
position: absolute;
height: 100%;
left: 0px;
top: 0px;
width: 100%;
text-align: center;
color: #FFF;
margin: 0px auto 0px -1px;
min-height: 100%;
-moz-osx-font-smoothing: grayscale;
display: block;
overflow: hidden;
opacity: 0.8;
background-image: linear-gradient(45deg, rgba(94, 33, 21, 0.55) 1%, rgba(104, 119, 132, 0.5) 100%), linear-gradient(-45deg, #494D71 0%, rgba(217, 230, 185, 0.5) 80%);}
.relative_pverlay_adj {
    position: relative;
    z-index: 20;
    padding-top: 10px;
}
.ldp_gen_headline {
    display: inline-block;
    padding: 0px 25px;
    position: relative;
    clear: both;
    color: #FFF;   
    font-size: 34px;
    max-width: 660px;
    line-height: 1.4;
    margin-top: -15px !important;
    font-weight: 300;
    letter-spacing: 1.3px;
}
.ldp_gen_p {
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
    color: #fff;
}
.zindex_adj_for_ldg i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 32px;
    position: relative;
    display: block;
}
.bubbles {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    z-index: 15;
}
.bubble-container {
    position: absolute;
    bottom: 0;
    -webkit-animation: bubblerise 3s infinite ease-in;
    -moz-animation: bubblerise 3s infinite ease-in;
    -ms-animation: bubblerise 3s infinite ease-in;
    animation: bubblerise 3s infinite ease-in;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.bubble {
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.25);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
@-webkit-keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    5% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    99% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        bottom: 100%;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
@-moz-keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    5% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    99% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        bottom: 100%;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
@-ms-keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    5% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    99% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        bottom: 100%;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
@keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    5% {
        bottom: 0;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    99% {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        bottom: 100%;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
.ti_large_sc {
    font-size: 46px;
}
.ldp_gen_sec_header {
    margin-bottom: 16px;
    font-size: 17px;
    color: #2E3B4E;
    margin-top: 0px;
}
.btn_head_adj_2 {
    position: absolute !important;
    z-index: 999;
    left: 50%;
    margin-left: -98px;
    top: 290px;
}
.youtube {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out 0s;
    cursor: pointer;
    margin: 0px auto;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 340px;
}
.youtube .play {
    background: transparent url("../images/player.png") no-repeat scroll center center / 64px 64px;
    background-size: 54px 54px;
    position: absolute;
    height: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
}
.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ldp_gen_hv_pad {
    padding-left: 45px;
}
.ldp_gen_hv_p_adj {
    line-height: 1.8;
    font-size: 13px;
}
.container_medium_ldp_gen_vid {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}
.con_border_bottom {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
.ldp_gen_section {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.ldp_green_icon {
    font-size: 2.6em;
    color: rgb(39, 174, 96);
}
.ldp_gen_sec_header_s {
    margin-bottom: 18px;
    font-size: 19px;
    color: #2E3B4E;
    margin-top: 0px;
}
.ldp_gen_block {
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 810px;
    margin-bottom: 40px;
    padding-left: 21px;
    padding-right: 21px;
}
.title-service_ldp_card {
font-size: 17px;
color: #2E3B4E;
width: 90%;
font-weight: 700;
margin-top: 0px;
}
.box-service_tiny {
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 49px 35px 20px;
}
.ldp_block_headline {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 33px;
    padding-bottom: 1px;
    font-weight: 700;
    font-size: 19px;
    color: #2E3B4E;
}
.ldp_block_headline_p {
    text-align: center;
    display: block;
    padding-top: 15px;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #6F7C82;
    width: 58%;
    margin: 0px auto;
    line-height: 1.6;
}
.zindex_adj_for_ldg_2 {
    z-index: 13;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    float: none;
    height: 100%;
    width: 100%;
}
.zindex_adj_for_ldg_2:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0px auto;
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    background: transparent linear-gradient(to right bottom, #290830 0px, #52418F 50%, #72B7E3 100%) repeat scroll 0% 0%;
}
.close_fixation {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 100;
}

/*============================
     OVERWRITING some of the Bootstrap.css..... I'll keep it as minimum as possible!!! 
============================*/
.modal {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}
.modal-dialog {
    position: relative;
    z-index: 999;
}
.modal-backdrop {
    position: fixed;
    z-index: 1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #428BCA;
}
.modal-content {
    color: #747474;
    text-align: left;
    border-radius: 5px;
    overflow: hidden !important;
}
a:hover, a:focus {
    text-decoration: none !important;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
    margin-top: -11px;
}
/*============================
THE END of my silly overwriting of Bootstrap.css 
============================*/

.corvida_modal_headline h1 {
color: #2E3B4E;
font-size: 19px;
font-weight: 400;
letter-spacing: 1.2px;
width: 80%;
text-align: center;
margin: 30px auto 19px;
line-height: 1.6;
}
.corvida_modal_headline p {
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    width: 90% !important;
    text-align: center !important;
    color: #222;
}
.corvida_modal_headline span {
    font-weight: 800; 
    color:#2996CC;
}
.numbering_border_modal {
    border: 1px dashed #DDD;
    position: absolute;
    height: 1095px;
    margin-left: 45px;
    z-index: 2;
}
.final_lay_div_modal {
    color: #666;
    position: relative;
    clear: both;
    float: none;
    width: 506px;
    margin: 0px auto;
} 
.numbering_border_modal {
    border: 1px dashed #DDD;
    position: absolute;
    height: 400px;
    margin-left: 10px;
    z-index: 2;
}
.final_lay_div_modal h1 {
    font-size: 18px !important;
    margin-bottom: 11px;
    text-align: left;
    margin-top: 0px;
    line-height: 1.6;
    color: #2586B7;
    font-weight: 500;
    letter-spacing: 1px !important;
}
.number_space_modal {
    float: left;
    width: 50px;
    min-height: 160px;
}
.numbering_circle_modal {
    border-radius: 50%;
    border: 2px solid #2996CC;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1.5;
    margin-left: -10px;
    margin-top: -6px;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 99;
    position: absolute;
    color: #2996CC;
    font-weight: 700;
    text-align: center;
} 


.affiliate-ss-grid-container {
    overflow: auto;
    padding-left: 0px;
    padding-top: 13px;
}
.fixed-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200
}
.affiliate-ss-grid {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-right: 12px;
    margin-bottom: 15px
}
.affiliate-ss-grid>* {
    cursor: pointer
}
.affiliate-ss-grid img {
    width: 84px
}
.affiliate-ss-prod-text {
    width: 98px;
    border: 2px solid #DBDBDB;
    font-size: 20px;
    font-weight: 400 !important;
    padding-top: 12px !important;
    text-align: center !important;
    padding-bottom: 12px;
    border-radius: 6px;
    line-height: 25px;
    }
.affiliate-ss-grid label {
    margin-bottom: 0;
    margin-top: 0
}
.affiliate-ss-grid input[type="checkbox"] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none
}
.affiliate-ss-selected {
color: #FFF !important;
box-shadow: 0px 1px #5AA5DA inset, 0px 2px #6FBAE5 inset, 0px -1px #307CBC inset;
background: transparent linear-gradient(#67B1DF, #319FD5) repeat scroll 0px 0px;
border-radius: 6px;
}
.affiliate-ss-grid-details>span {
    display: block;
    padding-left: 10px;
    color: #7F7E7E;
    font-family: helvetica;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    width: 200px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}
.main_letter_cont_modal {
    float: left;
    position: relative;
    width: calc(100% - 50px);
    padding-bottom: 35px;
}
.p_text_modal {    
    font-size: 13px !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    color: #666 !important;
    font-weight: 400 !important;
    margin-top: -5px !important; 
}
.bg_blue_cont {
    background: #E8EBEF linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) no-repeat scroll 0% 0%;
    width: 100%;
    position: absolute;
    margin-left: 0px;
    left: 0px;
    top: 7px;
}
.filler_for_absolute {
    width: 100%;
    position: relative;
    height: 60px;
    margin-top: 140px;
}

.corvida_modal_headline {
    border-bottom: 1px dashed #DDD !important;
    margin-bottom: 32px;
}
.btn_head_adj_3 {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 700;
    line-height: 1.42857;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    position: absolute;
    bottom: 15px;
    right: 20px;
}    

.batman {
  display: table-cell;
  vertical-align: middle;
}

.swag {
  position: relative;
  height: 400px;
  width: 100%;
}

.logo, .planet1, .planet2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.logo {
  width: 35px;
  height: 35px;
  border: 17.5px solid #ff4260;
}

.planet1, .planet2 {
  border: 1px solid #5e4a57;
}

.planet1 {
  width: 157.5px;
  height: 157.5px;
  -moz-animation: spin 3.9s linear infinite;
  -webkit-animation: spin 3.9s linear infinite;
  animation: spin 3.9s linear infinite;
}
.planet1:before {
  content: '';
  position: absolute;
  background: grey;
  height: 6px;
  width: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50px;
  border: 1px solid #2a1f25;
}

.planet2 {
  width: 255.5px;
  height: 255.5px;
  -moz-animation: spin 4.2s linear infinite reverse;
  -webkit-animation: spin 4.2s linear infinite reverse;
  animation: spin 4.2s linear infinite reverse;
}
.planet2:before {
  content: '';
  position: absolute;
  background: grey;
  height: 6px;
  width: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 90px;
  border: 1px solid #2a1f25;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tinier_sapn_p {
}

@media (max-width: 1095px) {
    .filler_for_absolute {
    width: 100%;
    position: relative;
    height: 60px;
    margin-top: 155px;
   }
   .affiliate-ss-prod-text {
    width: 150px;
    }
    .final_lay_div_modal h1 {
    font-size: 18px !important;
    margin-bottom: 11px;
    text-align: left;
    margin-top: 0px;
    line-height: 1.6;
    color: #2586B7;
    font-weight: 500;
    letter-spacing: 1px !important;
    word-break: keep-all;
    max-width: calc(100% - 30px);
    word-wrap: break-word;
    display: inline-block;
    }
    .form-control.form-flat {
    word-break: keep-all;
    max-width: calc(100% - 15px);
    word-wrap: break-word;
   }
   .final_lay_div_modal {
     clear: both;
     float: none;
     width: 96%;
     margin: 0px auto;
   }
   .numbering_border_modal {
   display: none;
   }
   .main-header-lg1 {
    position: relative;
    height: auto;
    overflow: hidden;
   }   
}
@media (max-width: 440px) {
    .affiliate-ss-prod-text {
     width: 285px;
     }
}
.fake_app_cont {
    border-radius: 16px;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    color:#fff;
}
.app_orange {
       position: relative;
    overflow: hidden;
      background: -webkit-linear-gradient(top, #e98b39, #e96e39 100%);
  background: linear-gradient(to bottom, #e98b39, #e96e39 100%);
  background: transparent linear-gradient(to bottom, #e98b39, #e96e39 100%) repeat scroll 0% 0%;
  -webkit-perspective: 600px;
          perspective: 600px;
          text-align: center;
padding-top: 12px;
}
.app_orange img {
width: 59px;
margin: 0px auto;
}
.under_hl_app {
    margin: 20px auto 30px;
    font-size: 18px;
    color: #5F6A7D;
    width: 90%;
    text-align: center;
    font-weight: 500;
}

.read_more_link {
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
position: relative;
color: #2996CC;
text-align: center;
width: 115px;
margin: -6px auto 0px;
text-decoration: none;
padding-bottom: 5px;
}

.cl-effect-3 a {
}
.app_pink {
       position: relative;
    overflow: hidden;
      background: -webkit-linear-gradient(top, #FF748c, #d14 100%);
  background: linear-gradient(to bottom, #FF748c, #d14 100%);
  background: transparent linear-gradient(to bottom, #FF748c, #d14 100%) repeat scroll 0% 0%;
  -webkit-perspective: 600px;
          perspective: 600px;
          text-align: center;
padding-top: 12px;
}
.app_pink img {
width: 56px;
margin: 0px auto;
}
.sample_screen_shot {
    text-align: center;
    height: 360px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -20px;
    max-width: 790px;
}
.sample_screen_shot img  {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}

.app_purp {
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(to bottom, #a66bbe, #804399 100%) repeat scroll 0% 0%;
    background: -webkit-linear-gradient(top, #a66bbe, #804399 100%);
    background: linear-gradient(to bottom, #a66bbe, #804399 100%);
    background: transparent linear-gradient(to bottom, #a66bbe, #804399 100%) repeat scroll 0% 0%;
    perspective: 600px;
    text-align: center;
    padding-top: 12px;
    }
.app_purp img {
    width: 56px;
    margin: 0px auto;
}
.btn_head_adj_5 {
    float: none;
    clear: both;
    font-weight: 700;
    line-height: 1.42857;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    display: inline-block;
    padding: 0.625em 1.5625em;
    font-size: 14px;
    border-radius: 10rem !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid #FFF;
} 
.hey_who_we_worked {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 16px;
    font-weight: 700;
    color: #666;
} 
.lp_text_s {
    font-size: 15px;
    color: #6F7C82;
    width: 100%;
    margin: 10px auto 30px;
    line-height: 1.84;
} 

#container-classic {
    position: absolute;
    opacity: 0.4;
    top: 0px;
    left:0px;
}

.brand_logo_animation_input {
    margin: 35px auto 30px;
    position: relative;
    text-align: center;
    height: 104px;
}
.spinner_im {
    width: 139px;
    height: 137px;
    background: transparent url("spinnner_m.png") no-repeat scroll center center;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
    animation: 20s linear 0s normal none infinite running spin;
}
.house {
    top: 0px;
    left: 0px;
    font-size: 70px;
    padding-top: 45px;
    position: relative;
    clear: both;
    float: none;
    width: 280px;
    margin: 0px auto;
}

.house i {
    color: #5faee3;
    float: left;
}

.mover_left_125 {
   margin-left: 125px !important;  
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.text-center {
text-align: center !important;
}
.user_action_cont {
max-width: 380px;
margin: 0px auto;
position: relative;
}

.contact_us_now_btn {
    display: inline-block;
    border-radius: 50px;
    padding: 11px 22px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
    background: #3498DB none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
}

.phone_us_now_btn {
    display: inline-block;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 700;
    padding: 7px 29px 10px;
    color: #2A5291;
}

.thank_you_for_contacting {
font-weight: 700 !important;
letter-spacing: 1px !important;
clear: both !important;
float: none !important;
padding-top: 40px;
}

.box {
    position: relative;
    float: left;
    width: 110px;
    margin-left: -72px;
}

.con{
  position: absolute;
  top: 28px;
  left: 85px;
  width: 100px;
  height: 3px;
  background: #5faee3;
}

.byte{
  position: absolute;
  top: 25px;
  left: 80px;
  height: 9px;
  width: 9px;
  background: #5faee3;
  border-radius: 360px;
  z-index: 6;
  opacity: 0;
  -webkit-animation: byte_animate 5s infinite linear 0.5s;
  -moz-animation: byte_animate 5s infinite linear 0.5s;
  -o-animation: byte_animate 5s infinite linear 0.5s;
  animation: byte_animate 5s infinite linear 0.5s;
}


/*Byte Animation*/
@-webkit-keyframes byte_animate{
  0%{
    opacity: 0;
    left: 80px;
  }
  4%{
    opacity: 1;
  }
  46%{
    opacity: 1;
  }
  50%{
    opacity: 0;
    left: 185px;
  }
  54%{
    opacity: 1;
  }
  96%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    left: 80px;
  }
}

@-moz-keyframes byte_animate{
  0%{
    opacity: 0;
    left: 80px;
  }
  4%{
    opacity: 1;
  }
  46%{
    opacity: 1;
  }
  50%{
    opacity: 0;
    left: 185px;
  }
  54%{
    opacity: 1;
  }
  96%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    left: 80px;
  }
}

@-o-keyframes byte_animate{
  0%{
    opacity: 0;
    left: 80px;
  }
  4%{
    opacity: 1;
  }
  46%{
    opacity: 1;
  }
  50%{
    opacity: 0;
    left: 185px;
  }
  54%{
    opacity: 1;
  }
  96%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    left: 80px;
  }
}

@keyframes byte_animate{
  0%{
    opacity: 0;
    left: 80px;
  }
  4%{
    opacity: 1;
  }
  46%{
    opacity: 1;
  }
  50%{
    opacity: 0;
    left: 185px;
  }
  54%{
    opacity: 1;
  }
  96%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    left: 80px;
  }
}

/*LOADER*/
@-webkit-keyframes loader{
  0%{
    width: 8px;
  }
  100%{
    width: 63px;
  }
}

@-moz-keyframes loader{
  0%{
    width: 8px;
  }
  100%{
    width: 63px;
  }
}

@-o-keyframes loader{
  0%{
    width: 8px;
  }
  100%{
    width: 63px;
  }
}

@keyframes loader{
  0%{
    width: 8px;
  }
  100%{
    width: 63px;
  }
}


/*FADE IN-OUT*/
@-webkit-keyframes fade-in-out{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    oapcity: 1;
  }
}

@-moz-keyframes fade-in-out{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    oapcity: 1;
  }
}

@-o-keyframes fade-in-out{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    oapcity: 1;
  }
}

@keyframes fade-in-out{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    oapcity: 1;
  }
}


.parti {
    background: #E8EBEF linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) no-repeat scroll 0% 0%;
    height: 100%;
    width: 100%;
}

.apply_content_holder {
    max-width: 580px;
    margin: 0px auto;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px rgba(14, 41, 57, 0.12), 0px 2px 5px rgba(14, 41, 57, 0.44), 0px -1px 2px rgba(14, 41, 57, 0.15) inset;
    height: 100%;
    padding: 25px;
}

.thank_you_for_applying_healine {
color: #373D48;
font-weight: 700;
font-size: 24px;
text-align: center;
}
.or_else_sign_in {
    line-height: 30px;
    font-size: 18px;
    color: #8A8F9C;
    padding-top: 1px;
    text-align: center;
}

.or_else_sign_in a {
   margin-left: 4px; 
   color: #2A5F95;
   font-weight: bold;
}

.we_will_review {
    font-size: 11px;
    color: #8A8F9C;
    padding-top: 25px;
    text-align: center;
    max-width: 69%;
    margin: 0px auto;
    line-height: 1.7;
}

.signin_content_holder {
    max-width: 380px;
    margin: 0px auto;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px rgba(14, 41, 57, 0.12), 0px 2px 5px rgba(14, 41, 57, 0.44), 0px -1px 2px rgba(14, 41, 57, 0.15) inset;
    height: 100%;
    padding: 20px;
}

.btn_width_100_forcefully {
width: 100% !important;
}

.signin_height_adj {
    min-height: calc(100vh - 140px) !important;
} 




::-webkit-input-placeholder {
    color: rgba(145, 145, 145, 0.6)!important
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: rgba(145, 145, 145, 0.6)!important
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: rgba(145, 145, 145, 0.6)!important
}
:-ms-input-placeholder {
    color: rgba(145, 145, 145, 0.6)!important
}



.pp_nav {
    width: 100%;  
    height: 50px; 
    position: fixed;
    top:0px;
    border-bottom: 1px solid #262932;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 3px rgba(0,0,0,0.5);
  background: #3e444e;
  background:  #1B2128 linear-gradient(163deg, #1B2128, #61758E) repeat scroll 0% 0%;
  z-index: 99999;
}
.nav_filler {
   position: relative;
   width: 100%; 
   height: 50px;
   clear: both; 
   float: none;
}

.iz_brand {
 position: relative; 
 float: left;
 display: block;
 width: 200px;
}

.iz_logo_cont_pp {
  display: block;
  position: relative; 
  margin-top: 11px !important;
  margin-left: 20px !important;
  width: 40px !important;
  float: left;
}

.iz_logo_cont_pp img {
    display: block;
    position: relative;
    width: 35px !important;
}
.pp_title_comes_here {
   position: relative;
   float: left; 
   padding-top: 3px; 
   color: #fff; 
   font-size: 1.6em;
   font-weight: 700;
   padding-left: 12px; 
}

.mf_transparent {
   background: transparent !important;
}
.mf_transparent .breadcrumb {
text-align: center; 
margin-bottom: 5px !important;
color: #666;
font-size: 14px;
border-top: 1px solid #dadada;
padding-top: 15px;
}

.masonry {
  columns: 100px 3;
  -webkit-columns: 100px 3;
  -moz-columns: 100px 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 15px;
  background: #fff;
}

.item{
  display: block;
  margin-bottom:15px;
  width: 100%; 
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid; 
  -o-column-break-inside: avoid; 
}

.item-first{
  break-before: always; 
  -webkit-column-break-before: always; 
  -moz-column-break-before: always;
  -ms-column-break-before: always; 
  -o-column-break-before: always; 
}

.partner_pin {
    width: 274px;
    height: 364px;
    float: left;
    background: #FFF none repeat scroll 0px 0px;
    border: 1px solid #DADADA;
    margin: 0px 8px 15px;
    border-radius: 6px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    
}

.company_name_dec {
    font-size: 15px;
    font-weight: 700;
    color: #545454;
    text-align: left;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 245px;
    margin-bottom: 0px;
}
.city_name_dec {

}
.desc_dec {
    letter-spacing: 0px;
    text-align: left;
    padding: 15px 10px;
    font: 12.6px/22px Helvetica,sans-serif;
    max-height: 212px;
    overflow-x: scroll;
    color: #6F7C82;
    height: 160px;
    margin-bottom: 18px;
}
.check_shadow {
    position: absolute;
    height: 29px;
    color: #FFF;
    right: 0px;
    font-size: 13px;
    font-weight: 800;
    padding-top: 1px;
    top: 0px;
    text-align: center;
    border-radius: 0px 6px;
    width: 53px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background: rgba(60, 63, 64, 0.9) none repeat scroll 0% 0%;
}

.link_to_webpage {

}

.i-someclass .check_shadow {
   display: none;
}

.aff_search_adj {
    margin: 0px auto;
    height: 50px;
    font-size: 16px !important;
    float: left;
}

.aff_container {
 position: relative; 
 clear: both;
 float: none;
 padding-top: 10px;
}

.aff_page_topper {
    padding-top: 40px;
    padding-bottom: 85px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #1B2128 linear-gradient(163deg, #1B2128, #61758E) repeat scroll 0% 0%;
    color: #C7CFD4;
    opacity: 0.8;
}

.search_aff_cont {
    position: relative;
    margin: 0 auto;
    max-width: 480px;
}

.aff_top_header {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 17px;
}

.bottom_fixed_menu {
    position: absolute;
    bottom: 5px;
    width: 127px !important;
    left: 50%;
    margin-left: -63px !important;
}

.bottom_fixed_menu p {
float: left;
color: #fff !important;
font-weight: 700;
}

.bottom_fixed_menu p:first-child {
margin-right: 15px;
float: left;
color: #fff !important;
font-weight: 700;
}

.aff_container a {
    color: rgb(0, 140, 221) !important;
    text-decoration: none;
}

.partner_pin {
    width: 274px;
    height: 364px;
    float: left;
    background: #FFF none repeat scroll 0px 0px;
    margin: 0px 8px 18px;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.aff_contact_name {
   font-weight: 700; 
   color: #666;
   margin-left: 10px;
} 

.footer_fixer {
    max-width: 448px;
    margin: 0 auto;
}

.thank_you_users_cont {
display: inline-block;
width: 100%;
padding-bottom: 32px;
}
.close_btn_style {
    background-color: #69D169;
    color: #FFF !important;
    font-weight: 700 !important;
    font-size: 16px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.box-service:hover {
  margin-top: 7px;
}
.link-top {
font-weight: 800;
font-size: 17px;
margin-right: 10px;
}
.agreement_affi_cont {
    width: 100%;
    position: relative;
    clear: both;
    float: none;
    display: inline-block;
    margin-bottom: 18px;
}

.check_box {
 position: relative;
 float: left;
}

.what_you_agree {
    float: left;
    position: relative;
    margin-top: 14px;
    padding-left: 20px;
    width: calc(100% - 50px);
}


.container {
  padding: 20px;
}

.field-checkbox.is-fancy {
    display: inline-block;
    width: 20px;
    position: relative;
}

.field-checkbox.is-fancy label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #ccc;
}


.field-checkbox.is-fancy label:hover:after {
    opacity: 0.6;
}

.field-checkbox.is-fancy input[type=checkbox] {
    display: none;
    visibility: hidden;
}

.field-checkbox.is-fancy input[type=checkbox]:checked + label {
    box-shadow: 0px 0px 0px 1px #2586B7;
    background: #2586B7 none repeat scroll 0% 0%;
}

.field-checkbox.is-fancy input[type=checkbox]:checked + label:after {
    background: transparent;
    border: 4px solid #fff;
    border-right: none;
    border-top: none;
    content: '';
    height: 9px;
    left: 3px;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 13px;
}

.field-checkbox.is-fancy.is-small {
  width: 15px;
}

.field-checkbox.is-fancy.is-small label {
  width: 15px;
  height: 15px;
}

.field-checkbox.is-fancy.is-small input[type=checkbox]:checked + label:after {
    border: 3px solid #fff;
    border-right: none;
    border-top: none;
    height: 3px;
    left: 3px;
    top: 3px;
    width: 7px;
}


.read_aff_here {
    font-size: 13.3px;
    line-height: 1.7;
    height: 240px;
    overflow: scroll;
    border: 23px solid #FFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.01), 0px 0px 0px 1px #DBDBDC;
    margin-bottom: 30px;
    color: #555 !important;
}
.rev_date_aff {
    font-weight: 700;
    color: #111 !important;
    margin-right: 14px;
}
.what_you_agree a {
    font-weight: 600;
    color: #2A5F95;
    border-bottom: 1px dashed;
    }



