*{
	margin:0px;
	padding:0px;


}
/*downoad part */

 #home-project-download li{
    margin-top:20px;
   }
#home-project-download  a{
  /* background:#545454;
  color:#fff;
  padding:10px 10px;
  /* border-radius:50px; */
   font-size:17px;

}
#home-project-download  a i{
 font-size:22px;
} 

@media only screen and (max-width: 700px) {
    #home-project-download  a{
        font-size:15px !important;
    }
    #home-project-download  a i{
        font-size:19px !important;
    }
  
    
}

/*panel -heading - */
.panel-heading{
    background:#29c0d4 !important;
}
/*fixed button */
.register-for-internship-fixed .alert{
  position:fixed;
  width:185px;
  z-index:999;
  background:#29c0d4;
height:60px;
 right:50%;


}
.register-for-internship-fixed a{
  color:#fff;
}
header,h1,h2,h3,h4,h5,h6,div,footer{
	margin:0px;
	padding:0px;
}
body{
	font-size:15px;
}
header{
	background:#fff;
}
.logo-color{
	color:#29c0d4;
}
.header-top a{
	color:#29c0d4;
	

}
.contact-hero-main a{
	padding:10px 20px;
	transition:0.9s;
	border-radius:10px;
	transition:1s;
}
.contact-hero-main a:hover ,.contact-hero-main a:active, .contact-hero-main a:focus{
   color:#fff;
   background:#29c0d4;
   text-decoration:none;
   transition:1s;
   border-radius:0px;


	}
	/*For affix */
	.affix {
    top:0;
    width:100%;
    z-index:9999 !important;
  }

  .affix + .container {
    padding-top:70px;
  }

  /*for navbar */

  .navbar-default{
  	border:0px;
  	margin:0px;
  	background:#c9a101;
  	font-size:12px;
	font-weight:bold;


  }

#navbar-nav  li> a{
color:rgb(255, 255, 255) !important;

}

#navbar-nav li > a:hover, #navbar-nav li a:active, #navbar-nav li a:focus{
     background:#c7a003;
     color:rgb(255, 255, 255) !important;
}
#navbar-nav li a:before {
content:"";
position:absolute;
bottom:12px;
left:12px;
width:12px;
height:12px;
border:3px solid #e6b803;
border-width:0 0 3px 3px;
transition:0.5s;
opacity:0;
z-index: 9999;
}
#navbar-nav li a:hover:before {
	bottom:-6px;
	left:-6px;
	opacity:1;
}
#navbar-nav li a:after{
content:"";
position:absolute;
top:12px;
right:12px;
width:12px;
height:12px;
border:3px solid #e6b803;
border-width:3px 3px 0 0;
transition:0.5s;
opacity:0;
z-index: 9999;

}
#navbar-nav li a:hover:after{
	top:-6px;
	right:-6px;
	opacity:1;
}


/* dropdown menu */

#navbar-nav .dropdown >.dropdown-menu{
	padding:0px !important;
  background-color: #1d1701;
}
#navbar-nav .dropdown >.dropdown-menu li a{
	padding:8px 15px;
}

/*about section in home page */

.about-home{

}
/*carousel in home page*/

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

.demo-content {padding-top: 50px; padding-bottom: 50px; }

.carousel-fullscreen .carousel-inner .item {
   
    min-height: 300px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
    
  }

.super-heading{
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 800;
}
/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */
.cpcc{
  position: relative;
}
.ladyImg{
  max-height: 450px;
  overflow: hidden;
  height: 450px;
  width: 100%;
  background-image: url(../../images/team.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.listli{
  margin: 0 50px;
}
.headh{
  padding: 30px;
  background-color: rgb(255 255 255 / 72%);
  text-align: center;
  margin-left: 25px;
  margin-top: 200px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    transition: all 0.2s ease-out;
}
.card{
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.213);
  padding: 10px;
  min-height: 340px;
  max-height: 360px;
  height: 350px;
  overflow: hidden;
}
.imgh{
  max-height: 180px;
  
  overflow: hidden;
}
.offering .row{
  padding-top: 100px;
}
.offering .row h2{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: rgb(55, 55, 55);
}
.offering .row p{
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
  color: rgb(87, 86, 86);
}
.login-wrapper{
  padding-top: 100px;
}

.blog-title{
  padding-top: 30px;
}
.article{
  padding-bottom: 100px;
}
.offering{
  padding: 100px 0px;
}
.offering-banner{
  padding: 0px 0px 0px 0px;
}

  /*carousel - home page*/


/*footer */
#footer{
  background-image:url(../images/footer.jpg);
  background-repeat:no-repeat;
  background-size:100%;

}
#footer .container-fluid{
  background:rgba(0,0,0,0.85);
  color:#fff;
  padding:20px 0px 10px 0px;
}
#quick-links li , #contact li{
  margin-top:10px;
  font-weight:bold;
}
#quick-links li a{
  color:#fff;
  font-weight:bold;
  padding:10px 20px;
  transition:2s;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  text-decoration:none;
}
#quick-links li a:hover{
  color:#000;
 background:#fff;
 transition:2s;
 border-top-right-radius:10px;
 border-bottom-left-radius:10px;
 text-decoration:none;
}
#contact li a{
  color:#fff;
  padding:10px 20px;
  border-top-right-radius:10px;
   border-bottom-left-radius:10px;
}
#contact li a:hover{
  text-decoration:none;
  background:#fff;
  color:#000;
}
#contact li:nth-child(1) a{
padding:5px 20px; 
}
.footer-bottom{
  background:rgba(0,0,0,0.5);
 border-top:2px solid #fff;
 padding-top:5px;

}
/*who are we part */
/* #choose-wrapper{
background-image:url('../images/tech-bg.jpg');
background-size:100%;
} */

