/*
Theme Name: Multipurpose Corporate
Theme URI: https://www.logicalthemes.com/themes/free-corporate-wordpress-theme/
Author: LogicalThemes
Author URI: https://www.logicalthemes.com
Description: The multipurpose corporate theme has the professional approach to it as required for any corporate site. This theme effectively serves any type of business whether you are a small firm or a corporate biggie, shop owners, business owners, bloggers, travelers, organization, Finance, Stock Market, Store business, IT Firm, IT infrastructure,  agency, firms, startup, entrepreneur etc. As it is a multipurpose theme, it can be used for personal websites, blogging and by agencies dealing in different areas such as product showcase, startups, medium sized companies, marketing, promoting your business online, corporate business, business websites, business agencies, organizations, e-commerce. If you are new to business world it will help you establish in the market or if you are already established then it will showcase your services and work in the most professional way. The theme comes with top-class features and functionalities to serve various purposes. It has a user-friendly and interactive interface for smooth usage of the site. It can be customized to change its colour, background, images etc. to fit your perspective. It is fully responsive to seamlessly adjust across any device; translation ready to serve different demographics and cross-browser compatible to load on any browser. It has multiple page templates to design each page differently. The social media icons present will make your site content shareable on all networking sites. This multipurpose corporate theme is written in clean and secure codes. It has a testimonial section where your customers can give review about your services and site. It is SEO-friendly and loads pages faster. Use this theme to exhibit your sincerity and professionalism in business world. Demo: https://www.logicalthemes.com/multipurpose-corporate-pro/
Tested up to: 5.8
Requires PHP: 7.2
Version: 0.5.6
License: GPLv3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: multipurpose-corporate
Tags: wide-blocks, flexible-header, left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, theme-options, threaded-comments, post-formats, translation-ready, rtl-language-support, blog, portfolio, e-commerce

Multipurpose Corporate WordPress Theme has been created by LogicalThemes(logicalthemes.com), 2018.
Multipurpose Corporate WordPress Theme is released under the terms of GNU GPL
*/
*, body, img, .bypostauthor, .wp-caption-text, .wp-caption, .sticky, .gallery-caption{
  margin:0;
  padding:0;
}
*{
  outline:none;
}
body{ 
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  font-size: 15px;
  color:#000;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
img{ 
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
a:hover {
  text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6{ 
  margin:0;
  font-weight: bold;
  padding:0 0 15px;
}
p{ 
  margin:0;
  font-size: 15px;
  line-height:1.8;
  padding:0;
}
a{ 
  text-decoration:none;
  color:#007f98;
}
a:hover{ 
  text-decoration:none;
  color:#007f98
}
a:focus, input:focus, textarea:focus, button:focus,.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus{
  outline: 1px dotted #000;
  border-bottom: 1px solid #000;
}
.footersec a:focus, .footersec input:focus,.primary-navigation ul ul a:focus, button.closepop:focus{
  outline-color:#fff;
  border-color: #fff;
}
table, select, .entry-video iframe, .entry-audio audio{
  width:100%;
}
ul, ol{ 
  margin:0 0 0 15px;
  padding:0;
}
input[type='submit']{
  background-color: #007f98;
  padding: 1%;
  border: 0;
  color: #000;
  margin: 2% 0;
}
.clear{ 
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
input[type="text"], input[type="email"], input[type="phno"], textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:111px;
}
.center{ 
  text-align:center;
  margin-bottom:40px;
}
.wrapper{
  margin:3% auto;
}
.wp-caption{ 
  font-size:13px;
  max-width:100%;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
/*wide block*/
.entry-content .alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.entry-content .alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
} 
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right:45px;
  margin-top:4px;
  margin-bottom:20px;
  padding:0;
}
.alignright, img.alignright { 
  display: inline;
  float: right;
  margin-left:45px;
  margin-top:4px;
  margin-bottom:20px;
  padding:0;
}
.aligncenter, img.aligncenter { 
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.comment-list .comment-content ul { 
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.main-container ol{
  list-style-position:outside;
  margin-left:20px;
}
.main-container ol li{
  margin:5px 0;
}
h2.section-title {
  font-size:30px;
  font-weight:700;
  padding:0 0 45px 0;
  text-align:center;
  display:table;
  margin-bottom:50px;
}
/*----------Sticky Header------*/
.fixed-menubox {
  position: fixed;
  top: 0px; 
  left:0;
  width: 100%;
  box-shadow: 2px 2px 10px 0px #000;
  z-index: 999999;
}
.page-template-custom-frontpage .fixed-menubox, .sticky-menubox.fixed-menubox{
  background: #fff;
}
/* --------- MENUS CSS --------- */
#menu-sidebar {
  display: inline;
}
.primary-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;  
}
.primary-navigation li{
  display: inline-block;
  position: relative;
}
.primary-navigation a{
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 18px 10px;
}
.primary-navigation ul ul{
  display: none;
  position: absolute;
  background: #252525;
  min-width: 215px;
  z-index: 9999;
}
.primary-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.primary-navigation ul ul a{
  color: #fff;
  background: #000;
  padding: 10px;
}
.primary-navigation ul ul a:hover{
  background:#007f98;
  color:#fff;
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
}
.primary-navigation ul li:hover > ul{
  display: block;
}
.primary-navigation a:hover{
  color: #007f98;
}
#sidebar .widget_text a, .entry-content a,.footersec .widget_text a{
  color:#007f98;
}
#sidebar .widget_text a, .entry-content a,.footersec .widget_text a, .comment p a {
  text-decoration: underline;
}
/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border-top-color: #e1e1e1;
}
.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-menu, a.closebtn{
  display: none;
}
/* --------- Header --------- */
.page-template-home-custom .header-box{
  background: transparent;
}
.page-template-home-custom .top-header{
  border:none;
}
.top-header{
  background: #f7f7f7;
  border-bottom: 1px solid #000;
}
.header-box {
  background: #f7f7f7;
}
i.fab.fa-facebook-f {
  padding: 10px 12px;
}
.social-media i {
  color: #999;
  font-size: 12px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 7px 2px #d5d2d2;
  margin-right: 8px;
  border-radius: 50%;
}
.timebox span,.call a, .email a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #333;
}
.timebox i,.call i, .email i {
  font-size: 15px;
  color: #007f98;
}
.logo {  
  font-weight: bold;
  color: #333;
}
.logo p a{
  font-weight: bold;
  font-size: 28px;
}
.logo p{
  line-height: 1.3;
  font-family: inherit;
}
.logo h1 {
  font-weight: bold;
  font-size: 28px;
}
p.site-description {
  font-size: 12px;
}
.read-moresec a {
  background: #007f98;
  color: #fff;
  font-size: 16px;
}
.get-quote-btn a {
  background: #007f98;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
/*------search popup---*/
.serach_inner label {
  width: 75%;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(000, 000, 000, 0.7);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: 0;
}
.serach_outer i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 4px solid #000;
  padding: 10px;
  box-shadow: 0 0 12px 1px #f5f5f5;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.serach_inner input.search-field {
  padding: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
}
.serach_inner input.search-submit {
  padding: 8px 35px;
  margin: 5px 0;
  font-size: 20px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 10px;
  background: transparent;
  width: 100%;
  color: #000;
}
.search-box i {
  color: #817f7f;
}
/* --------- SLIDER--------- */
#slider{ 
  background: #000;
}
#slider img {
  width: 100%;
  opacity: 0.6;
}
#slider .inner_carousel p{ 
  color:#ffffff;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
