
/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Margin + Padding
	=Typography
	=Buttons
	=Progress Bars
    =Alerts
    =Lists
    =Tabs
    =Panels
    =Thumbnails
    =Animate Examples
    =Accordion
	=Call to Action
	=Navigation
	=Jumbotron Main
    =Jumbotron Register
	=Hello Intro
	=Our Process
	=Carousel
	=Services
    =About
    =Profile
    =Count
	=Team
	=Work
	=Pricing
	=Timeline
	=Contact + Map
    =Footer
    =Media Queries
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300,100|Montserrat:400,700);
@import url('https://fonts.googleapis.com/css?family=Lato');

/* =Common Styles
-------------------------------------------------------------- */
body {
    background-color: #1d1d1d;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    /* padding-top: 69px; */
    color: #A2A2A2;
    height: 100%;
    min-height: 100% !important;
}

html {
    height: 100%;
}
a:active, a:focus {
    outline: none;
}
p{
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
}
a {
    color: #b9171e;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #b9171e;
}

a:focus, a:hover {
    color: #b9171e;
    text-decoration: none;
}
.text-dark{
    color:#333 !important;
}
.mini-hr {
    border-style: solid none;
    border-color: #424242;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 20px;
    height: 1px;
    text-align: left;
    position: relative;
    clear: both;
}

span.divider {
    display: block;
    margin: 25px 0px;
    width: 100px;
    height: 2px;
    background-color: #b9171e;
}

span.divider.center {
    margin-right: auto;
    margin-left: auto;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
#contact .form-control:focus,
#contact .form-control:hover,
#contact .form-control:active {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #b9171e;
}

.ticker {
    overflow: hidden;
    height: 70px;
    vertical-align: baseline;
}

.ticker h1 {
    margin: 0px;
    height: 70px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}

.big-logo {
    font-size: 70px;
}

