/*
Theme Name: Meminz (shared on wplocker.com)
Theme URI: https://demo.cththemes/com/meminz
Author: Cththemes
Author URI: http://themeforest.net/user/cththemes
Description: Meminz is download software landing page with modern design, designed for many kind software download and app website. This template built with twitter bootstrap v3.2.0, css3 and HTML5 code. coming with 6 index variant, 170 sroke icons, unlimited color option, working contact form, css animate, video background, extra login and register page.
Version: 1.5
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: meminz
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*
style.css

	01. Home
	02. Contain
	03. Counter
	04. Testimoni
	05. Screenshot
	06. Pricing table
	07. Contact
	08. Client
	09. Download
	10. Loginand register form
	11. Footer
	12. Heading
	13. Pixeden icon setting
	14. Ui to top
	15. Loading
	16. Divider
	17. Clear spacer
	18. Custom top spacer
	19. Custom bottom spacer
	20. Custom left spacer
	21. Custom right spacer
	22. Custom responsive
============================================================== */
/* WP Style Reset */
/* The wrapper <div> for the caption and captioned element. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.wp-caption { }

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/baru/NanumBarunGothic.eot);
    src: url(fonts/baru/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
    url(fonts/baru/NanumBarunGothic.woff) format('woff2'),
    url(fonts/baru/NanumBarunGothic.woff) format('woff'),
    url(fonts/baru/NanumBarunGothic.ttf) format('truetype');
}
/*@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/nanum/NanumGothic.eot);
    src: url(fonts/nanum/NanumGothic.eot?#iefix) format('embedded-opentype'),
    url(fonts/nanum/NanumGothic.woff2) format('woff2'),
    url(fonts/nanum/NanumGothic.woff) format('woff'),
    url(fonts/nanum/NanumGothic.ttf) format('truetype');
}*/
/* The caption text. */
.wp-caption-text { }

