a,
a:focus,
a:hover {
    color: #9e1b32
}

.btn:active:focus,
.btn:focus,
a,
a.scrollup,
a:active,
a:focus,
button:focus {
    outline: 0
}

#toTop,
.btn {
    border-radius: 3px
}

#menu li a,
.blog .more-link,
a,
a.scrollup i:hover,
a:active,
a:focus,
a:hover,
footer a:hover,
footer h5 a:hover {
    text-decoration: none
}

@font-face {
    font-family: "Roboto Regular";
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "Roboto Regular";
    font-size: 15px;
    line-height: 26px;
    color: #3a4750;
    font-weight: 300;
    background: #fff
}

.page-header .sub-title,
.page-header h1 {
    font-family: Montserrat, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #303841
}

h1 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600
}

h2,
h3,
h4 {
    font-weight: 300;
    line-height: 1.5em
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500
}

h6 {
    font-size: 15px;
    line-height: 24px
}

a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#toTop,
.dropdown-menu {
    -o-transition: all .3s ease 0s
}

p {
    margin-bottom: 20px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.gray-bg {
    background-color: #f0f1f3;
    padding: 80px 0
}

.white-bg {
    background-color: #fff
}

#main-wrapper {
    background: #fff
}

.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100
}

.btn-lg {
    font-size: 15px;
    padding: 15px 30px
}

.btn-primary {
    background-color: #9e1b32;
    border-color: #9e1b32
}

.btn-primary:hover {
    background: #9e1b32;
    color: #fff;
    border-color: #9e1b32
}

.btn-default {
    color: #9e1b32;
    background-color: transparent;
    border-color: #e1e1e1
}

.btn-default:hover {
    background: #9e1b32;
    color: #fff;
    border-color: #9e1b32
}

.text-highlights {
    color: #fff;
    padding: 0 5px
}

.text-highlights.black {
    background: #313131
}

.text-highlights.blue {
    background: #31aae2
}

.page-header {
    padding-bottom: 0;
    margin: 100px 0;
    border-bottom: 0
}

.page-header h1 {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px
}

#menu>li,
.dropdown-header,
.page-header .sub-title {
    text-transform: uppercase
}

.page-header .sub-title {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, .5);
    font-weight: 700
}

@media (max-width:766px) {
    .page-header h1 {
        font-size: 44px;
        line-height: 44px
    }
    .page-header .sub-title {
        font-size: 30px;
        line-height: 30px
    }
}

.feature-section {
    background: url(../../assets/img/feature-bg.jpg) no-repeat;
    background-size: cover
}

#toTop {
    position: fixed;
    bottom: 140px;
    right: 12px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    background: #9e1b32;
    border: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#toTop:hover {
    color: #fff;
    opacity: .5
}

.page-title-section {
    padding-top: 80px;
    background: url(../../assets/img/page-bg/page-bg-1.jpg) center center no-repeat #4795bb;
    background-size: cover
}

.navbar-default {
    margin-bottom: 0
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px
}

.nav-cta,
.nav-cta>li>a {
    height: 34px;
    line-height: 34px;
    text-align: center
}

.navbar-default .navbar-nav>li {
    margin-right: 17px
}

.navbar-default .navbar-nav>li:last-child {
    margin-right: 0
}

.navbar-default .navbar-nav>li>a {
    color: #303841;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 2px;
    text-transform: uppercase
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #9e1b32;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #9e1b32
}

.nav-cta {
    float: right;
    margin: 3px 0 0 40px;
    background: #9e1b32;
    width: 34px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-cta>li>a {
    display: inline-block;
    color: #fff;
    width: 20px
}

.nav-cta .dropdown-menu {
    left: auto;
    right: 0
}
.navbar-toggle, .navbar-toggle:hover { background-color:#333 !important; padding: 15px 20px !important; margin-top: 15px !important; }
@media screen and (max-width:768px) {
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-default {
        background: #fff!important;
        padding: 10px 0;
        border: none;
        border-radius: 0
    }
    .navbar {
        border-radius: 0
    }
	
}

@media (min-width:1024px) {
    .navbar-default {
        background-color: #fff;
        padding: 15px 0 25px;
        border: none;
        border-radius: 0
    }
    .navbar-right .dropdown-menu {
        right: auto
    }
}

.sticky-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff!important;
    padding: 15px 0 30px!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.dropdown-menu {
    display: inherit;
    top: 50%!important;
    padding: 0;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #9e1b32;
    border-radius: 0;
    box-shadow: 0 -2px 0 #000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    background-color: #9e1b32
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 28px!important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.dropdown-menu::before {
    top: -30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    display: block
}

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top: 14px!important
}

.dropdown-header {
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
    color: #313131
}

.dropdown-menu li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    padding: 3px 20px
}

.dropdown-menu li a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #740f20
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent
}

@media (max-width:768px) {
    .navbar-toggle {
        display: block
    }
}

.navbar-toggle {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    border: 0;
    border-radius: 0
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.navbar-toggle .icon-bar {
    width: 14px;
    height: 3px
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px
}

.uc-mobile-menu-container>div {
    visibility: hidden
}

#menu {
    margin: 50px 40px
}

#menu>li:last-child {
    border-bottom: 0
}