.background1 { background-color: #212121; }
.background2 { background-color: #333333; }
.contact-bg { background: url("../images/contact-bg.jpg"); }
.background3 { background-color: #f1f1f3; }
.background4 { background-color: #ffffff; }
.background-diagonal {
    position: relative;
    background-color: #212121;
}
.background-diagonal:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;

    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
/* =Margin + Padding
-------------------------------------------------------------- */
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt80 { padding-top:80px !important; }
.pt90 { padding-top:90px !important; }
.pt100 { padding-top:100px !important; }
.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb80 { padding-bottom:80px !important; }
.pb90 { padding-bottom:90px !important; }
.pb100 { padding-bottom:100px !important; }

.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }

.ml30 { margin-left: 30px }
.mr30 { margin-right: 30px }
.ml15 { margin-left: 15px }
.mr15 { margin-right: 15px }
.pl30 { padding-left: 30px }
.pr30 { padding-right: 30px }
.pl15 { padding-left: 15px }
.pr15 { padding-right: 15px }

.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-margin-top { margin-top:0 !important; }
.no-padding-top { padding-top:0 !important; }
.no-margin-bottom { margin-bottom:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-top {
    padding-top: 80px;
}

.footer-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* =Typography
-------------------------------------------------------------- */
.text-switch { color: #fff; }

.text-small {
    font-size: 16px;
}

.text-xs-small {
    font-size: 13px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    color: #fff;
}

.lead {
    font-size: 23px;
}

.lead strong {
    color: #fff;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: .80;
}
.section-title p {
    text-align: center;
    color:#eee;;
}
.section-divider {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 60px;
    height: 3px;
    background-color: rgba(0, 0, 0, 1);
}
.section-divider-white{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, 1);
}
.section-divider-red{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 60px;
    height: 3px;
    background-color: rgba(185, 23, 30, 1);
}
.section-title-nocap {
    margin-bottom: 0;
}

.heading-1 {
    font-family: 'Montserrat', sans-serif;
    color: #b9171e;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #424242;
    padding-bottom: 4px;
    display: inline-block;
    margin: 0;
}

.heading-2 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
    border-bottom: 1px dotted #666;
    padding-bottom: 4px;
    display: inline-block;
    margin: 0;
}

.heading-3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    margin-top: 6px;
}

.heading-3-icon {
    color: #fff;
    font-size: 26px;
}

.img-responsive { width: 100%; }

.breadcrumb-holder {
    padding: 12px 17px 12px 0;
    background: #272727;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-home {
    margin-right: 15px;
    color: #fff
}

.breadcrumb-holder h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb>li+li:before {
    padding: 0 13px;
    color: #4A4A4A;
    font-family: 'Ionicons';
    content: "\f3d3";
}

/* =Buttons
-------------------------------------------------------------- */
.btn {
    border-radius: 45px;
    margin-bottom: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #535353;
}

.btn-default:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    color: #fff;
}

.btn-white {
    border-color: #fff;
}

.btn-lg {
    padding: 12px 26px;
}

.btn-light {
    color: #757575;
    background-color: transparent;
    border-color: #B1B1B1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-light:hover {
    color: #fff;
    background-color: #b9171e;
    border-color: #b9171e;
}

/* =Progress Bars
-------------------------------------------------------------- */
.progress {
    margin-bottom: 6px;
    background-color: transparent;
    border-radius: 11px;
    box-shadow: none;
    border: 1px solid #303030;
    padding: 3px;
    height: 26px;
}

.progress-bar {
    font-size: 13px;
    background-color: #b9171e;
    box-shadow: none;
    border-radius: 11px;
    line-height: 18px;
    padding-left: 6px;
    text-align: left;
    font-weight: 300;
}

.progress-meter {
    min-height: 15px;
    border-bottom: 1px solid #303030;
}

.progress-meter > .meter {
    position: relative;
    float: left;
    min-height: 15px;
    border-width: 0px;
    border-style: solid;
    border-color: #303030;
}

.progress-meter > .meter-left {
    border-left-width: 1px;
}

.progress-meter > .meter-right {
    float: right;
    border-right-width: 1px;
}

.progress-meter > .meter-right:last-child {
    border-left-width: 1px;
}

.progress-meter > .meter > .meter-text {
    position: absolute;
    display: inline-block;
    bottom: -20px;
    width: 100%;
    font-size: 12px;
    color: #606060;
    text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
    text-align: right;
}

/* =Alerts
-------------------------------------------------------------- */
.alert{
    border-radius: 45px;
    padding: 15px 15px 15px 18px;
    margin-bottom: 15px;
}

.alert-success {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.alert-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.alert-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 42px;
}

/* =Lists
-------------------------------------------------------------- */
ul.list-arrow { list-style-type:none; }
ul.list-arrow li { text-indent:-1.3em; }
ul.list-arrow li:before {
    font-family: Ionicons;
    content: "\f3d3";
    float: left;
    width: 1.3em;
}

ul.list-arrow-color li:before {
    color: #a02485;
}

ul.list-arrow-2 { list-style-type:none; }
ul.list-arrow-2 li { text-indent:-1.3em; }
ul.list-arrow-2 li:before {
    font-family: Ionicons;
    content: "\f3d6";
    float: left;
    width: 1.3em;
}

ul.list-arrow-2-color li:before {
    color: #a02485;
}

ul.social-buttons li a {
    display: block;
    background-color: #333;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: white;
    outline: none;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #a02485;
}

/* =Tabs
-------------------------------------------------------------- */
.nav-tabs {
    border-bottom: 1px solid #313131;
}

.nav-tabs>li>a {
    font-size: 16px;
    color: #ccc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #a02485;
    border: 1px solid #a02485;
    border-bottom: 2px solid #615fde;
}

.nav-tabs>li>a:hover {
    border-color: #615fde;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #615fde;
    color: #fff;
}

.tab-content {
    padding:30px;
    border:1px solid #313131;
}

.tab-content.tab-default {
    padding:20px;
    border:1px solid #313131;
    border-top:none;
}

.tab-pane::first-letter {
    font-size: 120%;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}

/* =Panels
-------------------------------------------------------------- */
.panel {
    border-radius: 0;
    background-color: transparent;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default {
    border-color: #313131;
}

.panel-default>.panel-heading {
    color: #ccc;
    background-color: #313131;
    border-color: #313131;
}

.panel-default {
    background-color: #1D1D1D;
    border: 1px solid #313131;
    border-radius: 4px;
}

.panel-body {
    padding: 15px 20px;
    font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #313131;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #313131;
}

.panel-success>.panel-heading {
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C;
}

.panel-success {
    border-color: #5CB85C;
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.panel-info {
    border-color: #5bc0de;
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.panel-warning {
    border-color: #f0ad4e;
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.panel-danger {
    border-color: #d9534f;
}

.label {
    font-weight: 300;
}

/* =Thumbnails
-------------------------------------------------------------- */
.thumbnail {
    padding: 19px;
    background-color: transparent;
    border: 1px solid #313131;
    border-radius: 0;
}

.thumbnail .caption {
    color: #A2A2A2;
    padding: 5px;
}

/* =Animate Examples
-------------------------------------------------------------- */
.animate-example-box {
    width: 100%;
    height: 50px;
    border-radius: 45px
}

.animate-color-1 { background-color:#a02485; }
.animate-color-2 { background-color:#3498db; }
.animate-color-3 { background-color:#a02485; }
.animate-color-4 { background-color:#f39c12; }
.animate-color-5 { background-color:#FF3B30; }
.animate-color-6 { background-color:#1abc9c; }
.animate-color-7 { background-color:#F2784B; }
.animate-color-8 { background-color:#65C6BB; }
.animate-color-9 { background-color:#F64747; }

/* =Modals
-------------------------------------------------------------- */
.modal-content {
    border-radius: 0 !important;
}

.modal-header {
    outline-offset: -13px;
    padding: 40px;
    background: #6819e8;
    background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
    background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
    background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 );
}

.modal-body {
    padding: 40px;
}

.modal-footer {
    text-align: center;
}

.modal-body p {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
}

.modal-heading {
    color: #212121;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
}

.close {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.modal-header .close {
    margin-top: -52px;
    margin-right: -70px;
}

.close:focus, .close:hover {
    filter: none;
    opacity: 0.6;
    color: #FFF;
}

.modal-backdrop.in {
    opacity: 0.6;
}

/* =Call to action
-------------------------------------------------------------- */
.call-to-action {
    padding: 0 30px;
    border: 1px solid #2c2c2c;
    font-size: 24px;
    color: #b0b0b0;
}

.call-to-action p {
    line-height: 112px;
}

.call-to-action strong {
    color: #fff;
}

/* =Navigation
-------------------------------------------------------------- */
.logo {
    font-size: 39px;
    color: #fff;
}

.navbar-brand {
    height: auto;
    padding: 15px 15px 0 15px;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    background: rgb(47, 47, 47) none repeat scroll 0% 0%;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 3.3;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.60);
    background-color: transparent;
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #b9171e;
    background-color: transparent;
}

.navbar-right {
    margin-right: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #b9171e;
    background-color: transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #FFF;
    white-space: nowrap;
    font-size: 12px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #b9171e;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu {
    background-color: #000;
    opacity:0.9;
    border: 1px solid rgba(66,67,66,1);
    border-radius: 0;
    min-width: 200px;
    box-shadow: none;
    padding: 12px 0;
    margin-top:3px !important;
}

.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 0;
}

.navbar-default .navbar-toggle {
    border-color: #b9171e;
    background-color: #b9171e;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #e94951;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333;
}

.navbar-nav { -webkit-backface-visibility: hidden; }

/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin:0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background: #6819e8; /* Old browsers */
    background: -moz-linear-gradient(left, #a02485 0%, #1d78c9 35%, #03c9b8 68%, #03E2CF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a02485 0%,#1d78c9 35%,#03c9b8 68%,#03E2CF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a02485 0%,#1d78c9 35%,#03c9b8 68%,#03E2CF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#165e9c', endColorstr='#03c9b8',GradientType=1 ); /* IE6-9 */
}

.jumbotron.jumbotron-main hr {
    border-width: 1px 0px;
    border-style: dotted none;
    border-color: rgba(255, 255, 255, 0.35);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 49px;
    height: 4px;
    text-align: center;
    position: relative;
    clear: both;
}

.jumbotron.jumbotron-main a {
    color: #fff;
}

.center-vertically {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width:100%;
}

.center-vertically-holder {
    display: table;
    height: 100%;
    width:100%;
}

.scroll-indicator {
    padding-top:6px;
    display: inline-block;
    width: 50px;
    bottom:50px;
}

.arrow-scroll-indicator {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.60);
}

.parallax-window {
    background-color:rgba(0,0,0,0.3);
}

/* =Jumbotron Register
-------------------------------------------------------------- */
.jumbotron.jumbotron-register {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin:0;
}

.jumbotron.jumbotron-register a {
    color: #fff;
}

.register-form {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 5px;
    border: 2px solid #eee;
}

.register-form h3 {
    color: #414141;
}

.jumbotron.jumbotron-register h1 {
    font-size:59px;
}

/* =Hello Intro
-------------------------------------------------------------- */
#hello-intro h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    display: inline-block;
}

#hello-intro h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #b0b0b0;
}

#hello-intro h3 strong {
    font-weight: 300;
}

/* =Our Process
-------------------------------------------------------------- */
#our-process-title {
    background-color: #3a3a3a;
    position: relative;
}

#our-process-title h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#our-process-title::after {
    content: " ";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #3A3A3A;
    left: 50%;
    margin-left: -14px;
    bottom: -14px;
}

#our-process h2 {
    font-size: 33px;
    font-family: 'Roboto', ssans-serif;
    font-weight: 100;
    color: #fff;
    margin-top: 18px;
}

#our-process .process-box {
    border-right: 1px solid #2d2d2d;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#our-process .process-box:hover {
    background-image: url('../images/arrow-bg-hover.png');
}

#our-process .process-box.no-hover:hover {
    background-image: none;
}

#our-process .process-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #2d2d2d;
    padding-bottom: 4px;
    display: inline-block;
    margin-bottom: 30px;
}

#our-process .process-icons {
    font-size: 90px;
    color: #b9171e;
}

#our-process .process-content {
    display: none;
    text-align: center;
}

