/* ===================================================================
 * # bootstrap Custmize
 *
 * ------------------------------------------------------------------- */
.card{
    background: #14171b;
}

/* ===================================================================
 * # Image slider
 *
 * ------------------------------------------------------------------- */

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
    max-width: 60em;
    margin: 1em auto;
    position: relative;
  }
  
  input {
    display: none !important;
  }
  
  .inner {
    width: 500%;
    line-height: 0;
  }
  
  article {
    width: 20%;
    float: left;
    position: relative;
  }
  article img {
    width: 100%;
  }
  
  /*---- SET UP CONTROL ----*/
  .slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
  }
  .slider-prev-next-control label:hover {
    opacity: 1;
  }
  
  .slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: -53px;
    text-align: center;
  }
  .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #34393e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slider-dot-control label:hover {
    background: #ccc;
    border-color: #777;
  }
  
  /* Info Box */
  .info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #000;
    text-align: left;
    -webkit-transition: all 1000ms ease-out 600ms;
    -moz-transition: all 1000ms ease-out 600ms;
    transition: all 1000ms ease-out 600ms;
  }
  .info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 1.5em;
    font-style: normal;
  }
  .info.top-left {
    top: 30px;
    left: 30px;
  }
  .info.top-right {
    top: 30px;
    right: 30px;
  }
  .info.bottom-left {
    bottom: 30px;
    left: 30px;
  }
  .info.bottom-right {
    bottom: 30px;
    right: 30px;
  }
  
  /* Slider Styling */
  .slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    /* box-shadow: 1px 1px 4px #666; */
    background: #fff;
    background: #fcfff4;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
  .slider-wrapper .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  

.overlay-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;background: #00000012;
}
  /*---- SET POSITION FOR SLIDE ----*/
  #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #777;
  }
  
  #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
    content: "\f105";
    padding-left: 15px;
  }
  
  #slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
    display: block;
    float: right;
    margin-right: 5px;
  }
  
  #slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
    display: block;
    float: left;
    margin-left: 5px;
  }
  

  #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
    content: "\f104";
    padding-left: 8px;
  }
  
  #slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
    background: var(--color-body);
  }
  
  #slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
    opacity: 1;
  }
  
  #slide1:checked ~ .slider-wrapper .inner {
    margin-left: 0%;
  }
  
  #slide2:checked ~ .slider-wrapper .inner {
    margin-left: -100%;
  }
  
  #slide3:checked ~ .slider-wrapper .inner {
    margin-left: -200%;
  }
  
  #slide4:checked ~ .slider-wrapper .inner {
    margin-left: -300%;
  }
  
  #slide5:checked ~ .slider-wrapper .inner {
    margin-left: -400%;
  }
  
  /*---- TABLET ----*/
  @media only screen and (max-width: 850px) and (min-width: 450px) {
    .slider-wrapper {
      border-radius: 0;
    }
  }
  /*---- MOBILE----*/
  @media only screen and (max-width: 450px) {
    .slider-wrapper {
      border-radius: 0;
    }
  
    .slider-wrapper .info {
      opacity: 1;
    }
  }





  /* Price Table 
  ************************************/

  .pricing1 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
  }
  
  .pricing1 h1,
  .pricing1 h2,
  .pricing1 h3,
  .pricing1 h4,
  .pricing1 h5,
  .pricing1 h6 {
    color: #3e4555;
  }
  
  .pricing1 .font-weight-medium {
    font-weight: 900;
  }
  
  .pricing1 .bg-light {
   
  }
  
  .pricing1 .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 14px;
  }
  
  .pricing1 .font-14 {
    font-size: 14px;
  }
  
  .pricing1 h5 {
      line-height: 22px;
      font-size: 22px;
  }
  
  .pricing1 .card.card-shadow {
    border: 1px solid rgba(255, 255, 255, 0.38);
  }
  
  .pricing1 .on-hover {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    box-shadow: 0px 0px 3px rgb(0, 0, 0);
  }

  .pricing1 .on-hover:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -webkit-font-smoothing: antialiased;
    box-shadow: 0px 0px 2px rgb(217, 8, 60);
  }

  
  .pricing1 .btn-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
    background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
    background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  }
  
  .pricing1 .btn-success-gradiant:hover {
    background: #1dc8cc;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
    background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
    background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
    background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
  }
  
  .pricing1 .btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  }
  
  .pricing1 .btn-danger-gradiant:hover {
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
    background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
    background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
    background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
  }
  
  .pricing1 .btn-md {
    padding: 15px 30px;
    font-size: 16px;
  }
  
  .pricing1 .onoffswitch {
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
  }
  
  .pricing1 .onoffswitch-label {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
  }
  
  .pricing1 .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
  }
  
  .pricing1 .onoffswitch-inner::before,
  .pricing1 .onoffswitch-inner::after {
    display: block;
    float: left;
    width: 50%;
    height: 23px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .pricing1 .onoffswitch-inner::before {
    content: "";
    padding-right: 27px;
    background-color: var(--color-1);
    color: #FFFFFF;
  }
  
  .pricing1 .onoffswitch-inner::after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
  }
  
  .pricing1 .onoffswitch-switch {
    width: 24px;
    margin: 6px;
    height: 17px;
    top: -1px;
    bottom: 0;
    right: 32px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  
  .pricing1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
  }
  
  .pricing1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
  }
  
  .pricing1 .price-badge {
    top: -8px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
  }
  
  .pricing1 .badge-inverse {
    background-color: var(--color-1);
    color: white;
  }
  
  .pricing1 .display-5 {
    font-size: 4rem;
    color: #263238;
  }
  
  .pricing1 .pricing sup {
    font-size: 18px;
    top: -22px;
  }
  
  .pricing1 .pricing .yearly {
    display: none;
  }


  /* Website Adv
  ****************************/

