@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat;:300,400,600,700,800|Source+Sans+Pro:300,400,600,700);
html {
  overflow-x: hidden;
  margin-top: 0px;
  padding: 0px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #7e8690;
  overflow-x: hidden;
  margin-top: 0px;
  padding: 0px;
}

p {
  font-size: 17px !important;
  color: #000;
}

h1, .h1, h2, .h2, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-weight: 700;
  text-transform: capitalize;
}

h3, .h3{
  font-family: "Montserrat", sans-serif;
  color: #404040;
  font-weight: 600;
  text-transform: capitalize;
}

h5, .h5, h4, .h4{
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 45px;
  text-transform: none;
}

h2, .h2 {
  font-size: 35px;
  line-height: 40px;
}

h3, .h3 {
  font-size: 26px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 14px;
}

.navbar-toggle .icon-bar {
  background: #4869e8;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #4869e8;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #4869e8;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  box-shadow: #999999 0px 0px 0px 0px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  color: #fedc00 !important;
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.leciel-development-main-btn{
 background: #fff;
 color: #000;
  transition: all 0.2s ease;
}

.leciel-development-main-btn:hover{
   border-color: #111;
   background: #4869e8 !important;
   color: #fff;
}

.indiapackers-main-btn, .btn-transparent, .btn-small {
  background: #000;
  color: #fff;
  transition: all 0.2s ease;
}

.indiapackers-main-btn:hover, .btn-transparent:hover, .btn-small:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.btn-solid-border {
  border-color: #dedede;
  background: #fff;
  color: #000;
}

.btn-solid-border:hover {
  border-color: #4869e8;
  background: #4869e8;
  color: #fff;
}

.indiapackers-main-btn-border {
  border-color: #4869e8;
  background: transparent;
  color: #fff;
}

.indiapackers-main-btn-border:hover {
  border-color: #4869e8;
  background: #4869e8;
  color: #fff;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.section {
  padding: 100px 0;
}

.section-main-title {
  margin-bottom: 40px;
}

.section-main-title h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.section-project-title h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.overly-2, .page-title, .indiapackers-slider {
  position: relative;
}

.overly-2:before, .page-title:before, .indiapackers-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 24, 33, 0.5);
}

.icon-color {
  color: #4869e8;
}

.text-color-black {
  color: #111;
}

.icon-color2 {
  color: #f94877;
}

.text-md {
  font-size: 32px;
  line-height: 42px;
}

.icon-large {
  font-size: 80px;
}

/* Links */
a {
  color: #111;
  text-decoration: none;
}

a:focus, a:hover {
  color: #4869e8;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.heading-title {
  font-size: 40px;
  line-height: 50px;
}

.background-gray {
  background: #f5f5f5;
}

.background-blue {
  background: #000 !important;
  font-weight: 500;
}

.header-top {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .navbar-brand{
  padding-left: 50px !important;
}

.header-top .header-top-socials {
 /* border-left: 1px solid rgba(255, 255, 255, 0.05);*/
}

.header-top .header-top-socials a {
 padding-right: 8px;
  color: #479c18 !important;
  font-size: 14px;
}

.header-top .header-top-socials a:hover{
    color: #fff !important;
    background: #000;
    margin-right: 2px;
    padding: 8px 6px;
    border-radius: 100%;
    transition: all 0.5s ease;
}

.header-top-info{
   /*padding-left: 25px;
  float: right;*/
}

.header-top .header-top-info a {
  color: #000;
  padding-right: 25px;
  font-size: 14px;
}

.header-top .header-top-info a:first-child {
  padding-left: 0px;
}

.header-top-info i{
  color: #479c18 !important;
}

.navigation {
  position: absolute;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
  z-index: 9999;
}

.navbar{
  background: #ed3237;
}

.navbar .register-btn{
  margin-right: 0px !important;
}

.navbar .register-btn:hover{
  background: #fff !important;
  color: #000 !important;
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
  color:#fff;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 26px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #fedc00 !important;
}

#navbar .btn {
  padding: .5rem 1.5rem;
}

.navbar a{
  height: 40px;
}

.navbar a img{
  max-height: 100% !important;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link{
      padding-left: 40px !important;
      }
}

@media (max-width: 991px){
  .navbar-brand{
    display: block !important;
  }
  .header-top .header-top-socials{
    text-align: center;
  }
}

.text-color-black {
  color: #111;
}

.register-btn {
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px;
}

.round-btn {
  border-radius: 4px;
}

#navbar .navbar-brand {
  color: #5f6368;
  font-weight: 700;
}

