/*body{
      color: #999999;
    line-height: 24px;
}*/
@import url('https://fonts.googleapis.com/css?family=Acme');
.fa-3x {
    font-size: 3em;
    color: #3452ff;
}
.pd-left{
	padding-left: 0;
}
.pd-right{
	padding-right: 0;
}
.navbar .navbar-nav > li > a {
    /*color: inherit;*/
    padding-top: 15px; 
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: transform 1s ease-in-out;
    
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active {
    color: inherit;
    background-color: rgb(52, 82, 255);
    transform: scale(1.05,1.05);
}
.navbar .navbar-nav > li > a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #3452ff;
    content: "";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.navbar .navbar-brand{
  font-weight: 500;
  letter-spacing: 2px;
  font-family: 'Acme', sans-serif;
  font-size:2em;
}
/* home page*/
.description-home{

color: #848484;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    margin: 15px 0 0;
    line-height: 26px;
    font-family: 'Lora', serif;
}
/*welcome area section */
.welcome-area {
    padding-bottom: 40px;
    position: relative;
}
.sec-padding {
    padding: 80px 0 0 0;
}
.welcome-area .single-item {

}
.welcome-area .single-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.welcome-area .single-item .img-holder img{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%; 
    height: 250px;       
}
.welcome-area .single-item .img-holder .overlay-style-two .box .content a i {
    opacity: 1;
    border: 1px solid #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 15px;
    line-height: 40px;
    transition: all 500ms ease;
}
.welcome-area .single-item:hover .img-holder .overlay-style-two{
	bottom:0px;
	opacity:1;	
}
.welcome-area .single-item:hover .img-holder img{
    transform: scale(1.1);
}
.welcome-area .single-item .img-holder .overlay-style-two .box .content a:hover i{
    background: #001fd1;
    color: #fff;
    border-color: #011cb7;
}
.welcome-area .single-item .text-holder {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #f4f4f4;
    position: relative;
    top: -40px;
    background: #fff;
    display: block;
    padding: 25px 15px 11px;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.welcome-area .single-item .text-holder a{
  text-decoration: none;
}
.welcome-area .single-item .text-holder:before {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: #3452ff;
    left: 0;
    top: -1px;
}
.welcome-area .single-item .text-holder:after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: -1px;
  transform: scaleX(0);
  transition: .5s ease;
}
.welcome-area .single-item:hover .text-holder:after {
  transform: scaleX(1);
  transition: .5s ease;
}
.welcome-area .single-item .text-holder .title{
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 12px;
    transition: all 500ms ease;
}
.welcome-area .single-item .text-holder .title:hover{
    color: #3452ff;
}
.welcome-area .single-item .text-holder p{}

.section .welcome-button{
  margin: 6% 0 0 0;
}

.section .welcome-button a button{
  background-color: #3452ff;
}
.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: -85%;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    background: rgba(52, 82, 255, 0.90);
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.overlay-style-two .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-two .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}


/*ending of the welcome section*/

/* know more about us */

.section-about-us .text-wrapper .about-text-heading h3{
	font-weight: bold;
}
.section-about-us .text-wrapper .about-text-heading h4{
	font-weight: bold;
}
.section-about-us .text-wrapper .dan-img{
  width:25.8%;
    float: left;
    height: auto;
    margin: 0px 30px 0px 0px;
}
#about-panel .panel > .panel-heading, .panel.panel-default > .panel-heading {
    background-color: #3452ff;
    color: white;
    font-size: larger;
    font-weight: 400;
}
#about-panel a {
    text-decoration: none;
}
 .hvr-float-about {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px transparent;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
 .hvr-float-about:hover,  .hvr-float-about:focus,  .hvr-float-about:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/*ending of the about us*/



/*testmonial carsousel*/
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

#lakshay.carousel {
  padding-bottom: 60px;
}
#lakshay.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#lakshay.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#lakshay.carousel .carousel-indicators {
  bottom: 10px;
}
#lakshay.carousel .carousel-indicators > li {
  background-color: #121111;
  border: none;
}
#lakshay blockquote {
    text-align: center;
    border: none;
}
#lakshay .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}


/*** 
=============================================
    Services Area style
=============================================
***/