/* An image within the caption (you might want to style other elements too). */
.wp-caption img { }
.gallery-caption{}
.bypostauthor{}
.aligncenter{text-align: center;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
aside > .widget * {
    max-width: 100%;
    height: auto;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar tbody {text-align: center;}
#wp-calendar thead th,
#wp-calendar tfoot td,
#wp-calendar tbody td {
    border: 1px solid #eaeaea;
    padding: 5px;
    text-align: center;
}
.widget_search button[type="submit"] {
    border-width: 2px;
}
/* ================= Sticky post ================= */
.sticky{
    font-size: 16px;
    background-color: #ffffe0;
    border: 3px dotted #000;
    padding: 10px;
}
.sticky>article {background-color: transparent;}
.mb-15{
    margin-bottom: 15px;
}
.widget_archive select {width: 100%;}
.page-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px;
}
table{
    border-width: 1px 1px 1px 0px;
    border-color: #ededed #ededed #ededed transparent;
    border-style: solid solid solid none;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 20px;
    width: 100%;
}
table th, table td{
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}
table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
    border-top: 0px none;
}
dd {margin-left: 10px;}
/* ================= Quote post ================= */
/*.quote-post {
	background:#f5f5f5;
	position: relative;
	padding:20px 10px;
}
.quote-post:after {
	font-family: 'FontAwesome';
	content: "\f10e";
	padding-right:20px;
	right:0;
	position:absolute;
	top:50px;
	font-size:600%;
	opacity: 0.2; -moz-opacity: 0.2; filter: alpha(opacity=20);
}
.quote-post blockquote {
	border-left:0px solid #fff;
}*/
/*
Home
=========================== */
.home-wrapper{
    background:#1a1a1a;
    position:relative;
    width:100%;
    margin:0;
    padding:0;
    color:#fff;
}
.home-wrapper h3{
    font-size:58px;
    line-height:68px;
    color:#fff;
}
.home-wrapper h3 span{
    font-weight:300;
    display:block;
}
.parallax{
    background-position:0 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.parallax.image-bg{
    background-image:url(img/slide3.jpg);
}
.parallax.polygon-bg{
    background-image:url(img/polygon.jpg);
}
.home-contain{
    padding:160px 0 0 0;
    background:url(img/pattern.png) repeat 0 0;
}
.parallax.polygon-bg .home-contain{
    background:none;
}
.video-wrapper{
    color:#fff;
    padding:160px 0 0 0;
    margin:0;
    width:100%;
    height:100%;
    z-index:0;
}
.home-slider{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin:40px 0 -325px 0 !important;
}
.slider-wrapper{
    position:absolute;
    overflow:hidden;
    z-index:9999;
    width:713px;
    height:auto;
    top:33px;
    left:33px;
}
/*
Contain
=========================== */
.contain{
    padding:80px 0 80px 0;
}
.contain.desc-wrapp{
    padding-top:360px;
    padding-bottom:20px;
}
.gray-bg{
    background:#f9f9f9;
}
.feature-box{
    margin-bottom:60px !important;
}
.feature-box p{
    margin-bottom:10px;
}
/*
Counter
=========================== */
#counter-wrapper{
    background-image:url(img/bg2.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.counter-contain{
    padding:80px 0 80px 0;
    background-color:rgba(26, 26, 26, 0.95);
    color:#fff;
    font-size:24px;
    line-height:32px;
}
.counter-contain h3{
    color:#fff;
    font-size:36px;
    line-height:56px;
    text-transform:uppercase;
}
.counter-number{
    font-weight:700;
    display:block;
    text-align:center;
    font-size:72px;
    line-height:72px;
    margin-top:30px;
}
.counter-text{
    display:block;
    text-align:center;
    font-weight:400;
    font-size:18px;
    line-height:24px;
    color:#d3d3d3;
}
/*
Testimoni
=========================== */
#testimoni{
    display:block;
    width:100%;
}
.testimonial{
    display:block;
    position:relative;
    background:#f9f9f9;
    border:1px solid #e9e9e9;
    border-radius:10px;
    padding:30px 25px 10px 25px;
    margin:80px 0 30px 0;
}
.testimoni-sparator{
    background:url(img/testimoni-sparator.png) no-repeat 0 0;
    display:block;
    position:absolute;
    width:48px;
    height:22px;
    z-index:2;
    bottom:-22px;
    right:15px;
}
.testimoni-author{
    float:right;
    text-align:right;
}
.testimoni-author h5,
.testimoni-author p{
    margin-bottom:5px;
}
.testimoni-author .author-info{
    float:left;
    margin-top:5px;
}
.testimoni-author img{
    float:left;
    border:3px solid #e9e9e9;
    border-radius:50%;
    margin:0 0 20px 20px;
}
/*
Screenshot
=========================== */
#screenshot{
    padding:80px 0 130px 0;
    margin:0;
}
.screenshot-slider{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin:0 0 30px 0;
    padding:0;
}
.screenshot-wrapper{
    position:absolute;
    z-index: 5;
    width:755px;
    height:auto;
    top:59px;
    left:12px;
}
/*
Pricing table
=========================== */
.pricing-wrapper{
    float:left;
    width:100%;
    color:#404040;
    overflow:hidden;
}
.pricing-head{
    background:#2e2e2e;
    float:left;
    width:100%;
    color:#fff;
    padding:25px 35px 25px 35px;
    border-bottom:5px solid #222222;
    border-radius:10px 10px 0 0;
}
.pricing-head.popular{
    border-bottom:5px solid rgba(46, 46, 46, 0.1);
}
.pricing-head h4{
    color:#fff;
    font-size:24px;
    line-height:28px;
    margin:10px 0 5px 0;

}
.pricing-head p{
    font-size:18px;
    line-height:18px;
    margin-bottom:0;
    font-weight:400;
}
.pricing-price{
    width:80px;
    height:80px;
    float:left;
    margin:0 20px 0 0;
    padding: 28px 0 28px 0;
    overflow:hidden;
    background:#fff;
    color:#2e2e2e;
    font-size:28px;
    line-height:29px;
    border-radius:50%;
    text-align:center;
    font-weight:700;
}
.pricing-wrapper ul{
    background:#fff;
    border-right:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
    float:left;
    width:100%;
    margin:0;
    padding:0;
    text-align:center;
}
.pricing-wrapper ul li{
    background:url(img/pricing-line.png) no-repeat bottom center;
    float:left;
    width:100%;
    list-style:none;
    margin:0;
    padding:20px;
    font-size:18px;
    line-height:18px;
}
.pricing-wrapper ul li strong{
    font-weight:700;
    text-transform:uppercase;
}
.pricing-bottom{
    background:#fff;
    border:1px solid #e2e2e2;
    border-radius:0 0 10px 10px;
    border-top:none;
    float:left;
    width:100%;
    margin:0;
    padding:25px 20px 25px 20px;
    text-align:center;
}
/*
Contact
=========================== */
#contact{
    float:left;
    width:100%;
    background-image:url(img/bg4.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
    color:#fff;
}
.contact-contain{
    position:relative;
    float:left;
    width:100%;
    padding:80px 0 80px 0;
    background-color:rgba(26, 26, 26, 0.95);
}
ul.listForm{
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
}
ul.listForm li {
    position:relative;
    float:left;
    width:50%;
    padding:20px 15px 20px 15px;
    margin:0;
    list-style:none;
}
ul.listForm li.push{
    width:100%;
    padding-left:30px;
}
ul.listForm li i{
    z-index: 1;
    background-color:#1a1a1a;
    position:absolute;
    width:66px;
    height:66px;
    border-radius:50%;
    border:2px solid #fff;
    color: #fff;
    text-align:center;
    font-size:36px;
    line-height:60px;
    top:6px;
    left:0;
}
.title-web{
    font-weight: 600;
    font-size: 20px;
}
.pricing-price:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
ul.listForm li .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
ul.listForm li .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
ul.listForm li .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
ul.listForm li .form-control{
    border:1px solid #fff;
    color: rgba(255, 255, 255, 0.6);
    height: 40px;
    padding: 10px 25px 10px 65px;
    background:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none
}
ul.listForm li textarea.form-control{
    height:100px;
}
ul.listForm li.push .form-control {
    padding-left:50px;
}
#sendmessage{
    display:none;
}
#sendmessage.show,.show  {
    display:block;
}
.validation{
    margin-top:10px;
    font-style:italic;
}
/*
Client
=========================== */
ul.client-list{
    float:left;
    width:100%;
    margin:0;
    padding:0;
}
ul.client-list li{
    float:left;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
    border-bottom:1px solid #e2e2e2;
}
ul.client-list li.bottom-list{
    border-bottom:none;
}
ul.client-list li ul li{
    width: 20%;
    border-bottom:none;
    border-right:1px solid #e2e2e2;
    padding:50px 0 50px 0;
}
ul.client-list li ul li.last{
    border-right:none;
}
.client-link{
    position:relative;
    margin:0;
    padding:0;
    display:block;
    text-align:center;
}
.logo-hover{
    position:absolute;
    left:50%;
    margin-left:-54px;
}
/*
Download
=========================== */
#download{
    background-image:url(img/bg3.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
    text-align:center;
    font-size:24px;
    line-height:36px;
    color:#fff;
}

#download h3{
    margin-bottom:20px;
    color:#fff;
    font-size:48px;
    line-height:56px;
    text-transform:uppercase;
}

.download-wrapper{
    background:rgba(26, 26, 26, 0.95);
    padding:80px 0 80px 0;
}

