
*{margin: 0; padding: 0;}
html,body{ width:100%;	height:100%; background:#FFF;}
html{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body { /*font-family: 'Roboto';*/  font-family: 'Lato';font-size:14px;}
section{ position: relative; }

/*     Maoin style    */
/*--------------------*/

.main-header {
    padding: 0;
    transition: background 0.4s ease-in-out 0s;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
   /*     border-bottom: 1px solid rgba(255, 255, 255, 0.18);*/

}


.main-header nav.navbar {margin: 0; border:0;}
.main-container{top:800px;background: white;z-index: 10;position: relative;}
.main-header  .navbar-brand {
    float: left;
    height: auto;
    padding: 4px 15px;
    font-size: 60px;
    line-height: 78px;
    font-weight: 600;
    color: #277db9;
}

.navbar-brand>img{ width: 120px }
.main-header .nav>li>a {color: #0093e2; font-size: 18px; padding: 34px 30px;}
.main-header .nav>li>a:focus, .main-header .nav>li>a:hover {color:#fff; background-color:#34A0DD;}
.main-header.stiky{transition: transform 1s ease-out; position: fixed; background:rgba(255, 255, 255, 1);
 /* border-bottom: 1px solid #666; */ box-shadow: 0 0 10px #222; }

.main-header.stiky .navbar-brand > img { width: 72px;}
.main-header.stiky .nav>li>a { padding: 18px 24px;}

 /* Carousel Styles */

.slider-container{background: url(../images/BannerBg3.jpg) no-repeat center top;
    height: 620px;
    background-size: cover;
    position:relative;
}

.slider-container .sliderShadow{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 82, 123, 0.63)}
.slider-container  #BannerCarousel.carousel { margin-bottom: 0; padding:160px 50px 10px 50px;}
#BannerCarousel.carousel {
    margin-bottom: 0;
    padding: 0 50px 30px 50px;
}
#BannerCarousel .carousel-control.left {
    left: -12px;
    background:none
}
#BannerCarousel .carousel-control.right {
    right: -12px;
    background:none
}
/* Changes the position of the indicators */
#BannerCarousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
#BannerCarousel .carousel-indicators li {
    background: #ddd;
}
#BannerCarousel .carousel-indicators .active {
    background: #38c6f4;
    border: 2px solid #38c6f4;
}
}

#BannerCarousel .carousel-inner>.item{ text-align:center}
#BannerCarousel .carousel-control.left, #myCarousel .carousel-control.right {background-image: none;}
#BannerCarousel .carousel-control { width: 60px; top: 50%; color: #e00000; height: 28px;  font-size: 60px; margin-top: -14px;}
#BannerCarousel .carousel-control:hover,
#BannerCarousel .carousel-control:focus {
    color: #e00000;
    text-decoration: none;
    outline: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}



.slider-container .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.slider-container .carousel-fade .carousel-inner .item,
.slider-container .carousel-fade .carousel-inner .active.left,
.slider-container .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.slider-container .carousel-fade .carousel-inner .active,
.slider-container .carousel-fade .carousel-inner .next.left,
.slider-container .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.slider-container .carousel-fade .carousel-inner .next,
.slider-container .carousel-fade .carousel-inner .prev,
.slider-container .carousel-fade .carousel-inner .active.left,
.slider-container .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slider-container .carousel-fade .carousel-control {
    z-index: 2;
}

.slider-container #BannerCarousel .carousel-control {color: #fff; height: 28px; font-size: 20px;}
.slider-container .slideMove {
    position: absolute;
    bottom: 20px;
    /*bottom:-21px;*/
    width: 40%;
    left: 30%;
}

.slider-container #BannerCarousel .carousel-inner{min-height: 430px;}

.slider-container #BannerCarousel .carousel-indicators { bottom: -18px;}

.slideContent{display:block; text-align:left}
.slideContent h2 {
    font-size: 4.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 6rem;
    margin: 0;
    padding-top: 20px;
    text-align: center;
}

.slideContent h2 span {
      display: block;
          text-align: center;
          color: #fff;
          font-size: 18px;
          line-height: 26px;
         
          font-weight: normal;
          text-transform: none;
          margin: 0 10%;
           margin-top: 30px;
}