.services-area .promotion-box{
  overflow: hidden;
  padding-top: 50px;
}
.services-area .promotion-box .singel-box {
  border: 1px solid #f4f4f4;
  display: block;
  padding: 25px 20px 15px;
  margin: 10px 0;
  transition: all 500ms ease;
}
.services-area .promotion-box .singel-box:hover{
  border-color: #3452ff;
  -webkit-box-shadow: 7px 7px 21px -5px rgba(160,164,184,0.81);
-moz-box-shadow: 7px 7px 21px -5px rgba(160,164,184,0.81);
box-shadow: 7px 7px 21px -5px rgba(160,164,184,0.81);
}
.services-area .promotion-box .singel-box .text-holder {
  color: #999999;
  line-height: 24px;
}
.services-area .promotion-box .singel-box .top {
  padding-left: 60px;
  position: relative;
  padding-bottom: 17px;
}
.services-area .promotion-box .singel-box .top .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.services-area .promotion-box .singel-box .top .icon-holder span:before {
  font-size: 35px;
  color: #3452ff;
  line-height: 35px;
}
.services-area .promotion-box .singel-box .top .title-holder {
}
.services-area .promotion-box .singel-box .top .title-holder h3 {
  line-height: 30px;
  color: #303030;
    font-size: 24px;
    font-weight: 400;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*featured projects and the choices*/

.project-choice-area {
    /*background: #f9f9f9 none repeat scroll 0 0;*/
    padding-bottom: 60px;
    margin-top: 45px;
}
.project-choice-area .featured-projects{
   margin-left: -7.5px;
    margin-right: -7.5px; 
}
.project-choice-area .featured-projects .sec-title {
    padding-left: 7.5px;
}
.sec-title {
    margin-top: 0px;
    padding-bottom: 42px;
    position: relative;
}
.sec-title h1 {
    color: #222222;
    font-size: 32px;
    line-height: 30px;
    text-transform: none;
}
.sec-title .icon-holder {
    overflow: hidden;
    position: relative;
    margin: 0px 0 0;
    line-height: 10px;
    display: inline-block;
}
.project-choice-area .featured-img{
      float: left;
    margin-right:20px;
    width: 161px;
    height: 91px;
}


/*latest news and aritcles*/

div#rssincl-box-1157067  {
    width: 100% ! important;
    overflow-x: auto;
    border: 1px solid #CCCCCC ! important;
    height: 365px ! important;
}

div#rssincl-box-1157067  div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
    margin: 0 20px 5px 13px ! important;
    float: left ! important;
    width: 100px ! important;
    height: 100px ! important;
}
div#rssincl-box-1157067  div.rssincl-content div.rssincl-entry {
    padding: 10px ! important;
    background-color: #FFFFFF ! important;
    border-bottom: 1px dashed #808080 ! important;
}
div#rssincl-box-1157067  div.rssincl-head {
    padding: 6px ! important;
    background-color: #55A0FF ! important;
    border-bottom: none ! important;
}


#eawidget-container{
  width: 100% ! important ;
  margin-top: 0 ! important;
}
.feed-container .header {
  background-color: #3654ff ! important;
}
.feed-container .header {
  margin: 0px;
  padding: 5px 5px 5px 5px;
  color: #fff;
  background-color: #3654ff;
  background-image: url();
}
   
#topcontrol{
  z-index: 100 ! important;
}



/* business It page rules*/
#business-panel .panel > .panel-heading, .panel.panel-default > .panel-heading {
    background-color: #3452ff;
    color: white;
    font-size: larger;
    font-weight: 400;
}
#business-panel a {
    text-decoration: none;
}
 .hvr-float-bussines {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px transparent;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
 .hvr-float-bussines:hover,  .hvr-float-bussines:focus,  .hvr-float-bussines:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*------- about page rules -----------*/


.bs-slider{
    overflow: hidden;
    max-height: 660px;
    position: relative;
    background: #000000;
}
/*.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}*/
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity:1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.left span {
  display: block;
  margin-top: -3px;
  margin-left: -6px;
  font-size: 49px;
}
.control-round .carousel-control.right span {
  display: block;
  margin-top: -3px;
  margin-right: -6px;
  font-size: 49px;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left,
.control-round .carousel-control.right{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    background: #fdfdfd;
    color:rgba(52, 82, 255, 0.90);
    border: 1px solid white;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
/*indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
*/


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 16%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 20px;
    }
    .slide-text > p {
      font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
      padding: 10px 50px;
    }
    .slide-text h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px;
    }
    .slide-text > p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
    }
    .control-round .carousel-control{
      display: none;
    }

}
@media  (max-width: 480px) {
  .slide-text {
    padding: 10px 30px;
  }
  .slide-text h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .slide-text > a.btn-default, 
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
.carousel .carousel-indicators li, .carousel .carousel-indicators .active {
  margin: -8px 7px;
}





}
footer{
      color: white;
    background: #121111;
}