#menu>li ul li {
    margin-left: 0;
    color: #999
}

#menu li a {
    display: block;
    color: #777;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444
}

#menu li a:hover,
#menu li.active a {
    color: #fff
}

.uc-mobile-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 44px;
    height: 44px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.uc-mobile-menu .close:hover {
    opacity: 1
}

.header-top {
    background: #9e1b32
}

.header-top .social-icon li {
    display: inline-block
}

.header-top .social-icon li a {
    line-height: 50px;
    width: 30px;
    color: #fff;
    text-align: center;
}

.header-top .social-icon li a:hover {
    opacity: .5
}

.header-top .top-contact li {
    display: inline-block;
    line-height: 50px;
    text-align: center
}

.header-top .top-contact li.email,
.header-top .top-contact li.phone {
    padding: 0 20px;
    color: #fff
}

.header-top .top-contact li.email i,
.header-top .top-contact li.phone i {
    margin-right: 5px
}

.email a {
    color: #fff
}

.header-top .top-contact li.get-a-quote a {
    padding: 0 30px;
    display: block;
    background: #3ea8f4;
    color: #fff
}

.header-top .top-contact li.get-a-quote a:hover {
    opacity: .8
}

@media only screen and (max-width:1024px) {
    .header-top {
        text-align: center
    }
    .header-top .top-contact li {
        padding: 5px 0 10px
    }
    .header-top .top-contact li.get-a-quote a {
        padding: 8px 15px
    }
    
}

.hero-slide .carousel-inner>.item>img {
    min-width: 100%!important
}

.hero-slide .carousel-caption {
    bottom: 50%;
    text-shadow: none;
    transform: translateY(50%);
    left: 0;
    right: 0;
    width: 1140px;
    margin: 0 auto;
    text-align: left
}

.hero-slide .carousel-caption h1 {
    font-size: 48px;
    line-height: 1.3em;
    font-weight: 100;
    color: #fff
}

.hero-slide .carousel-caption p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 1.5em
}

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    text-shadow: none;
    border-radius: 3px;
    background: #fff;
    color: #303841;
    box-shadow: inset 0 -2px rgba(0, 0, 0, .1)
}

.form-control,
.form-control:active,
.form-control:focus {
    box-shadow: none
}

.hero-slide .carousel-control.left {
    left: -1%;
    opacity: 0
}

.hero-slide .carousel-control.right {
    right: -1%;
    opacity: 0
}

.hero-slide:hover .carousel-control.left,
.hero-slide:hover .carousel-control.right {
    opacity: 1
}

#testimonialSlider .carousel-inner .item .user-details .company,
.team-member .social-links li a i:hover {
    opacity: .5
}

.hero-slide:hover .carousel-control.left {
    left: 1%
}

.hero-slide:hover .carousel-control.right {
    right: 1%
}

.hero-slide .carousel-indicators li {
    border: 2px solid #fff
}

@media screen and (max-width:768px) {
    .hero-slide .carousel-caption h1 {
        font-size: 24px
    }
    .hero-slide .carousel-indicators {
        bottom: 20px
    }
    .hero-slide .carousel-caption p {
        font-size: 12px
    }
}

.section-content-left-icon {
    padding: 80px 0 20px
}

.section-content-left-icon .left-icon-wraper {
    display: table;
    margin-bottom: 60px
}

.section-content-left-icon .content,
.section-content-left-icon .icon {
    display: table-cell;
    vertical-align: top
}

.section-content-left-icon .content {
    padding-left: 20px
}

.section-content-left-icon .content h2 {
    font-size: 18px
}

.section-content-left-icon .icon {
    width: 70px
}

.section-content-left-icon .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 25px;
    display: block
}

.section-content-left-icon .icon i::before {
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #9e1b32
}

.featured-box {
    margin-top: 60px
}

.featured-content-wrapper {
    display: table
}

.featured-box .featured-content,
.featured-box .featured-img {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

@media only screen and (max-width:768px) {
    .featured-box {
        padding: 60px 0
    }
    .featured-box .featured-img {
        margin: 0 0 30px
    }
    .featured-box .featured-content,
    .featured-box .featured-img {
        display: block;
        width: 100%
    }
}

.team-section {
    padding: 80px 0
}

.team-member .thumbnail {
    padding: 0;
    margin-bottom: 0;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 0
}

@media (max-width:767px) {
    .team-member .thumbnail {
        margin-bottom: 30px
    }
}

.team-member .thumbnail img {
    width: 100%
}

.team-member .thumbnail .caption {
    padding: 30px 40px
}

.team-member .thumbnail h3 {
    font-size: 24px;
    text-transform: capitalize
}

.team-member .thumbnail hr {
    border-top: 1px solid #f9f9f9
}

.team-member .social-links li {
    display: inline-block;
    margin-right: 5px
}

.team-member .social-links li:last-child {
    margin-right: 0
}

.team-member .social-links li a i {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 15px
}

.team-member .social-links li a .fa-facebook {
    background-color: #3b5998
}

.team-member .social-links li a .fa-twitter {
    background-color: #55acee
}

.team-member .social-links li a .fa-linkedin {
    background-color: #007bb5
}

.testimonial {
    padding: 40px 0 45px;
    color: #fff;
    background: #9e1b32;
    display: inline-block;
    width: 100%;
    position: relative
}

#testimonialSlider .carousel-inner .item blockquote {
    display: table;
    width: 100%
}

