body {
     
	  font-family: 'Poppins', sans-serif;
	  margin: 0;
	  padding: 0;
}
p{
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
.pmargin {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.divoverflow {
	overflow: hidden;
}
ul, ol {
    margin: 0;
    padding: 0;
}
a:focus{
	outline:none;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}

img {
	width: 100%;
}

/*start header*/
.main-header .header-upper {
    position: relative;
    top: 0;
    background-color:#ffffff;
    transition: all 300ms ease;
}
.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding-top: 30px;
    margin-top: -50px;
    padding-bottom: 9px;
    background-color:#ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-upper .logo-outer::before {
    position: absolute;
    content: '';
    right: -40px;
    top: 0px;
    height: 100%;
    width: 10000%;
    background-color:#ffffff;
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	border-right: 2px solid #176cba;
}
.main-header .logo-outer .logo a {
    position: relative;
    display: inline-block;
}
.main-header .header-top {
    position: relative;
    z-index: 1;
    /* height: 30px; */
    background-image: linear-gradient(to right, #3886c7 0%, #176cba 100%);
}
.main-header .header-top .top-outer {
    position: relative;
    margin-left: 210px;
    padding-left: 50px;
}
.main-header .header-top .top-left {
    margin-left: 13px;
    font-size: 10px;
}
.main-header .header-top .top-left li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 45px;
    display: inline-block;
}
.main-header .header-top .top-left li a {
    position: relative;
    color: #ffffff;
    display: inline-block;
}
.main-header .header-top .top-left li .icon {
    position: relative;
    margin-right: 10px;
}
.logo img {
	width: 100%;
	max-width: 160px;
}
.nav.navbar-nav.navbar-right {
	margin-top: 14px;
}
.main-header .navbar-inverse {
	background: #fff;
	border:none;
}
.main-header {
	border-bottom: 1px solid #777;
	width: 100%;
	position: fixed;
	z-index: 99999;
}
.main-header .navbar {
	margin: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color:#fff;
	background-color:#176cba;
}
.navbar-inverse .navbar-nav > li > a {
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#fff;
	background-color:#176cba;
}
/*end header*/

/*start bannear*/
#loading {
        -webkit-animation: rotation 10s infinite linear;
}

@-moz-keyframes rotation {
        from {
                --webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
.slideprod {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
}
.slideprod2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    top: 40px;
}
.carousel-caption {
    left: 0;
    height: 100%;
    bottom: 0;
    text-align: left;
    padding-left: 6%;
    padding-top: 15%;
}
.carousel-caption h3 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 25px;
	font-weight: 600;
}
.carousel-caption p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
}
.carousel-control.right {
    color:#176cba;
    left: 100px;
    z-index: 9999;
    background: no-repeat;
    top: 60%;
}
.carousel-control.left {
	color:#176cba;
    left: 50px;
    z-index: 9999;
    background: no-repeat;
    top: 60%;
}
.slidbanner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 91px;
}
/*end bannear*/



/*start newssection*/
.newssection {
	width: 100%;
	float: left;
	position: relative;
	/* background: url(../images/professional.jpg) no-repeat center; */
	background-size: cover;
	background-attachment: fixed;
}
.newscont {
	position: relative;
	padding: 60px 60px 80px 100px;
	background: rgba(34,58,102,0.90);
}
.newscont2 {
    position: relative;
    padding: 60px 15px 64px 100px;
    background: #02b8ff;
}

.newscont h3 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
}
.newscont .form-control {
	border-radius: 0;
	height: 45px;
	background: transparent;
	border:1px solid #fff;
}
.newscont .subbtn {
	height: 45px;
	width: 120px;
}

.newscont2 h4 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: left;
}
.newscont2 h4 i {
	font-size: 26px;
	margin-right: 10px;
}
.newscont2 h3 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
}
.tablrow {
    display: table;
}
.tabcell {
    display: table-cell;
    height: 100%;
    width: 50%;
}
.iconcon {
    display: inline;
    float: left;
    padding: 12px 15px 0px 0px;
    width: 16%;
}

