/*
Theme Name: Logistic Transport
Theme URI: https://www.themescaliber.com/themes/free-logistics-wordpress-theme/
Author: ThemesCaliber
Author URI: https://www.themescaliber.com/
Description: Logistics Transport is a smart, dynamic, reliable, robust and beautiful transport and logistics WordPress theme. It is made for transportation companies, packers and movers, logistic services, shipping companies, heavy equipment transport, logistic department, trailer, courier, delivery company, delivery service, transport agency, relocation services, shipment firms, transport insurance, goods carrier, tracking services, warehouses, postal services, home shifters, contractor, localization, freight service provider, cargo hubs, Sea Freight, Warehouse packers, truck, multipurpose businesses, track your parcel, supplier, express delivery, shipment services, proffesional websites, personel websites, home movers, flat mover, heavy duty trailers, tower cranes, heavy machinaries, fleet, Routes, trucking, Road Freight, air freight, warehousing. It proves to be the best skin to provide a professional and interactive design throughout the website, never disappointing you with its performance and the vast collection of options it has to design the website easily. It has multiple features like responsive, footer-widgets, full width template, sticky-post, one-coulmn page layout, minimal design, personalization options, social media options and many more. You can translate this theme into different languages such as Arabic, German, Spanish, French, Italian, Russian, Turkish and Chinese. Demo: https://www.themescaliber.com/tc-logistics-transport-pro/
Version: 0.8.6
Tested up to: 6.0
Requires PHP: 7.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: logistic-transport
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, block-styles, wide-blocks, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, flexible-header, sticky-post, full-width-template, theme-options, threaded-comments, translation-ready, post-formats, rtl-language-support, blog, portfolio, e-commerce

Logistic Transport WordPress Theme has been created by ThemesCaliber (ThemesCaliber.com), 2018.
Logistic Transport WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  font-size:15px;
  color:#222222;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
.service-content  img{
  width: 50%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:10px 0;
  color: #1d2027;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  line-height:1.8;
}
a, a:hover, a:focus,a:hover{
  text-decoration:none;
  color: #00cdfc;
}
a:focus, input:focus, textarea:focus, button:focus, .woocommerce form .form-row input.input-text:focus{
  outline: ridge;
}
code{
  text-decoration:none;
  color:#000;
}
ul{
  margin:0 0 0 15px;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select{
  width:100%;
}
aside{
  clear:both;
}
.clear{
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.middle-align{
  margin:0 auto;
  padding:20px 0 20px;
}
.middle-align h1,
h1.product_title.entry-title,
#tab-description h2,
#reviews h2,
h2#reply-title {
  color: #1d2027;
  font-size: 30px;
  font-weight: bold;
}

/*wide block*/
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.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. */
}
.post.sticky{
  margin:0;
  padding:0;
  background-color:#eee;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  border:1px solid #bbb;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.bypostauthor{
  margin:0;
  padding:0;
}
small{
  font-size:14px !important;
}
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;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d2027;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ---------Buttons--------- */
a.button{
  background: #00cdfc;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

/* ---------Main Header Box--------- */
.page-template-custom-frontpage #header {
  position: absolute;
  top: 2em;
  z-index: 99;
  width: 100%;
  background: transparent;
}
.page-template-custom-frontpage .inner-box,
.page-template-custom-frontpage .fixed-header {
  background: #fff;
}
.page-template-custom-frontpage.admin-bar .fixed-header{
  margin-top: 32px;
}
#header{
  background: #00cdfc;
}
.inner-box {
  background: transparent;
}
.topbar {
  padding: 15px 0;
  background: #1d2027;
  color:#fff;
}
.topbar i, .social-media a i, .call a, .topbar a:focus, .topbar a:hover {
  color:#fff;
}
.search-box a{
  color: #000;
}
.call {
  font-size: 14px;
}

/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0; 
  left:0;
  width: 100%;
  background: #00cdfc;
  box-shadow: 2px 2px 10px 0px #000;
  z-index: 999999;
}