#testimonialSlider .carousel-inner .item blockquote .user-details,
#testimonialSlider .carousel-inner .item blockquote p {
    display: table-cell;
    vertical-align: middle
}

#testimonialSlider .carousel-inner .item blockquote p {
    width: 75%
}

#testimonialSlider .carousel-inner .item blockquote .user-details {
    width: 25%;
    position: relative
}

#testimonialSlider .carousel-inner .item blockquote .user-details .avatar {
    float: left;
    width: 90px
}

#testimonialSlider .carousel-inner .item .user-details img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 5px solid rgba(0, 0, 0, .2)
}

#testimonialSlider .carousel-inner .item .user-details .company,
#testimonialSlider .carousel-inner .item .user-details .name {
    display: block
}

#testimonialSlider .carousel-inner .item .user-details .name {
    font-size: 24px;
    margin-top: 5px;
    color: #fff;
    display: block
}

#testimonialSlider .carousel-inner .item blockquote {
    border-left: 0
}

#testimonialSlider .carousel-inner .item blockquote p {
    font-size: 20px;
    line-height: 34px
}

#testimonialSlider .carousel-inner .item blockquote ul {
    margin: 30px 0
}

#testimonialSlider .carousel-indicators {
    bottom: -40px
}

#testimonialSlider .carousel-indicators li {
    border: 2px solid #fff
}

@media only screen and (max-width:768px) {
    #testimonialSlider .carousel-inner .item blockquote .user-details,
    #testimonialSlider .carousel-inner .item blockquote p {
        display: block;
        width: 100%
    }
}

.client-logo {
    padding: 40px 0
}

.client-logo a img {
    width: 100%;
    opacity: .5;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.client-logo a:hover img {
    opacity: 1
}

@media (max-width:992px) {
    .client-logo .section-margin {
        margin-bottom: 30px
    }
}

.case-studies {
    padding: 80px 0;
    background: #f0f1f3;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.case-studies .case-studies-content {
    background: #fff;
    margin-bottom: 30px
}

.case-studies .case-studies-content h2 {
    font-size: 18px;
    padding: 20px;
    margin: 0
}

.single-page-title {
    background: url(../images/img-page-title.jpg) bottom no-repeat fixed;
    background-size: cover;
    width: 100%;
    padding: 40px 0;
    position: relative
}

.about-text,
.about-text-2 {
    padding: 80px 0
}

.single-page-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(116, 15, 32, .76)
}

.single-page-title h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 0;
    color: #fff !important;
    position: relative;
    z-index: 1
}

.about-text h2 {
    font-size: 24px;
    margin-bottom: 40px
}

.about-text-2 {
    border-top: 1px solid #f0f1f3;
    border-bottom: 1px solid #f0f1f3
}

.about-text-2 img {
    margin-bottom: 15px
}

.icon-style .promo-icon {
    width: 75px;
    height: 80px;
    color: #dadada;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    margin: 0 auto 36px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #31aae2;
    color: #fff;
    border: 2px solid transparent
}

.icon-style .promo-content {
    padding: 20px
}

.icon-style .promo-content h3 {
    font-size: 15px;
    text-transform: capitalize
}

.x-accordion-section {
    background: #f9f9f9
}

.x-accordion .panel-group .panel+.panel {
    margin-top: 0
}

.x-accordion .panel-group {
    margin-bottom: 0
}

.x-accordion .panel-default {
    border: 0
}

.x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0
}

.tabOne .panel-body img.pull-left,
.tabOne .tab-pane img.pull-left {
    margin-right: 20px
}

.tabOne .panel-body img.pull-right,
.tabOne .tab-pane img.pull-right {
    margin-left: 20px
}

.x-accordion .panel:last-of-type {
    border-bottom: 0
}

.x-accordion .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #31aae2
}

.x-accordion .panel .panel-heading a.collapsed {
    color: #969595;
    background-color: #fff;
    padding: 12px 30px
}

.x-accordion .panel-default>.panel-heading {
    border-radius: 0;
    padding: 0
}

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 10px 30px 30px;
    background: #fff;
    color: #969595
}

@media screen and (max-width:768px) {
    .x-accordion .panel-group {
        margin-bottom: 50px
    }
}

.tabOne .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none
}

.tabOne .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.tabOne .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid #fff
}

.tabOne .nav-tabs.nav-justified li:last-child {
    border-right: 0

}

.tabOne .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px
}

.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus,
.tabOne .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: #fff;
    color: #31aae2
}

@media (min-width:768px) {
    .tabOne .tab-content {
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
        background: #fff
    }
}

@media screen and (max-width:600px) {
    .tabOne .tab-content {
        margin-top: 30px
    }
}

.tabOne .panel-body img,
.tabOne .tab-pane img {
    margin-top: 8px
}

.tabOne .tab-pane p {
    margin-bottom: 15px
}

.tabOne .tab-pane p:last-of-type {
    margin-bottom: 0
}

.our-location {
    padding: 80px 0
}

#googleMap {
    height: 500px
}

