/*
Theme name: PDFwale
Author: Bhadresh Tandel
Version:1.0

*/

*{
 font-family: "poppins", sans-serif;

}



/*===============Header==============*/

.wrapper{
  background: #fff;
  position:sticky;
  z-index: 999;
  top:0;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-bottom: 1px solid #f2f2f2;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 125px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  text-transform: uppercase;	
  margin-left: 80px;
  display: flex;
}
.content .logo a{
  color: #da0000;
  font-size:24px;
  font-weight: 900;
}
.content .links li{
  list-style: none;
  line-height: 70px;
  margin-top: 10px;
}
.content .links li a,
.content .links li label{
  color: #444;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  color: #da0000;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #333;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 40px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}
.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #444;
  background:#fff;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #444;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #171c24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.wrapper input[type="checkbox"]{
  display: none;
}
/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #171c24;
  top: 50px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}
@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background:#fff;
    height: 100%;
    width: 100%;
    top: 115px;
    left: -100%;
    margin-left:-30px;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
    margin-top:-45px;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 30px;
    font-size:16px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-country:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}
@media screen and (max-width: 400px){


  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}


/*=====================Site pages========================= */



.page-content p {
margin-bottom:20px;
line-height:1.9;  
}

.page-content ul li {
line-height:1.9;
}

/*================== Site Content ===================*/

.entry-content {
font-size:17px;  
line-height:1.9;
}

.entry-content h2,h3,h4 {
font-size:20px;
line-height:1.7;  
}


/*================== Site Footer ===================*/

.site-footer {background:linear-gradient(180deg,#17171c,#151631); color: #fff;padding: 10px 0;}

.site-footer h4 {
font-size:14px;
color: #ddd;
text-transform: uppercase;
font-weight:600;
text-align: center;
}

/*============Footer Widgets=============*/

.footer-widgets {
padding:25px;
background:linear-gradient(180deg,#17171c,#151631);
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}

.footer-widgets, .widget, .widget-item {width: 100%;float: left;}

.footer-widget-area {float: left;width:50%;box-sizing: border-box;}

.footer-logo {
font-size: 36px;
font-weight: 900;
margin-bottom: 20px;
text-transform:uppercase;  
}

.footer-logo a {
color: #f2f2f2;  
}

.footer-title {
font-size: 18px;
color: #f2f2f2;
font-weight: 600;
margin-left: 10px;
margin-bottom: 10px;  
}

.footer-list {margin-bottom: 25px;margin-left:-40px;}

.footer-list li {
display: inline-block;
margin:0 10px;  
}

.footer-list li a {
color: #ccc;  
}



/*========== Responsive Mobile & Tablet CSS  ==========*/

@media (max-width:480px) {

.footer-widget-area {width: 55%;}
.footer-title {margin-left: 0;}
.footer-list li {display:block; margin:10px -35px;}
  .footer-list {margin-left:0;}  
.footer-menu {display: block;}

}