.subscribe-form{
    display:inline-block;
    background:rgba(255, 255, 255, 0.2);
    width:75%;
    position:relative;
    margin:0 auto;
    margin-top:20px;
    padding:5px;
    border-radius:40px;
}

input.subscribe{
    position:relative;
    width:100%;
    height:60px;
    border:none;
    background:rgba(255, 255, 255, 0.95);
    padding:10px 20px 10px 20px;
    border-radius:40px;
    color:#444444;
    font-size:18px;
    line-height:18px;
}

input.subscribe:-moz-placeholder {
    color: #5c5c5c;
}

input.subscribe::-moz-placeholder {
    color: #5c5c5c;
}

input.subscribe:-ms-input-placeholder {
    color: #5c5c5c;
}

input.subscribe::-webkit-input-placeholder {
    color: #5c5c5c;
}

.subscribe-button{
    position:absolute;
    text-transform:uppercase;
    font-size: 18px;
    line-height:18px;
    font-weight:700;
    padding: 10px 40px;
    height:60px;
    overflow:hidden;
    border:3px solid;
    border-radius:0 40px 40px 0;
    right:5px;
    top:5px;
}

/*
Loginand register form
=========================== */
#wrapper-fixed{
    background:url(img/bg1.jpg) no-repeat top center fixed;
    position:relative;
    width:100%;
    height:100%;
}

.login-register-wrapper{
    padding:120px 0 120px 0;
    background-color:rgba(26, 26, 26, 0.6);
    position:relative;
    width:100%;
    height:100%;
}

.login-register{
    background:#fff;
    border-radius:4px;
    overflow:hidden;
    width:420px;
    height:auto;
    margin:0 auto;
    color:#494949;
    padding:0;
}

.soscial-log,
.soscial-log:focus,
.soscial-log:active{
    color:#fff;
    padding:0;
    display:inline-block;
    min-width:268px;
}

.soscial-log i{
    float:left;
    display:inline-block;
    font-size:22px;
    line-height:42px;
    padding:10px 0 10px 0;
    border-right:1px solid rgba(255, 255, 255, 0.4);
    width:60px;
    height:60px;
}

.soscial-log span{
    display:inline-block;
    padding:10px 20px 10px 20px;
    line-height:38px;
}

.soscial-log:hover{
    color:#fff;
}

.soscial-log.facebook,
.soscial-log.facebook:focus,
.soscial-log.facebook:active{
    background-color:#3a558c;
}

.soscial-log.twitter,
.soscial-log.twitter:focus,
.soscial-log.twitter:active{
    background-color:#00aeef;
}

.soscial-log.facebook:hover{
    background-color:#2a406d;
}

.soscial-log.twitter:hover{
    background-color:#0291c6;
}

.sparator{
    background:url(img/sparator-line.png) repeat-x 0 14px;
    display:block;
    width:100%;
    text-align:center;
    font-size:24px;
    line-height:24px;
    margin:30px 0 30px 0;
}

.sparator span{
    display:inline-block;
    background:#fff;
    padding:0 10px 0 10px;
}