.contact-detail {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.contact-detail .promo-block-wrapper {
    background: #fff;
    display: table;
    width: 100%
}

@media (max-width:992px) {
    .contact-detail .promo-block-wrapper {
        margin-bottom: 1px
    }
}

.contact-detail .promo-icon {
    width: 82px;
    color: #dadada;
    font-size: 30px;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.contact-detail .promo-icon-blue {
    background: #9e1b32;
    color: #fff
}

.contact-detail .promo-icon-green {
    background: #44ba2a;
    color: #fff
}

.contact-detail .promo-icon-yellow {
    background: #fc0;
    color: #fff
}

.contact-detail .promo-content {
    padding: 30px 40px;
    border: 1px solid #f1f1f1;
    border-left: 0
}

@media (min-width:992px) and (max-width:1024px) {
    .contact-detail .promo-content {
        padding: 20px
    }
}

.contact-detail .promo-content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize
}

.contact-detail .promo-content address {
    line-height: 25px
}

.contact-section {
    padding: 80px 0
}

.contact-section .form-group {
    margin-bottom: 17px
}

.contact-section .form-control {
    background-color: #f9f9f9
}

.contact-section .form-control:focus {
    border-color: #66afe9
}

.contact-section textarea {
    padding: 12px;
    margin-left: 0;
    height: 120px
}

.contact-form h2 {
    line-height: 36px;
    margin-bottom: 45px
}

.user-message textarea {
    min-height: 195px;
    padding-top: 12px
}

#left_form,
#wizard_container {
    min-height: 430px
}

.contact-form form button {
    margin-top: 10px
}

.user-email,
.user-message,
.user-name,
.user-phone,
.user-url {
    position: relative
}

.user-email::after,
.user-message::after,
.user-name::after,
.user-phone::after,
.user-url::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: FontAwesome;
    color: #dadada
}

#bottom .widgetheading,
.heading,
aside .widgetheading,
footer .widget .social-network,
footer .widgetheading {
    position: relative
}

.user-name::after {
    content: "\f007"
}

.user-email::after {
    content: "\f003"
}

.user-phone::after {
    content: "\f095"
}

.user-url::after {
    content: "\f0ac"
}

.user-message::after {
    content: "\f086"
}

.form-control {
    height: 53px;
    padding: 6px 20px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    border: 1px solid #dadada;
    border-radius: 0
}

.footer {
    background: url(../img/img-testimonial-bg.png) center bottom repeat-x #3a3a3a
}

.footer-widget-section {
    padding: 80px 0
}

.footer .footer-logo {
    margin-bottom: 30px
}

.footer .footer-text {
    font-size: 18px;
    color: #fff
}

.footer .footer-text ul {
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding-top: 30px;
    margin-top: 20px;
    vertical-align: top;
    display: table;
    width: 100%
}

.footer .footer-text li {
    display: table-cell
}

.footer .footer-text ul .phone {
    font-size: 24px
}

.footer .footer-text ul i {
    opacity: .5;
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.footer .footer-text .phone small {
    display: block;
    font-size: 12px;
    padding-left: 40px;
    opacity: .5
}

.footer .footer-text small i {
    font-size: 12px;
    margin-right: 5px
}

.footer .footer-text .address {
    padding-left: 30px;
    font-size: 24px
}

.footer .copyright-section {
    font-size: 12px;
    background-color: #2d2d2d;
    color: #6b6b6b;
    padding: 20px 0
}

.footer .copyright-section .copytext {
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 600
}

.footer .copyright-section li a {
    display: block;
    font-size: 13px;
    color: #6b6b6b
}

.footer .copyright-section li a:hover,
.footer .copyright-section li.active a {
    color: #fff
}

@media (min-width:768px) {
    .footer .copyright-section .list-inline>li {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width:768px) {
    .footer .footer-text ul .address,
    .footer .footer-text ul .phone,
    .footer .footer-text ul i {
        font-size: 14px;
        padding: 0
    }
    .footer .footer-text ul .phone small {
        padding-left: 20px
    }
    .footer .footer-text li {
        display: block;
        margin-bottom: 10px
    }
    .footer .copyright-section .pull-right {
        float: none!important
    }
}

#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.status-mes {
    background: 0 0;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 40px;
    line-height: 1.5
}

.block-service .post-content-inner {
    text-align: center
}

.icon-block-outer .list-inner {
    padding: 0 15px;
    font-size: 14px;
    color: #999
}

.icon-block-outer .list-inner .icon-area {
    padding: 20px 0;
    float: left;
    width: 80px
}

.icon-block-outer .list-inner .icon-area .icon-outer {
    height: 80px;
    width: 80px;
    display: block;
    margin: auto;
    text-align: center
}

.icon-block-outer .list-inner .icon-area .icon-outer a {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #9e1b32;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .3s, box-shadow .5s;
    -moz-transition: background-color .3s, box-shadow .5s;
    -ms-transition: background-color .3s, box-shadow .5s;
    -o-transition: background-color .3s, box-shadow .5s;
    transition: background-color .3s, box-shadow .5s;
    -webkit-box-shadow: 0 0 0 0 #f2f2f2;
    -moz-box-shadow: 0 0 0 0 #f2f2f2;
    -ms-box-shadow: 0 0 0 0 #f2f2f2;
    -o-box-shadow: 0 0 0 0 #f2f2f2;
    box-shadow: 0 0 0 0 #f2f2f2
}

#sub-footer,
.scrollup,
footer {
    background: #000
}

.icon-block-outer .list-inner .icon-area .icon-outer i {
    color: #fff;
    font-size: 32px;
    line-height: 80px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

.icon-block-outer .icon-content-area {
    float: right;
    width: calc(100% - 100px);
    text-align: left
}

.copyright,
.hexagon,
.need-help,
.product-title h5,
.team h2,
a.scrollup,
footer p,
ul.social-network li {
    text-align: center
}

.icon-block-outer .icon-content-area h3 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px
}

.icon-block-outer .icon-content-area h3 a {
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.text p {
    color: #333
}

.block-service {
    padding: 50px 0
}

.icon-block-outer .list-inner .icon-area .icon-outer:active a,
.icon-block-outer .list-inner .icon-area .icon-outer:focus a,
.icon-block-outer .list-inner .icon-area .icon-outer:hover a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 10px #f2f2f2;
    -moz-box-shadow: 0 0 0 10px #f2f2f2;
    -ms-box-shadow: 0 0 0 10px #f2f2f2;
    -o-box-shadow: 0 0 0 10px #f2f2f2;
    box-shadow: 0 0 0 10px #f2f2f2;
    -webkit-transition: background-color .3s, box-shadow .5s;
    -moz-transition: background-color .3s, box-shadow .5s;
    -ms-transition: background-color .3s, box-shadow .5s;
    -o-transition: background-color .3s, box-shadow .5s;
    transition: background-color .3s, box-shadow .5s
}

footer ul.link-list li a {
    color: #8C8C8C
}

footer a:hover,
footer ul.link-list li a:hover {
    color: #eee
}

#sub-footer,
#sub-footer span {
    color: #f5f5f5
}

