/*rtl css*/
*{
  margin:0;
  padding:0;
}
body{
  margin:0;
  padding:0;
  font-size:15px;
  color: #8c8c8c;
  font-family: 'Roboto', sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
img{
  border:none;
  margin:0;
  padding:0;
  height:auto;
  max-width:100%;
}
a{
  color: #262626;
  text-decoration:none;
  word-wrap: break-word;
}
a:hover{
  color:#333;
  text-decoration:none;
}
ol,ul{
  margin:0;
  padding:0;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter{
  margin:0;
  padding:0;
  max-width:100% !important;
}
.sticky{
  background: #ededed;
}
.entry-content ol li,
.entry-content ul li{
  margin-right:15px;
}
ul li ul,
ul li ul li ul,
ol li ol, ol li ol li ol{
  margin-right:10px;
}
h1,h2,h3,h4,h5,h6{
  color:#1b1b1b;
  line-height:1.1;
  font-weight:bold;
  word-wrap: break-word;
}
h1{
  font-size:32px;
}
h2{
  font-size:30px;
}
h3{
  font-size:24px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:14px;
}
input:focus{
  border:2px solid #000;
}
.clear{
  clear:both;
}
.alignnone{
  width:100% !important;
}
img.alignleft, .alignleft{
  float:right;
  margin:0 0 0 15px;
  padding:5px;
  border:1px solid #cccccc;
}
img.alignright, .alignright{
  float:left;
  margin:0 15px 0 0;
  padding:5px;
  border:1px solid #cccccc;
}
.left{
  float:right;
}
.right{
  float:left;
}
#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous{
  float:none !important;
  margin:10px 0;
}
ol.comment-list li{
  list-style:none;
  margin-bottom:5px;
}
aside.widget ul li, #sidebar ul li, aside.widget ul li{
  display: block !important;
}
/* 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;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
a:focus,input[type='submit']:focus,input[type='search']:focus,textarea:focus,input[type='name']:focus,input[type='email']:focus,.toggle-nav button:focus,a.close-button:focus,#commentform input#email:focus, #commentform input#url:focus,#commentform input#author:focus, #commentform textarea:focus, #commentform input#eazycfc_captcha:focus,.main-nav a:focus,.main-nav ul ul a:focus{
  outline: -webkit-focus-ring-color auto 1px;
}
.textwidget p a,.entry-content a,.entry-summary a,ol.comment-list p a {
  text-decoration: underline;
}
/*scroll to top*/
#button{
  background: var(--second-theme-color);
  color: #fff;
  cursor: pointer;
  width: 60px;
  text-align: center;
  height: 60px;
  padding-top: 22px;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  left: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}
