/*
Theme Name: cns kostic
Author: coneso
Author URI: https://coneso.com
Description: based on Cooking classes (https://www.theclassictemplates.com/products/free-cooking-wordpress-theme/)
Text Domain: cnskostic
*/

*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  font-size:15px;
  color: #8c8c8c;
  font-family: 'Poppins', sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
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,
.gallery-caption,
.aligncenter{
  margin:0;
  padding:0;
  max-width:100% !important;
}
.entry-content ol li,
.entry-content ul li{
  margin-left:15px;
}
ul li ul,
ul li ul li ul,
ol li ol, ol li ol li ol{
  margin-left: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;
}
.clear{
  clear:both;
}
.alignnone{
  width:100% !important;
}
img.alignleft, .alignleft{
  float:left;
  margin:0 15px 0 0;
  padding:5px;
  border:1px solid #cccccc;
}
img.alignright, .alignright{
  float:right;
  margin:0 0 0 15px;
  padding:5px;
  border:1px solid #cccccc;
}
.left{
  float:left;
}
.right{
  float:right;
}
#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;
}
.boxlayout{
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0 -8px 8px #8e8e8e;
}

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;
}
#footer .search-form label, #sidebar .search-form label{
  width: 100%;
}
input:focus{
  border:2px solid #000;
}
/* = header css
-------------------------------------- */
/*block css*/
.site-main .alignfull, .site-main .alignwide, .postsec-list .alignfull, .postsec-list .alignwide{
  margin-left: 0 !important;
  margin-right: 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-right: 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: #b710cf;
  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 #b710cf !important;
  color: #b710cf !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;
}
/* = pre loader css
-------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.gallery {
	margin-bottom: 15px;
}
/*post formate*/
.format-gallery .wp-block-gallery, .format-video figure{
  margin-bottom: 15px;
}
/*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;
  color: #a0c003 !important;
  border: 1px solid #a0c003;
}
.page-links .post-page-numbers.current, .page-links a:hover{
  background-color: #a0c003 !important;
  color:#fff !important;
}
/* = top header css
-------------------------------------- */
h1.site-title{
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
}
h1.site-title a{
  color: #fff;
  font-weight: bold;
}
h1.site-title a:hover {
  text-decoration: unset;
}
span.site-description{
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.listarticle h2 a:hover,#sidebar ul li a:hover{
  color: #262626;
}
.center-align{
  align-self: center;
}
.social-icons {
  text-align: right;
}
.social-icons i {
  color: #222;
  font-size: 20px;
}

a.sitetitle.text-white {
    margin-left: 34px;
}
.page-header {
  margin-bottom: 2%;
}
.page-header h2{
  color: #000;
  font-size: 18px;
  font-weight: normal;
}
.fof {
  margin-top: 14em;
}
.fof h1 {
  color: #000;
}

/* = header css
-------------------------------------- */
.cont-padding0{padding: 0 0;}
.header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 0;
}
#header{
  z-index: 10;
  padding: 5px 0;
  position: static;
}
#header .headerbgimg{}
#header .logo-bg1{

  background: #b710cf;
  border-radius: 50%;
  width: 100%;
  padding: 7px 15px;
  margin: 0;
}
#header .logo-bg2{

  background: #890d9c;
  border-radius: 50%;
  width: 100%;
  padding: 12px 0;
  margin: 0 auto;
    text-align: center;
}
#header .menubox{
  padding: 10px 26px;
  background: #b710cf;
  border-radius: 40px;
}

