/*
Theme Name: RevolutionDesign
Theme URI: 
Version: 1
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
@font-face {
    font-family: "HelveticaNeue";
    src: url("/wp-content/themes/revolutiondesign/fonts/HelveticaNeue.woff") format('woff');
}

/*Global*/
body{
font-family: HelveticaNeue;
}
.clear{
clear:both;
}
.space{
padding:30px 0;
}

a {
    color: #161244;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #571313;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #161244;
}
.gradient-wrapper {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.gform_wrapper select{
height:32px;
}
/*button*/
.btn{
    transition: all 0.5s ease;
    padding: 8px 40px;
}
.blue-btn:hover{
    color: #ffbf00;
}
.blue-btn {
    background: #1656B1;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.white-border-btn {
    border: 2px solid #fff;
}

a.blue-plain-btn.btn {
    background: #1656B1;
    color: #fff;
font-size:14px;
}


.home .no-homepage{
display:none;
}


/*header*/
.top-content-wrapper {
    background: #161244;
    color: #fff;
    height: 42px;
text-align:right;
}
.col-sm-12.top-contents{
padding-top:8px;
}
.top-search, .cart {
    float: right;
}
.cart {
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-right: 1px solid;
}
.top-search{
padding-left:20px;
padding-top:1px;
position:relative;
}
.top-search input#search {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px !important;
    width: 200px;
    height: 24px;
color:#fff;
}
.top-search i.fa.fa-search{
font-size:13px;
}
.top-search .btn {
    background: transparent;
    border: 0;
    width: auto;
    padding: 1px;
    position: absolute;
    top: 0px;
    color: #fff;
    right: 6px;
    z-index: 9999;
}
.cart i.fa.fa-shopping-cart {
    font-size: 23px;
    color: #fff;
}
.navbar{
margin-bottom:0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
padding:0;
}
.navbar-nav>li{
padding-bottom:22px;
}
.navbar-default .navbar-nav>li>a {
    color: #1F195F;
    font-weight: normal;
    font-size: 15px;
    padding: 0 20px;
text-transform: uppercase;
}
ul#menu-main-menu .fa{
    font-size: 22px;
}
header.header{
background:#fff;
}
.navbar-brand{
padding:20px 15px;
    transition: all 0.5s ease;
}
ul#menu-main-menu {
    padding-top: 60px;
    transition: all 0.5s ease;
}
i.fa.fa-caret-down {
    font-size: 16px !important;
    padding: 2px 0 0 5px;
    display: table;
    float: right;
}
.navbar-nav>li a:hover , .navbar-nav>li.current-menu-item a{
color:#731717!Important;
}
.navbar-nav>li:hover ul {
    display: block !important;
    top: 100%;
 transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.navbar-nav>li:hover ul {
  opacity:1;
 visibility:visible;
    top: 100%;

 transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.navbar-nav>li:hover ul ul {
    display: none;
    visibility: hidden;
    left: 100%;
    float: none;
    top: 400%;

}
.navbar-nav>li ul ul{
width:auto;
padding-right:10px;
}
.navbar-nav>li .fa-caret-right {
    font-size: 13px !important;
    padding: 3px 0 0 5px;
}
.navbar-nav li:last-child a{
padding-right:0;
}
.list-wrapper-bg {
    background: #571313;
    color: #fff;
}
.features-link h3 {
    margin-top: 0;
    font-size: 24px;
    padding: 22px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
    background: #400E0E;
}
.features-link h3 {
    color: #fff;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
    margin: 0 0 16px;
    padding: 20px;
    background: #400E0E;
}
.navbar-nav li ul li:hover ul{
display:block;
visibility:visible;
top:0;
}
.featured-videos-wrapper {
    padding: 60px 0;
}
.secondary-menu {
background:#161244;

}
.video-btn a {
    color: #111111;
    font-size: 16px;
    border: 1px solid #111111;
    display: block;
    padding: 6px;
    margin-top: 20px;
}
.features-boxes h4 {
    font-size: 22px;
    color: #141244;
    margin: 20px 0 10px;
    text-decoration: underline;
}
.features-boxes h2.row-title {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #999999;
}
.secondary-menu ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 auto;
width:100%;
}
.secondary-menu ul li {
    display: inline-block;
    padding: 15px 0;
}
.secondary-menu ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid #fff;
}
.secondary-menu ul li:first-child a {
    border-left: 0;
}
.features-boxes {
    text-align: center;
}
.navbar-nav>li>ul>li a:hover, .navbar-nav>li>ul>li, .navbar-nav>li>ul>li>ul> a:hover, .navbar-nav>li>ul>li>ul>li{
color: #1F195F !important;
    font-weight: normal;
    font-size: 15px;
}
.navbar-nav>li>ul>li a:hover{
background:#CCCCCC;
}
.navbar-nav>li>ul{
padding:0;
opacity:0;
display:block;
top:400%;
visibility:hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-top: 3px solid #570B0B;
}
header.shrink{
    border-bottom: 1px solid #161244;
}
@media (min-width: 768px){
.navbar-nav {
    float: right;
    margin: 0;
}
}
/* header shrink */
.navbar-brand>img {
    display: block;
    max-width: 100%;
    transition: all 0.5s ease;
}
@media screen and (min-width: 768px){
.admin-bar header.header {
    top: 32px;
}
header.header{
position:fixed;
  position:fixed;
  clear:both!important;
  width:100%;
  z-index:999;
top:0;
}
header.shrink #logo img {
    max-width: 50%;
    transition: all 0.5s ease;
}
header.shrink #logo {
    transition: all 0.5s ease;
}
header.shrink .header-main-wrapper{
height:70px;
    transition: all 0.5s ease;
}
header.shrink ul#menu-main-menu {
    padding-top: 20px;
    transition: all 0.5s ease;
}
}
/*slider*/
.slider-wrapper{
overflow:hidden;
}
a.btn.dark-red {
    background: #570B0B;
    color: #fff;
    text-align: center;
    font-size: 28px;
    max-width: 350px;
    margin-top: 25px;
}
.caption-wrap p {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    font-family: arial;
    line-height: 28px;
    max-width: 1000px;
    margin: 0 auto 20px !important;
    display: block;
}
.caption-wrap h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: arial;
}
.caption-wrap p {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    font-family: arial;
    line-height: 28px;
}
.metaslider .caption-wrap {
    top: 0;
    background: url(/wp-content/uploads/2017/10/slider-overlay.png) no-repeat !important;
    background-size: cover !important;
    text-align: center;
    display: flex !important;
    width: 100% !important;
opacity:1 !important;
}
.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
    align-self: center;
    width: 100% !important;
}


