.loader-div{position:absolute; z-index:999999; background:#ffffff; top:0;bottom: 0;left: 0;right: 0;}
#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);

}
@keyframes animate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}
@keyframes animate2 {
  0% {
    box-shadow: inset #f00 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #f00 0 0 0 2px;
  }
  100% {
    box-shadow: inset #f00 0 0 0 17px;
    transform: rotate(140deg);
  }
}

/*start css for header*/

.banner-bg {
    padding-left: 0px;
    padding-right: 0px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.container-fluid {
    padding: 0;
}
.header {
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
.header-nav .navbar-default {
    background: #fff;
    border: none;
    /* margin-top: 10px;  margin-bottom: 10px;*/

    margin: 10px 0;
}
.shadow {
    box-shadow: 0px 0px 10px 3px #33333391;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: auto;
    padding: 10px 15px 15px;
    width: 100%;
}
.header-nav .navbar-brand {
    height: auto;
    width: 100%;
}
.header-nav .nav >li >a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
}
.header-nav .nav >li >a:hover,
.header-nav .nav >li >a:active,
.header-nav .nav >li >a.active {
    color: #e14226!important;
}
.header-nav .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}
.navbar-collapse {
    height: 50px;
    /*width: 75%;*/
	width:auto;
}
.navbar-toggle {
    padding: 10px;
    /* margin-top: 0px; */

    margin: 0 -20px 0 -10px;
    /* margin-right: -20px; */
    /* border: 1px solid #e14226; */

    border-radius: 0;
    border-left: 1px solid #9e9e9e;
}
.navbar-toggle .icon-bar {
    background: #e14226;
    width: 40px;
    margin: 10px 0;
}
.navbar-collapse.in {
    /* overflow-y: auto; */

    height: auto;
}
#navbar3 {
    background: #e14226;
        width: 100%;
    /*padding-bottom: 25%;*/
}

.nav > li > a > img {
    max-width: 80px !important;
}
/*toggle button css start*/

.menu {
    width: 62px;
    height: 45px;
}
.menu:hover {
    cursor: pointer;
}
.menu-3 {
    position: absolute;
    bottom: -62px;
    left: 55%;
}
.menu-3:hover .menu-item:nth-child(2) {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.menu-3.open .menu-item {
    background: #e14226;
}
.menu-3.open .menu-item:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10px 50%;
    transform-origin: 6px 50%;
}
.menu-3.open .menu-item:nth-child(2) {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}
.menu-3.open .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8px 50%;
    transform-origin: 4px 50%;
}
.menu-item {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 40px;
    height: 3px;
    margin: 0 0 8px;
    background: #e14226;
}

/*toggle button css end*/

.contact_social-div,
.menu_item_div {
    width: 100%;
}
.contact_social-div {
    /*padding-left: 64%!important;*/
	padding-left: 45%!important;
	 float: right;
}
.social-icon-list {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    /* margin-left: 45%;*/
}
.social-icon-list li {
    display: inline-block;
    padding: 6px 6px 4px;
    /*float:left;*/

    border-radius: 50%;
    margin: 0 5px;
}
.social-icon-list li.contact-icon {
    border: 1px solid #e14226;
}
.social-icon-list li.contact-icon a {
    color: #e14226;
}
.social-icon-list li.social-icon {
    border: 1px solid #ddd;
    background: #ddd;
}
.social-icon-list li.social-icon a {
    color: #fff;
}
.social-icon-list li.divider-line {
    border-left: 1px solid #ddd;
    border-radius: 0!important;
    height: 25px;
    margin-left: 15px;
}
.clip-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}
.btn-div {
    position: absolute;
    left: 11.5%;
    width: auto;
    height: 50px;
    border: 0px solid red;
    bottom: 7%;
}
ul.product-ul {
    list-style: none;
    /* border: 1px solid #dadada; */

    text-align: center;
    width: 100%;
    height: auto;
    padding: 0px 5px 10px;
    float: left;
}
li.product-li {
    padding: 2% 0;
    border-bottom: 1px solid #ddd;
    float: left;
    text-align: center;
    width: 100%;
}
.p_name {
    width: 75%;
    float: left;
}
.api_name {
    width: 25%;
    float: left;
}
.search-li .category {
    width: 20%;
    float: left;
    font-weight: 400;
}
.search-li .p_name {
    width: 55%;
    float: left;
}
.search-li .api_name {
    width: 25%;
    float: left;
}
li.product-li:last-child {
    border: none;
    padding: 20px 0 0;
}
.nav-tabs {
    border: none;
    text-align: center;
}
.nav-tabs li {
    padding: 0 1% 1%;
}
.nav-tabs > li > a:hover {
    border: 1px solid #fff;
    background: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    color: #e14226;
}
.nav-tabs > li::after,.nav-tabs > li:last-child.active::after{
  content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #e14226;
    transition: 0.1s ease-in-out;

}
.nav-tabs > li.active::after{
  content: " ";
      position: absolute;
      left: 40%;
      opacity: 1;
      margin: 0 auto;
      bottom: -1px;
      border: 20px solid transparent;
      border-bottom-color: #e14226;
}
.nav-tabs > li:last-child.active::after {
    border-bottom-color: transparent;
}
.tab-content > .active {
    display: block;
    visibility: visible;
    border: 1px solid #e14226;
    margin:0% 2% 1%;
    border-left: none;
    float: left;
    border-right: none;
    width: 100%;
}

