@font-face {
    font-family: 'AbhayaLibre-Regular';
    src: url('../eot/abhayalibre-regulard41d.eot#iefix') format('embedded-opentype'), url('../woff/abhayalibre-regular.woff') format('woff'), url('../abhayalibre-regular.html') format('truetype'), url('../svg/abhayalibre-regular.svg#AbhayaLibre-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------ reset All Stylesheet ---------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    padding: 0;
    margin: 0;
}

html {
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -o-text-size-adjust: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
li,
ol,
p,
nav,
a,
img {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

div,
section,
aside,
nav,
span,
article,
address,
header,
footer {
    padding: 0;
    margin: 0;
}

img {
    outline: none;
    border: 0;
}

a,
span {
    font-size: 13px;
    color: #5a5a5a;
    line-height: normal;
    outline: none;
}

a:focus {
    outline: none;
}

 ::selection {
    background-color: #3d6594;
    color: #fff;
}

 ::-moz-selection {
    background-color: #3d6594;
    color: #fff;
}

 ::-ms-selection {
    background-color: #3d6594;
    color: #fff;
}

 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #5a5a5a;
    opacity: 1;
}

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #5a5a5a;
    opacity: 1;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #5a5a5a;
    opacity: 1;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #5a5a5a;
    opacity: 1;
}

input {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

.clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.page-id-78520 footer .container {
    width: 1230px;
    margin: 0 auto;
    max-width: 100%;
}

.page-id-78520 .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
}

h1 {
    font-size: 25px;
    font-weight: 500;
    color: #414141;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    color: #414141;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    color: #414141;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
}

h4 {
    color: #959da3;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

h5 {
    font-size: 18px;
    color: #3c3c3c;
    text-transform: capitalize;
    font-weight: 800;
}

h6 {
    color: #757575;
    font-size: 15px;
    font-weight: 600;
}

p {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 28px;
}

p.small {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 300;
}

h6.small {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 300;
}

span {
    font-size: 12px;
    color: #b0b0b0;
}

h1.page-title {
    margin-bottom: 20px;
}

.archive h1.page-title,
.archive h1.page-title span {
    font-size: 18px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
    /* padding-right: 20px; */
}

.featured-project-all.pull-right {
    padding-right: 0;
}

.white {
    color: #fff;
}

.black {
    color: #414141;
}

.project-area {
    font-family: 'Open Sans', sans-serif;
}

.menu-toggle.responsive-menu-ico {
    display: none;
}

.widget {
    margin: 0;
}

input[type="url"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
    /* float: left; */
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    font-weight: 300;
    color: black;
    margin-bottom: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

textarea {
    resize: none;
}

input[type="url"]:hover,
.widget_archive select:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover,
textarea#comment:hover,
select:hover {
    border-color: #c8c7c7;
}

input[type="url"]:focus,
.widget_archive select:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea#comment:focus,
select:focus {
    border-color: #868484;
    outline: none;
}

b {
    font-family: open sans, sans-serif;
}

.contact-us-left input::-webkit-input-placeholder,
.contact-us-left textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ababab;
    opacity: 1;
}

.contact-us-left input:-moz-placeholder,
.contact-us-left textarea::-webkit-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ababab;
    opacity: 1;
}

.contact-us-left input::-moz-placeholder,
.contact-us-left textarea::-webkit-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ababab;
    opacity: 1;
}

.contact-us-left input:-ms-input-placeholder,
.contact-us-left textarea::-webkit-placeholder {
    /* Internet Explorer 10+ */
    color: #ababab;
    opacity: 1;
}

/* Adsense transparent background */

/* ins {background: transparent; text-decoration: none; } */

/*{
    color: #ababab;
    opacity: 1;
}
*/


/*---- Header styles ----*/

header {
    float: left;
    width: 100%;
}

.header-top {
    float: left;
    width: 100%;
    background-color: #405D7E;
    color: #fff;
    padding: 8px 0;
}

.top-left {
    float: left;
    width: auto;
    /*margin-top: 4px;*/
}

.top-right {
    float: right;
    width: auto;
}

.header-top a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.header-top br {
    display: none;
}

.header-top div#text-55 {
    margin: 0;
    float: left;
    width: 100%;
}

.header-top .textwidget {
    float: left;
    width: 100%;
}

.header-top a {
    display: inline-block;
    vertical-align: middle;
}

.header-top a img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.top-left a {
    padding: 0 15px;
    border-right: 1px solid #2a4d76;
    line-height: 19px;
}

.top-left a:hover,
.user-option a:hover {
    color: #d0e5fd;
}

.top-left a:last-child {
    border: 0;
}


/*.top-left a:first-child {
    padding-left: 0;
}
 */

.top-left a.android-ico {
    padding-left: 27px;
    background: url(../png/top-header-android-ico.png) no-repeat left top;
}

.top-left a.contact-ico {
    padding-left: 30px;
    background: url(../png/top-mail-ico.png) no-repeat left 3px;
    margin-left: 15px;
    border: 0;
}

.top-left a.android-ico:hover {
    background-position: left -37px;
}

.top-left a.contact-ico:hover {
    background-position: left -55px;
}

.user-option a {
    margin: 0 3px;
}

span.user-option {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

span.user-option-span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

img.login_logout_icon {
    height: 14px;
    margin-right: 5px !important;
}

.header-logo {
    float: left;
    width: 100%;
    padding-top: 33px;
}

.header-advertisements,
.advertisement {
    float: right;
    width: 728px;
    height: 90px;
    background-color: transparent;
}

.site-branding.logo {
    float: left;
    width: auto;
    margin-top: 10px;
}

.menu-top-menu-container {
    float: left;
    width: auto;
}

ul#primary-menu {
    float: left;
    width: auto;
}

nav ul li {
    float: left;
    width: auto;
    margin-right: 45px;
}

nav ul li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 30px 0;
    border-bottom: 2px solid transparent;
    padding-top: 27px;
}

.main-navigation li.current-menu-item>a,
nav ul li a:hover {
    border-bottom-color: #405D7E;
    color: #405D7E;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.home-search {
    float: right;
    width: 200px;
}

.home-search-widget {
    width: 100%;
}

.main-navigation a:hover {
    color: #405D7E;
    border-bottom-color: #405D7E;
}

.advertisement {
    height: 125px;
    float: left;
    width: 100%;
    margin-top: 40px;
}


/* --- home search --- */

.home-search h2.widgettitle {
    display: none;
}

.home-search form.search-form {
    float: left;
    width: 100%;
    margin-top: 17px;
}

.home-search form.search-form label {
    float: left;
    width: 100%;
}

.home-search form.search-form span.screen-reader-text {
    display: none;
}

.home-search input.search-submit {
    display: none;
}

input.search-field {
    float: left;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    /* padding: 6px 50px 6px 15px; */
    padding: 6px 30px 6px 15px;
    font-weight: 300;
    color: black;
    background: url(../svg/serach-home.svg) no-repeat calc(100% - 10px) center;
    height: 35px;
}

input.search-field:hover,
form#commentform p input[type="text"]:hover,
form#commentform p input[type="url"]:hover,
form#commentform p input[type="email"]:hover {
    border-color: #c8c7c7;
}

input.search-field:focus,
form#commentform p input[type="text"]:focus,
form#commentform p input[type="url"]:focus,
form#commentform p input[type="email"]:focus {
    border-color: #c8c7c7;
}

.main-content-area {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
}

.home-product {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    padding: 40px 0;
}

.home-product-slider {
    float: left;
    width: 783px;
}

.home-right-news {
    float: right;
    width: 402px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.home-news-listing {
    float: left;
    width: 100%;
}

.home-news-listing h2 {
    padding: 15px 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.home-news-listing ul {
    float: left;
    width: 100%;
    padding: 20px;
}

.home-news-listing ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.home-news-listing ul li:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}

.home-news-listing ul li a {
    /* display: inline-block; */
    width: 100%;
}

.home-btn{
    display: inline-block;
}

.news-image {
    width: 125px;
}

.news-image img {
    width: auto;
    float: left;
    max-width: 100%;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.15);
    */
}

.news-title {
    margin-left: 145px;
    margin-top: 10px;
}

.news-image p {
    font-size: 15px;
    line-height: 20px;
    color: #414141;
    float: left;
    width: 100%;
}

.news-title p {
    font-size: 15px;
    line-height: 20px;
    color: #414141;
}

.news-title h6 {
    font-size: 15px;
    line-height: 20px;
    color: #414141;
    display: inline-block;
    width: 100%;
}

.change-font a span{
    font-size: 15px;
}

.news-title span {
    margin-bottom: 8px;
    display: block;
}

.news-title a p{
    margin-bottom: 5px;
}

.home-news-listing ul li a:hover p,
.home-news-listing ul li a h6:hover {
    color: #318fdf;
}

.home-product .news-image img {
    height: 96px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}


/* -- home page slider -- */

.owl-carousel,
.owl-carousel2 {
    float: left;
    width: 100%;
}

.owl-stage-outer {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.owl-item {
    float: left;
    width: 100%;
}

.item {
    float: left;
    width: 100%;
}

.slider-content {
    float: left;
    width: 100%;
    position: relative;
}

.product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 190px;
    /*min-height: 300px;
    */
    padding-top: 150px;
    z-index: 1;
    padding-bottom: 30px;
}

span.slider-btn-row {
    float: left;
    width: 100%;
}

.product-info h1 {
    text-transform: none;
    line-height: initial;
    margin-bottom: 0;
    float: left;
    margin-top: 17px;
    width: 100%;
}

.product-info span.news-time {
    color: #fff;
}

.featured-project-all ul li h2:hover,
.product-info h1:hover,
.top-story-content h3:hover,
.featured-project-all.pull-left h2:hover {
    opacity: 0.8;
    filter: alpha(opacity="80");
}

.btn-continue-read:hover {
    color: rgba(0, 0, 0, 0.8);
}

.btn-continue-read {
    float: left;
    width: auto;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding-left: 25px;
    text-transform: uppercase;
    background: url(../svg/continue-reading.svg) no-repeat left center;
    display: none;
}

.btn-continue-read:hover {
    color: #fff;
}

.owl-nav button span {
    font-size: 0;
}

.home-product-slider .slider-content::after {
    background: url(../png/slider-content-overlay.png) repeat-x bottom left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 0;
}

.home-product-slider .slider-content {
    min-height: inherit;
}

.page-template-winSource_parts .formGrpHeader{
    display: flex;
    width: 100%;
    /* margin-bottom: 20px; */
    align-items: center;
}

.page-template-winSource_parts .winInput{
    background: url('../png/winsource-1.png');
    /* padding: 120px 0 117px 70px; */
    padding: 72px 0 72px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.formGrpWrap{
    display: flex;
    /* width: 100%; */
    width: 70%;
    flex-direction: column;
    position: relative;
    /* margin: 0 auto; */
}

.page-template-winSource_parts .formImg{
    width: 15%;
}

.page-template-winSource_parts .formLeftImg{
    margin-right: 30px;
}

.page-template-winSource_parts .formRightImg{
    margin-left: 30px;
}

.page-template-winSource_parts .form-input{
    width: 100% !important;
    margin-bottom: 0 !important;
}

#lengthAlert{
    margin-top: 10px;
}

.page-template-winSource_parts .formGrpHeader .search{
    margin: 0 15px;
    border: none;
    background-color: transparent;
    position: absolute;
    right: -10px;
    top: 44px;
    width: 85px;
    height: 80px;
}

.page-template-winSource_parts .formGrpHeader .search:hover{
    opacity: 1;
}

.page-template-winSource_parts .formGrpHeader .reset{
    width: 10%;
}

.page-template-winSource_parts #winAjaxTbl .table-head tr{
   /* background-color: #E5EBF2; */
   background-color: rgb(231, 30, 38);
   border: 1px solid #ddd;
}
.page-template-winSource_parts #winAjaxTbl .table-head tr th{
    font-weight: 500;
    /* color: #7d7d7d !important; */
    color: #fff !important;
    font-size: 15px;
    padding: 8px;
    /* text-align: left; */
   border: 1px solid rgba(0, 0, 0, .2);
}

.page-template-winSource_parts #winAjaxTbl .table-body tr:nth-of-type(odd){
    background-color: #F9FBFF;
}
.page-template-winSource_parts #winAjaxTbl .table-body tr td{padding: 8px;font-weight: 400;font-size: 14px;border: 1px solid rgba(0, 0, 0, .2);}
.page-template-winSource_parts #winAjaxTbl .table-body tr:hover{
   background-color :#F3F3F3;
}
.page-template-winSource_parts .inputBtn{
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
}

.page-template-winSource_parts .inputBtn:hover{
    opacity: 0.7;
}

.page-template-winSource_parts .data-center{
    text-align: center !important;
}

.page-template-winSource_parts .buy_win_btn{
    width: 12%;
}

.page-template-winSource_parts .buy_win_btn .btn{
    display: inline-block;
    border: 1px solid #000;
    padding: 8px;
    color: #ffff;
    background-color: rgba(0, 0, 0, .8);
    font-size: 14px;
}

.page-template-winSource_parts .buy_win_btn .btn:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.page-template-winSource_parts .buy_win_btn .btn i{
    margin-right: 8px;
}

/*-- banner bottom category --*/

.home-product-category {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    padding-top: 10px;
    padding-bottom: 50px;
}

.home-category {
    float: left;
    width: 100%;
}

.category-list {
    margin-left: -9px;
    margin-right: -9px;
}

.category-list ul {
    display: table;
    width: 100%;
}

.category-list ul li {
    display: table-cell;
    width: 10%;
    padding: 0 9px;
    text-align: center;
    vertical-align: middle;
}

.category-list ul li a {
    width: 104px;
    float: left;
    text-align: center;
    height: 100%;
    padding: 15px 10px;
    background-color: #f7f7f7;
    height: 110px;
    border-style: solid;
    border-width: 1px;
    border-color: #EBEBEB;
}

.category-list ul li img {
    width: 48px;
    margin-bottom: 5px;
    opacity: 0.25;
}

.category-list ul li:nth-child(6) img {
    margin-top: -10px;
}

.category-list ul li a:hover img {
    opacity: 0.65;
}

.category-list ul li a br {
    display: none;
}

.category-list ul li span {
    line-height: 14px;
    float: left;
    width: 100%;
}


/*.category-list ul li:last-child img {
    margin: 10px 0;
}
 */

.category-list ul li:nth-child(5) a img {
    width: 36px;
}

.category-list ul li a:hover span {
    color: #414141;
}


/*-- top story --*/

section.top-story {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.top-story-content {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.top-story-content h2,
.latest-project-area h2 {
    width: 100%;
    float: left;
    padding: 22px 30px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.top-story-content ul {
    float: left;
    width: 100%;
    padding: 30px;
}

.top-story-content ul li {
    float: left;
    width: 31.20%;
    position: relative;
    margin-right: 36px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.top-story-content ul li:last-child {
    margin-right: 0;
}

.top-story-content ul li img {
    width: 100%;
    float: left;
    height: 236px;
    object-fit: cover;
}

.top-story-content ul li .product-info {
    background-image: none;
    padding: 20px;
    top: auto;
    bottom: 0;
    min-height: inherit;
    text-align: left;
    z-index: 1;
    padding-right: 50px;
    padding-bottom: 15px;
}

.top-story-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.top-story-content h3 {
    margin-top: 10px;
    float: left;
    width: 100%;
    font-weight: 500;
}

section.latest-projects {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

aside.latest-project-left {
    width: 870px;
}

.advertisement-bar {
    width: 300px;
    float: right;
}

.latest-project-area {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.project-discription {
    float: left;
    width: 100%;
    padding: 30px;
}

.latest-projects.popular-post .project-discription {
    padding-bottom: 33px;
}

.discription-info {
    width: 420px;
    float: left;
}

.recent-project-list {
    float: right;
    width: 350px;
}

.discription-info>img {
    float: left;
    width: 100%;
    height: 422px;
    object-fit: cover;
}

.project-info {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.project-info h6 {
    font-weight: 400;
    color: #414141;
    margin-top: 5px;
    margin-bottom: 15px;
}

.project-info h6:hover,
.related-project-content h6:hover {
    color: #318fdf;
}

.project-info p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.project-discription .home-news-listing ul {
    margin-bottom: 30px;
    padding: 0;
}

.popular-post-wrap-ul{
    position: relative;
}

.popular-post-wrap-ul::before{
    content: '';
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}

.popular-post-wrap-ul li p.small {
    height: 40px;
}

/* .project-discription .home-news-listing li {
    margin-bottom: 30px;
} */

.change-padding{
    padding-bottom: 0 !important;
}

.change-ui ul li{
    margin-bottom: 60px;
}

.advertise-list .advertisement {
    margin-top: 0;
    margin-bottom: 25px;
    height: 250px;
}

.advertisement-bar .advertisement_small {
    margin-top: 0;
    margin-bottom: 27px;
    height: 108px;
}

/* 16-12-2022 */
.community-post .advertise-list .advertisement {
    height: 263.5px;
}
@media screen and (max-width: 580px) {
.page-template-home .advertise-list .advertisement{
    height: auto;
}
}
@media screen and (max-width: 770px) {
.page-template-home section.latest-projects.latest-projects-1.project .advertise-list .advertisement:nth-child(2) img, .page-template-home section.latest-projects.latest-projects-1.article .advertise-list .advertisement:first-child img {
    /* height: 250px; */
}}

.popular-post .advertise-list .advertisement {
    margin-bottom: 30px;
}

.latest-project-area .btn-view-more {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.project-discription .home-news-listing li {
    margin-top: 0 !important;
}

.poplar-post-view {
    float: left;
    width: 100%;
    padding-bottom: 22px;
    /* border-bottom: 1px solid #f1f1f1; */
}

.poplar-post-view .discription-info {
    width: 390px;
    position: relative;
}

.project-discription .popular-post-main {
    width: 100%;
    padding: 30px 0 10px 0;
}

.recent-project-list .popular-post-listing ul li {
    width: 390px;
    min-height: 85px;
}

.recent-project-list .popular-post-listing ul li:nth-child(2n) {
    float: right;
}

.popular-post-main .btn-view-more {
    margin-top: 0;
}

.project-discription .community-post-main {
    float: left;
    width: 100%;
}

.project-discription.community-description {
    padding: 0;
}

.home-news-listing.community-post-list ul li {
    margin-bottom: 0;
    padding: 32.2px 0;
    border-bottom: 1px solid #f1f1f1;
}

.community-post-list .news-title h6 {
    font-size: 14px;
    color: #575757;
    margin-bottom: 1px;
}

.community-post-list .news-title p {
    margin-bottom: 8px;
    color: #7d7d7d;
    float: left;
    width: 100%;
}

.community-post-list .news-title span {
    margin-bottom: 0;
}

.project-discription.community-description ul {
    margin-bottom: 0;
}

.home-news-listing.community-post-list ul li a {
    float: left;
    width: 100%;
    display: table;
}

.home-news-listing.community-post-list ul li a.btn-view-more {
    margin-top: 0;
}

.home-news-listing.community-post-list .news-image {
    display: table-cell;
    vertical-align: middle;
    width: 72px;
    padding-right: 20px;
}

.home-news-listing.community-post-list .news-image span {
    border-radius: 50%;
    overflow: hidden;
    width: 72px;
    vertical-align: middle;
    display: inline-block;
    height: 72px;
}

.home-news-listing.community-post-list .news-image span img {
    width: 100%;
    height: 100%;
}

.home-news-listing.community-post-list .news-title {
    margin-left: 20px;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
}

.slider-content img {
    height: 603px;
    object-fit: cover;
    width: 100%;
}

.community-post-listing {
    float: left;
    width: 100%;
    padding: 30px;
    padding-top: 0;
}

.home-news-listing.community-post-list ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 7px;
}

.community-post-counter {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 65px;
    border-top: 1px solid #f4f4f4;
    padding-left: 30px;
    padding-right: 30px;
}

.community-counter-row {
    width: 100%;
    display: block;
}

.counter-col {
    float: left;
    width: 179px;
    vertical-align: middle;
    margin-left: 0;
}

.counter-col:last-child {
    width: auto;
}

.counter-inner {
    float: left;
    width: 100%;
}

.counter-image {
    float: left;
    position: relative;
    width: 72px;
    height: 72px;
    background-color: #F7F7F7;
    text-align: center;
    vertical-align: middle;
    line-height: 95px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.counter-image h4 {
    color: #575757;
}

.counter-inner h4 {
    color: #575757;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    position: relative;
}

.counter-inner p {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.counter-inner h4::after {
    width: 26px;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fe8a45;
}

.counter-image img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.counter-col:first-child {
    margin-left: 0;
}

.counter-col:nth-child(2) .counter-inner h4::after {
    background-color: #38c867;
}

.counter-col:nth-child(3) .counter-inner h4::after {
    background-color: #4945fe;
}

.counter-col:nth-child(4) .counter-inner h4::after {
    background-color: #d0c224;
}

.counter-col:nth-child(5) .counter-inner h4::after {
    background-color: #45d0fe;
}

.latest-project-area .news-image img {
    height: 96px;
    object-fit: cover;
    width: 100%;
}

.home-news-listing.community-post-list ul li:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
}

.project-info span {
    margin-bottom: 8px;
    float: left;
}

.change-font-size span{
    font-size: 15px;
}

.home-news-listing.community-post-list ul li p a {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.home-news-listing.community-post-list ul li p a:hover,
.top-dowanload strong:hover {
    color: #318fdf;
}


/*--- featured projects --- */

.feature-projects {
    float: left;
    width: 100%;
    padding: 80px 0;
    margin-bottom: 50px;
    background: url(../svg/fatrues-prject.svg) no-repeat left top;
    background-size: cover;
}

.features-project-sliders {
    float: left;
    width: 100%;
    position: relative;
}

.features-project-sliders .owl-nav {
    position: static;
    float: right;
}

.features-project-sliders .owl-nav button {
    border: none;
    margin-right: 1px;
    outline: none;
}

.featured-project-all.pull-left h2 {
    margin-bottom: 30px;
    font-size: 22px;
    margin: 20px 0;
    float: left;
    width: 100%;
    line-height: 22px;
    text-transform: capitalize;
}

.feature-projects .container>h2 {
    margin-bottom: 30px;
}

.all-featured-prject {
    float: left;
    width: 100%;
}

.featured-project-all {
    width: 590px;
}

.featured-project-all .product-info {
    padding: 30px;
    padding-right: 60px;
    padding-top: 0;
    background-image: none;
    background-color: transparent;
    z-index: 1;
    min-height: initial;
}

.featured-project-all .slider-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../png/slider-content-overlay.png) repeat-x bottom left;
    min-height: 300px;
}

.slider-btn-row .btn-gray:last-child {
    margin-right: 0;
}

.featured-project-all.pull-left img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 470px;
}

.all-featured-prject p {
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 100%;
}

.featured-project-all ul {
    float: left;
    width: 100%;
}

.featured-project-all ul li {
    float: left;
    width: 290px;
    margin-bottom: 10px;
}

.featured-project-all ul li:nth-child(2n) {
    float: right;
}

.featured-project-all ul li img {
    height: 230px;
    width: 100%;
    float: left;
}

.featured-project-all ul li .product-info {
    padding: 20px;
    padding-top: 0;
    min-height: initial;
}

.featured-project-all ul li h2 {
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    text-transform: none;
    float: left;
    width: 100%;
    line-height: initial;
}

.featured-project-all ul li .slider-content {
    overflow: hidden;
}

.sendpress-signup-form input[type=text]::-moz-placeholder {
    color: #fff;
    opacity: 0.50;
}

.sendpress-signup-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.50;
}

.sendpress-signup-form input[type=text]::-o-placeholder {
    color: #fff;
    opacity: 0.50;
}




/*-- project details page --*/


/*-- pagination --*/

.pagination-links {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.pagination-links ul {
    margin: 0 auto;
    width: 1200px;
}

.pagination-links li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #737373;
    font-weight: 300;
}

.pagination-links li a {
    display: inline-block;
    vertical-align: middle;
    color: #2b5382;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
}

.pagination-links li:first-child a {
    margin-left: 0;
}

.main-project-details {
    float: left;
    width: 100%;
    position: relative;
}

.project-full-description {
    float: left;
    width: 100%;
    padding-top: 125px;
    position: relative;
    padding-bottom: 10px;
    top: 0px;
    margin-bottom: 120px;
}

.single-project .project-full-description {
    margin-bottom: 0px;
}

.page-template-winSource_parts .project-full-description{
   padding-top: 0;
}

.page-template-winSource_parts .project-full-description{
    margin-bottom: 0;
}

.page-template-search_parts .project-full-description{
    padding-top: 0 !important;
}

.project-full-description .advertisement {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin-top: 0;
}

.advertisement.project-left {
    width: 183px;
    left: -183px;
    height: 855px;
}

.advertisement.project-right {
    left: auto;
    width: 183px;
    right: -183px;
    height: 855px;
}

.projects-description-info {
    float: left;
    width: 100%;
    padding: 45px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.projects-description-info.project p {
    float: none;
}
.projects-description-info figure {
    margin: 0;
    width: 100%;
    max-width: initial;
    margin-bottom: 35px;
}

.projects-description-info figure figcaption.wp-caption-text {
    display: none;
}

.projects-description-info h1 {
    /* width: 86%; */
    /* margin: 0;
    line-height: 1.5;
    margin-bottom: 13px; */
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.5;
    margin-bottom: 35px;
    font-size: 32px;
    margin: 0.67em 0;
}

.projects-description-info .project-dis h1 {
    border: none;
    padding-bottom: 8px;
}

.project-basic-info {
    float: left;
    margin-bottom: 15px;
	margin-top: 10px;
    width: 100%;
}

.project-basic-info ul {
    float: left;
    width: 100%;
}

.project-basic-info ul li {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-right: 22px;
    margin-bottom: 15px;
}

.project-basic-info li>span,
.project-basic-info li>a {
    float: left;
    width: auto;
    padding-left: 30px;
    font-size: 14px;
    color: #b0b0b0;
    font-weight: 300;
}

.project-basic-info li.project-user>span,
.project-basic-info li.project-user>a {
    background: url(../png/project_user.png) no-repeat left 3px center;
}

.project-basic-info li.project-domain>span,
.project-basic-info li.project-domain>a {
    background: url(../png/domain.png) no-repeat left 2px center;
}

.project-basic-info li.project-email>span,
.project-basic-info li.project-email>a {
    background: url(../png/project-email.png) no-repeat left 2px center;
}

.project-basic-info li.project-Views>span,
.project-basic-info li.project-Views>a {
    background: url(../png/project-views.png) no-repeat left center;
}

.single-article .project-basic-info ul li.project-Views span {
    background-position: left 2px;
}

.project-basic-info li.Moderate>span,
.project-basic-info li.Moderate>a {
    background: url(../png/moderateoricon1.png) no-repeat left center;
}

.project-basic-info li.Tested>span,
.project-basic-info li.Tested>a {
    background: url(../png/tested.png) no-repeat left 2px center;
    color: #37B771;
}

span.kento-pvc-total {
    font-size: 14px;
}

.project-basic-info ul li.p_test {
    line-height: 26px;
    position: relative;
    top: -3px;
}

.projects-description-info .header-advertisements {
    float: none;
    margin: 0 auto 30px auto;
    display: table;
}

.projects-description-info .content {
    float: left;
    width: 100%;
}

.projects-description-info figure figcaption.wp-caption-text {
    display: none;
}

.projects-description-info p {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
}

.projects-description-info .content>div {
    margin-bottom: 35px;
    margin-top: -5px;
    font-weight: 300;
}

.projects-description-info .content>div.simple-alert-boxes.sab_info.sab_success {
    padding-left: 40px !important;
}

.projects-description-info .content .EnlighterJSWrapper {
    margin-bottom: 4px !important;
}

.projects-description-info h3 {
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 18px;
    padding-left: 0 !important;
}

.projects-description-info .content ul,
.advertisements-info ul {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding-left: 20px;
}

.projects-description-info .content ul li,
.advertisements-info ul li ,
.ap-answer-content ul li{
    float: left;
    padding-left: 22px;
    width: 100%;
    color: #7d7d7d;
    margin-bottom: 3px;
    font-size: 15px;
    background: url(../svg/project-listing.svg) no-repeat left 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.projects-description-info .content ul li:last-of-type,
.advertisements-info ul li:last-of-type ,
.ap-answer-content ul li:last-of-type{
    margin-bottom: 0;
}

.question-template-default.single.single-question .ap-q-inner ul li{
    background: url(../svg/project-listing.svg) no-repeat 10px 10px;
    padding-left: 30px;
}
/* .question-template-default.single.single-question p:first-of-type{
    background: none;
} */


.ap-answer-content ul{
    display: inline-block;
    margin: 10px 0px 10px 20px !important;
}

#answers .ap-q-inner .sfsiaftrpstwpr,#question .ap-q-inner .sfsiaftrpstwpr{
    display: none;
}

#answers .ap-answer-content p{
    font-family: 'Open Sans', sans-serif;
} 

#answers .ap-answer-content p img{
    display: block;
    margin: 0 auto;
}

.projects-description-info p a img {
    margin-bottom: 10px;
}

.project-comments-area {
    float: left;
    width: 100%;
    background-color: #fff;
}

.projects-description-info ol {
    display: block;
    list-style-type: decimal;
    padding-left: 30px;
    margin-bottom: 25px;
}

.projects-description-info ol li {
    width: 100%;
    list-style-type: decimal;
    /*list-style-position: inside;
    */
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #7d7d7d;
}

.projects-description-info ol li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #4584ce
}

.projects-description-info ol li a:hover {
    color: #60a3f1;
}

form#commentform {
    float: left;
    width: 100%;
}

.comment-respond form#commentform {
    padding: 25px;
}

form#commentform p label {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    color: #575757;
}

