/*
	ProjectName Bootstrap Sass Theme
	Author: Md. Sumon Mia
	Version: 0.0.1
*/
/* BASE - Base styles, variables, mixins, etc */
/* Font Colors */

@font-face {
  src: url(../fonts/helvetica-normal.ttf);
  src: url(../fonts/Helvetica-Bold.otf);
  src: url(../fonts/AVANTGA2.ttf);
  src: url(../fonts/AvantGardeMdBT.ttf); }
/* Background Colors */
/* Mixins */
body{
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5 {
  margin-top: 0; }
p{
margin:0px!important;
}
.heade-tex {
  color: white;
  position: absolute;
  z-index: 1000;
  top: 116px;
  left: 49px; }
  .heade-tex h1 {
    font-weight: bold; }
  .heade-tex h3 {
    font-style: italic; }

/********content************/
.header-title h1 {
    color: #F82548;
    font-size: 5rem; 
    font-weight: 600;}
.page-header {
  padding-top: 0px;
  text-align: center;
  margin: 0px!important;
  border-bottom: 0px!important; }
  .page-header samp {
    opacity: .7;
    font-size: 2rem;
    font-family: "Helvetica-Bold", sans-serif; }

#home-page
.col-sm-6 {
  padding: 0px; }

.col-sm-12 {
  padding: 0px; }

.container-fluid {
  padding: 0px !important; }

.row {
  margin: 0px !important; }

.cta-container {
    margin-bottom: 80px;
    margin-top: 80px;
}
.cta-container .cta {
    display: inline-block;
}

.cta.cta-getstarted{
    border: none;
    background-color: #ed485f;
    background-image: -moz-linear-gradient(left,#f27c36,#ed485f);
    background-image: -webkit-gradient(linear,0 0,100% 0,from(#f27c36),to(#ed485f));
    background-image: -webkit-linear-gradient(left,#f27c36,#ed485f);
    background-image: -o-linear-gradient(left,#f27c36,#ed485f);
    background-image: linear-gradient(to right,#f27c36,#ed485f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff27c36', endColorstr='#ffed485f', GradientType=1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
}
.cta.cta-getstarted:hover {
    background: none;
    padding: 12px 28px;
    text-decoration: none;
    border: 3px solid #ed485f;
}
#product .product-1 {
    background-color:#25baaa;
    margin: 30px 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#product .product-1 .img-1 {
    min-height: 300px;
    width: 100%;
    clip-path: polygon(0px 0px, 100% 0px, 64% 100%, 0 100%) !important;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 64% 100%, 0 100%) !important;
    height: 300px !important;
    background: white !important;
    padding: 0px 0px;
}
#product .product-1 .text {
    padding-top: 10% !important;
    width: 100%;
    color: #000;
}
#product .product-1 .text h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
} 
#product .product-1 .text p {
    width: 78% !important;
    color: #fff;
    font-family: initial;
    line-height: 25px;
    font-size: 16px;
}
#product .product-1:hover{
    box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


#home-page #product .product-2 {
    background: linear-gradient(to right,#f1f1f1,#fdf9f9);
    margin: 30px 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#home-page #product .product-2:hover{
    box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#home-page #product .product-2 .images {
    float: right; }
#home-page #product .product-2 .box {
    float: right; }
#home-page #product .product-2 .img-1 {
    min-height: 300px;
    width: 100%;
    clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 36% 100%);
    -webkit-clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 36% 100%);
    height: 300px;
    background: white !important;
    padding: 0px 0px;
}
#home-page #product .product-2 .text {
    padding-top: 11%;
    width: 100%;
}
#home-page #product .product-2 .text h1 {
    color: #000;
    font-size: 5rem;
    font-weight: 600;
}
#home-page #product .product-2 .text p {
    color: #4c4c4c;
    width: 78% !important;
    font-family: initial;
    line-height: 25px;
    font-size: 16px;
}

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

.page-wrap {
  overflow-x: hidden;
}
  
    
 @media screen and (min-width: 500px) {
  #footer.row {
    width: 480px;
  }
}
@media screen and (min-width: 740px) {
  #footer.row {
    width: 720px;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {

}  


@media screen and (min-width: 980px) {
  #footer.row {
    width: 960px;
  }
}
@media screen and (min-width: 1220px) {
  #footer.row {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 739px) {
  #footer.row {
    width: 98%;
  }
} 


@media only screen and (min-width: 1024px ){
  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -52px; 
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 52px; 
  }  
}


#footer-wrapper { 
  z-index: 2; 
  clear: left; 
  border-top: 1px solid #ffffff;
  background: #351552;
  /*padding: 50px 0;*/
  /*padding-bottom: 15px;*/
  padding-bottom: 25px;
  text-align: left;
}

#footer-wrapper p {
  color: #ffffff;
}

#footer-wrapper h4 {
  color: #ffffff; 
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 1px;
  padding-bottom: 5px;
  font-weight: 500;
}

#footer-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 20px 0;
}

#footer-wrapper ul li a {
  color: #ffffff;
}

#footer-wrapper ul li a:hover {
  color: #b94242;
}

div#footer_signup {
  margin-top: 30px;
}

div#footer_signup a {
  text-decoration: none;
  color: #fff;
}

input#footer-EMAIL {
  width: 75%;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  background: #ffffff;
  color: #1b1b1b;
  border: 0;
  border-radius: 0;
}


input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: #1b1b1b;}
input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1b1b1b;}
input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1b1b1b;}
input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1b1b1b;}  

input#footer-subscribe {
  width: 25%;
  float: left;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  border: 0;
  border-radius: 0;  
  font-weight: normal;
}

input#footer-subscribe:hover {
  background: #b94242;
  color: #ffffff; 
}

ul#footer-icons {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ffffff;
}

ul#footer-icons li {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  padding: 10px;
}