/* = wide block css
-------------------------------------- */
/*.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;
}*/
/*block css*/
.site-main .alignfull, .site-main .alignwide, .postsec-list .alignfull, .postsec-list .alignwide{
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.site-main .alignfull img, .postsec-list .alignfull img{
  width: 100% !important
}
.site-main .alignnone, .site-main .aligncenter, .postsec-list .alignnone, .postsec-list .aligncenter{
  width: auto !important;
}
.site-main .alignleft, .postsec-list .alignleft{
  margin-left: 10px;
}
.site-main .wp-block-button a:hover, 
.site-main .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.postsec-list .wp-block-button a:hover, 
.postsec-list .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover{
  background:#262626;
  color: #fff !important;
}
.site-main .wp-block-button.is-style-squared a, .postsec-list .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
.site-main .wp-block-button__link, .postsec-list .wp-block-button__link{
  background-color: var(--second-theme-color);
  color:#fff !important;
  border-radius: 30px;
  margin-bottom: 10px;
}
.site-main .wp-block-button.is-style-outline a, .postsec-list .wp-block-button.is-style-outline a{
  background:none;
  border:1px solid var(--second-theme-color) !important;
  color: var(--second-theme-color) !important;
}
.site-main img.alignleft, .site-main .alignleft, .site-main img.alignright, .site-main .alignright,
.postsec-list img.alignleft, .postsec-list .alignleft, .postsec-list img.alignright, .postsec-list .alignright{
  border:none;
}
/*Clearing floats css*/
.page-links {
  float: unset !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin:20px auto;
}
.page-links a, .page-links span{
  padding: 10px 15px;
  background-color: var(--second-theme-color);
  color: #fff;
}
.page-links .post-page-numbers.current, .page-links a:hover{
  background-color: var(--first-theme-color) !important;
}
/* = pre loader css
-------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px -100px 0 0;
}
/* = header css
-------------------------------------- */
.sticky-head {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: -2px 2px 10px 0px #2d2d2d;
}
.admin-bar .sticky-head{
  top: 32px;
}
.sticky-head .main-nav ul,.sticky-head .right-mob{
  padding: 25px;
}
/* = top header css
-------------------------------------- */
h1.site-title, p.site-title{
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
h1.site-title a, p.site-title a{
  color: #4c4c4c;
  font-weight: 600;
  text-decoration: none;
}
h1.site-title a:hover {
  text-decoration: unset;
}
span.site-description{
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
h4.site-title {
  color: #909090;
  font-size: 17px;
  filter: blur(0.3px);
  font-weight: 800;
  margin: 0;
  letter-spacing: 0.5px;
}
h4.site-title:hover{
  color:var(--second-theme-color);
}
.listarticle h2 a:hover,#sidebar ul li a:hover{
  color: #262626;
}
.center-align{
  align-self: center;
}
.social-icons {
  text-align: center;
}
.social-icons i {
  color: #8f8f8f;
  font-size: 16px;
  margin: 0 7px;
}
.social-icons i:hover{
  color:var(--second-theme-color);
}
.page-header {
  margin-bottom: 30px;
}
.page-header h1{
  color: #4a5a7f;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
}
.page-header span{
  font-size: 18px;
  font-weight: 500;
  color: #4a5a7f;
  display: inline;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.page-header span a {
  font-size: 16px;
  font-weight: 400;
  color: var(--second-theme-color);
  letter-spacing: 1px;
  text-decoration: none;
}
/* = header css
-------------------------------------- */

.header {
  background: #fff;
  width: 100%;
  z-index: 9999;
  padding: 0;
}
.header p{
  margin: 0;
}
.header .right-mob a.h-phone {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  justify-content: center;
}
.header .right-mob a.h-phone .header-call-icon{
  margin-left: 10px;
}
.header .right-mob a.h-phone i.fas.fa-phone {
  font-size: 22px;
  color: var(--second-theme-color);
}
.header .site-mail{
  display: flex;
  /*justify-content: right;*/
  float: left;
  text-decoration: none;
  align-items: center;
}
.header .site-mail i{
  margin-left: 10px;
  color: var(--second-theme-color);
  font-size: 13px;
}
.header .site-mail p{
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400;
}
.header .site-mail p:hover{
  color: var(--second-theme-color);
}
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit, #commentform input#submit {
  background: var(--second-theme-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
#commentform input#submit:hover {
  background: #262626;
  color: #fff;
}

/* = menus css */
#mySidenav {
  display: inline;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  background-color: var(--first-theme-color);
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav a {
  color: #fff;
  padding: 10px 18px;
  font-size: 15px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.main-nav .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  left: auto;
  margin-right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.main-nav .menu-item-has-children.current-menu-parent > a::after,
.main-nav .menu-item-has-children.current-menu-ancestor > a::after,
.main-nav .menu-item-has-children.current_page_parent > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.main-nav a:hover {
  background-color: var(--second-theme-color);
  color: #fff;
}
.main-nav ul ul {
  position: absolute;
  background: #fff;
  min-width: 250px;
  z-index: 9999;
  top: 98%;
  line-height: 30px;
  opacity: 0;
}
.main-nav ul ul ul {
  right: 100%;
  top: 0%;
}
.main-nav ul ul a {
  color: #1f1f1f;
  border: none;
  padding: 10px;
  margin-top: 5px;
}
.main-nav ul ul a:hover{
  background-color: #fff;color: var(--second-theme-color);
}
.main-nav ul ul li {
  float: none;
  display: block;
  text-align: right;
  border-right: none;
  border-left: none !important;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
}
.main-nav li ul {
  border-top: 3px solid var(--second-theme-color) !important;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.main-nav .menu > ul > li.highlight {
  background-color: #006ccc;
}
.main-nav .menu > ul > li.highlight:hover {
  background: transparent;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  opacity: 1;
}
.main-nav ul li:hover > ul {
  opacity: 1;
}
.main-nav li.menu-item-has-children:hover > ul,
.main-nav li.menu-item-has-children:focus > ul,
.main-nav li.menu-item-has-children.focus > ul {
  opacity: 1;
}
.main-nav .sub-menu {
  opacity: 0;
  right: -9999px;
  z-index: 99999;
  width: 200px !important;
}
ul.sub-menu ul.sub-menu {
  right: 200px !important;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  right: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}
ul.sub-menu ul.sub-menu {
  right: -9999px;
}
.toggle-nav,
a.close-button {
  display: none;
}
/* = slider section css
-------------------------------------- */
.slidesection img{
  object-fit: cover;
}
.slider-img-color{
  background-color: var(--first-theme-color);
  width:1800px;
}
.slider-img-color, .slidesection img{
  height: 600px !important;
}
#catsliderarea{
  padding-bottom: 30px;
}
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  left: 55%;
  z-index: 999;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.catwrapslider .owl-prev,
.catwrapslider .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  font-size:30px;
  left:2%;
  background: transparent;
  color: #fff;
  border: none;
}
.catwrapslider .owl-prev{
  left: auto;
  right: 2%;
}
.slider-box h3 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Knewave', cursive;
  font-weight: normal;
}
.slider-box p {
  color: #fff;
  font-size: 16px !important;
}
.slide-btn a {
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 30px;
  border: solid 2px #fff;
}
.slide-btn a:hover {
  background: var(--second-theme-color);
  border: none;
}

.slidesection .cover {
  background-color: #000000c2;
}
.slidesection svg.waves {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
}
.slidesection .waves image {
  height: 100%;
  width: 50%;
  opacity: 1;
}
.slidesection svg.waves1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  z-index: 1;
}
.slidesection .waves1 image {
  height: 100%;
  opacity: 1;
  width: 47%;
}
.slidesection svg.waves2 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  z-index: 1;
}
.slidesection .waves2 image {
  height: 100%;
  width: 49%;
  opacity: 0.5;
}