textarea#comment {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    resize: none;
    font-size: 16px;
    color: #b1b1b1;
    padding: 15px;
    border-radius: 0;
    font-family: roboto;
    height: 100px;
}

form#commentform p input[type="text"],
form#commentform p input[type="url"],
form#commentform p input[type="email"] {
    float: left;
    width: 100%;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 0;
    border: 1px solid #f0f0f0;
}

form#commentform p {
    margin-bottom: 10px;
}

form#commentform p input#submit {
    border-radius: 5px;
    border-color: #f26b31;
    border: 1px solid transparent;
    width: auto;
}

form#commentform p input#submit:hover {
    border-color: #f26b31;
}

form#commentform p:last-child {
    margin-top: 10px;
}

.projects-description-info+.advertisement {
    position: static;
    margin: 40px 0;
    height: auto;
}

.projects-description-info+.advertisement img {
    width: auto;
    max-width: 100%;
}

.comments-area h3 {
    color: #414141;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 22px 30px;
    border-bottom: 1px solid #f0f0f0;
}

form#commentform p.form-submit {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.projects-description-info p span {
    font-size: 15px;
}

.projects-description-info p a,
.advertisements-info p a {
    font-size: 15px;
    color: #cf6000;
    font-family: 'Open Sans', sans-serif;
}

.projects-description-info p a:hover,
.advertisements-info p a:hover {
    color: #e86c00;
}

.single-project {
    overflow-x: hidden;
}


/*-- footer ---*/

footer {
    float: left;
    width: 100%;
    background-color: #405D7E;
    color: #fff;
    padding-top: 50px;
}

.copyright {
    float: left;
    width: 100%;
    background-color: #365374;
    padding: 21px 0;
    margin-top: 50px;
}

.footer-copyright-area .copyright {
    padding: 0;
    color: #ced4db;
    font-size: 12px;
    width: auto;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 12px;
    margin-top: 10px;
}

.footer-copyright-area ul {
    float: right;
    width: auto;
}

.footer-copyright-area ul li {
    float: left;
    width: auto;
    margin-left: 24px;
}

.footer-copyright-area li a {
    color: #ddedff;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-col {
    float: left;
    width: auto;
    margin-right: 30px;
}

div#text-59 {
    width: 300px;
    text-align: left;
}

div#text-59 img {
    width: 276px;
}

.footer-full .aligncenter {
    float: left;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 25px;
}

.footer-full h2.widgettitle {
    color: #f2f2f2;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.footer-full li a {
    color: #ced4db;
    font-size: 13px;
    font-weight: 300;
}

.footer-full li a span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.footer-full li a span.menu-image-title-after.menu-image-title {
    padding-left: 0;
}

.footer-full li a:hover {
    color: #d0e5fd;
}

.footer-full li a.fb {
    background-position: left top;
}

.footer-full li a.twt {
    background-position: left -48px;
}

.footer-full li a.gplus {
    background-position: left bottom;
}

footer li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.footer-col:last-child {
    margin-right: 0;
    width: 345px;
}

.footer-col:nth-child(2) {
    width: 120px;
}

.footer-col:nth-child(3) {
    width: 345px;
}

ul#menu-footer-projects {
    float: left;
    width: 100%;
}

ul#menu-footer-projects li {
    float: left;
    width: 50%;
    padding-right: 25px;
}

.sendpress {
    float: left;
    width: 100%;
}

form#sendpress_signup {
    float: left;
    width: 100%;
}

div#form-wrap {
    float: left;
    width: 100%;
}

.sendpress-signup-form label {
    display: none;
}

.footer-social li a {
    /*background: url(../images/footer-social.svg) no-repeat;*/
    background: url(../svg/footer-social_new-01.svg) no-repeat;
    padding-left: 20px;
    line-height: 22px;
}

.connect-links li a {
    /*background: url(../images/footer-social.svg) no-repeat;*/
    background: url(../svg/footer-link.svg) no-repeat;
    padding-left: 20px;
    line-height: 22px;
}

.footer-full li a.cs1 {
    background-position: left top;
}

.footer-full li a.ws {
    background-position: left -48px;
}

.footer-full li a.adv1 {
    background-position: left bottom;
}

input#submit {
    float: left;
    width: 100px;
    text-align: center;
    height: 45px;
    margin: 0;
    border-radius: 0;
    background-color: #f26b31;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-family: roboto;
    border-top-right-radius: 5px;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    position: relative;
}

.sendpress-signup-form {
    position: relative;
    float: left;
    width: 100%;
}

.sendpress-signup-form input[type=text] {
    width: calc(100% - 100px);
    border-radius: 0;
    float: left;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    font-size: 12px;
    font-family: roboto;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 45px;
    color: #fff;
}

.footer-social,
.connect-links {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.sendpress #error .item {
    color: #fff;
    font-size: 12px;
}

.sendpress #thanks {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-col:last-child .textwidget+.widgettitle {
    margin-bottom: 13px;
}

.top-dowanload .project-discription.community-description {
    padding: 20px;
}

.top-dowanload li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.top-dowanload li:last-child {
    margin-bottom: 0;
}

.top-dowanload strong {
    float: left;
    width: 100%;
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
}

.top-dowanload span {
    font-size: 13px;
    color: #7d7d7d;
    padding-left: 20px;
    background: url(../svg/dowanload.svg) no-repeat left center;
}

.top-dowanload li:last-child a {
    margin-top: 0;
}

.top-dowanload h2 {
    padding: 17px 20px;
    line-height: 20px;
}

.footer-full li a:hover {
    color: #d0e5fd;
}

div#comments {
    float: left;
    width: 100%;
}

div#comments h2.comments-title {
    float: left;
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.comments-title span {
    font-size: 18px;
}

ul.commentlist {
    float: left;
    width: 100%;
}