.login-register .form-control{
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-register .form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.login-register .form-control:-ms-input-placeholder {
    color: #777;
}

.login-register .form-control::-webkit-input-placeholder {
    color: #777;
}

/*
Inner page
=========================== */
.page-header{
    background:#f9f9f9;
    margin:0;
    padding:103px 0 0 0;
    border-bottom: 1px solid #eaeaea;
}

.breadcrumb {
    padding:0;
    margin:10px 0 10px 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb > li {
    display: inline-block;
    font-size:14px;
}

#inner-page{
    width:100%;
    padding:60px 0 0 0;
}

article{
    margin:0 0 40px 0;
    padding:0 0 40px 0;
    border-bottom: 1px solid #eaeaea;
}

article .article-media{
    margin:0 0 20px 0;
}

article h4 a{
    color:#222222;
}
.meta-wrapper{
    float:left;
    width:100%;
    border-top: 1px solid #eaeaea;
    margin-bottom:20px;
}

ul.meta-post{
    border-bottom: 1px solid #eaeaea;
    float:left;
    width:100%;
    margin:0;
    padding:10px 0 8px 0;
}

ul.meta-post li{
    float:left;
    list-style:none;
    margin:0 0 0 0;
    padding:0 0 0 15px;
}

/*
Aside
=========================== */
aside{
    float:left;
    width:100%;
    display:block;
    position:relative;
    margin:0 0 40px 0;
    padding:0 0 0 30px;
    border-left:1px solid #eaeaea;
}

aside .widget{
    float:left;
    width:100%;
    position:relative;
    margin:0 0 30px 0;
    padding:0;
}

aside .widget .head{
    position:relative;
    font-size:18px;
    line-height:22px;
    border-bottom:1px solid #eaeaea;
    padding:0 0 15px 0;
    margin:0 0 020px 0;
}

aside .widget .head span{
    position:absolute;
    display:block;
    width:60px;
    height:1px;
    left:0;
    bottom:-1px;
}
.recent{
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

.recent li{
    float:left;
    width:100%;
    list-style:none;
    margin:10px 0 20px 0;
    padding:0;
    border-bottom:1px solid #f5f5f5;
}

.recent li h6{
    margin-bottom:0;
}

.recent li a img{
    border-radius:2px;
    width:70px;
    margin-bottom:0;
}

.recent li h6 a,
.recent li h6 a.alignleft,
.recent li h6 a.alignright{
    color:#444444;
    margin-bottom:0;
}

/*
Pagination
=========================== */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin:0;
    border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fcfcfc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #a2a2a2;
    cursor: default;
    background-color: #fcfcfc;
    border-color: #dddddd;
}

/*
Comments
=========================== */
.comment-wrapper{
    background:#e7e7e7;
    padding:0 1px 1px 1px;
    margin-bottom:20px;
}

.comment-main{
    border:1px solid #ffffff;
    background-color: #fefefe;
    *background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #fefefe, #f9f9f9);
    background-image: -o-linear-gradient(top, #fefefe, #f9f9f9);
    background-image: linear-gradient(to bottom, #fefefe, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff9f9f9', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.comment-main img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comment-head{
    background:#e7e7e7;
    padding:1px;
    border-top:1px solid #ffffff;
}

.comment-head h4{
    background:#f2f2f3;
    border-left:1px solid #f7f7f8;
    border-right:1px solid #f7f7f8;
    padding:10px 20px 10px 20px;
    margin:0;
    font-size:16px;
    text-shadow:0px 1px 1px #ffffff;
}

.form-label{
    color:#2c3945;
}

/*
Media responsive
=========================== */
.video-container,.map-container,.embed-container{
    position:relative;
    margin:0 0 15px 0;
    padding-bottom:58%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    border:none;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

iframe {
    border:none;
}

/*
Footer
=========================== */
footer{
    background:#000;
    color:#b6b6b6;
    font-size:14px;
    line-height:18px;
    font-weight:300;
    text-align:center;

}
.top-footer.text-left{
    padding-top:30px;
    background:#111;
    padding-bottom:30px;
}
.social-network{
    display:block;
    width:100%;
    margin-bottom:10px;
    font-size:24px;
    line-height:24px;
}

.social-network a{
    display:inline-block;
    color:#b6b6b6;
    margin:0 2px 5px 2px;
}

/*
Heading
=========================== */
.heading{
    font-size:36px;
    line-height:48px;
    position:relative;
    border-bottom:1px solid #222222;
    padding:0 30px 25px 30px;
    display:inline-block;
    margin-bottom:60px;
}

.heading span{
    display:block;
    font-weight:400;
}

#contact .heading{
    border-bottom:1px solid #fff;
    color:#fff;
}

/*
Pixeden icon setting
=========================== */
.pe-feature{
    float:left;
    margin:5px 20px 60px 0;
    width:65px;
    height:65px;
    font-size:38px;
    line-height:58px;
    text-align:center;
    border:2px solid;
    border-radius:50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-box:hover .pe-feature{
    color:#fff;
}

/*
Ui to top
======================================= */
#toTop{
    display:none;
    text-decoration:none;
    z-index:600;
    position:fixed;
    bottom:20px;
    right:20px;
    overflow:hidden;
    width:45px;
    height:45px;
    border:none;
    text-indent:-999px;
    background-image:url(img/ui.totop.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    background-color: #2e2e2e;
    border-radius:2px;
}

#toTopHover{
    background-image:url(img/ui.totop.png);
    background-repeat:no-repeat;
    background-position: 0 -45px;
    width:49px;
    height:49px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus{
    outline:none;
}

/*
Loading
=========================== */
div.loading-invisible{
    display:none;
}

div.loading-visible{
    position:fixed;
    z-index:9999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    padding-top:20%;
    font-size:24px;
    line-height:36px;
    color:#fff;
    background-color:#1a1a1a;
    font-weight:300;
}

div.loading-visible i{
    display:inline-block;
    margin-bottom:20px;
}

div.loading-visible .loader{
    margin-bottom:20px;
}

/*
Divider
=========================== */
.divider{
    float:left;
    width:100%;
    height:1px;
    display:block;
    background:#3f4149;
    margin:40px 0 40px 0;
}

/*
Clear spacer
=========================== */
.margin-clear{
    margin:0;
}

.padding-clear{
    padding:0;
}

.margintop-clear{
    margin-top:0;
}

.paddingtop-clear{
    padding-top:0;
}

.marginbot-clear{
    margin-bottom:0;
}

.paddingbot-clear{
    padding-bottom:0;
}

/*
Custom top spacer
=========================== */
.margintop5{
    margin-top:5px;
}

.margintop10{
    margin-top:10px;
}

.margintop15{
    margin-top:15px;
}

.margintop20{
    margin-top:20px;
}

.margintop25{
    margin-top:25px;
}

.margintop30{
    margin-top:30px;
}

.margintop35{
    margin-top:35px;
}

.margintop40{
    margin-top:40px;
}

.margintop45{
    margin-top:45px;
}

.margintop50{
    margin-top:50px;
}

.margintop55{
    margin-top:55px;
}

.margintop60{
    margin-top:60px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
    margin-bottom:5px;
}

.marginbot10{
    margin-bottom:10px;
}

.marginbot15{
    margin-bottom:15px;
}

.marginbot20{
    margin-bottom:20px;
}

.marginbot25{
    margin-bottom:25px;
}

.marginbot30{
    margin-bottom:30px;
}

.marginbot35{
    margin-bottom:35px;
}

.marginbot40{
    margin-bottom:40px;
}

.marginbot45{
    margin-bottom:45px;
}

.marginbot50{
    margin-bottom:50px;
}

.marginbot55{
    margin-bottom:55px;
}

.marginbot60{
    margin-bottom:60px;
}

.marginbot80{
    margin-bottom:80px;
}

/*
Custom left spacer
=========================== */
.marginleft5{
    margin-left:1px;
}

.marginleft10{
    margin-left:10px;
}

.marginleft15{
    margin-left:15px;
}

.marginleft20{
    margin-left:20px;
}

/*
Custom right spacer
=========================== */
.marginright5{
    margin-right:1px;
}

.marginright10{
    margin-right:10px;
}

.marginright15{
    margin-right:15px;
}

.marginright20{
    margin-right:20px;
}

/*
Custom responsive
=========================== */
@media (min-width: 1200px){
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus{
        font-size:14px;
        line-height:18px;
        padding:30px 15px 30px 15px;
    }
    .slider-wrapper{
        width:867px;
        top:38px;
        left:38px;
    }
    .screenshot-wrapper{
        width:917px;
        top:73px;
        left:14px;
    }
}
@media (min-width: 768px) and (max-width: 990px){
    .slider-wrapper{
        width:662px;
        top:30px;
        left:30px;
    }
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus{
        padding:35px 8px 35px 8px;
        font-size:12px;
    }
    .navbar-right a.btn{
        font-size:12px;
    }
    .navbar-brand{
        float:left;
        display:block;
        width:100%;
        padding:0;
        text-align:center;
    }
    .navbar-header{
        float:left;
        display:block;
        width:100%;
        padding:25px 0 10px 0;
        text-align:center;
    }
    .home-contain,
    .video-wrapper{
        padding:240px 0 0 0;
    }
    .screenshot-wrapper{
        width:699px;
        top:55px;
        left:10px;
    }
    .contain{
        padding-top:140px
    }
    .pricing-wrapper{
        margin-bottom:30px;
    }
    .flex-direction-nav a{
        display:none;
        opacity:1;
    }
    .flexslider:hover .flex-direction-nav a{
        display:block;
    }
}

@media (max-width: 767px){
    .navbar-brand{
        float:none;
        margin:0;
    }
    .navbar-header{
        float:right;
        width:100%;
        padding:26px 20px 26px 0;
    }
    .navbar-default .navbar-collapse{
        clear:both;
        border-top:none;
        float:none;
        width:100%;
        box-shadow:none;
        overflow-x:hidden;
        overflow-y:auto;
        margin:0;
        padding:0 30px 0 30px;
    }
    .navbar-default .collapse li{
        width:100%;
    }
    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus{
        padding:10px 20px 10px 20px;
        margin:5px 2px 5px 2px;
        border-radius:2px;
        border:1px solid #8b8b95;
    }
    .navbar-default .navbar-nav li a.selected,
    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .dropdown.active a,
    .navbar-default .navbar-nav .active a:hover,
    .navbar-default .navbar-nav .dropdown.active a:hover,
    .navbar-default .navbar-nav .active a:focus,
    .navbar-default .navbar-nav .dropdown.active a:focus{
        background-image:none;
    }
    .navbar-default .navbar-nav li a:hover{
        border-top:3px solid #fff;
    }
    .navbar-right{
        float:left;
        margin:0 0 0 -18px;
        padding:10px 0 30px 0;
    }
    .navbar-right a{
        margin-right:5px;
    }
    .slider-wrapper{
        width:93%;
        top:4%;
        left:4%;
    }
    .screenshot-wrapper{
        width:97%;
        top:12.5%;
        left:1.5%;
    }
    .pricing-wrapper{
        margin-bottom:30px;
    }
    ul.client-list li{
        border:none;
    }
    ul.client-list li ul li,
    ul.client-list li ul li.last{
        width:100%;
        border:1px solid #e2e2e2;
        padding:45px 0 45px 0;
        margin-bottom:20px;
    }
    .flex-direction-nav a{
        display:none;
        opacity:1;
    }
    .flexslider:hover .flex-direction-nav a{
        display:block;
    }
}

/*
Demo
=========================== */
#panel {
    position:fixed;
    top: 90px;
    left:-230px;
    width: 230px;
    color: #fff;
    z-index: 5000;
    font-size: 11px;
    background:#181818;
}


#panel input{
    width:160px;
}

.colorpicker {
    z-index: 5001;
}
.panel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.options_box {
    margin:0;
    padding:0;
    overflow:hidden;
}

.options_box .solidline {
    margin-bottom:10px;
}

.options_box h6 {
    text-align:center;
    font-weight:bold;
    background:#333333;
    padding:14px 0 13px 0;
    margin-top:0;
    margin-bottom:20px;
    color:#fff;
}


.options_box .layout{
    width: 190px;
    margin:0 20px 20px 20px;
}

.options_toggle_holder {
    position:absolute;
    right:-48px;
}

.options_toggle  {
    background:#333333;
    margin:0;
    padding:0;
    width: 48px;
    height: 47px;
    cursor: pointer;
    border-left:none;
    display:block;
    font-size:26px;
    line-height:26px;
    text-align:center;
}
.options_toggle  i{
    margin:0;
    padding:10px 15px 16px 10px;
}


.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
    outline:0;
    text-decoration:none;
}


#accent_color{
    color: #333;
    border: none;
    text-transform: uppercase;
    margin-left: 2px;
    text-align: center;
    outline:0;
}