.navbar-nav{
   padding-left: 40px !important;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 240px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  border-top: 3px solid #fedc00;
  background: #ed3237;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  webkit-transform: translateY(20px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  position: absolute !important;
  left: 0px;
  top: 100%;
  width: 240px;
  z-index: 100;
  display: block !important;
  margin: 0 auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  webkit-transform: translateY(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown-item {
  padding: 9px 23px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff !important;
  transition: all .45s ease 0s;
}

.dropdown-item:hover {
  background: #fff;
  color: #000 !important;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.navbar-collapse {
  text-align: left;
}

.navbar-collapse.collapse.show {
  background: #fff;
}

@media (max-width: 480px) {
  .navbar-collapse {
    text-align: center;
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .navbar-collapse {
    text-align: center;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    text-align: center;
    padding: 20px;
  }
}

.background-1 {
  background: url("../images/digital-course/digital-marketing-courses.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.background-2 {
  background: url("../images/bg/video-back.jpg") 50% 50%;
  background-size: cover;
}

.background-3 {
  background: url("../images/services/LOADING AND UNLOADING SERVICES.jpg") 50% 50%;
  background-size: cover;
}

.background-4 {
  background: url("../images/bg/testimoial-bg2.jpg") 50% 50%;
  background-size: cover;
}

.background-5 {
  background: url("../images/about/about.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.indiapackers-slider {
  background: url("../images/indiaPackersSlider/indiapackers.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  padding: 190px 0 150px 0;
  position: relative;
}

.indiapackers-slider a{
    font-weight:500;
}

.indiapackers-slider .approve{
  padding-top: 30px;
}

.indiapackers-slider .apply-now{
  padding: 14px !important;
}

.indiapackers-slider .whatsup-img{
  margin-left: 4px;
    width: 20px;
    height: 20px;
}

.slider-image{
    position: absolute;
    bottom: -110px;
    right: 0;
}

@media(max-width: 768px){
 .slider-image{
  display: none;
 }
}

.leciel-development-slider {
  background: #000;
  padding: 170px 0 170px 0;
  position: relative;
}

.leciel-development-slider h1, .indiapackers-slider h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600 !important;
}

.leciel-development-sliderp p, .indiapackers-slider p {
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
}

.leciel-development-slider span, .indiapackers-slider span {
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

.indiapackers-slider-upper-div{
  max-width: 1400px !important;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
  background: #fff;
}

.indiapackers-slider-upper-div .breadcrumb{
  background-color: transparent;
  padding: 0;
  margin: 0;
}

@media(max-width: 767px){
  .indiapackers-slider-upper-div .breadcrumb {
    background-color: transparent;
    padding: 20px 0px;
    margin: 0;
    padding-left: 10px;
}
.margin-negative{
   margin-top: -2rem !important;
  }
}

.indiapackers-slider-upper-div .breadcrumb li{
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #999;
    padding-right: 50px;
    position: relative;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indiapackers-slider-upper-div .breadcrumb i{
  font-size: 18px;
  color: #479c18 !important;
  padding-right: 5px;
}

.indiapackers-slider-upper-div .breadcrumb li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #999;
    text-decoration: none;
    position: relative;
    display: block;
}

.indiapackers-slider-upper-div .breadcrumb .active a{
        color: #4869e8 !important;
}

/*.indiapackers-slider-upper-div .breadcrumb li:after{
    position: absolute;
    content: "";
    top: 4px;
    right: 12px;
    color: #4869e8 !important;
    background-image: url(https://cdn-cllme.nitrocdn.com/fsJtPHuAIrjqkSrOmOGUpPSluVVKYWgR/assets/static/optimized/rev-6819537/assets/icons/f-icon-sprite.svg);
    width: 6px;
    height: 10px;
    background-position: -6px -6px;
}*/

.letter-spacing {
  letter-spacing: 1px;
}

.margin-negative {
  margin-top: -4rem;
}

.indiapackers-slider-cta .btn:hover {
  border-color: #fff;
  background: transparent;
}

.indiapackers-slider .indiapackers-main-btn:hover, .indiapackers-slider .btn-transparent:hover, .indiapackers-slider .btn-small:hover {
  background: #fff;
  color: #4869e8;
  border-color: #fff;
}

@media (max-width: 480px) {
  .indiapackers-slider h1 {
    font-size: 27px;
    line-height: 38px;
  }
}

@media (max-width: 400px) {
  .leciel-development-slider h1, .indiapackers-slider h1 {
    font-size: 27px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .leciel-development-slider h1, .indiapackers-slider h1 {
   font-size: 30px;
    line-height: 40px;
  }
}

.about-section-item{
  padding: 10px 0px 0px 0px;
}

.about-section .about-section-item ul{
  list-style: none;
  padding-left: 0px;
}

.about-section-item .course_details{
  font-size: 1rem;
  line-height: 60px;
  padding-right: 5px;
  color: #f9ab00;
}

.about-section-item .course_features{
  font-size: 10px;
  line-height: 60px;
  padding-right: 5px;
}

.about-section-item .course_features:before{
    background: #34a853;
    width: 50px;
    height: 50px;
    padding: 5px;
    color: #fff;
    border-radius: 100%;
}

.about-section .left-div, .about-section .right-div{
  border-left: 1px solid #e8eaed;
}

.right-div{
  box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);
}

.form-title{
  background: #ed3237;
  margin-bottom: 30px;
}

.form-title h3{
  font-size: 25px;
  line-height: 20px;
  margin-top: 20px;
}

.form-title p{
  font-size: 14px;
  line-height: 20px;
}

.right-div .form-btn{
  background: #ed3237;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.about{
  padding-bottom: 100px;
}

.about-img {
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.17);
}

.about-img img {
  border-radius: 3px;
}

.request-demo-class {
  padding: 70px 0px;
  position: relative;
}

.request-demo-class:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 24, 33, 0.8);
}

.request-demo-class p{
  margin-bottom: 5px !important;
}

.request-demo-class p, .request-demo-class h3{
  color: #fff;
}

.request-class-btn{
  background: #fff;
 color: #000;
}

.request-class-btn:hover{
  background: #000;
  color: #fff;
  font-size: 20px;
  transition: 1s ease-in-out;
}

.hover-content {
  text-align: center;
}

.service .card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.service .card i {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.service .card h4, .service .card i, .service .card p {
  position: relative;
}

.service .card h4 {
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.service .card p {
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.service .card:hover h4 {
  color: #000;
}

.service .card:hover i {
  color: #fff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service .card:hover p {
  color: #fff;
}

.icon-large {
  font-size: 50px;
}

.service .card:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -500px;
  width: 100%;
  height: 50%;
  background: #fedc00;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.service .card:hover:before {
  bottom: 0px;
}

.videoplay {
  background: #4869e8;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 90px;
  font-size: 42px;
  padding-top: 25px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
}

.videoplay:hover {
  color: #fff !important;
  cursor: pointer;
}

.videoplay:focus {
  color: #fff !important;
}

.video-content-block {
  padding-left: 70px;
}

.font-secondary {
  font-family: "Source Sans Pro", sans-serif;
}

.testimonial-inner-item {
  padding: 50px 30px;
}

.testimonial-inner-item p {
  font-size: 18px;
  line-height: 32px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.video-absolute {
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.shadow-blog {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.inner-box {
  position: relative;
}

.inner-box .image {
  position: relative;
}

.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  transition: all 900ms ease;
}

.inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(-90deg);
  transform: perspective(400px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: all 0.3s;
  background-color: #4869e8;
}

.inner-box:hover .image .overlay-box:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}

.inner-box .image .overlay-box:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(90deg);
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.3s;
  background-color: #4869e8;
}

.inner-box:hover .image .overlay-box:after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}

.inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: left;
  z-index: 1;
  padding: 10px 40px;
  vertical-align: middle;
}

.inner-box .image .overlay-box .overlay-inner .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.inner-box .image h3 {
  color: #fff;
}

.latest-blog .blog-item:hover{
  margin-top: -20px;
  transition: .5s linear 1s;
}

.blog-item {
  transition: all .35s ease;
}

.blog-item h3 {
  font-size: 22px;
}

.blog-item h2 {
  font-size: 34px;
  line-height: 43px;
}

.sidebar-indiapacker-footer-widget .list-group-item {
  background-color: transparent;
  border: 0px;
}

.sidebar-indiapacker-footer-widget .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.sidebar-indiapacker-footer-widget h5 {
  background: #dedede;
  padding: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comment-reply-form textarea, .comment-reply-form .indiapackers-main-btn, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.indiapacker-footer-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.indiapacker-footer-widget .indiapacker-footer-widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.indiapacker-footer-widget.indiapacker-footer-widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}

.indiapacker-footer-widget.indiapacker-footer-widget-latest-post .media .media-heading a {
  color: #111;
  font-size: 16px;
}

.indiapacker-footer-widget.indiapacker-footer-widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.indiapacker-footer-widget.indiapacker-footer-widget-category ul li {
  margin-bottom: 10px;
}

.indiapacker-footer-widget.indiapacker-footer-widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}

.indiapacker-footer-widget.indiapacker-footer-widget-category ul li a:before {
  padding-right: 10px;
}

.indiapacker-footer-widget.indiapacker-footer-widget-category ul li a:hover {
  color: #4869e8;
  padding-left: 5px;
}

.indiapacker-footer-widget.indiapacker-footer-widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.indiapacker-footer-widget.indiapacker-footer-widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.indiapacker-footer-widget.indiapacker-footer-widget-tag ul li a:hover {
  color: #fff;
  background: #4869e8;
  border: 1px solid #4869e8;
}

.footer {
  background: #24282f;
  padding-bottom: 10px;
}

.footer h5{
  color: #fedc00 !important;
}

.footer .copyright a {
  font-weight: 600;
}

.footer i {
  color:#f9ab00;
}

.footer-menu a:hover{
  color: #ed3237;
  text-decoration: underline;
}

.footer-btm a i{
  padding-right: 10px;
}

.lineheight-35 {
  line-height: 35px;
}

.logo {
  letter-spacing: 1px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.footer-btm p{
  color: #fff;
}

.footer-socials li a {
  margin: 0px 0px 6px 0px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .indiapacker-footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 400px) {
  .navbar-toggler {
    color: #fff;
  }
  .indiapackers-slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .leciel-development-slider, .indiapackers-slider {
    padding: 126px 0 151px 0;
  }
  .heading-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-inner-item .testimonial-inner-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .icon-large {
    font-size: 3rem;
  }
  .indiapacker-footer-widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .navbar-toggler {
    color: #fff;
  }
  .indiapackers-slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .indiapackers-slider {
    padding: 126px 0 151px 0;
  }
  .heading-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-inner-item .testimonial-inner-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  
  .indiapacker-footer-widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #000;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .indiapackers-slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .indiapacker-footer-widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .mega-menu{
    width: 240px;
  }
}

/*faq*/

.card-header:first-child{
  border-radius: 0px !important;
}

.card-header{
  background-color: #fff !important;
}

.faq h2{
  font-size: 30px;
  line-height: 30px;
}

.faq p{
  margin-bottom: 20px;
}

.faq a{
  color: #3c4043 !important;
}

/*submit form home page */

.submit-form{
  background: #f6f6f6;
}

.submit-form form{
  padding: 20px 50px 0px;
}

.submit-form h3{
  font-size: 30px !important;
}

.submit-form .form-btn{
  background: #111;
  color: #fff;
}

.submit-form .form-btn:hover{
  background: #fff;
  color: #111;
  border: 1px solid #111;
  transition: 1s ease;
}

.submit-form h3{
  color: #000;
  margin-bottom: 20px;
      text-shadow: 2px 2px 3px #4869e8;
}

/*tools master */

.tool-master img{
  margin-bottom: 3rem;
}

.tool-master p{
  font-size: 20px;
  color: #4869e8;
  font-weight: 600;
}

.youtube-videoplay {
  background: #ed3237;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 90px;
  font-size: 42px;
  padding-top: 25px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
}

.youtube-videoplay:hover {
  color: #fff !important;
  cursor: pointer;
}

.youtube-videoplay:focus {
  color: #fff !important;
}

.mega-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 700px;
  margin-top: 15px;
  text-align: left;
  padding: 20px;
  border-radius: 0px;
  border-top: 3px solid #4869e8;
  background: #111;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  webkit-transform: translateY(20px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  position: absolute !important;
  left: 0px;
  top: 100%;
  width: 700px;
  z-index: 100;
  display: block !important;
  margin: 0 auto;
}

.dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  webkit-transform: translateY(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.mega-menu .nav-link{
  color: #fff !important;
}

.mega-menu .nav-link:hover {
  background: #4869e8;
  color: #fff !important;
}

.mega-menu li{
  padding-left: 0px !important;
}

@media (max-width: 768px)
      {
        .header-top-info {
           padding-left:0px !important; 
           }
        .header-top .navbar-brand {
              padding-left: 0px !important; 
           }
        .navbar-nav, #navbar li{
          padding-left: 0px !important;
        }
        .navbar-collapse{
          text-align: left !important;
            }
        .navbar a img{
          max-width: 100px !important;
             }
.leciel-development-slider h1, .indiapackers-slider h1, .leciel-development-slider p, 
.indiapackers-slider p, .leciel-development-slider span, .indiapackers-slider span {
  padding-left: 10px;
             }
      .leciel-development-slider .leciel-development-main-btn, .indiapackers-slider .indiapackers-main-btn{
        margin-left: 10px;
         }    
      .apply-now{
            margin-top: 8px;
            margin-left: 12px;
         }   
      .indiapackers-slider-upper-div{
        padding-left: 0px;
         }
         .home-first-section h2{
                 font-size: 25px !important;
                line-height: 30px !important;
         }
         .section-project-title h2 {
             font-size: 25px;
             line-height: 30px;
         }
         .branches button, .table td {
             font-size:12px;
         }
      .about-section h2{
        font-size: 25px;
       line-height: 30px;
          }
      .request-demo-class h3{
        font-size: 20px;
        line-height: 30px;
         }
   .section-main-title h2{
        font-size: 25px;
        line-height: 30px;
         }
      .video-section .video-div{
        width: 100% !important;
         }
      .video-content-block h2{
        font-weight: 700 !important;
        color: #fff !important;
         }
      .video-content-block p{
        color: #fff !important;
      
         }
      .faq h2{
        font-size: 25px;
          }
      .submit-form h3{
        font-size: 25px !important;
          }
      .section{
        padding: 50px 0px;
          }
          .top-indiapacker-services{
            padding-top: 50px !important;
           padding-bottom: 50px !important;
          }
      .leciel-development-slider, .indiapackers-slider{
        padding: 140px 0px 100px 0px;
          }
      .triangle-right, .triangle-right-two{
        display: none;
         }
     .money-back-content{
          font-size: 15px;
         line-height: 15px;
        }
     .free-quote-form{
      margin-top: 30px;
      margin-bottom: 30px;
        }
     .branches{
      padding-top: 30px !important;
         }
     .about{
      padding-bottom: 70px;
         }
     .tool-master{
      padding-bottom: 20px;
         }
     .submit-form .form-btn{
      margin-bottom: 40px;
         }
     .about h2{
      font-size: 25px;
         }
     .navigation{
      position: absolute;
        }
    .header-top .header-top-info a {
    padding-right: 15px;
   
       }
       #navbar .nav-link{
        color: #000;
       }
       .indiapackers-slider .approve{
            max-width: 60%;
       }
    .indiapackers-slider-upper-div .breadcrumb li{
      margin-bottom: 10px;
    }
    .table td{
      font-size: large !important;
      font-weight: 700 !important;
    }
    .branches .section-main-title {
    margin-bottom: 30px;
    margin-top: 30px;
}
  }

  @media (max-width: 992px){
    .indiapackers-slider span{
        margin-top: 110px;
       }
  }
  
  @media (max-width: 768px){
     .indiapackers-slider span {
    margin-top: 150px;
}
  }

  @media (min-width: 768px) and (max-width: 992px){
    .indiapackers-slider .approve{
      padding-top: 150px;
      max-width: 100%;
    }
    #navbar .nav-link{
      color: #000;
    }
    .indiapackers-slider-upper-div .breadcrumb li{
      margin-bottom: 5px;
    }
  }

  @media (min-width: 992px) and (max-width:1200px){
       #navbar .nav-link{
      font-size: 14px !important;
    }
  }