#catsliderarea .catwrapslider .big-title {
    font-size: 4.7em;
    font-weight: 700;
    word-spacing: 2px;
}

#catsliderarea .catwrapslider .big-title {
    font-size: 4.7em;
    font-weight: 700;
    word-spacing: 2px;
}

#catsliderarea .catwrapslider p.slider-text {
    word-spacing: 6px;
    line-height: 1.6;
}

#catsliderarea .catwrapslider p.slider-text {
    word-spacing: 6px;
    line-height: 1.6;
}

#catsliderarea .slideroverly {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/slideroverlay.png);
    height: 740px;
    width: 740px;
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: 0;
}

#catsliderarea .slidesection {
    background: transparent;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    background-color: #000;
}

#catsliderarea .slidesection img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    opacity: 0.4;
}


#catsliderarea .slidesection:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1f1f1f;
    opacity: 0.2;
}



@media screen and (max-width: 768px) {
  #slider .slider-content .info-box{
    width: 100%;
    text-align: center;

  }
}
/* = Features css
-------------------------------------- */
#feature_box {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.feature_inner_box {
  padding: 24px 2em;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
  border-bottom: 4px solid var(--second-theme-color);
  background: #fff;
}
.feature_inner_box .feature-icon {
  color: var(--second-theme-color);
  background: #ebebeb;
  /* display: initial; */
  padding: 10px;
  font-size: 42px;
  height: 85px;
  display: flex;
  width: 85px;
  align-items: center;
  justify-content: center;
}
.feature_inner_box .feature-title{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
}
.feature_inner_box p.feature-text {
  font-size: 14px;
  color: #a6a6a6;
}
.feature_inner_box .feature-btn {
  font-size: 15px;
}
.feature_inner_box .feature-btn i.fas.fa-caret-right {
  font-size: 17px;
  color: var(--second-theme-color);
  margin-right: 3px;
}
/* = Services css
-------------------------------------- */
#services .services{
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
#services .title p{
  font-size: 14px;
  color: var(--second-theme-color);
}
#services .title h3{
  font-weight: 800;
  letter-spacing: 0.5px;
  filter: blur(0.3px);
  color: #011a43;
}
#services .image{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
#services .image.image-default{
  background-image: url(images/placeholder.svg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#services .image.image-default:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0.7;
  top: 0;
  right: 0;
}
#services .service-icon{
  right: 15px;
  top: -40px;
  height: 65px;
  width: 65px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#services .content p{
  font-size: 16px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 425px) {
  #services .image{
      height: 230px;
  }
}