#demo-wrapper{
    background:url(img/bg1.jpg) no-repeat top center fixed;
    position:relative;
    margin:0;

}
.demo-header{
    position:fixed;
    width:100%;
    background:#2e2e2e;
    text-align:center;
    color:#fff;
    padding:40px 0 40px 0;
    z-index:2;
}
.demo-header h3{
    margin:20px 0 0 0;
    font-size:32px;
    line-height:38px;
    color:#fff;
    font-weight:300;
}

.demo-contain{
    background:url(img/pattern.png) repeat 0 0;
    padding:260px 0 80px 0;
}

.demo-contain h4{
    text-transform:uppercase;
    font-size:24px;
    line-height:32px;
    font-weight:700;
    color:#fff;
}

.demo-contain h4 span{
    display:block;
    font-weight:300;
    text-transform:none;
}

.demo-contain h4 a{
    color:#fff;
}

/* Shopping Cart */
#cart_panel {
    position:fixed;
    top: 90px;
    right:-230px;
    width: 230px;
    color: #fff;
    z-index: 5000;
    /*font-size: 11px;*/
    background:#181818;
}
#cart_panel .options_toggle_holder {
    position:absolute;
    left:-48px;
}

#cart_panel .options_toggle  {
    background:#333333;
    margin:0;
    padding:0;
    width: 48px;
    height: 47px;
    cursor: pointer;
    border-left:none;
    display:block;
    font-size:26px;
    line-height:26px;
    text-align:center;
}
#cart_panel .options_toggle  i{
    margin:0;
    padding:10px 15px 16px 10px;
}