ul.commentlist li {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.comment-body {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.comment-body:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.comment-author.vcard {
    float: left;
    width: 100px;
}

.author_comment {
    margin-left: 100px;
    margin-top: 8px;
}

.author-avatar {
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author_info {
    float: left;
    width: 100%;
}

span.author-name {
    color: #575757;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

span.auhor-date {
    float: left;
    width: 100%;
}

.comment_text {
    float: left;
    width: 100%;
}

.comment_text p {
    font-weight: 300;
    margin-bottom: 10px;
}

.reply {
    float: left;
    width: 100%;
}

.reply a {
    float: left;
    width: auto;
    color: #575757;
    font-size: 14px;
    text-decoration: underline;
}

.comment-reply-title small {
    float: right;
}

ul.commentlist li .children li {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


/*ul.commentlist li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
*/

.details-bottom-add {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.details-bottom-add .advertisement {
    position: static;
    width: 336px;
    height: 280px;
    margin-right: 96px;
}

.details-bottom-add .advertisement:last-child {
    margin-right: 0;
}

.related-projects.top-story-content ul li::after {
    display: none;
}

.related-projects.top-story-content ul li {
    overflow: visible;
}

.related-project-content {
    float: left;
    width: 100%;
    padding: 20px;
}

.related-project-content h6 {
    font-weight: 400;
    color: #414141;
    /* margin-bottom: 20px; */
    min-height: 40px;
}

.related-project-content .btn-view-more {
    float: left;
    width: 100%;
}

.poplar-post-view .discription-info>img {
    height: 236px;
}

.advertisement.bottom-last-add {
    height: 125px;
    width: 100%;
    margin-top: 40px;
    position: static;
}

.popular-post-listing .news-image img {
    height: 76px;
}

.popular-post-listing .news-title {
    margin-top: 0;
}

.home-news-listing.popular-post-listing li:nth-last-child(1),
.home-news-listing.popular-post-listing li:nth-last-child(2) {
    margin-bottom: 0;
}

.advertise-list .advertisement:last-child {
    margin-bottom: 0;
}

.poplar-post-view .discription-info .project-info {
    margin-top: 10px;
}

.poplar-post-view .discription-info .project-info h6 {
    margin-top: 0;
    margin-bottom: 5px !important;
}

.main-navigation ul ul {
    background-color: #fff;
    width: 524px;
    border-top: 2px solid #405D7E;
    padding: 10px 0;
    top: 98%;
}

.main-navigation ul ul::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 12px 8.5px;
    border-color: transparent transparent #405D7E transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #405D7E #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -14px;
    left: 15px;
    content: "";
}


/*.main-navigation li:last-child ul.sub-menu {
     width: 524px;
}
*/

.main-navigation ul ul li {
    margin-right: 0 !important;
    width: 33.33%;
}

.main-navigation ul ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
}

.main-navigation ul ul li a span {
    font-size: inherit;
    text-transform: inherit;
}

.top-story-content ul li span.slider-btn-row a {
    margin-bottom: 5px;
}

.responsive-logos {
    display: none;
}

body.scroll {
    overflow: hidden;
}

.header-advertisements img,
.advertisement img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.menu-wrappers .menu-toggle.responsive-menu-ico:before,
.menu-wrappers .menu-toggle.responsive-menu-ico:after {
    display: none;
}

.poplar-post-view .discription-info img {
    width: 100%;
    height: 236px;
    object-fit: cover;
}

ul.commentlist {
    padding: 25px;
}

p.comment-notes {
    margin-top: 10px;
}


/*-- contact us page --*/

.contact-us-part {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.contact-us-part h1 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}

aside.contact-us-left.upload-page-information {
    float: left;
    width: 578px;
}

.contact-us-form-wrapper aside.contact-us-left {
    padding: 40px;
    border: 1px solid #f1f1f1;
}

.contact-us-left li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

/* .contact-us-left li:nth-child(4) {
    text-align: center;
} */

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    display: inline-block;
}

.contact-us-left li input,
.contact-us-left li textarea, .adevrtise-from li input, .adevrtise-from li textarea, .adevrtise-from li select {
    font-size: 16px !important;
    line-height: normal !important;
    padding: 7px 11px !important;
    background-color: rgb(245, 247, 249) !important;
    border-radius: 6px;
    margin-top: 5px;
}

.contact-us-left li textarea {
    height: 113px;
}

.contact-us-left li input[type="submit"],
.adevrtise-from input[type="submit"] {
    color: #fff;
    border: 1px solid #3290df;
    background-color: #3290df !important;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px !important;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact-us-left li input[type="submit"]:hover,
.adevrtise-from input[type="submit"]:hover {
    background-color: #42baff !important;
    color: #fff;
    border-color: #3290df;
}
aside.contact-us-left.upload-page-information li.recaptcha-li {
    text-align: center !important;
}
aside.contact-us-right {
    float: right;
    width: 530px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

.contact-us-left p,
.contact-us-left p a {
    color: #ababab;
    font-size: 18px;
    font-weight: 300;
    /* text-align: center; */
}

.contact-us-left p a {
    text-decoration: underline;
}

.contact-us-left div.wpcf7 {
    float: left;
}

.contact-us-part+.advertisement {
    margin-bottom: 40px;
}
ul.contact-page-form.quote-form strong, ul.quote_contact_detail.contact-page-form strong, ul.quote_board_detail strong {
    font-family: Helvetica !important;
    color: rgb(24, 30, 37) !important;
}
ul.contact-page-form label span {
    color: red;
}

ul.contact-page-form label, .media_chk span.wpcf7-list-item-label {
    color: rgb(24, 30, 37) !important;
    font-size: 14px;
    font-weight: 500;
    font-family: Helvetica !important;
}
ul.contact-page-form li.field-half {
    display: flex;
    gap: 25px;
}
ul.contact-page-form li p {
    width: 100%;
}
ul.contact-page-form li p input {
    border: 1px solid #d9d9d9;
}
ul.contact-page-form span.wpcf7-not-valid-tip {
    float: none !important;
}
ul.contact-page-form li.field-half.recaptcha-li p:last-child {
    width: 28%;
}
ul.contact-page-form .wpcf7-spinner {
    float: right;
}
p.contact-details, p.contact-details a {
    text-align: center;
    margin-top: 20px;
    font-family: Helvetica;
    /* color: rgb(24, 30, 37); */
    font-size: 16px;
}
p.contact-details a {
    color: #3290df;
}
ul.contact-page-form input[type="submit"]:hover{
    background-color: #42baff !important;
}
ul.contact-page-form li p input:focus, ul.contact-page-form li p textarea:focus, ul.contact-page-form li p select:focus  {
    border-color: #3290df;
}

/*--- Project --- */

.widget_breadcrumb_navxt {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #737373;
    font-weight: 300;
    margin: 0 !important;
}

.widget_breadcrumb_navxt a,
.widget_breadcrumb_navxt a span {
    color: #2b5382;
    font-size: 14px;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.widget_breadcrumb_navxt span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-size: 14px;
    position: relative;
    padding-right: 0;
    padding-left: 15px;
    text-transform: capitalize;
    /* margin-top: 1px; */
}

.widget_breadcrumb_navxt span:first-child::after,
.widget_breadcrumb_navxt span.Projects {
    display: none;
}

.widget_breadcrumb_navxt span::after {
    position: absolute;
    left: 0;
    content: "/";
    top: 1px;
}

.widget_breadcrumb_navxt span:first-child {
    margin-left: 0;
    padding-left: 0;
}

.widget_breadcrumb_navxt a span:hover,
.widget_breadcrumb_navxt a:hover {
    color: #318fdf;
}

.widget_breadcrumb_navxt span span {
    padding-right: 0;
}

.project-listing-area {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.project-listing-area h2,
.project-listing-area .tab-content h1 {
    padding: 22px 30px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.project-listing-area .tab-content h2 {
    padding: 0;
    padding-bottom: 20px;
}

.project-listing-area .tab-content h1 {
    margin-bottom: 0;
}

/* .manufacture-tbl th{
    text-align: left;
    padding: 0 0 20px;
}

.manufacture-tbl tbody tr td{
    padding: 10px 0;
} */

.manufacture-body span.fa.fa-star.checked, .manufacture-body span.fa.fa-star-half-o {
    color: orange;
}

.manufacture-table{
    margin-bottom: 40px;
}
.manufacture-table .manufacture-header{
    margin-bottom: 5px;
}
.manufacture-table .manufacture-header,.manufacture-table .manufacture-body{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* padding: 12px 0; */
}

.manufacture-body{
    padding: 0 !important;
}

.manufacture-table{
    text-align: center;
    border-collapse: collapse;
}

.manufacture-table .manufacture-body{
    background-color: #fff;
    /* box-shadow: 0 0 6px 3px rgba(0, 0, 0, .1); */
    margin-bottom: 15px;
    border-radius: 12px;
}
.manufacture-table .manufacture-body:hover{
   background-color: #f2f8fd;
}
.manufacture-table .manufacture-body:last-of-type{
    margin-bottom: 0px;
}
.manufacture-table .manufacture-body img{
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.header-wrap h3{
  color: #414141;
}
.price-wrap{
    color: #4CAF50 !important;
}
td.common-wrap{
    /* padding: 15px 0; */
    color: #7d7d7d;
    /* border-bottom: 1px solid #eee; */
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.manufacture-table .manufacture-body:hover td.common-wrap:last-of-type{
    border-right: 3px solid #67a8df;
}
.manufacture-table .manufacture-body td.common-wrap a{
    border-radius: 10px;
    padding: 10px;
}
.common-wrap .apexcharts-canvas{
    margin-top: 15px;
    height: 95px !important;
}
.common-wrap .apexcharts-canvas svg{
    height: 95px !important;
}

.common-wrap:first-of-type{
    width: 5%;
    /* width: 13%; */
    /* padding-left: 30px; */
}
.common-wrap:nth-of-type(2){
    width: 13%;
}
.common-wrap:nth-of-type(3){
    width: 11%;
}.common-wrap:nth-of-type(4){
    width: 11%;
}.common-wrap:nth-of-type(5){
    width: 11%;
}.common-wrap:nth-of-type(6){
    width: 11%;
}.common-wrap:nth-of-type(7){
    width: 11%;
}.common-wrap:nth-of-type(8){
    width: 14%;
}
.common-wrap:last-of-type{
    width: 14%;
    padding-left: 20px;
    border-right: 0;
}

.body-wrap a{
    display: inline-block;
    padding: 12px 10px;
    border: 1px solid #b3d4f0;
   /* font-size: 16px; */
   color: #3290df;
   background: #f2f8fd;
}
.manufacture-table .manufacture-body:hover .body-wrap a, .body-wrap a:hover{
    background-color: #3290df;
    color: #fff;
    border-color: #3290df;
}

.main-prject-listing,
.main-cms-content {
    float: left;
    width: 100%;
    padding: 30px;
}

.main-prject-listing ul {
    display: table;
    width: 100%;
    border: 1px solid #f0f0f0;
}

.main-prject-listing ul li {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.main-prject-listing ul li div {
    display: table-cell;
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
}

li.title-panel div {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
}

.main-prject-listing ul li.title-panel div,
.main-prject-listing ul li.title-panel div strong {
    font-weight: 500;
}

.main-prject-listing ul li div.table-right {
    text-align: center;
    width: 275px;
}

.main-prject-listing ul li div a {
    display: inline-block;
    vertical-align: middle;
}

.main-prject-listing ul li div a img {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.25;
    width: 4%;
    height: 4%;
    margin-right: 20px;
}

.main-prject-listing ul li div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #414141;
    font-weight: 400;
}

.main-prject-listing ul li div.project-right {
    text-align: center;
}

.main-prject-listing ul li:hover div {
    background-color: #f2f8fd;
}

.project-right strong,
.table-right strong {
    display: inline-block;
    width: 100%;
    border-left: 1px solid #f0f0f0;
    padding: 15px;
    font-weight: 400;
}

li.last.total div {
    color: #3290df;
}

li.last.total div.table-left {
    text-align: right;
}

.main-prject-listing ul li:last-child div {
    border-bottom: 0;
}

.category-project-url {
    float: left;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 80px;
}

.category-project-url a.btn-view-more {
    float: right;
    width: 315px;
    font-size: 16px;
    padding: 20px;
}

.category-project-url {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.category-project-url a.btn-view-more {
    float: right;
    width: 315px;
    font-size: 16px;
    padding: 16px 20px;
}

.project-listing-area+.advertisement {
    margin-bottom: 50px;
    margin-top: 50px;
}

.category-project-url p {
    float: left;
    font-size: 16px;
    width: 700px;
    font-weight: 300;
    color: #343434;
    margin-top: 14.5px;
    line-height: 24px;
}

.main-prject-listing ul li:last-child div,
.main-prject-listing ul li:first-child div {
    background-color: #ffffff;
}


/*-- project glance --*/

.project-glance-row {
    float: left;
    width: 100%;
}

.project-glance-cell {
    float: left;
    width: 360px;
    margin-right: 29px;
    border: 1px solid #eaeaea;
    min-height: 506px;
    margin-bottom: 29px;
    position: relative;
}

.project-glance-cell:nth-child(3n) {
    margin-right: 0;
}

.glance-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
}

.glance-title span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.glance-title span img {
    float: left;
    width: 7%;
    opacity: 0.25;
}

.glance-title h5 {
    display: inline-block;
    vertical-align: middle;
    color: #414141;
    font-weight: 400;
}

.glance-title a {
    display: inline-block;
    vertical-align: middle;
}

.glance-title img {
    width: 15%;
    opacity: 0.25;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.project-glance-cell ul {
    border: none;
    padding: 20px;
}

.project-glance-cell ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    border: 0;
}

.project-glance-cell ul li a {
    float: left;
    width: auto;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 20px;
}

.galnce-btn-row {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
}

.galnce-btn-row a.btn-view-more {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    padding: 12px;
}

.project-glance-cell ul li::before {
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0;
    content: "";
    width: 3px;
    background-color: transparent;
}

.project-glance-cell ul li:hover::before {
    background-color: #3d6594;
}

.project-glance-cell ul li:hover a {
    color: #3d6594;
}

.project-glance-cell:nth-last-child(3),
.project-glance-cell:nth-last-child(2),
.project-glance-cell:nth-last-child(1) {
    margin-bottom: 0;
}


/*---- project grid page ---- */

.archive-header-projects {
    float: left;
    width: 100%;
    padding: 22px 30px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0;
    padding-bottom: 20px;
}

.archive-header-projects h1,
.archive-header-projects h1.archive-title {
    width: auto;
    border: 0;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.list-gridtop {
    float: right;
}

.searchbox {
    display: inline-block;
    vertical-align: middle;
}

.view_type {
    display: inline-block;
    vertical-align: middle;
}

.table-gride-panel {
    float: left;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.gridstructure-bar {
    float: left;
    width: 100%;
}

.gridstructure-bar ul {
    float: left;
    width: 100%;
}

.gridstructure-bar ul li {
    float: left;
    width: 360px;
    border: 1px solid #eaeaea;
    margin-right: 29px;
    margin-top: 30px;
}

.gridstructure-bar ul li:nth-child(3n) {
    margin-right: 0;
}

.gridstructure-bar ul li>a {
    float: left;
    width: 100%;
}

.gridstructure-bar ul li a img {
    float: left;
    width: 100%;
    height: 286px;
    object-fit: cover;
}

.gridcontent-box {
    float: left;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #eaeaea;
}

.project-grid-info {
    float: left;
    width: 100%;
}

.gridcontent-box h3,
.gridcontent-box h2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 50px;
    color: #414141;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.list .gridcontent-box h3,
.list .gridcontent-box h2 {
    min-height: 0px;
}

.grid-basic-info,
span.grid-basic-info.p_non_test {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #b0b0b0;
    font-size: 12px;
    padding-left: 30px;
    margin-right: 12px !important;
    line-height: 22px;
    position: relative;
}

span.grid-basic-info.p_non_test {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.grid-basic-info:last-child {
    margin-right: 0;
}

span.grid-basic-info.p_test::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #03c875;
    border-radius: 50%;
    background: url(../png/tested.png) no-repeat center transparent;
}

span.grid-basic-info.p_non_test::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    background: url(../png/no-tested.png) no-repeat center transparent;
}

.view-bar.grid-basic-info {
    background: url(../png/view.png) no-repeat left center;
}

.project-commnets.grid-basic-info {
    background: url(../png/comments.png) no-repeat left 1px;
}

a.article-Moderate {
    background: url(../png/moderateoricon1.png) no-repeat left 1px;
}
div#kento-pvc-single {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 0;
}

.view-ba span.vies-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #b0b0b0;
}

.navigation {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

ol.wp-paginate {
    display: table;
    width: auto;
    margin: 0 auto;
    border-collapse: collapse;
}

ol.wp-paginate li {
    display: table-cell;
    vertical-align: middle;
    border-collapse: collapse;
    /* border: 1px solid #ccc;
     */
    margin-left: -1px;
}

.wp-paginate li span,
.wp-paginate li span.current,
.wp-paginate li span.title,
.wp-paginate li a {
    color: #318fdf;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 12px 18px;
    outline: none;
    background-color: #fff;
    /* float: left;
     */
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    display: inline-block;
    position: relative;
    margin-left: -2px;
}

ol.wp-paginate li:hover a,
ol.wp-paginate li:hover span,
.wp-paginate li span.page.current {
    background-color: #f2f8fd;
    color: #318fdf;
    position: relative;
    z-index: 1;
    border-color: #b3d4f0;
}

#GridView {
    width: 17px;
    height: 17px;
    float: left;
    background: url(../png/grid-ico.png) no-repeat left top;
    font-size: 0;
}

#GridView:hover {
    background-position: left bottom;
}

#listView {
    width: 18px;
    height: 15px;
    float: left;
    background: url(../png/list-icon.png) no-repeat left top;
    font-size: 0;
    margin-top: 1px;
}

#listView:hover {
    background-position: left bottom;
}

.view_type a {
    margin-left: 20px;
}

.project-basic-info ul li.project-Views span small {
    font-size: 14px;
    position: relative;
    bottom: 1px;
    display: inline-block;
    vertical-align: middle;
}


/*-- list view -- */

.projectcategory.list .gridstructure-bar ul li {
    width: 100%;
    margin-right: 0;
}

.projectcategory.list .gridstructure-bar ul li>a {
    width: 160px;
    height: 126px;
}

.projectcategory.list .gridstructure-bar ul li .gridcontent-box {
    border-top: 0;
    border-left: 1px solid #eaeaea;
    width: calc(100% - 160px);
    border-bottom: 0;
    height: 126px;
    padding: 37px 30px;
}

.projectcategory.list .gridstructure-bar ul li a img {
    height: 126px;
}

.projectcategory.list .gridstructure-bar ul li .gridcontent-box h3 {
    min-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectcategory.list .gridstructure-bar ul li:hover .gridcontent-box,
.gridstructure-bar ul li:hover .gridcontent-box {
    background-color: #f2f8fd;
}

span.grid-basic-info.p_test,
.p_test {
    color: #37B771;
}

.p_test.p_test::after {
    position: absolute;
    left: 2px;
    top: 3px;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #03c875;
    border-radius: 50%;
    background: url(../png/tested.png) no-repeat center #fff;
}

.p_test {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
}

.p_non_test {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.project-basic-info ul li.p_non_test {
    padding-left: 30px;
    font-weight: 300;
    position: relative;
    top: 0;
}

.p_non_test::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    background: url(../png/no-tested.png) no-repeat center #fff;
}

.single-project .p_non_test::after {
    transform: translateY(-50%);
}

.main-prject-listing ul li div.project-right,
.main-prject-listing ul li div.table-right {
    padding-right: 0;
}

.pagination-links div#bcn_widget-3 {
    margin: 0;
}

.add-barbox {
    float: left;
    width: 100%;
    /* position: relative;
    */
}

.topadd-barbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1566px;
    text-align: center;
}

.download-details-panel,
.download-details-panel ul,
.download-details-panel li {
    float: left;
    width: 100%;
}

.download-details-panel li {
    margin-bottom: 10px;
}

.single-project .wpd-blog-guest #comment-403519 .wpd-comment-text p:nth-of-type(2){
   line-height: 32px !important;
}

.single-project .download-details-panel li{
    padding: 5px 25px;
}
.single-project .download-details-panel li:nth-of-type(odd){
    background-color: #f4faff;
}
.single-project .download-details-panel li:nth-of-type(even){
      background-color: #f4faff91;   
}
.single-project .download-details-panel li:hover{
    background-color: #d3dff5;
}

.download-details-panel li a {
    font-size: 13px;
    font-size: 15px;
    font-weight: 400;
    color: #7d7d7d;
    padding-left: 30px;
    background: url(../svg/dowanload.svg) no-repeat left center;
	background-size: 20px 15px;
}

.download-details-panel li a img {
    display: none;
}

.download-details-panel li a:hover {
    color: #313131;
}

.social_share_buttons {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}

.box-panel-common.gallery-thumb-spccer {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.box-panel-common.gallery-thumb-spccer a {
    float: left;
    width: 356px;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.box-panel-common.gallery-thumb-spccer a:nth-child(3n) {
    margin-right: 0;
}

.box-panel-common.gallery-thumb-spccer a:last-child {
    margin-right: 0;
}

.box-panel-common.gallery-thumb-spccer a img {
    float: left;
    width: 100%;
}

.Moderate img {
    width: 60px;
}

.projects-description-info p iframe {
    display: table;
    margin: 0 auto;
}

span.vies-title {
    position: relative;
    top: 1.5px;
    font-size: 14px;
}

span.commnet-bar,
span.grid-basic-info.p_test, span.Moderate {
    font-size: 14px;
    font-weight: 400;
}

.proclose,
.promagnifier,
div.asl_w .probox .proinput input.autocomplete {
    display: none !important;
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 1px;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox,
div[id*='ajaxsearchlite'].wpdreams_asl_container {
    box-shadow: none !important;
}

.searchbox #ajaxsearchlite1 .proinput form input[type="search"].orig {
    margin: 0 !important;
    background: url(../png/search-ico.png) no-repeat right 5px !important;
    padding-right: 20px !important;
    width: 0;
    float: right;
    cursor: pointer;
    border-bottom: 1px solid transparent !important;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.searchbox #ajaxsearchlite1 .proinput form input[type="search"].orig:focus {
    width: 200px !important;
    border-bottom-color: #f1f1f1 !important;
    cursor: auto;
}

div.asl_r.vertical {
    /*width: 322px !important;
    right: 192px !important;
    left: inherit !important;*/
    margin-left: 110px;
}

.top-story-content.related-projects+.advertisement {
    position: static;
    margin-top: 40px;
}

.footer-ads {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}

.footer-ads .advertisement {
    margin: 0;
    text-align: center;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
}

.category-box-panel {
    position: relative;
    float: left;
    width: 100%;
}

.category-box-panel .breadcrumb-full {
    margin-top: 30px;
    margin-bottom: 35px;
}

.projects-description-info h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #313131;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

.projects-description-info h4 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #313131;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

.projects-description-info h5 {
    font-size: 14px;
    width: 100%;
    color: #313131;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

.projects-description-info h6 {
    font-size: 12px;
    width: 100%;
    color: #313131;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

.projects-description-info blockquote,
.blog-main-info-inner blockquote {
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 400;
    background-color: #f6f6f6;
    padding: 20px;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.projects-description-info blockquote p,
.blog-main-info-inner blockquote p {
    margin-bottom: 0;
    position: relative;
    font-size: 15px;
    color: #9c9c9c;
    padding: 0 40px;
    float: left;
    width: auto;
}

.blog-main-info-inner blockquote {
    position: relative;
    padding: 30px 70px;
}

.projects-description-info blockquote p::before,
.blog-main-info-inner blockquote::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 17px;
    background: url(../png/left-quote.png) no-repeat center;
}

.projects-description-info blockquote p::after,
.blog-main-info-inner blockquote::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 20px;
    height: 18px;
    background: url(../png/right-quote.png) no-repeat center;
}

.blog-main-info-inner blockquote::before {
    left: 30px;
    top: 30px;
}

.blog-main-info-inner blockquote::after {
    right: 30px;
    bottom: 30px;
}


/*.projects-description-info pre {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
    float: left;
    width: 100%;
    overflow: initial;
     word-wrap: break-word;
     word-break: break-all;
    white-space: normal;
     background-color: #f5f5f5;
    font-family: monospace;
    overflow-x: auto;
}
*/

.project-basic-info ul li.project-Views span {
    line-height: 14px;
}

code,
kbd,
pre,
samp {
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-main-info-inner blockquote p {
    padding: 0;
}

.blog-main-info-inner blockquote p a,
.blog-main-info-inner p a,
.blog-main-info-inner strong a,
.top-category-list a.btn-view-more,
figcaption a,
.single-post .blog-main-info-inner a {
    color: #4584ce !important;
}

.blog-main-info-inner blockquote p a:hover,
.blog-main-info-inner p a:hover,
.blog-main-info-inner strong a:hover {
    color: #60a3f1;
}


/*-- 404 --*/

.blog-listing.blog-details .blog-main-info-inner p img {
    /*width: auto;
    max-width: 100%;
    display: table;
    margin: 0 auto;
    float: none;*/
    max-width: 100%;
}

.page-not-info, .newsletter-confirmation-info {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    padding: 90px;
    text-align: center;
}

h1.page404 {
    color: #c3ddf3;
    font-size: 216px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    opacity: 0.40;
    line-height: normal;
}

.newsletter-confirmation-wrap h1 {
    color: #c3ddf3;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    opacity: 0.40;
    line-height: normal;
}

.page404 h2{
    color: #a9a9a9;
    font-size: 36px;
}

.page-not-info h2, .newsletter-confirmation-wrap h2  {
    color: #a9a9a9;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: normal;
    text-transform: none;
}

.page-not-info p, .newsletter-confirmation-wrap p {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #828282;
    line-height: 28px;
    margin-bottom: 120px;
}

.page-not-info a.btn-view-more{
    display: inline-block;
    font-size: 16px;
    width: 545px;
    padding: 20px;
    border-radius: 0;
}

.newsletter-confirmation-info a.btn-view-more {
    display: inline-block;
    font-size: 16px;
    width: 545px;
    padding: 20px;
    border-radius: 0;
    margin-top: 80px;
}

.page-not-info-container, .newsletter-confirmation-info-container {
    margin: 0 auto;
    width: 745px;
}

.pagination-links .advertisement {
    margin: 0 0 40px 0;
    height: auto;
    text-align: center;
}

.view-bar.grid-basic-info span.kento-pvc-total {
    font-size: 14px;
}

.header-advertisements a {
    float: left;
    width: auto;
}


/*--- dowanload page --- */

.dowanload-info .coomon-wrapper {
    float: left;
    width: 100%;
    padding: 25px;
}

.dowanload-info {
    /*min-height: 815px;
    */
    float: left;
    width: 100%;
    position: relative;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}

.dowanload-info-main {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
}

.dowanload-info-main .coomon-wrapper {
    float: left;
    width: 100%;
    margin-top: 125px;
}

.dowanlod-lsting-info .coomon-wrapper {
    margin-top: 0;
}

h1.archive-title,
h2.archive-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.projectcategory .project-listing-area h2 {
    padding: 0;
    width: auto;
    border: 0;
}

.dowanload-info h1.archive-title,
.page-template-buyparts .projects-description-info h1,
.page-id-78520 .projects-description-info h1 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
}

.page-id-78520 .projects-description-info h1 {
    display: block !important;
}

.project-category-listing.project-listing-area h1 {
    border-bottom: 1px solid #f0f0f0;
}

.table-gride-panel table {
    border: 1px solid #f0f0f0;
    width: 100%;
    margin: 0;
}

.table-gride-panel td {
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.table-gride-panel td+td {
    width: 230px;
    padding-left: 0;
    padding-right: 0;
    width: 230px;
    text-align: center;
    padding-left: 0;
}

.table-gride-panel td img {
    float: left;
    vertical-align: middle;
    opacity: 1;
    filter: alpha(opacity=4);
    margin-top: 6px;
    height: 33px;
}

.downlaodheading {
    vertical-align: middle;
    margin-left: 60px;
}

.table-gride-panel td a {
    color: #414141;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.table-gride-panel td a:hover,
p.datasheet-text a:hover {
    color: #318fdf;
}

.downlaodheading span {
    float: left;
    width: 100%;
    color: #7d7d7d;
    font-size: 15px;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
}

.dowanload-info .table-gride-panel {
    padding: 0;
    margin-top: 40px;
}

.table-gride-panel td+td span {
    width: 100%;
    display: block;
    border-left: 1px solid #f0f0f0;
    padding: 18px 0;
    font-size: 16px;
    color: #414141;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.table-gride-panel tr:last-child td {
    border-bottom: 0;
}

.dowanload-info .advertisement img {
    width: auto;
    max-width: 100%;
}

.dowanload-info .advertisement {
    height: 90px;
    text-align: center;
}

.dowanload-info+.dowanload-info {
    margin-top: 40px;
    padding: 30px;
}

.Datasheet {
    float: left;
    width: 100%;
    /* border: 1px solid #f0f0f0; */
    margin-top: 40px;
}

.Datasheet .datasheet-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 30px;
}

.Datasheet .datasheet-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

h3.downlaodheadingh3,
h3.downlaodheadingh3 a {
    font-size: 20px;
    color: #414141;
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
}

h3.downlaodheadingh3 a {
    padding-left: 0;
}

.datasheet-row.heading_datasheet a b {
    color: #3290df;
    font-size: 20px;
    font-weight: 400;
}

h3.downlaodheadingh3::before {
    position: absolute;
    left: 0;
    top: -1px;
    background: url(../svg/folder-img.svg) no-repeat;
    width: 33px;
    height: 27px;
    background-size: 33px auto;
    content: "";
    opacity: 0.4;
    filter: alpha(opacity="4");
}

.datasheet_info {
    float: left;
    width: 100%;
    padding-left: 0;
    /* border-left: 1px solid #eeeeee;
     */
    position: relative;
}

.tree-list {
    float: left;
    width: 100%;
    padding-bottom: 0;
    padding-left: 70px;
    border-left: 1px solid #eeeeee;
    margin-left: 12px;
    padding-top: 30px;
    position: relative;
}

.tree-list::before {
    position: absolute;
    content: "";
    left: 35px;
    top: 30px;
    background: url(../svg/folder-img.svg) no-repeat;
    width: 24px;
    height: 19px;
    background-size: 24px auto;
}

.tree-list+.tree-list {
    padding-top: 20px;
}

p.datasheet-text,
p.datasheet-text a {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 18px;
}

p.datasheet-text {
    margin-bottom: 0;
}

.tree-list+.tree-list::before {
    top: 20px;
}

.tree-list::before {
    position: absolute;
    content: "";
    left: 35px;
    top: 30px;
    background: url(../svg/folder-img.svg) no-repeat;
    width: 24px;
    height: 20px;
    background-size: 24px auto;
    opacity: 0.4;
    filter: alpha(opacity="4");
}

.tree-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 39px;
    width: 31px;
    height: 1px;
    background-color: #eeeeee;
}

.tree-list+.tree-list::after {
    top: 29px;
}

.datasheet_info::after {
    height: 3px;
    width: 35px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.counerdiv {
    display: inline-block;
    vertical-align: middle;
    color: #2b2b2b;
    font-size: 15px;
    margin-left: 15px;
}

span.counerdiv {
    color: #414141;
    font-weight: 500;
    margin-left: 0;
}

span.separator_line {
    color: #eeeeee;
    margin: 0 5px;
    font-size: 15px;
}


/*--- dowanlaod deatils page ---*/

.calculators-data-information {
    float: left;
    width: 100%;
}

.responsive-table {
    float: left;
    width: 100%;
}

.table-gride-panel-row {
    display: table;
    width: 100%;
    margin-bottom: 35px;
    border: 1px solid #eaeaea;
}

.table-grid-cell.left-calc-info {
    display: table-cell;
    width: 255px;
    padding: 15px;
    vertical-align: middle;
}

.main-download-description.table-grid-cell.right-calc-info {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
    border-left: 1px solid #eaeaea;
}

.main-download-description .name.name_heading {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #414141;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.downloadtextdiv {
    float: left;
    width: 100%;
}

p.content-discription,
p.content-discription span,
p.auto-style5,
.downloadtextdiv ul.auto-style3 li,
.downloadtextdiv ul.auto-style3 li span {
    color: #7d7d7d;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 15px;
}

li.auto-style5:last-child {
    margin-top: 0 !important;
}

.downloadtextdiv ul {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.downloadtextdiv ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.downloadtextdiv ul li.auto-style5 {
    margin-bottom: 5px;
}

.downloadtextdiv ul li strong {
    float: left;
    width: 100px;
    color: #6b6b6b;
    font-weight: 300;
    font-size: 14px;
    font-family: roboto;
}

.discription-content,
.discription-content a,
ul li.auto-style5 a {
    margin-left: 135px;
    font-size: 15px;
    color: #b0b0b0;
    font-weight: 300;
}

.discription-content a {
    margin-left: 0;
}

.downloadtextdiv ul li .btn-view-more {
    display: inline-block;
    min-width: 140px;
    border-radius: 0;
    width: auto;
    color: #3290df;
    font-size: 13px;
    padding: 12px 10px;
}

.downloadtextdiv ul li .btn-view-more:hover {
    color: #fff;
}

.downloadtextdiv ul li:last-child {
    margin-top: 35px;
    margin-bottom: 0;
}

.pagination-footer-set.navigation {
    margin: 0;
    margin-bottom: 5px;
}

.dowanload-info.advertisements-info.ads-contact {
    background-color: #fbfbfb;
}

.adevrtise-from {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    /* padding-bottom: 20px; */
}

.adevrtise-from h3 {
    float: left;
    width: 100%;
    color: #7d7d7d;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.adevrtise-from .wpcf7 {
    background-color: #fff;
    padding: 20px;
}

.adevrtise-from .wpcf7 ul {
    padding-left: 0;
    margin-bottom: 0;
}

.adevrtise-from .wpcf7 ul li {
    padding-left: 0;
    background: none;
    margin-bottom: 17px;
}

.downloadtextdiv ul li.auto-style5 a {
    margin-left: 0;
}

.downloadtextdiv ul li a:hover,
.downloadtextdiv span a:hover,
.downloadtextdiv span a span:hover {
    color: #318fdf;
}

.input-row {
    width: 541px;
}

.input-row input[type="text"],
.input-row input[type="email"],
.input-row input[type="url"],
.input-row input[type="password"],
.input-row select,
.input-row textarea {
    padding: 12px 12px;
    font-size: 15px;
    color: #7d7d7d;
    margin-bottom: 0;
}

.adevrtise-from input[type="submit"] {
    /* border-radius: 0;
    padding: 12px;
    font-size: 13px !important;
    color: #3290df;
    font-weight: 300 !important; */
    width: 28%;
    float: right;
}

.adevrtise-from .recaptcha-li {
    text-align: right;
}

.adevrtise-from br {
    display: none;
}

.input-inner {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.input-inner+.input-inner {
    margin-bottom: 0;
}

.adevrtise-from textarea {
    height: 120px;
    margin-bottom: 0;
}

.adevrtise-from select {
    background: url(../svg/select-ico.svg) no-repeat calc(100% - 25px) center !important;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none;
}

.adevrtise-from select:focus {
    outline: none;
}

span.ajax-loader {
    position: absolute;
    right: 45%;
    top: 12px;
    bottom: 0;
    margin: auto;
}

.button-comment-panel-soe.first-bottom-sped-2 {
    float: left;
    width: 100%;
    position: relative;
    /* margin-bottom: 20px; */
    text-align: center;
}

.ads-mail {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
}

.ads-mail a {
    color: #7d7d7d;
    font-size: 15px;
}

.ads-contac br {
    display: none;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    /* float: left; */
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    width: 100%;
    border: none;
    background-color: red;
    height: auto;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin: 15px 0;
}

div.wpcf7-spam-blocked {
    background-color: #ffa500;
    float: left;
    width: 100%;
    border: none;
    height: auto;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin: 15px 0;
}

.contact-us-left li:last-child {
    position: relative;
}

.contact-us-left li:last-child span.ajax-loader {
    position: absolute;
    right: 25px;
    top: 15px;
}

.close-ico {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../svg/close-ico.svg) no-repeat center;
    margin-right: 25px;
}

.upload-page-information ul li:last-child {
    margin-bottom: 0;
}

.downloadtextdiv ul.auto-style3 ul {
    padding: 0;
    margin: 0;
}

.downloadtextdiv ul li span a,
.downloadtextdiv span a {
    font-size: 15px;
    color: #b0b0b0;
}

.downloadtextdiv ul.auto-style3 li {
    margin-top: 0 !important;
}

p.auto-style5 {
    margin-top: 25px;
    font-weight: 600;
}


/* --- datasheet ---*/

.datsheet-table {
    float: left;
    width: 100%;
}

.datsheet-table th,
.datsheet-table td {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.datsheet-table th span {
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 25px;
    border-right: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-left: 0;
    font-family: 'Roboto', sans-serif;
}

.datsheet-table td span {
    color: #414141;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 25px;
    border-right: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-left: 0;
    font-family: 'Roboto', sans-serif;
}

.datsheet-table td:nth-child(1),
.datsheet-table th:nth-child(1) {
    width: 8%;
}

.datsheet-table td:nth-child(2),
.datsheet-table th:nth-child(2) {
    width: 30%;
}

.datsheet-table td:nth-child(3),
.datsheet-table th:nth-child(3) {
    width: 52%;
}

.datsheet-table td:nth-child(4),
.datsheet-table th:nth-child(4) {
    width: 15%;
}

.datsheet-table th+th,
.datsheet-table td+td {
    text-align: left;
}

.datsheet-table th+th span {
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 25px;
    border-right: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-left: 0;
}

.datsheet-table td+td span {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 25px;
    border-right: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-left: 0;
}

.datsheet-table td img {
    margin-top: -7px;
    display: inline-block;
    margin-right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.datasheet-info-main {
    min-height: 1000px;
}


/* Advertisements */

.advertisements-info h1 {
    margin-bottom: 30px;
}

.advertisements-info p {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.adevrtise-img {
    float: left;
    width: 100%;
    text-align: center;
}

.adevrtise-img img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.advertisements-info p:last-child {
    margin-bottom: 0;
}


/* write use info page nitesh 18-05-18 */

.write-us-info {
    padding: 75px 30px 30px;
    color: #9f9f9f;
}

.jointeamcontent {
    display: inline-block;
    width: 650px;
    padding: 0px 36px 0px 94px;
    vertical-align: middle;
    position: relative;
}

.jointeamobject {
    display: inline-block;
    vertical-align: middle;
    width: 488px;
    border-left: 1px solid #f2f8fd;
    text-align: center;
    margin-left: -4px;
}

.write-us-info p {
    color: #9f9f9f;
    font-size: 19px;
    line-height: 38px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.writeinfobig {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}

.write-us-info .writeinfobig p {
    font-size: 19px;
    line-height: 38px;
    font-weight: 300;
}

.jointeamcontent h1 {
    bottom: 30px;
    font-size: 46px;
    color: rgba(195, 221, 243, 0.4);
    padding-left: 52px;
    text-transform: uppercase;
    left: 45px;
    top: 0px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.jointeamcontent h1:before {
    content: '';
    background: #e3eef8;
    left: 0px;
    width: 37px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 0px;
}

.write-article-info {
    width: 100%;
    border: 1px solid #f0f0f0;
    float: left;
    padding: 30px;
    margin-top: 40px;
}

.write-article-info ul {
    margin: 0px;
    padding: 0px 0px 5px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}

.write-article-info ul li {
    margin: 0px 0px 30px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.write-article-info ul li strong {
    float: left;
    color: #575757;
    font-size: 15px;
    width: 17%;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
}

.write-article-info ul li p {
    float: left;
    padding-left: 23px;
    margin: 0px;
    width: 83%;
    line-height: 24px;
}

.write-article-info h1 {
    margin-bottom: 30px;
    font-size: 19px;
}

.write-bottom-info {
    margin: 25px 0px 0px;
    float: left;
    width: 100%;
}

.write-bottom-info h1 {
    float: left;
    margin: 0px;
}

.sendmsg {
    float: left;
    padding: 6px 0px;
    padding-left: 37px;
    
}

.sendmsg a {
    margin-left: 40px;
    color: #3d6594;
    text-decoration: underline;
    font-size: 16px;
}

.write-article-info p:empty {
    display: none;
}

.sendmsg span {
    color: #a0a0a0;
    font-size: 15px;
}


/*--- Android app ---*/

.android-app-banner {
    float: left;
    width: 100%;
    padding: 0 !important;
    position: relative;
}


/* .android-app-banner::before {
	content: "";
	padding: 70px 0;
	background: url(../images/banner-app.jpg) no-repeat left top;
	background: url(../images/banner-app-new-2.jpg) no-repeat left top;
	background-position-x: left;
	background-position-y: top;
	background-size: auto;
	background-size: cover;
	padding-bottom: 50px;
	background-position: right calc(-108px - -50%) center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
} */


/* .android-app-banner .container {
	position: relative;
} */

.android-app-left {
    float: left;
    width: 376px;
    margin-left: 100px;
}

.android-banner-text-right {
    float: right;
    width: 600px;
    text-align: left;
    margin-top: 95px;
    margin-top: 25px;
}

.android-app-left img {
    float: left;
    width: auto;
    border-radius: 54px !important;
}

.android-banner-text-right h1 {
    font-size: 68px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    line-height: initial;
    /* color: #31557e; */
    color: #405d7e;
}

.android-banner-text-right p {
    width: 100%;
    /* color: #31557e; */
    color: #405d7e;
    font-size: 50px;
    line-height: initial;
    margin: 45px 0;
    /* margin-bottom: 60px; */
    margin-bottom: 35px;
}

a.btn-get-app {
    float: left;
    width: auto;
    /* background-color: #31557e; */
    background-color: #405d7e;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px;
    min-width: 320px;
    border: 1px solid #405d7e;
    /* border: 1px solid #b3d4f0; */
    margin-bottom: 20px;
}

a.btn-get-app img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 25px;
}

.android-banner-text-right span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 21px;
}

.android-banner-text-right p+p {
    margin: 0;
}

section.how-it-works {
    float: left;
    width: 100%;
    padding: 100px 0;
}

section.how-it-works .container {
    width: 1140px;
}

section.how-it-works h2 {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 25px;
    color: #414141;
    color: #757575;
    border-bottom: 1px solid #f1f1f1;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
}

.how-it-works ul {
    float: left;
    width: 100%;
}

section.how-it-works li {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 45px 20px;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

section.how-it-works li:last-child {
    margin-right: 0;
}

.how-it-works h3 {
    float: left;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
    color: #7d7d7d;
}

section.how-it-works p {
    float: left;
    width: 100%;
    /* color: #414141; */
    color: #7d7d7d;
    font-size: 16px;
    line-height: 22px;
    margin-top: 13px;
}


/*-- blog page -- */

.blog-box-panel {
    float: left;
    width: 100%;
}

.blog-box-panel>.advertisement,
.blog-left-panel .advertisement {
    margin: 0;
    margin-bottom: 30px;
}

.blog-box-panel .blog-left-panel {
    width: 874px;
    float: left;
}

.blog-box-panel .blog-right-panel {
    width: 300px;
    float: right;
}

.blog-left-panel .advertisement {
    width: 874px;
    height: 90px;
}

.blog-listing {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}

span.blog-main-img {
    float: left;
    width: 100%;
    text-align: center;
    height: 462px;
    line-height: 450px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.verified_search {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px 12px;
    box-shadow: -8px 7px 15px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 0 25px;
}

.verified_search img {
    width: 30px !important;
}

.verified_search span {
    color: #000;
    font-weight: bold;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.verified_search.project span {
    color: #38ac60;
}


/*span.blog-main-img img {
    display: inline-block;
     width: auto;
     max-width: 100%;
    height: 462px;
    object-fit: cover;
}
 */

span.blog-main-img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /*max-height: a;
    */
    vertical-align: middle;
}

.blogs-main-content {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.blog-listing::after {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 0;
    /* bottom: -45px 0;
    */
    content: "";
    height: 74px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    z-index: 0;
    background: url(../png/blog-shadow.png) no-repeat bottom center;
    padding-bottom: 75px;
    box-shadow: 0 0 50px #e8ebec;
}

.blogs-main-content a.btn-view-more {
    float: left;
    width: auto;
    font-weight: 600;
    font-size: 10px;
    padding: 7px 9px;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #6c93c0;
    background-color: #f6fbff;
}

.blogs-main-content a.btn-view-more:hover {
    color: #fff;
    background-color: #3290df;
}

.blogs-main-content h2,
.blogs-main-content .blog-detail-top-info h2.title-inner-sub,
.blog-detail-top-info h1 {
    float: left;
    width: 100%;
    color: #575757;
    font-size: 25px;
    text-transform: uppercase;
    margin: 25px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
}

.blogs-main-content p {
    float: left;
    width: 100%;
    color: #7d7d7d;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

a.blck-continue-read {
    float: left;
    width: auto;
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 23px;
    background: url(../svg/read-more-blck.svg) no-repeat left center;
}

a.blck-continue-read:hover {
    color: #318fdf;
}

.blog-option-info {
    float: left;
    width: 100%;
    padding-top: 26px;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.blog-option-info span,
.blog-option-info span.vies-blogs small {
    color: #c7c7c7;
    font-size: 13px;
    font-weight: 400;
    padding-left: 35px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.blog-option-info span.blog-date {
    padding-left: 35px;
    background: url(../svg/calender-ico.svg) no-repeat left 1px center;
    float: left;
    height: 21px;
}

.blog-option-info span.vies-blogs {
    padding-left: 35px;
    background: url(../svg/commnets-view.svg) no-repeat left center;
    display: inline-block;
}

.blog-option-info span.vies-commnets {
    padding-left: 35px;
    background: url(../svg/blog-comments.svg) no-repeat left 1px center;
    float: right;
    padding-left: 32px;
}

.blog-option-info span.blog-date .date,
.blog-option-info span.blog-date .date time {
    padding: 0;
    color: #c7c7c7;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif
}

.blog-option-info span.vies-blogs div#kento-pvc-single {
    position: static;
    font-size: 13px;
    color: #c7c7c7;
}

.blog-option-info span.vies-blogs div#kento-pvc-single span.kento-pvc-total {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.blog-right-panel .ads_statistics {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
}


/*.blog-right-panel .feeds{
    margin-bottom: 0;
}
 */

.blog-right-inner-coulmn {
    float: left;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 26px;
}

.widget_text.blog-right-inner-coulmn.widget_custom_html {
    border: none;
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.wp_widget_plugin_box {
    float: left;
    width: 100%;
}

div#action {
    float: left;
    width: 100%;
}

div#action a {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    color: #a4a4a4;
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
}

.catlist {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.div#action a.active-tab {
    color: #3d6594;
}

#action .active-tab {
    color: #3d6594;
    border-color: #3d6594;
}

.catlist li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #7d7d7d;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.catlist li a {
    float: left;
    width: auto;
    margin-right: 3px;
    color: #7d7d7d;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.catlist .custom-scroll {
    max-height: 280px;
}

.blog-right-panel .ads_statistics:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.catlist .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: -15px;
}

.blog-right-inner-coulmn.widget_search,
.blog-right-inner-coulmn.widget_archive {
    padding: 10px;
}

.blog-right-inner-coulmn h6 {
    color: #575757;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-right-inner-coulmn form.search-form,
.blog-right-inner-coulmn form.search-form label {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.blog-right-inner-coulmn form.search-form label input {
    float: left;
    width: 100%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #d6d6d6;
    background-image: none;
    border-right: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    height: 45px;
    color: #a1a1a1;
}

input.search-submit {
    float: right;
    font-family: 'Open Sans', sans-serif;
    width: 45px;
    border: 1px solid #d6d6d6;
    height: 45px;
    background: url(../svg/serach-home.svg) no-repeat calc(100% - 10px) center;
    font-size: 0;
    background-color: #f9f9f9;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.blog-right-inner-coulmn form.search-form label {
    width: calc(100% - 45px);
}

.tagcloud {
    float: left;
    width: 100%;
}

.blog-detail-tags a {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px !important;
    color: #676767;
    background-color: #f7f7f7;
    padding: 9px 15px;
    border-radius: 20px;
    line-height: 11px !important;
    margin-right: 6px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.blogs-main-content .blog-detail-tags .single-blog-social{
    display: inline-block;
    width: 36px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee!important;
    height: 32px;
    padding: 3px;
    margin-top: 12px;
    transition: all 0.3s ease-in-out;   
}
.sharesocial.product a {
    display: inline-block;
    width: 36px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee!important;
    height: 32px;
    padding: 3px;
    transition: all 0.3s ease-in-out;
    margin-top: -20px;
}
.sharesocial.product a img {
    width: 100%;
    height: 100%;
}
.sharesocial.product {
    /* position: absolute!important; */
    top: 0;
    right: 0px;
    width: 36px;
    height: auto;
    border: 0;
    z-index: 99;
}
.single-product .coomon-wrapper .blog-box-panel.single-product-panel .product_title.entry-title {
    margin-top: 20px!important;
}
.blogs-main-content .blog-detail-tags .single-blog-social img{
    width: 100%;
    height: 100%;
}
a.tag-cloud-link {
    display: inline-block;
    vertical-align: middle;
    color: #676767;
    line-height: 11px !important;
    margin-right: 6px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
}

.blog-detail-tags a:hover {
    background-color: #3290df;
    color: #fff;
    text-shadow: none;
}
.social_popup_wrapper .sharing-description p {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
a.tag-cloud-link:hover {
    color: #6cb1fd;
}


/* a.tag-cloud-link:hover{
    background-color: #3290df;
    color: #fff;
    text-shadow: none;
}*/

.catlist li a:hover,
.blogs-main-content h2:hover {
    color: #3290df;
}

.blog-right-inner-coulmn.widget_tag_cloud {
    padding-bottom: 20px;
}

.widget_archive select {
    background: url(../png/select-arrow-gray.png) no-repeat calc(100% - 15px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    border-color: #d6d6d6;
    border-radius: 4px;
    margin-bottom: 0;
}

.blog-right-inner-coulmn.sendpress {
    padding: 10px;
    background-color: #3d6594;
    border: none;
}

.blog-right-inner-coulmn.sendpress h6 {
    color: #fff;
    line-height: 12px;
}

.blog-right-inner-coulmn.sendpress input[type="text"] {
    float: left;
    width: 100%;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 12px;
    background-color: #fff;
    height: 45px;
    background: url(../png/email-sub.png) no-repeat 13px center #fff;
    padding-left: 55px;
    border-radius: 4px;
    margin-bottom: 0;
    padding-right: 60px;
    font-family: 'Open Sans', sans-serif;
}

.blog-right-inner-coulmn.sendpress input[type="submit"]#submit {
    position: absolute;
    right: 0;
    height: 45px;
    background: url(../png/subscribe-arrow.png) no-repeat center #f9f9f9;
    width: 45px;
    border-left: 1px solid #d6d6d6;
    font-size: 0;
    border-radius: 0 4px 4px 0;
    top: 0;
}

.blog-right-inner-coulmn.sendpress .signup-fields-bottom {
    display: none;
}

.blog-right-inner-coulmn.sendpress div#form-wrap {
    position: relative;
}

.blog-right-inner-coulmn.sendpress input[type="text"]::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}

.blog-right-inner-coulmn.sendpress input[type="text"]::-o-placeholder {
    color: #a1a1a1;
    opacity: 1;
}

.blog-right-inner-coulmn.sendpress input[type="text"]::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}

.feeds {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffb05c;
    border-radius: 5px;
    text-align: center;
}

.feeds:hover {
    background-color: #fc8d18;
}

.feeds a {
    float: left;
    width: 100%;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-left: 60px;
    background: url(../png/feed-ico.png) no-repeat 30px center;
}

.blog-right-inner-coulmn form.search-form input[type="search"]::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}

.blog-right-inner-coulmn form.search-form input[type="search"]::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}

.blog-right-inner-coulmn form.search-form input[type="search"]::-o-placeholder {
    color: #a1a1a1;
    opacity: 1;
}


/*--- list --- */

.main-listing {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.main-listing h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #414141;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.main-listing ul {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.main-listing ul li {
    float: left;
    background: url(../svg/link-ico.svg) no-repeat 0 5px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #7d7d7d;
    padding-left: 25px;
    font-family: 'Open Sans', sans-serif;
}

.main-listing ul li a,
.main-listing ul li a strong {
    font-size: 14px;
    color: #3d6594;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.main-listing:last-child {
    margin-bottom: 50px;
}

.main-listing ul li a strong:hover {
    color: #318fdf;
}

.main-listing ul li:last-child {
    margin-bottom: 0;
}

.blog-option-info span.vies-blogs small {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    top: 2px;
}

.blog-listing+.blog-listing+.blog-listing .blog-option-info span.vies-blogs small {
    top: 1px;
}


/*---------------- Blog details ------------*/

.blog-details .blog-option-info {
    border-top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.blog-details .blog-option-info>span {
    float: left;
    width: auto;
    margin-right: 45px;
}

.blog-main-info-inner p {
    margin-bottom: 25px;
}

.blog-main-info-inner figure {
    margin: 0;
    padding: 0;
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.blog-main-info-inner figcaption {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

div.blog-detail-tags {
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
    position: relative;
}

.projects-description-info .new_advertisement {
    /* float: left; */
    border-top: 1px solid #ebebeb;
    padding: 18px 0;
    text-align: center;
}

.projects-description-info .new_advertisement a.jlc_title {
    font-size: 28px;
    font-family: Arial;
    color: #169fe6;
    font-weight: bolder;
    text-decoration: underline;
    line-height: 1.6;
}

.projects-description-info .new_advertisement p {
    margin-bottom: 0;
    line-height: 35px;
}

.projects-description-info .new_advertisement p a {
    font-family: Arial;
    font-size: 17px;
    text-decoration: underline;
}

.projects-description-info .new_advertisement p b a {
    font-family: Arial;
    font-size: 20px;
    text-decoration: underline;
}

span.share_tag {
    width: 85%;
    float: left;
}

.blog-detail-tags .sharesocial {
    width: 15% !important;
    float: left;
    position: unset !important;
}

.blog-detail-tags h6 {
    float: left;
    width: 100%;
    color: #7d7d7d;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}


/*.blog-detail-tags a {
    margin-bottom: 0;
     font-weight: 400;
}
*/

.blog-detail-tags a {
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 10px;
}

.related-post-panel {
    float: left;
    width: 100%;
    padding: 30px 0;
    /* border-top: 1px solid #ebebeb;
    */
    border-bottom: 1px solid #ebebeb;
}

h3.related_post_title {
    color: #575757;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.related-post-panel ul {
    float: left;
    width: 100%;
}

.related-post-panel ul li {
    float: left;
    width: 250px;
    margin-right: 32px;
    margin-bottom: 30px;
}

.related-post-panel ul li:last-child,
.related-post-panel ul li:nth-child(3n) {
    margin-right: 0;
}

.related-post-panel ul li a {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #575757;
    text-transform: uppercase;
    line-height: 20px;
}


/*.related-post-panel ul li a img{
     max-height: 167px;
     min-height: 167px;
     float: left;
     width: 100%;
}
*/

.related-post-panel ul li a img {
    float: left;
    width: 100%;
    height: 128px;
    object-fit: cover;
}

small.wp_rp_publish_date {
    color: #c7c7c7;
    font-size: 12px;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0;
    line-height: normal;
}

.related-post-panel ul li small+a {
    min-height: 43px;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auhtor_info {
    float: left;
    width: 100%;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
}

.author_left {
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.author_left img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author_right {
    margin-left: 110px;
    position: relative;
}

.author-information {
    float: left;
    width: 100%;
}

.author-information span.author-name {
    color: #575757;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
}

.autjor-adtional-info {
    float: left;
    width: 100%;
    margin: 15px 0;
}

span.info-list {
    float: left;
    width: auto;
    padding: 0 10px;
    border-right: 1px solid #b1b1b1;
    /*border-left: 1px solid #9a9a9a;
     */
}

span.info-list {
    font-size: 13px;
    color: #575757;
    font-weight: 600;
    line-height: 12px;
}

span.info-list a {
    display: inline-block;
    /*vertical-align: middle;*/
    color: #868686;
    font-weight: 400;
    font-size: 13px;
}

span.info-list a:hover {
    color: #3290df;
}

.info-list strong {
    display: inline-block;
    /* vertical-align: middle;*/
    margin-right: 3px;
}

span.info-list:first-child {
    padding-left: 0;
    border-left: 0;
}

span.info-list:last-child {
    padding-right: 0;
    border-right: 0;
}

.blog-details .author_desc p {
    color: #7d7d7d;
    line-height: 24px;
    font-size: 13px;
}

.author_desc a.blck-continue-read {
    margin-bottom: 0;
}

.sharesocial {
    float: right;
    /*width: 42px;*/
    width: auto;
    height: 42px;
    padding: 0;
    border: 0;
    position: absolute;
    margin-top: 0;
    right: 0;
    top: 33.5px;
}

.sharesocial a {
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent !important;
}

.sharesocial a:hover {
    background: #fff !important;
    color: #fff !important;
}

.a2a_count {
    position: relative !important;
    vertical-align: top !important;
    top: 15% !important;
}

.blog-listing.blog-details::after {
    display: none;
}

.blog-left-panel .comments-area {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px;
}

.blog-left-panel .comments-area h3 {
    padding: 0;
    border: 0;
    color: #575757;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
}

.blog-left-panel form#commentform {
    padding: 0;
    margin-top: 20px;
}


/*.a2a_full_services{
    width: 100%;
}
.sharesocial a.addtoany_share img{
    display: none;
}
 .sharesocial a.addtoany_share{
    float: left;
    width: 42px;
    height: 42px;
    background: url(../images/share-icon.png) no-repeat center;
}
 */

.author-social {
    float: right;
    width: auto;
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    align-items: flex-start;
}

.author-social a {
    width: auto;
    /* background: url(../images/socail_site.png) no-repeat; */
    margin-left: 11px;
    /* font-size: 0; */
    display: inline-block;
    vertical-align: middle;
}

.author-social a:nth-child(1) {
    width: 8px;
    height: 16px;
    background-position: left -1px;
}

.author-social a:nth-child(2) {
    /* width: 15px; */
    height: 15px;
    background-position: -22px -1px;
}

.author-social a:nth-child(3) {
    width: 15px;
    height: 12px;
    background-position: -46px -2px;
}

.author-social a:nth-child(4) {
    width: 15px;
    height: 16px;
    background-position: right -1px;
}

.author-social a:nth-child(1):hover {
    background-position: left -21px;
}

.author-social a:nth-child(2):hover {
    background-position: -22px bottom;
}

.author-social a:nth-child(3):hover {
    background-position: -46px -22px;
}

.author-social a:nth-child(4):hover {
    background-position: right -21px;
}

.author-social a i {
    color: #949494;
}

.author-social a.facebook-icon i:hover, .author-social a.linkedin-icon i:hover  {
    color: #00c773;
}

.author-social a.googlep-icon i:hover {
    color: #dd4b39;
}

.author-social a.twitter-icon svg:hover{
    fill: #00c773 !important;
}

h3.bitz_title {
    font-size: 16px;
    color: #575757;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.dugaa_code {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
}

.dugaa_code ul,
.blog-main-info-inner ul {
    float: left;
    width: 100%;
}

.dugaa_code ul li,
.blog-main-info-inner ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #7d7d7d;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
    line-height: 28px;
    background: url(../svg/project-listing.svg) no-repeat left 8px;
}

.blog-main-info-inner ul li b {
    font-family: 'Open Sans', sans-serif !important;
}

.blog-main-info-inner ul li ul li:last-child {
    margin-bottom: 0;
}

.blog-main-info-inner h1 {
    float: left;
    width: 100%;
    color: #313131;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-listing.blog-details h2 {
    font-size: 20px;
    color: #313131;
    line-height: 20px;
    margin-top: 0;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: normal;
}

.blog-main-info-inner h3 {
    color: #313131;
    font-size: 18px;
    color: #313131;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.blog-main-info-inner h6 {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-main-info-inner h4 {
    color: #313131;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-main-info-inner ol {
    float: left;
    width: 100%;
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-main-info-inner ol li {
    float: left;
    width: 100%;
    color: #7d7d7d;
    font-size: 15px;
    color: #7d7d7d;
    font-family: 'Open Sans', sans-serif;
    list-style-type: decimal;
    margin-bottom: 0px;
    list-style-position: inside;
}

.blog-main-info-inner h6 a {
    font-size: 14px;
    color: #3d6594;
    font-weight: 700;
}

.blog-main-info-inner p a {
    font-size: 15px;
}


/**/

.blog-left-panel form#commentform iframe textarea {
    background-color: red;
}

.single-post div#comments h2.comments-title {
    padding: 0;
    border: 0;
}

.single-post div#comments ul.commentlist {
    padding: 0;
}

.blog-main-info-inner {
    float: left;
    width: 100%;
}

.blog-main-info-inner hr {
    float: left;
    width: 100%;
}

.blog-main-info-inner strong {
    color: #575757;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.postid-121107 .blog-main-info-inner strong {
    color: #575757;
    font-size: 15px;
    font-weight: bold;
}

.blog-main-info-inner em {
    color: #7d7d7d;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.blog-main-info-inner ul,
.blog-main-info-inner ol {
    margin-bottom: 0px;
    padding-left: 20px;
}

.blog-main-info-inner ul li ul {
    margin-left: 0;
    margin-top: 8px;
    padding-left: 10px;
}

.blog-main-info-inner ol li ol {
    padding-left: 20px;
    margin-left: 0;
    margin-top: 8px;
}

.blog-main-info-inner ol li ol li:last-child {
    margin-bottom: 0;
}

.blog-main-info-inner h5 {
    font-size: 14px;
    color: #313131;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.blog-main-info-inner h6 {
    font-size: 12px;
    color: #313131;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.blog-main-info-inner h1,
.blog-main-info-inner h2,
.blog-main-info-inner h3,
.blog-main-info-inner h4,
.blog-main-info-inner h5,
.blog-main-info-inner h6 {
    font-family: 'Open Sans', sans-serif
}

.author_date span {
    color: #c7c7c7;
    font-size: 13px;
}


/*--- Article --*/

.blog-left-panel form#commentform iframe #comment-submit.submit {
    background-color: red !important
}

.vcard {
    font-size: 25px;
    color: #414141;
}

.blog-left-panel {
    width: 70%;
    float: left;
}

.blog-right-panel {
    width: 30%;
    float: left;
}

.a2a_full .a2a_full_services {
    width: 100%;
}

.a2a_full .a2a_menu_find_container,
.a2a_full .a2a_full_header {
    float: left;
    width: 100%;
    box-sizing: border-box;
}


/* article anish */

.article-row {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 0;
}

.article-row h2 {
    font-weight: 600;
    padding: 23px 30px 23px 30px;
    border-bottom: 1px solid #f1f1f1;
}

.under-construction-tag {
    background-color: #fcf2f2;
    font-size: 18px;
    color: #414141;
    border: 1px solid #fbc3c3;
    background-image: url('../svg/construct.svg');
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    padding: 13px 20px 12px 67px;
    font-weight: normal;
    background-size: 35px;
    background-position: 19px center;
}

.article-row-inner {
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}

.articles-category {
    margin-top: 37px;
    float: left;
    width: 100%;
}

.articles-category li {
    float: left;
    width: 31.5%;
    margin-right: 2.7%;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    position: relative;
}

.articles-category li:nth-child(3n) {
    margin-right: 0;
}

.articles-category li a {
    float: left;
    width: 100%;
    padding: 21px 19px;
}

.article-row-detail h3,
.article-row-detail h2 {
    font-size: 22px;
    color: #414141;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    clear: inherit;
}

.article-row-detail p {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
}

.article-row-img {
    float: left;
    width: 60px;
    display: block;
}

.page-template-calculator_list .article-row-img {
    width: 50px;
}

.article-row-detail {
    margin-left: 80px;
    float: none;
}

.page-template-calculator_list .article-row-img img {width: 100%; }

.article-row-count {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    position: absolute;
    top: 6px;
    right: 6px;
    font-family: 'Open Sans', sans-serif;
}


/*--- file upload page ---*/

.contact-us-left.upload-page-information li:nth-child(6) {
    text-align: center;
}

.contact-us-left.upload-page-information li:nth-child(6) span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 130px;
    height: 110px;
    border: 1.5px dashed #e6e5e5;
    border-radius: 2px;
    position: relative;
}

.upload-page-information input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 4
}

.contact-us-left.upload-page-information li:nth-child(6) span.wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 34px;
    background: url(../svg/upload-icon.svg) no-repeat center;
    background-size: 45px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 24px;
    cursor: pointer;
    z-index: 0
}

.contact-us-left.upload-page-information li:nth-child(6) span.wpcf7-form-control-wrap::before {
    content: "File Upload";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    color: #ababab;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    z-index: 0
}


/*.contact-us-left.upload-page-information li:nth-child(7){
    display: none;
}
*/

.upload-file-info-content {
    float: left;
    width: 100%;
    text-align: center;
}

span.upload-ico {
    display: inline-block;
    padding: 0 70px;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 25px;
    margin-bottom: 50px;
    /* margin-top: 65px; */
}

span.upload-ico img {
    width: 212px;
    opacity: 0.40;
}

.content-rows,
.content-rows a {
    float: left;
    width: 100%;
    margin-bottom: 28px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #828282;
}

.upload-file-info-content h4 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.content-rows a {
    margin-bottom: 0;
    margin-top: 24px;
    /*font-size: 13px;
    */
    color: #3d6594;
    font-family: 'Open Sans', sans-serif;
    float: none;
    width: auto;
    display: inline-block;
}

.content-rows:last-child a {
    margin: 0;
}

.contact-us-left.upload-page-information li span.ajax-loader {
    top: 18px;
    z-index: 1;
}

.contact-us-left li:last-child span.ajax-loader {
    top: 18px;
    z-index: 1;
}

.contact-us-left.upload-page-information li:nth-child(6) span.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    margin-top: 3px;
}

.articles-category li:hover {
    background-color: #f2f8fd;
    border-color: #f0f6fd;
}

.project-dis {
    float: left;
    width: 100%;
    padding: 45px;
}

.content-panel-box-border {
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.article-details .projects-description-info {
    padding: 0;
}

.download-box-panel h3 {
    padding: 0;
    border: 0;
    color: #414141;
    font-size: 18px;
    font-family: roboto;
    padding: 30px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.article-details .download-box-panel h3 {
    padding-left: 30px !important;
}

.article-details-panel {
    float: left;
    width: 100%;
    padding: 0 30px;
}

.article-details .project-commnets.grid-basic-info {
    min-height: 20px;
    background-position: left top;
}

.article-details .project-commnets.grid-basic-info span {
    padding-left: 0;
}

/* .article-details .projects-description-info h1 {
    border: 0;
    margin-bottom: 5px;
} */

.article-details .project-basic-info {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.project-basic-info.article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-details-panel ul {
    float: left;
    width: 100%;
    margin-left: -30px;
}

.article-details-panel ul li {
    color: #7d7d7d;
    float: left;
    font-size: 15px;
    padding: 9px 30px;
    clear: left;
    padding-left: 65px;
    background: url(../svg/arrows-article.svg) no-repeat 30px 15px;
}

.article-details-panel ul li:hover a,
.article-details-panel ul li.active a {
    color: #3290df;
}

.article-details-panel ul li:hover {
    background-position: 30px -241px;
    background-color: #f2f8fd;
}

.article-details-panel ul li a {
    color: #7d7d7d;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    width: auto;
}

.article-details hr {
    float: left;
    width: 100%;
}

.article-details hr,
.article-details p,
.article-details p b,
.article-details strong,
.article-details a,
.article-details p a,
.article-details p em {
    font-family: 'Open Sans', sans-serif;
}

.article-details .content h1,
.article-details .content h2,
.article-details .content h3,
.article-details .content h4,
.article-details .content h5,
.article-details .content h6 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.single-article,
.project-template-default.single.single-project.postid-71606 {
    overflow-x: hidden;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
    width: 100%;
    background-color: #398f14;
    text-align: center;
    color: #ffff;
    font-size: 14px;
    padding: 7px;
    margin: 0;
    margin-bottom: 20px;
}

.upload-page-information div.wpcf7-mail-sent-ok {
    margin-bottom: 0;
    margin-top: 15px;
}

.projectcategory.list.article-tutorials .gridstructure-bar ul li>a {
    width: 186px;
    height: 174px;
}

.projectcategory.list.article-tutorials .gridstructure-bar ul li>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}

.projectcategory.list.article-tutorials .gridstructure-bar ul li .gridcontent-box {
    width: calc(100% - 186px);
    height: 174px;
    padding: 30px;
}

.projectcategory.list.article-tutorials .gridstructure-bar ul li .gridcontent-box h3,
.projectcategory.list.article-tutorials .gridstructure-bar ul li .gridcontent-box h2 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 9px;
}

.article-tutorials .gridstructure-bar li p {
    color: #7d7d7d;
    font-size: 15px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 300;
}

.article-tutorials .project-grid-info span,
.article-tutorials .view-bar.grid-basic-info span.kento-pvc-total {
    color: #b0b0b0;
}

.contact-us-left li:nth-child(7) {
    text-align: center;
}

.contact-us-left li:nth-child(7) .wpcf7-form-control-wrap {
    display: inline-block;
}

.article-details-panel ul li.active {
    background-position: 30px -241px;
    background-color: #f2f8fd;
}

.ipsNavBar_primary>ul>li,
.ipsNavBar_secondary>li {
    margin-right: 0;
}

#elSearch button {
    top: -2px;
    right: -5px !important;
    position: absolute;
}

#ipsLayout_header nav {
    height: 42px;
    float: left;
    width: 100%;
}

.ipsPageHeader h1 {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 15px;
}

#ipsLayout_footer {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
}

.ipsTags .ipsTag>span,
.ipsTag_prefix>span {
    line-height: 17px;
    color: #fff;
    font-size: 9px;
}

nav.ipsBreadcrumb.ipsBreadcrumb_.ipsFaded_withHover {
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#ipsLayout_mainArea {
    float: left;
}

.ipsBreadcrumb>ul>li>a span {
    color: #5a5a5a !important;
}

#elUserNav {
    top: 240px !important;
    float: right;
    width: auto;
    margin-top: 8px;
    position: static;
}

.oem_s_table_filter_right {
    width: auto;
    float: right;
}

.oem_s_table_filter_right select {
    width: 25%;
    float: none;
    display: inline-block;
}

.oem_s_table_filter_right select:first-child {
    width: 43%;
}

.oem_s_table_filter_right select:last-child {
    margin: 0;
}

.oem_s_table_filter_right tr td {
    text-align: right;
    width: auto;
}

.oem_s_table_filter_left tr:last-child td:last-child {
    padding: 0;
    vertical-align: top;
    padding-top: 6px;
}

.tab-content * {
    font-family: 'Open Sans', sans-serif;
}

.tab-content h1 {
    font-size: 30px;
    color: #414141;
    margin: 0 0 30px 0;
}

.tab-content p {
    margin: 0 0 30px 0;
    color: #7d7d7d;
}

.tab-content h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
    color: #414141;
}

.tab-content ul,
.tab-content ol {
    margin: 0 0 30px 0;
    padding-left: 30px;
    list-style-type: disc;
}

.tab-content ul li,
.tab-content ol li {
    list-style-type: disc;
    border: 0;
}

.tab-content b,
strong {
    font-weight: bold;
}

.tab-content h3 {
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #414141;
}

.tab-content h4 {
    font-size: 16px;
    margin: 0 0 30px 0;
    color: #414141;
}

.tab-content ul {
    margin: 0 0 30px 0;
    border: 0;
}

.article-details .social_share_buttons {
    margin-top: 0;
    margin-bottom: 10px;
}

.project-listing-area {
    padding: 30px;
    padding-bottom: 0;
}

.project-listing-area .table-gride-panel {
    padding: 0;
}

.projectcategory .project-listing-area .main-prject-listing {
    padding: 0;
    margin-top: 40px;
}

.project-category-listing.project-listing-area h1 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
}

.glance-project-listing .main-prject-listing {
    padding: 30px 0;
}

.glance-project-listing h2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


/*#commentform iframe{
    height: auto !important;
}
*/


/*-- custom scroll --*/

.custom-scroll {
    float: left;
    width: 100%;
    height: auto;
    max-height: 355px;
    overflow-y: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: #eeeeee;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1 !important;
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #efefef;
}


/*--- all buttons --- */

.btn-moko-project {
    padding: 10px 15px;
    background-color: #48c750;
    border-radius: 3px;
    line-height: 12px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
    font-weight: 500 !important;
}

.btn-moko-project::before {
    content: "";
    height: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    top: 0;
    left: -80%;
}

.btn-moko-project:hover::before {
    left: 80%;
}

.btn-upload-project {
    padding: 10px 15px;
    background-color: #f26b31;
    border-radius: 3px;
    line-height: 12px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
}

.btn-upload-project::before {
    content: "";
    height: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    top: 0;
    left: -80%;
}

.btn-upload-project:hover::before {
    left: 80%;
}

.btn-view-more {
    width: 100%;
    padding: 15px;
    color: #3290df;
    text-align: center;
    background-color: #f2f8fd;
    border: 1px solid #b3d4f0;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-view-more:hover {
    background-color: #3290df;
    color: #fff;
    border-color: #3290df;
}

.btn-gray {
    color: #414141;
    font-size: 10px;
    font-weight: bold;
    background-color: rgba(246, 251, 255, 0.5);
    padding: 8px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    text-shadow: 1px 0 1px #fff;
    line-height: initial;
}

.btn-gray:hover {
    color: #000;
}

.owl-nav button {
    float: left;
    width: 45px;
    height: 45px;
    background-color: #191919 !important;
    font-size: 0;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}

.owl-nav button:focus {
    outline: none;
}

.owl-nav button.owl-prev {
    background: url(../svg/left-arrows.svg) no-repeat center #191919 !important;
    border-right: 1px solid #525252 !important
}

.owl-nav button.owl-next {
    background: url(../svg/right-arrow.svg) no-repeat center #191919 !important;
}

.owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-nav button.disabled {
    opacity: 0.8;
    cursor: not-allowed !important;
}

input#submit {
    float: left;
    width: 100px;
    text-align: center;
    height: 45px;
    margin: 0;
    border-radius: 0;
    background-color: #37B771;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-family: roboto;
    border-top-right-radius: 5px;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    position: relative;
}

input#submit:hover {
    color: #37B771;
    background-color: #fff;
}

.page-template-buyparts .project-full-description,
.page-id-78520 .project-full-description {
    margin-bottom: 125px;
}

.page-template-buyparts .projects-description-info,
.page-id-78520 .projects-description-info {
    min-height: 1100px;
}


/*--- transition ---*/

.search-heading-title,
.category-list ul li img,
input,
input#submit,
.category-list ul li a,
.top-story-content ul li img,
.category-list ul li a span,
.category-list ul li a img,
.btn-gray,
.btn-view-more,
.btn-upload-project::before,
nav ul li a,
.btn-upload-project,
input.search-field {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.btn-moko-project::before,
nav ul li a,
.btn-moko-project {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.adroid-back-shap .pattern-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -2;
}

.pattern-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.android-app-banner .left-image-app {
    /* position: absolute; */
    /* right: calc(100% - 289px); */
    right: calc(100% - 40px);
    top: 0px;
    width: calc(24% + 400px);
    bottom: 0px;
    background: -moz-linear-gradient(left, rgba(64, 93, 126, 0) 0%, rgba(64, 93, 126, 0.13) 15%, rgba(64, 93, 126, 0.29) 28%, rgba(64, 93, 126, 0.5) 42%, rgba(64, 93, 126, 0.68) 58%, rgba(64, 93, 126, 0.9) 82%, rgba(64, 93, 126, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(64, 93, 126, 0) 0%, rgba(64, 93, 126, 0.13) 15%, rgba(64, 93, 126, 0.29) 28%, rgba(64, 93, 126, 0.5) 42%, rgba(64, 93, 126, 0.68) 58%, rgba(64, 93, 126, 0.9) 82%, rgba(64, 93, 126, 1) 100%);
    background: linear-gradient(to right, rgba(64, 93, 126, 0) 0%, rgba(64, 93, 126, 0.13) 15%, rgba(64, 93, 126, 0.29) 28%, rgba(64, 93, 126, 0.5) 42%, rgba(64, 93, 126, 0.68) 58%, rgba(64, 93, 126, 0.9) 82%, rgba(64, 93, 126, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00405d7e', endColorstr='#405d7e', GradientType=1);
}

.right-image-app {
    /* position: absolute; */
    right: 0;
    /* width: 76%; */
    width: 96%;
    bottom: 0px;
    top: 0px;
    background: -moz-linear-gradient(left, rgba(228, 237, 246, 1) 0%, rgba(228, 237, 246, 0.95) 6%, rgba(228, 237, 246, 0.84) 15%, rgba(228, 237, 246, 0.65) 27%, rgba(228, 237, 246, 0.5) 34%, rgba(228, 237, 246, 0.17) 72%, rgba(228, 237, 246, 0.07) 86%, rgba(228, 237, 246, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(228, 237, 246, 1) 0%, rgba(228, 237, 246, 0.95) 6%, rgba(228, 237, 246, 0.84) 15%, rgba(228, 237, 246, 0.65) 27%, rgba(228, 237, 246, 0.5) 34%, rgba(228, 237, 246, 0.17) 72%, rgba(228, 237, 246, 0.07) 86%, rgba(228, 237, 246, 0) 100%);
    background: linear-gradient(to right, rgba(228, 237, 246, 1) 0%, rgba(228, 237, 246, 0.95) 6%, rgba(228, 237, 246, 0.84) 15%, rgba(228, 237, 246, 0.65) 27%, rgba(228, 237, 246, 0.5) 34%, rgba(228, 237, 246, 0.17) 72%, rgba(228, 237, 246, 0.07) 86%, rgba(228, 237, 246, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4edf6', endColorstr='#00e4edf6', GradientType=1);
}

.android-app-banner .container {
    position: relative;
    padding: 70px 0 65px;
}

.android-app-left {
    position: relative;
}

.android-banner-text-right {
    position: relative;
}

.android-app-banner .container::before,
.android-app-banner .container::after {
    content: "";
    display: block;
    clear: both;
}

.adroid-back-shap {
    z-index: 4;
    background-color: #dce8f4;
}

.adroid-back-shap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* width: calc(50% - 311px); */
    width: calc(24% - 126px);
    background-color: #405D7E;
    z-index: -1;
}

.adroid-back-shap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% - 311px);
    z-index: -1;
    opacity: 0.1;
    background: url('../png/backpatern.png') repeat center;
}

.app-video-section {
    float: left;
    width: 100%;
    padding: 70px 0 0;
}

.app-video {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.app-video iframe {
    float: left;
    width: 100%;
    height: 675px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search_with_menu {
    padding: 20px 0 0;
    margin-bottom: 0;
}

.parent-box{
    float: left;
    width: 100%;
}
.bottom-list{
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}
.bottom-list.article{
    margin-top: 0px;
}
.bottom-list .home-news-listing ul li{
    width: 49%;
    margin-right: 10px;
}
.bottom-list .home-news-listing ul li:nth-child(2n){
    margin-right: 0;
}
.bottom-list ul {
    margin-bottom: 0 !important;
}
.project-discription.article {
    padding-bottom: 52px;
}
.project-discription.article .btn-view-more {
    margin-top: 40px;
}
.project-discription.project {
    padding-bottom: 32px;
}

@media screen and (min-width: 790px) and (max-width: 1300px){
.recent-project-list.bottom-list {
    width: 99%;
}
}
@media screen and (min-width: 771px) and (max-width: 789px){
.recent-project-list.bottom-list {
    width: 100%;
}
.bottom-list .news-title {
    margin-left: 70px;
}
}
@media screen and (max-width: 770px){
    .bottom-list .home-news-listing ul li {
        width: 100%;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .slider-content img {
        height: 633px;
    }
    .advertise-list .advertisement {
        margin-bottom: 17px;
    }
    .single-article .project-basic-info ul li.project-Views span {
        background-position: left 0;
    }
    .top-left a.contact-ico {
        background-position: left 2px;
    }
    .top-left a.contact-ico:hover {
        background-position: left -56px;
    }
    .community-post-counter {
        padding-bottom: 28px;
        padding-top: 28px;
    }
}


@media screen and (max-width: 1199px) and (min-width: 771px) {
    .home-search,
    .site-header .home-search {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        padding-right: 15px;
        float: none;
    }
    /* .advertise-list .advertisement{
        height: auto;
    } */
    .advertisement-bar {
        margin-top: 47px;
    }
}

@media screen and (max-width: 1199px) {
    .android-app-banner .left-image-app,
    .right-image-app {
        display: none;
    }
    .adroid-back-shap::before {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    ul#primary-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .app-video iframe {
        height: 300px;
    }
    ul.contact-page-form li.field-half {
        flex-flow: wrap;
    }
}

.Datasheet .datasheet-row:last-child>b {
    position: relative;
    top: -2px;
}

.ipsLayout_sidebarUnused .top-left a {
    padding: 0;
}

.category-list ul li:nth-child(6) a img {
    position: relative;
    top: 13px;
}

.category-list ul li:nth-child(6) a span {
    position: relative;
    top: 11px;
}

.sendpress {
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
}

#sendpress-public {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

#imageContainer>img {
    max-width: 100% !important;
    height: auto !important;
}

.link-template h2.archive-title {
    padding: 0;
    border: 0;
}

ins.adsbygoogle {
    float: left;
    width: auto;
	z-index: unset !important;
}

.advertisement-sidebar {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

div#glade-aslot-1 iframe {
    float: left;
    width: 100%;
}

.advertisement-sidebar img {
    float: left;
    width: 100%;
    height: auto;
}

.advertisement-sidebar.no-margin {
    margin-bottom: 0;
}

.policy1 {
    color: #7d7d7d !important;
    font-size: 15px !important
}

.policy1 li strong {
    color: #404040 !important;
}

.advertisements-info h3 {
    margin-bottom: 30px;
}

.blog-main-info-inner h3 a,
.blog-main-info-inner h3 span {
    color: #313131 !important;
    font-size: 18px !important;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.main-download-description p .auto-style3,
.main-download-description p .auto-style3 a {
    font-size: 15px !important
}

.blogs-main-content p a,
.main-cms-content p a,
.main-prject-listing p a,
.blogs-main-content a {
    font-family: 'Open Sans', sans-serif !important;
}

.blog-main-info-inner a {
    font-size: 15px !important;
}

.single-post figcaption a {
    font-size: inherit !important;
}

.blog-main-info-inner h3 a:hover,
.blog-main-info-inner strong a:hover,
.comment_text p a:hover,
.akismet_comment_form_privacy_notice a:hover,
.main-cms-content p a:hover,
.main-prject-listing p a:hover,
.blogs-main-content a:hover {
    /*color: #60a3f1 !important;*/
    color: #6cb1fd !important;
}

.blog-main-info-inner h3 a,
.main-cms-content p a,
.blogs-main-content a,
.blog-detail-tags a {
    color: #3d6594 !important;
}

.comment_text p a,
.akismet_comment_form_privacy_notice a,
.main-cms-content p a,
.main-prject-listing p a {
    font-size: 15px !important;
    color: #3d6594;
}

.akismet_comment_form_privacy_notice {
    padding-left: 25px;
}

#sendpress-public {
    margin: 25px auto !important;
}


/* 29-10-18 new css bug fix */

.comment .author_comment span.author-name a,
.pingback .author_comment span.author-name a {
    color: #575757;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.comments-area .akismet_comment_form_privacy_notice {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.blog-left-panel .comments-area.post .akismet_comment_form_privacy_notice {
    padding-left: 0px;
    margin-bottom: 0px;
}

.box-panel-common.gallery-thumb-spccer a {
    min-height: 369px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.commentlist>li.comment ul,
ul.commentlist>li.pingback ul {
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 45px;
}

ul.commentlist li .children li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

ul.commentlist>li.comment ul.children li:last-child,
ul.commentlist>li.pingback ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.commentlist>li.comment ul.children>li.byuser>ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#sendpress-public {
    margin: 35px auto !important;
}

.blog-main-info-inner p span {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.blog-main-info-inner p b {
    font-family: 'Open Sans', sans-serif;
}

.projects-description-info p a,
.advertisements-info p a {
    color: #4584ce;
}

.projects-description-info p a:hover,
.advertisements-info p a:hover {
    color: #6cb1fd;
}

.projects-description-info table td span {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.pingback .author_comment .author_info span.author-name a {
    color: #575757;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.pingback .comment-author .author-avatar {
    border-radius: 0;
    width: 100px;
    margin-top: 7px;
}

.pea_cook_wrapper p,
.pea_cook_more_info_popover_inner p {
    color: #fff !important;
}

.projects-description-info p strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.blog-main-info-inner figcaption {
    font-weight: 400;
    color: #A9A9A9;
}

.blog-main-info-inner ol li a,
.blog-main-info-inner ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #4584ce;
}

.blog-main-info-inner ol li a:hover,
.blog-main-info-inner ul li a:hover {
    color: #60a3f1;
}

.blog-main-info-inner ol li {
    /*margin-bottom: 0px;*/
    line-height: 28px;
}

.blog-main-info-inner h4 {
    margin-bottom: 16px;
}

.blog-main-info-inner a:hover strong {
    color: #60a3f1;
}

.wp-caption a:empty+figcaption,
.blog-main-info-inner p a:empty {
    display: none;
}

.not-found-section {
    display: inline-block;
    color: #a9a9a9;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: normal;
    text-transform: none;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    padding: 50px 0;
}

.not-found {
    font-size: 22px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #ccc;
    margin-bottom: 20px;
}

.goto-home {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    width: 545px;
    padding: 20px;
    border-radius: 0;
    display: inline-block;
}

.search-form.diff-search .search-submit {
    display: none;
}

form.search-form.diff-search {
    width: 350px;
    display: inline-block;
    position: relative;
}

/* .single-project .projects-description-info ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
}

.single-project .projects-description-info ul li a:hover{
    color: #b0b0b0;
} */

.projects-description-info ul li a {
    font-size: 15px;
    line-height: 28px;
    color: #4584ce;
}

.projects-description-info ol li a,
.projects-description-info ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #4584ce;
}

.projects-description-info ol li a:hover,
.projects-description-info ul li a:hover {
    color: #60a3f1;
}

.projects-description-info ul li.project-domain a,
.projects-description-info ul li.project-email a {
    color: #b0b0b0;
    font-size: 14px;
}

.projects-description-info ul li.project-domain a:hover,
.projects-description-info ul li.project-email a:hover {
    color: #60a3f1;
}

.project-basic-info li>span,
.project-basic-info ul li.project-Views span {
    line-height: 24px;
}

.project-basic-info ul li.p_test {
    line-height: 26px;
    top: 0px;
}

.projects-description-info figure {
    text-align: center;
}

figure.aligncenter {
    text-align: center;
}

.embed-youtube iframe {
    text-align: center;
    display: inline-block !important;
}

.projects-description-info figure figcaption.wp-caption-text {
    display: inline-block;
}

.projects-description-info figure figcaption.wp-caption-text {
    color: #7d7d7d;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.akismet_comment_form_privacy_notice a,
.comments-area .akismet_comment_form_privacy_notice {
    color: #c8c8c8;
    font-size: 14px !important;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .not-found-section {
        padding: 50px 10px;
    }
    .goto-home {
        width: 100%;
        float: left;
    }
    form.search-form.diff-search {
        width: 100%;
    }
}

.EnlighterJSWrapper {
    overflow: visible !important;
}

.simple-alert-boxes {
    float: left;
    font-size: 15px;
}

.simple-alert-boxes a,
.simple-alert-boxes span {
    font-size: inherit !important;
}


/* .simple-alert-boxes a:hover{
    color:#6bbf65 !important;
}*/


/*.latest-projects-1 .latest-project-left .project-discription .discription-info img{
     height: 320px;
     object-fit: cover;
     width: 100%;
}*/

.latest-projects-1 .latest-project-area .news-image img {
    /*    height: auto !important;*/
    /* object-fit: unset !important; */
    width: auto !important;
}

center {
    padding-bottom: 35px;
}

.distributor_results {
    padding: 0px !important
}

.oemsec-loader:before {
    left: 0;
    top: 0;
}

.oemsec-loader-section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999
}

.oemsec-loader {
    position: absolute;
    left: 50%;
    top: 78%;
    transform: translate(-50%);
    padding: 0 !important;
    width: 50px;
    height: 50px;
}


/* Easy Table Plugin */

.easy-table th,
.easy-table td {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.single-article .project-basic-info ul li.project-Views span {
    line-height: 13px !important;
    background-position: left center !important;
}

.single-article .project-basic-info ul li.project-commnets span {
    line-height: 17px !important;
}


/* PDF Viewer Plugin */

div.pdfemb-viewer {
    /*margin: 0px auto !important;
    */
    margin: 0 0 30px 0 !important
}


/* Recaptha v3 */

.grecaptcha-badge {
    display: none;
}


/*14-12-2018*/

.blog-main-info-inner blockquote p {
    margin-bottom: 10px !important;
}

.blog-main-info-inner blockquote p:last-child {
    margin-bottom: 0 !important;
}


/*ol.EnlighterJS li span:first-child{
    padding-left:5px !important;
}
*/

ol.EnlighterJS li::before {
    content: "";
    width: 12px;
    display: inline-block;
}

.latest-projects-1 .project-info h6 {
    font-weight: 400;
    color: #414141;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 18px;
}

.EnlighterJSWrapper {
    position: relative;
    float: left;
    width: 100%;
}

.advertisement a {
    display: inline-block;
    width: 100%;
}

.contact-us-left input::placeholder,
.contact-us-left textarea::placeholder, .adevrtise-from input::placeholder, .adevrtise-from textarea::placeholder, .adevrtise-from select {
    color: #ababab !important;
    opacity: 1 !important;
}

.archive .blog-right-panel .blog-right-inner-coulmn:nth-child(2) {
    margin-top: 58px;
}

.blog-main-info-inner ul li:last-child {
    margin-bottom: 50px;
}

.blog-main-info-inner>div>ul>li:last-child {
    margin-bottom: 30px;
}

.twitter-u-block twitter-widget {
    float: left;
}

.blog-main-info-inner ol {
    margin-bottom: 28px;
}

.blog-main-info-inner ul>li:last-child {
    margin-bottom: 28px;
}

.contact-us-left li textarea {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.contact-us-left li textarea {
    height: 268px;
}

.home-right-news {
    border: 0;
}

.home-news-listing ul {
    padding: 20px 20px 22px;
}

.autjor-adtional-info .info-list strong {
    margin-top: 4px;
}

.blog-detail-tags a:hover,
.top-category-list a:hover,
.page-id-32725 .blogs-main-content a.btn-view-more:hover,
.archive .blogs-main-content a.btn-view-more:hover,
.search .blogs-main-content a.btn-view-more:hover {
    color: #fff !important;
}

.simple-alert-boxes {
    margin-top: -5px !important;
    margin-bottom: 25px !important;
    font-weight: 300;
}

.feature-projects .slider-content img {
    border-radius: 12px 12px 12px 12px !important;
}

.featured-project-all .slider-content::after {
    border-radius: 12px;
}

.featured-project-all ul li .slider-content {
    border-radius: 12px;
}

.a2a_count {
    margin-top: 5px;
}

.blog-detail-tags .sharesocial {
    margin-top: 8px;
}

.search-heading-title {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    color: #3290df;
    font-size: 14px;
    text-align: center;
    background-color: #f2f8fd;
    border: 1px solid #b3d4f0;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.search-heading-title:hover {
    color: #fff;
    background: #3290df;
}

@media only screen and (max-width: 1199px) {
    .blog-detail-tags {
        padding-right: 120px !important;
    }
    .blog-detail-tags .sharesocial {
        position: absolute !important;
        width: auto !important;
        margin-top: 0;
    }
}

@media only screen and (max-width: 599px) {
    .blog-detail-tags {
        padding-right: 70px !important;
    }
    span.share_tag {
        width: 100%;
    }
    .blog-detail-tags .sharesocial {
        position: absolute !important;
        width: auto !important;
        margin-top: 0;
        top: 24px;
    }
    .blog-detail-tags .sharesocial img {
        width: 25px;
    }
    .blog-detail-tags .sharesocial .a2a_count {
        line-height: 22px !important;
        height: 24px !important;
        width: 40px !important;
        font-size: 16px !important;
        margin-top: 0;
    }
}


/*.dowanload-info-main > .container{background-color: #fff;
border: 1px solid #f0f0f0;
box-shadow: 0 0 50px rgba(0,0,0,0.05);
	position:relative;
min-height:815px;
	}*/

.top-story-content h2 {
    width: 85% !important;
    padding: 22px 0px 22px 30px !important;
}

.topviewmore {
    float: right;
    font-size: 13px !important;
    text-align: center !important;
    margin: 25px 25px 0 0 !important;
    padding: 10px 14px;
}


/* 05-2-19 */

.topstoryline {
    width: 100%;
    float: left;
    padding: 17px 31px 17px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.topstoryline h2 {
    padding: 0px !important;
    border-bottom: 0px solid transparent !important;
    margin-top: 5px !important;
    width: auto !important;
}

.topstoryline a {
    margin: 0px !important;
    width: auto;
}

.download-drop ul {
    width: 315px !important;
}

.download-drop ul li {
    width: 50% !important;
}

.simple-alert-boxes a:hover,
figcaption a:hover {
    color: #60a3f1 !important;
}

.simple-alert-boxes.sab_success a {
    color: #388708 !important;
}

.simple-alert-boxes.sab_success a:hover {
    color: #55E056 !important;
}

.simple-alert-boxes.sab_warning a:hover {
    color: #F3BF66 !important;
}

.simple-alert-boxes.sab_danger a:hover {
    color: #f57b79 !important;
}

.projects-description-info figure figcaption.wp-caption-text,
figcaption a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
}

.site-branding.logo img {
    width: 420px;
}

#search_download {
    float: right;
    width: 250px;
    position: absolute;
    right: 28px;
    top: 22px;
    background-size: 15px;
}

#ser_result {
    float: right;
    display: inline-block !important;
    clear: both;
    width: 252px;
    animation-duration: 300ms;
    position: absolute;
    right: 28px;
    background: #fff;
    top: 70px;
    z-index: 1;
    max-width: 90%;
}

#ser_result #no_res {
    position: absolute;
    left: -59px;
    top: -32px;
}

.mCustomScrollBox {
    padding: 4px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
}

#ser_result ul {
    overflow: auto !important;
    display: block !important;
}

#res_ser {
    border: 1px solid gray;
}


/*.bd_add{margin-top: 0px !important;margin-bottom: 10px !important;}*/


/*.bd_add center {
    padding-bottom: 20px;
}*/

.bd_add {
    text-align: center;
    height: auto !important
}

.bd_add>#leaderboard1 {
    margin-bottom: 50px !important;
    display: inline-block;
    margin-top: 10px;
}

.bd_add>a {
    margin-bottom: 35px !important;
}

.bd_add {
    margin-top: 0px !important;
}

@media screen and (max-width: 1199px) {
    .bd_add>#leaderboard1 {
        margin-bottom: 35px !important;
    }
    .bd_add>a {
        margin-bottom: 25px !important;
    }
}

.page-id-78520 .project-full-description {
    top: 0 !important;
    margin-bottom: 0 !important;
}

.blog-main-info-inner ul li ol li:last-child {
    margin-bottom: -15px !important;
}

.projects-description-info p b,
.projects-description-info p u,
.blogs-main-content p b,
.blogs-main-content p u {
    font-family: 'Open Sans', sans-serif !important;
}

.blog-main-info-inner {
    font-size: 15px;
    color: #7d7d7d;
    padding-bottom: 10px;
}

.menu-wrappers {
    padding-top: 10px;
}


/* Background Advertisment Fix */

a[href^="https://analytics.oemsecrets.com/main.php?n=avnet-eu&table=background"] img {
    transform: scale(0.99);
}

.wp-list-table .column-description {
    line-height: 20px;
    word-wrap: break-word;
    max-height: 35px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-copyright-area .copyright a {
    padding-left: 5px;
    vertical-align: middle;
}

#processing {
    width: 50px;
    float: right;
    position: absolute;
    right: -13px;
    top: 21px;
}

#res_ser {
    border: none;
    height: 499px;
}

#ser_result li {
    padding: 6px 6px 8px 6px;
    clear: both;
    /* display: flex;
    align-items: flex-start; */
}

#ser_result li img {
    width: 30px;
    margin: 2px 8px 0 0;
    float: left;
    height: 23px;
    object-fit: contain;
    background-color: #fff;
    opacity: 0.4;
}


/* .ser-detail-wrap {
    display: flex;
    flex-direction: column;
} */

#ser_result li .ser-detail-wrap span {
    margin-top: 4px;
    font-size: 12px;
    color: #7d7d7d;
    line-height: 18px;
    display: block;
}

