/* Global Styles */



/* Home Page Carousel */
.box {
    padding-right: 60px;
}
.hero_content h1,
.hero_content h2 {
 
    text-align: right;
}
.hero_content h2 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    color: #fff;
     width: auto;
}

.home_content h2:after, .box h3:after {
    right: 0;
}
.boxes_area h3 {
    font-size: 20px;
}

.widget h4:after, h2.page-title:after, h2.category-title:after {
    left: auto;
    right: 0;
}
/* 404 Page Styles */




/* Pricing Page Styles */



/* Footer Styles */



/* Responsive Styles */
/* Responsive */
@media screen and (max-width:462px) {
    
    .boxes_area h3 {
        font-size: 15px;
    }
}
@media (min-width:463px) and (max-width:768px) {
   
}

@media (max-width:1024px) {
   
}
@media (min-width:769px) {
   
}



/* Social */
/*Social Icons*/
/* Floating Divs*/
.social {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 200px;
  }
  
  .facebookbtn {
    background: #3B5998;
  }
  
  .facebookbtn:hover {
    color: #3B5998;
    background: #fff;
  }
  
  .social .fab,
  .social .far {
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    font-size: 33px;
    margin: 0px;
    /* padding: 17px 20px; */
    padding-top: 3px;
  }
  
  .twitterbtn {
    background: #1DA1F2;
  }
  
  .twitterbtn:hover {
    color: #1DA1F2;
    background: #fff;
  }
  
  .youtubebtn {
    background: #E62117;
  }
  
  .youtubebtn:hover {
    color: #E62117;
    background: #fff;
  }
  
  .telegrambtn {
    background-color: #2ca5e0;
  }
  
  .telegrambtn:hover {
    color: #2ca5e0;
    background-color: #fff;
  }
  
  .instagrambtn {
    background: #ED6340;
  }
  
  .instagrambtn:hover {
    color: #ED6340;
    background: #fff;
  }
  
  .whatsappbtn {
    background: #1c9c0f;
  }
  
  .whatsappbtn:hover {
    color: #1c9c0f;
    background: #fff;
  }
  
  .emailbtn {
    background: #666;
  }
  
  .emailbtn:hover {
    color: #666;
    background: #fff;
  }
  
  .social a,
  .download1 a {
    color: #fff;
    /* font-size: 30px; */
    /* padding: 17px 5px; */
    display: table-cell;
    vertical-align: middle;
  }
  
  .social a:hover,
  .download1 a:hover {
    text-decoration: none;
  }
  