

/*------------------ Contact Page -----------------*/
.row.contact-color-bg {
  align-items: center;
}
.inner-cont {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.c_icon {
  border: 1px solid #ff4e4e;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_icon i {
  font-size: 24px;
}
.c_icon:hover {
  background-color: #ff4e4e;
}
.c_icon:hover i{
  color: #ffffff;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form {
    box-shadow: 0 0 2px 1px #ccc;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  width: 100%;
  background-color: var(--heading-text-color);
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  background-color:#fff;
  border: 1px solid #ccc;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  width: 100% !important;
  font-size: 16px;
  font-family: 'Muli';
  padding: 15px 10px;
  margin: 0 0px 10px 0;
  height: auto;
  float: left;
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  color: #13182c;
  font-style: italic;
  font-family: 'Muli';
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  color: #13182c;
  font-style: italic;
  font-family: 'Muli';
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}

.contac_form h3 {
  color: #000000;
  font-size: 30px;
  font-family: 'Muli';
  padding: 50px 0;
  font-weight: 900;
  text-align: center;
}
.contact-email i, .contact-address i, .contact-phone i {
  color: var(--color2);
  margin: 0 auto;
  text-align: center;
  width: 87px;
  display: inline-table;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 50px 0;
}
.contact-box a {
  color: var(--color2);
  font-size: 16px;
  font-family: 'Muli';
  font-weight: 900;
  letter-spacing: 1px;
}
.c_content span ,.c_content p{
  font-size: 16px;
  color: var(--color2);
  font-family: 'Muli';
  font-weight: 900;
  letter-spacing: 1px;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 0%;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label {
  font-size: 16px;
  font-family: 'Muli';
  color: #000000;
  letter-spacing: 1px;
  padding-bottom: 5px;
  font-weight: bold;
}
.contact-box .contac_form textarea
{
  max-height: 100px;
}
.contact-box .contac_form textarea::placeholder
{
  color: #13182c;
  font-style: italic;
}
.contact-box .contac_form input[type="submit"]:hover {
  color: #fff;
}
.page-template-contact input[type="submit"] {
  width: 140px;
  height: 45px;
  background-color: #ff4343;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 25px;
  font-size: 16px;
  font-family: 'Muli';
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.page-template-contact input[type="submit"]:hover{
  background-color: transparent;
  /* border: 1px solid #ff4e4e; */
  box-shadow: rgb(8 8 8 / 20%) 0px 2px 10px 0px;
  color: #ff4e4e !important;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}


/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
}

.navigation span.page-numbers.current{
  background: var(--heading-text-color);
  border: 1px solid #4bcdfc;
  color: var(--color2) !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:15px 0 30px;
  display: none;
}
.bradcrumbs a{
  background: var(--primary-text-color);
  color: var(--color2);
  padding:10px 15px;
  margin-right:5px;
  font-weight: 500;
}
.bradcrumbs span{
  background:#fff;
  color: #000;
  padding:5px 15px;
  font-weight: 500;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: var(--heading-text-color);
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: var(--heading-text-color);
  color: #333333;
}
/* --------- Blog Page ------- */

#full-width-blog .postbox h3{
  font-weight:normal;
}
.postbox h3 {
  padding: 15px 0;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 0px;
   padding: 0 10px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
   margin-left: 8px !important;
   font-size: 18px;
   border-bottom: 1px solid var(--heading-text-color);
   padding-bottom: 2px;
}

.widget_recent_entries li {
  margin: 20px 10px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
  color: #000;
  padding: 5px 0;
  clear: both;
  margin: 0px 0 15px;
  border-top: 1px solid #13182c;
  border-bottom: 1px solid #13182c;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.metabox span i {
  font-size: 14px;
  margin-right: 5px;
  color: #ff4e4e
}
.metabox span {
    margin-right:8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.metabox .entry-author a,
.metabox .entry-comments ,.metabox .entry-date{
  font-size: 14px;
  color: var(--color2);
  font-weight: 400;
  font-family: 'Muli';
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.feature-box{
  margin-bottom: 10px;
}
.feature-box img{
  width: 100%;
}
.single-post-block .single-content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: var(--color2);
  font-family: 'Muli';
  margin-bottom: 30px;
  text-align: center;
}
.authordetails {
  padding-top: 25px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}

.authordetails .b-content
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #90939c;
  /* font-family: "Montserrat"; */
  font-style: italic;
}
.authordetails img
{
  border-radius: 50%;
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.inner-sbox h3 a {
  color: var(--color2);
  font-size: 24px;
  font-family: 'Muli';
}
.inner-sbox p
{
  font-size: 16px;
  line-height: 30px;
  font-family: 'Muli';
  font-weight: 400;
  color: var(--color2);
  padding-bottom: 15px;
  margin: 0;
}
.inner-sbox .post-readmore{
  border: none;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: 'Muli';
  font-weight: 500;
  color: var(--heading-text-color);
  display: flex;
  background-color: #ff4e4e;
  width: 150px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.inner-sbox .post-readmore:hover{
  background-color: transparent;
  /* border: 1px solid #ff4e4e; */
  box-shadow: rgb(8 8 8 / 20%) 0px 2px 10px 0px;
  color: #ff4e4e;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}
a.post-readmore:before{
  display: none !important;
}
.wc-banner {
    position: relative;
    margin-bottom: 50px;
}
.archive  h1{
  position: absolute;
  top: 50%;
  left: 0%;
  font-size: 30px;
  gap: 5px;
  transform: translateY(-50%);
  width: 35%;
  height: 100%;
  background: linear-gradient(223deg, rgba(255,255,255,1) 0%, rgba(255,67,67,1) 100%, rgba(65,17,17,0.6727065826330532) 100%, rgba(0,0,0,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 15px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  color: #000000;
  padding: 0;
}
.search .entry-title{
  color: #13182c;
  font-weight: normal;
  font-size: 30px;
  font-family: 'Muli';
  padding-top: 25px;
  padding-bottom: 20px;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/*---- Related post css -----*/
.related-posts .row {
  row-gap: 20px;
}
.related-posts .postbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px;
  margin: 0 10px;
  position: relative;
}
.related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 30px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  font-family: 'Muli';
  padding-bottom: 20px;
}
.sv-btn-video .t-btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-25%);
}
.sv-btn-video .t-btn img {
  width: 30px !important;
  height: 100%;
}
.sv-btn-video .term-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000000bf;
  box-sizing: border-box;
  padding: 10px;
  display: none;
  z-index: 999999;
}
.sv-btn-video .close-btn i {
  position: absolute;
  right: 25px;
  top: 25px;
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px !important;
  padding: 10px;
  cursor: pointer;
}
/*------------- Page -----------------*/
.title-box{
  text-transform:uppercase;
  position: relative;
  margin-bottom: 50px
}
.title-box img{
  width:100%;
}
.above_title {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 35%;
  height: 100%;
  background: linear-gradient(223deg, rgba(255,255,255,1) 0%, rgba(255,67,67,1) 100%, rgba(65,17,17,0.6727065826330532) 100%, rgba(0,0,0,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 15px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.title-box h1 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1px;
  color: #000000;
  font-family: 'Muli';
  text-align: center;
  line-height: 50px;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 50px;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
    color: var(--color2);
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Muli';
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span,.post_ctg a {
  float: left;
  margin-right: 7px;
  letter-spacing: 1px;
  color: #000;
  font-size: 20px;
  font-family: 'Muli';
  font-weight: 500;
}
.post_ctg{
  margin-bottom: 20px;
  height: 25px;
  display: flex;
  align-items: center;
}
/*--- Share icon css ----*/
p.socila_share b {
    font-size: 20px;
    color: var(--color2);
    font-weight: 500;
    font-family: 'Muli';
    letter-spacing: 1px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  background-color: var(--heading-text-color);
  color: var(--color2);
  border: 1px solid var(--color2);
  border-radius: 20% 0%;
  width: 36px;
  margin: 5px 4px;
  text-align: center;
}
.share_icon i:hover {
    color: var(--heading-text-color);
    background-color: #ff4e4e;
}
#blog .hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#blog .hvr-icon-wobble-horizontal:hover .hvr-icon,
#blog .hvr-icon-wobble-horizontal:focus .hvr-icon,
#blog .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#blog-right-sidebar #slider,#blog-left-sidebar #slider,#full-width-blog #slider{
  margin-bottom: 3%;
}
/* about page template */


/* post comment button */
input#submit:hover{
  transition: 0.2s;
  border-left: none !important;
  border-right: none !important;
}
/* next button */
.nav-next .meta-nav, .nav-previous .meta-nav{
  transition: all 0.5s;
}
.nav-next .meta-nav, .nav-previous .meta-nav{
  position: relative;
  transition: 0.5s;
}
.nav-next .meta-nav:hover{
  padding: 8px 30px 8px 10px;
}
.nav-next .meta-nav:after{
  content: '»';
  position: absolute;
  opacity: 0;
  top: 5px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-next .meta-nav:hover:after {
  opacity: 1;
  right: 40px;
}
/* previous button */
.nav-previous .meta-nav:hover{
  padding: 8px 10px 8px 30px;
}
 .nav-previous .meta-nav:after {
  content: '«';
  position: absolute;
  opacity: 0;
  top: 5px;
  left: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-previous .meta-nav:hover:after {
  opacity: 1;
  left: 40px;
}
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  text-align: center;
}

/* Custom Css */
.sidebar {
  padding-left: 20px;
}
.wp-block-group__inner-container ul li a {
  font-size: 16px;
  font-family: 'Muli';
  color: #000000 !important;
}
h2.wp-block-heading {
  font-size: 32px;
  font-family: 'Muli';
  font-weight: 700;
  color: #000000;
}
.mod-inner-wrapper {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.mod-img.client-img img {
  width: 100%;
  height: 100%;
}
.mod-client-info{
  text-align: center;
  position: relative;
}
h5.mod-title a {
  font-size: 14px;
  font-family: 'Muli';
  font-weight: 900;
}
.page-left-sidebar {
  padding-left: 30px;
  padding-bottom: 50px;
}
.page-right-sidebar{
  padding-right: 30px;
  padding-bottom: 50px;
}
.pws p , .middle-content p{
  font-size: 16px;
  font-family: 'Muli';
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
}

/* Category page */
.page-header {
  position: relative;
}
.cat-page{
  padding-top: 50px;
}
.cat-sidebar {
  padding-left: 30px;
}

/* FAQ */
.faq-head {
    padding-bottom: 50px;
}

element.style {
}
.accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #ff4e4e;
}
button.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 18px;
  font-family: 'Muli';
  color: #000000 !important;
  padding: 1.3rem 2.25rem;
}
.accordion-body p{
  font-size: 16px;
  font-family: 'Muli';
}
.accordion-header {
  background-color: transparent;
  border: 1px solid #ff4e4e;
  padding: 0;
}
.accordion-button:not(.collapsed) {
  background-color: #ff4e4e !important;
  color: #ffffff !important;
  padding: 1.3rem 2.25rem;
}

/* 404 */
.page-template-404 .page-content {
  text-align: center;
  padding-bottom: 50px;
}
.page-template-404 .page-content h1 {
  font-size: 36px;
  font-family: 'Muli';
  font-weight: 900;
  color: #000000;
}
.page-template-404 .page-content p {
  font-size: 18px;
  font-family: 'Muli';
  color: #000000;
  padding-top: 20px;
}
a.button.hvr-sweep-to-right {
  width: 200px;
  height: 50px;
  background-color: #ff4e4e;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50px;
  transition: all 0.3s ease;
}
a.button.hvr-sweep-to-right:hover{
  background-color: transparent;
  /* border: 1px solid #ff4e4e; */
  box-shadow: rgb(8 8 8 / 20%) 0px 2px 10px 0px;
  color: #ff4e4e;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}
ol.comment-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
p.logged-in-as {
    font-size: 16px;
    font-family: 'Muli';
    color: #000000;
}
header.page-header img{
  width: 100%
}

/* About */
.about-page {
  padding: 0px 0 50px;
}
.content_boxes h2 {
  font-size: 30px;
  font-family: 'Muli';
  color: #000000;
  font-weight: 800;
}
.content_boxes p {
  font-size: 18px;
  font-family: 'Muli';
  color: #000000;
  letter-spacing: 1px;
}

/* Category pages */
.post-featured {
  position: relative;
}
.cat-btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-20%);
}
.cat-btn img {
  width: 30px !important;
  height: 37px !important;
}
.cat-close-btn i {
  position: absolute;
  right: 25px;videos_cat
  top: 25px;
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px !important;
  padding: 10px;
  cursor: pointer;
}
.cat-close-btn i:before{
  content: '\f00d';
}


/* Search Form */
.search-form label{
  width: 100%;
}
.search-form .search-submit{
  width: 160px;
  height: 45px;
  background-color: #ff4343;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.search-form .search-submit:hover{
  background-color: transparent;
  /* border: 1px solid #ff4e4e; */
  box-shadow: rgb(8 8 8 / 20%) 0px 2px 10px 0px;
  color: #ff4e4e;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
}

/* Responsive */

@media screen and (max-width: 1441px){
  /* Blog */
  .inner-sbox h3 a {
    color: var(--color2);
    font-size: 18px;
    font-family: 'Muli';
  }
  .metabox .entry-author a, .metabox .entry-comments, .metabox .entry-date {
    font-size: 10px;
  }
  .inner-sbox p {
    font-size: 14px;
    line-height: 25px;
  }
  .postbox {
    margin-bottom: 30px;
  }
  .metabox span i {
    font-size: 10px;
    margin-right: 0px;
    color: #ff4e4e;
  }
  .single-post-block .single-content p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
  }

  .title-box h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
  }


}

@media screen and (max-width: 1041px) {
  .title-box h1 {
    font-size: 16px;
    padding: 0;
    line-height: 20px;
   }
   .title-box {
    margin-bottom: 30px;
  }
  .mod-img.client-img img {
    width: 100%;
  }
  h5.mod-title a {
    font-size: 14px;
    font-family: 'Muli';
    font-weight: 900;
  }
  .mod-inner-wrapper {
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #sidebar aside {
    margin-bottom: 25px;
  }
  h2.wp-block-heading {
    font-size: 20px;
  }
  .wp-block-group__inner-container ul li a {
    font-size: 14px;
  }
  footer.wp-block-latest-comments__comment-meta {
    font-size: 12px;
    font-family: 'Muli';
  }
  .pws p, .middle-content p {
    font-size: 14px;
    font-family: 'Muli';
    letter-spacing: 1px;
    line-height: 25px;
    color: #000000;
  }
  .accordion-button:not(.collapsed) {
    background-color: #ff4e4e !important;
    color: #ffffff !important;
    padding: 0.5rem 1rem;
  }
  button.accordion-button {
    font-size: 14px;
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
  .accordion-body p {
    font-size: 14px;
    font-family: 'Muli';
  }

  /* Blog */
  .inner-sbox h3 a {
    color: var(--color2);
    font-size: 16px;
    font-family: 'Muli';
  }
  .metabox .entry-author a, .metabox .entry-comments, .metabox .entry-date {
    font-size: 8px;
    flex-direction: column;
  }
  .metabox span {
    flex-direction: column;
  }
  .inner-sbox p {
    font-size: 14px;
    line-height: 25px;
  }
  .postbox {
    margin-bottom: 30px;
  }
  .metabox span i {
    font-size: 10px;
    margin-right: 0px;
    color: #ff4e4e;
  }

  /* Contact us */
  .c_icon {
    width: 50px;
    height: 50px;
  }
  .c_icon i{
    font-size: 16px !important;
  }
  .contact-box a {
    color: var(--color2);
    font-size: 14px;
  }
  .c_content span, .c_content p {
    font-size: 14px;
  }
  .contact-address, .contact-email, .contact-phone {
    margin: 30px 0;
  }
  .contac_form h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Muli';
    padding: 25px 0;
  }
  .contac_form {
    padding: 5px;
    margin-bottom: 20px;
  }

  .single-most-viewed .title-box h1 {
    font-size: 12px;
    padding: 0;
    line-height: 20px;
  }

  .archive h1{
    flex-direction: column;
    font-size: 20px;
  }
  .cat-sidebar {
    padding-left: 15px;
  }

  .content_boxes p {
    font-size: 14px;
  }
}

@media screen and (max-width: 801px) {
  .title-box img {
    width: 100%;
    height: 70px;
  }
  .sidebar {
    padding-left: 0px;
  }
  ol.comment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  #comments h2#reply-title {
    font-size: 24px;
  }

}

@media screen and (max-width: 481px) {
  .title-box img {
    width: 100%;
    height: 70px;
  }
  .sidebar {
    padding-left: 0px;
  }

  ol.comment-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  header.page-header img {
    width: 100%;
    height: 75px;
  }
  .cat-sidebar {
    padding-left: 0px;
  }

  .above_title {
    width: 50%;
  }
  .title-box h1 {
    font-size: 12px;
    padding: 0;
    line-height: 20px;
  }
  .pws p, .middle-content p {
    font-size: 12px;
  }
}