#cart_panel  .options_toggle:hover,#cart_panel  .options_toggle:focus,#cart_panel  .options_toggle:active{
    outline:0;
    text-decoration:none;
}

#cart_panel .edd-cart-number-of-items {padding-left: 15px;}
#cart_panel .edd-cart{list-style: none;}
/*===============================my css=======================*/
.client-list li ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.client-list li ul li a img{
    width: 100%;
    object-fit: scale-down;

    opacity: 1 !important;

}
.client-link .logo-hover {
    display: none!important;
}
ul.client-list li ul li {
    width: 20%;
    border-bottom: none;
    border-right: 1px solid #e2e2e2;
    padding: 0;
    height: 150px;
    line-height: 150px;
}
.list_video li:before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 5px;
    content: "\f16a";
    color: #b71d21;
}
.list_video li {
    list-style: none;
    padding-bottom: 8px;
}
.list_video li a{
    color: #000;
}
.pricing-head h4{
    margin: 0;
}
.video-popup i {
    padding: 0px 15px;
}
.margintop40 a.btn.btn-primary.btn-lg:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.footer-logo img {
    width: 100%;
    object-fit: scale-down;
}
a.navbar-brand img {
    height: 48px;
}
@media (min-width: 768px) {
    .navbar-default .navbar-brand{
        padding: 15px 0px;
    }
}
.client-list li a {
   border: 1px solid #e2e2e2;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.client-list li {
    background: #fff;
    width: 100%;
    height: 150px;
    overflow: hidden;
    table-layout: fixed;
    display: table;
    vertical-align: middle;
}
.row-list{
    margin-left: -15px;
    margin-right: -15px;
}
ul.client-list li{
    border: none;
    padding-left: 15px;
    padding-right: 15px;

}
.widget h4 small {
    color: #cdcdcd;
}
.widget .menu li a {
    color: #b6b6b6;
}
.numberphone span {
    display: block;
    font-size: 20px;
    padding-bottom: 8px;
}
.information a{
    font-size: 16px;
}
.information p {
    font-size: 10px;
}
/*
===================================timeline=====================*/
.timeline:after {
    position: absolute;
    top: -2px;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #5b5555
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    height: 100%;
    width: 4px;
    background-color: #5b5555;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timeline::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    margin: 0 auto;
    height: 99%;
    width: 4px;
    background-color: #5b5555;
}
.timeline .timeline-items .timeline-item hr{
    border-top: 1px solid #fff !important;
}

.timeline .timeline-items.style1 .timeline-item{
    background-color: #e04f56 !important;
}
.timeline .timeline-items.style1 .timeline-item::before{
    border-top: 1em solid #e04f56 !important;
}

.timeline .timeline-items.style2 .timeline-item{
    background-color: #bf3c79 !important;
}
.timeline .timeline-items.style2 .timeline-item::before{
    border-top: 1em solid #bf3c79 !important;
}

.timeline .timeline-items.style3 .timeline-item{
    background-color: #876b9a  !important;
}
.timeline .timeline-items.style3 .timeline-item::before{
    border-top: 1em solid #876b9a  !important;
}

.timeline .timeline-items.style4 .timeline-item{
    background-color: #589cbf !important;
}
.timeline .timeline-items.style4 .timeline-item::before{
    border-top: 1em solid #589cbf !important;
}

.timeline .timeline-items.style5 .timeline-item{
    background-color: #6DC8BF !important
}
.timeline .timeline-items.style5 .timeline-item::before{
    border-top: 1em solid #6DC8BF !important
}

.timeline .timeline-items.style6 .timeline-item{
    background-color: #49bd81 !important;
}
.timeline .timeline-items.style6 .timeline-item::before{
    border-top: 1em solid #49bd81 !important;
}

.timeline .timeline-items.style7 .timeline-item{
    background-color: #ABD25F !important
}
.timeline .timeline-items.style7 .timeline-item::before{
    border-top: 1em solid #ABD25F !important
}

.timeline .timeline-items.style8 .timeline-item{
    background-color: #eabe55 !important;
}
.timeline .timeline-items.style8 .timeline-item::before{
    border-top: 1em solid #eabe55 !important;
}

.timeline .timeline-items.style9 .timeline-item{
    background-color: #ef9a45  !important;
}
.timeline .timeline-items.style9 .timeline-item::before{
    border-top: 1em solid #ef9a45  !important;
}

.site-content .timeline h2 {


    background: #818181;

}

.site-content .timeline::before {

    width: 3px;
    background-color: #818181;
}
.site-content .timeline .timeline-items .timeline-item::after{
    content: '';
    background: #818181;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    border-radius: 100%;
    left: calc(100% + 12.1%);

}
.site-content .timeline .timeline-items .timeline-item.inverted::after {
    content: '';
    background: #818181;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    border-radius: 100%;
    left: calc(-8.78% - 5px);
}
.inner-content.box-item.timeline-1 {
    margin-top: 42px;
}
.timeline h3 {
    font-size: 18px;
    line-height: 27px;
}
.site-content  .timeline h2{
    font-size: 28px;
}
/*========================headding====================*/
.heading {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #222222;
    padding: 0 30px 25px 30px;
    display: inline-block;
    margin-bottom: 60px;
    font-weight: 400;
}
.heading span {
    display: block;
    font-weight: 700;
    font-size: 36px;
}
.listForm .capcha input {
    color: #444;
    padding: 0;
    margin: 0;
    border: none;
    height: 41px;
    vertical-align: top;
}
.listForm .capcha img {
    vertical-align: top;
    height: 40px;
    width: auto;
}
.listForm .capcha img {
    vertical-align: top;
}
.listForm .capcha {
    padding-left: 31px;
}
strong.service1 {
    width: 100%;
    display: block;
}