#product-ul li,
#api li,
#mob-product-ul li,
#mob-api li {
    display: none;
}
.header-text-img {
    margin-top: -30%;
    padding: 0 5% 0 10%;
}
.learn-more-btn,
.view-more-btn,.view-less-btn {
    background: #fff;
    color: #000;
    border: 1px solid #e14226;
    border-radius: 0;
    padding: 5px 10px;
    cursor: pointer;
}
.view-btn-div,
.acc-view-more {
    text-align: center;
    padding: 10px;
}
#loadMore .view-more-btn,
#api-loadMore .view-more-btn,
#showLess .view-less-btn,
#api-showLess .view-less-btn
 {
    cursor: pointer;
    width: 15%;
    margin-left: 45%;
    margin-top: 1%;
}
.development-div {
    background-image: url(../images/bg4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}
.manufacture-div {
    background-image: url(../images/bg3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 10%;
}
.ul-content {
    margin-bottom: 0;padding-left: 7px;
}
.ul-content li{list-style: none;}
.ul-content li::before{
  content: '\f111';
  font-family: FontAwesome;
    color: #e14226;
    padding-right: 5px;
     font-size: 10px;
     position: relative;
top: -4px;
left: -5px;
}

.ul-content li,
.ul-heading {
    padding-bottom: 25px;
}
.sitemap-ul li{padding-bottom: 10px;}
.carousel-inner .item{/*margin-top:-50px;*/}
.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }

        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}
.carousel-control {
    width: 2%;
}
.left-carousel-control:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 46%;
    left: 37%;
    color: #e14226;
    font-size: 50px;
    text-shadow: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.right-carousel-control:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e14226;
    font-size: 50px;
    text-shadow: none;
    position: absolute;
    top: 46%;
    left: 33%;
}
.left-slider-control:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 20%;
    right: 71px;
    font-size: 36px;
    text-shadow: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    /*color: #b9b9b9;*/

    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #b9b8b8;
}
.right-slider-control:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 36px;
    text-shadow: none;
    position: absolute;
    top: 20%;
    right: 87px;
    /**/

    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #b9b8b8;
}
.left-slider-control:hover {
    color: #b9b9b9;
}
/* Styles for caret icons */

.caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 40px solid transparent;
}
.caret.down {
    border-top-color: black;
}
.caret.right {
    border-left-color: black;
}
.caret.up {
    border-bottom-color: black;
}
.caret.left {
    border-right-color: black;
}
.div-heading .first-text {
    border-bottom: 3px solid;
}
.data-img {
    margin-bottom: 10px;
}
/*start css for advantages div */

.mob_pointer_odd {
    float: left;
    position: absolute;
    left: 3px;
    top: 15px;
}
.mob_pointer_even.animated {
    /*   animation-fill-mode: none;*/
}
.mob_pointer_even {
    float: right;
    position: absolute;
    right: -6px;
    top: 15px;
}
.adv-desc {
    padding: 0 5%;
    /*  padding-left: 10px;  top: 42px;  position: absolute;    top: 15%;    left: 25%;*/
}
.advantage1 {
    padding: 0 10px;
}
.side-div-content1 {
    margin-top: 30%;
    position: absolute;
    left: 20%;
    width: 100%;
}
.side-div-content2 {
    margin-top: 15%;
    position: absolute;
    left: -10%;
    width: 100%;
}
.side-div-content3 {
    margin-top: 16%;
    position: absolute;
    left: 20%;
    width: 100%;
}
.side-div-content4 {
    margin-top: 19%;
    position: absolute;
    left: -10%;
    width: 100%;
}
.side-div-content1 p {
    padding: 0 7% 0 6%;
}
.side-div-content2 p {
    padding: 0 21% 0 10%;
}
.side-div-content3 p {
    padding: 0 25% 0 10%;
}
.side-div-content4 p {
    padding: 0 10% 0 10%;
}
.equal-height-wrap {
    display: table;
}
.equal-height-inner {
    display: table-cell;
    /*float:none;*/
}
.header-img-div{padding-top: 10%;}
.move-div-top {
    margin-top: -12%;
}
.product-table {
    margin-bottom: 5px;
}
.client-column:nth-child(2) {
    margin-top: -20%;
}
/*product search button css start*/

