/*html,
body {
    height: 100%;
}*/
*{transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
*:hover{transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }
::selection { color: #000; background:#dbdbdb; }
::-moz-selection { color:#000; background:#dbdbdb; }
::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;} 
:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
.slidercarousel {
    /*padding-top: 130px;*/
}
.slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    background-color: #000;
    left: 0;
    /*z-index:1;*/
}
.slidercarousel.carousel {
    /*margin-top:-125px;*/
}
.slidercarousel.carousel,
.slidercarousel .item,
.slidercarousel .active {
    height: 455px;
    height:100%;
}

.slidercarousel .carousel-inner {
    height: 100%;
}

.slidercarousel .fill {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.slidercarousel {
	/*background: url('../images/slide1.jpg') no-repeat;
		background-size: cover;
        background-position:center;*/
}
/*@media (min-width:500px) {*/
	.slidercarousel .slide1 {
		background: url('../images/slide1.jpg') no-repeat;
		background-size: cover;
        /*background-position:0 -37%;*/
	}

	.slidercarousel .slide2 {
		background: url('../images/slide2.jpg') no-repeat;
		background-size: cover;
        background-position:center;
	}

	.slidercarousel .slide3 {
		background: url('../images/slide3.jpg') no-repeat;
		background-size: cover;
        background-position:center;
	}

	.slidercarousel .slide4 {
		background: url('../images/slide4.jpg') no-repeat;
		background-size: cover;
        background-position:center;
	}
	.slidercarousel .slide5 {
		background: url('../images/slide5.jpg') no-repeat;
		background-size: cover;
        background-position:center;
	}
/*}*/
/*@media (max-width:1400px) {
    .slidercarousel .slide1 {
               background: url(../images/slide1.jpg) no-repeat;
    background-size: cover;
    background-position: 0 -12%;
    }
    .slidercarousel.carousel {
        margin-top: -100px;
    }
}*/
/*@media (min-width:1065px) and (max-width:1245px) {
    	.slidercarousel .slide1 {
		background: url('../images/slide1.jpg') no-repeat;
		background-size: cover;
        background-position:top -70px center;
	}

	.slidercarousel .slide2 {
		background: url('../images/slide2.jpg') no-repeat;
		background-size: cover;
        background-position:top -50px center;
	}

	.slidercarousel .slide3 {
		background: url('../images/slide3.jpg') no-repeat;
		background-size: cover;
        background-position:top -50px center;
	}

	.slidercarousel .slide4 {
		background: url('../images/slide4.jpg') no-repeat;
		background-size: cover;
        background-position:top -50px center;
	}
}*/
.slidercarousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
	width:40px;
	height:50px;    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
            margin-top: -20px;
        opacity: 0;
        visibility:hidden;
}

.slider-content blockquote::before {
    display: none;
}
.slidercarousel .carousel-control.left {
    background:url(../images/slide-arrow.png) no-repeat 0 0;
}
.slidercarousel .carousel-control.right {
    background:url(../images/slide-arrow.png) no-repeat 0 0;
        background-position: -40px 0;
}
@media (min-width:992px) {
.slidercarousel:hover .carousel-control {
        opacity: 0.9;
        visibility:visible;
}
.slidercarousel:hover .carousel-control.left {
    left:10px;
}
 .slidercarousel:hover .carousel-control.right {
        right:10px;
    }
}
@media (max-width:992px) {
    .slidercarousel .carousel-control {
        opacity: 0.9;
        visibility: visible;
    }

        .slidercarousel .carousel-control.left {
            left: 10px;
        }

        .slidercarousel .carousel-control.right {
            right: 10px;
        }
    /*.slidercarousel.carousel {
           margin-top: -113px;
    }*/
   
}

@media (max-width:768px) {
    .slidercarousel.carousel,
.slidercarousel .item,
.slidercarousel .active {
    height: 455px;
}

}
/* Content elements */
.slider-carousel-content {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
.slider-carousel-inner {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-carousel-box-wrap {
    display: table-cell;
    vertical-align: bottom;
}
.slider-carousel-box {
    /*background-color: rgba(255, 30, 76, 0.85);*/
    background-color:rgba(2, 159, 225, 0.85);
    padding-left: 6%;
    padding-right: 3%;
    padding-top: 5%;
    padding-bottom: 5%;

}
.slider-carousel-box p:last-of-type {
    margin-bottom: 0;
}

.box-content-line {
    width: 180px;
    height: 1px;
    content: "";
    position: absolute;
    left: -90px;
    top: 130px;
    background-color: #fff;
}
.box-content-line:after {
       content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    top: -4px;
}
.slider-carousel-content p,.slider-carousel-content h1 {
    margin: 0 0 24px;
}
.slider-carousel-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    width: 75%;
}
.slider-carousel-content h1 {
    font-size: 70px;
    line-height: 70px;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 95%;
}
.slider-carousel-content .btn {
    width: auto;
    display: inline-block;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top:40px;
    border: 2px solid transparent;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}
.slider-carousel-content .btn.btn-medium {
    font-size: 12px;
    padding: 6px 26px 5px;
}
.slider-carousel-content .btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #212121;
}
/*****************************/
.slidercarousel .item1 .slider-overlay,.slidercarousel .item2 .slider-overlay {
    opacity:0.28;
}
.slidercarousel .item3 .slider-overlay,.slidercarousel .item5 .slider-overlay {
    opacity:0.35;
}
.slidercarousel .item4 .slider-overlay {
    opacity:0.3;
}
.slider-typography {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: -125px;
    padding: 125px 120px 0 120px;
}
.slider-typography .slider-content-wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-typography .slider-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .slider-typography .slider-content .btn-go-down{
            position: absolute;
     bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    }
.slider-typography .slider-content .btn-go-down img{
      width: 50px;
}





.arrow-container {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.arrow-container .circle {
  height: 100px;
  width: 100px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  animation-name:circle;
  animation-duration:1.3s;
  animation-timing-function:linear;
  animation-delay:0s;
  animation-iteration-count:infinite;
  animation-direction:normal;
  animation-play-state:running;
  -webkit-animation-name:circle;
  -webkit-animation-duration:1.3s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-delay:0s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-play-state:running;
}
.arrow-container .arrow {
     display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  bottom: 47px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  animation-name:arrow;
  animation-duration:1.3s;
  animation-timing-function:linear;
  animation-delay:0s;
  animation-iteration-count:infinite;
  animation-direction:normal;
  animation-play-state:running;
  -webkit-animation-name:arrow;
  -webkit-animation-duration:1.3s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-delay:0s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:normal;
  -webkit-animation-play-state:running;
}
.arrow-container .arrow-bottom{
    transform: rotate(135deg);
}
.arrow-container .pulse {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
  left: 5px;
    top: 5px;
    z-index: 0;
    background-color: transparent;
    opacity: 0;
    width: 110px;
    height: 110px;
    border: 10px solid #00baff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 1s linear infinite 0.3s;
    -moz-animation: pulse 1s linear infinite 0.3s; 
    border-image: initial;
}
@keyframes arrow
    {
    0%   {bottom:0;}
    75% {bottom:90px;}
    100% {bottom:0;}
    }
@-webkit-keyframes arrow
    {
    0%   {bottom:0;}
  75% {bottom:90px;}
    100% {bottom:0;}
  }
@keyframes circle
    {
    0%   {height:100px;}
    10% {height: 100px;}
  50% {height: 110px;}
    75% {height: 120px;}
  90% {height: 110px;}
    100% {height: 100px;}
    }
@-webkit-keyframes circle
    {
    0%   {height:100px;}
    10% {height: 100px;}
  50% {height: 110px;}
    75% {height: 120px;}
  90% {height: 110px;}
    100% {height: 100px;}
    }
@-webkit-keyframes pulse {       
  0% {-webkit-transform: scale(0); opacity: 0;}
  8% {-webkit-transform: scale(0); opacity: 0;}
  15% {-webkit-transform: scale(0.1); opacity: 1;}
  30% {-webkit-transform: scale(0.5); opacity: 1;}
  100% {opacity: 0; -webkit-transform: scale(1.5);}
}
@-moz-keyframes pulse {       
  0% {-webkit-transform: scale(0); opacity: 0;}
  8% {-webkit-transform: scale(0); opacity: 0;}
  15% {-webkit-transform: scale(0.1); opacity: 1;}
  30% {-webkit-transform: scale(0.5); opacity: 1;}
  100% {opacity: 0; -webkit-transform: scale(1.5);}
}









.slider-typography .slider-content .text-wrap {
      position: relative;
    margin:0 auto;
   width: 77%;
   display:inline-block;
    border: 4px solid rgba(255, 255, 255, 0.10196078431372549);
    padding:70px 20px 80px 20px;
        background: rgba(0, 0, 0, 0.10196078431372549);

}
.slider-typography .slider-content h1{
        font-size: 50px;
        margin-bottom: 25px;
        margin-top:0;
        font-weight:500;color: #e7e6e6;
}
.slider-typography .slider-content h1 .second-line {
    display: block;
}
.slider-typography .slider-content h1 span{
        font-size: 53px;
    text-transform: uppercase;
    position: relative;
        font-weight:700;
        text-shadow:1px 1px 5px #000;
        letter-spacing:-2px;
        color: #ffffff;    font-family: 'Montserrat', sans-serif;
}

    /*.slider-typography .slider-content h1 span:before{
               content: "\f10d";
    font-family: FontAwesome;
    font-size: 25px;
    font-weight: 100;
    position: absolute;
    top: -10px;
    left: -32px;
    color: #ff214f;
    }*/

    .slider-typography .slider-content h1 span small{
            color: #dcdcdc;
    text-transform: lowercase;
    font-size: 54px;
    color: #ff214f;
        text-shadow:none;
    }
    .slider-typography .slider-content h1 i{
     font-style:normal;
    }
.slider-typography .slider-content p {
    font-size: 20px;
    line-height: 30px;
    width:80%;
    margin:0 auto;
        letter-spacing:4px;
}

@media (max-width: 1500px) {
    .slider-typography .slider-content .text-wrap {
        width: 100%;
    }
}
@media (max-width: 1400px) {

.slider-typography .slider-content .text-wrap {
        padding: 70px 20px 70px 20px;
    
}
    .slider-typography .slider-content p {
        font-size: 17px;
    }
    .slider-carousel-box {
        padding-top: 4%;
        padding-bottom: 3.5%;
    }
    .slider-carousel-content h1 {
        font-size: 60px;
        line-height: 60px;
        width:98%;
    }
    .slider-carousel-content .btn {
        margin-top: 20px;
    }
    .box-content-line {
        top: 86px;
        left: -112px;
    }
    .slider-carousel-content p {
        font-size: 17px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .slider-typography .slider-content .text-wrap {
     width: 700px; 
}
     .slider-typography .slider-content h1 i{
     display:block;
    }
    .box-content-line {
    left: -60px;
    top: 86px;
        width: 120px;
}
    .slider-carousel-content h1 {
        font-size: 65px;
        line-height: 65px;
    }
     .slider-carousel-box {
        padding-left: 7%;
        padding-right: 7%;
    }
    .slider-carousel-content p {
        width: 85%;
    }
    slider-typography .slider-content p {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .slider-typography .slider-content .text-wrap {
        width: 600px;
     padding: 30px 20px;
     padding-bottom: 70px;
    }
    .slider-typography .slider-content h1 {
   font-size: 50px;
}

    .slider-typography .slider-content p {
    letter-spacing: 3px;
}
}

@media (max-width: 991px){
    .box-content-line {
        left: -45px;
        top: 66px;
        display: none !important;
        width: 90px;
    }
    .slider-carousel-content h1 {
        font-size: 57px;
        line-height: 58px;
        width: 100%;
    }
    .slider-carousel-content p {
        margin: 0 0 20px;
        width: 95%;
    }
    .slider-typography {
        top: -113px;
    }
}
@media (max-width: 900px) {
    /*.slidercarousel.carousel {
     margin-top: -118px; 
}*/
    .slider-carousel-content .slider-carousel-box {
          /*margin-bottom: 105px;*/
          margin-bottom:0;
    }

     .slider-typography .slider-content .text-wrap {
        width: 550px;
    }
   .slider-typography .slider-content h1 {
    font-size: 48px;
    line-height: 1.1;
}
    .slider-typography .slider-content p {
        font-size: 18px;
        width: 90%;
        line-height:1.6;
    }
     .slider-typography {
        top: -118px;
    }
}
@media (max-width: 767px) {

    .slider-typography .slider-content .text-wrap {
    padding-top: 0;
}
    .slidercarousel.carousel 
    {
        margin-top: 0;
    }.slider-typography {
        top: 0;
    }
    .slider-typography .slider-content h1 {
    font-size: 40px;
}
    .slider-typography .slider-content h1 span {
        font-size: 45px;
    }

    .slider-carousel-content h1 {
       font-size: 35px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 0;
    }
     .slider-carousel-box {
        padding: 30px !important;
    }
    .slider-carousel-content p {
        display: none !important;
        width: 100%;
    }
    .slider-typography {
    padding: 50px 0;
}
    .slider-typography .slider-content .text-wrap {
    border: 0;
    width: 90%;
}
    .slider-typography .slider-content h1 {
    font-size: 45px;
}
     .slidercarousel .carousel-control.right {
        right: 0;
    }
    .slidercarousel .carousel-control.left {
        left:0;
    }
    .slider-typography .slider-content .btn-go-down {
     transform: scale(0.6);
    }
    .slider-typography .slider-content .btn-go-down {
        bottom: -38px;
    }
}
@media (max-width: 600px) {
    .slidercarousel.carousel, .slidercarousel .item, .slidercarousel .active {
    height: 400px;
}
    .slider-typography .slider-content h1 {
        font-size: 38px;
    }
    .slider-typography .slider-content p {
    font-size: 14px;
    letter-spacing: 0;
}

   
}
@media (max-width: 500px) {
    .slider-carousel-content h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .slider-typography .slider-content h1 {
    font-size: 29px;
    font-weight: 500 !important;
}
}
@media (max-width: 400px) {
    .slidercarousel.carousel {
        overflow:hidden;
    }
    .slider-carousel-content h1 {
           font-size: 23px;
    line-height: 35px;
    }
    .slider-typography .slider-content .text-wrap {
    padding-top: 0;
}
    .slider-typography .slider-content h1 {
    font-size: 25px;
}
    .slidercarousel .carousel-control.left {
        left: -6px;
    }
     .slidercarousel .carousel-control.right {
        right: -6px;
    }
}
/*.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}
.carousel-caption {   
    top: 0;
    bottom: auto;
    text-align:left;       
    top: 25%;     
}
.slider-content {
    padding: 30px 0;
    width: 550px;
    z-index: 5;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.slider-content.center {
margin:0 auto;   
}
.demo-1 .deco {
	width: 100px;
    height: 100px;
    border: 2px dashed #ddd;
    border: 2px dashed #fff;
    border-radius: 50%;
    top: 10%;
	left:0;
	right:0;
	margin:auto;
}
.slider-content.center {
    text-align:center;
}


.slider-content  h1 {
	      color: #fff;
    padding: 10px 0;
    width: 100%;
    line-height: 40px;
	margin: 0;
    line-height: 1.1;
    text-shadow: none;
    z-index: 998 !important;
    font-size: 5em;
    font-weight: 700;
    font-family: "Open Sans";
}

.slider-content  h2 {
    text-shadow: none;
	      color: #fff;
          margin:0;
    z-index: 995 !important;
    font-size: 1.4333333333333em;
    font-weight: 300;
    font-family: "Open Sans";
    text-transform:uppercase;
        letter-spacing: 1px;
}
.slider-content h2 span{
    position:relative;
}
    .slider-content h2 span:before,.slider-content h2 span:after {
           content: '';
    background: url(../images/slide-title-border.png) repeat-x center;
    width: 50px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    }
    .slider-content h2 span:before {
    left: -60px;
    }
    .slider-content h2 span:after {
    right: -60px;
    }
.slider-content  p{
	      color: #fff;
	margin: 0 auto;
	width: 100%;
	position: relative;
	font-family:Nunito;
	font-size: 14px;
	font-style:normal;
    padding: 0px 0;
    font-weight: 400;
    font-size: 22px;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    text-shadow: none;
        letter-spacing: 1px;
    font-size: 1.3666666666667em;
    font-family: "Open Sans";
}*/

/*.slider-content  blockquote p:before {
	    color: #f0f0f0;
    color: rgba(115, 129, 135, 0.58);
    font-family: "Bookman Old Style", Bookman, Garamond, serif;
    position: absolute;
    line-height: 30px;
    width: 40px;
    height: 40px;
    font-size: 70px;
    z-index: -1;
    left: -33px;
    top: 5px;
    content: '\201C';
}
	.slider-content blockquote p:after {
		 color: #f0f0f0;
    color: rgba(115, 129, 135, 0.58);
    font-family: "Bookman Old Style", Bookman, Garamond, serif;
    position: absolute;
    line-height: 30px;
    width: 40px;
    height: 40px;
    font-size: 70px;
    z-index: -1;
    right: -33px;
    top: 100%;
    content: '\201D';
	}*/

.slider-content .slider-button {
	margin-top:20px;
	padding:0 20px;	
}
.slider-content .slider-button .button
{
	background:#087ee2;
    color:#fff;
    padding:12px 40px;
    border-radius:2px;
        display: inline-block;
        box-shadow:0 2px 5px #000;
}
/******************************************************** 
    slide 1  slider1 slide1
**********************************************************
.slide-payments {
    margin-top:100px;
}
.slide-pay-mode {
    border-right:1px solid #fff;
    padding-top: 20px;
}
.slide-pay-mode.no-border {
    border:0;
}
.slide-pay-mode img{
    max-width:100px;
    margin-top:10px;
}

.slide-pay-mode h3{
    color:#fff;
    font-weight:400;
}
.slide-pay-mode span{
    display:block;
    font-family:Nunito;
    font-weight:300;
    text-transform:capitalize;
    font-size:18px;
        color: #bbdffd;
}
@media (max-width:1500px) {   
        .slide-pay-mode span {
            font-size: 16px;
        }
}
@media (max-width:1400px) {
   
    .slide-payments {
    margin-top:90px;
}
  .slider-content.first-slide h1 {
        font-size:60px;
    }
    .slider-content.first-slide p {
        margin-top:10px;
    }
    .slide-pay-mode img {
    max-width: 90px;
}

        .slide-pay-mode h3 {
            font-size: 17px;
        }
        .slide-pay-mode span {
            font-size: 15px;
        }
}
@media (max-width:1323px) {
.slide-pay-mode span{
    font-size:14px;
}
}
@media (max-width:1245px) {
    .slider-content {
            width: 90%;
    }
      .slide-pay-mode img {
    max-width: 70px;
}
}
@media (max-width:1125px) {
   .slider-content.first-slide h1 {        
    font-size: 55px;
    }
   .slider-content.first-slide p {
            margin-top: 5px;
                font-size: 18px;
    }
.slide-pay-mode h3{
    font-size:15px;
        min-height: 65px;
}
   
}
@media (max-width:992px) {
    .slider-content.first-slide h1 {        
    font-size: 50px;
    }
    .slide-pay-mode {
        border-right: 1px solid rgb(56, 68, 80);
        border-bottom: 1px solid rgb(56, 68, 80);
        background: rgba(255, 255, 255, 0.15);
    }
}
@media (max-width:800px) {
    .slider-content.first-slide h1 {        
    font-size: 50px;
    }
}
@media (max-width:768px) {
    .slider-content {
             top:31%;
    }
    .slide-payments {
        display:none;
           
    }
}
@media (max-width:725px) {
    .slider-content {
      top:37%;
    }
}

@media (max-width:500px) {
    .slider-content.first-slide h1 {
        font-size:45px;
    }
}
@media (max-width:360px) {
     .slider-content.first-slide h1 {
        font-size:35px;
    }
}
@media (max-width:383px) {
    .slider-content {
        top: 38%;
    }
}


/******************************************************** 
    slide 2  slider2 slide2
**********************************************************
 .slider-content.second-slide  h1{
    text-align:left;
    color:#00263b;
    text-transform:uppercase;
    font-size: 45px;
    letter-spacing: 0.05em;
        padding-top: 0;
}
.slider-desk-features {
    margin-top:30px;
}
.slider-desk-features ul li{
   position: relative;
    color: #1c212b;
    padding: 10px 0;
    padding-left: 60px;
    margin: 10px 0;
}
.slider-desk-features ul li:before{
    content:'';
        position: absolute;
    top: 0;
    left: 0;
    height: 47px;
    width: 47px;
}
.slider-desk-features ul li.point1:before {
      background: url(../images/other/desk-fea-points.png) no-repeat;
    background-position: 0 0;
    background-size: 45px;
}
.slider-desk-features ul li.point2:before {
      background: url(../images/other/desk-fea-points.png) no-repeat;
    background-position:0px -50px;
    background-size: 45px;
}
.slider-desk-features ul li.point3:before {
      background: url(../images/other/desk-fea-points.png) no-repeat;
    background-position:0 -102px;
    background-size: 45px;
}
.slider-desk-features ul li.point4:before {
      background: url(../images/other/desk-fea-points.png) no-repeat;
    background-position: 0 -154px;
    background-size: 45px;
}
.slider-desk-features ul li.point5:before {
      background: url(../images/other/desk-fea-points.png) no-repeat;
    background-position: 0 -206px;
    background-size: 45px;
}
.slider-desk-features ul li.point6:before {
      background: url(../images/other/desk-fea-points.png) no-repeat;
    background-position: 0 -258px;
    background-size: 45px;
}
.slider-content.second-slide .slider-button .button{
    box-shadow:0 2px 5px #909090;
}
@media (max-width:1500px) {
 .slider-content.second-slide  h1{
    font-size: 40px;
}

}
@media (max-width:1400px) {
    .slider-content.second-slide {
            width: 90%;
    }
    .slider-content.second-slide h1 {
        font-size:41px;
    }
}
@media (max-width:1298px) {    
    .slider-content.second-slide h1 {
        font-size:37px;
    }
}
@media (max-width:1200px) {
    .slider-desk-features ul li {
            padding: 6px 0;
    padding-left: 45px;
    }
    .slider-desk-features ul li:before {
            height: 36px;
    width: 36px;
    }
        .slider-desk-features ul li.point1:before {
            background: url(../images/other/desk-fea-points.png) no-repeat;
            background-position: 0 0;
            background-size: 36px;
        }
        .slider-desk-features ul li.point2:before {
            background: url(../images/other/desk-fea-points.png) no-repeat;
            background-position:0px -41px;
            background-size: 36px;
        }
        .slider-desk-features ul li.point3:before {
            background: url(../images/other/desk-fea-points.png) no-repeat;
            background-position:0px -82px;
            background-size: 36px;
        }
        .slider-desk-features ul li.point4:before {
            background: url(../images/other/desk-fea-points.png) no-repeat;
            background-position:0px -124px;
            background-size: 36px;
        }
        .slider-desk-features ul li.point5:before {
            background: url(../images/other/desk-fea-points.png) no-repeat;
            background-position:0px -165px;
            background-size: 36px;
        }
        .slider-desk-features ul li.point6:before {
            background: url(../images/other/desk-fea-points.png) no-repeat;
            background-position:0px -207px;
            background-size: 36px;
        }
    
}
@media (max-width:1180px) {    
    .slider-content.second-slide h1 {
        font-size:34px;
    }
}
@media (max-width:1092px) {    
    .slider-content.second-slide h1 {
        font-size:30px;
    }
}
@media (max-width:975px) {
    .slider-content.second-slide h1 {
        text-align:center;
    }
    .slider-desk-features ul li {
        font-size:14px;
    }
}
@media (max-width:835px) {
    .slider-desk-features ul li {
        margin:4px 0;
    }
}
@media (max-width:768px) {
    .slider-content.second-slide h1 {
        font-size: 40px;
            padding-left: 0;
            padding-right: 0;
    }
    .slider-content.second-slide {
        top:18%;
    }
    .slider-desk-features {
        margin-top:0;
    }
     .slider-content.second-slide .slider-button {
         margin-top:0;
        margin-bottom:20px;
    }
}
@media (max-width:725px) {
    .slider-content.second-slide {
        top: 27%;
    }
      .slider-content.second-slide h1 {
        font-size: 37px;
    }
}
@media (max-width:725px) {
    .slider-content.second-slide {
        top: 28%;
    }
}
@media (max-width:600px) {
    .slider-content.second-slide h1 {
        font-size: 30px;
    }
}

@media (max-width:435px) {
   .slider-content.second-slide {
    top: 37%;
}
   .slider-content.second-slide h1 {
    font-size: 23px;
}
}
@media (max-width:383px) {
   .slider-content.second-slide {
    top: 40%;
}
   .slider-content.second-slide h1 {
    font-size: 23px;
}
}

/******************************************************** 
    slide 3  slider3 slide3
**********************************************************
.slider-content.third-slide h1{
    color:#0e1217;
    text-align:center;
    font-weight:100;
    padding-bottom:5px;
    font-size:50px;    
    padding-top: 10px;
}

.slider-content.third-slide p{
    color:#0e1217;
    text-align:center;
    letter-spacing:0.3em;
    font-family:Nunito;
    font-size:17px;
}
.slider-content.third-slide .slider-button .button{
    box-shadow:0 2px 5px #909090;
}
.slider-content.third-slide .quikfee-feature-box {
    background: transparent;
    padding-bottom: 0;
}

.slider-content.third-slide .quikfee-features {
    padding-top: 50px;
}
.slider-content.third-slide .quikfee-features .text-item h5 {
    font-size: 19px;
    font-weight:500;
    color: #2a3440;
}
.slider-content.third-slide .quikfee-features .text-item .info {
    font-size: 16px;
}
.slider-content.third-slide .quikfee-features .slide-feature-img img{
    max-height:394px;
}
.slider-content.third-slide .quikfee-features .text-item .dot-line:before {
    background: #eea639;
}
.slider-content.third-slide .quikfee-features .text-item .dot-line:after {
    background: #eea639;
}
.slider-content.third-slide .quikfee-features .text-item .dot-line {
    border-top: 1px solid #eda433;
}
.slider-content.third-slide .quikfee-features .text-item:after {
    background: #87aa3b;
}
@media (max-width:1400px) {
    .slider-content.third-slide .quikfee-features .text-item.top-item, .slider-content.third-slide .quikfee-features .text-item.middle-item {
        margin-bottom: 40px;
    }
}
@media (max-width:815px) {
   
  .slider-content.third-slide h1 {
    font-size: 45px;
        line-height: 64px;
}
   
}
@media (max-width: 768px) {
    .slider-content.third-slide {
 top: 16%;
    }
   .slider-content.third-slide h1 span{
     background: #1acbde !important;
}
   .slider-content.third-slide .quikfee-features {
    padding-top: 20px;
}
}
@media (max-width:745px) {
    .slider-content.third-slide {
            top: 16%;
    }
  .slider-content.third-slide h1 {
    font-size: 45px;
        line-height: 1.5;
}
}
@media (max-width:725px) {
    .slider-content.third-slide {
        top: 26%;
    }
}
@media (max-width:435px) {
   .slider-content.third-slide {
    top: 33%;
}
   .slider-content.third-slide h1 {
       font-size: 35px;
}
    .slider-content.third-slide p {
            font-size: 13px;
    }
}
@media (max-width:383px) {
   .slider-content.third-slide {
    top: 35%;
}
}
/******************************************************** 
    slide 4  slider4 slide4
**********************************************************
.slider-content.fourth-slide {
}
.slider-content.fourth-slide .slide-bank{
    height:100px;
    text-align:center;
        background: rgb(255, 255, 255);
    box-shadow: 0 0 50px #667079;
}

.slider-content.fourth-slide .slide-bank > div{
    height:100px;
    text-align:center;
}
.slider-content.fourth-slide .slide-bank img{
    width:180px;
    background:#fff;
     margin-top: 27px;
}
.slide-bank-wrap {
    margin-top:40px;
}
.slider-content.fourth-slide .slider-button .button{
        box-shadow: 0 2px 5px #1b3143;
}
@media (max-width:992px) {
    .slider-content.fourth-slide h1 {
        font-size: 55px;
    }
}
@media (max-width:768px) {
     .slider-content.fourth-slide .slide-bank img {
        margin-top: 32px;
    }
    .slide-bank-wrap {
        margin-top: 30px;
    }
    .slider-content.fourth-slide h1 {
        font-size: 50px;
    }
    .slider-content.fourth-slide {
        top: 17%;
    }
}
@media (max-width: 725px) {
    .slider-content.fourth-slide {
        top: 27%;
    }
}
@media (max-width: 500px) {
      .slider-content.fourth-slide {
        top: 38%;
    }
    .slide-bank-wrap {
        display:none;
    }
}
@media (max-width: 400px) {
      .slider-content.fourth-slide {
        top: 40%;
    }
     .slider-content.fourth-slide h1 {
        font-size: 40px;
    }
}
/******************************************************** 
    slide end
**********************************************************/

/* Animations for content elements */

 /*.slider-content,.slider-caption h3,.slider-caption h5,.slider-caption p{
	-webkit-animation: scaleUp 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: scaleUp 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: scaleUp 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: scaleUp 1s ease-out both, fadeIn 1s ease-out both;
	animation: scaleUp 1s ease-out both, fadeIn 1s ease-out both;
}
 .slider-content h2,.slider-caption h2, .slider-button,.slider-caption h4{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
blockquote,.slider-caption img{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .slider-content{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2,.sl-trans-back-elems .slider-button{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}*/
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}


@-webkit-keyframes scaleUp{
	0% {-webkit-transform: scale(0.9);}
	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes scaleUp{
	0% {-moz-transform: scale(0.9);}
	100% {-moz-transform: scale(1);}
}
@-o-keyframes scaleUp{
	0% {-o-transform: scale(0.9);}
	100% {-o-transform: scale(1);}
}
@-ms-keyframes scaleUp{
	0% {-ms-transform: scale(0.9);}
	100% {-ms-transform: scale(1);}
}
@keyframes scaleUp{
	0% {transform: scale(0.9);}
	100% {transform: scale(1);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

/*@media screen and (max-width: 767px) {
	.slider-content {
		right: auto;
    left: 2%;
	    bottom: 4%;
	}
	.slider-content h2 {
		font-size:22px;
		line-height:32px;
	}

	.slider-content blockquote p {
		margin-top:8px;
	}
	


}
@media screen and (max-width: 520px) {
	.slider-content {
		width:300px;
		padding: 10px;
		height:310px;
	}
	.slider-content h2 {
		    font-size: 17px;
    line-height: 23px;
	}

	.slider-content blockquote p {
		margin-top:0;
		width:100%;
		font-size:13px;
	}
		.slider-content blockquote p:before {
			left: -10px;
    top: 7px;
		}
		.slider-content blockquote p:after {
			right:-5px;
		}
	.slider-content .slider-button {
		margin-top:30px;
	}
		.slider-content .slider-button .button {
			font-size: 14px;
		}



}*/