/* --------- MENUS CSS --------- */
#menu-sidebar {
  text-align: left;
  display: inline;
}
.primary-navigation ul{
  font-weight:400;
  font-size:14px;
  font-weight:bold;
  list-style: none;
}
.primary-navigation ul li{
  display:inline-block;
  margin:0;
  position:relative;
  float:none;
}
.primary-navigation ul li a{
  color: #000;
  padding: 15px 10px;
  display: block;
  margin: 0px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
}
.primary-navigation ul ul{
  display: none;
  position: absolute;
  background: #252525;
  min-width: 215px;
  z-index: 9999;
  margin: 0;
  border:1px solid #00cdfc;
}
.primary-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.primary-navigation ul ul a{
  color: #000;
  background: #00cdfc;
  padding: 10px;
}
.primary-navigation ul ul a:hover{
  color:#000;
  background:#fff;
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none;
  padding: 0;
  max-height: auto;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.primary-navigation ul li:hover > ul{
  display: block;
}
.primary-navigation a:hover{
  background:#00cdfc;
  color:#000;
}
.textwidget a,
.comment-list li.comment p a,
#content-ma a,
.entry-content a{
  text-decoration: underline;
  color: #11a813;
}

/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul{
  padding: 15px 25px 15px 10px;
}
.sf-arrows ul .sf-with-ul{
  padding: 10px;
}
.sf-arrows .sf-with-ul:after{
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 18px;
}
.sf-arrows ul .sf-with-ul:after{
  content: '\f138';
  top: 12px;
}
.toggle-menu, a.closebtn{
  display: none;
}

/*Top Bar */
.social-media a i:hover{
  color: #00cdfc;
}

/* Logo */
.logo h1,.logo p.site-title{
  font-size:30px;
  font-weight:bold;
  line-height: 1.5;
}
.logo h1 a, .logo p a {
  color: #000000;
}
.logo p{
  font-size:12px;
  color: #000;
  margin: 0;
}
#header .logo{
  text-align: center;
}

/* Search pop up */
.search-box button{
  background: transparent;
  border: 0;
}
.search-outer {
  background: rgb(51 51 51 / 90%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
  height: 100%;
  z-index: 999;
}
.search-outer.show{
}
.serach_inner label {
  width: 100%;
}
.serach_inner input.search-field{
  background: transparent;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99999;
  left: 50%;
  padding: 0 15px;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: 5%;
  text-align: right;
  background: transparent;
  border: 0;
  font-size: 40px;
  color: #fff;
}
.closepop:focus,.toggle-menu button{
  outline-color: #fff;
}
.serach_inner form.search-form {
  margin: 0 auto;
  max-width: 700px;
 }
.serach-page input.search-field {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}
.serach_inner input.search-submit {
  display: none;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 95%;
}
.search-box {
  cursor: pointer;
}
.search-box i {
  color: #000;
  font-size: 20px;
}


/* Menu */
.request-btn {
  text-align: center;
}
.page-template-custom-frontpage .request-btn a.blogbutton-small{
  color: #000;
  background: #00cdfc;
}
.request-btn a.blogbutton-small {
  color: #00cdfc;
  background: #1d2027;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-weight: 700;
  font-size: 16px;
}

/*--- Preloader 1 ---*/
.preloader {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.preloader-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #333;
  animation: movein 2s infinite;
}
.preloader-squares {
  width: 50px;
  line-height: 19px;
  height: 50px;
}
.preloader-squares .square:nth-child(1) {
  transform: translate(0, -25px)
}
.preloader-squares .square:nth-child(2) {
  transform: translate(25px, 0)
}
.preloader-squares .square:nth-child(3) {
  transform: translate(-25px, 0)
}
.preloader-squares .square:nth-child(4) {
  transform: translate(0, 25px)
}
@keyframes movein {
  33% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(0, 0);
  }
}