@media(max-width: 1200px){
  .ribbon{
      display: none !important;
     }
     .leciel-development-slider .slider-image{
      position: relative;
      bottom: 0px !important;
     }
}

  .triangle-right {
     transform: rotateZ(45deg);
    position: absolute;
    left: 70px;
    margin-top: 50px;
    /* top: 60%; */
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 40px solid #4869e8;
    border-bottom: 25px solid transparent;
    opacity: 0.5 !important;
}


 .triangle-right-two {
    transform: rotateZ(125deg);
    position: absolute;
    right: 50px;
    margin-top: 200px;
    margin-right: -200px;
    /* top: 60%; */
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 40px solid #4869e8;
    border-bottom: 25px solid transparent;
    opacity: 0.5 !important;
}


/* slider ribbon */
  .ribbon{
        height: 43px;
    background: #1a1c18;
    background-image: linear-gradient(214deg,#5752bb 0%,#4f49bb 100%);
    clip-path: polygon(100% 0,97% 50%,100% 100%,0% 100%,3% 50%,0% 0%);
    width: 100%;
    max-width: 450px;
    right: 0;
    position: absolute;
  }

  .inner-content {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
    height: 100%;
  }

  .inner-item {
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
  }

  .f-layout-icons {
    background-image: url(https://cdn-cllme.nitrocdn.com/fsJtPHuAIrjqkSrOmOGUpPSluVVKYWgR/assets/static/optimized/rev-6819537/assets/icons/f-icon-sprite.svg);
    background-repeat: no-repeat;
}

.inner-item i {
    margin-right: 8px;
    width: 20px;
    height: 24px;
    display: inline-block;
}

.icon-outcome-1 {
    background-position: -87px -246px;
}

.icon-outcome-2 {
    background-position: -178px -246px;
}

.icon-outcome-3 {
    background-position: -276px -246px;
}

.inner-item .text {
    font-size: 12px;
    font-weight: 600;
}

/* highlight content web development */

.highlights-heading{
  display: flex;
  margin-bottom: 20px;
}

.highlights-heading h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 50px;
    margin-bottom: 16px;
}

.money-back {
    display: inline-flex;
    height: 33px;
    background: #f9f9f9;
    border-radius: 32px;
    padding: 0px 12px;
    margin-left: 24px;
    align-items: center;
    margin-top: 42px;
}

.Highlights-items ul{
  list-style-type: none;
  padding-left: 0px;
}

.Highlights-items ul li{
  margin-bottom: 20px;
}

.Highlights-items i{
  color: #f9ab00;
  font-size: 18px;
  padding-right: 10px;
}

.top-indiapacker-services i{
  display: none;
  color: #f9ab00;
  font-size: 18px;
}

.top-indiapacker-services h4{
  font-size: 20px;
  font-weight: 700;
}

.branches{
  padding-top: 80px ;
}

.branches i{
    color: #f9ab00;
    font-size: 18px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.branches span{
   font-weight: 700;
}

.gallery-indiapackers p{
  margin-bottom: 30px;
}

.gallery-indiapackers .btn:focus, .gallery-indiapackers .btn:hover {
  box-shadow: none !important;
}

.gallery-indiapackers .btn.active {
  background: #4869e8;
  color: #fff;
}

.gallery-indiapackers .btn {
  border-radius: 4px !important;
}

.gallery-indiapackers .btn-group:not(:first-child) > .btn, .gallery-indiapackers .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bg-counter{
  position: relative;
}

.bg-counter:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: .95;
}

.counter {
  padding: 100px 0px;
}

.counter i, .counter p{
  color: #fedc00 !important;
}

.counter-item .counter-stat {
  font-size: 50px;
}

.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/Real-Packers-Movers-Chennai.jpg") no-repeat;
  background-size: cover;
}