.no-result {
    color: #e14226;
}
.search-div {
    padding: 0px;
    position: absolute!important;
    right: 6.4%;
    margin-top: 2px;
    padding: 9.6% 0 0 0%!important;
    z-index: 9;
}
.search-div .search-icon i {
    font-size: 32px;
}
input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: block;
}
input[type=search] {
    background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat center;
    border: solid 1px #e14226;
    /*  border-bottom: none;*/

    padding: 10px 0;
    width: 55px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    float: right;
}

input[type=search]:focus,.nav-tabs > li.active > a input[type=search].focused {
    width: 130px;
    background-color: #fff;
    border-color: #e24412;
    -webkit-box-shadow: 0 0 5px #e244127a;
    -moz-box-shadow: 0 0 5px #e244127a;
    box-shadow: 0 0 5px #e244127a;
    background-position-x: 16px;
}
#demo-2 input[type=search] {
    width: 3px;
    color: transparent;
    cursor: pointer;
    padding: 12px 22px 12.8px;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus,.nav-tabs > li.active > a #demo-2 input[type=search].focused {
    width: 364%;
    padding: 8px 0 8px 42px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    line-height: 35px;
    font-size: 18px;

}
#demo-2 input:-moz-placeholder,
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}
.error_text {
    color: #e14226;
}
/*product search button css end*/