#our-process .process-content p {
    color: #A2A2A2;
    font-weight: 100;
    width: 69%;
    display: inline-block;
}

/* =Carousel
-------------------------------------------------------------- */
.carousel-caption {
    background-color:rgba(0, 0, 0, 0.5);
    width:100%;
    left:auto;
    right:auto;
    bottom:0;
    padding:30px;
    text-shadow: none;
}

.carousel-control { width:10%; text-shadow:none; font-size:42px;}
.carousel-control.right { background-image:none; }
.carousel-control.left { background-image:none; }

.carousel-control .carousel-arrow-left,
.carousel-control .carousel-arrow-right {
    position:absolute;
    top:50%;
    left:50%;
    z-index:5;
    display:inline-block;
    width:20px;
    height:20px;
    margin-top:-20px;
    margin-left:-10px;
}

#carousel-fixed h3 {
    color: #fff;
}

.testimonial-carousel {
    background-color: #212121;
}

.fade-quote-carousel.carousel {
    padding-bottom: 30px;
    font-weight: 100;
}

.fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

.fade-quote-carousel.carousel .carousel-indicators > li {
    border: 1px solid #a02485;
    width: 8px;
    height: 8px;
}

.fade-quote-carousel.carousel .carousel-indicators .active {
    background-color: #a02485;
    margin: 1px;
}

.fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    font-size: 21px;
    color: #6a6a6a;
    padding: 0;
}

.fade-quote-carousel.carousel p {
    color: #fff;
}

/* =Services
-------------------------------------------------------------- */
.services-icon {
    font-size: 40px;
    color: #b9171e;
}

.service-name {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
    font-weight:500;
}

.services-icon-2 {
    color: #fff;
    line-height: .8;
    font-size: 70px;
    float: left;
    margin-right: 15px;
}

.service-title {

    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    margin-top: 13px;
}

.services-box {
    padding: 30px;
    background-color: rgba(0,0,0,0.6);
    color:#fff !important;
    /* border-left: 2px solid #a02485; */
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    height:295px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 15px 0 rgba(0, 0, 0, .1);

}
@media screen and (max-width:768px){
    .services-box {
        height:auto;
    }
}

/* =About
-------------------------------------------------------------- */
.basic-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

.basic-carousel.carousel .carousel-indicators > li {
    border: 1px solid #b9171e;
    width: 8px;
    height: 8px;
}

.basic-carousel.carousel .carousel-indicators .active {
    background-color: #b9171e;
    margin: 1px;
}

#about .carousel-control.right { display: none; }
#about .carousel-control.left { display: none; }

.logo-about {
    float: left;
    font-size: 44px;
    color: #fff;
    margin-right: 25px;
    clear: both;
    margin-top: 5px;
}

/* =Profile
-------------------------------------------------------------- */
.profile-box {
    padding: 20px 30px 15px 30px;
    background-color: #212121;
    position: relative;
    outline: 1px solid #2D2D2D;
    outline-offset: -13px;
}

.profile-box strong {
    color: #fff;
    font-size: 16px;
}

.profile-box ul li{
    padding:5px 0;
    font-size: 14px;
    border-bottom:1px solid #2D2D2D;
}

.profile-box ul li:last-child{
    border-bottom:0;
}

/* =Our Count
-------------------------------------------------------------- */
#ourcount .item {
    text-align: center;
}


#ourcount .item > .circle-hold {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 110px;
    height: 110px;
    background-color: #b9171e;
    border-radius: 50%;
}

#ourcount .item > .circle-hold > i {
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 52px;
    text-align: center;
}

/* =Team
-------------------------------------------------------------- */
.team-member-img {
    border: 4px solid #2f2f2f;
}

.team-member-box-2 .team-member-img {
    width: 500px;
    margin: auto;
}

.team-member-box {
    text-align: center;
    padding: 30px;
    background-color: #272727;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.team-member-box:hover {
    background-color: #313131;
}

.team-member-box h3 {
    margin-top: 0;
    margin-bottom: 3px;
}

.team-member-box-2 h3 {
    margin-top: 20px;
    margin-bottom: 3px;
}

.team-image-wrapper {
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.team-image-wrapper .team-image-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background-color: rgba(137, 128, 254, 0.80);
}