/* = Page lay out css
-------------------------------------- */
.postsec-list input.search-field,
.postsec-list input.search-submit {
  padding: 15px 10px;
}
.contentsecwrap{
  padding:25px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
}
.listarticle, #sidebar aside.widget{
  background: #fff;
  margin-bottom: 45px;
  padding: 30px;
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 33 85 / 10%);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,33,85,0.1);
  box-shadow: 0px 0px 30px 0px rgb(0 33 85 / 10%);
}
.listarticle h2 a{
  color: #262626;
}
.single_title{
  margin-bottom: 15px;
  font-size: 20px;
}
.post-thumb{
  margin:0 0 15px 0;
}
.nav-links .page-numbers{
  padding:10px 15px;
  color:#fff;
  background-color: var(--second-theme-color);
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background-color: var(--first-theme-color);
}
.nav-links{
  margin: 20px 0;
}

/*post formate*/
.format-gallery .wp-block-gallery, .format-video figure{
  margin-bottom: 15px;
}
/* label css
---------------------------------------------- */
label{
  margin-bottom: 0;
}
#footer .search-form label, #sidebar .search-form label{
  width: 100%;
}
aside.widget ul, .entry-summary li{
  list-style:none;
}
.listarticle .alignfull, .listarticle .alignwide{
  margin-right: 0;
  margin-left: 0;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-right:0px !important;
}
.textwidget select,table{
  width:100%;
}
nav.navigation.pagination {
    margin:30px auto;
}
/*--------------------------------------------------------------
## Sidebar Style 
--------------------------------------------------------------*/
#sidebar input[type="text"],
#sidebar input[type="search"],
#footer input[type="search"]{
  border: solid 2px var(--second-theme-color);
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#sidebar input.search-submit,
#footer input.search-submit,
form.woocommerce-product-search button {
  padding: 10px;
  width: 100%;
  border:none;
  background: var(--second-theme-color);
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
input.search-submit{
  background-color: var(--second-theme-color);
  color: #fff;
  border:none;
  padding: 16px 20px !important;
}
.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}
#sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color:#000;
}
 .entry-title h2:before{
 content: "\f185";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px;
}
#sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
#sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}
#sidebar ul li {
  padding: 5px;
  padding-right: 30px;
  padding-top: 5px;
  position: relative;
}
#sidebar ul li::before {
  color: var(--second-theme-color) !important;
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 7px;
  right: 0;
  position: absolute;
  top: 6px;
  margin-right: 2px;
}
#sidebar .widget a,
#sidebar .widget a:visited {
    color: #8c8c8c;
}
#sidebar .widget a:hover,
#sidebar .widget a:active {
   color: var(--second-theme-color);
}
#sidebar .widget {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px #cfcfcf;
    border-bottom: 3px solid var(--second-theme-color);
    margin-bottom: 30px;
}
#sidebar .widget:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
#sidebar .widget_nav_menu ul li{
  padding: 3px 13px 5px 15px;
}
#sidebar .widget_nav_menu ul li a{ 
  line-height: 2.5;
}
/*calendar widget*/
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: var(--second-theme-color) none repeat scroll 100% 0;
    color: #ffffff;
    padding: 5px;
}
.widget_calendar .pad {
    background: #eeeeee none repeat scroll 100% 0;
}
.widget_calendar #today {
    background: var(--second-theme-color) none repeat scroll 100% 0;
    color: #ffffff;
}
.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.widget .tagcloud a:hover {
    border: 1px solid var(--second-theme-color);
    color: var(--second-theme-color);
}
.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}
.search-form .search-submit:focus {
    box-shadow: inherit;
    outline: none;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
td, th {
  border: 1px solid #ddd;
  padding: 5px;
  color:#252525;
}
#footer td, #footer th{
  color: #fff;
}
select {
    width: 100%;
    padding: 5px;
}
#footer .tagcloud a {
  border: solid 1px #fff;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.tagcloud a:hover{
  background-color: var(--second-theme-color);
  border-color: var(--second-theme-color) !important;
  color: #fff !important;
}
/*footer*/
.footer-widget {
  background: #121212 none repeat scroll 100% 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
}
#footer ul {
  list-style: none;
  margin: 0;
  padding-right: 0;
}
#footer ul li {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 3px 13px 3px 15px;
  position: relative;
  color: #fff;
}
#footer ul li::before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  right: 0;
  position: absolute;
  top: 3px;
}
#footer a .footer-widget-area {
  float: right;
  padding: 0 25px;
  width: 25%;
}
#footer a,
#footer p {
  color:#fff;
}
#footer a:hover {
  color:var(--second-theme-color) ;
}
#footer .copywrap a:hover{
  color:var(--first-theme-color);
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.postsec-list article.hentry,
.search-results .postsec-list article{
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 4px #cfcfcf;
  padding: 30px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
}
.postsec-list article.hentry:hover,
.search-results .postsec-list article:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
/* = Footer css
------------------------------------------- */
#footer input.search-submit {
  background: #db1515;
  color: #262626;
  border: none;
  padding: 10px;
}
.ftr-4-box h3,.ftr-4-box h2{
  font-size: 24px;
  color: #fff;
  border-bottom: none;
  padding: 15px 0;
  font-weight: 500;
}
.ftr-4-box ul{
  margin:0;
  padding:0;
  list-style:inside disc;
}
.ftr-4-box ul li {
  display:block;
}
.container-wedget {
  margin-bottom: 3em;
}
.ftr-4-box ul li a,.ftr-4-box a {
  color: #dddddd;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 0.4px;
}
.ftr-4-box a:hover{
  color: #db1515;
}
h5.widget-title{
  color: #fff;
  font-size: 30px;
}
.ftr-4-box p{
  margin-bottom:15px;
}
#footer aside.widget {
  width: 25%;
  margin-bottom: 10px;
  padding: 20px;
}
#footer select{
  height: auto;
}
.copywrap {
  background-color: var(--first-theme-color);
  color: #fff;
  font-size: 18px;
}
.copywrap a{
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
.copyright p{
  font-weight: 600;
}
.footer-bottom{
  background-color: var(--second-theme-color);
  padding: 10px 0;
}
@media screen and (max-width: 425px) {
  #footer aside.widget {
    width: 100%;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  #footer aside.widget {
    width: 50%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  #footer aside.widget {
    width: 33.33%;
  }
  #catsliderarea .catwrapslider .big-title{
    font-size: 45px;
  }
  .postsec-list.grid .post, .postsec-list.four-col .post{
    padding: 10px;
  }
}
/* Mobile */
@media screen and (min-width: 320px) and (max-width: 520px) {
  .social-icons{
    text-align: center;
  }
  .slider-box h3 {
    font-size: 20px;
  }
  .slider-box {
    left: 10%;
    right: 10%;
    text-align: center;
  }
  h1.site-title{
    font-size: 28px;
  }
  #catsliderarea .slidesection, #catsliderarea .slideroverly{
    height: auto;
  }
  #catsliderarea .slideroverly{
    background:none;
  }
  #feature_box{
    margin: 0;
  }
  .header .right-mob a.h-phone{
    margin: 10px 0;
  }
}