.panel-group {
    float: left;
}
.panel {
    border: none;
    float: left;
    width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.panel-heading {
    /*background: #e14426ab;    color: #fff; */

    border-radius: 0;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 0;
}
.acc-img {
    display: inline;
    height: 80px;
    margin: 5px 10px 5px 0;
    float: left;
}
.acc-title {
    width: 74%;
    float: left;
    margin-top: 20px;
    padding-left: 5%;
}
.acc-view-more {
    float: left;
    margin-left: 4%;
    padding: 5px 10px 5px 5px;
    margin-top: 5px;
    background: #fff;
    color: #000;
    border-radius: 0;
    border-bottom: 1px solid #e14426ab;
}
/*start css for owl carousel*/

.owl-item {
    padding: 1% 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    margin-bottom: 50px;
}
.owl-carousel .owl-nav [class*=owl-] {
    background: transparent;
    color: #000;
    /*border:1px solid #8b8b8b;*/

    font-size: 24px;
    width: 50px;
    height: 45px;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    height: 30px;
    margin: auto !important;
}
.owl-carousel .owl-prev {
    left: -55px;
}
.owl-carousel .owl-next {
    right: -55px;
}
.owl-carousel .owl-prev .fa,
.owl-carousel .owl-next .fa {
    position: absolute;
    top: 15px;
    left: 20px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.owl-theme .owl-nav {
    position: absolute;
    top: -25%;
    left: 55%;
}
/*end css for owl carousel*/

.footer {
    background: #e14226;
    color: #fff;
    padding: 10px 0;
}
ul.footer-list {
    margin-bottom: 0;
    padding-left: 0;
}
ul.footer-list li {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.footer p {
    /*padding: 0px 45px;*/
}
.footer p.copyright {
    padding: 10px 0 0;
    float: left;
}
.footer a {
    color: #fff;
}
.footer-list-div ul {
    overflow: auto;
}
ul.header-icon-list {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
ul.header-icon-list li {
    list-style-type: none;
    float: left;
}
ul.header-icon-list li a i {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    font-size: 17px;
    text-align: center;
    margin-right: 10px;
    padding-top: 14%;
    padding-left: 0;
}
.contact-icon-div {
    float: left;
    padding-left: 33%;
}
ul.contact-icon {
    border-right: 1px solid #ddd;
    margin-right: 10px;
    float: left;
}
ul.contact-icon li a i {
    background: #fff;
    color: #e14226;
    border: 1px solid #e14226;
}
ul.contact-icon li:last-child a i {
    margin-right: 10px;
}
ul.social-icon li a i {
    background: #ddd;
    color: #fff;
    border: 1px solid #ddd;
}
ul.social-icon li:last-child a i {
    margin-right: 0;
    padding-top: 21%;
}
.footer-icon-list {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
ul.footer-icon-list li {
    list-style-type: none;
    float: left;
}
ul.footer-icon-list li a i {
    background: #f5c2b9;
    color: #e14226;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 19px;
    text-align: center;
    margin-right: 17px;
    padding-top: 12%;
    padding-left: 5%;
}
.span-content {
    margin-top: -6%;
    float: left;
    padding: 0 0% 0 28px;
    width: 100%;
    /* line-height: 49px; */
}
p.footer-text {
    margin-bottom: 9px;
    width: 100%;
    float: left;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control {
    top: 10%;
    left: 19%;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control.right {
    left: 23%;
}
.img-div {
    width: 20%;
    float: left;
    padding: 15px;
}
span.fa-icon-div {
    float: left;
    width: 5%;
}
span.p-content {
    text-align: left;
    float: left;
    width: 95%;
}
.p-content a:first-child {
    padding-right: 5px;
    border-right: 1px solid #b0b0b0;
}
.product-table tbody {
    border-bottom: 1px solid #ddd;
}
.product-table tbody tr td {
    padding: 15px 5px;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
}
form#contact_form {
    padding-top: 10px;
}
.form-row > div:nth-child(2) {
    padding-left: 10px;
}
.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}
.submit-btn {
    width: auto;
    border: 1px solid #ccc;
    background: #e14226;
    color: #fff;

}
input.error, textarea.error,input.required.error:before {
    border: 1px solid #e14226;
    color: #e14226;
}
input.error::-webkit-input-placeholder,textarea.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e14226;
}
input.error::-moz-placeholder,textarea.error::-moz-placeholder { /* Firefox 19+ */
  color: #e14226;
}
input.error:-ms-input-placeholder,textarea.error:-ms-input-placeholder { /* IE 10+ */
  color: #e14226;
}
input.error:-moz-placeholder,textarea.error:-moz-placeholder { /* Firefox 18- */
  color: #e14226;
}
.client-img-div {
    margin: 5px;
    border: 1px solid #ccc;
}
.bg-icon {
    font-size: 150px;
    transform: rotate(29deg);
    color: #e14226;
}
.front-icon {
    /* position: absolute; */

    color: #fff;
    /* opacity: 1; */

    z-index: 11111;
    font-size: 32px;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    /* top: 20px; */

    float: right;
    width: 40px;
    /* left: 80px; */

    margin-left: 40.8%;
    margin-top: 25px;
}
.location-icon {
    width: 180px;
    height: 55px;
    background: url(../images/contact_icon.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: -22%;
    margin-left: 33%;
    /*content: "\f041";
font-family: FontAwesome;  font-style: normal;  font-weight: normal;  text-decoration: inherit;

color: #e14226;  font-size: 50px;  text-shadow: none;
-webkit-animation: horizontal 2s ease infinite;
    animation: bounce 2s ease infinite;*/
}
@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    6% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    12% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    18% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    24% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    100%,
    36% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes bounce {
    0%, 10%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40%,
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/*CSS for submit button in contact form*/
.button-container {
      display: inline-block;
      margin: 10px 10px;
      cursor: pointer;
      font-weight: 400;
      letter-spacing: 2px;
      height: 45px;
      width: 200px;
      -webkit-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
}
.button-container .button {
      height: 45px;
      width: 200px;
      border-radius: 3px;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      -webkit-box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
      box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
}
.button-container .button i.fa {
    color: white;
    font-size: 20px;
    margin: auto;
    text-shadow: .5px 1px 2px #3c3c3c;
}
.slider i { -webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.slider i:before {-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.slider i:after {
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
    text-shadow: none;
    content: '';
    position: absolute;
    opacity: 0;
    top: 2.5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*** Horizontal Slide ***/
.button-slide-horizontal .button {background-image: linear-gradient(90deg, #e14226 , #e1e1e1 )}
.button-slide-horizontal i {
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 15px;
    color: #fff;
}
.button-slide-horizontal i:before {-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.button-slide-horizontal:hover i {padding-right: 100px;}
.button-slide-horizontal:hover i:before {opacity: 0;}
.button-slide-horizontal:hover i:after {opacity: 1;z-index: 9;}
.button-slide-horizontal input.button{
  -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      color: transparent;
      padding: 0 0 0 75%!important;
}
.button-slide-horizontal:hover input.button{
    text-transform: uppercase;
    z-index: 9;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding:0 35%!important;
}
/*padding CSS*/

.p0 {    padding: 0px;}
/*top padding*/

.pt5 {    padding-top: 5px;}
.pt10 {    padding-top: 10px}
.pt20 {    padding-top: 20px;}
.pt40 {    padding-top: 40px;}
.pt60 {    padding-top: 60px;}
.pt80 {   padding-top: 80px;}
/*bottom padding*/

.pb5 {    padding-bottom: 5px;}
.pb20 {    padding-bottom: 20px;}
.pb40 {    padding-bottom: 40px;}
.pb60 {    padding-bottom: 60px;}
.pb80 {    padding-bottom: 80px;}
/*top bottom padding*/

.ptb10 {    padding-top: 10px;    padding-bottom: 10px;}
.ptb20 {    padding-top: 20px;    padding-bottom: 20px;}
.ptb40 {    padding-top: 40px;    padding-bottom: 40px;}
.ptb60 {    padding-top: 60px;    padding-bottom: 60px;}
.pl10 {    padding-left: 10px;}
.pl20 {    padding-left: 20px;}