.gallery-filter {
  margin-bottom: 40px;
  text-align: center;
}

.gallery-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}

.gallery-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.gallery-block {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

.gallery-block:hover:before {
  opacity: 1;
}

.gallery-block:hover .caption h4 {
  top: 45%;
}

.gallery-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.gallery-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.gallery-block .caption h4 {
  font-size: 16px;
}

.gallery-block .caption h4 a {
  color: #fff;
}

.gallery-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}

.table, .table-2{
  width: 100%;
}
.table td{
  vertical-align: initial !important;
  text-align: center;
  font-size: large;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px !important;
}

.table-2 td{
  vertical-align: initial !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px !important;
}

.testimonial{
  padding: 50px 0px !important;
}
.testimonial .icon-color{
  color: #000;
}
 
/* about */

.page-title .breadcumb-nav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-title {
  padding: 170px 0px 20px 0px;
  position: relative;
}

.page-title h1{
  color: #fedc00 !important;
}

.about-form{
  box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);
}

.about-form .form-btn{
  background: #ed3237;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.mission-text-block{
    padding: 200px 100px;
    background: #DA251C;
    margin-top: 35px;
    margin-left: -50px;
    box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);
}

.mission-text-block p{
  color: #fff;
}

.mission-text-block p{
  font-size: 20px;
}