.ser-detail-wrap a {
    font-size: 14px;
    color: #1468a9;
    margin-bottom: 8px;
}

#res_ser .ser-detail-wrap h3 {
    clear: none;
    line-height: 22px;
}

#ser_result li:hover {
    background-color: #f4f4f4;
}

.teobtn {
    float: left;
    width: 100%;
    text-align: center;
}

.teobtn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teobtn li {
    display: inline-block;
    margin: 5px;
}

.teobtn li .btn-view-more {
    display: inline-block;
    vertical-align: middle;
}

.blog-right-panel .mCustomScrollBox {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


/*
.mCSB_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
	background-color: #fff ;
	background-color: rgba(255, 255, 255, .75) !important ;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)" ;
}
.mCSB_scrollTools .mCSB_dragger {
	width: 6px !important;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.5) !important;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.mCSBap_draggerContainer .mCSBap_dragger {
	cursor: pointer;
	height: 30px;
	z-index: 1;
}
.mCSBap_scrollTools a + .mCSBap_draggerContainer {
	margin: 20px 0;
}
.mCSBap_scrollTools .mCSBap_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSBap_scrollTools .mCSBap_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.mCSBap_scrollTools .mCSBap_draggerRail {
	background-color: #000;
	background-color: rgba(0,0,0,.4) !important;
	filter: "alpha(opacity=40)" !important;
	-ms-filter: "alpha(opacity=40)" !important;
} */

.projects-description-info ul p {
    margin-bottom: 10px !important;
    line-height: 10px !important;
}

.project-glance-row .mCustomScrollBox {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}


/* .project-glance-cell ul li:hover::before {
	background-color: transparent;
} */

.category-project-url p {
    color: #848484;
}

.postid-38008 .projects-description-info .content ul li {
    margin-bottom: 15px;
}

.postid-38008 .projects-description-info .content ul li:last-child {
    margin-bottom: 0px;
}

.single-article .related-projects ul li img {
    /* width: auto !important; */
    /* height: auto !important; */
    max-height: 230px;
    object-fit: none;
}

table tr td,
table td a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #7d7d7d;
}