/*content*/
.main-content-wrapper {
    margin-top: 150px;
background: #EEEEEE;
}

.page-banner-wrapper h1 {
    padding: 110px;
    color: #fff;
    font-size: 60px;
}


/*below banner links css*/
.featured-links {
    text-align: center;
    background: #161244;
}
.featured-links a:hover {
    color: #86c1ff;
background: url('/wp-content/uploads/2017/10/check-hover-1.png') right center no-repeat;
background-size: contain;
}
.featured-links a {
    color: #fff;
    font-size: 28px;
background: url('/wp-content/uploads/2017/10/check.png') right center no-repeat;
    background-size: contain;
    padding-right: 45px;
}
.featured-links .col-sm-4:nth-child(3){
border-right:0;
}
.featured-links .col-sm-4 {
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #fff;
}

/* home featured Products */
.featured-products {
    padding: 60px 0;
    background: #EEEEEE;
text-align:center;
color:#fff;
    border-bottom: 1px solid #AAAAAA;
}
h2.row-title:after {
    content: "";
    height: 1px;
    width: 70px;
    background: #161244;
    padding-top: 3px;
    display: block;
    text-align: center;
    margin: 10px auto;
}
h2.row-title {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #581313;
margin-bottom:26px;
}
.col-sm-4.featured-product1 .product-wrapper{
background: #581313;
}

.col-sm-4.featured-product2 .product-wrapper{
background: #3F6196;
}

.col-sm-4.featured-product3 .product-wrapper{
background: #231E63;
}
.col-sm-4.featured-product1 h3.product-title {
    background: #410E0E;
}
.col-sm-4.featured-product2 h3.product-title {
    background: #2E476E;
}
.col-sm-4.featured-product3 h3.product-title {
    background: #1A1649;
}