.mission-text-block h2{
  color: #fff;
}

.about-btn{
  background: #DA251C;
  color: #fff;
  transition: 1s ease;
}

.about-btn:hover{
  background: #fff;
  color: #000;
  border: 1px solid #DA251C;
  transition: 1s ease;
}

.about-section .ti-truck{
    position: absolute;
    /* top: 0; */
    right: 80px;
    margin-top: -35px;
    color: #479c18 !important;
    font-size: 40px;
  }

  .mission h2{
    padding-bottom: 25px;
  }

  .mission-block h3{
    font-weight: 700 !important;
    padding-top: 50px;
  }

.partners h2{
  padding-top: 50px;
}

  .partners img{
    margin-bottom: 10px;
  }

  .partners .ti-hand-point-right{
    color: #479c18 !important;
    font-size: 50px;
  }

  .about-form-shadow{
    padding: 50px 50px 50px;
    padding-bottom: 0px;
  }

  .shadow-row{
        box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);
  }

  @media(max-width: 768px){
    .page-title{
      padding: 250px 0px 20px 0px;
          }
    .page-title h1{
      font-size: 35px;
      margin-bottom: 10px !important;
          }
    .image-block .image-left{
      height: 450px !important;
          }
    .mission-text-block {
    padding: 20px;
    margin-left: 0px !important;
    margin-top: -20px;
    background: #DA251C;
    box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);
        }