#choose-wrapper .container-fluid{
  background:rgba(0,0,0,0.75);
  padding:10px 0px;
  color:#fff;
}
/*counter */
.wrapper {margin: 30px auto; position: relative;}
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
/*flip box */

/*common classes */
.no-decor{
  text-decoration:none;
}
.color-white{
  color:white;
}
/*common class /*



/*contact us page */
#main-contact{
  background-image:url('https://www.wns.com/Portals/0/Images/HeaderBanner/desktop/4815/226/WNS-TRAC_HD-1.jpg');
  background-repeat: no-repeat;

  }
  #main-contact .container-fluid {
    background:rgba(0,0,0,0.5);
    padding:50px 0px;

  }
  #quick-contact{
    color:#fff;
    

  }
  #quick-contact a {
padding:5px 10px;
transition:0.9s;
border-radius:20px;
  }
  #quick-contact a:hover{
    background:#fff;
    color:#29c0d4;
    text-decoration:none;
    transition:0.9s;

  }
#form-wrapper, #quick-contact {
    background:rgba(0,0,0,0.5);
    padding:20px 30px;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
  }
  /*internship page*/
 #internship-main{
  background-image:url('../images/internship.jpg');
  background-attachment:fixed;

 }
 #internship-main .container-fluid{
  background:rgba(0,0,0,0.85);
  padding:30px 0px;
  color:#fff;
 }
 .register-blink{
  background:rgba(255,255,255,1);
  padding:14px 28px;
  border-radius:20px;
  width:200px;
  height:50px;
 }
 .register-blink a{
  padding:10px 20px;
  color:#fff;
  background:#29c0d4;
  border-radius:20px;
  transition:0.9s;
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

 /* //Firefox 1+*/
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  /*//Safari 3-4*/
  -moz-animation-name: flash;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

 }
 .register-blink a:hover{
  color:#29c0d4;
  background:#fff;
  text-decoration:none;
  transition:0.9s;

 }
/* //Firefox 1*/+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; box-shadow: 0 0 3px #29c0d4; }
    50% { opacity: 0.5;  box-shadow: 0 0 40px #29c0d4;}
    100% { opacity: 1.0, box-shadow: 0 0 3px #29c0d4;}
}

/*//Safari 3-4*/
@-moz-keyframes flash {  
    0% { opacity: 1.0; box-shadow: 0 0 3px #29c0d4; }
    50% { opacity: 0.5; box-shadow: 0 0 40px #29c0d4; }
    100% { opacity: 1.0; box-shadow: 0 0 3px #29c0d4;}
}
.computer-science-internship{
  border-right:2px solid #fff;
  padding-right:10px;

}

/* register page*/
.astrick-red{
  color:#f20028;
  font-weight:bold;
}
.btn-register{
  margin-right:10px;
  padding:10px 20px;
  border:2px solid #29c0d4;
  color:#ffffff;
  background:#29c0d4;
  border-radius:10px;
  transition:0.5s;
}
.btn-register:hover{
  color:#29c0d4;
  background:#fff;
  transition:0.5s;
}
.register-wrapper{
  /*border:2px solid #000;*/
  padding:10px 10px;
  border-radius:10px;
}
/*---------------------
--- Carousel for all page ----
---------------------*/
.img-holder-slider{
  height:450px;
}
.carousel-caption{
top:50%;
left: 50%;
background:rgba(0,0,0,0.65);
padding:20px;
border-radius: 5%;
}
@media screen and (max-width: 992px) {
  .carousel-caption {
    top:5%;
  }
  .carousel-caption h1{
    font-size:20px;
  }
  .img-holder-slider{
  height:400px;
}
.img-holder-slider img{
  height:500px;
}
}
/*-------------------------------------
--- ----Carousel for all page -------
--------------------------------*/
@media only screen and (max-width: 600px) {
  .carousel-caption{
    left: 0;
    right: 0;
  }
  .headh{
    margin-top: 0;
  }
  .ladyImg{
    max-height: inherit;
    height: 700px;
    background-position: right;
  }
}