ul#footer-icons li a {
  font-size: 14px;
  color: #ffffff;
}

ul#footer-icons li a:hover {
  color: #ffffff;
}

.credit { 
  text-align: center;
  /*margin-top: 50px;*/
  margin-top: 25px;
}
.credit img{ 
  height: 34px;
  /*Edit*/
  margin-top: -10px;
}

.credit p { 
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.credit a {
  color: #ffffff;
}

#subscribe_popup {
  text-align: center; 
  max-width: 450px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }



/***** contact form ******/

.container-contact {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #F9F9F9;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  padding: 25px;
  margin: 15px 0;
}

#contact h2 {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

#contact h4 {
  margin: 5px 0 25px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #f1254c;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/********let-talk************/

section.getting-started {
    height: 130px;
    margin: auto;
    width: 100%;
    border: 1px solid #e7e9ea;
    margin-bottom: 50px;
}
section.getting-started .separator {
    background-color: #f1f7fb;
    border-style: none;
    height: 2px;
    margin: 0;
    width: 1140px;
}

section.getting-started .text {
    color: #6b7c93;
    float: left;
    font-family: Lato,Helvetica,sans-serif;
    font-size: 28px;
    line-height: 1.36em;
    margin: 40px!important;
}
section.getting-started .text .title {
    color: #47495a;
}
section.getting-started .register-button {
    cursor: pointer;
    float: right;
    font-family: brandon-grotesque,Helvetica,sans-serif;
    font-size: 13px;
    height: 48px;
    margin: 40px;
    opacity: .9;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.blue-button {
    background: linear-gradient(to right,#f27c36,#ed485f);
    border-radius: 25px;
    border: 2px solid;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    color: #fff;
    font-family: Lato,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 44px;
    padding: 0 25px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.blue-button:hover {
    background: none;
    border: 2px solid #ed485f;
    color: #000 !important;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

/**********who-can-use*******/
.featurette {
    padding-top: 0px;
    padding-bottom: 80px;
}
.p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
}
.container-lg {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.f4 {
    font-size: 16px !important;
}
.alt-h2 {
    color: #F82548;
    font-size: 5rem;
    font-weight: 600;
}
.lh-condensed {
    line-height: 1.25 !important;
}
.mb-2 {
    margin-bottom: 8px !important;
    text-align: left;
    color: #000!important;
}
.lead {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #586069;
}
.pb-md-4 {
    padding-bottom: 24px !important;
}
.mb-md-6 {
    margin-bottom: 40px !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.d-sm-flex {
    display: flex !important;
}
.f5 {
    font-size: 14px !important;
}
.mt-6 {
    margin-top: 40px !important;
}
.flex-items-center {
    align-items: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.gutter-md-condensed {
    margin-right: -8px;
    margin-left: -8px;
}
.gutter-md-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.mb-3 {
    margin: 0px auto 16px;
}
.hover-card {
    transition: all 0.2s ease-in-out;
}
.card {
    background-color: #f8f5f5;
    border: 1px #e1e4e8 solid;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(27,31,35,0.1);
}
.hover-card:hover {
    box-shadow: 0 1px 15px rgba(27,31,35,0.15);
    text-decoration: none;
    background: #fff;
}
.d-flex {
    display: flex !important;
}
.p-4 {
    padding: 24px !important;
}
.flex-items-center {
    align-items: center !important;
}
.d-sm-block {
    display: block !important;
}
.mr-4 {
    margin-right: 24px !important;
}
.offering-icon img {
    width: 104px;
    height: 104px;
}
svg:not(:root) {
    overflow: hidden;
}
.text-normal {
    font-weight: normal !important;
    color: #000;
}
.text-gray-dark {
    color: #8e8e8e !important;
    text-align: left;
    line-height: 30px
}
/**************************/
#home-page #lorem .product-1 {
  background-color: #ecefe7;
  margin: 30px 100px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
#home-page #lorem .product-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#home-page .products {
    padding-top: 10px;
}
  #home-page #lorem .product-1 .img-1 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
    height: 300px; }
  #home-page #lorem .product-1 .img-2 {
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    left: 45px;
    height: 281px; }
  #home-page #lorem .product-1 .img-2-div {
    background: white;
    padding: 0px;
    padding-bottom: 19px;
    float: left;
    border:0px solid #fff;
     }
  #home-page #lorem .product-1 .img-1-div {
    padding: 0px;
    float: left; 
    left: -2px; 
    border: 0px solid #fff;}
  #home-page #lorem .product-1 .text {
    padding-top: 7%;
    width: 70%; }
    #home-page #lorem .product-1 .text h1 {
      color: black;
      font-size: 5rem;
      font-weight: 600; }
    #home-page #lorem .product-1 .text p {
    width: 78% !important;
    color: #000;
    font-family: initial; }

#home-page #lorem .product-2 {
  background-color: #2C2B2B;
  margin: 30px 100px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);}
#home-page #lorem .product-2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
  #home-page #lorem .product-2 .img-1 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    height: 300px; }
  #home-page #lorem .product-2 .img-2 {
    position: relative;
    z-index: 1;
    height: 300px;
    width: 100%;
    right: 45px; }
  #home-page #lorem .product-2 .img-2-div {
    background: white;
    padding: 0px;
    float: right; }
  #home-page #lorem .product-2 .img-1-div {
    padding: 0px;
    float: right;
    right: -2px; }
  #home-page #lorem .product-2 .text {
    padding-top: 7%;
    width: 70%; }
    #home-page #lorem .product-2 .text h1 {
      color: #fff;
      font-size: 5rem;
      font-weight: 600; }
    #home-page #lorem .product-2 .text p {
      width: 78% !important;
      color: #c7c7c7;
      font-family: initial;}