.service02 li {
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.service02 li:before {
    content: "\f105";
    font-family: fontawesome;

    color: #b71d21;
    position: absolute;
    left: 0;
}
strong.service1 {
    font-size: 18px;
    text-align: left;
}
.heaviness  h5 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.heaviness {
    padding: 10px 0px;
    position: relative;
    background-color: #fa7338;
}
.report ul>li ul li {
    /*padding-left: 30px;*/
}
.report ul>li ul li:before {
    content: "\f105";
}
@media (max-width: 991px) {
    .navbar-default .navbar-brand {
        padding: 0;
        line-height: 0!important;
    }
}
@media (max-width: 480px) {
    .col-480-12{
        width: 100%;
    }
}

h2.ab-heading-title a {
    color: #333;
}
.counter-number1{
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    margin-top: 30px;
    color: #B71D21;
}
.view-more a:hover {
    background-color: #b71d21;
    color: #fff;
}
.view-more {
    text-align: center;
    margin-top: 60px;
}
.view-more a {
    padding: 11px 31px;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    font-size: 14px;

    text-decoration: none;
}
.view-more.style1 a:hover {
    background-color: #333;
}

.view-more.style1 a {
    background-color: #b71d21;
    color: #fff;
}

.view-more.style1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}
a.btn.btn-primary.btn-lg:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.row-list .client-list{
    padding-top: 71px;
}
.pricing-head h4 {
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    position: absolute;
    margin-left: 100px !important;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}
.pricing-head{
    position: relative;
}
.listForm .capcha{
    width: 100%;
}
a.client-link{
    padding: 0 10px;
}
a.client-link img {
       width: auto;
    transition: all 0.3s ease-in-out 0s;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 150px;
    -ms-interpolation-mode: bicubic;
    object-fit: scale-down;
    padding: 9px;
    filter: grayscale(0.9);
}
a.client-link:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.post h4 {
    font-size: 18px;
}
.darna-process h5 {
    color:     #fff;

}
.darna-process h3 {
    color: #fff;
    font-size: 50px;

}
.darna-process p {
    color: #fafafa;
}

.darna-process.style1 h3 {
    transition: all 0.5s;
    display: inline-block;
    margin-bottom: 0px;
}
.darna-process.style1:hover h3 {

    -webkit-transform: rotate3d(1, 1, 1, 360deg) scale(2);
    -moz-transform: rotate3d(1, 1, 1, 360deg) scale(2);
    -ms-transform: rotate3d(1, 1, 1, 360deg) scale(2);
    -o-transform: rotate3d(1, 1, 1, 360deg) scale(2);
    transform: rotate3d(1, 1, 1, 360deg) scale(2);
    display: inline-block;
}

.my-wrapper {

    padding: 80px 0 80px 0;
}
a.btn.btn-primary:hover {
    color: #000;
    background: transparent;
}
.post h4.title-post {
    font-size: 18px;
    background-color: #F2F2F2;
    color: #000;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.post h4.title-post  a {
    color: #000;
}
.post h4.title-post:hover {
    background-color: #fa7338;
}
#inner-page article{
    border: none;
}
.footer-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}
.button-green a:hover {
    background-color: transparent !IMPORTANT;
    color: #000 !important;
}

.button-green a {
    background: #fa7338 !important;
    color: #fff !important;
    border: solid 1px #fa7338 !IMPORTANT;
    font-weight: bold;
}


p.footer1 {
    margin-top: 20px;
}
ul#menu-menu li ul li a {
    text-transform: none;
}
ul#menu-menu li ul li a:hover, ul#menu-menu li ul li:hover, ul#menu-menu li ul li a.selected{
    border: 0px !important;
}

.heaviness {
    background-color: #fa7338;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    height: 150px;
    padding: 10px 15px;
}
.icon-heaviness {
    font-size: 40px;
    display: inline-block;

    margin-bottom: 15px;
}
.row-col .wpb_text_column.wpb_content_element {
    margin-left: -15px;
    margin-right: -15px;
}
#pricing h3 {
    margin-left: 15px;
    margin-right: 15px;
}
.wrapper-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
}
.row2 {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a::before {
    content: "\f105";
    font-family: fontawesome;
    right: -22px;
    position: absolute;
    font-size: 21px;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%) !IMPORTANT;
    width: 30px !IMPORTANT;
    height: 30px !important;
    line-height: 30px;
}
/*
=================history============*/
.site-content .timeline .timeline-items .timeline-item{
    margin-bottom: 20px;

}
.site-content .timeline .timeline-items{
    padding-top: 30px;
}
.site-content .timeline .timeline-items .timeline-item h3{
    margin-bottom: 10px;
}
.site-content  .timeline .timeline-items .timeline-item hr{
    margin: 0 0 10px 0;
}
.current_page_parent>a {
    border: none !important;
    color: #b6b6b6!important;
}
.current_page_parent:hover>a{
    border-top: 2px solid #fa7338 !important;
}
p.copy-right {
    font-size: 12px;
    text-align: center;
}
.tencty{
    font-weight: 700;
    font-size: 14px;
}
.img-450{
    max-width: 450px;
}
.table thead tr{
    background-color: #f5f5f5;
    color: #555;
    border-top: solid 4px #A1A5A4;
}
.table{
    margin-bottom: 30px;
}
.table-select.vc_tta.vc_general .vc_tta-icon{
    width: 40px;
    text-align: center;
    display: inline-block;
}
.table-bordered{
    border-bottom: solid 2px #ccc;
}
.am-style h5 {
    font-weight: 400;
}
table.table.table-responsive.table-bordered tbody tr td {
    border-bottom: solid 1px #efefef!IMPORTANT;
}
.table thead th {
    white-space: nowrap;
}

