/*
Theme Name: MWT
Author: MacWareTools
Author URI: https://macwaretools.com/author/
Description: In 2023, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 1.1
Theme URI: https://macwaretools.com/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/

html {
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*font-size: 62.5%;*/
}
body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    min-width: 320px;
    color: #3f3f3f;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 20px;
  font-weight: bold!important;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #06c;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #06c;
}
a:active {
    outline: 0;
}
a:active, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
/*.container{min-width:992px!important}*/

/*.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
}
*/


/*start header*/

.menu-link {
    font-size: 20px;
    margin-right: 10px;
    color: #636363!important;
}
.menu-link:hover {
    color: #0066cc!important;
}
.btn-live-chat {
    background-color: #c80000 !important;
}
.menu-primary .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px 15px;
    min-width: 280px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
}
.menu-primary .sub-menu li.menu-item > .sub-menu {
    left: 100%;
    top: -30px;
    margin-left: 15px;
}
.menu-primary li.menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
}
.menu-primary .sub-menu > li.menu-item {
    padding: 8px 15px;
    display: block;
}
.menu-primary .sub-menu > li.menu-item > a {
    color: #111111;
    padding: 0px 0px;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
}
.menu-primary .sub-menu > li.menu-item > a:before {
    height: 3px;
    width: 0px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    background: #3429bf;
    background: -moz-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #488fed), color-stop(100%, #291fbc));
    background: -webkit-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: linear-gradient(to right, #488fed 0%, #291fbc 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.menu-primary .sub-menu > li.menu-item:hover > a, .menu-primary .sub-menu > li.menu-item.active > a {
    padding: 0px 0px 0px 35px;
}
.menu-primary .sub-menu > li.menu-item:hover > a:before, .menu-primary .sub-menu > li.menu-item.active > a:before {
    width: 25px;
}
.menu-primary > li.menu-item.mega-menu {
    position: static;
}
.menu-primary .mega-menu-inner {
    width: 100%;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
}
.menu-primary .mega-menu-inner > li.menu-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.menu-primary .mega-menu-inner > li.menu-item > .sub-menu {
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.menu-primary .sub-menu > li.menu-item.col-title > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
    margin-bottom: 15px;
}
.menu-primary .sub-menu > li.menu-item.col-title > a:before {
    display: none;
}
.menu-primary .sub-menu > li.menu-item.col-title > a:after {
    height: 3px;
    width: 45px;
    content: "";
    display: block;
    background: #3429bf;
    background: -moz-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #488fed), color-stop(100%, #291fbc));
    background: -webkit-linear-gradient(left, #488fed 0%, #291fbc 100%);
    background: linear-gradient(to right, #488fed 0%, #291fbc 100%);
    margin-top: 10px;
}
.menu-primary .sub-menu > li.menu-item.col-title:hover > a {
    color: inherit;
}
.section-padding {
    padding: 100px 0px;
}

@media (max-width: 767px) {
.section-padding {
    padding: 50px 0px;
}
}

.btn {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 30px;
    line-height: 48px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 0;
}
.btn-home {
    background: #395ad6;
    background-image: -moz-linear-gradient(top, #488fed 0%, #2a1fbc 100%);
    background-image: -webkit-linear-gradient(top, #488fed 0%, #2a1fbc 100%);
    background-image: linear-gradient(to bottom, #488fed 0%, #2a1fbc 100%);
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4); */
    background-size: auto 140%;
    border: 2px solid #354bcf;
    color: #fff;
}
.btn-home:hover, .btn-home:focus {
    background-position: left center;
    color: #fff;
}
.text-footer-gray {
    color: #8893a2
}
/*end-header*/
a.btn {
    margin: 3px;
}

/*start-footer*/
.text-footer-gray{color:#8893a2}
.head-h1{font-family:'Source Sans Pro',sans-serif;font-size:48px;font-weight:700;color:#3f3f3f;letter-spacing:-1px;margin-bottom:18px}
/*ul{list-style:none outside none}*/
ul.two-col{display:flex;flex-wrap:wrap}
.text-wrapper ul{margin-bottom:30px;padding-left:0}
ul.two-col li{flex:0 0 50%;max-width:50%;width:100%}
.style-dark{color:#fff!important}
.style-dark .head-h1,.style-dark .head-h2,.style-dark .head-h3,.style-dark .head-h4,.style-dark .head-h5{color:#fff!important}
p:not(:empty){margin-bottom:18px}
.footer-theme-two{background:#051c3b}
.main-footer{padding:100px 0 0;background-size:cover;background-position:top center;font-size:16px;line-height:1.5}
.main-footer .image-wrapper{margin-bottom:30px}
.social-media-links{display:flex;align-items:center;flex-wrap:wrap}
.social-media-links>.footer-head-h3{font-size:18px;margin:0 0 10px 0}
.social-media-links ul{margin:0;padding:0;width:100%}
.social-media-links li{padding:0;margin:0 2px;display:inline-block}
.social-media-links li a{line-height:40px;width:48px;height:48px;display:block;font-size:24px;-webkit-border-radius:6px;border-radius:6px;text-align:center;border:1px solid #ebebeb;position:relative;overflow:hidden}
.main-footer .style-dark a,.main-footer.style-dark a{color:#3cf}
.style-dark .social-media-links li a{border:1px solid rgba(255,255,255,.2)}
.style-dark .social-media-links li a:hover{background:rgba(255,255,255,.1)}
.copyright-bar{padding:10px 0;font-size:16px;border-top:1px solid rgba(136,147,162,.5)}
.style-dark a{color:#fff}
/*.widget .widget-title{margin-bottom:25px}
.widget .widget-title .title{font-size:20px;letter-spacing:0}*/
.contact-info{margin-bottom:30px}
.contact-info.theme-two li label{font-family:'Source Sans Pro',sans-serif;font-size:20px;font-weight:700;display:block;color:#8893a2}
.contact-info li{margin-bottom:15px;position:relative}
.contact-info li:last-child{margin-bottom:0}
.footer-nav ul{margin:0;padding:0}
.footer-nav li{margin-bottom:15px;position:relative;padding-left:30px;-webkit-transition:all .4s ease;transition:all .4s ease}
.style-dark .footer-nav li::before{color:#fff}
.list-style-w li::after,.list-style-w li::before{background:#291fbc}
.list-style-w li::after,.list-style-w li::before{content:"";width:3px;height:10px;background:#111;position:absolute;top:9px;left:0}
.list-style-w li::after{left:5px;width:10px}
.list-style-w li::after,.list-style-w li::before{background:#fff}

/*end-footer*/


blockquote {
  padding: 20px 20px;
  margin: 20px;
  margin-left: 0px;
  border: 5px solid #eee;
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
}
blockquote .blue {
  background-color: #1e4679;
  color: #fff;
}
.img-responsive {
  display: inline !important;
}
.bg-darkseagreen {
  background-color: darkseagreen;
}
.bg-darkslategray {
  background-color: #343a40;
}
.bg-dark-new{
  background-color: #C1272D !important
}
.bg-parallx {
 background: #edeef2 url(https://macwaretools.com/img1/home/bg-5.png);
/*background-position: center center;*/
background-size: 100% auto;
background-repeat: no-repeat;
}
.text-grey {
	color: #6c757d;
}
.text-dark-new {
    color: #dc3545 !important;
}
/*=========basic=========================*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.postform {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.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 !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
}
/*==================================*/
.wp-post-image, .wp-block-image img {
  height: 100%;
  width: 100%;
}
.bypostauthor {
  display: block;
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.post_format-post-format-quote {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}
.page-item.active .page-link {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #fff!important;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #c1272d!important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: 

}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff434a!important;
    background-color: #fff;
    border: 1px solid #dee2e6;
        border-top-color: rgb(222, 226, 230);
        border-right-color: rgb(222, 226, 230);
        border-bottom-color: rgb(222, 226, 230);
        border-left-color: rgb(222, 226, 230);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.embed-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.embed-container iframe {
  border: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}


.avatar{
  border-radius: 50%;
}
.btn-blue{
  background-color: #3F70DF;
  color: #fff;
}
.btn-blue:hover {
  background-color: #06c;
  color: #fff;
}


.img-hover {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;

}
.img-hover .img-thumb {
  border-radius: 10px;
  overflow: hidden;
   /* border: 3px solid #e2e2e2;*/
}
.img-hover:hover .img-thumb {
  bottom: -36px;
  opacity: 1;
}
.img-hover .ani-zoom {
  -webkit-transform: rotate(0) scale(1)s;
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.img-hover:hover .ani-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-orange {
    background-color: #ea6521 !important;
    color: #fff !important;
}
.categories{
    color: #fff !important;
    text-align: center;
    padding: 5px 20px;
    background: #dc3545;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 14px;
/*    line-height: 26px;*/
    text-transform: capitalize;
}



.avatar.avatar-85.photo {
    float: left;
    width: 85px;
    height: 85px;
    margin-right: 15px;
    border-radius: 50px;
    border: 2px solid #ffe5e8;
}


#nav-tab .nav-link, #nav-tab .nav-link:hover{
  border-top: 3px solid transparent;
  border-color: transparent;
  color: #000;
  font-weight: 600;
}
#nav-tab .nav-link.active{
/*  border-color: var(--bs-nav-tabs-link-active-border-color);*/
  border-top: 3px solid #c80000;
  color: #c80000;
  background: #c800000f;
}
i {
  list-style: none;
  padding-left: 25px;
}

i.icon-appstore, i.icon-windows, i.icon-download, i.icon-buy {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
}
i.icon-appstore:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 40 40"><path fill="rgb(0, 112, 186)" d="M24.734 17.003c-0.040-4.053 3.305-5.996 3.454-6.093-1.88-2.751-4.808-3.127-5.851-3.171-2.492-0.252-4.862 1.467-6.127 1.467-1.261 0-3.213-1.43-5.28-1.392-2.716 0.040-5.221 1.579-6.619 4.012-2.822 4.897-0.723 12.151 2.028 16.123 1.344 1.944 2.947 4.127 5.051 4.049 2.026-0.081 2.793-1.311 5.242-1.311s3.138 1.311 5.283 1.271c2.18-0.041 3.562-1.981 4.897-3.931 1.543-2.255 2.179-4.439 2.216-4.551-0.048-0.022-4.252-1.632-4.294-6.473zM20.705 5.11c1.117-1.355 1.871-3.235 1.665-5.11-1.609 0.066-3.559 1.072-4.713 2.423-1.036 1.199-1.942 3.113-1.699 4.951 1.796 0.14 3.629-0.913 4.747-2.264z"></path></svg>') no-repeat;
  background-size: 20px 20px;
  top: 4px;
  margin-left: -25px;
}

i.icon-windows:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 100 100"><path fill="rgb(0, 112, 186)" fill-rule="evenodd" d="M45.8,83.417V52.71l36.146,0.035V89Zm0-67,36.146-5.588V49.919H45.8v-33.5ZM18,52.71H43.024V83.417L18,79.22V52.71Zm0-32.1,25.024-4.192v33.5H18V20.613Z"></path></svg>') no-repeat;
  background-size: 20px 20px;
  top: 2px;
  margin-left: -25px;
}

i.icon-download:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(255,255,255)" d="M34.9,42.491a1.654,1.654,0,0,1-1.218-.519,1.729,1.729,0,0,1,0-2.461,1.687,1.687,0,0,1,2.435,0,1.729,1.729,0,0,1,0,2.461A1.656,1.656,0,0,1,34.9,42.491Zm6.926,0a1.654,1.654,0,0,1-1.218-.519,1.729,1.729,0,0,1,0-2.461,1.687,1.687,0,0,1,2.435,0,1.729,1.729,0,0,1,0,2.461A1.656,1.656,0,0,1,41.827,42.491Zm5.437-9.733a2.493,2.493,0,0,0-1.84-.766H31.87l-3.68,3.718a5.187,5.187,0,0,1-7.359,0l-3.653-3.718H4.6a2.492,2.492,0,0,0-1.84.766A2.544,2.544,0,0,0,2,34.617v8.749a2.543,2.543,0,0,0,.758,1.859,2.49,2.49,0,0,0,1.84.766H45.424a2.492,2.492,0,0,0,1.84-.766,2.545,2.545,0,0,0,.758-1.859V34.617A2.546,2.546,0,0,0,47.264,32.758ZM36.632,17.995L30,18V6a2.7,2.7,0,0,0-.808-1.483A1.657,1.657,0,0,0,27.974,4H21.048a1.656,1.656,0,0,0-1.217.519A2.731,2.731,0,0,0,19,6V18l-6.61-.005a1.617,1.617,0,0,0-1.6,1.066,1.589,1.589,0,0,0,.379,1.914L23.293,33.223a1.687,1.687,0,0,0,2.435,0L37.85,20.975a1.59,1.59,0,0,0,.379-1.914,1.618,1.618,0,0,0-1.6-1.066h0Z"></path></svg>') no-repeat;
  background-size: 20px 20px;
  top: 0px;
  margin-left: -25px;
}

i.icon-buy:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(255,255,255)" d="M16.163,36.926a3.591,3.591,0,1,0,2.486,1.053A3.393,3.393,0,0,0,16.163,36.926Zm24.753,0A3.591,3.591,0,1,0,43.4,37.979,3.394,3.394,0,0,0,40.917,36.926ZM47.464,9.078a1.7,1.7,0,0,0-1.243-.526H13.042q-0.028-.194-0.124-0.72t-0.152-.817a4.358,4.358,0,0,0-.221-0.72,2.714,2.714,0,0,0-.359-0.679,1.614,1.614,0,0,0-.539-0.429A1.681,1.681,0,0,0,10.859,5H3.787a1.7,1.7,0,0,0-1.243.526,1.743,1.743,0,0,0,0,2.494,1.7,1.7,0,0,0,1.243.526H9.422l4.89,22.8q-0.056.139-.428,0.817T13.29,33.282a10.537,10.537,0,0,0-.442,1,2.644,2.644,0,0,0-.221.873A1.8,1.8,0,0,0,14.4,36.926h28.29a1.773,1.773,0,0,0,0-3.547H17.268a5.363,5.363,0,0,0,.663-1.773,16.848,16.848,0,0,0-.359-1.94l28.842-3.381a1.745,1.745,0,0,0,1.119-.6,1.72,1.72,0,0,0,.456-1.178V10.325A1.708,1.708,0,0,0,47.464,9.078Z"></path></svg>') no-repeat;
  background-size: 20px 20px;
  top: 0px;
  margin-left: -25px;
}
