h1,
h2,
h3{
  font-family: "Nunito", sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
*{
  margin: 0;
  padding: 0;
  outline: none;
}
a,
a:hover,
a:focus{
  color: #437eeb;
  outline: none;
  text-decoration: none;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5{
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  margin: 0;
  color: rgb(35, 35, 35);
  font-weight: 600;
}
h6{
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  margin: 0;
  color: rgb(35, 35, 35);
  font-weight: 600;
}
h1{
  font-size: 80px;
}
h2{
  font-size: 55px;
  line-height: 55px;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 24px;
}
h5{
  font-size: 20px;
}
h6{
  font-size: 14px;
}
p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
input,
input:hover,
input:focus{
  outline: none;
}
textarea,
textarea:hover,
textarea:focus{
  outline: none;
}
button,
button:hover,
button:focus{
  cursor: pointer;
  outline: none;
}
section{
  overflow: hidden;
}
body{
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 26px;
  overflow-x: hidden;
  letter-spacing: .2px;
}
.packetstream_btn{
  display: inline-block;
  padding: 15px 37px;
  background: rgb(35, 35, 35);
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 50px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 600;
  transition: all .5s;
  min-width: 200px;
  text-align: center;
}
.packetstream_btn:after{
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  margin-left: 10px;
}
.packetstream_btn:hover,
.packetstream_btn:focus{
  background: #3767ff;
  color: #fff;
}
@media (min-width: 1200px){.container{
    max-width: 1170px;
  }}
.service_nav .nav-tabs li .service_tab.active .service_box_title{
  border-bottom: 2px solid #ff7200;
}
.testimonial_slide_1 .slick-prev{
  top: 115%;
  left: -105%;
  z-index: 1;
}
.testimonial_slide_1 .slick-next{
  top: 115%;
  right: 0;
  left: -90%;
}
.testimonial_slide_1 .slick-prev:before{
  content: '\f104';
}
.testimonial_slide_1 .slick-next:before{
  content: '\f105';
}
.testimonial_slide_1 .slick-next:before,
.testimonial_slide_1 .slick-prev:before{
  display: block;
  font-family: 'Font Awesome 5 Pro';
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background: #ff7200;
  z-index: 1;
  transition: all .5s;
}
.testimonial_slide_1 .slick-next:hover:before,
.testimonial_slide_1 .slick-prev:hover:before,
.testimonial_slide_1 .slick-next:focus:before,
.testimonial_slide_1 .slick-prev:focus:before{
  background: #2d3779;
  color: #fff;
}
::placeholder{
  
  color: #cccccc;
  font-weight: 400;
}
:-ms-input-placeholder{
  
  color: #cccccc;
  font-weight: 400;
}
::-ms-input-placeholder{
  
  color: #cccccc;
  font-weight: 400;
}
.testimonial_slide_3 .slick-prev{
  top: 120%;
  left: 45%;
  z-index: 1;
}
.testimonial_slide_3 .slick-next{
  top: 120%;
  right: 45%;
}
.testimonial_slide_3 .slick-prev:before{
  content: '\f104';
}
.testimonial_slide_3 .slick-next:before{
  content: '\f105';
}
.testimonial_slide_3 .slick-next:before,
.testimonial_slide_3 .slick-prev:before{
  display: block;
  font-family: 'Font Awesome 5 Pro';
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #2d3779;
  border-radius: 50%;
  background: transparent;
  z-index: 1;
  transition: all .5s;
}
.testimonial_slide_3 .slick-next:hover:before,
.testimonial_slide_3 .slick-prev:hover:before,
.testimonial_slide_3 .slick-next:focus:before,
.testimonial_slide_3 .slick-prev:focus:before{
  background: #2d3779;
  color: #fff;
}
.clients_slide.slick-slider .slick-track,
.clients_slide.slick-slider .slick-list{
  display: flex;
  align-items: center;
}
.testimonial_slide_1 .slick-track{
  margin-bottom: 42px;
}
.packetstream_faq_acoridian .card{
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.packetstream_faq_acoridian .card .card-header a{
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
}
.packetstream_faq_acoridian .card .card-header a i.fal{
  display: none;
  position: absolute;
  right: -20px;
  top: 30px;
  color: #ef3b58;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.packetstream_faq_acoridian .card .card-header a i.fal{
  display: none;
}
.packetstream_faq_acoridian .card .card-header a[aria-expanded="true"] i.fal.fa-eye-slash{
  display: block;
}
.packetstream_faq_acoridian .card .card-header a[aria-expanded="false"] i.fal.fa-eye{
  display: block;
}
.blog_box .packetstream_info .post_content a.packetstream_btn{
  padding: 25px 40px;
}
.packetstream_faq_acoridian_2.packetstream_faq_acoridian .card .card-header a i.fal{
  top: 20px;
}
.product_thumb_slide .slick-list{
  padding: 0;
}
.select_item .nice-number button{
  width: 43px;
  height: 43px;
  border: 1px solid #ddd;
  background: transparent;
}
.select_item .nice-number input[type=number]{
  color: #ff7200;
}
.product_reviews .packetstream_product_nav ul.nav-tabs li a.product_nav_btn.active{
  color: #ff7200;
  border-bottom: 3px solid #ff5e14;
}
#menuToggle{
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin-top: -32px;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked~span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#menuToggle input:checked~span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked~span:nth-last-child(2){
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 50px;
  right: 0px;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  top: 0px;
  height: 100%;
}
#menu:after{
  position: absolute;
  top: -180px;
  left: 0;
  content: '';
  width: 100%;
  height: 960px;
  background: url(/assets/images/shape/shape_4.png) no-repeat;
  z-index: -1;
}
#menu li{
  padding: 14px 0;
  font-size: 22px;
}
#menuToggle input:checked~ul{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
#dim-overlay{
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.footer_social .fab{
  line-height: 35px !important;
}
.packetstream_card{
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  margin: 24px 0px;
  width: 100%;
  max-width: 100%;
}
.padded_card{
  padding: 60px;
}
.narrow_card{
  max-width: 780px;
  margin: auto;
}
.content-title{
  text-align: center;
  margin-bottom: 60px;
}
.content-title h3{
  font-size: 38px;
}
.small_btn{
  padding: 7px 18px;
}
.card-subtitle{
  margin-top: 3px;
}
.center{
  text-align: center;
}
.small-text,
.small-link{
  font-size: 11px;
}
#menu a li{
  color: rgb(35, 35, 35);
  border-bottom: 1px solid #4a5062;
}
#menu li>a{
  color: #525960;
  font-weight: 400;
}
.community-icon{
  font-size: 28px;
  color: #fff;
  border-radius: 90px;
  margin: 12px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: rgb(35, 35, 35);
}
.reddit-color{
  background: #e24d4d;
}
.twitter-color{
  background: #4dbce2;
}
.facebook-color{
  background: #4b6daf;
}
.messenger-color{
  background: #3c78ef;
}
.pinterest-color{
  background: #e83a3a;
}
.whatsapp-color{
  background: #1abd1b;
}
.linkedin-color{
  background: #355ee0;
}
.wechat-color{
  background: #20bb28;
}
.weibo-color{
  background: #bb2020;
}
.tumblr-color{
  background: #435882;
}
.mail-color{
  background: rgb(35, 35, 35);
}