h4.heading {
    font-weight: 700
}

.heading {
    margin-bottom: 30px
}

.widgetheading {
    width: 100%;
    padding: 0
}

#bottom .widgetheading {
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px
}

aside .widgetheading {
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px
}

footer {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    color: #f8f8f8
}

footer a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff
}

footer address {
    line-height: 1.6em;
    color: #797979
}

ul.social-network {
    list-style: none;
    margin: 0
}

ul.social-network li {
    border: 1px solid #2D2D2D;
    width: 32px;
    display: inline-block;
    height: 32px;
    vertical-align: baseline;
    line-height: 32px
}

.blog .page-header,
.pagination .next,
.search-submit {
    display: none
}

#sub-footer {
    text-shadow: none;
    padding: 30px 0 0;
    margin: 20px 0 0
}

#sub-footer p {
    margin: 0;
    padding: 0
}

.copyright {
    font-size: 12px
}

#sub-footer ul.social-network {
    float: right
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 20px
}

a.scrollup:active,
a.scrollup:focus,
a.scrollup:hover {
    opacity: 1;
    text-decoration: none
}

a.scrollup i {
    margin-top: 10px;
    color: #fff
}

.need-help {
    z-index: 2;
    position: relative
}

.need-help h2 {
    color: #fff;
    font-weight: 600
}

.need-help p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bolder;
    line-height: 42px
}

.btn-custom {
    background: #fff;
    margin-top: 30px;
    font-weight: bolder
}

.slider-owl-container .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%
}

.slider-owl-container .owl-next,
.slider-owl-container .owl-prev {
    background-color: #767676!important;
    width: 30px;
    height: 30px
}

.slider-owl-container .owl-prev {
    margin-right: 1px
}

.product-title h5 {
    margin-top: 10px
}

.owl-nav span {
    color: #fff
}

.owl-prev {
    margin-left: -35px
}

.owl-next {
    margin-right: -35px;
    float: right
}

.slider-owl-container {
    padding: 30px 0 10px
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-top: 18px
}

.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/wave.png) #9e1b32
}

.content h2 a {
    color: #333;
    font-weight: 700
}

.single-page-title-services {
    padding: 20px 0
}

.single-page-title-services img {
    float: right;
    height: auto;
    width: 35%
}

.single-page-title h2 {
    color: #fff;
}

.single-page-title-services h2 {
    margin-top: 38px;
    color: #fff;
    width: auto;
    display: inline-block;
    font-size: 50px;
}

.team {
    background-color: #eee;
    padding: 20px
}

.calc2 {
    width: 100%;
    color: #000
}

.calc2 tr {
    line-height: 45px
}

.blog .entry-title a,
.blog article:first-child .entry-content,
.blog article:first-child .entry-title a {
    font-family: "Roboto Regular";
    line-height: 28px
}

.calc2 input,
select,
textarea {
    width: 94%;
    margin-left: 12px
}

.math #Text1,
.math #Text2 {
    width: 72%!important;
    margin-left: 12px
}

.math #Text2 {
    margin-right: 10px
}

.math input {
    border: none;
    height: 35px;
    width: 94%!important;
    padding: 0 10px
}

.btn-add-gst,
.btn-sub-gst {
    color: #fff;
    border-radius: 4px;
    width: 49%;
    font-weight: 700
}

.btn-add-gst {
    background: #9e1b32
}