table td a {
    color: #4584ce;
}

table td a:hover {
    color: #6cb1fd;
}

table tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.footer-copyright-area>p {
    display: inline-block;
    vertical-align: middle;
}

.footer-copyright-area>p:nth-child(2) {
    text-align: center;
}

.footer-copyright-area .copyright {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-top: 0;
}

.footer-copyright-area .sslseallogo {
    display: inline-block;
    /* vertical-align: middle; */
    max-width: 130px;
    margin-left: 0;
}

.footer-copyright-area ul {
    margin-top: 0;
}

.attachment-template-default .blog-main-info-inner p {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
}

.footer-copyright-area ul li:first-child {
    margin-left: 0;
}

.footer-copyright-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#content:after {
    display: inline-block !important;
}

@media only screen and (max-width: 1199px) {
    .footer-copyright-area {
        flex-direction: column;
    }
    .footer-copyright-area .sslseallogo {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-copyright-area {
        justify-content: center;
    }
    .footer-copyright-area>p {
        width: 100%;
        text-align: center;
    }
    .footer-copyright-area ul {
        width: 100%;
        text-align: center;
    }
    .footer-copyright-area ul li {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    .footer-copyright-area .sslseallogo {
        margin-left: 0;
        margin-top: 13px !important;
    }
    footer {
        padding-top: 25px;
    }
}

.home-search #custom_html-7,
.home-search #custom_html-9 {
    width: 100px;
    padding-right: 10px;
    padding-top: 19px;
    margin-right: 30px;
}

.home-search {
    display: inline-flex;
    padding-top: 0;
}

.pcbonline a {
    padding-top: 5px;
}


/*header nav ul li{margin-right:35px !important;}*/

header nav ul li {
    margin-right: 27px !important;
}

.menu-image-title-before.menu-image-not-hovered img {
    padding-bottom: 10px;
}

.main-navigation a span.menu-image-title-after.menu-image-title {
    padding-left: 0;
}

.main-navigation .pcbonlinen a span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #5a5a5a;
}

