/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/
.none{display: none;}
.cs-hmiddle3
{  background:	#DCDCDC;}
@media screen and (min-width: 480px) {
    body {
        background-color: lightgreen;
    }
.cs-hmiddle3
{ margin-top:50px;}
.none{display:block;}
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
  }

html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,#about, #team, 
#portfolio, #pricing, #contact {
   padding-top: 100px;
  padding-bottom: 100px;
}

.header {
    position: relative;
    height: 130px;
  margin-top: 60px;
  
}
#logo
{
  margin-top:5px;
  margin-bottom: 10px;
}
#loginbox
{
  margin-top:270px;
   margin-left: 150px;
  width: 300px;
}
@media screen and (max-width: 767px) and (min-width: 100px){

  #loginbox
  {
    margin-left: 0px;
    margin-top: 150px;
    width: 250px;
  }
  }
.modal-body
{
  background: #7FFFD4;
}
.modal-content
{

  width: 70%;
  margin: 50px;
}
.modal-body input[type="text"]
{
  margin: 3px 0 0 0;
    width: 100%;
    padding: 10px;
}

.modal-header
{
  background:beige;
}

.modform input[type="text"]{
    margin: 3px 0 0 0;
    width: 100%;
    padding: 10px;
}

#bord
{
  border: 1px solid   #778899;
}
#feedback p,h2/*for the headings in the feedback section */
{
  
}
#feed/*for the headings in the feedback section */
{
  background:lightslategrey;
}

/* ==========================================================================
about section
========================================================================== */
#about {
  
  color: #252525;
  border-top: 5px solid black;
  margin-top: 30px;
  
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00c6d7;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}

/* ==========================================================================
team section
========================================================================== */
#team {
  text-align: center;
}
#team h3 {
  color: #00c6d7;
  font-size: 14px;
  font-weight: bold;
}
#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#team .team-wrapper {
  overflow: hidden;
  position: relative;
}
#team .team-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#team .team-des:hover {
 opacity: 1;
}
#team img {
  margin: 0 auto;
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: #00c6d7;
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.5;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #FFFAF0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #00c6d7;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    background: black;
   // border-left: 1px solid black;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

.none
{
display: none;
}
/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 480px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
  #screenshot-carousel
  {
    margin-top:50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
.none
{
  display: block;
}
.cs-header-top ,.cs-header-middle,.main-header
{
  display: none;
}
}
.navbar-brand b
{
  color: #fff;
}

  #imagecontentsitms,
   #imagecontentsnetworking,
    #imagecontentswad,
     #imagecontentsdesm, 
     #imagecontentsnet,
      #imagecontentsjava, 
      #imagecontentsandroid,
       #imagecontentsbigdata,
        #imagecontentscloud{
  
  position:relative;
  text-align:center;
  width:31%;
  min-width:250px;
  min-height:425px;
  font-size:20px;
   margin-right:5px;
   margin-left:18px;
   color:black;
   background-color:#fff;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer p {
  padding-top: 20px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: #00c6d7;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}



.formArea ::-webkit-input-placeholder {
   color: #333;
}

.formArea :-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

.formArea ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

.formArea :-ms-input-placeholder {  
   color: #333;  
}

.formArea select{
    color: #333;
}

.formArea h3{
    text-align: center;
    color: white;
    font-family: helvetica;
}

.formArea input[type="text"]{
    margin: 3px 0 0 0;
    width: 100%;
    padding: 10px;
}

.formArea select{
    margin: 3px 0 0 0;
    width: 100%;
    padding: 10px;
}

.formArea input[type="submit"]{
    margin: 10px 0 0 0;
    text-align: center;
    padding: 10px 25px;
    float: right;
    background-color: #43b4f9;
    color: #eee;
    text-transform: uppercase;
    border: none;
}

.formArea input[type="submit"]:hover{
  background-color: #333;
}


    @media screen and (max-width: 1024px) and (min-width: 768px) { 
.formArea {
    max-width: 57%;
}
}
.mini-form
{
  display: none;
}
@media screen and (max-width: 767px) and (min-width: 100px){
.formArea {
    display: none;
}
.mini-form
{
  display: block;

}


/* Missing } brace here */
}
@media screen and (max-width: 400px) {
.carousel-inner>.item> img
{
  height: 200px;
}
}
.formArea
{
    position: absolute;
    right: 9%;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 1%;
    width: 250px;
    height: 500px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
}

@media (max-width: 415px) {

#bord h2
{
  font-size: 18px;
}
}