/************************email***********/
#email {
  float: left;
  padding-top: 15px;
  margin-bottom: 100px;
  width: 100%; }
  #email .well {
    background-color: white !important;
    border: 0px;
    margin-top: -60px !important; }
  #email .cus-btn {
    width: 100% !important; }
  #email .page-header {
    border-bottom: 0px; }

/****************************product list**********************/
#product_list
.col-sm-12 {
  padding: 0px; }

.col-sm-6 {
  padding: 0px; }

  

#product_list #product .product-2 {
    background-color: #2C2B2B;
    margin: 30px 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#product_list #product .product-2:hover{
    box-shadow:0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#product_list #product .product-2 .images {
    float: right; }
#product_list #product .product-2 .box {
    float: right; }
#product_list #product .product-2 .img-1 {
    min-height: 300px;
    width: 100%;
    clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 36% 100%);
    -webkit-clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 36% 100%);
    height: 300px;
    background: white !important;
    padding: 4px 49px;
}
#product_list #product .product-2 .text {
    padding-top: 11%;
    width: 100%;
}
#product_list #product .product-2 .text h1 {
    color: white;
    font-size: 5rem;
    font-weight: 600;
}
#product_list #product .product-2 .text p {
    color: #c7c7c7;
    width: 78% !important;
}

  #product_list #product .product-2 .images {
    float: right; }
  #product_list #product .product-2 .box {
    float: right; }

#product_list .client {
  margin-bottom: 15px;
  /* carousel */
  /* Previous button  */
  /* Next button  */
  /* Changes the position of the indicators */
  /* Changes the colour of the indicators */
  /* End carousel */ }
  #product_list .client .well-none {
    height: 100px !important;
    max-height: 100px !important;
    margin-bottom: 15px; }
  #product_list .client .col-sm-12 {
    margin-bottom: 30px; }
  #product_list .client .carousel-control.right {
    background-image: none !important; }
  #product_list .client .carousel-control.left {
    background-image: none !important; }
  #product_list .client .carousel-control {
    color: #F82548; }
  #product_list .client .media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px; }
  #product_list .client .media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: white;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px; }
  #product_list .client .media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: white;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px; }
  #product_list .client .media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px; }
  #product_list .client .media-carousel .carousel-indicators li {
    background: #c0c0c0; }
  #product_list .client .media-carousel .carousel-indicators .active {
    background: #FFFFFF; }
  #product_list .client .media-carousel img {
    width: 250px;
    height: 100px; }

/****************************service list**********************/

.main-inner {
    margin: 0 auto;
    width: 100%;
}
nav,
section,
summary {
    display: block;
}
.products {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 10px;
    letter-spacing: -0.3px;
}
nav.products-boxes ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav.products-boxes li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    margin-bottom: 50px;
    text-align: center;
    width: 31.46%;
}
nav.products-boxes a {
    position: relative;
    display: block;
    padding: 50px 30px 30px;
    border: 1px solid #e6eaed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f5f5;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
nav.products-boxes a:hover {
    border-color: #dbdfe0;
    background: #fff;
    transition: background 100ms ease-in-out;
    -webkit-transition: background 100ms ease-in-out;
    -moz-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
    -ms-transition: background 100ms ease-in-out;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.products nav ul li:nth-child(1), .products nav ul li:nth-child(4), .products nav ul li:nth-child(7) {
    margin-left: 0;
    margin-right: 12px;
}

nav.products-boxes a:before {
    background-repeat: no-repeat;
    background-position: 50% 0;
}
nav.products-boxes a:before {
    content: '';
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -34.5px;
    background: transparent;
}
nav.products-boxes h2 {
    color: #000;
    font-size: 1.6em;
    font-weight: 500;
    margin: 0;
    line-height: 1.5em;
    display: inline-block;
}
nav.products-boxes p {
    color: #8e8e8e;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
nav.products-boxes p.button {
    margin-top: 19px;
    margin-bottom: -5px;
}
nav.products-boxes .product_description {
    line-height: 25px;
}
.button {
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    color: #fff !important;
    border: 2px solid #d8dee3;
    background: linear-gradient(to right,#f27c36,#ed485f);
    padding: 5px 10px;
}
.button:hover {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    color: #000 !important;
    background: none;
    text-decoration: none;
    border: 2px solid #ed485f;
}
.button span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
span.new{
  position: relative;
    background: #64bd2e;
    background-image: -webkit-linear-gradient(#64bd2e, #50a91a);
    background-image: -moz-linear-gradient(#64bd2e, #50a91a);
    background-image: -o-linear-gradient(#64bd2e, #50a91a);
    background-image: -ms-linear-gradient(#64bd2e, #50a91a);
    background-image: linear-gradient(#64bd2e, #50a91a);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    margin-left: 9px;
    top: -2px;
    height: 19px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07)
}
nav.products-boxes a.sl:before {
    background-image: url(../img/add-event.png);
}
nav.products-boxes a.vl:before {
    background-image: url(../img/line-graph.png);
}
nav.products-boxes a.ml:before {
    background-image: url(../img/medal1.png);
}
nav.products-boxes a.nv:before {
    background-image: url(../img/football-jersey.png);
}
nav.products-boxes a.gl:before {
    background-image: url(../img/podium.png);
    bar-chart.png
}
nav.products-boxes a.ll:before {
    background-image: url(../img/cup.png);
}
nav.products-boxes a.pl:before {
    background-image: url(../img/diagram.png);
}
nav.products-boxes a.st:before {
    background-image: url(../img/race.png);
}
nav.products-boxes a.cm:before {
    background-image: url(../img/megaphone.png);
}


.strip.intro-line.index {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 87%;
    color: #c7cfd4;
    background: -webkit-linear-gradient(287deg, rgb(248, 37, 72), #802a90);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 35px;
}

.intro-line {
    background: #f5f7f9;
    letter-spacing: -0.5px;
}

.strip.intro-line.index header {
    padding-bottom: 30px;
}
.strip header {
    text-align: center;
    padding: 0 142px 45px 142px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

div.icon.integration {
    background: transparent url(../img/integration.png) no-repeat center;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 10px;
}

.strip.intro-line.index header h2 {
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    text-shadow: 0 1px 2px rgba(0, 31, 38, .5);
    margin-top: 10px;
    font-size: 26px;
}

.strip header h2 {
    font-size: 27px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin-bottom: 10px;
}
.strip.intro-line.index header p {
    color: #c7cfd4;
}
.strip header p {
    color: rgba(0, 0, 0, 0.6);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    letter-spacing: -0.3px;
    text-shadow: none;
    font-weight: 400;
}
div.icon, li.icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.info-box {
    width: 87%;
    font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, Arial;
    margin: 50px auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 92px;
    font-weight: 300;
    overflow: hidden;
    border: 1px solid #e7e9ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
}
.info-box aside {
    line-height: 0;
    float: right;
    padding: 27px 35px 28px 35px;
    text-align: center;
}
.button.primary {
    padding: 1px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    background: rgba(15, 27, 88, .7);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.button.secondary.in-info-box {
    background: #fff;
}
.button.primary.in-info-box, form .submit label {
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); */
    background: #61758e;
    border: 1px solid rgba(39, 72, 137, .2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    margin-right: 10px;
    padding: 0;
}
/*********case_studies**********************/
#case_studies .pull-left {
  background-color: #F82548;
  clip-path: polygon(0 0, 0 100%, 86% 20%);
  -webkit-clip-path: polygon(0 0, 0 100%, 86% 20%);
  height: 450px;
  width: 100%;
  right: 0px;
  position: absolute; }
  #case_studies .pull-left .left-text {
    padding: 15px;
    padding-top: 8%;
    width: 40%;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 3rem;
    opacity: .7; }
#case_studies .pull-right {
  background-color: #272727;
  clip-path: polygon(100% 0px, 100% 100%, 45% 50%);
  -webkit-clip-path: polygon(100% 0px, 100% 100%, 45% 50%);
  height: 400px;
  width: 100%;
  margin-top: 8%; }
  #case_studies .pull-right .right-text {
    padding: 15px;
    padding-right: 8%;
    padding-top: 150px;
    color: white;
    text-align: right;
    font-size: 32px;
    opacity: .7; }
#case_studies .container {
  max-width: 970px !important; }
#case_studies .img {
  height: 400px; }
#case_studies .paragraph .text {
  text-align: center;
  padding-top: 15px; }

/******************Single-Product-Page***********************/
#Single-Product-Page .container {
  max-width: 970px; }
#Single-Product-Page .list {
  margin-top: -60px; }
#Single-Product-Page .list-view {
  margin-top: -60px; }
  #Single-Product-Page .list-view li {
    list-style: none; }
    #Single-Product-Page .list-view li a {
      color: #f82548;
      font-family: sans-serif;
      font-weight: 600;
      opacity: .7; }