.btn-sub-gst {
    background: #000
}

.btn-add-gst:focus,
.btn-add-gst:hover,
.btn-sub-gst:focus,
.btn-sub-gst:hover {
    color: #fff!important
}

.calc2 select {
    height: 35px;
    border: none
}

.table-title {
    width: 35%
}

.math .btn {
    padding: 6px 12px
}

#wpcf7-f14-p67-o2 .form-control {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px
}

#wpcf7-f14-p67-o2 .wpcf7-textarea {
    height: 180px
}

#wpcf7-f14-p67-o2 .wpcf7-submit {
    background-color: #262526;
    color: #FFF;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 20px
}

.blog #primary {
    width: 69%;
    float: left;
    padding-right: 30px
}

.blog .wrap {
    width: 84%;
    margin: auto
}

.blog #secondary {
    width: 31%;
    float: left;
    margin-top: 33px
}

.blog .entry-header {
    width: 100%;
    float: left;
    margin-top: 10px
}

.blog article:first-child .entry-title a {
    font-size: 30px;
    color: #000
}

.blog article:first-child .entry-meta {
    width: 100%;
    font-family: "Roboto Regular";
    font-size: 16px;
    color: #000;
    padding-top: 10px
}

.blog .entry-meta a {
    color: #676767
}

.blog article:first-child .entry-content {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    font-weight: 400
}

.blog .more-link {
    color: #969696;
    border: 1px solid #8e8e8e;
    font-size: 14px;
    padding: 5px 15px 7px
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.blog article,
.pagination {
    margin-bottom: 30px;
    float: left
}

.blog article {
    width: 47.5%;
    margin-right: 5%;
    border: 1px solid #e1e1e1!important;
    padding-bottom: 20px;
    background: #fff!important
}

.blog .entry-title a {
    font-size: 20px;
    color: #000
}

.pagination {
    width: 100%;
    margin-top: 30px
}

.nav-links .current {
    padding: 3px 10px;
    background-color: #a9a9a9;
    color: #FFF
}

.page-numbers {
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    padding: 0 10px;
    font-size: 13px
}

#search-2 {
    border: 1px solid #dfdfdf;
    padding: 0 20px 20px
}

#secondary h2 {
    margin: 10px 0 0
}

.widget-title {
    font-family: Roboto;
    color: #000
}

.search-field {
    border: 1px solid #a9a9a9;
    width: 100%;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: -10px
}

.hexagon .face1,
.hexagon .face2,
.single .related_post li:first-child {
    border-right: 1px solid #dfdfdf
}

#wpp-2 {
    border: 1px solid #dfdfdf;
    padding: 0 20px 20px;
    margin-top: 20px
}

#wpp-2 li {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0
}

.wpp-post-title {
    font-family: "Roboto Regular";
    font-size: 16px;
    color: #000
}

.post-stats,
.wpp-meta {
    display: block;
    font-size: .8em;
    font-weight: 700
}

.single .entry-header {
    background-color: #ebebeb;
    margin-top: 0;
    margin-bottom: 40px
}

.single .entry-title {
    font-size: 60px;
    font-weight: 400;
    font-family: "Roboto Regular";
    width: 84%;
    margin: auto;
    padding-top: 80px
}

.single .entry-content,
.single .entry-meta {
    margin: auto;
    font-size: 16px;
    font-family: "Roboto Regular"
}

.single .entry-meta {
    color: #000;
    width: 84%;
    padding-top: 30px;
    padding-bottom: 80px
}

.blog-left {
    float: left;
    width: 69%;
    padding-right: 30px
}

.single .entry-content {
    width: 84%;
    padding-top: 50px;
    line-height: 26px
}

#wp_rp_first {
    border-top: 1px solid #dfdfdf;
    border-bottom: 4px dotted #dfdfdf;
    padding-bottom: 50px;
    float: left;
    width: 100%
}

.wp_rp_content {
    width: 100%
}

.single .related_post {
    background-color: #f7f7f7;
    margin-top: 50px;
    float: left
}

.single .related_post li {
    float: left;
    width: 48%!important;
    display: flex!important;
    flex-direction: column-reverse;
    padding: 40px!important
}

.single .related_post li a {
    font-family: "Roboto Regular";
    font-size: 26px;
    color: #000;
    text-decoration: underline;
    line-height: 30px
}

.wp_rp_thumbnail {
    display: none!important
}

.hex-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 70px
}

.shift {
    margin-left: 98px
}

.hex-row {
    margin-left: 20%;
    float: left;
    margin-bottom: 65px
}

.hex-row:nth-child(2n) {
    margin-left: 6%;
    float: left;
    margin-top: 70px
}

.hex-row:nth-child(2n) .hexagon {
    background-color: #fff
}

.hex-row:nth-child(3n) {
    margin-right: 15%;
    float: right;
    margin-top: -262px
}

.hex-row:nth-child(4n) {
    margin-left: 5%;
    float: left;
    margin-top: -90px
}

.hex-row:nth-child(5n) {
    margin-left: 5%;
    float: left
}

.hex-row:nth-child(6n) {
    margin-left: 10%;
    float: left;
    margin-top: 20px;
    margin-right: 0
}