.slideContent .contact-btn {
    font-weight: 600;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
    border: solid 1px #ffffff;
    color: #fff;
    padding: 11px 16px;
    margin: 0 auto;
    margin-top: 50px;
    display: grid;
    width: 200px;
}

.slideContent .contact-btn:hover {
    background: #38c6f4;
    border: solid 1px #38c6f4;
    color: #fff;  
}

.BlogBox {
    display: block;
    padding: 14px;
    transition: all .2s ease-in-out;
    border: solid 1px transparent;
    border-radius: 8px;
    margin-bottom: 15px;
}

.BlogBox .icon-block {
    display: inline-block;  width: 44px;
    vertical-align: top; font-size: 24px;
    margin-top: 0;color: #fff;
}


.BlogBox h3, .BlogBox p{
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
     width: calc(100% - 60px);
}

.BlogBox h3  span {
    color: #f2a428;
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom:6px
}

.BlogBox a, .BlogBox a:visited {
    color: #fff !important;
    line-height: 24px;
    font-size: 18px;
}

.BlogBox .partner-logo {
    width: auto;
        height: 36px;
        margin-top: 10px;
}

.BlogBox.slide5-text p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 18px;

}

.BlogBox .partner {
    width: 58%!important;
}

.BlogBox.slide5-text p > a {
    color: #50aae8 !important;
    font-size: 18px;
    line-height: 24px;
}

.BlogBox .slider-technology-logo {
    padding-left: 30px;
}

.BlogBox .slider-technology-logo img {
    height: 36px;
    margin: 15px 15px 4px;
}

.BlogBox .kafka-logo {
    height: 36px !important;
}



.BlogBox .elastic-banner-logo,
.BlogBox .scala-technology-logo,
.BlogBox .akka-logo,
.BlogBox .lagom-tech {
    height: 36px !important;
}

.BlogBox .cassandra-logo{  height:40px !important;}



.banner-txtwrap{
    position: absolute;
    z-index: 8;
    width: 70%;
    left: 15%;
    margin-top: 15%;
    text-align: center;
}

.banner-txtwrap .chain-icon{color: #fff;  font-size: 74px;  margin-bottom: 20px }
.banner-txtwrap .chain-icon:hover{  cursor: default;
    transform: rotate(720deg);
    transition: all 0.5s ease-in-out 0s;  } 



.serivceBg{background: url(../images/pic1.jpg) no-repeat center top; min-height: 500px;
    background-size: cover;
    position:relative;
    padding:40px 0; background-color: #444; z-index: 20; overflow: hidden;
}

.serivceBg .sliderShadow{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 28, 49, 0.9)}
.serivceBg .heading{font-size: 40px; color: #fff; margin-bottom: 20px; margin-top:10px; text-align: center;}

.aboutBlog{padding: 1px 0; background-color: #FFF; z-index: 20; overflow: hidden; height:2000px}
.about_txt{padding:0 40px 0 120px}
.about_txt .heading{font-size: 40px; margin-bottom: 20px; margin-top:50px; text-align: center;}
.about_txt .paratxt{font-size: 18px; line-height: 30px; margin-bottom: 14px;}


/*#about:before {
    content: "";
    display: block;
    background-color: #effbf9/*rgba(36, 98, 133, 0.19)/;
    width: 1400px;
    height: 1400px;
    position: absolute;
    transform: rotate(-51deg);
    top: -10px;
    z-index: 0;
    left: -74%;
}*/
/*#about:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 1000px;
    height: 1000px;
    position: absolute;
    transform: rotate(0deg);
    top: -50%;
    z-index: -1;
    left: 50%;
}
*/

#about:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 1);
    width: 1000px;
    height: 100px;
    position: absolute;
    transform: rotate(80deg);
    top: 80px;
    z-index: 1;
    left: 122px;
}

#services .icons{font-size: 34px;color: white;border: 1px solid #fff;padding: 15px;}
#services .icons:hover{ cursor: default;
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out 0s;
    background: #fff;
    color: #c35000;
    border-radius: 50%;
  }


#team::before {
    content: "";
    display: block;
    background-color: rgb(255, 255, 255);
    width: 400px;
    height: 2400px;
    position: fixed;
    transform: rotate(53deg);
    bottom: -100%;
    z-index: 0;
    left: 50%;
}