/* Mobile Portrait View */
@media screen and (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
  .slide-btn{
    display: none;
  }
  .page-header h1{
    text-align: center;
  }
  .header .site-mail{
    float: none;
    justify-content: center;
    margin-bottom: 15px;
  }
  .slidesection h1, .slidesection p{
    display: none;
  }
  .page-template-template-home-page .header.sticky-head, .sticky-head{
    position: static;
  }
  .slider-img-color, .slidesection img{
    height: 300px !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .slider-box h3 {
    font-size: 25px;
  }
  .page-template-template-home-page .header{
    position: static !important;
  }
  .slider-box {
    right: 10%;
    left: 35%;
  }
  .page-template-template-home-page.admin-bar .sticky-head{
    top: 46px !important;
  }
}

@media screen and (max-width: 1000px) {
  .main-nav ul ul, .main-nav .sub-menu{
    opacity: 1;
  }
  .main-nav .sub-menu{
      margin-right: 25px;
  }
  .main-nav li ul{
    border:none;
    box-shadow: none;
    border-top: none !important;
  }
  .main-nav .sub-menu li{
    border-bottom: none;
  }
  #mySidenav nav#site-navigation {
    background: transparent;
    text-align: right;
  }
  .toggle-nav button {
    font-weight: bold;
    background: #fff;
    border: none;
    color: #262626;
    font-size: 15px;
    padding: 16px;
    line-height: 1;
  }
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: -110%;
    overflow-x: hidden;
    transition: 0.5s top ease-in-out;
    overflow-y: scroll;
    background: var(--second-theme-color) !important;
    opacity: 0.9;
    visibility: hidden;
  }
  .main-nav ul{
    background: var(--second-theme-color);
  }
  body.show-main-menu .sidenav {
    visibility: visible;
    top: 0;
    transition: 0.5s top ease-in-out;
  }
  .sidenav .close-button {
    font-size: 36px;
    display: block !important;
    color: #fff;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: left;
  }
  .main-nav ul ul li,
  .menubar .nav ul li,
  .toggle-nav {
    display: block;
  }
  .main-nav ul li a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    float: none;
    margin: 5px 0;
    border-left: none;
  }
   .main-nav ul li a:hover{
    color: #fff;
   }
  .main-nav ul li ul li a:before {
    content: "\00BB \00a0";
  }
  .main-nav ul.sub-menu a:hover {
    padding-right: 20px !important;
    background: #fff !important;
  }
  .main-nav ul ul {
    position: static;
    width: 100%;
    background: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-shadow: none;
  }
  .main-nav ul ul a {
    border-bottom: none;
    padding-right: 40px;
  }
  .main-nav ul ul ul.sub-menu a {
    padding-right: 40px;
  }
  .main-nav li {
    padding: 0 15px;
    display: block;
    border-bottom: solid 1px #fff;
  }
  .main-header-box {
    padding-bottom: 15px;
  }
  .main-menu {
    padding: 0em;
    background: transparent;
  }
  .main-nav ul.sub-menu > li > a:before {
    content: unset;
  }
  .main-nav ul.sub-menu > li > a:hover:before {
    opacity: 0;
    right: 0px;
    width: 0px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .slider-box {
    left: 30%;
  }
}