.hex-row:nth-child(7n) {
    margin-left: 8%;
    float: left;
    margin-top: 26px
}

.hex-row:nth-child(8n) {
    margin-left: 5%;
    float: left;
    margin-top: -80px
}

.hex-row:nth-child(9n) {
    margin-left: 12%;
    float: left;
    margin-top: 0
}

.hex-row:nth-child(10n) {
    margin-left: 0;
    float: left;
    margin-top: 0
}

.hexagon {
    float: left;
    position: relative;
    margin: 30px 3px;
    width: 190px;
    height: 110px;
    background-color: #f3f3f3;
    background-position: center center;
    z-index: 1;
    line-height: 18px;
    font-size: 18px;
    color: #363636;
    cursor: pointer;
    transition: color .5s ease, text-shadow .5s ease, background-color .5s ease, -webkit-transform 1s ease-in-out;
    font-family: Roboto;
    text-transform: uppercase;
    border: 1px solid #dfdfdf
}

.hexagon-w-bg {
    background-color: #fff
}

.hexagon .face1,
.hexagon .face2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: inherit;
    z-index: -1;
    backface-visibility: hidden
}

.hexagon .face1:before,
.hexagon .face2:before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: inherit
}

.hexagon .face1 {
    transform: rotate(60deg);
    border-left: 1px solid #dfdfdf
}

.hexagon .face1:before {
    left: 0;
    transform-origin: left top;
    transform: rotate(-60deg) translate(-110px, 0)
}

.hexagon .face2 {
    transform: rotate(-60deg);
    border-left: 1px solid #dfdfdf
}

.hexagon .face2:before {
    right: 0;
    transform-origin: right top;
    transform: rotate(60deg) translate(110px, 0)
}

.hexagon span {
    float: left;
    width: 100%;
    padding: 0 10px
}

.hexagon span img {
    margin: auto auto 10px;
    display: table
}

.owl-carousel .owl-item img {
    height: 200px;
    border: 1px solid #eee
}

textarea.form-control {
    margin-left: 0
}

#submit,
.modal-title {
    font-weight: 700
}

#form_container {
    width: 90%;
    min-height: 460px;
    margin: 30px auto 30px;
}

#left_form {
    color: #fff;
    box-sizing: border-box
}

#left_form h2 {
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
    padding: 0;
    font-size: 36px
}

#left_form p {
    font-size: 16px
}

a#more_info {
    width: 26px;
    height: 26px;
    color: #fff;
    position: absolute;
    line-height: 1;
    left: 15px;
    bottom: 15px;
    z-index: 2;
    font-size: 26px
}

.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#wizard_container,
.form-group {
    position: relative;
}

#top-wizard {
    margin-left: -30px
}

.ui-progressbar {
    height: 5px;
    width: 100%
}

#middle-wizard {
    padding: 40px 15px 0px 15px
}

h3.main_question {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
    font-size: 26px
}

h3.main_question strong {
    display: block;
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

footer#home {
    margin: auto auto 30px;
    text-align: center;
    font-size: 15px;
    color: #000;
    background-color: transparent;
    border-top: none;
    padding: 0
}

footer#home p {
    text-align: center;
}

footer p {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

#bottom-wizard input.submit,
.top-title input.backward,
.top-title input.forward {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    position: relative;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px;
    background: #eb1d5d
}

#bottom-wizard input.submit,
.top-title input.forward {
    padding: 10px 20px;
    border: none;
    color: #fff
}

#bottom-wizard {
    display:inline-block;
}

.top-title input.form-control,
.top-title select.form-control,
.top-title textarea.form-control {
    background: #fff;
    border: none;
    border-bottom: 2px solid #e8ebed;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 12px 6px 0
}

.top-title textarea {
    margin-bottom: 25px
}

.top-title .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.top-title textarea.form-control {
    height: 80px
}

.top-title h3 span {
    width: 100%
}

.top-title h4 label {
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    text-align: center
}

.demo-bg {
    background-color: #fff;
    background: url(../images/bg.jpg);
    height: 100%;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
}

.wizard-header {
    line-height: .5;
    text-align: center
}

.wizard-header span:after,
.wizard-header span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    top: 5px;
    width: 50px
}

.wizard-header span:before {
    right: 0;
    margin-right: 30px
}

.wizard-header span:after {
    left: 0;
    margin-left: 30px
}

.wizard-header span {
    display: inline-block;
    position: relative
}

#left_form img {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.social-icon li label {
    color: #fff;
    margin-right: 10px
}

.icon-content-area h3 sup {
    text-transform: none
}

.widget p {
    text-align: justify
}

.slider-btn {
    position: relative;
    z-index: 999;
    right: 400px;
    bottom: 100px
}
.slider-first-btn {
    position: relative;
    z-index: 999;
    right:42%;
    bottom:100px
}


.carousel-indicators {
    bottom: 45px!important
}

.more-btn {
    border-radius: 100px;
    text-transform: uppercase;
    border: none
}

.demo-btn,
.more-btn:hover {
    border-radius: 100px;
    text-transform: uppercase
}

.demo-btn,
.more-btn:hover {
    border: none
}

.more-btn-service,
.more-btn-service:hover {
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border: none
}

.slider-btn-1 {
    position: relative;
    z-index: 999;
    right: 50%;
    bottom: 105px
}