/*#services:before {
    content: "";
    display: block;
    background-color: #effbf9/*rgba(36, 98, 133, 0.19)/;
    width: 1400px;
    height: 1400px;
    position: absolute;
    transform: rotate(-45deg);
    top: -92%;
    z-index: 0;
    left: -90%;
}
#services:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 1000px;
    height: 1000px;
    position: absolute;
    transform: rotate(0deg);
    top: -50%;
    z-index: -1;
    left: 50%;
}*/

section .headlinelight {
    margin:10px auto 40px;
}
section .headlinelight:before {
    content: " ";
    width: 220px;
    height: 2px;
    background-color: #FFF;
    margin: 0 auto;
    display: block;
}
section .headlinelight:after {
    margin: 0 auto;
    content: " ";
    width: 60px;
    height: 6px;
    background-color: #FFF;
    display: block;
}

section .headlinedrk {
    margin:10px auto 40px;
}
section .headlinedrk:before {
    content: " ";
    width: 220px;
    height: 2px;
    background-color: #222 ;
    margin: 0 auto;
    display: block;
}
section .headlinedrk:after {
    margin: 0 auto;
    content: " ";
    width: 60px;
    height: 6px;
    background-color: #222;
    display: block;
}


.contact{ background: #274a63 url(../images/footerBg.jpg) center top no-repeat; background-size: cover; background-attachment: fixed;
z-index: 16; padding: 20px  0; }

.contact .heading{font-size: 40px; color:  #fff; margin-bottom: 20px; margin-top:50px; text-align: center;}

.footer-shadow{ position: absolute;  top:0; left: 0; width: 100%;  height: 100%; background: rgba(0, 96, 144, 0.83) }



.footer-title {
    margin-top: 30px;
    border-top: 1px solid #676767;
    padding: 20px 50px;
    z-index: 60;
    position: relative;
    background: rgba(9, 33, 49, 0.44);
}
.footer-title li{ list-style-type: none;  display: inline-block; margin-right: 50px; }
.footer-title li a{ color: #ddd }


.colm-border {
    border: 1px solid rgba(82, 159, 232, 0.14);
   
    min-height: 520px;
}

.service-item-blog {
    display: block;
    margin: 0;
    padding: 20px;
    
}
.service-item-blog .service-icon {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 10px auto 24px;
    border-radius: 50%;
    line-height: 50px;
    background: #529fe8;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.service-item-blog .service-icon:after {
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: -8px;
    left: -8px;
    border: 3px solid #529fe8;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

 

.service-item-blog .service-icon img.imag {
    width: 50px;
    margin-top: 6px
}

.service-item-blog .overview-head {
    text-align: center;
    font-size: 20px;
    height:50px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #FFF;


}

.service-item-blog .p-text {
    text-align: justify;
    font-size: 14px;
    line-height: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.62);
    border: 0;
    padding-top: 15px;
    overflow: hidden;
}

ul.servicelist {
    margin: 0;
    padding: 15px 0 0 20px;
}
.service-item-blog ul.servicelist li {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.62);
    border: 0;
    margin-bottom: 15px;
    
    list-style-type: square;
}


.service-list:hover {
    background: #1f70bd;
    border: 1px solid #1f70bd;
    
}
.service-list:hover .service-item-blog { opacity:0}
.service-item-blog-hover{ opacity:0}
.service-list:hover .service-item-blog-hover{
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    padding: 15px 15px;
    text-align: center;
    height: 100px;
    margin-top: 0px;
    display:block;
    width:100%;
    /*color:#fff !important;*/
}
.service-list:hover .service-item-blog{
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    height: 100px;
    margin-top: 0px;
    display:block;
    width:100%;
    color:#fff !important;
}
.service-list:hover .service-item-blog .p-text{
    color:#fff !important;
}
.service-list:hover  .service-item-blog .overview-head{
    color:#fff !important;
}
.service-list:hover .service-item-blog .service-icon {
    background: none;
    color: #fff;
}
.service-list:hover .service-item-blog .service-icon img{
    transition: all .22s ease-out;
}
.service-list:hover .service-item-blog .service-icon:after {
    border: 3px solid #fff;
}
.service-item-blog-hover .overview-head {
    text-align: center;
    font-size: 22px;
    height: auto;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0;
    color:#fff;
    left: -200px;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    top:0px;
    width: 100%;
    text-align: center;

}
.service-item-blog-hover{   
    text-align:center;
}
.service-item-blog-hover .readmore{
    color:#fff;
    text-align: center;
    /*right: -200px;*/
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease;
    transition: all .5s ease-out;
    top: 340%;
    width: 100%;
    border: 2px solid #fff;
    padding: 5px 11px;
    font-size: 18px;
}

.sliderLogo {height: 360px; margin-top: 0}
.sliderLogo img{max-height: 100%}

@media screen and (max-width:1200px) {
 #about::before {display: none;}

 .aboutBlog {
    height: auto;
}

.about_txt {
    padding: 0 20px 0;
}

.about_txt .heading {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.about_txt .paratxt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

}




@media screen and (max-width:767px) and (min-width:481px) {

 .navbar-brand > img {
    width: 80px;
  }

  .main-header .navbar-brand {
    padding: 4px;
  }

  .navbar-toggle {
    margin-top: 15px;
    border: 1px solid #a2a2a2;
    }

  .navbar-toggle .icon-bar {
    width: 24px;
    background: #666;
  }  

  .main-header .nav > li > a {
    padding: 18px 24px;
}

.slider-container #BannerCarousel.carousel {
    margin-bottom: 0;
    padding: 120px 10px 20px 10px;
}

.slideContent h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
    padding-top: 10px;
}

.slideContent h2 span {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
 margin-top: 30px;
}

.slideContent .contact-btn {
 margin-top: 30px;
    width: 200px;
}

.slider-container .slideMove {
    bottom: 30px;
 }

 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 0;
    margin-left:0px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 0;
    margin-right: 0;
}