.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-color: #b710cf;
  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;
}
#header .text-white h1 a, #header .text-white p a{
  font-size: 34px;
  color: #fff;
  font-weight: 600;
}
/* = menus css */
#mySidenav {
  display: inline;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.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;
  right: auto;
  margin-left: 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 ul ul a:hover {
  color: #890d9c;
}
.main-nav a:hover {
  color: #000;
}
.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 {
  left: 100%;
  top: 0%;
}
.main-nav ul ul a {
  color: #1f1f1f;
  border: none;
  padding: 10px;
  margin-top: 5px;
}
.main-nav ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
}
.main-nav li ul {
  border-top: 3px solid #890d9c !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;
  left: -9999px;
  z-index: 99999;
  width: 200px !important;
}
ul.sub-menu ul.sub-menu {
  left: 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;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}
ul.sub-menu ul.sub-menu {
  left: -9999px;
}
.toggle-nav,
a.close-button {
  display: none;
}

.socialicon {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 3px;
}
.socialicon  a i{
  font-size: 20px;
  color: #a0c003;
  padding: 4px 4px;
}



/* = slider section css
-------------------------------------- */

#slider {
    position: relative;
    overflow: hidden;
}
 #slider .sliderimgshap{
    -webkit-mask-image: url(images/sliderimgshape.png);
    mask-image: url(images/sliderimgshape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;

 }
 .res-cont-box{
  position: relative;
 }
#slider .content{
  width: 100%;
  height: 719px;
 background-position: left;
  background-repeat: no-repeat;
     z-index: 1;
}
#slider .slider-conten{
    position: absolute;
    right: 10%;
    top: 30%;
    z-index: 9999;
}

#slider .title-slider a{
  color: #890d9c;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 600;
  font-size: 25px;
}
#slider .title-slider a:hover, #header .text-white p a:hover, #service h3 a:hover{
  color: #000;
}
#slider .title-slider b{
  font-size: 80px;
  font-weight: 700;
   }
#slider .title-slider span{
    font-weight: 500;
    color: #a0c003 !important;
    font-size: 68px;
    margin-left: 8px;
    line-height: 107px;
}
#slider .slider-conten p{
  text-align: center;
  font-size: 18px;
  color: #838080 !important;
  position: relative;
  top: -12px;
  word-break: break-word;
}
#slider .button-slider{
    border-radius: 30px;
    border: none;
    position: relative;
    overflow: hidden;
    padding: 8px 27px 8px !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 500;
}
#slider .button-slider .btninn{
    position: absolute;
    border: 1px solid #fff;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 30px;
}
#slider .cont-us{
  color: #a0c003 !important;
  border: 1px solid #a0c003;
  border-radius: 30px;
}
#slider .redmor {
    margin: 0 0 0 5em;
}

#slider .overlayer{
    background: url(images/slidercontbg.jpg);
    height: 100%;
    width: 740px;
    /* background-color: #000; */
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
}
/* = Services css
-------------------------------------- */
#service h2{
  display: inline-block;
  margin-bottom: 0px;
}
#service h3 a{
  color: #890d9c;
}
#service .heading-border {
    border: 2px solid #9ec003;
    width: 152px;
    position: absolute;
    right: 40%;
        margin-top: -11px;
}
#service .heading-border:after{
   border: 2px solid #9ec003;
    width: 116px;
    position: absolute;
    left: 62px;
    bottom: -15px;
    content: "";
}
#service .heading-border:before{
    border: 2px solid #9ec003;
    width: 64px;
    position: absolute;
    left: -32px;
    bottom: -15px;
    content: "";
}
#service .section-heading img {
      width: 85px;
    padding: 0 15px;
    /*margin-bottom: 20px;*/
}

#service .button-service{
    border-radius: 30px;
    border: none;
    position: relative;
    margin-top: 21px;
    overflow: hidden;
    padding: 8px 27px 8px !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 500;
}
#service .button-service .btninn{
    position: absolute;
    border: 1px solid #fff;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 30px;
}

#service .section-heading .headimgrhs{
  width: 99px !important;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