#slider .inner_carousel h1 {
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
}
#slider .carousel-caption {  
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
}
.slide-btn a {
  background: #007f98;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.slide-btn a:hover {
  background: #fff;
  color: #000;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image:none; 
  transform: rotate(90deg);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #007f98;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
}
/* --------- Services --------- */
.top-service {
  background: #007f98;
  margin-top: -10em;
  color: #fff;
  z-index: 999;
}
.top-service:nth-child(2) {
  background: #075463;
}
.top-service h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
hr.services {
  width: 20%;
  border: solid 1px #fff;
}
.top-service p {
  font-size: 13px;
  font-weight: 500;
}
.top-service a {
  color: #fff;
  border-bottom: solid 1px;
  font-size: 13px;
  font-weight: bold;
}
/* --------- About --------- */
#about img {
  box-shadow: 15px 15px #007f98;
}
#about h3 a {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
#about p {
  color: #333;
  font-size: 15px;
}
/* --------- Homepage --------- */
.post-wrapper {
  margin-top: 4%;
}
.box-image img, span.woocommerce-input-wrapper {
  width: 100%;
}
span.entry-date {
  background: #007f98;
  position: relative;
  bottom: 38px;
  font-size: 18px;
  color: #fff;
  padding: 14px;
}
span.entry-date a{
  color:#fff;
}
span.entry-author a, .post-wrap h2 a, .adminbox span.entry-date a, .adminbox i {
  color: #000;
}
.entry-author:hover a, .entry-author:hover i, .adminbox .entry-date:hover i, .adminbox .entry-date:hover a{
  color: #007f98;
}
.post-wrap h2 {
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
}
.post-wrap .section-title a:hover{
  text-decoration:none;
}
.post-wrap {
  border: solid 10px #eee;
}
.adminbox span {
  font-size: 16px;
  color: #000;
  position: static;
  background: none;
}
.adminbox i {
  font-size: 15px;
}
.post-wrap p {
  font-size: 15px;
  color: #000;
  font-weight: 100;
  margin:0;
}
.continue-read a {
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
}
.metabox span {
  color: #000;
  font-size: 16px;
}
/* Woocommerce */
.woocommerce span.onsale{
  background: #007f98;
  padding: 0;
}
#sidebar{
  margin: 10px 0;
}
.woocommerce .woocommerce-breadcrumb ,.woocommerce .woocommerce-breadcrumb a, .woocommerce ul.products li.product .price,.woocommerce div.product p.price, .woocommerce div.product span.price{
  color:#000;
}
.products li {
  border: solid 1px #dcdcdc;
  padding: 10px !important;
  text-align: center;
}
.woocommerce-Address, .col-1,.col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
  max-width: 100%;
}
h2.woocommerce-loop-product__title,.woocommerce div.product .product_title {
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  background: none;
  margin-bottom: 5px;
  text-align: left;
  text-transform: none;
}
.woocommerce-product-gallery__image {
  padding: 5px;
}
h1.woocommerce-products-header__title.page-title{
  margin-bottom: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #007f98;
  color: #fff;
  border-radius: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #000;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #000;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #007f98;
  color: #fff;
  border: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #007f98;
  padding: 12px !important;
  margin-bottom: 10px !important;
  list-style-type: none !important;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
span.posted_in {
  display: block;
}
li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  list-style: none;
  padding: 16px 32px 16px 56px;
}
.woocommerce-MyAccount-content p a, .woocommerce-info a, tr.woocommerce-cart-form__cart-item.cart_item a, form.woocommerce-shipping-calculator a, nav.woocommerce-MyAccount-navigation a, #sidebar p.woocommerce-mini-cart__buttons.buttons a, a.shipping-calculator-button, form.woocommerce-cart-form a, a.woocommerce-privacy-policy-link, a.showcoupon, nav.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a  {
  text-decoration: none;
}
.woocommerce .woocommerce-ordering select{
  padding: 10px;
}
#sidebar p.woocommerce-mini-cart__buttons.buttons a:hover, .footersec p.woocommerce-mini-cart__buttons.buttons a:hover{
  background: #007f98;
}
.footersec form.woocommerce-product-search input[type="search"], #sidebar form.woocommerce-product-search input[type="search"]{
  width: 100%;
  padding: 10px;
}
#sidebar form.woocommerce-product-search button, .footersec form.woocommerce-product-search button{
  background: #007f98;
  border: none;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  font-size: 16px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
}
#sidebar .widget_price_filter .ui-slider-horizontal .ui-slider-range, #sidebar .widget_price_filter .ui-slider .ui-slider-handle, .footersec .widget_price_filter .ui-slider-horizontal .ui-slider-range, .footersec .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .price_slider_amount .button:hover{
  background: #007f98;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], #sidebar .price_label, .footersec .price_label, #sidebar p.woocommerce-mini-cart__buttons.buttons a{
  color: #fff;
}
.widget_shopping_cart_content p.woocommerce-mini-cart__total.total{
  padding: 5px 0;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}
