/* lm */

.header-shape-1{
    background-image: none;
}
.navbar-nav .nav-item a{
    color: #fff;
}
.sticky .nav-item a{
    color: #000;
}
.navbar-area .black-logo{ 
   display: none;
}
.sticky .white-logo{
    display: none;
}
.sticky .black-logo{
    display: block;
}
.link-block {
    width: 210px;
    cursor: pointer;
  }
  
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  
  .image-2 {
    transition: transform .3s;
  }
  
  .image-2:hover {
    filter: invert();
  }

  .intro_sec {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: black;
}
.intro_heading {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}
.heading-3.line_second {
    color: #fff;
    margin-top: 0;
    font-size: 30px;
}
.heading-3 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}


.right_cnt_area {
    float: left;
}
.div-block-36 {
    display: flex;
}
.heading-4 {
    color: #fff;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.paragraph-2 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 13px;
}
.div-block-37 {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    margin-left: auto;
    margin-right: auto;
}
.image-3 {
    width: 60px;
    margin-right: 10px;
}

/* our app */
.our-app{
    background-color: #000;
    background-image: url('../images/blackbg.jpg');
    background-repeat: no-repeat;
    background-position:center ;
}
.our-app-heading{
    padding: 60px 0;
}
.icon-details-block{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.details-block{
    margin-left:20px ;
}

.details-title{
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.details-pera{
    color: #fff;
}
.icon-img{
    width: 130px;
}
.details-block .link-block{
    margin-top: 20px;
}
/*  */

#scroller{
    width: 10000%;
  }
  #scroller.ready > *{
    display: inline-block;
    float:left;
    overflow: hidden;
  
    webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  
  
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  
  
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  
  
    -webkit-animation-name: marginator;
    animation-name: marginator;
  
  
  
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  #scroller:hover > *{
  
  
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
  @-webkit-keyframes marginator {
    0% {
      -webkit-transform: translate(0,0);
      -webkit-transform: translate3d(0,0,0);
    }
    100% {
      -webkit-transform: translate(-100%,0);
      -webkit-transform: translate3d(-100%,0,0);
    }
  }
  
  @keyframes marginator {
    0% {
  
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
  
  
      -webkit-transform: translate(-100%,0);
      transform: translate(-100%,0);
  
  
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  }
  #scroller-wrapper{
    overflow: hidden;
  }
  /* testimonial*/
  .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/* counter-section */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,   sans-serif;
  font-size: 13px;
  color: #666;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  direction: ltr;
}

.sectionClass {
 
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.projectFactsWrap{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}
/* 
.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
} */

.projectFactsWrap .item p.number{
  font-size: 24px;
  padding: 0;
  font-weight: bold;
  margin-bottom: 15px;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10PX;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: #0898E7;
}

.projectFactsWrap .item:hover span{
  background: #0898E7;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}
.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

}



/*-----Testimonial-------*/

/* .testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
} */

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../images/blackbg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
    font-family: Poppins, sans-serif;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

/* footer */
.footer-widget{
    background: #000;
}
.footer-title h4{
    color: #fff;
}
.footer-about .text{
    color: #fff;
}
.footer-link .link li a{
    color: #fff;
}
.footer-contact .contact-list li .contact-info .info-content .text,.footer-contact .contact-list li .contact-info .info-content .text a{
    color: #fff;
}
.footer-contact .contact-list li .contact-info .info-content .text a i{
    margin-right: 10px;
}

/* footer end */

















@media (max-width: 767.98px) { 

    .sky{
        display: none;
    }
 }