/*--- Preloader 2 ---*/
.preloader-chasing-squares {
  width: 50px;
  height: 50px;
  line-height: 19px;
}
.preloader-chasing-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #333;
}
.preloader-chasing-squares .square {
  animation: focusfade 2s infinite;
}
.preloader-chasing-squares .square:nth-child(2) {
  animation-delay: .5s;
}
.preloader-chasing-squares .square:nth-child(3) {
  animation-delay: 1.5s;
}
.preloader-chasing-squares .square:nth-child(4) {
  animation-delay: 1s;
}
@keyframes focusfade {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* About Section */
#about h2 {
  text-align: left;
}
#about h2 a{
  color: #1d2027;
}
#about hr {
  width: 10%;
  padding: 1px;
  background: #000;
  opacity: 1;
}
#about p {
  color: #1d2027;
  font-size: 15px;
  line-height: 2;
}
iframe, .entry-audio audio {
  width: 100%;
}

/* Service Section */
#services {
  text-align: center;
}
.service-content hr {
  width: 20%;
  padding: 1px;
  background: #000;
  opacity: 1;
}
#services strong {
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
#services strong a{
  color: #000;
}
#services .learn-btn a.blogbutton-small {
  color: #000;
  padding: 03px 1px;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid;
}
#services .service-content{
  border-top-left-radius: 6px;
  border-bottom: 2px solid #135a6e;
  background: #00cdfc;
}
#services .service-box{
  margin-top: -9em;
  position: relative;
  z-index: 9;
}

/* Headings */
section h2,
section h3{
  font-weight:bold;
}

/* Back to top button css */
.scrollup {
  color: #00cdfc;
  position: fixed;
  display: none;
  bottom: 120px;
  right: 15px;
  font-size: 18px;
  font-weight: 600;
  z-index: 9;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #000;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 43%;
  right: 43%;
}
.scrollup:focus,
.scrollup:hover{
  color: #00cdfc;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  transform: rotate(90deg);
}

/* Footer Section */
.footertown input.search-field {
  padding: 11px;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  margin-bottom: 14px;
}
.footertown .search-form label{
  width: 100%;
}
.footertown input[type="submit"],
input[type="submit"] {
  border: none;
  padding: 10px 20px;
  background: #00cdfc;
  display: inline-block;
  color: #000;
  font-size: 17px;
}
.footertown input[type="submit"]{
  width: 100%;
}
.footertown .tagcloud a,
.footertown .rssSummary,
.footertown span.rss-date,
.footertown cite,
.footertown strong,
.footertown p,
.footertown .widget ul li a,
.footertown td#prev a  {
  color: #fff;
}
.footertown caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.footertown table{
  border: solid 1px #999;
}
.footertown th,.footertown td {
  border-bottom: 1px solid #999;
  text-align: center;
}
.footertown td {
  padding: 9px;
  color: #fff;
}
.footertown th {
  text-align: center;
  padding: 9px;
  color: #000;
  background: #00cdfc;
}
.footertown select {
  padding: 10px 5px;
  color: #1d2027;
}
.footertown .widget ul {
  margin: 0px 0;
}
.footertown .widget ul li {
  list-style: none;
  font-size: 15px;
  padding: 6px 0;
  color: #fff;
}
.footertown .widget ul li a:hover{
  color: #00cdfc;
}
.footertown .textwidget p a{
  color: #fff;
}
.footertown .widget ul li:last-child{
  border:none;
}
.footertown .widget h3 {
  color: #00cdfc;
  font-weight: bold;
  padding: 10px 0;
}
.footertown{
  background:#1d2027;
}
#footer{
  border-top:1px solid #fff;
  background:#1d2027;
  text-align:center;
  padding: 15px;
}
#footer p{
  text-align: center;
  font-size:16px;
  color:#fff;
}
#footer p a{
  color:#fff;
}
.footertown .woocommerce-product-search input[type="search"]{
  border: 1px solid #fff !important;
}
.footertown a:focus,
.footertown input:focus,
.footertown textarea:focus,
#footer a:focus{
  outline-color: #fff; 
}
.footertown .tagcloud a{
  border: solid 1px #999;
  color: #fff;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block
}
.footertown .tagcloud a:hover{
  background:#00cdfc;
  color: #000;
}
.footertown a.rsswidget{
  color:#00cdfc;
}