.select2-container--default .select2-selection--single{
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 6px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 6px;
}
#sidebar ul.woocommerce-mini-cart.cart_list.product_list_widget li{
  background: none;
}
.woocommerce .woocommerce-ordering select{
  padding: 10px;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce ul.products li.product .price{
  font-size: 16px;
}
.woocommerce form .form-row .required{
  color: #df0000;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price, .woocommerce div.product span.price, .woocommerce div.product p.price {
    color: #515151;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce form.woocommerce-shipping-calculator a{
  color: #303330 !important;
}
.woocommerce .woocommerce-breadcrumb{
  margin-top: 10px;
}
.woocommerce ul.products.columns-4 {
  display: table;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
}
.page-template-custom-front-page .woocommerce ul.products li.product .price{
  position: relative;
  top: -45px;
}
.page-template-custom-front-page .woocommerce ul.products li.product .button{
  margin-top: 0px;
  position: relative;
  top: 0;
}
.woocommerce ul.products li.product .button{
  margin-top: 0;
}
.woocommerce-info::before {
  color: #1a8129;
}
.woocommerce-privacy-policy-text p a,.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
  color: #000;
}
.woocommerce #comments p {
  float: left;
  width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 16px;
}
.woocommerce .product-title{
  font-size: 17px;
}
.woocommerce .select2-container .select2-selection--single{
  height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top:70%;
}
.select2-container--default .select2-selection--single, input#billing_phone {
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width: auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  text-align: center;
}
#sidebar .star-rating, .footersec .star-rating{
  margin: 0 !important;
}
#sidebar .product_list_widget .star-rating, .footersec .product_list_widget .star-rating{
  margin: 5px 0 10px 0 !important;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #000;
}
.footersec .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #fff;
}
.footersec .price_label, #sidebar .price_label, .news-item.layout-two .news-text-wrap{
  font-size: 14px;
}
.woocommerce .star-rating {
  float: left;
}
.related.products ul.products li.product, .related.products .woocommerce-page ul.products li.product{
  float:none;
  display: inline-table;
  width: 29%;
  text-align: center;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 20px 0 0;
}
.woocommerce form.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce-Reviews .comment-text p.meta {
  width: 100%;
  float: left;
  padding-top: 10px;
}
#sidebar a.remove.remove_from_cart_button , .footersec a.remove.remove_from_cart_button{
  font-size: 22px !important;
}
.woocommerce #reviews #comments h2{
  font-size: 25px;
}
.related.products h2 {
  text-align: left;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  font-size: 11px;
  padding: 7px;
}
.footersec .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 0 0 2em;
}
#sidebar .widget_shopping_cart_content li:hover{
  padding-left: 2em;
}
.woocommerce-Reviews .comment-form-rating label{
  padding: 10px 0;
}
#sidebar .woocommerce ul.product_list_widget li img, .footersec .woocommerce ul.product_list_widget li img {
  width: 50px;
}
.footersec .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 0 10px 2em;
}
.woocommerce ul.products li.product .star-rating{
  margin: 10px auto;
}
.woocommerce form.login{
  display: inline-block;
}
#sidebar ul.woocommerce-mini-cart.cart_list.product_list_widget li{
  position: relative;
  padding: 0 0 10px 30px;
  margin: 0;
}
#sidebar .woocommerce ul.product_list_widget li a{
  padding: 0
}
#sidebar .woocommerce ul.product_list_widget li:before{
  position: absolute;
  left: 0;
  top: 12px;
}
#sidebar ul.woocommerce-mini-cart.cart_list.product_list_widget li:before{
  display: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
  text-align: center;
}
#sidebar ul.woocommerce-mini-cart.cart_list.product_list_widget li a.remove{
  position: absolute;
}
#sidebar ul.woocommerce-mini-cart.cart_list.product_list_widget li{
  padding-left: 2em;
}
/* Breadcrumbs */
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background: #f1f1f1;
  color: #000;
  padding: 4px 15px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.bradcrumbs a:hover{
  background:#f58220;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
/* blog post */
.nav-previous {
  float: left;
  width: 50%;
  margin: 15px 0;
}
.nav-next{
  float: left;
  width: 50%;
  text-align: right;
  margin: 15px 0;
}
span.meta-nav {
  clear: both;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.nav-next span.meta-nav:after{
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-left: 8px;
  position: relative;
  top: 5px;
}
.nav-previous span.meta-nav:before{
  content: "\f30a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.post-tags a {
  background: #007f98;
  color: #fff;
  padding: 4px 10px;
  margin: 3px;
  border-radius: 4px;
  display: inline-block;
}
/* Comments BOX */
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],#comments input[type="email"],#comments textarea {
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"].submit{
  background:#007f98;
  padding:10px 60px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px;
  color: #fff;
}
#comments a.comment-reply-link{
  color:#fff;
  background:#007f98;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover,#comments input[type="submit"].submit:hover{
  background: #000;
  color: #fff;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