.image-block{
  margin-bottom: 70px;
      }
  .mission h3{
    font-size: 20px;
        }
  .partners h2{
    padding-top: 0px !important;
    padding-bottom: 20px;
      }
  .about-form-shadow{
    margin-bottom: 50px;
     }
     .service-form .shadow-row {
        padding: 50px 20px 20px 20px !important;
     }
}

/*contact form */

        .contact-form h3{
            font-weight: 800;
          }

     .contact-form .text-color{
          color: #ed3237;
      }

      .contact-form .form-btn{
         background: #ed3237;
         color: #fff;
      }
     .contact-form .form-btn:hover{
         background: #000;
         color: #fff;
      }
       .shadow-row-2{
    padding: 50px 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);
       }

      .short-info {
   padding-top: 40px;
   padding-left: 20px;
    border: 1px solid #eee;
      }

     .short-info li {
    margin-bottom: 15px;
}

    .short-info h5{
  font-weight: 800;
}

 .short-info .contact-icons{
     font-size: 20px;
     font-weight: 700;
     color: #479c18 !important;
    padding-right: 10px;
 }

 .short-info i {
       margin-right: 10px;
       color: #ed3237;
 }

 .short-info i:hover{
     color: #fedc00 !important;
 }

 /* service */

.core-service{
     padding-top: 80px !important;
} 