h3.product-title {
    padding: 22px;
}
.featured-products .product-wrapper img {
    padding: 20px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.featured-products .product-wrapper p {
    padding: 20px 15px;
    font-size: 16px;
}
a.learn-more.transparent.btn {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 22px;
      
    display: block;
    text-align: center;
max-width:128px;

}
a.addto-cart.btn{
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 22px;
      
    display: block;
    text-align: center;
max-width:128px;
}
a.addto-cart.red.btn{
background:#791A1A;
}
a.addto-cart.l-blue.btn{
background:#4B75B4;
}
a.addto-cart.d-blue.btn{
background:#2C257A;
}
.product-wrapper {
    padding-bottom: 26px;
}

/*home customers text content */
.home-customers-section {
    background: #fff;
    padding: 60px 0;
}
.home-customers-section {
    background: #fff;
    padding: 60px 0;
    color: #444444;
    font-size: 22px;
    text-align: center;
    font-family: arial;
    border-bottom: 1px solid #AAAAAA;
}

/*Services text content */
.home-services-section {
    background: #fff;
    padding: 60px 0;
}
.home-services-section {
    background: #EEEEEE;
    padding: 60px 0;
    color: #444444;
    font-size: 22px;
    text-align: center;
    font-family: arial;
    border-bottom: 1px solid #AAAAAA;
}

/* testimonial Section */
.testimonial-section {
    padding: 60px 0;
background: url('/wp-content/uploads/2017/10/testimonial-bg.jpg') no-repeat top center;
background-size:cover;
color: #fff;
text-align:center;
position:relative;
}
.testimonial-section h2.row-title.testimonial-row-title{
color:#fff;
}
h2.row-title.testimonial-row-title:after{
    background: #fff;
}
blockquote.home-testimonial:before {
    content: "";
   
    padding-top: 3px;
    width: 33px;
    display: block;
    background: url(/wp-content/uploads/2017/10/blockqoute-before.png) no-repeat;
    height: 31px;
    position: absolute;
    left: 0;
}
blockquote.home-testimonial .testimonial_rotator_quote:after {
    content: "";
   
    padding-top: 3px;
    width: 33px;
    display: block;
    background: url(/wp-content/uploads/2017/10/blockqoute-after.png) no-repeat;
    height: 31px;
    position: absolute;
    right: 0;

}
blockquote.home-testimonial {
    padding-top: 22px;
    border: none;
    margin: 0;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: lighter;
    position: relative;
    padding-left: 34px;
}/*
span.testimonial-author {
    font-size: 20px;
    margin-top: 25px;
    display: block;
}
span.testimonial-author:before {
    content: "";
    height: 1px;
    width: 25px;
    background: #fff;
    padding-top: 2px;
    display: inline-block;
    text-align: center;
    margin: 4px 10px 4px auto;
}*/
a.testimonial-btn {
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 0px auto 0;
    display: block;
    padding: 7px 0px;
    max-width: 250px;
}

/* CTA */
.home-boxes-subscription {
    padding: 60px 0;
    text-align: center;
color:#fff;
}

.col-sm-6.first-box .box-subscription-wrapper{
background: url(/wp-content/uploads/2017/10/cta-1bg.jpg) no-repeat top center;
background-size: cover;
    max-width: 565px;
    height: 380px;
    padding: 6px;
}
.col-sm-6.second-box .box-subscription-wrapper{
background: url(/wp-content/uploads/2017/10/cta-2bg.jpg) no-repeat top center;
background-size: cover;
    max-width: 565px;
    height: 380px;
    padding: 6px;
}
.inside-border {
    height: 100%;
    border: 1px solid #fff;
    padding: 26px;
}
.box-subscription-wrapper h3 {
    font-size: 32px;
}
.box-subscription-wrapper p {
    font-size: 22px;
    margin: 32px 0;
    font-weight: lighter;
}
.box-subscription-wrapper .btn {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #581313;
    bottom: 40px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    max-width: 350px;
}
.signup-wrapper h3{
    line-height: 50px;
    margin-bottom: 30px;
}
.footer-three-boxes-wrapper{
padding:60px 0;
}
.footer-three-boxes-wrapper .first-box .box-subscription-wrapper{
background: url(/wp-content/uploads/2017/10/cta-1bg.jpg) no-repeat top center;
background-size:cover;
height:250px;
padding:6px;
}
.footer-three-boxes-wrapper .second-box .box-subscription-wrapper{
background: url(/wp-content/uploads/2017/10/cta-2bg.jpg) no-repeat top center;
background-size:cover;
height:250px;
padding:6px;
}
.footer-three-boxes-wrapper .second-box .box-subscription-wrapper h3{
text-align:center;
color:#fff;
font-size:20px;
margin-top:0;
line-height:30px;
}
.footer-three-boxes-wrapper .box-subscription-wrapper h3{
text-align:center;
color:#fff;
font-size:20px;
margin-top:0;
}
.footer-three-boxes-wrapper .first-box .box-subscription-wrapper p {
    font-size: 15px;
    margin: 12px 0;
    font-weight: lighter;
    text-align: center;
    color: #fff;
}
.footer-three-boxes-wrapper .box-subscription-wrapper .btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #581313;
    bottom: 40px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    max-width: 228px;
    padding: 8px 0;
}
.footer-form {
    padding: 60px 0;
    background: #eee;
}
.footer-form h3 {
    text-align: center;
    color: #6C1313;
    font-size: 28px;
    padding-bottom: 30px;
}
.footer-form input {
    border: 1px solid #581313;
    color: #666666;
    font-size: 16px;
    height: 36px;
}
.footer-form textarea {
    border: 1px solid #581313;
    color: #666666;
    font-size: 16px;
    height: 120px;
    padding: 10px;
    margin-bottom: 12px;
}
input.wpcf7-submit {
    max-width: 305px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0;
    height: 38px;
    background: #581313;
    color: #fff;
    font-size: 20px;
}