.adv-container{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.static-slider3 h1, .static-slider3 h2, .static-slider3 h3, .static-slider3 h4, .static-slider3 h5, .static-slider3 h6 {
    color: #787b82;
  }
  
  .static-slider3 .title {
      font-weight: 300;
    line-height: 50px;
      font-size: 36px;
  }
  

  .static-slider3 .btn-md {
      padding: 15px 45px;
      font-size: 16px;
  }
  
  @media (max-width:767px) {
      .static-slider3 .title{
        line-height: 45px;
        font-size: 24px;
      }
  }





/* Software Adv
****************************/
.software-sec{
  background: url(../images/black-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80% 100%;
}





/* portiflio 
****************************/

.portiflio{
  padding-top: 100px;
  background-color: var(--color-bg);

}


@media screen and (max-width: 400px)
{

.sample{
  position: relative;
  top:0px !important;
  }

  .s-clients{
    margin-top: 0px !important;
  }

  .section-title::before {
    font-size: calc(var(--text-size) * 4.6);
}

.menu {

  height: 3.4rem !important;
  width: 3.4rem !important;
  line-height: 3.4rem !important;

}


}

@media only screen and (max-width: 600px) {
  .section-title::before {
    font-size: calc(var(--text-size) * 4.6);
}

.section-title h3{
  padding-bottom: 0.5em;  
}

.sample{
  position: relative;
  top:0px !important;
  }

  .portflio{
    margin-bottom: 0px !important;
  }

  .menu {

    height: 3.4rem !important;
    width: 3.4rem !important;
    line-height: 3.4rem !important;

  }

  .menu.bottomRight
  {
    bottom: -13px !important;
    right: -33px !important;
  }

}



/* Contact 
****************************/

@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  background-color: #B2B1CF;
  font-family: 'Montserrat', sans-serif;
}

.container {
  height: 70px;
  padding: 55px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.menu {
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 0 none;
  display: block;
  height: 4.3rem;
  width: 4.3rem;
  line-height: 4.5rem;  
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}
.menu .share i.fa {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 2px;
}


.menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -51px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
  /* border-bottom: 1px dashed #d9d9d9; */
}
.menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -102px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
  /* border-bottom: 1px dashed #d9d9d9; */
}
.menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -153px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
  /* border-bottom: 1px dashed #d9d9d9; */
}
.menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -204px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
  /* border-bottom: 1px dashed #d9d9d9; */
}
.menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
  /* border-bottom: 1px dashed #d9d9d9; */
}
.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu .submenu li a {
  color: #212121;
}
.menu .submenu li a:hover i.fa {
  color: #fff;
}

.menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}

.menu.bottomRight {
  bottom: 10px;
  right: 0px;
  
}