.main-navigation .eshop_top_menu a span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #5a5a5a;
}

.main-navigation a span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
}

.main-navigation .home-search .textwidget a .badge {
    position: absolute;
    right: -15px;
    top: -19px;
}

.main-navigation a .menu-image.menu-image-title-before {
    position: absolute;
    padding-left: 0;
    padding-bottom: 0;
    right: -11px;
    top: -1px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    position: relative;
}

.main-navigation .home-search .textwidget a {
    bottom: -5px;
}

section.how-it-works li a {
    display: inline-block;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

@media only screen and (max-width: 770px) {
    .main-navigation a .menu-image.menu-image-title-before {
        right: inherit;
        top: 0px;
    }
}

.fhide {
    display: none !important;
}

.projects-description-info .content ul ul {
    margin-bottom: 0;
}

.EnlighterJSWrapper *,
.enlighter-default * {
    font-family: "Source Code Pro", "Liberation Mono", "Courier New", Courier, monospace !important;
}

.header-top .top-left p:empty {
    display: none;
}

.header-top .top-left .widget.home-search-widget.widget_search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.header-top .top-left .widget.home-search-widget.widget_search input.search-field,
.header-top .top-left .widget.home-search-widget.widget_search input.search-field::placeholder {
    color: #fff;
}

.header-top .top-left .widget.home-search-widget.widget_search input.search-field {
    background-image: url(../svg/serach-home-white.svg);
}

.main-navigation a .menu-image-title-before.menu-image-title img {
    padding-bottom: 0;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .header-top .top-left .widget.home-search-widget.widget_search {
        display: none;
    }
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.upload-page-information .wpcf7 form .wpcf7-response-output {
    margin-top: 2em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: rgba(255, 185, 0, 0.2);
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: rgba(70, 180, 80, 0.2);
}

#content {
    background-color: #fbfbfb;
}

.menu-item-95470,
.menu-item-95472 {
    display: none;
}
.projects-description-info .title_pdf_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 25px;
    margin-bottom: 25px;
    line-height: normal;
    flex-wrap: wrap;
}
.projects-description-info .title_pdf_div span{
    align-self: flex-end;
}
.projects-description-info .title_pdf_div img {
    width: 125px;
}
.projects-description-info h1 img  {
   width: 130px;
}
.project-basic-info ul li.project-eshop-url .btn-view-more{
    display: inline-block;
    min-width: 105px;
    border-radius: 0;
    width: auto;
    color: #fff;
    font-size: 13px;
    padding: 5px 14px;
    line-height: 18px;
    background-color: #37B771;
    border-color: transparent;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, .18);
    border-radius: 25px;
    font-weight: 400;
    margin-top: -4px;
}