/* --------- Blog Page ------- */
.metabox{
  background: #00cdfc;
  color: #000;
  clear: both;
  font-size: 14px;
}
.metabox a{
  color:#000;
}
.metabox a:hover,i:hover, .entry-date:hover a, .entry-date:hover i,
.entry-author:hover a, .entry-author:hover i{
  color: #fff;
}

/* Comments BOX */
#comments ol{
  list-style:none;
}
.comment-body{
  margin-bottom: 20px;
}
#comments ol ol li{
  padding:0 0 0 25px;
}
#comments{
  border-top: 1px solid #eaeaea;
}
#comments h2.comments-title, #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: #00cdfc;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 0;
  border: none;
}
#comments a.comment-reply-link{
  color:#1d2027;
  background:#00cdfc;
  padding:5px 15px;
  font-weight: 500;
}
#comments a.comment-reply-link:hover, #comments input[type="submit"].submit:hover{
  background:#000;
  color: #fff;
}
#comments a time{
  color: #1d2027;
  font-weight: bold;
  font-size: 12px;
}
#content-ma #comments ol li{
  width: 100%;
  background: none;
  list-style: none;
  margin: 0 0 20px;
  padding: 20px;
  background: #eee;
  display: inline-block;
}
#content-ma #comments ul{
  margin: 0 0 0 40px;
}
#comments .reply{
  text-align:end;
}
#comments .comment-content{
  margin-left: 7%;
}
.comment-author.vcard a {
  color: #000;
}
#comments label{
  display: block;
}

/* Woocommerce */
.woocommerce .col-1, .woocommerce .col-2{
  max-width: 100%;
}
.woocommerce #sidebar {
  margin-top: 2em;
}
.woocommerce form .form-row .required, .woocommerce a.remove {
  color:#df0000 !important;
}
a.woocommerce-privacy-policy-link {
  color: #000!important;
  text-decoration: none;
}
a.showcoupon, .woocommerce-message::before{
  color: #000!important;
  text-decoration: none;
}
.woocommerce-message {
  border-top-color: #00cdfc;
}
.woocommerce span.onsale{
  background: #00cdfc;
  padding: 0;
  color:#000;
}
a.added_to_cart.wc-forward {
  color: #000;
}

.comment-form-url input{
  width: 100%;
  padding: 15px;
  border: 1px solid #bcbcbc;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: solid 1px #dcdcdc;
  padding: 10px ;
  text-align: center;
}
h2.woocommerce-loop-product__title, .woocommerce div.product li .product_title {
  color: #353535;
  font-weight: 600;
  font-size: 18px !important;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #353535;
  font-size: 15px;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit,  .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: #00cdfc;
  color: #000;
  border-radius: 0;
}
.product_meta a {
  color: #000;
}
.woocommerce a.button.alt,.woocommerce button.button,.woocommerce a.button{
  background: #00cdfc;
  color: #000;
  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: #353535;
  color: #fff;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    color: #ffffff !important;
    background: #353535;
}