.core-service .card:hover {
  transition: all 0.5s ease;
  margin-top: -20px;
    box-shadow: 0 0 6px 4px rgb(0 0 0 / 6%);;
}

 .service-form form {
       width: 80%;
       padding: 0px 0px 100px 0px;
 }

 .service-form .shadow-row {
       z-index: 9999;
     padding: 50px 20px 20px 50px;
 }

 .service-form .form-btn{
       background: #ed3237;
      color: #fff;
      transition: 1s ease;
 }

 .service-form .form-btn:hover{
       background: #fff;
      color: #000;
      border: 1px solid #ed3237;
      transition: 1s ease;
 }

 /* branches */

 .branches-services{
      padding: 60px 0px 100px 0px;
 }

 .branches-services h2{
    margin-bottom: 40px;
 }

 .service-item-list {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}

.service-item-list:hover{
   background: #fff !important;
   border: 1px solid #ed3237;
}

.service-item-list:hover p{
    color: #000 !important;
}

.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.whatsup-btn{
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 50px;
  height: 50px;
}

.call-btn{
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 50px;
  height: 50px;
}

/* gallery */

.gallery-form form {
       width: 80%;
       padding: 100px 0px 0px 0px;
 }

 .gallery-form .shadow-row {
       z-index: 9999;
     padding: 50px 20px 20px 50px;
 }

 .gallery-form .form-btn{
       background: #ed3237;
      color: #fff;
      transition: 1s ease;
 }

 .gallery-form .form-btn:hover{
       background: #fff;
      color: #000;
      border: 1px solid #ed3237;
      transition: 1s ease;
 }

 .gallery-indiapackers .gallery a img {
            float: left;
            width: 33.3%;
            height: auto;
            border: 2px solid #fff;
            -webkit-transition: -webkit-transform .15s ease;
            -moz-transition: -moz-transform .15s ease;
            -o-transition: -o-transform .15s ease;
            -ms-transition: -ms-transform .15s ease;
            transition: transform .15s ease;
            position: relative;
        }

        .clear {
            clear: both;
        }

      .gallery-indiapackers  a {
            color: #009688;
            text-decoration: none;
        }

      .gallery-indiapackers  a:hover {
            color: #01695f;
            text-decoration: none;
        }

/* gallery home page */