nav.navigation.pagination {
    display: block;
}

/* woocommerce CSS
----------------------------------------------*/
span.onsale {
    left: auto !important;
    right: 15px !important;
    top: 15px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    background: #262626 !important;
    color: #fff !important;
    font-size: 15px !important;
    text-transform: capitalize;
    min-height: 30px !important;
    line-height: 2 !important;
}

h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 15px;
    color: #b7b7b7;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 110px;
}

.woocommerce-product-details__short-description {
    margin: 10px 0;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 16px;
    margin: .5em auto;
}

.woocommerce .quantity .qty {
    padding: 4px;
    border-radius: 5px;
    border: solid 2px #262626;
}

.woocommerce table.shop_table {
    border: 2px solid #262626;
}

.entry-content table th,
.comment-body table th,
.entry-content table td,
.comment-body table td {
    border-bottom: 2px #262626 solid;
}

form.checkout.woocommerce-checkout label,
span.woocommerce-input-wrapper,
.woocommerce form .form-row label,
span.password-input {
    width: 100%;
}

form.checkout.woocommerce-checkout input[type="text"],
form.checkout.woocommerce-checkout input[type="tel"],
form.checkout.woocommerce-checkout input[type="email"],
.woocommerce form .form-row input.input-text {
    padding: 10px;
}

form.checkout_coupon.woocommerce-form-coupon td {
    border: none !important;
}

nav.woocommerce-MyAccount-navigation ul li {
    border: solid 2px var(--second-theme-color);
    padding: 10px;
    margin-bottom: 15px;
    background-color: var(--second-theme-color);
    list-style: none;
    margin-right: 0;
    font-size: 16px;
    box-shadow: -6px 7px 17px -2px #b1b1b1;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--first-theme-color);
    border-color: var(--first-theme-color);
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-decoration: none;
}

select.orderby {
    padding: 5px;
    background: transparent;
    border: solid 2px #262626;
}

span.tagged_as {
    display: -webkit-box;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    margin-right: 35px;
    width: 45px;
}

/* Contact form css
-------------------------------------*/
.wpcf7 {
    margin: 30px 0 0;
    padding: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
    width: 40%;
    border: 1px solid #cccccc;
    box-shadow: inset -1px 1px 2px #ccc;
    height: 35px;
    padding: 0 15px;
    color: #797979;
    margin-bottom: 0;
}

.wpcf7 textarea {
    width: 60%;
    border: 1px solid #cccccc;
    box-shadow: inset -1px 1px 2px #ccc;
    height: 150px;
    color: #797979;
    margin-bottom: 25px;
    padding: 10px;
    padding-left: 0;
}