#Single-Product-Page #lorem .product-1 .img-1 {
  max-width: 470px;
  height: 300px; }
#Single-Product-Page #lorem .product-1 .images {
  float: left; }
#Single-Product-Page #lorem .product-1 .box {
  float: left; }
#Single-Product-Page #lorem .product-1 .text {
  padding-top: 15%;
  width: 70%; }
  #Single-Product-Page #lorem .product-1 .text h1 {
    color: black; }
#Single-Product-Page #lorem .product-2 {
  margin-top: 15px;
  margin-bottom: 15px; }
  #Single-Product-Page #lorem .product-2 .img-1 {
    max-width: 400px;
    height: 300px; }
  #Single-Product-Page #lorem .product-2 .images {
    float: right; }
  #Single-Product-Page #lorem .product-2 .box {
    float: right; }
  #Single-Product-Page #lorem .product-2 .text {
    padding-top: 15%;
    width: 70%; }
    #Single-Product-Page #lorem .product-2 .text h1 {
      color: black; }
    #Single-Product-Page #lorem .product-2 .text p {
      color: #868686; }

/******************contact***********/
#contact {
  margin-top: 15px; }
  #contact .address-list {
    background: #F82548;
    color: white;
    padding: 100px 50px 100px 10%;
    margin-top: 15px;
    font-family: arial; }
    #contact .address-list address {
      opacity: .7; }

/**************faq-page**************/
#faq-page .demo {
  padding-top: 0px; }
#faq-page .panel-heading {
  background: #fff ; }
#faq-page .more-less {
  margin-top: -16px;
  padding: 16px 15px;
  background: #C1233D scroll 0% 0%;
  margin: -16px 20px 0px 0px;
}
#faq-page .collapsed {
  color: #343e49; }

#faq-page .page-header {
  border-bottom: 1px solid #ddd;
}
#faq-page .panel-group h2 {
 border-bottom: 1px solid #ddd;
 padding-bottom:20px; 
 margin-bottom: 30px;
 font-weight: 600;
 margin-top: 70px;
}

/*************priceing-page***************/
.tooltip {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}
.pricing-feature-details {
  display: block;
  float: right;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
}
.pricing-feature-details svg {
    width: 10px;
    height: 10px;
}
.btn-accent {
  border-color:#27b7d6;
}
.btn-center {
  display:table;
  margin:0 auto;
}
.btn-large, .btn-larger{
  font-size:14px;
  padding:19px 38px;
}