.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #353535;
  color: #353535;
}
.woocommerce div.product div.images img{
  padding: 5px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
  color: #222222;
}
span.woocommerce-input-wrapper{
  width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #00cdfc !important;
  padding: 12px;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  text-decoration: none;
}
.posted_in {
  display: block;
}
header.woocommerce-products-header {
  margin-top: 20px;
}
select.orderby{
  padding: 10px;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto 6px;
  font-size: 15px;
}
.related.products ul.products li.product {
  display: inline-table;
  width: 29% !important;
  float: none !important;
}
.select2-container--default .select2-selection--single{
  height: 45px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.woocommerce form .form-row input.input-text{
  padding: 10px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width: auto;
}
.woocommerce form.login{
  display: block;
}
.woocommerce form.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce form.login .form-row input.input-text{
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.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: #00cdfc;
  color: #000;
  border-color: #00cdfc;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon input[type="text"]{
  width: 125px;
}
/*---- Woocommerce widget css ----*/
#sidebar .woocommerce .widget_shopping_cart .cart_list li, #sidebar .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 0 10px 2em;
  margin-top: 10px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
  height: 50px;
}
.woocommerce-product-search input[type="search"]{
  width: 100%;
  border: 1px solid #000 !important;
  margin-bottom: 10px;
}
.woocommerce-product-search button[type="submit"]{
  background: #00cdfc;
  color: #000;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  border: none;
}
.widget ul.cart_list li .star-rating, .widget ul.product_list_widget li .star-rating{
  margin: 5px 0 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background: #00cdfc;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount{
  font-size: 15px;
  color: #fff;
}
#sidebar .widget_price_filter .price_slider_amount{
  color: #000;
}
.footertown .widget_shopping_cart .buttons a:hover, .footertown .widget_price_filter .price_slider_amount .button:hover{
  background: #fff;
  color: #000;
}
.comment-meta.commentmetadata {
  padding: 10px 0px;
}
.comment-meta.commentmetadata a, p.logged-in-as a, .woocommerce-MyAccount-content p a, form.woocommerce-cart-form a, a.shipping-calculator-button {
  color: #000!important;
  text-decoration: none;
}

/* --------- SLIDER--------- */
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon{
  background: transparent;
}
#slider .carousel-control-next-icon i:hover, #slider .carousel-control-prev-icon i:hover{
  color: #00cdfc;
}
#slider{ 
  max-width:100%;
  background: #1d2027;
}
#slider img {
  width: 100%;
  opacity: 0.5;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
  width: 10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .inner_carousel h1{
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-align: left;
}
#slider .carousel-caption{
  top: 53%;
  transform: translateY(-50%);
  right: 35%;
  left: 10%;
}
#slider .read-btn a.blogbutton-small {
  color: #000;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 17px;
  background: #00cdfc;
  font-weight: 700;
  font-size: 16px;
}
#slider .read-btn a.blogbutton-small:hover{
  color:#fff;
  background: #000;
}
#slider .inner_carousel p{
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
}
#slider .read-btn a.blogbutton-small::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

#slider .read-btn a.blogbutton-small:hover:after {
  width: 100%;
}
/* Blog Post */
.tags{
  font-size: 16px;
}
.tags a { 
  border:1px solid #000 ;
  color:#000;
  text-decoration:none;
  padding: 2px 8px;
  margin:5px;
  display: inline-block;
}
.tags a:hover { 
  background:#000;
  color:#fff;
}

/* hover effect */
.service-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.topbox i:hover{
  color: #00cdfc;
}
.service-image img{
  width: 100%;
}
.service-image img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5;
}
.services-box h2 a, .related-posts .services-box h3 a, .services-box h2:hover a{
  color: #1d2027;
}
.services-box p  {
  color: #1d2027;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
.services-box h2, .related-posts .services-box h3  {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
}
.read-btn {
  text-align: left; 
}
.read-btn a.blogbutton-small {
  color: #000;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 17px;
  background: #00cdfc;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.read-btn a.blogbutton-small:hover {
  color: #fff;
  background: #000;
}

/*---- Related post css -----*/
.related-posts .services-box{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.related-posts{
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
}

/* Sidebar */
#sidebar .tagcloud a, #sidebar .rssSummary, #sidebar span.rss-date, #sidebar cite, #sidebar strong, #sidebar p {
  color: #222222;
}
aside a.rsswidget {
  color: #1d2027;
}
#sidebar p{
  font-size: 15px;
}
#sidebar td#prev a {
  color: #000;
}
#sidebar caption {
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
#sidebar table{
  width: 100%;
}
#sidebar table{
  border:1px solid #000;
}
#sidebar th,#sidebar td {
  border-bottom: 1px solid #000;
  text-align: center;
}
#sidebar td {
  padding: 6px;
  color: #4d4d4d;
  background: #f6f6f6;
  border: 1px solid #000;
}
#sidebar td a{
  color:#4d4d4d;
}
#sidebar th {
  text-align: center;
  padding: 10px;
  background: #00cdfc;
  color: #000;
}
#sidebar select {
  padding: 8px 5px;
} 
#sidebar form{
  display: flex;
  width: 100%;
}  
#sidebar h3 {
  text-align: left;
  font-size: 20px;
  margin: 0;
  padding-top: 0;
  font-weight: 700;
  color: #1d2027;
}
#sidebar h3 a{
  color: #1d2027;
}
#sidebar input[type="search"],
input.search-field {
  padding: 10px;
  border: 1px solid;
  font-size:15px;
  color:#1d2027;
  width:100%;
}  
#sidebar label input.search-field{
  width:100%;
  margin-bottom: 0;
}  
#sidebar input[type="submit"]{
  background:#00cdfc ;
  border:none;
  color:#000;
  padding:12px 0;
  width:30%;
  font-size:14px;
  margin:0
}
#sidebar aside {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 30px;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:17px;
}  
#sidebar ul li {
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0;
}
#sidebar ul li a{
  color:#222222;
}
#sidebar ul li a:hover{
  color: #00cdfc;
}
#sidebar ul li:last-child{
  border:none;
  padding-bottom: 0;
}
#sidebar .tagcloud a{
  background:#eeeeee;
  color:#222222;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block
}
#sidebar .tagcloud a:hover{
  background:#00cdfc;
  color: #000
}
#sidebar ol.wp-block-latest-comments{
  padding: 8px 5px !important;
}
#sidebar .wp-block-search__label{
  padding: 15px 0px !important;
}