.wpcf7 input[type="submit"] {
    background-color: #262626;
    width: auto;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
}

/* Comment form
--------------------------------*/
.site-nav-previous,
.nav-previous {
    float: right;
}

.site-nav-next,
.nav-next {
    float: left;
}

.nav-previous,
.nav-next {
    width: 50%;
}

.nav-next {
    text-align: left;
}

#comments {
    margin: 30px 0 0;
    float: right;
    width: 100%;
    padding-top: 20px;
}

nav#nav-below {
    margin-top: 15px;
}

.postmeta{
    padding: 5px 0;
    color: #262626;
    display: flex;
    margin:10px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    font-size: 13px;
}
.postmeta a{
    color:#262626;
}
.postmeta a:hover{
    color:var(--second-theme-color);
}

.breadcrumbs {
    padding: 10px 0;
    margin-bottom: 0;
}

ol.commentlist {
    list-style: none;
}

#commentform p {
    margin: 5px 0;
}

#commentform label {
    display: block;
}

#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    width: 100%;
    border: 1px #ccc solid;
    padding: 10px;
}

#commentform input#submit {
    border: none;
}

.form-allowed-tags {
    display: none;
}

ul.errormsg {
    background: #ffe4e4;
}

ul.errormsg li {
    padding: 5px;
}

.entry-content table,
.comment-body table {
    border-collapse: collapse;
    margin: 10px 0;
}

.entry-content table td,
.entry-content table th,
.comment-body table td,
.comment-body table th {
    padding: 10px 5px;
    text-align: right;
}

.entry-content table th,
.comment-body table th {
    color: #676767;
    font-size: 18px;
    border-bottom: 1px #888 solid;
}

.entry-content table td,
.comment-body table td {
    border-bottom: 1px #ccc solid;
}

.fvch-codeblock:hover .comment-form-url {
    display: block !important;
}

/*braedcrumb*/
.breadcrumb a{
  background-color: var(--second-theme-color);
  color:#fff !important;
  padding: 10px;
  font-weight: 500;
  font-size: 15px !important;
  text-decoration: none;
  align-self: center;
  margin-right: 15px;
}
.breadcrumb a:first-child{
  margin-right: 0;
}
.breadcrumb .current-breadcrumb, .breadcrumb a:hover{
  background-color: #262626;
  color:#fff;
}
.breadcrumb .current-breadcrumb{
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0;
}
.breadcrumb {
    margin: 30px 0 !important;
    background:none;
    padding: 0;
}


/* Comment CSS
------------------------------------------------------*/
.commentlist,
ol.commentlist {
    list-style: none;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    -khtml-box-shadow: 0 0 5px #666;
    margin: 10px 0;
    background-color: #fff;
    padding: 10px 0;
}

.commentlist li,
ol.commentlist li {
    list-style: none;
    background-image: none !important;
    padding: 0px 15px;
}

.commentlist li ol li.depth-2,
.commentlist li ol li.depth-3,
.commentlist li ol li.depth-4,
ol.commentlist li ol li.depth-2,
ol.commentlist li ol li.depth-3,
ol.commentlist li ol li.depth-4 {
    border-bottom: none;
}

.commentlist li.bypostauthor article,
ol.commentlist li.bypostauthor article {
    background: #f9ffe1;
}

.commentlist article,
.commentlist li.bypostauthor li article,
ol.commentlist li.bypostauthor li article {
    border: none !important;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

.commentlist li .fn {
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
}

.commentlist li.bypostauthor .fn,
ol.commentlist li.bypostauthor .fn {
    color: #262626;
}

img.avatar {
    vertical-align: middle;
    position: static;
    display: inline-block;
}

.commentlist article a time {
    display: block;
    clear: both;
    padding: 5px 0 10px;
    font-size: 11px;
    font-style: italic;
}

.commentlist,
ol.commentlist p {
    font-size: 14px;
}

.commentlist .reply span,
ol.commentlist .reply span {
    display: none;
}

.commentlist .reply a,
ol.commentlist .reply a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #f6f6f6;
    margin: 5px 0;
    border: 1px #ddd solid;
}

.comment-author.vcard {
    display: inline-block;
    margin-left: 15px;
}

.comment-list ul.children li.comment {
    background-image: none;
    padding-right: 5px;
}