.btn{
  color:#fff;
  -webkit-transition:all .3s;
  transition:all .3s;
  -moz-transition:all .3s;
  padding:10px 21px;
  font-weight:700;
  text-transform:uppercase;
  font-size:14px;
  border:0;
  border-radius:2px;
  margin-bottom:8px;
  position:relative;
  -webkit-font-smoothing:antialiased;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,0.14);
  width:auto;
  background:#f82548;
  text-align:center;
  margin-right:4px;
}
#priceing-page .col-sm-12 {
  padding-left: 70px !important;
  padding-right: 70px !important; }
#priceing-page #quote-carousel {
  position: relative;
  margin-top: -50px;
  margin-bottom: 100px; }
#priceing-page .item h4 {
  color: #F82548;
  font-weight: bold; }
#priceing-page .carousel-control {
  top: 150px;
  color: #F82548 !important; }
#priceing-page .table .p-bg {
  padding: 0px;
  padding-bottom: 7px;
  border-bottom: 1px solid white !important; }
#priceing-page .table .left {
  border-left: 1px solid white !important; }
#priceing-page .table .right {
  border-right: 1px solid white !important; }
#priceing-page .table .top {
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important; }
#priceing-page .table .broder-left {
  border-left: 1px solid white !important;
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important; }
#priceing-page .table .broder-right {
  border-right: 1px solid white !important;
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important; }
#priceing-page .table .bg {
  background-color: #F82548;
  color: white;
  padding: 5px 0px 5px 0px;
  text-align: center; }
#priceing-page .table .color {
  color: #F82548;
  text-align: center; }

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px; }

/* Control buttons  */
#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px; }

/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important; }

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0; }

#quote-carousel .carousel-indicators .active {
  background: #333333; }

#quote-carousel img {
  width: 250px;
  height: 100px; }

/* End carousel */
.item blockquote {
  border-left: none;
  margin: 0; }

.item blockquote img {
  margin-bottom: 10px; }

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px; }

/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px; } 
  .page-header {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 0px !important;
}
.page-header h1 {
    /*color: #F82548;*/
    font-size: 4rem;
    font-weight: 600;
}
	#product .product-1 {
    background-color: #ecefe7;
    margin: 25px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#home-page #product .product-2{
	background-color: #2C2B2B;
    margin: 25px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#home-page #product .product-2 .text h1 {
    font-size: 26px;
}
#product_list #product .product-2 .text h1 {
    font-size: 26px;
}
#product_list #product .product-2{
    background-color: #2C2B2B;
    margin: 25px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
  /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
  #quote-carousel .carousel-indicators {
    bottom: -20px !important; }

  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px; }

  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px; } }
body {
  font-family: "helvetica-normal.ttf", sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  color: #666666;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

h1, h2, h3 {
  font-family: "AvantGarde-Demi", sans-serif; }

.btn-custom {
  background: #F82548;
  color: white; }

.right-left {
  float: right; }

@media (max-width: 767px) {
  .right-left {
    float: left; } }
html {
  overflow-x: hidden; }

/* MODULES - Individual site components */
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE; }

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE; }

.panel-title {
  font-size: 14px; }

.panel-title > a {
  display: block;
  padding: 15px 0px;
  text-decoration: none;
  color: #343e49;
  font-size: 20px;
  font-weight: 300; }

.more-less {
  float: left;
  color: #fff !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    color: #6c848f;
    font-family: "Roboto",Open Sans,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.95em;
    font-weight: 100;
}

/* ----- v CAN BE DELETED v ----- */
.demo {
  padding-top: 60px;
  padding-bottom: 60px; }

#singup-btn {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  height: 100px;
  background-color: white !important;
  width: 100px;
  color: #F82548;
  font-weight: bold; }

/* LAYOUTS - Page layout styles */
.navbar-info {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
   }