.about_txt {
    padding: 0 10px;
}

#about::before {display: none;}

.about_txt .heading{font-size: 32px; margin-bottom: 20px; margin-top:40px; }
.about_txt .paratxt{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    text-align: center;}

 .aboutBlog {
    padding: 1px 0 30px;
   
}   

.serivceBg .heading {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.colm-border {
    border: 1px solid rgba(82, 159, 232, 0.14);
    min-height: auto;
    margin:15px;
}

.service-item-blog {
    display: block;
    margin: 0;
    padding: 20px 0px;
}

.service-item-blog .overview-head {
     height: auto;
  }

  .contact .heading{font-size: 30px; color:  #fff; margin-bottom: 20px; margin-top:30px;}


  .txt-center { text-align: center; }
/* media style*/
}

@media screen and (max-width:480px) and (min-width:300px) {

  .sliderLogo {height: 300px; margin-top: 80px}
.sliderLogo img{max-width: 100%; max-height: inherit;}  

 .navbar-brand > img {
    width: 80px;
  }

  .main-header .navbar-brand {
    padding: 4px;
  }

  .navbar-toggle {
    margin-top: 15px;
    border: 1px solid #a2a2a2;
    }

  .navbar-toggle .icon-bar {
    width: 24px;
    background: #666;
  }  

  .main-header .nav > li > a {
    padding: 18px 24px;
}

.slider-container #BannerCarousel.carousel {
    margin-bottom: 0;
    padding: 120px 10px 20px 10px;
}

.slideContent h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
    padding-top: 10px;
}

.slideContent h2 span {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
 margin-top: 30px;
}

.slideContent .contact-btn {
 margin-top: 30px;
    width: 90%;
}

.slider-container .slideMove {
    bottom: 30px;
 }

 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 0;
    margin-left:0px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 0;
    margin-right: 0;
}

#about::before {display: none;}
.about_txt {
    padding: 0 10px;
}

.about_txt .heading{font-size: 32px; margin-bottom: 20px; margin-top:40px; }
.about_txt .paratxt{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    text-align: center;}

 .aboutBlog {
    padding: 1px 0 30px;
    height: auto;
}   

.serivceBg .heading {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.colm-border {
    border: 1px solid rgba(82, 159, 232, 0.14);
    min-height: auto;
    margin:15px;
}

.service-item-blog {
    display: block;
    margin: 0;
    padding: 20px 0px;
}

.service-item-blog .overview-head {
     height: auto;
  }

  .contact .heading{font-size: 30px; color:  #fff; margin-bottom: 20px; margin-top:30px;}


  .txt-center { text-align: center; }
/* media style*/
}