.team-image-wrapper .team-image-hover .team-hover-content {
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.team-image-wrapper:hover .team-image-hover {
    opacity: 1;
}

.team-image-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.social-icons-light-hover {
    color: #fff;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

.social-icons-light-hover:hover {
    color: rgba(255, 255, 255, 0.70);
}

.social-icon-title {
    font-size: 24px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
    padding-bottom: 3px;
    display: block;
    margin-bottom: 7px;
}

/* =Work
-------------------------------------------------------------- */
#thework .mix{
    display: none;
}

.btn-sort {
    padding: 0;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid;
    height: 32px;
    width: 32px;
}

.btn-category {
    border: 2px solid #fff;
}

#thework .portfolio-box:hover span.portfolio-hover {
    transition: all 1s;
    background:#000 ;
    opacity: 0.5;
}

span.portfolio-hover {
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    display: block;
    outline: 1px solid rgba(255, 255, 255, 0.12);
    outline-offset: -13px;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background: linear-gradient(to right,#000, #000);
}

.portfolio-image-holder {
    position: relative;
}

.portfolio-image-holder:before {
    border: 1px solid rgba(255, 255, 255, 0.34);
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

span.portfolio-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

span.portfolio-hover span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

span.portfolio-hover a {
    color: #fff;
    text-decoration: none;
}

.project-title {
    font-size: 24px;
    font-weight: 100;
    display: block !important;
}

.portfolio-links {
    background-color: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
}

.portfolio-links:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #b9171e;
}

.portfolio-links-icons {
    font-size: 24px;
    line-height: 2 !important;
}

.badge {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 0;
}

.portfolio-badge {
    width:70%;
    bottom: 13px;
    left: 13px;
    color: #fff;
    padding:10px 15px;
    background-color: #333;
    /* background: linear-gradient(to right, #000 , transparent);
     border-left:4px solid #a02485; */
}

.services-badge {
    top: 15px;
    right: 30px;
    color: #313131;
}
.portfolio-image-holder:hover .portfolio-badge {
    display:none;
    transition: all 2s;
}
#thework {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-content: flex-start;
}

/* = Latest news
-------------------------------------------------------------- */
.news-img {
    border: 4px solid #2f2f2f;
}

.news-box-2 .team-member-img {
    width: 225px;
    margin: auto;
}

.news-box {
    text-align: left;
    padding: 30px;
    background-color: #272727;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    position: relative;
    border:1px solid #4d4d4d;
}

.news-image {
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #a02485; */
    background: #000;
    /* background: linear-gradient(to bottom,#393b93, #7e80cd); */
    opacity:0.5;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.news-box:hover .overlay {
    width: 100%;
}
.center {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;

}
.center .btn{
    border:1px solid;
    border-color:rgba(255, 255, 255, 1);
    background-color:rgba(255, 255, 255, 1);
    color:#000000;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
}
.center .btn:hover{
    margin-bottom:10px;
    transition: all .2s;
}
.news-box h3 {
    margin-top: 0;
    margin-bottom: 3px;
}
.news-box h3:hover {
    color:#b9171e;
}
.news-box-2 h3 {
    margin-top: 20px;
    margin-bottom: 3px;
}
.news-img{
    max-height:130px;
}
.team-image-wrapper {
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.team-image-wrapper .team-image-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    background-color: rgba(137, 128, 254, 0.80);
}

.team-image-wrapper .team-image-hover .team-hover-content {
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.team-image-wrapper:hover .team-image-hover {
    opacity: 1;
}

.team-image-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.social-icons-light-hover {
    color: #fff;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

.social-icons-light-hover:hover {
    color: rgba(255, 255, 255, 0.70);
}

.social-icon-title {
    font-size: 24px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
    padding-bottom: 3px;
    display: block;
    margin-bottom: 7px;
}

/* =Pricing
-------------------------------------------------------------- */
.plan {
    list-style: none;
    padding: 0;
    background: #2B2B2B;
    text-align: center;
}

.plan li {
    padding: 10px 15px;
    font-size: 14px;
    color: #ccc;
    border-top: 1px solid #313131;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.plan li.plan-price {
    border-top: 0;
}

.plan li.plan-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding: 15px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #191919;
    margin-bottom: 15px;
    border-top: 0;
}

.plan li > strong {
    color: #b9171e;
    font-size: 18px;
}

.plan li.plan-action {
    padding: 18px;
}

.plan.featured {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.plan.featured li.plan-name {
    background: #191919;
}

.plan.featured:hover li.plan-name {
    background: #b9171e;
}

.plan.featured2 li.plan-name {
    background: #191919;
}

.plan.featured2:hover li.plan-name {
    background: #b9171e;
}

.plan:hover li.plan-name {
    background: #131313;
}

.plan-name-option3 {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    font-weight: 300 !important;
}

#footer {
    margin-top: 100px;
    padding-bottom: 30px;
}

.pricing-clients {
    width: 150px;
    display: inline-block;
    opacity: .6;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.pricing-clients:hover {
    opacity: 1;
}

/* =Timeline
-------------------------------------------------------------- */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 1px;
    background-color: #2C2C2C;
    left: 42px;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}

.timeline > li:before,.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #272727;
    color: #fff;
    border-radius: 100%;
    border: 4px solid #3A3A3A;
    text-align: center;
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body > p,.timeline .timeline-body > ul {
    margin-bottom: 0;
}

/* =Contact + Map
-------------------------------------------------------------- */
#contact .form-control {
    padding: 0;
    background-color: transparent;
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #a02485;
    border-radius: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#contact .has-error .form-control {
    border-color: #2F2F2F;
}

#contact .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a02485;
    font-size: 12px;
    font-weight: 400;
}