.fixed-me {
  background: -webkit-linear-gradient(287deg, rgb(248, 37, 72), #802a90);
  padding: 0px  !important;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
  transition: all 1s;
  display: none; }

.navbar-me {
  transition: all 1s; 
  border: 0px!important;
 /* background: rgba(0, 0, 0, 0) linear-gradient(to right, #0f0c29, #302b63, #24243e) repeat scroll 0 0;*/
}

.header-right-menu {
  padding: 5px 15px !important; }

.site-logo {
  padding: 15px 20px !important;
  margin: 15px 10px !important; }

.navbar-me {
  padding: 0px 0px;
  background-color: transparent;
  top: 0px;
  border: 0px;
  border-radius: 0px;
  margin: 0px!important;
 }

.navbar-collapse {
  text-align: center;
  border-top-width: 0px;
  padding-top: 10px;
  margin-top: 5px; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.menu-collapsed-button {
  margin: 20px 15px 10px 15px !important; }

.navbar-default .navbar-nav > li > a {
  color: white !important;
  font-weight: bold; }

.site-logo {
  color: white !important; }

.navbar-default .navbar-nav > li:hover {
  border-bottom: 3px solid white; 
  color: #fff;}

.active_link {
  border-bottom: 3px solid white; }

.navbar-default .navbar-nav > li {
  padding: 13px 15px 0px 15px; }

.navbar-toggle {
  border: 0px; }

.navbar-default .navbar-toggle .icon-bar {
  background: white; }

.slider-container {
  position: relative;
  height: 650px;
  overflow: hidden; }
.slider-container1 {
  position: relative;
  height: 62px;
  overflow: hidden; }

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%; }

.slider {
  z-index: 1;
  position: relative;
  height: 100%; }

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.slide__bg {
  position: absolute;
  width: 100%;
  z-index: 1; }
.slide__text {
  z-index: 2;}

@media (max-width: 1280px) {
  .slide__bg {
    height: 100%;
    z-index: 1;}

  .slide__text-heading {
    font-size: 5rem !important; } }
@media (max-width: 767px) {
#navbar-primary-collapse{
  background-color: #25baaa;
}
.close .navbar-toggle{
  color: red!important;
}
  .slider {
    margin-top: -10px; }

  .slider-container {
    height: 450px; }

  .slide__bg {
    width: 100%;
    height: auto;
    display: none;
    z-index: 1;} }
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide__overlay {
  top: -50px;
  z-index: -1;
  width: 100%;
  /* background-image: url("../img/Header_Red.png"); 
  background-repeat: repeat-x;
  */
  background: #0f0c29;
  /*background: -webkit-linear-gradient(to right, #0f0c29, #302b63, #24243e);
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);*/
  position: sticky;
  bottom: 0;
  left: 0;
  height: 100%; }
.slide__overlay-pricing {
    top: -50px;
    z-index: -1;
    width: 100%;
    background: #0f0c29;
    background: -webkit-linear-gradient(to right, #100663, #4a429a, #1313b3);
    background: linear-gradient(to right, #100663, #4a429a, #1313b3);
    position: sticky;
    bottom: 0;
    left: 0;
    height: 100%;
}

@media (max-width: 767px) {
  .slide__overlay {
    position: absolute !important; } }
.slide__overlay path {
  opacity: 0.8; }

.slide__text {
    width: 100%;
    bottom: 35%;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.slide__text-home {
  position: absolute;
  top: 150px; }

@media (max-width: 767px) {
  .slide__overlay {
    top: 0px; }

  .slide__text-home {
    top: 15%;
    margin-top: 15px; }

  .slide__text {
    left: 0;
    bottom: 12%;
    width: 100%;
    height: auto;
    text-align: center; }

  .slide__text-desc {
    width: 100% !important; }

  .slide__text-heading {
    font-size: 5rem !important; }

  .num-header p {
    font-size: 35px !important; }

  .num-header {
    width: 100% !important;
    margin-left: 10% !important;
    padding-top: 0 !important; } }
@media (max-width: 355px) {
  .slide__text-desc {
    font-size: 25px !important; }

  .slide__text-heading {
    font-size: 4rem !important; }

  .num-header p {
    font-size: 25px !important; } }
.num-header {
  text-align: center;
  padding-left: 30px;
  padding-top: 5%;
  width: 30%; }
  .num-header p {
    font-size: 10rem;
    font-family: "AvantGarde-Demi",sans-serif;
    font-weight: normal;
    opacity: 1;
    text-shadow: 0 2px 6px #252424; }

.slide__text-heading{
  font-family: "AvantGarde-Demi",sans-serif;
  font-size: 9rem;
  font-weight: bold;
  text-shadow: 0 2px 6px #252424;
  }
.slide__text-heading-pricing{
  font-family: "AvantGarde-Demi",sans-serif;
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 0 2px 6px #252424;
  }
.slide__text-heading-child {
  font-style: italic;
  font-weight: bold;
  font-size: 4rem; }

.slide__text-desc {
    font-family: "AvantGarde-Demi ",sans-serif;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    width: 55%;
    opacity: .8;
    font-weight: lighter;
    line-height: 3.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/****************************/
 .ftr-second-row, .ftr-fourth-row {
         background: -webkit-linear-gradient(287deg, rgb(248, 37, 72), #802a90);
    }

.ftr-row {
    clear: both;
}

.ftr-container {
    max-width: 1400px;
    margin: 0 auto;
}

.ftr-second-row .ftr-container div {
    height: 64px;
    position: relative;
    /* top: 25%; */
    /* transform: translateY(25%); */
}
.ftr-social-icons {
    text-align: center;
}

.share__link:first-child {
    margin-left: 5px;
}

.ftr-social-icons li {
    height: 64px;
    width: 25%;
    display: inline-block;
    float: none;
    opacity: .95;
    background-size: 64px;
    display: inline-block;
    margin: 4px 5px;
    border-radius: 5px;
}

.share__link {
    background-repeat: no-repeat;
    float: left;
    display: inline-block;
    margin-left: 16px;
    width: 30px;
    height: 30px;
    position: relative;
    opacity: .5;
    background-size: 16px 16px;
    background-position: center;
}


footer#ftr a, footer#ftr a:hover {
    color: #fff;
    text-decoration: none;
}

.visa-icon {
    background-image: url(../img/visa.svg);
}
.mastercard-icon {
    background-image: url(../img/master.svg);
}
.master-icon {
    background-image: url(../img/mastercard.svg);
}
.am-icon {
    background-image: url(../img/american-express.svg);
}
.diners-icon {
    background-image: url(../img/diners-club.jpg);
}
.paypal-icon {
    background-image: url(../img/paypal.svg);
}


.footer-main {
  padding: 0px 100px 10px;
  background-color: #2C2B2B;
  color: white;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%); }
  .footer-main .pull-right {
    margin-right: 15%; }
  .footer-main .footer-2 {
    padding-top: 10%;
    padding-left: 0%; }
  .footer-main .footer-1 {
    opacity: 1;
    padding-top: 5%; }
.footer-main .footer-1 span {
    opacity: 0.7;
}

.footer-logo {
    padding: 15px 40% !important;
}
  @media (max-width: 767px) {
    .footer-main .footer-2 {
      padding-top: 7%;
      padding-left: 00%; } }
  .footer-main .footer-3 {
    padding-top: 10%;
    /* footer social icons */ }
    .footer-main .footer-3 small {
      opacity: .7;
      padding-top: 15px; }
    .footer-main .footer-3 ul.links {
      list-style: none;
      display: block;
      margin-left: 0 !important;
      padding: 0;
      float: right; }
    .footer-main .footer-3 ul.links li {
      padding: 0 5px 0 0;
      float: right; }
    .footer-main .footer-3 ul.links li a{
      text-decoration: none;
      background: rgba(0, 0, 0, 0);
      color: #fff; }
    .footer-main .footer-3 ul.links li a:hover{
      text-decoration: underline; }  
    .footer-main .footer-3 ul.links li .sep {
      padding: 0 5px 0 2px;
      color: #fff; }  
    .footer-main .footer-3 ul.social-network {
      list-style: none;
      display: inline;
      margin-left: 0 !important;
      padding: 0;
      float: right; }
    .footer-main .footer-3 ul.social-network li {
      display: inline;
      margin: 0 5px; }
    .footer-main .footer-3 ul.social-network li {
      padding-right: 12px; }
    .footer-main .footer-3 .social-network a.icoRss:hover {
      background-color: #F56505; }
    .footer-main .footer-3 .social-network a.icoFacebook:hover {
      background-color: #3B5998; }
    .footer-main .footer-3 .social-network a.icoTwitter:hover {
      background-color: #33ccff; }
    .footer-main .footer-3 .social-network a.icoGoogle:hover {
      background-color: #BD3518; }
    .footer-main .footer-3 .social-network a.icoVimeo:hover {
      background-color: #0590B8; }
    .footer-main .footer-3 .social-network a.icoLinkedin:hover {
      background-color: #007BB6; }
    .footer-main .footer-3 .social-network a.icoInstagram:hover {
      background-color: #3F729B; }
    .footer-main .footer-3 .social-network a.icoYelp:hover {
      background-color: #CB2027; }
    .footer-main .footer-3 .social-network a.icoRss:hover i, .footer-main .footer-3 .social-network a.icoFacebook:hover i, .footer-main .footer-3 .social-network a.icoTwitter:hover i,
    .footer-main .footer-3 .social-network a.icoGoogle:hover i, .footer-main .footer-3 .social-network a.icoVimeo:hover i, .footer-main .footer-3 .social-network a.icoLinkedin:hover i,
    .footer-main .footer-3 .social-network a.icoInstagram:hover i, .footer-main .footer-3 .social-network a.icoYelp:hover i {
      color: #fff; }
    .footer-main .footer-3 a.socialIcon:hover, .footer-main .footer-3 .socialHoverClass {
      color: #44BCDD; }
    .footer-main .footer-3 .social-circle li a {
      display: inline-block;
      position: relative;
      margin: 0 auto 0 auto;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 20px; }
    .footer-main .footer-3 .social-circle li i {
      margin: 0;
      line-height: 43px;
      text-align: center; }
    .footer-main .footer-3 .social-circle li a:hover i, .footer-main .footer-3 .triggeredHover {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -ms--transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
    .footer-main .footer-3 .social-circle i {
      color: #2C2B2B;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -o-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
    .footer-main .footer-3 li {
      background-color: #fff; }

.footer2 {
    padding: 0px;
    background: #f93b5b;
    color: #fff;
}
.footer2 .second-footer {
    background: #f93b5b;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.footer2 .second-footer .footer-menu {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    text-align: center;
}

.footer2 .second-footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-table;
}
.footer2 .second-footer .footer-menu ul li {
    display: inline;
    font-family: Lato!important;
    font-size: 14px;
    font-weight: 400!important;
    float: left;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
.footer2 .second-footer .footer-menu ul li:last-child {
    border: 0;
}

.footer2 .second-footer .footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer2 .second-footer .footer-menu ul li a:hover {
    text-decoration: underline;
}


/*****************************/
@media (max-width: 767px) {
  h1 {
    font-size: 26px; }

  #home-page #lorem .product-1{
    background-color: #ecefe7;
    margin: 30px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }

  #product .product-1 .img-1 {
  	min-height: 275px !important;
  	padding: 4px 0px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
    }

  #product .product-2 .img-1 {
  	min-height: 275px !important;
  	padding: 4px 0px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
   }

  #home-page #lorem .product-1 .img-1 {
  	min-height: 300px !important;
  	padding: 4px 0px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
   }

  #home-page #lorem .product-1 .img-2 {
    height: 225px !important;
    left: 0px;
    padding: 0px 50px 0px 50px; }

  #home-page #lorem .product-2 .img-1 {
    min-height: 300px !important;
    padding: 4px 0px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 100%) !important; }

  #home-page #lorem .product-2 .img-2 {
    height: auto;
    right: 0px;
    padding: 0px !important; }

  #email {
    float: unset; }

  .navbar-nav {
    background: #25baaa !important; }

  #product .product-1 .text {
    padding-top: 15px !important; }

  #product .product-1 .text h1 {
    font-size: 26px; }

  #product .product-2 .text {
    padding-top: 15px !important; }

  #product .product-2 .text h1 {
    font-size: 26px; }

  #Single-Product-Page #lorem .product-2 .img-1 {
    width: 100%;
    height: 100%; }

  #Single-Product-Page #lorem .product-1 .img-1 {
    width: 100%;
    height: auto; }

  #Single-Product-Page #lorem .product-1 .text {
    width: 100%; }

  #Single-Product-Page #lorem .product-2 .text {
    width: 100%; }

  #home-page #product .product-2 .box {
    position: absolute;
    top: 20% !important; }

  #home-page #product .product-2 .images {
    opacity: 0.05; }

  #home-page #product .product-1 .box {
    position: absolute;
    top: 15%; }

  #home-page #product .product-1 .images {
    opacity: .05; }

  #home-page #product .product-2 .text {
    width: 100%;
    padding: 0px 10px 0px 10px;
    padding-top: 0px !important; }

  #home-page #product .product-1 .text {
    padding: 0px 10px 0px 10px;
    padding-top: 0px !important; }

  #product .product-1 .text p {
    width: 100%; }

  #home-page #lorem .product-1 .text {
    position: absolute;
    top: 0px;
    padding-top: 30px;
    padding: 30px 10px;
    z-index: 1;
    width: 100%; }
    #home-page #lorem .product-1 .text h1{
    font-size: 26px;
    font-weight: 600;
    }

  #home-page #lorem .product-1 .img-2-div {
    opacity: .10; }

  #home-page #lorem .product-1 .img-1-div {
    display: none; }

  #home-page #lorem .product-2 .text {
    position: absolute;
    z-index: 1; }
    #home-page #lorem .product-2 .text h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    }
  #home-page #lorem .product-2 {
    background-color: #2C2B2B;
    margin: 30px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }
  #home-page #lorem .product-2 .img-2-div {
    opacity: .10; }

  #home-page #lorem .product-2 .img-1-div {
    display: none; }

  /*product list*/
  #product .product-2 .box {
    position: absolute;
    top: 5% !important; }

  #product .product-2 .images {
    opacity: 0.10; }

  #product .product-1 .box {
    position: absolute;
    top: 15%; }

  #product .product-1 .images {
    opacity: .10; }

  #product_list #product .product-2 .text {
    width: 100%;
    padding: 0px 10px 0px 10px; }

  #product_list #product .product-1 .text {
    width: 100%;
    padding: 0px 10px 0px 10px; }

  #product .product-1 .text p {
    width: 100%; }

  .navbar-default .navbar-nav > li:hover {
    border-top: 0px; }

  .navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF !important; }

  .navbar-default .navbar-nav > li > a {
    font-size: 22px;
    border-top: 0px; }

  .navbar-default .navbar-nav > li {
    padding-top: 40px !important;
    border-top: 0px; }

  .navbar-info {
    width: 100%;
    height: 100%; }

  .fixed-me {
    background-color: #25baaa !important;
    position: absolute; }
  .strip header {
    text-align: center;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .strip.intro-line.index {
    margin-top: 30px;
    max-width: 95%;
    padding-top: 25px;
}
.info-box {
    width: 95%
 }
 .info-box aside {
    line-height: 0;
    padding: 10px 20px;
    text-align: center;
    float: none;
}
}
@media (max-width: 414px) {
  #home-page #lorem .product-1 .text {
    position: absolute;
    top: 0px;
    padding: 30px 10px; }

  #home-page #lorem .product-2 .text {
    position: absolute;
    top: 0px;
    padding: 10px; }
  

  ul.social-network li {
    padding-right: 2px !important; } }