.reseller-container {
    background: url(../images/reseller-bg.jpg) bottom no-repeat fixed;
    background-size: cover;
    width: 100%;
    padding: 40px 0;
    position: relative
}

.reseller-container::before {
    background: rgba(158, 27, 50, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.reseller-content h2 {
    color: #fdd948;
    font-weight: 700;
    font-size: 28px
}

.reseller-content h5 {
    font-weight: 700;
    font-size: 20px
}

.reseller-content h5,
.reseller-content p {
    color: #fff;
    margin-bottom: 10px
}

.reseller-content {
    padding: 0
}

.reseller-form {
    background-color: #fff;
    border-radius: 6px
}

.reseller-form #middle-wizard {
    padding: 30px
}

.reseller-container h4 {
    color: #fff;
    font-weight: 700
}

.reseller-form-container {
    padding: 0
}

.reseller-form-container #bottom-wizard {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%
}

.reseller-form-container #bottom-wizard input.submit {
    padding: 15px 20px;
    border: none;
    color: #fff;
    width: 100%
}

.reseller-form-container p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px
}

.reseller-content p {
    font-size: 18px
}

.reseller-form select {
    margin-left: 0
}

.overview-content {
    margin-top: 30px
}

.overview-content h4 {
    font-weight: 700
}

.feature-banner img {
    width: 100%;
    height: auto
}

.feature-list li {
    list-style: disc inside
}

.feature-container {
    margin-bottom: 60px
}

.modal {
    z-index: 9999!important
}

.icon-content-area h2 {
    font-size: 22px
}



.form-container .navbar-brand {
    margin: auto;
    display: table;
    float: none !important;
    z-index: 9999;
}

footer {
    margin-bottom: -7px;
}

footer p {
    text-align: left;
}

.powered-by {
    text-align: right;
    font-size: 12px;
}

.copyright {
    border-top: 1px solid #333;
    padding-top: 30px;
}

#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

#processing .alert.alert-success {  position:absolute; top:0; left:0; right:0; bottom:0;text-align: center;
        padding: 6.5em 1em !important;
    vertical-align: middle; color:#000;font-size: 22px;
    font-style: italic;
    font-weight: bold;  margin: 0em !important; z-index:999; background-color: rgba(223, 240, 216, 0.7);}

.contact-form form { position:relative; }

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}


@media (min-width: 1px) and (max-width: 575.98px) {  
.navbar-brand { height:auto; }
.featured-box { margin-top:25px; padding-top:0px; }
.widget { display:inline-block; margin-bottom:30px; }
.copyright p { text-align:center; }
.slider-btn { right: 130px; bottom: 75px; }
.need-help p { font-size: 18px; line-height: 28px; }
.navbar-brand img { width:70%; }
.navbar-default { padding: 30px 0; }
.navbar-toggle, .navbar-toggle:hover { margin-top: 0 !important; }
.carousel-control, .slider-btn-1, .slider-btn { display:none; }
.featured-content h1 { font-size:24px; }
.team h2, .section-title  { font-size:24px; }
.math #Text1, .math #Text2 { width: 64%!important; }
.btn-add-gst, .btn-sub-gst { width:100%; }
.single-page-title-services img { display:none; }
.contact-detail .promo-icon { width:50px; }
.contact-detail .promo-block-wrapper { width: 102%; }
.contact-detail .promo-content { padding: 30px 15px; }
.section-title h2 { font-size:20px; }
.section-content-left-icon .left-icon-wraper { margin-bottom:30px; }
.feature-banner { margin-top:30px; }
.owl-prev { margin-left: 0; }
.owl-next { margin-right: 0; }
h3.main_question { font-size: 16px; }
.wizard-header span:after, .wizard-header span:before { width:20px; }
.wizard-header span:before { margin-right: -5px;} 
.wizard-header span:after { margin-left: -5px; }
.icon-block-outer .list-inner .icon-area { float: none; display: table; margin: auto; }
.icon-block-outer .icon-content-area { width: 100%; text-align: center; }
.section-content-left-icon .icon { display:table; margin: auto auto 20px; }
.section-content-left-icon .content { text-align:center; display:inline-block; padding-left:0px; }
}
@media (min-width: 576px) and (max-width: 767.98px) {  
.navbar-brand { height:auto; }
.featured-box { margin-top:0px; padding-top:0px; }
.widget { display:inline-block; margin-bottom:30px; }
.copyright p { text-align:center; }
.slider-btn { right: 130px; bottom: 75px; }
.need-help p { font-size: 18px; }
	.feature-banner { margin-top:30px; }
.owl-prev { margin-left: 0; }
.owl-next { margin-right: 0; }
} 
@media (min-width: 768px) and (max-width: 991.98px) {  
.navbar-brand { height:auto; }
.featured-box { margin-top:0px; padding-top:0px; }
.widget { display:inline-block; margin-bottom:30px; }
.copyright p { text-align:center; }
.slider-btn { right: 130px; bottom: 75px; }
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
.navbar-default { padding: 15px 0 25px; }
.math #Text1, .math #Text2 { width: 67%!important; }
.btn-add-gst, .btn-sub-gst { padding: 10px 10px; }
}