#service .colume-row{
  transition: 0.7s;
  padding: 0 13px;
  margin: 13px 0px;
}
#service .services-box{
  width: 250PX;
  height: 250px;
  background-image: url('/image/services.jpg');
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.7s;
  overflow: hidden;
  margin: 0 auto;
  border: 10px solid #f1f1f1;
}
#service .content{
  text-align: center;
  transition: 0.7s;
  position: relative;
  overflow: hidden;
  padding: 2em 1em;
}

#service .content h3{
  font-family: "Bask Old Face";
  font-size: 26px;
  margin: 0;
  transition: 0.5s;

}
/*scroll to top*/
#button{
  background: #b710cf;
  color: #fff;
  cursor: pointer;
  width: 60px;
  text-align: center;
  height: 60px;
  padding-top: 22px;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}
/* Footer */
#footer{
  padding: 3em 0 0em;
}
#footer h2{
  color: #fff;
}
#footer ul li a{
  color: #fff;
}
#footer .widget{
  color: #fff;
  padding: 20px;
}
#footer aside.widget .textwidget p {
  font-size: 16px;
  color: #c9c9c9;
  font-weight: 400;
}
#footer .menu-item{
  margin: 10px 0;
}
#footer li.wp-block-pages-list__item {
    margin-bottom: 8px;
}
.footer-widget{
  border-bottom: 1px solid rgb(185, 185, 185);
  padding-bottom: 3em !important;
}
/* = Page lay out css
-------------------------------------- */
.postsec-list input.search-field,
.postsec-list input.search-submit {
  padding: 15px 10px;
}
.postsec-list .search-form input.search-submit{
  background-color: #a0c003;
  color: #262626;
  border: 2px solid #a0c003;
}
.contentsecwrap{
  padding:25px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
}
.listarticle, #sidebar aside.widget{
  padding: 20px;
  border-radius: 5px;
}
.listarticle h2 a{
  color: #262626;
}
.single_title{
  font-size: 20px;
}
.post-thumb{
  margin:0 0 15px 0;
}
.nav-links .page-numbers{
  padding:10px 15px;
  color:#a0c003;
  border: 1px solid #a0c003;
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background-color: #a0c003;
  color: #fff;
}
.nav-links{
  margin: 20px 0;
}
/* 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-left: 0;
  margin-right: 0;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-left: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 #890d9c;
  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: #890d9c;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
input.search-submit{
  background-color: #890d9c;
  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;
}
 .entry-title h2:before{
 content: "\f185";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 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-left: 30px;
  padding-top: 5px;
  position: relative;
}
#sidebar ul li::before {
  color: #890d9c !important;
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 7px;
  left: 0;
  position: absolute;
  top: 6px;
  margin-left: 2px;
}
#sidebar .widget a,
#sidebar .widget a:visited {
    color: #9d9c9c;
}
#sidebar .widget a:hover,
#sidebar .widget a:active {
   color: #890d9c;
}
#sidebar .widget {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px #cfcfcf;
    border-bottom: 3px solid #890d9c;
    margin-bottom: 30px;
}
#sidebar .widget:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
#sidebar .widget_nav_menu ul li{
  padding: 3px 15px 5px 13px;
}
#sidebar .widget_nav_menu ul li a{ 
  line-height: 2.5;
}
/*calendar widget*/
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: #890d9c none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}
.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}
.widget_calendar #today {
    background: #890d9c none repeat scroll 0 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 #890d9c;
    color: #890d9c;
}
.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: #890d9c;
  border-color: #890d9c !important;
  color: #fff !important;
}
/*footer*/
#footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#footer ul li {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 3px 15px 3px 13px;
  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;
  left: 0;
  position: absolute;
  top: 3px;
}
#footer a .footer-widget-area {
  float: left;
  padding: 0 25px;
  width: 25%;
}
#footer a,
#footer p {
  color:#fff;
}
#footer a:hover {
  color:#b710cf;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.postsec-list article.hentry {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px #cfcfcf;
    padding: 15px 15px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
}
.postsec-list article.hentry:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
/* = Footer css
------------------------------------------- */
#footer input.search-submit {
  background: #b710cf;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
}
.footer-widget{
  background-color: #262626;
  color: #ffffff;
}
.ftr-4-box h3,.ftr-4-box h2{
  font-size:25px;
  color:#fff;
  margin-bottom:25px;
  border-bottom:1px solid #303030;
  padding: 15px 0;
}
.ftr-4-box ul{
  margin:0;
  padding:0;
  list-style:inside disc;
}
.ftr-4-box ul li {
  display:block;
  padding:6px 0;
}
.ftr-4-box ul li a,.ftr-4-box a {
  color:#ffffff;
}
.ftr-4-box a:hover{
  color: #b710cf;
}
.ftr-4-box p{
  margin-bottom:15px;
}
#footer select{
  height: auto;
}
.copywrap {
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  background-color: #262626;
}
.copywrap a{
  color: #d4d4d4;
  text-decoration: none;
  font-weight: 300;
}
.copywrap a:hover {
    color: #ec7a00;
}

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 520px) {
  #header {
    overflow: hidden;
  }
  .social-icons{
    text-align: center;
  }
  .slider-box h3 {
    font-size: 20px;
  }
  #slider .overlayer {
    display: none;
  }
  #slider .slider-conten p {
    display: none;
  }
  #slider .slider-conten {
    top: 50px !important;
    left:20px;
}
#slider .content {
    height: 248px !important;
}
#slider .res-cont-box {
    position: absolute !important;
    top: 0 !important;
}
  #slider .title-slider{
    font-size: 34px;
  }