/*--- Post Navigation ----*/
.nav-previous {
  float: left;
}
.nav-previous, .nav-next{
  width: 50%;
  padding: 10px;
  display: inline-block;
}
.nav-next{
  float: right;
  text-align: right;
}
span.meta-nav {
  clear: both;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.nav-previous i{
  font-size: 14px;
  margin-right: 6px;
}
.nav-next i{
  font-size: 14px;
  margin-left: 6px;
}
span.post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.single-post .nav-links {
  margin: 10px 0;
  border-top: 1px solid;
}
.blog .navigation .nav-previous a, .blog .navigation .nav-next a, .archive .navigation .nav-previous a, .archive .navigation .nav-next a, .search .navigation .nav-previous a, .search .navigation .nav-next a{
  background: #00cdfc;
  color: #222222;
  font-weight: 600;
  padding: 10px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Page */
.entry-title{
  color: #1d2027;
  font-weight: bold;
}
#content-ma p{
  text-align:justify;
  line-height: 25px;
  font-size: 16px;
  margin:0 0 20px 0;
}
#content-ma h2, #content-ma h3, #content-ma h4, #content-ma h5, #content-ma h6{
  color: #1d2027;
}
#content-ma ul{
  margin: 0 0 0 10px;
  padding: 10px 0 0;
  font-size: 16px;
}
#content-ma ul li ul li ul li{
  width:50%;
}
#content-ma ol{
  margin:0 0 0 15px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#content-ma ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 35px;
}
#content-ma ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}

/* 404 page */
.error404 h1{
  font-weight: bold;
}

/* Pagination */
.pagination, .page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:right; /* Pagination float direction */
  font-weight:bold;width:100%;
} 
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 5px 15px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #1d2027; /* Pagination non-active background color */
  -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;
} 
.page-links span{
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #333 ; /* Pagination non-active background color */
  -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, .page-links a:hover {
  color:#000;
  background: #00cdfc; /* Pagination background on hover */
} 
.pagination .current, .page-links .current{
  padding:10px 15px;
  background: #00cdfc; /* Current page background */
  color:#000;
  font-weight:normal;
}
#content-ma .pagination ul{
  margin:0;
  clear:both;
}
#content-ma .pagination ul li{
  margin:0;
}