@media (max-width: 747px) {
  #home-page #lorem .product-2 .img-2 {
    padding-left: 100px;
    padding-right: 100px; }
    #home-page #lorem .product-2 .img-2 {
    height: 225px;
    right: 0px;
    padding: 0px !important;
    }
    #home-page #lorem .product-2 .text {
    position: absolute;
    top: 0px;
    padding: 10px;
    width: 100%;
    }
  #email .well {
    background-color: white !important;
    border: 0px;
    margin-top: 20px !important;
    }
.footer2 .second-footer .footer-menu ul li {
    padding: 0 10px;
}
.footer-main {
    padding: 0px 10px 50px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.footer-main .footer-3 {
    padding-top: 5%;
}
.footer-main .footer-2 {
    padding-top: 0%;
    padding-left: 00%;
    text-align: -webkit-center;
}
.footer-main .footer-2 .navbar-brand {
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-align: center !important;
}
.footer-main .footer-2 .site-logo {
    padding: 10px 82px !important;
    margin: 15px 10px !important;
}
.footer-main .footer-1 {
    opacity: 1;
    text-align: center;
    padding-top: 9%;
}
nav.products-boxes li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.main-inner {
    margin: 0 auto;
    width: 95%;
}

  #home-page #lorem .product-1 .img-2 {
    padding-left: 0px;
    padding-right: 0px; } }