#contact .has-error .form-control:focus {
    border-color: #2F2F2F;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    position: absolute;
}

.form-control {
    height: 42px;
}

#map {
    height: 400px;
}

/* =Footer
-------------------------------------------------------------- */
.theme-title {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}

.theme-title-smaller {
    font-size: 16px;
}

footer hr {
    margin-top: 45px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #353535;
}

.btn-up-footer {
    display: inline-block;
    position: relative;
    top:-21px;
}

.social-icons-dark-hover {
    color: #fff;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

.social-icons-dark-hover:hover {
    color: rgba(255, 255, 255, 0.70);
}

#clock span {
    display: block;
    font-size: 12px;
    color: #ccc;
}

#clock b {
    font-family: 'Montserrat';
    display: block;
    font-size: 50px;
    line-height: 46px;
}

#clock .clock-section {
    display: inline-block;
    padding: 0 20px;
}

#clock .clock-section:last-child {
    border-right: none;
}

/* =Media Queries
-------------------------------------------------------------- */
@media (max-width:767px) {
    .text-center-xs { text-align:center; }
    .mt10-xs { margin-top:10px; }
    .mt20-xs { margin-top:20px; }
    .mt30-xs { margin-top:30px; }
    .mt40-xs { margin-top:40px; }
    .mb10-xs { margin-bottom:10px; }
    .mb20-xs { margin-bottom:20px; }
    .mb30-xs { margin-bottom:30px; }
    .mb40-xs { margin-bottom:40px; }
    .section-padding { padding-top:50px; padding-bottom:50px; }
    .section-padding-top { padding-top:50px; }
    .navbar-default .navbar-nav > li > a { line-height:1; }
    .navbar-nav .open .dropdown-menu { padding:0; }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a { color:#fff; }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color:rgba(255, 255, 255, 0.60); }
    .section-title h2 { font-size:34px; }
    .navbar-nav { margin:12px -15px; }
    #pricing .plan.featured { -webkit-transform:scale(1.03); -ms-transform:scale(1.03); transform:scale(1.03); }
    .btn-category { margin-bottom:5px; }
    .pricing-clients { width:90px; }
    #our-process .process-box { border-bottom:1px solid #2d2d2d; }
    .modal-header .close { margin-right:-62px; }
    .breadcrumb-holder { padding:12px 0 12px 0; }
    .ticker { height:40px; }
    .ticker h1 { height:40px; }
    .big-logo { font-size:50px; }
    .jumbotron.jumbotron-register { height:initial; }
    .jumbotron.jumbotron-register h1 { font-size:40px; }
}

@media (min-width: 768px) {
    .timeline:before { left:50%; }
    .timeline > li { margin-bottom:100px; min-height:100px; }
    .timeline > li .timeline-panel { width:41%; float:left; padding:0 20px 20px 30px; text-align:right; }
    .timeline > li .timeline-image { width:100px; height:100px; left:50%; margin-left:-50px; }
    .timeline > li .timeline-image h4 { font-size:13px; margin-top:16px; line-height:18px; }
    .timeline > li.timeline-inverted > .timeline-panel { float:right; text-align:left; padding:0 30px 20px 20px; }
    .modal-dialog { margin:100px auto; }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left:0; }
    /* .dropdown .dropdown-menu{ display:block; opacity:0; -webkit-transition:all 200ms ease-in; -moz-transition:all 200ms ease-in; -ms-transition:all 200ms ease-in; -o-transition:all 200ms ease-in; transition:all 200ms ease-in; }
    .dropdown:hover .dropdown-menu { display:block; opacity:1; } */
}

@media (min-width: 768px) and (max-width:992px) {
    #our-process h2 { font-size:28px; }
    #our-process .process-content p { width:75%; font-size:16px; }
    .text-center-sm { text-align:center; }
    .mt10-sm { margin-top:10px; }
    .mb10-sm { margin-bottom:10px; }
    .mt20-sm { margin-top:20px; }
    .mb20-sm { margin-bottom:20px; }
    .mt30-sm { margin-top:30px; }
    .mb30-sm { margin-bottom:30px; }
    .jumbotron.jumbotron-register h1 { font-size:45px; }
}