.content2 {
    display: inline;
    padding-top: 5px;
    float: left;
    width: 84%;
}
.iconcon img {
    width: 33px;
}
.content2 h4 {
	color: #37abda;
}

.contactsection h3 {
    font-family: 'Poppins', sans-serif;
    color: #333;
    text-shadow: none;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
}
.contactsection {
	width: 100%;
	float: left;
	position: relative;
	padding: 60px 0px;
	background: url(../images/bgfoot.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.contactsection .form-control {
	border-radius: 0;
	height: 45px;
	background: transparent;
	border:1px solid #333;
}

.contactbtn {
	background: linear-gradient(to right, #02ACFF 0%, #2407b0 100%);
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	float: left;
	border:1px solid #1DB9A0;
}
.contactbtn:hover {
	background: transparent;
	color: #1DB9A0;
}
/*end newssection*/

/*start footer*/
.footerbg {
	width: 100%;
	float: left;
	position: relative;
	padding: 40px 0px 30px 0px;
	background: #333;
}
.footerlink ul {
	margin: 0px;
	padding: 0px;
}
.footerlink ul li {
	list-style: none;
	float: left;
	position: relative;
}
.footerlink ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	padding: 10px; 
}
.footerlink ul li a:hover {
	color: #1DB9A0;
}


.listing-block .list-inline2 {
    	list-style: none;
    	float: right;
}
.list-inline2 {
    margin-left: -5px;
}
.listing-block .list-inline2 > li {
    display: inline-block;
    padding: 0px;
}
.listing-block .list-inline2 > li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    font-size: 15px;
}

.listing-block .list-inline2 a.icoFacebook {
    background-color: #3B5998;
}
.listing-block .list-inline2 a.icotwitter {
    background-color: #0084b4;
}

.listing-block .list-inline2 a.icogoogle-plus {
    background-color:#dd4b39;
}

.listing-block .list-inline2 a.icolinkedin {
    background-color:#0077B5;
}
.listing-block .list-inline2 a.google_plus {
    background-color:#db4a39;
}
.listing-block .list-inline2 a.instagram {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


.listing-block .list-inline2>li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.listing-block .list-inline2 a {
    color: #fff;
	background-color: #fff;
}
.listing-block .list-inline2 li i {
    margin: 0;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
.footerbottom {
	width: 100%;
	float: left;
	text-align: center;
	background: #1e1e1e;
	padding: 5px;
}
.footerbottom a {
	color: #fff;
	font-size: 11px;
}


.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
 
 .topicon {
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	color: #fff;
 	font-size: 30px;
 	position: fixed;
 	bottom: 0;
 	right: 0;
 	background: rgba(28,186,159,0.90);
 	text-align: center;
 	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
  .topicon:hover {
  	color: #fff;

  }
/*end footer*/

/*start accomplishments-wraper*/
.accomplishments-wraper {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0px;
}
.accomplishments-project-counter-wraper {
    width: 100%;
    float: left;
    padding: 50px 0;
}   

.accomplishments-counter-box {
    width: 33.33%;
    float: left;
    cursor: pointer;
}
.accomplishments-project-box {
    width: 100%;
    height: 200px;
    float: left;
    background-image: url(../images/project.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    border-right: 2px solid #e4e4e4;
    background-position: center 40px;
}
.accomplishments-project-inner-box {
    width: 100%;
    float: left;
    padding: 110px 0 0 0px;
    text-align: center;
}
.counter2::after {
    content: "+";
    position: absolute;
    font-size: 26px;
   font-family: 'Poppins', sans-serif;
    right: 112px;
    top: -3px;
}
.accomplishments-project-box p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.accomplishments-counter-box {
    width: 33.33%;
    float: left;
    cursor: pointer;
}
.accomplishments-developement-staff-box {
    width: 100%;
    height: 100px;
    float: left;
    background-image: url(../images/development.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #e4e4e4;
    background-position: 40px center;
}
.accomplishments-satisfied-client-box {
    width: 100%;
    height: 100px;
    float: left;
    background-image: url(../images/client.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 40px center;
}
.accomplishments-satisfied-client-inner-box {
    width: 100%;
    padding: 28px 0 0 111px;
}
.counter2::after {
    content: "+";
    position: absolute;
    font-size: 26px;
     font-family: 'Poppins', sans-serif;
    top: -3px;
}
.counter2 {
    font-size: 25px;
     font-family: 'Poppins', sans-serif;
    margin: 0px;
    position: relative;
}
.accomplishments-year-exprnce-box {
    width: 100%;
    height: 100px;
    float: left;
    background-image: url(../images/experience.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 40px center;
    border-bottom: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
}
.accomplishments-year-exprnce-inner-box {
    width: 100%;
    padding: 28px 0 0 111px;
}
.accomplishments-nation-served-inner-box {
    width: 100%;
    padding: 28px 0 0 111px;
}
.accomplishments-developement-inner-box {
    width: 100%;
    padding: 28px 0 0 112px;
}
.accomplishments-nation-served-box {
    width: 100%;
    height: 100px;
    float: left;
    background-image: url(../images/office.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 40px center;
    border-left: 2px solid #e4e4e4;
}
.accomplishments-satisfied-client-inner-box p {
    font-size: 20px;
     font-family: 'Poppins', sans-serif;
}
.accomplishments-developement-inner-box p {
    font-size: 20px;
     font-family: 'Poppins', sans-serif;
}
.accomplishments-year-exprnce-inner-box p {
    font-size: 20px;
     font-family: 'Poppins', sans-serif;
 }
     .accomplishments-nation-served-inner-box p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.accomplishments-inner-wraper h2 {
    font-size: 40px;
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
     color: #02215e;
}
.accomplishments-inner-wraper p {
    font-family: 'Poppins', sans-serif;
    color: #666;
}
/*end accomplishments-wraper*/



/*start servicesection*/
.servicesection2 {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0px;
    background: #eff8ff;
}

.servicesection2 h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
}
.servicesection2 h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
}
.servicesection2 .ptext {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 14px;
    padding: 0px 40px 40px 40px;
}
.servicesection2 p {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 14px;
}
.redmorebtn {
    width: 120px;
    background: linear-gradient(to right, #02ACFF 0%, #2407b0 100%); 
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid  #02ACFF;
    margin: 10px 0px;
    float: left;
    position: relative;
    text-align: center;
}
.redmorebtn:hover {
    background: transparent;
    color:  #02ACFF;
}
/*end servicesection*/

/*start industry*/
.industry {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0px;
    background-image: url(../images/ios-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.industryname ul {
    margin: 0;
    padding: 0;
}
.industryname ul li {
    list-style: none;
    float: left;
    position: relative;
    width: 33.3%;
    padding: 10px;
    margin: 20px 0px;
}

.industryname ul li:nth-child(3n+1){
    clear: both;
}
.media-heading {
    font-size: 16px;
    padding-left: 15px;
}

.industry h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
}
.industry p {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 14px;
}

/*end industry*/

/*start testimonialsection*/
.testimonialsection h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
    margin-top: 55px;
    margin-bottom: 20px;
}
.testimonialsection p {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 14px;
}
.testimonialsection {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0px;
    background: #eff8ff;
}
.tmonialcont {
    width: 100%;
    float: left;
    position: relative;
    padding: 65px;
    background-image: url(../images/testimonial-left.png),
    url(../images/testimonial-right.png);
    background-repeat: no-repeat;
    background-position: left bottom,right top;
}
.tmonialcont .carousel {
    background: #fff;
    padding: 40px;
    float: left;
    position: relative;
}
.tmonialcont .carousel h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #666;
    line-height: 26px;
}
.tmonialcont .carousel h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #666;
    margin-top: 40px;
}
.tmonialcont .carousel p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #666;
    text-transform: uppercase;
}

.claintimg {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #666;
    border-radius: 100%;
    margin: 20px 20px 20px 0px;
}
.stylearrow {
    position: relative;
    float: left;
    width: 40px ;
    height: 40px ;
    margin: 20px 0px ;
    border-radius: 100% ;
    font-size: 22px ;
    background: #fff ;
    left: 0px;
    text-align: center;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     margin-right: 20px;
     line-height: 40px;
}
/*end testimonialsection*/

/*start about page*/
.taitlesection {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/taitle.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 91px;
}
.overbg {
    width: 100%;
    float: left;
    position: relative;
    background: #000000d1;
    padding: 80px;
}
.overbg h3 {
    font-size: 45px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.mivi-bg {
    width: 100%;
    float: left;
    background: url(../images/bgims1.jpg) no-repeat;
        background-size: auto;
    background-size: cover;
    padding: 60px 0px;
}
.imgstyle img {
    width: 100%;
    max-width: 300px;
    height: 300px;
    border-radius: 300px;
    box-shadow: 10px 10px 5px grey;
}

.mivi-bg h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
    margin-top: 55px;
    margin-bottom: 20px;
}
/*end about page*/

/*start contact page*/
.inner_about_cont {
    width: 100%;
    float: left;
    padding: #fff;
    background: url(../images/ribben_picture.png) center bottom no-repeat #e8f1f7;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
}
.contbgcolor {
    background: #fff;
    padding: 40px 20px;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: url(../images/contact.jpg) ;
}
.displaycell {
    flex: 1;
}
.displayroe {
    display: flex;
}
.contbgcolor p {
    font-family: 'Open Sans', sans-serif;
    color: #313d53;
    font-size: 18px;
    font-weight: 600;
}
.contbgcolor2 {
    background: #313d53;
    padding: 40px;
}
.boxshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
}
.form-item, form-item:hover, .form-item:active, .form-item:focus, .form-item:visited {
    border: 1px solid #ddd;
    border-radius: 0px;
    height: 48px;
    outline: 0px;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    color: #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button-4{
  width:140px;
  height:40px;
  border:2px solid #fff;
  text-align:center;
  cursor:pointer;
  position:relative;
  margin:20px auto 0 auto;
  overflow: hidden;
}
.button-4 a{
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:40px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:140px;
  height:50px;
  left:-140px;
  background:#fff;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#666;
}
.mr-10{
    font-size: 20px;
    padding-right: 10px;
}
.mapsection {
    width: 100%;
    float: left;
    position: relative;
}
.mapsection iframe {
    width: 100%;
}
/*end contact page*/

/*start app page*/
.taitlesection2 {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/unnamed.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 99px;
}
.taitlesection3 {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/web-development-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 99px;
}

/*puls*/

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');

.wrapper
{ 
  padding: 20px;     
} 

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgb(7, 172, 253);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgb(7, 172, 253);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.example-1
{
  margin: 0 auto 30px auto;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
  line-height: 80px;
}
.inner_about_cont h3 {

    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
    margin: 20px 0px;
}
.inner_about_cont h4 {

    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #02215e;
    margin: 20px 0px;
}
.inner_about_cont h5 {

    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #02215e;
    margin: 20px 0px;
}
.martop40 {
    margin-top: 40px;
}
/*.inner_about_cont .col-md-4:nth-child(3n+1) {
    clear: both;
}*/
/*end app page*/

/*start slidebottom*/
.slidebottom { 
    background-image: url(../images/compbg.jpg);
    background-size: cover;
    background-attachment: fixed;
    float: left;
    position: relative;
    width: 100%;
}
.floating-items {
   position: relative;
    z-index: 10;
    margin-top:0px;
    min-height:150px;
    margin-bottom:100px;
    float: left;
    width: 100%;
}

.floating-icon {
    position: absolute;
    animation: floating 3s ease infinite;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .1);
    transition:all .3s ease-in-out;
}

.floating-icon span {
    height: 100%
}

.floating-icon img {
    max-width: 100%;
    transition:all .3s ease-in-out;
}

.floating-icon:hover
{
   
    }
.floating-icon:hover img 
{
    transform:scale(1.1);
    }
    
    
.floating-icon img,
.floating-icon span {
    display: inline-block;
    vertical-align: middle
}

.floating-icon:nth-child(1) {
    left: 0%;
    width: 120px;
    height: 120px
}


.floating-icon:nth-child(2) {
    top: 10px;
    left: 20%;
    width: 160px;
    height: 160px;
    animation-delay: .5s
}

.floating-icon:nth-child(3) {
    top: 40px;
    left: 50%;
    width: 80px;
    height: 80px;
    animation-delay: 1s
}

.floating-icon:nth-child(4) {
    top: 30px;
    left: 70%;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s
}

.floating-icon:nth-child(5) {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    animation-delay: 2s
}

.floating-icon:nth-child(6) {
    top: 200px;
    left: 1120px;
    width: 80px;
    height: 80px;
    animation-delay: 2.5s
}
.floating-icon:nth-child(1) img {
    width: 100%;
    max-width: 50px;
}
.floating-icon:nth-child(2) img {
    width: 100%;
    max-width: 76px;
}
.floating-icon:nth-child(3) img {
    width: 100%;
    max-width: 50px;
}
.floating-icon:nth-child(4) img {
    width: 100%;
    max-width: 76px;
}
.floating-icon:nth-child(5) img {
    width: 100%;
    max-width: 76px;
}


@media (min-width:768px) and (max-width:1199.98px) {
   /* .floating-icon:nth-child(1),
    .floating-icon:nth-child(6) {
        display: none
    }*/
}

@media (max-width:767.98px) {
   /* .floating-icon:nth-child(1),
    .floating-icon:nth-child(2),
    .floating-icon:nth-child(3) {
        display: none
    }*/
    .floating-icon:nth-child(4),
    .floating-icon:nth-child(5),
    .floating-icon:nth-child(6) {
        top: 80px;
        width: 100px;
        height: 100px
    }
    .floating-icon:nth-child(4) {
        left: 300px
    }
    .floating-icon:nth-child(5) {
        left: 500px
    }
    .floating-icon:nth-child(6) {
        left: 700px
    }
}

@media (max-width:767.98px) {
    .floating-icon:nth-child(4),
    .floating-icon:nth-child(5),
    .floating-icon:nth-child(6) {
        top: 80px;
        width: 80px;
        height: 80px
    }
    .floating-icon:nth-child(4) {
        left: 40%;
    }
    .floating-icon:nth-child(3)
    {
        left:65%;
        top:60px;
        }
    .floating-icon:nth-child(4)  img
    {
       width:30px !important;
     }
     
     .floating-icon:nth-child(5) img
     {
         width:40px !important;
         }
     
    .floating-icon:nth-child(5) {
        left:85%;
    }
    .floating-icon:nth-child(6) {
        
    }
    
    .floating-icon:nth-child(2)
    {
       width:100px;
       height:100px;
       left:20%;
        }
        .floating-icon:nth-child(2) img
        {
            width:50px !important;
            
            }
            .floating-icon:nth-child(1)
            {
                height:70px;
                width:70px;
                left:0%;
                top:50px;
                }
                 .floating-icon:nth-child(1) img
            {
                width:30px !important;
                
                }
    
}



.floating-color {
    position: absolute;
    animation: floating 3s ease infinite;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .1)
}

.floating-color span {
    font-size: .875rem;
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    border-radius: 20px
}



.floating-color:nth-child(1) {
    top: 140px;
    left: -60px;
    width: 120px;
    height: 120px
}

.floating-color:nth-child(2) {
    top: 200px;
    left: 180px;
    width: 160px;
    height: 160px;
    animation-delay: .5s
}

.floating-color:nth-child(3) {
    top: 120px;
    left: 480px;
    width: 80px;
    height: 80px;
    animation-delay: 1s
}

.floating-color:nth-child(4) {
    top: 210px;
    left: 680px;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s
}

.floating-color:nth-child(5) {
    top: 100px;
    left: 920px;
    width: 100px;
    height: 100px;
    animation-delay: 2s
}

.floating-color:nth-child(6) {
    top: 200px;
    left: 1120px;
    width: 80px;
    height: 80px;
    animation-delay: 2.5s
}

@keyframes floating {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
    100% {
        transform: translateY(0)
    }
/*end slidebottom*/