@media (max-width: 767px) {
  #case_studies .pull-left .left-text {
    width: 100%; }

  #case_studies .pull-left {
    background-color: #F82548;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    width: 100%;
    height: auto !important;
    position: unset !important; }

  #case_studies .pull-right {
    background-color: #272727;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 5%;
    height: auto !important; }

  #case_studies .pull-right .right-text {
    text-align: center; } }
@media (max-width: 978px) {
  .navbar-default .navbar-nav > li {
    padding: 0px 0px 0px 0px; } }
[class*='thumbnail-'] {
  background: #000;
  width: 33.33%;
  height: auto;
  float: left;
  padding: 5px 5px 3px 5px;
  cursor: zoom-in; }

[class*='thumbnail-'] img {
  max-width: 100%; }

[class*='large-'] {
  background: #000;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  display: none; }

[class*='large-'] img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.close {
  color: white;
  font-size: 30px;
  right: 10px;
  float: right;
  cursor: zoom-out;
  background: red none repeat scroll 0% 0%;
  opacity: 1;
  margin-top: -29px;
  margin-left: 0px;
  margin-right: -31px; }

[class*='thumbnail-'] {
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: zoom-in; }

[class*='thumbnail-']:hover img {
  transition: .3s linear;
  transition-delay: 300ms;
  transform: scale(1.4); }

[class*='thumbnail-'] > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: #25baaa;
  color: white;
  opacity: 0.8; }

[class*='thumbnail-']:hover > .caption {
  display: block; }

@media screen and (max-width: 480px) {
  .caption h3 {
    font-size: 12px; }

  .fw-call-to-action{
    display: inline-grid!important;
  } 
.fw-action-btn{
  padding-left: 0px!important;
  margin-top: 15px;
  }
}


/******************wp css*----------------/*/
.menu-one{
  position: unset!important;
}
.fw-container-fluid{
  padding: 0px!important;
}
.footer-menu{
  display: flex!important;
  justify-content: center!important;
  width: 100%!important;
  margin: 0px!important;
  margin-bottom: 0px!important;
}
.footer-menu a:hover{
  color: #fff!important;
}

.footer-menu .active_link {
    border-color: #25baaa!important;
}
.copyright{
  background: #1d9589;
  padding: 10px;
  color: #fff;
}
.copyright a{
  color: #fff;
}