@media (min-width:992px) {
    .timeline > li { min-height:150px; }
    .timeline > li .timeline-panel { padding:0 20px 20px; }
    .timeline > li .timeline-image { width:150px; height:150px; margin-left:-75px; }
    .timeline > li .timeline-image h4 { font-size:18px; margin-top:30px; line-height:26px; }
    .timeline > li.timeline-inverted > .timeline-panel { padding:0 20px 20px; }
}

@media (min-width:1200px) {
    .timeline > li { min-height:170px; }
    .timeline > li .timeline-panel { padding:0 20px 20px 30px; }
    .timeline > li .timeline-image { width:170px; height:170px; margin-left:-85px; }
    .timeline > li .timeline-image h4 { margin-top:40px; }
    .timeline > li.timeline-inverted > .timeline-panel { padding:0 30px 20px 20px; }
}

/*---------------------
Home page text slider
-----------------------
 */
.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    width: 100%;
    height:auto;
    text-align:center;
    margin:auto;
    font-size: 2em;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@media screen and (max-width:768px){
    .item-1,
    .item-2,
    .item-3 {
        left: 0%;
    }
}
.item-1{
    animation-name: anim-1;
}

.item-2{
    animation-name: anim-2;
}

.item-3{
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%, 8.3% { opacity: 0; }
    8.3%,25% { opacity: 1; }
    33.33%, 100% { opacity: 0; }
}
@keyframes anim-2 {
    0%, 33.33% {opacity: 0; }
    41.63%, 58.29% {opacity: 1; }
    66.66%, 100% {  opacity: 0; }
}