.main-content #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  display:inline-block;
  border:none;
}
#comments .comment-body p{
  background: #f5f5f5;
  padding: 15px;
}
.main-content #comments ul{
  margin:0 0 0 40px;
}
#comments .reply{
  text-align: right;
}
.comment-respond{
  clear:both;
}
.comment-meta.commentmetadata {
  margin: 10px 0;
}
#comments .comment-content{
  margin-left:7%;
}
/* Sidebar */
#sidebar h3 {
  color: #000;
  font-size: 25px !important;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 2px;
}
.rssSummary,div#sidebar p,#sidebar td#prev a {
  color: #999;
}
#sidebar caption {
  font-weight: bold;
  color: #999999;
  font-size: 20px;
  text-align: center;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
#sidebar td {
  padding: 10px;
  color: #999999;
}
#sidebar th {
  text-align: center;
  padding: 10px;
  color: #999999;
}
#sidebar select {
  padding: 10px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 17px;
}
#sidebar form{
  display: table;
  width: 100%;
  border: solid 1px #eee;
}
#sidebar input[type="search"] {
  background:none;
  padding:7px 10px;
  border:none;
  font-size:15px;
  color:#000;
  width:100%;
}
#sidebar input[type="search"]::placeholder {
  color: #000;
}
#sidebar form.search-form label{
  width:100%;
  float:left;
  margin-bottom: 0;
}
#sidebar input[type="submit"]{
  background:#007f98;
  border:none;
  color:#fff;
  padding:10px;
  width:100%;
  font-size:16px;
  font-weight: bold;
  margin:0;
}
#sidebar aside,.singlebox {
  padding: 15px;
  border: 10px solid #eee;
  overflow: hidden;
}
#sidebar ul {
  list-style:none;
  margin:0;
}
#sidebar ul li a {
  color: #000;
  font-size: 15px;
}
#sidebar ul li a:hover {
  color: #007f98;
}
#sidebar li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#sidebar li {
  border-bottom: solid 1px #eee;
  margin-top: 0;
  padding: 9px 0;
}
#sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background: #000;
  color: #fff;
}
/* Main Content Css */
.main-content p{
  font-size: 16px;
}
.main-content h1{
  font-size:30px;
  font-weight: bold;
}
/* Pagination */
.pagination {
  clear:both;
  position:relative;
  font-size:14px;  
  line-height:13px;
  float:right;  
  font-weight:bold;
  width:100%;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 5px 10px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#000;
  background: #ccc;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
} 
.pagination a:hover,.pagination .current{
  background: #007f98;
  color: #fff;
}
.main-content .pagination ul{
  margin:0;
  clear:both;
}
.main-content .pagination ul li{
  margin:0;
}
/*copyright css*/
.footersec aside.widget {
  margin-bottom: 30px;
  margin-top: 10%;
}
.footersec .widget_rss,.footersec a.rsswidget{
  color: #fff;
}
.footersec form.search-form label{
  width: 100%;
}
.footersec input[type="submit"] {
  margin-top: 0;
  padding: 10px;
  background: #007f98;
  color: #fff;
  width: 100%;
}
.tagcloud a:hover {
  background: #007f98;
}
.tagcloud a {
  color: #fff;
  border: solid 1px #fff;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0px 5px;
  display: inline-block;
}
.footersec td#prev a {
  color: #fff;
}
.footersec caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.footersec table,.footersec th,.footersec td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
.footersec td {
  padding: 10px 0;
  color: #fff;
}
.footersec th {
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.footersec select {
  padding: 8px 5px;
}
.footersec li a, .footersec aside {
  color: #fff;
}
.widget li a,aside#categories-5 li a {
  color: #fff;
  font-size: 16px;
}
.footersec .widget li {
  list-style: none !important;
  margin-top: 3%;
  color: #fff;
}
.textwidget p {
  color: #fff;
}
.footersec {
  background: #1e1d1c;
}
h3.widget-title {
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.footersec h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 10px;
  background: #007f98;
}
.footersec ul {
  margin: 0;
}
.copyright {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background: #007f98;
}
.copyright a,.copyright span{
  color: #fff;
}
.copyright a:hover{
  color:#000;
}
.pagination{
  display:table;
  clear:both;
}
.pagination ul{
  list-style:none;
  margin:20px 0;
}
.pagination ul li{
  display:inline;
  float:left;
  margin-right:5px;
}
.pagination ul li span,.pagination ul li a{
  background:#222222;
  color:#fff;
  padding:5px 10px;
  display:inline-block;
}
.pagination ul li .current,.pagination ul li a:hover{
  background:#ff8a00;
}
h1.entry-title, h1.page-title{
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: #eee;
  padding: 10px 0;
}
p.sorry-text {
  font-size: 17px;
  color: #333;
}
.sticky .post-wrap {
  margin-bottom: 4%;
  border: solid 10px #ddd;
  background: #eee;
}
article img{
  height:auto;
}
article p{
  margin:10px 0;
}
.post-categories,.post-tags,.post-comment,.post-date{
  display:inline;
}
form.search-form{
  margin-bottom:0px;
}
i.fa.fa-search {
  float: right;
  margin-top: -8.5%;
  margin-right: 12%;
  font-size: 20px;
  color: #fff;
}
input.search-field,.post-password-form input[type=password]{
  border:1px #eee solid;
  padding:10px;
}
input.search-submit,.post-password-form input[type=submit]{
  border:none;
  color:#ffffff;
  padding:4px 10px;
  cursor:pointer;
}
aside.widget{
  margin-bottom:30px;
}
.webicon{
  font-size:20px;
}
.comment-list, ol.comment-list{
  list-style:none;
  margin-left:0;
  margin-top:20px;
  margin-bottom:20px;
}
.comment-list ul, ol.comment-list ol{
  list-style:none;
}
.comment-list li.comment{
  margin-top:20px;
}
.comment-list .comment-content h1,.comment-list .comment-content h2,.comment-list .comment-content h3,.comment-list .comment-content h4,.comment-list .comment-content h5,.comment-list .comment-content h6{
  margin-top:15px;
}
.blog-post-repeat{ 
  border-bottom:1px solid #cccccc;
  margin-bottom:40px;
}
/* Responsive Media */
@media screen and (max-width:720px) {
  .entry-content .alignwide {
    margin-left: 5px;
    margin-right: 5px;
  }
  .logo img{
    position: relative;
  }
  .social-media i{
    border: none;
  }
  ol.children {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  .main-content #comments ol li {
    padding: 10% 0 0 2% !important;
  }
  #services{
    margin-top: 2em;
  }
  .top-service{
    margin: 15px;
  }
  #about img{
    margin: 15px 0;
  }
  #slider .inner_carousel h1,#slider .inner_carousel p{
    display: none;
  }
  #slider .carousel-caption{
    text-align: center;
    right: 15%;
  }
  .pagination{
    float:none;
  }
  #slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
    font-size: 15px;
    padding: 6px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px){
  .entry-content .alignwide {
    margin-left: -20px;
    margin-right: -20px;
  }
  #slider .carousel-caption{
    top:45%;
    right:45%;
  }
  .social-media i{
    margin: 0;
  }
}
@media screen and (max-width: 1000px){
  .primary-navigation ul li a:focus,a.closebtn.responsive-menu:focus{
    outline: 1px dotted #fff;
    border-bottom: 1px solid #fff;
  }
  .toggle-menu {
    display: none;
  }
  .toggle-menu i {
    font-size: 32px;
    color: #007f98;
  }
  .toggle-menu button {
    background: transparent;
    border: none;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #252525;
    overflow-x: hidden;
    transition: 0.5s;
    visibility: hidden;
    padding-top: 60px;
  }
  .sidebar.menubar{
    visibility: visible;
    width: 250px;
    transition: 0.5s;
  }
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    border:none;
    background: transparent;
  }
  .sidebar #primary-site-navigation {
    width: 100%;
  }
  .toggle-menu span{
    font-size:30px;
    cursor:pointer; 
  }
  .toggle-menu, .primary-navigation ul ul li, .primary-navigation li{
    display: block;
  }
  .menubar .primary-navigation ul li{
    border-top:1px #303030 solid; 
    display:block;
  }
  .primary-navigation ul li a{
    padding: 10px;
    display:block;
    color:#ffffff;
    border:none;
  }
  .primary-navigation ul li ul,.primary-navigation ul li ul ul{ 
    display:block !important;
  }
  .primary-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .primary-navigation ul li ul li a{
    padding-left:20px !important;
  }
  .primary-navigation ul li ul li ul li a{
    padding-left:30px !important;
  }  
  .primary-navigation ul li ul, .primary-navigation ul li ul ul {
    display: block !important;
    opacity: 1 !important;
  }
  .primary-navigation ul ul{
    position: static;
    width: 100%;
    margin: 0;
  }
  .primary-navigation li{
    padding: 0;
  }
  #menu-sidebar {
    display: inline;
  }
  .primary-navigation ul ul a{
    background: #252525;
  }
  .primary-navigation ul ul a:hover,.primary-navigation ul ul li:hover > a{
    background: none;
    color: #007f98;
  }
}
@media screen and (min-width: 720px) and (max-width: 768px){
  .entry-content .alignwide {
    margin-left: -15px;
    margin-right: -15px;
  }
  .top-service{
    margin-top:20px;
  }
  #slider .carousel-caption{
    right: 35%;
  }
  .social-media i{
    margin: 0;
  }
}