.project-basic-info ul li.project-eshop-url .btn-view-more:hover {
    color: #fff;
    opacity: 0.6;
}

.header-top a.btn-upload-project {
    font-size: 12px;
    padding: 5px 15px 3px;
    line-height: 18px;
    background-color: #37B771;
    border-color: transparent;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, .18);
    border-radius: 25px;
    font-weight: 400;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

.header-top a.btn-upload-project:hover {
    color: #37B771;
    /* opacity: 0.6; */
	background-color: #fff;
}

.header-top a.btn-upload-project::before {
    display: none;
}

.gridstructure-bar ul li,
.projectcategory.list .gridstructure-bar ul li {
    position: relative;
}

.gridstructure-bar ul li .btn-view-more,
.projectcategory.list .gridstructure-bar ul li>a.btn-view-more {
    position: absolute;
    top: 238px;
    right: 20px;
    float: none;
    display: inline-block;
    min-width: 105px;
    width: auto;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    line-height: 18px;
    background-color: #37B771;
    border-color: transparent;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, .18);
    border-radius: 25px;
    font-weight: 400;
    height: auto;
}

.gridstructure-bar ul li .btn-view-more:hover,
.projectcategory.list .gridstructure-bar ul li>a.btn-view-more:hover {
    color: #fff;
    opacity: 0.6;
}

.projectcategory.list .gridstructure-bar ul li>a.btn-view-more {
    bottom: 20px;
    top: inherit;
}

.main-navigation li#menu-item-92811 {
    display: none;
}

.main-navigation ul li.cad-tools-menu ul li {
    width: 100%;
}

.main-navigation ul li.cad-tools-menu ul {
    width: 150px;
}

section.latest-projects.popular-post .popular-post-main {
    padding-bottom: 4.5px;
}

.project-discription.community-description {
    padding-bottom: 2px;
}

.home-news-listing.community-post-list .news-image span {
    width: 40px;
    height: 40px;
}

.home-news-listing.community-post-list ul li {
    padding: 16px 0;
}

.home-news-listing.community-post-list .news-image {
    width: 60px;
}

.advertise-list .latest-project-area.top-dowanload {
    margin-bottom: 25px;
}

.home-news-listing.community-post-list ul li:nth-last-child(2) {
    padding-bottom: 16px;
}

.tablepress td,
.tablepress th {
    font-weight: normal;
    color: #7d7d7d !important;
}


/*.dataTables_wrapper .tablepress{margin: 0 auto;}
.projects-description-info .content>div .tablepress tbody tr td {font-weight: 400;}
.projects-description-info .content>div.dataTables_wrapper {overflow-x: auto;}*/

.trendbar {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 11px 0;
    font-weight: 500;
    margin: 0 0 0 0;
}

.trendbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.trending {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: normal;
}

ul.trending li {
    display: flex;
    width: auto;
}

.trendbar h5 {
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
}

.trendbar a,
.woocommerce .trendbar a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #5a5a5a;
    border-radius: 0;
}

ul.trending li:last-child a {
    margin-right: 0 !important;
}

.woocommerce .trendbar a {
    background-color: transparent;
    padding: 0;
}

.trendbar a:hover,
.woocommerce .trendbar a:hover {
    color: #318fdf;
}

.woocommerce .trendbar a:hover {
    background-color: transparent;
}

.projects-description-info .content .dataTables_wrapper .tablepress,
.projects-description-info .content .dataTables_scroll .dataTables_scrollHeadInner {
    width: 1000px !important;
}

.projects-description-info figure {
    margin: 0 auto 35px;
    width: auto;
    max-width: 100%;
}

.blog-right-inner-coulmn.sendpress div#form-wrap p:empty::before {
    display: none;
}

#wpdcom .wpd-form-head {
    margin-top: 0;
}

#wpdcom {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#wpdcom.wpd-layout-2 .wpd-comment {
    margin-bottom: 0;
}

#comments {
    padding-bottom: 0;
}

.latest-projects-1 .project-info h6:hover {
    color: #318fdf;
}

.snapeda-cad-models-description h1 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
    display: none;
}


/*CAD Tools page*/

.cad-box-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    top: 125px;
    margin-bottom: 120px;
}

.cad-tools-page h1 {
    font-size: 18px;
    font-weight: 600;
}

.cad-box.cad-search {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.cad-box.cad-upload {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.cad-box {
    box-shadow: 0px 0px 16px rgba(83, 83, 83, 0.14);
    background-color: #fff;
    padding: 30px;
    float: left;
    margin-top: 30px;
}

.cad-box figure {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    border: 0.5px solid #D5D0D0;
}

.cad-box figure img {
    display: inline-block;
    vertical-align: middle;
}

.cad-box h2 {
    text-transform: none;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
}

.cad-box p {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    margin-bottom: 30px;
}

.cad-box .btn-view-more {
    display: inline-block;
    width: auto;
    min-width: 141px;
}


/*.cad-box.cad-models figure{border-color: transparent;}*/

#wpdcom .wmu-attached-image-link .wmu-attached-image {
    height: auto !important;
}

.projects-description-info .content ul ul,
.advertisements-info ul ul {
    padding-left: 0;
    margin: 10px 0 0;
}

.page-not-found {
    display: inline-block;
    width: 100%;
}
.newsletter-confirmation-wrap {
    display: inline-block;
    width: 100%;
}
.projects-description-info .content ul li strong,
.advertisements-info ul li strong {
    font-family: inherit;
}

.contact-us-form-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-navigation li.pcbonlinen ul {
    width: 151px;
}

.main-navigation li.pcbonlinen ul li {
    width: 100%;
}

.main-navigation li.eshop_top_menu ul {
    width: 150px;
}

.main-navigation li.eshop_top_menu ul li {
    width: 100%;
}


/*cookies popup*/

.gcccn-container {
    background-color: #fff !important;
}

.gcccn-container,
.gcccn-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.gcccn-message,
.gcccn-message a {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5em;
}


/* .gcccn-transparency-5 {
	opacity: 1;
} */

.gcccn-btn {
    line-height: 1.65em;
}

.gcccn-float .gcccn-message {
    color: inherit;
}

.header-advertisements img,
.advertisement img {
    width: auto;
    max-width: 100%;
}

.eshop_top_menu .menu-image.menu-image-title-before {
    width: 25px;
    transform: rotate(180deg);
    margin-top: 4px;
    right: -18px !important;
}

.pcbonlinen .menu-image.menu-image-title-before {
    width: 20px;
    top: 4px !important;
}

.blog-main-info-inner .su-button {
    margin-bottom: 25px;
}

.projects-description-info input,
.projects-description-info select {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    border: 1px solid rgba(179, 212, 240, 0.3);
}

.projects-description-info input:focus,
.projects-description-info select:focus {
    outline: 1px solid #b3d4f0 !important;
}

.projects-description-info fieldset {
    border: 1px solid rgba(179, 212, 240, .3);
    padding: 30px;
}

.projects-description-info input:disabled {
    background-color: rgba(239, 239, 239, 0.5);
}

.projects-description-info .calc-btn {
    width: 100%;
    padding: 15px;
    color: #3290df;
    text-align: center;
    background-color: #f2f8fd;
    border: 1px solid #b3d4f0;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.projects-description-info .calc-btn:hover {
    background-color: #3290df;
    color: #fff;
    border-color: #3290df;
}

#invalid_calc {
    font-size: 14px;
    color: red;
    margin-top: 5px;
}

#timeResult {
    margin-top: 10px;
}

#timeResult,
#time1Result,
#dischargerate {
    font-size: 14px;
}

.page-template-calculator label {
    font-size: 14px;
    margin-bottom: 5px;
}

#decimal_calculator table tr td,
#battery_Formulas table tr td {
    padding: 5px 15px;
}

.projects-description-info table {
    border: none;
    border-collapse: collapse;
    margin: 45px 0 0px;
}

.page-template-winSource_parts .table-responsive{
    /* padding-top: 30px; */
}

.media_chk span.wpcf7-list-item-label {
    font-size: 15px;
    color: #7d7d7d;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.media_chk input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.dowanload-info.advertisements-info h2.stat {
    margin-bottom: 25px;
}

.dowanload-info.advertisements-info h1.archive-title {
    padding-bottom: 20px !important;
}

.input-row.media_chk span.wpcf7-list-item.first.last {
    margin-left: 0;
}


/* input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-view-more {
    margin-bottom: 5px;
} */

.dowanload-info.advertisements-info p strong,
.advertisements-info ul li strong {
    font-family: 'Open Sans', sans-serif;
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}

form.submitting .wpcf7-spinner {
    display: inline-block;
}



.wpcf7-spinner {
    display: none;
    margin: 0 24px 15px !important;
}

.page-template-winSource_parts .table-loader{
    margin: 18px auto !important;
}

.social-box {
    float: left;
}

.social-box a.btn-get-app {
    width: 51%;
}

.social-box a.btn-get-app:hover{
     background: #405d7e;
     opacity: 0.9;
}

.social-box .btn-box {
    float: left;
    width: 50%;
}

.social-box .qr-box {
    float: right;
    width: 35%;
    margin-left: 0px;
	margin-top: 8px;
}

.social-box .qr-box figure {
    width: 130px;
    height: 130px;
    display: inline-block;
    margin: 0;
}

#wpcf7-f32809-o1 .wpcf7-not-valid-tip,
#wpcf7-f76483-p76479-o1 li:nth-child(7) .wpcf7-not-valid-tip {
    float: unset;
}

#wpcf7-f32809-o1 li:nth-child(4),
#wpcf7-f76483-p76479-o1 li:nth-child(7) {
    text-align: left;
}

#wpcf7-f32809-o1 .wpcf7-response-output {
    margin-bottom: 40px !important;
}

a.link_parts:hover h3 {
    color: #318fdf;
}

.adevrtise-from.quote-form {
    margin-top: 30px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 5px 1em;
}

#wpcf7-f32809-o1 .wpcf7-not-valid-tip {
    float: none !important;
}

span.wpcf7-form-control-wrap.page-title input {
    font-weight: 500;
}

.input-row.pull-right.project_desc h2 {
    margin-bottom: 20px;
}

.quote-proj-img-desc {
    float: right;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    width: 100%;
    padding: 40px 20px;
}

.input-row.pull-right.project_desc {
    padding-left: 20px;
}

.input-row.pull-left.project_img {
    padding-left: 20px;
}

.project-basic-info ul li.project-sku span {
    padding-left: 0;
}

.project-basic-info ul li.project-sku span i {
    padding-right: 7px;
}

.quote-proj-img-desc .input-row {
    width: 49%;
}

.adevrtise-from.quote-form .input-row.full-width {
    width: 100% !important;
}

.input-row.pull-right.project_desc i,
a.btn-view-more i,
.adevrtise-from.quote-form .input-row i,
button.stock_alert_button i {
    margin-right: 5px;
}

span.wpcf7-form-control-wrap.project_sku input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
    margin-bottom: 30px;
}

.quote_all_details ul {
    width: 48%;
    margin-right: 40px;
}

.quote_all_details ul:last-child {
    margin-right: 0;
}

.quote_recaptcha {
    float: right;
}

.quote_all_details {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.quote_recaptcha {
    margin-bottom: 20px;
}

.top-right a i {
    margin-right: 5px;
}

div#ajaxsearchlite1 {
    box-shadow: none;
}

.content.calculator-content select {
    background-color: #eeeeee47;
}

.content.calculator-content table tr:first-child {
    background-color: #E5EBF2;
}

.content.calculator-content table tr td {
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ddd;
}

.content.calculator-content table tr:first-child td {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 100 !important;
}

.content.calculator-content table tr:first-child td strong {
    font-weight: 400;
    text-transform: uppercase;
    color: #4A4A4A;
}

.content.calculator-content table tr:nth-child(odd) {
    background-color: #F9FBFF;
}

.content.calculator-content fieldset div,
.content.calculator-content div {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    line-height: 28px;
    color: #7d7d7d;
}

.content.calculator-content span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
    line-height: 28px;
    color: #7d7d7d;
    font-weight: 700;
    text-transform: uppercase;
}

.content.calculator-content table {
    width: 100% !important;
    margin-top: 20px;
}

.content.calculator-content fieldset {
    margin-bottom: 20px;
}

.content.calculator-content div#astable_calc h2,
.content.calculator-content div#ohms_calc h2,
.content.calculator-content div#decimal_calculator h4 {
    margin-top: 10px;
}

.page-id-116823 .content.calculator-content ol.about_calc span,
.page-id-116823 .content.calculator-content ol.about_calc ::marker {
    text-transform: unset !important;
    font-weight: normal !important;
    color: #7d7d7d !important;
}

.content.calculator-content span.head_rowline,
.content.calculator-content ol.about_calc ::marker {
    color: #3c89ff !important;
}

.content.calculator-content div#astable_calc h3,
.content.calculator-content div#astable_calc h3,
.content.calculator-content div#ohms_calc h3 {
    margin-top: 15px;
}

.common-ad-form-panel.ads-form select {
    background-color: #FAFAFA;
}

li#wp-admin-bar-home-power-voltage span,
li#wp-admin-bar-lab-power-voltage span {
    font-size: 20px;
}

li#wp-admin-bar-home-power-voltage span::before,
li#wp-admin-bar-lab-power-voltage span::before {
    top: -10px;
    position: relative;
    color: rgba(240, 246, 252, .6);
}

ul#wp-admin-bar-root-default button.online_btn {
    display: inline;
    height: 12px;
    width: 12px;
    border: none;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    top: -5px;
}

@media screen and (max-width: 1900px) {
    li#wp-admin-bar-home-power-voltage,
    li#wp-admin-bar-lab-power-voltage {
        display: none;
    }
}

.article-row.calculator-list ul li {
    height: 132px;
}

.article-row.calculator-list .article-row-inner {
    padding: 0;
}

form#subscribe-blog-1 .jetpack-subscribe-count p,
.jetpack_subscription_widget #subscribe-text p {
    font-size: 13px;
    text-align: center;
    color: #7d7d7d;
}

.jetpack_subscription_widget p a {
    font-size: 13px;
    text-align: center;
    color: #3290df;
}

.jetpack_subscription_widget p a:hover {
    color: #6cb1fd !important;
}

#subscribe-submit button.wp-block-button__link {
    color: #3290df;
    background-color: #f2f8fd;
    border: 1px solid #b3d4f0;
    font-size: 15px;
    padding: 11px 35px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 95%;
}

#subscribe-email input {
    margin: 15px auto;
}

#subscribe-submit button.wp-block-button__link:hover {
    background-color: #3290df;
    color: #fff;
    border-color: #3290df;
}

.wp-block-jetpack-subscriptions__subscount {
    font-size: 13px;
    color: #7d7d7d;
    text-align: center;
    margin-top: 10px;
}

form#subscribe-blog-1 button {
    cursor: pointer;
    padding: 8px 23px 8px 23px !important;
    font-size: 15px !important;
}

form#subscribe-blog-1 button:hover {
    background-color: #405d7ee3 !important;
}


/*#anspress .ap-filters {
    border: 2px solid #eee;
    display: table;
    border-radius: 2px;
}*/

#anspress .ap-filters .ap-dropdown {
    float: left;
    display: block;
    margin-right: 0;
    padding: 7px 10px;
    border-right: solid 2px #eee;
}

#anspress #ap-filter-reset {
    background: 0 0;
    border: 0;
    padding: 7px 10px;
    color: #888;
    font-size: 13px;
}

.hentry {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    border: 1px solid #eee;
}

#anspress .ap-filters .ap-dropdown-toggle {
    color: #323232;
}

#anspress .ap-questions-count {
    border-width: 1.5px;
}

.ap-filter-search input {
    float: none;
    height: 35px;
}

#anspress .ap-filters label i {
    background: none !important;
    padding: 0;
    font-size: 11px;
    border: solid 2px #ddd;
}

#anspress .ap-filter input[type=checkbox]:checked+.apicon-check {
    background: none;
    color: #777;
    font-size: 10px;
}

#anspress .ap-list-head {
    background: #FBFBFB;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}

.ap-row {
    margin-right: 0px;
    margin-left: 0px;
}

.apicon-check:before {
    color: #FFF;
}

#anspress .ap-pagination a,
#anspress .ap-pagination span {
    border: solid 1px #ddd;
    font-weight: bold;
    background: #fff;
    box-shadow: 0 2px 2px 0 #eee;
    padding: 5px 10px;
    transition: border-color .2s, box-shadow .2s;
}

.ap-field-desc {
    font-size: 90%;
    margin-top: 6px;
}

#anspress select.ap-form-control,
#anspress input[type='text'].ap-form-control {
    background: #fcfcfc none repeat scroll 0 0;
    border-width: 1px;
    box-shadow: none;
    height: 42px;
    margin-bottom: 10px;
}

#anspress button.ap-btn.ap-btn-submit {
    cursor: pointer;
    background: #3290df;
    border: none;
    color: #fff;
    font-size: 14px;
}

#anspress .ap-term-count {
    background: #3290df none repeat scroll 0 0;
    padding: 5px 15px;
}

#anspress .ap-term-title a,
#anspress .ap-term-tag-box .ap-term-title {
    font-size: 15px;
    color: #457198;
}

#anspress .ap-activity-when,
#anspress .ap-activities:before {
    background: #3290df;
}

#anspress .ap-activity-item .ap-activity-icon i:before {
    color: #3290df;
}

#anspress .ap-activity-item>.ap-activity-icon i {
    border: solid 1px #3290df;
}

#anspress .apicon-flag:before {
    color: #3290df;
}

#anspress #ap-tags .ap-col-12 {
    float: none;
}

.ap-user-reputation {
    vertical-align: initial;
}

.ap-notice.closed {
    background: #FFF6F8;
}

.ap-notice.status-moderate {
    background: #fffae9;
}

.ap-form-control[type="checkbox"] {
    margin-right: 6px;
}


/* #anspress .ap-questions-count.ap-questions-acount {
    border-color: #3290df;
} */

title {
    text-transform: uppercase;
}


/*anspress design start */

filter-items {
    display: inline-flex;
}

filter-items div {
    border: 2px solid gray;
    padding: 5px;
    margin: 5px;
}

#anspress .ap-filter label i {
    display: none;
}

#ap-filters .ap-dropdown-menu label i {
    display: none;
}

#ap-filters .ap-dropdown-menu li.active {
    background: #37B771;
}

#ap-filters .ap-dropdown-menu input {
    display: none;
}


/*#anspress .ap-filters .ap-dropdown-menu{width:100% !important;}*/

#anspress form#ap-filters .ap-dropdown-menu {
    display: block !important;
}

#ap-lists .ap-list-head #anspress .ap-list-head {
    padding: 15px 15px 5px 15px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

#anspress #ap-filters .ap-dropdown-menu {
    position: relative !important;
    box-shadow: none;
    padding: 0;
    margin-top: 0 !important;
}


/* ul.ap-actions.ap-dropdown-menu {
    height: 140px;
    overflow-y: scroll;
} */

#anspress .pull-right {
    float: right !important;
    /* padding-right: 20px; */
    /*width: 80%;*/
    display: flex;
}

.pull-left form.ap-search-inner input {
    width: auto !important;
}

div#anspress {
    padding: 0 20px;
}

#anspress .ap-dropdown-menu li {
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    border-right: 1px solid #888;
    min-width: auto;
}

#anspress .ap-dropdown-menu li.active label {
    color: #fff;
}

#anspress .ap-list-head .ap-filters {
    margin: 0;
}

#anspress .ap-list-head .ap-btn-ask {
    background: #37B771 !important;
    margin-left: 5px !important;
    height: 34px;
    padding: 10px 20px !important;
}

#ap-search-form .ap-search-input {
    margin-bottom: 0px !important;
}

#anspress div#ap-ask-page {
    border: solid 1px #eee;
    padding: 15px;
}

#anspress .ap-user-avatar.ap-pull-left {
    text-align: center;
    float: none !important;
    margin-bottom: 15px;
}

#anspress .ap-user-name {
    text-align: center;
    margin-bottom: 15px;
}

#anspress .ap-user-name span {
    font-size: 25px !important;
    color: #333;
}

#anspress .ap-questions-count {
    float: right;
}

.ap-page-user .coomon-wrapper .container,
.post-type-archive-question .coomon-wrapper .container {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    border: 1px solid #eee;
}