/* Media */
@media screen and (max-width:720px) {
  .page-template-custom-frontpage #header{
    position: static;
  }
  .topbar{
    text-align: center;
  }
  #services .service-box{
    margin-top: 0px;
  }
  #slider .inner_carousel h1, #slider .inner_carousel p{
    display: none;
  }
  #slider .read-btn{
    text-align: center;
  }
  #slider .carousel-caption{
    right: 0%;
    left: 0%;
  }
  .metabox{
    font-size: 11px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100% !important;
    float: none !important;
  }
  .serach_inner label,
  .serach_inner input.search-submit{
    width: 100%;
  }
  .social-media{
    text-align: center;
  }
  ol.children {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  #comments ol ol li {
    padding: 0px !important;
  }
  .comment-author img {
    border: solid 1px;
  }
  #comments .reply {
    float: left;
  }
  #comments input[type="submit"].submit,
  .woocommerce form.login .form-row input.input-text{
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px){
  .scrollup.center {
    left: 17%;
    right: 25%;
  }
  .scrollup{
    bottom: 143px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 426px){
  .page-template-custom-frontpage #header{
    position: static;
    background: #fff;
  }
  .scrollup.center {
    left: 30%;
    right: 40%;
  }

  #sidebar .widget_calendar td{
    padding: 1px;
  }
  .request-btn, .topbar{
    text-align: center;
  }
  #slider .carousel-caption{
    top:50%;
    left :15%;
    right: 15%;
  }
  #header .logo h1{
    font-size: 24px;
  }
  #sidebar .widget_calendar td, #sidebar .widget_calendar th, .footertown .widget_calendar td, .footertown .widget_calendar th{
    padding: 1px;
  }
  #slider .inner_carousel p{
    display: none;
  }
  #services .service-box{
    margin-top: 0px;
  }
  #about p{
    line-height: 1.8;
  }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
    height: 40px;
  }
  .related.products ul.products li.product{
    width: 47% !important;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px){
  .page-template-custom-frontpage.admin-bar .fixed-header{
    margin-top: 0;
  }
  .search_form label {
    width: 80%;
  }
  #sidebar td{
    padding: 0px;
  }
  #sidebar th{
    padding: 2px;
  }
  .primary-navigation a:hover{
    background: #fff;
  }
  .primary-navigation ul ul ul{
    margin: 0;
  }
  .page-template-custom-frontpage .fixed-header{
    background: #00cdfc;
  }
  .toggle-menu {
    display: none;
    cursor: pointer;
    width: 100%;
    padding: 12px;
    text-align: left;
    background: #00cdfc;
  }
  .site_header{
    background: #00cdfc;
  }
  .page-template-custom-frontpage .request-btn a.blogbutton-small{
    background: #000 !important; 
    color:#fff;
  }
  .toggle-menu i {
    font-size: 30px;
    color: #fff;
    background: #000;
  }
  .toggle-menu button {
    background: transparent;
    border: none;
  }
  .side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    visibility: hidden;
    background-color: #00cdfc;
    padding-top: 60px;
    box-shadow: 2px 2px 10px 0px #2d2d2d;
    overflow-y: scroll;
  }
  .side-menu.open{
    visibility: visible;
    width: 250px;
    transition: 0.5s width ease-in-out;
  }
  .side-menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    display: block;
    color: #000;
    border:none;
    background: transparent;
  }
  .side-menu #primary-site-navigation {
    width: 100%;
  }
  .toggle-menu span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  .toggle-menu{
    display: block;
  }
  .primary-navigation ul ul li, .primary-navigation li{
    display: block !important;
    max-height: 100%;
  }
  .primary-navigation ul li a{
    padding: 10px;
    display:block;
    color:#000;
    border:none;
  }
  .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 {
    opacity: 1 !important;
    margin: 0;
  }
  .primary-navigation ul ul{
    position: static;
    width: 100%;
  }
  .primary-navigation li{
    padding: 0;
  }
  #menu-sidebar {
    text-align: left;
    display: inline;
  }
  .menubox.nav {
    background: #00cdfc;
  }
  .search-box{
    text-align: right;
    background: #00cdfc;
  }
  .primary-navigation .current_page_item > a, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_ancestor > a, .primary-navigation ul li a:hover{
    background: #fff !important;
  }
  .footertown td{
    padding: 5px;
  }
  .alignwide{
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1000px){
  .footertown td{
    padding: 5px;
  }
  .alignwide{
    margin: 0;
  }
}