@keyframes anim-3 {
    0%, 66.66% { opacity: 0; }
    74.96%, 91.62% {opacity: 1; }
    100% {  opacity: 0; }
}
.text-wraper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:600px;
    height:300px;
}
@media screen and (max-width:768px){
    .text-wraper{
        width:100%;
    }
}
.support-nav{
    height:90px;
    background: rgba(255,255,255,0.9);
    /*  background: linear-gradient(to right,#a02485, #e382ce);
      background-color: #fff;
      opacity:0.9; */
    margin-bottom:10px;

    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 15px 0 rgba(0, 0, 0, .1);
}
@media screen and (max-width:768px){
    .support-nav{
        max-height: 70px;
    }
}
@media screen and (max-width:768px){
    .navbar-collapse{
        background-color: #000;
    }
}
.support-nav ul li a.scroll-link{
    font-size: 1.1em;
    color: #000;
    margin-top:5px;
    font-weight: 600 !important;
}
.support-nav ul li a.scroll-link:hover,
.support-nav ul li a.scroll-link:focus,
.support-nav ul li a.scroll-link:active{
    color: #b9171e;
}
@media screen and (max-width:768px) {
    .support-nav ul li a.scroll-link{
        color: #eee;
        font-weight: normal !important;
    }
}
.text-white{
    color:#fff;
}
.text-white{
    color:#fff;
}
.text-purple{
    color:#4749b8;
}
.btn-outline{
    color:#fff !important;
    border:1px solid #fff;
    padding: 15px 25px;
    margin-top:20px;
}
.btn-outline:hover{
    color: #b9171e !important;
    text-decoration: none;
}
.btn-purple{
    background-color:#a02485 !important;
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu{
        left: 0 !important;
        right: auto !important;
    }
}
.pagination>li>a, .pagination>li>span {
    background: transparent !important;
    border: 1px solid #ddd;
    color:#fff !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #b9171e !important;
    border-color: #fff;
}
.bottomReveal{
    color:#fff;
    font-weight: 300 !important;
}
.separator{
    height:120px;
    background:#404040;
    text-align: center;
    padding-top:20px;
    /*background: linear-gradient(to right,#a02485, #de6ec6); */
}
.separator h3{
    color:rgba(255,255,255,1);
}
@media screen and (max-width:992px){
    .separator{
        height:auto;
        padding:5px 15px;
    }
    .separator h3{
        font-size: 16px !important;
    }
}
.separator2{
    height:120px;
    background:#fff;
    opacity:0.9;
    text-align: center;
    padding-top:20px;
    background: linear-gradient(to right,#b9171e, #ee777d);
}
.separator2 h3{
    color:rgba(0,0,0,1);
    font-weight: 500;
}
.skewed-div{
    width:100%;
    height:300px;
    background: linear-gradient(to right,#b9171e, #eb6067);
    position:absolute;
    left:0px;
    right:0px;
    margin-top:-214px;
    -ms-transform:skewY(-8deg);
    -webkit-transform:skewY(-8deg);
    transform:skewY(-8deg);
}
@media screen and (max-width:992px){
    .skewed-div{
        display:none;
    }
}
.logo{
    height:80px;
    max-width:200px;
    margin-top:8px;
    margin-left:5px;
    z-index:1;
}
@media screen and (max-width:768px){
    .logo{
        height:60px;
    }
}
@media (min-width:768px) and (max-width: 991px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a.scroll-link {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border-top:1px solid #eee;
        border-left:1px solid #eee;
        border-right:1px solid #eee;
    }

    .collapse.in {
        width:100%;
        background: #fff;
        opacity:0.8;
        display: block !important;
        overflow-y: scroll !important;
    }
}
.pink-btn{
    background-color:#a02485;
    border:1px solid #a02485;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
.pink-btn:hover{
    background-color:#fff;
    color:#a02485 !important;
    border:1px solid #a02485;
}
.red-btn{
    background: linear-gradient(to right,#b9171e, #e94951);
    border:1px solid #b9171e;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
.red-btn:hover{
    background-color:#fff;
    color:#fff !important;
    border:1px solid #b9171e;
}
.scroll-top{
    background-color:#b9171e !important;
    border:1px solid #b9171e;
}
.scroll-top:hover{
    color:#fff !important;
    opacity:0.8;
}
.about-logo{
    width:320px;
    margin-top:-150px;
}
@media screen and (max-width:991px){
    .about-logo{
        width:220px;
        margin-top:0px;
    }
}
/*----goggle map starts here---- */

#map {
    width:100%;
    min-height: 900px;
}
.mapboxgl-popup {
    max-width: 500px;
    height:auto;
    font-size:14px;
}
.mapboxgl-popup-close-button {
    right: 5px !important;
    top: 10px !important;
    font-size: 26px;
}
.gray-btn{
    background:#ccc !important;
    color:#666666;
}
a.mapboxgl-ctrl-logo {
    display: none;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    display: none;
}
.mapboxgl-popup-content {
    font-size: 15px;
    color: #999;
    padding: 0px 10px 15px !important;
}

/*===============Dropdown Menu===============================*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
//background: #fff;
}

ul li {
    display: block;
    position: relative;
    float: left;
//background: #fff;
}

/* This hides the dropdowns */


li ul { display: none; }

ul li a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #FFF;
    white-space: nowrap;
    font-size: 12px;
}

ul li a:hover { //background: #2c3e50; }

/* Display the dropdown */


li:hover > ul {
    display: block;
    position: absolute;
}

li:hover li { float: none; }

li:hover a { //background: #1bc2a2; }

li:hover li a:hover {// background: #2c3e50; }

.main-navigation li ul li { border-top: 0; }

/* Displays second level dropdowns to the right of the first level dropdown */


ul ul ul {
    left: 100%;
    top: 0;
    background: #000;

}

ul ul ul a{
    color: #fff;

}
/* Simple clearfix */



ul:before,
ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

@media screen and (max-width:768px){
    .support-nav li{
        width:100%;
    }
}
@media screen and (max-width:768px){
    .support-nav li a.scroll-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/*-----------text slider-----------*/
#carousel {
    position: relative;
    width: 60%;
    margin: 0 auto;
    max-height: 100px;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
}

#slides ul {
    list-style: none;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    height: 250px;
    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */

.btn-bar {
    width: 60%;
    margin:auto;
    display: block;
    position: relative;
   /* top: 40px; */
}

#buttons {
    padding: 0 0 5px 0;
    float: right;
}

#buttons a {
    text-align: center;
    display: block;
    font-size: 50px;
    float: left;
    outline: 0;
    margin: 0 60px;
    color: #b14943;
    text-decoration: none;
    display: block;
    padding: 9px;
    width: 35px;
}

a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
    font-family: sans-serif;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
    height: 200px;
    font-size: 24px;
    color: #FFF;
    font-style: italic;
    text-shadow: .5px 0px #b14943;
}

.quote-marks {
    font-size: 30px;
    padding: 0 3px 3px;
    position: inherit;
}

.quote-author {
    font-style: normal;
    font-size: 20px;
    color: #b14943;
    font-weight: 400;
    height: 30px;
}

.quoteContainer,
.authorContainer {
    display: table;
    width: 100%;
}
/*new*/
.images{
    width: 300px;
    height: 220px;
    position: relative;
    top: -70px;
    z-index: 1;
    margin-bottom: -54px;
    border: 2px solid #4D4D4D;
}
.ind{
    height: 550px;
    position: relative;
    z-index: 2;
}
.illustration{
    width: 100%;
    display: block;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}