#anspress .ap-user-bio {
    text-align: center;
    margin: 0 auto;
    border: none;
    padding: 35px 80px;
    margin-bottom: 40px;
    box-shadow: 0 5px 10px 10px rgb(0 0 0 / 2%), 0 6px 10px 0 rgb(0 0 0 / 2%);
}

#anspress span.question-tags a {
    /* color: #00c773 !important; */
    color: #888;
    font-size: 13px !important;
}

#anspress .ap-questions .ap-display-meta-item a time,
#anspress .ap-questions .ap-display-meta-item a span {
    color: #457198;
    font-size: 13px !important;
}

#anspress .ap-questions .ap-display-meta-item,
#anspress span.ap-post-history {
    color: #888;
    font-size: 13px !important;
}

#anspress h3.ap-answers-label span,
#anspress span.ap-post-history a,
#anspress .ap-q-metas span {
    font-size: inherit !important;
    color: #405D7E;
}

#anspress span.ap-questions-title a {
    font-size: 15px;
    line-height: 28px;
    color: #7d7d7d;
}

#anspress .ap-cell-inner {
    border: 1px solid #d6e1e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

#anspress .ap-btn-small {
    color: #777;
    font-size: 14px;
}

#anspress span,
#anspress .ap-questions .ap-post-status,
.ap-post-footer .ap-btn {
    font-size: 13px !important;
    color: #7D7D7D;
}

#anspress .ap-post-updated {
    font-size: 12px;
    color: #7D7D7D;
    display: inline-block;
}

#answers .ap-post-updated{
    margin-top: 20px !important;
}

#anspress .ap-post-updated span a,
#anspress .ap-post-updated span a span,
#ap-answers-c .ap-answers-tab>li a {
    font-size: 14px !important;
    color: #457198;
}

#anspress .ap-post-updated span {
    font-size: 14px !important;
    color: #7D7D7D;
}

#anspress .ap-questions-count,
.ap-reputation-activity,
a.ap-reputation-ref p {
    font-size: 14px !important;
    color: #5A5A5A;
}

#anspress .ap-question-meta .featured,
#anspress .ap-question-meta .solved {
    height: 30px;
    margin-right: 15px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 2px;
}

#anspress .ap-q-metas {
    font-size: 13px;
    padding: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #F0F8FF;
}

.ap-notice {
    background: #F7F7F7;
    border-left: solid 3px rgba(0, 0, 0, .2);
    padding: 8px 8px 6px 8px;
    font-size: 12px;
    margin-top: 10px;
}

.anspress .ap-btn-newcomment {
    float: right;
    margin-top: 12px;
}

.ap-user-reputation {
    background: #D3E0F9;
}

.ap-activity-item .ap-user-reputation {
    color: #5A5A5A;
    background: #D3E0F9;
}

#anspress .ap-questions-title a {
    color: #5A5A5A;
}

#anspress #question {
    margin-top: 40px;
}

#anspress .ap-user-name .ap-user-reputation {
    font-size: 13px;
    padding: 6px 10px;
    margin-left: 10px;
    vertical-align: middle;
}

#anspress .ap-questions .featured-question {
    background: #F2F8FD;
}

#anspress .ap-questions-item.status-private_post {
    background: #FBFBFB;
}

.ap-btn-small {
    padding: 6px 12px;
}

#anspress a:hover,
#anspress .ap-questions .ap-display-meta-item a:hover span,
#anspress .ap-post-updated span a:hover span,
#anspress .ap-dropdown-menu li:hover,
.ap-activity-header a:hover span,
span.question-tags a:hover,
#anspress .ap-questions .ap-display-meta-item a:hover time,
#anspress .ap-term-tag-box .ap-term-title:hover,
#question span.ap-author a:hover span,
#anspress a:hover span,
a.ap-reputation-ref:hover strong {
    color: #318fdf !important;
}

#anspress .ap-dropdown-menu li label {
    cursor: pointer;
}

#anspress .ap-list-head .ap-btn-ask:hover {
    background-color: #04b76b !important;
    color: #fff !important;
}

span.ap-post-status.moderate {
    color: #fff !important;
}

.ap-activity-ref,
.ap-activity-header {
    color: #b0b0b0;
}

#form_question input#form_question-is_private {
    margin-right: 5px;
}

#form_question button.ap-btn.ap-btn-submit,
#anspress .ap-bpsingle-title>a,
a.ap-reputation-ref strong,
#anspress .ap-view-question {
    font-size: 14px;
    padding: 6px 12px;
}

#form_question label.ap-form-label {
    font-weight: 500;
    font-size: 16px;
}

form#form_question input {
    font-size: 15px;
    color: #7d7d7d;
}

.ap-activity-when {
    font-size: 15px;
}

.ap-reputations td.col-points span {
    background: #D3E0F9;
    font-weight: 700;
    padding: 5px;
    color: #5a5a5a !important;
}

.ap-post-footer .ap-btn {
    padding: 2px 6px;
}

.ap-activity-header a span {
    color: #405D7E !important
}

#ap-tags form#ap-search-form {
    width: 37%;
    margin-right: 20px;
}

#ap-tags .ap-list-head.clearfix {
    display: flex;
}

h2.user_profile_title {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 20px;
}

.tax-question_tag div#ap-lists {
    background: #fff;
    border-radius: 4px;
    padding: 20px 55px !important;
    border: 1px solid #eee;
}

#anspress div#ap-lists {
    padding: 0;
}

a.ap-btn.ap-btn-subscribe.ap-btn-small.active {
    background-color: unset;
}

.page-template-question-answer .hentry {
    padding: 20px 35px;
}

button.ap-btn-insertimage {
    margin-bottom: 15px;
}

#anspress .ap-taxo-detail {
    padding: 0;
    background-color: unset;
    margin-left: -15px;
}

.ap-taxo-detail.clearfix span.ap-tax-item-count {
    margin-top: 8px;
}


/*anspress design end */

.single-product .shop-menu ul {
    position: relative;
    z-index: 99;
}

.footer-social-below-logo ul {
    display: flex;
    float: left;
}

.footer-social-below-logo {
    position: relative;
    display: inline-block;
    width: 100%;
}

.footer-social-below-logo ul li {
    padding-top: 7px;
    background-color: #365374;
    margin-left: 13px;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.footer-social-below-logo ul li i {
    font-size: 18px;
    color: #fff;
}

.footer-social-below-logo li:hover {
    background-color: #fff;
}

.footer-social-below-logo li:hover i {
    color: #365374;
}

.footer-social-below-logo li svg {
    fill: #fff;
}
.footer-social-below-logo li:hover svg {
    fill: #365374;
}



.footer-social-below-logo ul li:first-child {
    margin-left: 0;
}

.footer-social-below-logo ul li:last-child {
    margin-right: 0;
}


/* .footer-col.tab_f .footer-social,
.footer-col.tab_f .connect-links {
    display: none;
} */

.yith-woocompare-popup h1 {
    background: #405e7e;
    text-transform: capitalize;
}
.news-title h6{
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-search {
	min-width: calc(100% - 897px);
}
.eshop_footer_links ul {
    display: flex;
    flex-wrap: wrap;
}
.td_paypal_logo.paypal_links {
    width: 71%!important;
    display: inline-flex!important;
    justify-content: flex-end!important;
    align-items: center;
}
.eshop_footer_links {
    margin-right: 30px;
}
.eshop_footer_links li {
    padding: 0 20px;
}
.discription-info > a{
    display: inline-block;
    text-align: center;
    margin: auto;
    width: 100%;
}

form#lc-tank-circuit-resonance-calculator .calc-btn, form#resistor-wattage-calculator .calc-btn, form#bitwise-calculator .calc-btn, form#coil-inductance-calculator .calc-btn, form#adc-calculator .calc-btn, form#time-constant-calculator .calc-btn, form#resistivity-calculator .calc-btn, form#frequency-to-period-calculator .calc-btn, form#calc_wire_cable .calc-btn, form#radar-range-calculator .calc-btn, form#stepper-motor-calculator .calc-btn, form#capacitor_parallel_div .calc-btn, form#capacitor_series_div .calc-btn, form#volts-to-amps-calculator .calc-btn, form#power-density-calculator .calc-btn, form#rlc-circuit-calculator .calc-btn, form#hex-calculator .calc-btn, form#rlc-parallel-calculator .calc-btn, form#decibel-db-calculator-1 .calc-btn, form#decibel-db-calculator-2 .calc-btn, form#amps-to-watts-calculator .calc-btn, form#microstrip-line-calculator .calc-btn, form#rf-power-converter-calculator .calc-btn, form#torque_form .calc-btn, form#force_form .calc-btn, form#distance_form .calc-btn, form#energy-electricity-consumption-calculator .calc-btn, form#rms_voltage .calc-btn, form#led-resistor-calculator .calc-btn, form#op-amp-gain-calculator-1 .calc-btn, form#op-amp-gain-calculator-2 .calc-btn, form#lm317-resistor-voltage-calculator .calc-btn, form#resistor_parallel_div .calc-btn, form#resistor_series_div .calc-btn, form#capacitor-value-calculator .calc-btn, form#capacitor-code-calculator .calc-btn, form#timer-astable-circuit-calculator .calc-btn, form#timer-monostable-calculator .calc-btn, div#smd-resistor-calculator  .calc-btn{
    width: 49%;
}
form#bit-shift-calculator .calc-btn {
    width: 32%;
    padding: 15px 0;
}
.calc-btns-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 41px;
}
.page-template-calculator_list .archive-header-projects.main-title {
    margin-bottom: 30px;
}
.page-template-calculator_list .article-row-inner {
    display: flex;
    flex-direction: column;
}

.main-div.capacitor {
    order: 2;
}

.main-div.resistors {
    order: 1;
}

.main-div.power {
    order: 3;
}

.main-div.ic {
    order: 4;
}

.main-div.digital {
    order: 5;
}

.main-div.others {
    order: 6;
}

.main-div.pcb {
    order: 7;
}
.dowanload-info-main.only_datasheets {
    margin-top: 125px;
}
div#smd-resistor-calculator b {
    font-weight: 700;
    color: #404040;
}

/* 3-1-2023 */
.social_popup_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.social_popup_modal {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    top: 50%;
    left: 50%;
    padding: 45px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 620px;
    border-radius: 3px;
    text-align: center;
}
.social-modal-heading {
    display: inline-block;
    width: 100%;
}
.social_modal_button{
    background: none;
    border: none;
    color: #95979d;
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    height: 50px;
    outline: none;
    padding: 5px 5px 7px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    z-index: 10;
}
.project-basic-info.custom-project-info-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-basic-info.article ul {
    width: auto;
}
.project-basic-info.custom-project-info-new #social_popup_btn, .project-basic-info.article #social_popup_btn {
    margin-top: -7px;
    display: inline-block;
    width: 36px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #c5c6c9;
    height: 32px;
    padding: 3px;
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
    margin-left: 20px;
}
.project-basic-info.custom-project-info-new #social_popup_btn img, .project-basic-info.article #social_popup_btn img{
    width: 100%;
    height: 100%;
}
.project-basic-info.custom-project-info-new #social_popup_btn:hover, .project-basic-info.article #social_popup_btn:hover {
    background-color: #eee;
    border-color: #eee;
}
.project-basic-info.custom-project-info-new .share_fav, .project-basic-info.article .share_fav{
    display: flex;
    flex-wrap: wrap;
}
.social_popup_wrapper .social_popup_modal a:not(.addtoany_special_service)>span {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.social_popup_wrapper .social_popup_modal .addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 50%;
}
.social_popup_modal .a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}
.social_popup_modal .sharing-title{
    color: #62646a !important;
    padding-top: 0 !important;
    padding: 10px 0 !important;
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif !important;
}
.social_popup_modal .sharing-description p{    
    color: #95979d;
    font-size: 15px;
    line-height: normal;
    text-align: center;
      font-family: 'Roboto', sans-serif;
}
.social_popup_modal .a2a_label{
    bottom: 0;
    left: 0;
    color: #62646a;
    width: 88px!important;
    font-size: 15px;
    padding-top: 5px;
    -webkit-clip-path: none!important;
    clip-path: none!important;
    overflow: inherit!important;
    height: auto!important;
    line-height: normal!important;
    font-family: 'Roboto', sans-serif;
}
.social_popup_modal .addtoany_list.a2a_kit_size_32 a {
    position: relative;
    display: inline-block;
    font-size: 32px;
    width: 88px;
    min-height: 78px;
    text-align: center;
    line-height: normal;
}
.social_popup_wrapper .addtoany_shortcode{
    display: inline-block;
    width: 100%;
    min-height: 70px;
}
.social_popup_modal .a2a_svg svg {
    width: 50px;
    height: 50px;
    padding: 8px;
}
.social_popup_modal .a2a_svg.a2a_s__default.a2a_s_facebook, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_linkedin, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_twitter, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_whatsapp, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_link, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_skype, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_email, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_pinterest, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_facebook_messenger, .social_popup_modal .a2a_svg.a2a_s__default.a2a_s_x {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.social_popup_modal .a2a_svg.a2a_s__default.a2a_s_link {
    background-color: #fff!important;
    border: 1px solid #eee;
}
.social_popup_modal .a2a_svg.a2a_s__default.a2a_s_link svg path {
    fill: #999;
}
#a2a_copy_link_copied {
    margin-top: 0!important;
    padding: 14px 8px!important;
}
/* 3-1-2023 End */

/* @media screen and (min-width: 3839px) {
    .community-post .advertise-list .advertisement{
        height: 282.5px
    }
    .community-post-counter {   
        padding-top: 32px;
    }
} */
.advertisement.bd_add{
    background-color: #fbfbfb;
}
button.woosq-btn-icon-only {
    position: absolute;
    top: inherit;
    left: 10px;
    display: inline-block;
    height: 35px;
    padding: 0;
    width: 35px;
    margin: 0 0 5px 0;
    border-radius: 50%;
    color: #405D7E;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-color: transparent;
    bottom: 0px;
    z-index: 1;
    background-color: #405e7e;
}

button.woosq-btn-icon-only span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.new_advertisement.custom_advertisement{
    float: none;
    display: inline-block;
    width: 100%;
}

form#sendpress_signup {
    display: none;
}
.newsletter-confirmation-wrap h1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.newsletter-confirmation-wrap .newsletter-confirmation-container .aligncenter{
    margin-bottom: 30px;
}
.newsletter-confirmation-wrap .newsletter-confirmation-info a.btn-view-more{
    max-width: 545px;
    width: 100%;
    margin: 60px auto 0;
}
.newsletter-confirmation-wrap .newsletter-confirmation-container a {
    display: inline-block;
    width: 100%;
}
.newsletter-confirmation-wrap .newsletter-confirmation-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.blog-right-inner-coulmn.widget_block.widget_media_image {
    padding: 0;
}
.blog-right-inner-coulmn.widget_block.widget_media_image img {
    width: 100%;
}
.blog-right-inner-coulmn.widget_block.widget_media_image a, .blog-right-inner-coulmn.widget_block.widget_media_image figure {
    line-height: 0;
}
.single-project .sfsiaftrpstwpr{
    margin-top: 30px!important;
}
.sfsiaftrpstwpr .sfsi_plus_Sicons span {
    float: left;
    width: 100%;
    color: #7d7d7d!important;
    font-size: 15px!important;
    font-family: open sans,sans-serif!important;
    font-weight: 400;
}
.sfsiaftrpstwpr .sf_subscrbe a{
    margin: 0;
    height: 21px;
    margin-top: -2px;
}
.sfsi_plus_Sicons .sf_subscrbe a img {
    float: left;
    height: 22px!important;
}
.sfsi_plus_Sicons img, .sfsiplusid_facebook img, .sfsiplusid_twitter img{
    height: 22px;
}
.sf_fb a, .sf_twiter a, .sf_pinit a{
    height: 22px!important;
}
.sf_twiter a, .sf_pinit a{
    padding-top: 4px;
}
.sfsi_plus_Sicons.left .sf_subscrbe{
    margin: 0 8px 0 0!important;
}
.sfsi_plus_Sicons_text_wrapper span{
    margin-top: -2px;
}
.sfsiaftrpstwpr .sfsi_plus_Sicons {
    display: flex;
    align-items: center;
}
.blog-right-inner-coulmn.widget_block.widget_text p {
    text-align: center;
}
.blog-right-inner-coulmn.widget_block.widget_media_image figure.wp-block-image {
    margin: 0;
}
.blog-right-inner-coulmn.widget_block.widget_text p {
    text-align: center;
}
.sfsi_plus_subscription_form_field input{
    cursor: pointer;
}
.sfsi_plus_subscription_form_field input:hover {
    /* color: #fff!important; */
    opacity: 0.6;
}
body {
    background: #fff !important;
}
.single-post .blog-box-panel .blog-option-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ebebeb;
}
.single-post .blog-box-panel .blog-option-info .post-comp-logo {
    width: 170px!important;
    margin-right: 0!important;
    float: none!important;
    margin-left: auto;
}
.blog-option-info.no-logo {
    border-top: 0!important;
    padding-top: 5px;
    padding-bottom: 30px;
}
.single-post .blog-main-info-inner p:empty {
    display: none;
}
.blog-main-info-inner.custom-blog-main-info p{
    float:none;
}
.main-project-details.article-details .projects-description-info .content ul li {
    margin-bottom: 10px;
    line-height: 28px;
}
.main-project-details.article-details .projects-description-info .content ul li:last-child{
    margin-bottom: 0;
}
.blogs-main-content .blog-detail-tags .single-blog-social {
    position: absolute;
    right: 0;
}
button.fav_btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    height: 0px;
}
button.fav_btn:hover i{
    animation: 1.5s ease 0s infinite beat;
}

@keyframes beat {
0%, 50%, 100% { transform: scale(1, 1); }
30%, 80% { transform: scale(0.75, 0.80); }
}

#wc-woocommerce_payments-upe-form {
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

.poplar-post-view a.home_add_to_cart, .poplar-post-view a.added_to_cart.wc-forward{
    color: #fff !important;
    font-family: inherit;
    font-weight: 400;
    background-color: #37B771 !important;
    border-color: transparent;
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,.18);
    border-radius: 25px;
    padding: 2px 10px;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    margin-left: 8px;
}

.poplar-post-view a.home_add_to_cart:hover, .poplar-post-view a.added_to_cart.wc-forward:hover{
    opacity: 0.6;
    /* color: #fff; */
}

span.span_add_btn {
    position: absolute;
    right: 15px;
    top: 198px;
}

/* que-ans */
.para-style p,.para-style li,.para-style strong{
    font-size: 15px !important;
    line-height: 28px !important;
    color: #7d7d7d;
}

.para-style strong{
    font-size: 16px !important;
}

.hentry .ap-questions .ap-questions-inner .ap-questions-summary .ap-questions-title a{
    font-size: 15px;
    line-height: 28px;
    color: #7d7d7d;
}
li.woo_currency_dropdown select {
    font-weight: normal;
    font-size: 14px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border: none;
    margin-top: 10px;
    padding: 0;
}

.apexcharts-tooltip-y-group {
    padding: 3px !important;
}
.apexcharts-tooltip-title {
    padding: 0 3px !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
.apexcharts-tooltip-series-group {
    padding: 0 3px !important;
}
.apexcharts-tooltip-marker {
    width: 5px !important;
    height: 5px !important;
    margin-right: 5px !important;
}
.apexcharts-tooltip-y-group span {
    font-size: 12px  !important;
}
.apexcharts-tooltip.apexcharts-theme-light {
    top: -20px !important;
}

/* video-player */
.html5-video-player{
    background-size: auto !important;
}

section.latest-projects.community-post img.app_banner_img, section.latest-projects.community-post  a.ads_statistics img {
    margin-bottom: 23px;
}

#ul#section-anchor-bar-list li {
    display: inline-block;
}

ul#section-anchor-bar-list li a {
    text-transform: none;
    font-weight: 500 !important;
    transition: 0.4s all ease-in-out;
    display: inline-block;
    padding: 0 20px 0 20px;
    border-right: 1px solid #e5dada;
    font-weight: 300;
    margin: 10px 0;
    color: #5a5a5a;
    font-size: 14px;
}

ul#section-anchor-bar-list li {
    display: inline-block;
}

ul#section-anchor-bar-list li:first-child a {
    padding-left: 20px;
}

ul#section-anchor-bar-list li:last-child a {
    border: 0;
}

.section-anchor-bar {
    display: inline-block;
    background-color: #FAFAFA;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 50px;
	margin-top: 25px;
    width: 100%;
}

ul#section-anchor-bar-list li a:hover {
    color: #37B771;
}
html {
    scroll-behavior: smooth;
}
ul#section-anchor-bar-list li i {
    padding-right: 5px;
}
ul#section-anchor-bar-list li:last-child a.pdf-btn {
    color: #37B771;
}
ul#section-anchor-bar-list li:last-child a.pdf-btn:hover {
    opacity: 0.6;
}
a#total_app_download_counter {
    background: transparent;
    color: #405d7e;
}
@media screen and (max-width: 580px) {
    ul#section-anchor-bar-list li a{
        border-right: none;
        margin: 7px 0;
    }
    ul#section-anchor-bar-list li {
        display: block;
    }
}
.sorting-list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}
.sorting-list select {
    margin-left: 20px;
    border: 1px solid #a0a0a0;
    padding: 0 0 0 10px;
    height: 34px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 17px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.sorting-list::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    right: -7px;
    top: 12px;
    transform: rotate(135deg);
}
span#proj_count {
    font-size: 14px;
    padding-left: 5px;
    padding-top: 2px;
    color: #ff0000;
}
.project-grid-info.proj_single_replated {
    margin-bottom: 30px;
}
.project-basic-info.custom-project-info-new ul li:last-child{
    /* position: absolute; */
    right: 2%;
    margin-top: 2px;
    float: right !important;
}
.project-basic-info.article ul li:last-child {
    position: absolute;
    right: 2%;
    margin-top: 2px;
}
td.body-wrap.common-wrap.tooltip{
    position: relative;
}
td.body-wrap.common-wrap.tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    height: 500px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -30%;
    left: 95%;
    opacity: 0;
    transition: opacity 0.3s;
}
.manufacture-table .manufacture-body span img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* td.body-wrap.common-wrap.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
} */
td.body-wrap.common-wrap.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
td.body-wrap.common-wrap span:last-child {
    font-size: 15px;
    color: #7d7d7d;
}
body.search {
    width: 100%;
}
.footer-social li a.twt {
    background: url(../svg/twitter-x-icon.svg) no-repeat;
    font-size: 15px;
    background-position-x: -3px;
}
.single-post h3 {
    clear: none;
}
.single-project span.oas_btn.oas_btn_twitter.oas_btn_service span.oas_btn_ico.oas_icons_white, .single-article span.oas_btn.oas_btn_twitter.oas_btn_service span.oas_btn_ico.oas_icons_white{
    background: url(../svg/twitter-x-icon.svg) no-repeat;
}

form[data-status="init"] .wpcf7-not-valid-tip{
    display: none;
}

.advertisement.blog-ads {
    margin: 30px 0 100px;
}