.arial-black{
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif !important;
}
h3.red-product-title {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 30px;
    color: #6C1313;
}
h3.blue-product-title {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 30px;
    color: #325E9F;
}
.product-box a{
color:#fff;
text-decoration:underline;
}
.red-single-product-wrapper {
    background: #6D1414;
    padding: 40px;
    text-align: center;
    color: #fff;
    height: auto;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.red-product-wrapper {
    background: #6D1414;
    padding: 40px;
    text-align: center;
    color: #fff;
height:650px;
font-size:16px;
}
.blue-product-wrapper {
    background: #325E9F;
    padding: 40px;
    text-align: center;
    color: #fff;
height: 650px;
font-size:16px;
}
/* footer */
footer.site-footer {
    padding: 60px 0 30px;
    background: #222222;
    color: #fff;
    text-align: center;
}
div#wpfront-scroll-top-container img {
    max-width: 50px;
    height: auto !important;
}
.footer-section.five-columns-icon.no-homepage h3 {
    text-align: center;
    font-size: 32px;
    color: #1F1F1F;
    margin: 20px 0;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}
ul.footer-socials li {
    list-style: none;
    display: inline-block;
    padding: 20px 10px;
    font-size: 35px;
}
ul.footer-socials li .fa{
color:#fff;
}
ul.footer-socials {
   padding:0;
margin:0;
}
.footer-links{
float:none;
}
.footer-links .menu {
    list-style-type: none;
    margin-left: 0;
    margin: 0 auto;
    display: block;
    padding: 0;
}
.footer-links .menu li:last-child{
border-right:0;
}
.footer-links .menu li {
    float: none;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #fff;
}

.footer-links .menu li a, .footer-information a {
    color: #fff;
    font-size: 16px;
}
p.attribution {
    margin-top: 30px;
}


/*Inner Pages*/

.page-header{
border:0;
}
@media screen and (min-width: 768px){
.no-padding {
padding:0;
}
.no-padding-right{
padding-right:0;
}
.no-padding-left{
padding-left:0;
}
.no-padding-top{
padding-top:0;
}
.no-padding-bottom{
padding-bottom:0;
}
.no-margin{
margin:0;
}
.no-margin-top{
margin-top:0;
}
.no-margin-right{
margin-right:0;
}
.no-margin-left{
margin-left:0;
}
.no-margin-bottom{
margin-bottom:0;
}
}
.page div#main a{
font-weight:bold;
}


/*sidebar*/
div#sidebar1 {
    background: #1454b1;
color:#fff;
    background: #571313;
}
div#main {
    padding-top: 30px;
}
div#sidebar1 {
    padding-right: 0;
    padding-left: 0;
   
}
#text-4 {
    background: #0062A3;
    padding: 60px 30px 0;
}
.widgettitle {
    font-size: 26px;
    color: #0062A3;
    text-align: center;
    font-weight: 600;
}
#text-4 .widgettitle {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
@media screen and (min-width: 768px){
.with-sidebar #content{
display:flex;
}
}
/*form*/
input, textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3%;
    width: 100%;
    color: #555;
margin:0;
}
.gform_wrapper .top_label .gfield_label, .page-id-410 .no-contact{
display:none !important;
}
.contact-form-wrapper label, .contact-form-wrapper .wpcf7-form-control-wrap{
width:100%;
}

/*Staff*/

.center-header{
text-align:center;
margin-bottom:0;
padding-bottom:0;
}

.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit {
        background: #1656B1;
}
#main article {
    margin-bottom: 18px;
    padding: 0 0 9px;
    border-bottom: 1px solid #161244;
}