ul.meta-post li {
    padding-left: 0;
    padding-right: 15px;
    color: #898989;
}
.title-post-single{
    font-weight: 700;
}
@media (min-width: 992px){

    .wrapper-am .am-style.text-center {
        margin-top: 30px;
    }
}
.contact-download1 {
    text-align: left
}
.contact-download1  input[type="email"], .contact-download1 input[type="text"] {
   width: 100%;
    border-radius: 5px;
    border: solid 1.5px #c2c2c2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
h5.modal-title {
    margin-bottom: 0;
}

.style-name-contact {}

.contact-download1 .style-name-contact input {
    width: 88%;
    margin-top: 1px;
   
}
.style-name-contact p {
    margin-bottom: 0;
}
.contact-download1 .style-name-contact select {
    width: 10%;
    height: 36px;
    border-radius: 5px;
    border: solid 2px #c2c2c2;
    margin-top: 1px !IMPORTANT;
   
    margin-right: 8px;
}

.style-name-contact {
    clear: both;
    display: inline-block;
    width: 100%;
}
.taget-contact .wpcf7-list-item {
    display: block;
    margin-left: 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #23b650 !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700 !IMPORTANT;
}
body .mfp-container{
    position: fixed;
}
.mfp-figure {
    max-width: 1000px;
}
.item-block {
    background: #128077;
    color: #fff;
    clear: both;
    width: 100%;
    display: table;
    height: 100px;
}

.block-num {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    font-size: 50px;
    /* overflow: hidden; */
    line-height: 100px;
    text-align: center;
    background: #0C554E;
}

.content-blox {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 19px;
    /* float: left; */
}
.item-block.block_2 {
    background: #C72027;
}

.item-block.block_2 .block-num {
    background: #621012;
}

.item-block.block_3 {
    background: #F9BB82;
}

.item-block.block_3 .block-num {
    background: #F78E32;
}

.item-block.block_4 {
    background: #bca970;
}

.item-block.block_4 .block-num {
    background: #9f9062;
}

.item-block.block_5 {
    background: #41a79f;
}

.item-block.block_5 {}

.item-block.block_5 .block-num {
    background: #0e847a;
}

.item-block.block_6 {
    background: #91D1EC;
}

.item-block.block_6 {}

.item-block.block_6 .block-num {
    background: #45B0DE;
}

.item-block.block_7 {
    background: #8C8C8C;
}

.item-block.block_7 .block-num {
    background: #404040;
}

li.box1 {
    background: #E1EBF5 !IMPORTANT;
}

li.box1:before {
    border-right: solid 12px #E1EBF5 !IMPORTANT;
}
li.box2 {
    background: #F0E5EB !IMPORTANT;
}

li.box2:before {
    border-right: solid 12px #F0E5EB !IMPORTANT;
}
li.box3 {
    background: #FCDFD7 !IMPORTANT;
}

li.box3:before {
    border-right: solid 12px #FCDFD7 !IMPORTANT;
}
li.box4 {
    background: #f3eae7 !IMPORTANT;
}

li.box4:before {
    border-right: solid 12px #f3eae7 !IMPORTANT;
}
li.box5 {
    background: #F7F0E6 !IMPORTANT;
}

li.box5:before {
    border-right: solid 12px #F7F0E6 !IMPORTANT;
}
.font_vn {
    font-family: 'Open Sans', sans-serif !IMPORTANT;
}
.font_vn h1, .font_vn h2, .font_vn h3, .font_vn h4, .font_vn h5, .font_vn h6{
     font-family: 'Open Sans', sans-serif !IMPORTANT;
}
@media(max-width: 768px){
    .contact-download1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
        min-width: 100px;
    }
    p.btn-inline a.btn.btn-primary.btn-lg {
        padding: 8px;
    }
    span.arrow {
        position: absolute;
        right: 0;
        top: 0;
    }

    span.arrow i {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
    span.caret {
        position: absolute;
        right: 10px;
        top: 13px;
    }
}
.post h4.title-post-single {
    font-size: 30px;
}
@media(min-width: 768px){
    .meminz_main-nav ul.dropdown-menu>li:hover>ul {
        display: block;
        
    }
    .meminz_main-nav ul.dropdown-menu>li>ul{
        left: 100%;
        
        top: 0;
    }
    span.arrow {
        display: inline-block;
        position: absolute;
        top: 10px;
        line-height: 30px !IMPORTANT;
        text-align: center;
        right: -1px;
        padding: 5px;
    }


}

.client-list.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0%;
    top: 50%;
}

.client-list.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}
@media(min-width: 992px){
    .en-US .feature-box {
        margin-bottom: 0;
        min-height: 115px;
    }
    .en-US .feature-box i {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0);
        margin: 0 !IMPORTANT;
    }
}

@media(min-width: 992px){
	.single-news .page-header {
	    padding-top: 100px !IMPORTANT;
	}
    .single .page-header {
        padding-top: 100px !important;
    }
}
.contact-download1 {
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width: 768px){
    .page-header {
        padding-top: 120px !important;
    }
}
.wrapper-home-video iframe {
    height: 100%;
    max-height: 381px;
}
@media(min-width: 992px){
	.wrapper-home-video {
	    margin-top: 34px;
	}
}
tr.background-color-read td {
    background: #F2663A;
    color: #fff;
}

table.amonte-small td {
    text-align: center;
    border: #FBCDBE solid 1px;
    vertical-align: middle;
}
tr.background-color-orgen td {
    background: #FCDBCA;
}
.en-US #myModal1 h3 {
    text-transform: capitalize;
}
#myModal2 .modal-body.text-center{
    padding-bottom: 20px;
}