.home-gallery-indiapackers .gallery a img {
            float: left;
            width: 25%;
            height: auto;
            border: 2px solid #fff;
            -webkit-transition: -webkit-transform .15s ease;
            -moz-transition: -moz-transform .15s ease;
            -o-transition: -o-transform .15s ease;
            -ms-transition: -ms-transform .15s ease;
            transition: transform .15s ease;
            position: relative;
        }

        .clear {
            clear: both;
        }

      .home-gallery-indiapackers  a {
            color: #009688;
            text-decoration: none;
        }

      .home-gallery-indiapackers  a:hover {
            color: #01695f;
            text-decoration: none;
        }

    /* feedback button */

    #feedback-form-wrapper #floating-icon > a {
         position: fixed;
         right: 0;
         top: 50%;
        transform: rotate(-90deg) translate(50%, -50%);
        transform-origin: right;
}

   .feedback-form-wrapper a:visited{
            color: #fff !important;
   }

   .feedback-form-wrapper i{
    font-size: 15px;
   }

     .modal{
         margin-top: 100px;
         z-index:99999;
 }

  .modal .shadow-row{
      padding-top: 50px;
  }
   .modal .form-btn{
       background: #ed3237;
       color: #fff;
       transition: all 1s ease;
   }

   .modal .form-btn:hover{
       background: #fff;
       color: #000;
       transition: all 1s ease;
       border: 1px solid #ed3237;
       transition: all 1s ease;
   }

   @media (max-width: 768px){
      .gallery-form .shadow-row{
        padding: 50px 20px 20px 20px;
      }
      .gallery-form form{
        padding: 50px 0px 0px 0px;
      }
   }

   .truck-image{
        height: 10%;
        position: absolute;
         margin-top: -140px;
    /* top: 20%; */
    /* transform: rotate(1deg) translate(50%, -50%); */
       transform: scaleX(-1);
       right: 0;
   }

   .truck-image {
  
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 10s;
}

.truck-image-about{
        height: 10%;
        position: absolute;
         margin-top: -110px;
    /* top: 20%; */
    /* transform: rotate(1deg) translate(50%, -50%); */
       transform: scaleX(-1);
       right: 0;
   }

   .truck-image-about {
  
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 10s;
}

@-webkit-keyframes run {
  0% {
    left: 100%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 0%;    
  }
}

/* private policy */

.private-policy .fa-thumbs-up{
    color: #ed3237;
    padding-right: 10px;
}

/* State */

  .statewise h2{
    font-size: 28px !important;
  }

  .statewise ul{
      list-style-type: none;
      padding-left: 0px !important;
  }

  .statewise ul li{
    display: inline-block;
    padding-right: 10px;
  }

  .statewise ul li i{
    color: #ed3237 ;
  }

  .statewise img{
    border: 2px solid rgb(0 0 0 / 12%);;
  }

/* back to top button */
#button {
  display: inline-block;
  background-color:#ed3237;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius:100%;
  position: fixed;
  bottom: 30px;
  right: 100px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button .fa-arrow-up{
  color: #fff;
  padding-top: 15px;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*
.indiapackers_social_float {
    position: fixed;
    top: 60%;
    left: -15px;
    line-height:40px;
    font-size: 20px;
    opacity: .70;
    -webkit-animation: linear social_float_off .3s;
    margin-top: -155px;
    }
  .indiapackers_social_float:hover {
    left: -5px;
    opacity: 1;
    -webkit-animation: linear social_float_on .3s;
  }
  @-webkit-keyframes social_float_on{
    0% {left: -15px;opacity: .5;}
    100% {left: -5px;opacity: 1;}
  }
  @-webkit-keyframes social_float_off{
    0% {left: -5px;opacity: 1;}
    100% {left: -15px;opacity: .5;}
  }
  a.indiapackers_social_icon {
    position: relative;
    padding: 5px 28px 5px 15px;
    color: white;
    background-color:rgba(66,66,66,.5);
    border-radius: 5px;
    margin: 5px 0;
    display:list-item;
    opacity: .4;
    width: 23px;
    text-align: center;
    -webkit-animation: linear social_icon_off .3s;
    text-shadow: 0px 0px 2px #fff;
    }
  a.indiapackers_social_icon:hover {
    opacity: 1;
    text-shadow: 0px 0px 5px #fff;
    -webkit-animation: linear social_icon_on .3s;
  }
  @-webkit-keyframes social_icon_on {
    0% {opacity: .4}
    100% {opacity: 1}
  }
  @-webkit-keyframes social_icon_off {
    0% {opacity: 1}
    100% {opacity: .4}
  }

  */