#slider .redmor {
    margin: 0 0 0 0em !important;
}
  .slider-box {
    right: 10%;
    left: 10%;
    text-align: center;
  }
  h1.site-title{
    font-size: 28px;
  }

  #service .heading-border {
    border: 2px solid #9ec003;
    width: 152px;
    position: absolute;
    right: 27%;
    margin-top: 9px;
  }
  #service .section-heading .headimgrhs {
    margin-top: 38px;
  }
}

/* Mobile Portrait View */
@media screen and (max-width: 767px) {
  #slider .s-shape{display: none;}
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
  .slide-btn{
    display: none;
  }
  #slider .title-slider{
    font-size: 20px !important;
    display: block;
  }
  .page-header h1{
    text-align: center;
  }
  .admin-bar #mySidenav nav#site-navigation{
    margin-top:50px;
  }
   #header {  background: #d220ed;}
     #header{ position: relative !important; }
      #header .logo-bg1, #header .logo-bg2{  background: none;}
  #header .headerbgimg {  background: #d220ed;}
  .boxlayout{
    width: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-box h3 {
    font-size: 25px;
  }
  .slider-box {
    left: 10%;
    right: 35%;
  }
  .sidenav .close-button {
    margin-bottom: 35px;
  }
  #slider .slider-conten {
    left: 0;
    right: 3%;
    top: 35%;
  }
  #slider .slider-conten p{
    display: none;
  }
  .postsec-list.grid .post, .postsec-list.four-col .post{
    padding: 10px;
  }
  #slider .button-slider{
    font-size: 10px;
  }
  #slider .redmor{
    margin: 0;
  }
  #slider .title-slider a{
    font-size: 22px;
  }
  .boxlayout{
    width: 650px;
  }
}
@media screen and (max-width: 1000px) {
  .main-nav ul ul, .main-nav .sub-menu{
    opacity: 1;
  }
  .main-nav .sub-menu{
      margin-left: 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: left;
  }
  .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;
    left: 0;
    top: -110%;
    overflow-x: hidden;
    transition: 0.5s top ease-in-out;
    overflow-y: scroll;
    background: #b710cf;
    opacity: 0.9;
    visibility: hidden;
  }
  body.show-main-menu .sidenav {
    visibility: visible;
    top: 0;
    transition: 0.5s top ease-in-out;
  }
  .sidenav .close-button {
    font-size: 36px !important;
    display: block !important;
    color: #fff;
    padding-left: 15px;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
  }
  .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-right: none;
  }
  .main-nav ul li ul li a:before {
    content: "\00BB \00a0";
  }
  .main-nav ul.sub-menu a:hover {
    padding-left: 35px !important;
    color:#fff;
  }
  .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-left: 40px;
  }
  .main-nav ul ul ul.sub-menu a {
    padding-left: 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;
    left: 0px;
    width: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .slider-box {
    right: 30%;
  }
  #slider .content {
    height: 587px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  .boxlayout{
    width: 870px;
  }
}
@media screen and (min-width:320px) and (max-width: 1024px) {
   .main-nav ul{text-align: left;}
   .main-nav li{ margin-left: 0;
    padding-left: 20px;}
   .pd-0{ padding: 0 0 0 0; }
   .md-0{ margin: 0 0 0 0; }
}
@media screen and (min-width:720px) and (max-width:768px){
    #header{ padding: 10px;}
    #header .logo-bg1{    width: 200px;}
    #header .logo-bg2{    width: 173px;}
    #slider .overlayer2{  position: absolute; left: 0;
    right: 0; top: 0; bottom: 0; opacity: 0.8;  }
    .admin-bar #mySidenav{
    margin-top: 42px;
    }
    #header .text-white h1 a, #header .text-white p a{
      font-size: 18px;
    }
    #slider .content {
      height: 390px;
    }
    tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 48% !important;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
    flex: 1 0 48% !important;
  }
}
@media only screen and (max-width:1440px){

   .socialicon{margin: 4px 0 0 -4px;}
}
@media only screen and (max-width:1024px){

   #slider .title-slider span{font-size: 47px; margin-left: 33px; line-height: 60px; }
   #slider .slider-conten p{    font-size: 16px;}
}
@media only screen and (max-width:767px){
  #slider .title-slider span{font-size: 47px; margin-left: 33px; line-height: 60px; }
  #slider .slider-conten p{  font-size: 14px;  margin-bottom: 0 !important; }
  .socialicon{  margin: 4px 0 0 -57px;}
  #slider .title-slider{
  font-size: 35px;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
    padding-left: 0px !important;
  }
  li.wc-block-grid__product{
    max-width:100% !important;
    float:none;
  }
}
@media only screen and (max-width:425px) {
  #header{ position: relative !important; }
  #slider .slider-conten {  left: 5% !important;}
  #slider .res-cont-box{ position: absolute !important; top: 0 !important; }
  #slider .title-slider{    font-size: 20px;}
  #slider .title-slider b { font-size: 60px;}
  #slider .title-slider span { font-size: 42px; line-height: 54px;}
  #slider .redmor {   margin: 0 0 0 0em !important;}
  #slider .slider-conten p{color: #fff !important;}
}
@media only screen and (max-width:375px) {
  #header{ position: relative !important; }
  #slider .res-cont-box{ position: absolute !important; top: 0 !important; }
  #slider .title-slider{    font-size: 43px;}
  #slider .title-slider b { font-size: 60px;}
  #slider .title-slider span { font-size: 37px; line-height: 40px;}
  #slider .redmor {   margin: 0 0 0 1em !important;}
  #slider .slider-conten p{color: #fff !important; line-height: 16px;}
  #slider .button-slider{    font-size: 15px !important;}
}
@media only screen and (max-width:320px) {
  #header{ position: relative !important; }
  #slider .res-cont-box{ position: absolute !important; top: 0 !important; }
  #slider .title-slider b { font-size: 42px;}
  #slider .title-slider span { font-size: 31px; line-height:33px; margin-left: 0;}
  #slider .redmor {   margin: 0 0 0 0em !important;}
  #slider .slider-conten p{color: #fff !important; line-height: 16px;}
  #slider .button-slider{    font-size: 13px !important;}
}
