

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    .home-content h1 {
    font-size: 40px;
	}
	.signup-process .signup-details h5 {
    font-size: 21px;
	}
	.signup-process .signup-details .number li {
    font-size: 13px;

	}
	.community-edition{
		margin-bottom:20px;
	}
}
/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 80%;
    }
	.home-content h1 {
    font-size: 36px;
	}
   .heading-content h1 {
    font-size: 45px;
	}
	.signup-process .signup-icon {
    float: none;
	}
	.community-edition{
		margin-bottom:20px;
	}
	.signup-process .signup-details {
    float:none;
	}

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 70%;
    }
	.home-content h1 {
    font-size: 22px;
	}
	.navbar-default .collapse .login a {
    margin-left:0;
    width:22%;
	}
	.home-contact p {
    font-size: 14px;
	}
	.heading-content h1 {
    font-size: 28px;
	}
	.signup-process .signup-icon {
    float: none;
	}
	.community-edition{
		margin-bottom:20px;
	}
	.single_right_contact p{
	margin-top:25px;
	}
   
}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 60%;
    }
	.home-content h1 {
    font-size:13px;
	}
   .navbar-default .collapse .login a {
    margin-left: 0;
    width: 33%;
	}
	.social-wrapper .social-contact a {
    color: #fff;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
	}
	.home-contact p {

    font-size: 8px;
	}
	.heading-content h1 {
    font-size: 16px;
	}
	.signup-process .signup-icon {
    float: none;
	}
	.signup-process .signup-details h5 {
    font-size: 23px;
    margin-left:0;
	}
	.signup-process .signup-details {
    float:none;
	}
	.community-edition{
		margin-bottom:20px;
	}
	.single_features_right h2 {
    font-size: 22px;
	}
	.single_features_right p {
    line-height: 24px;
	}
	.single_service_right p {
    line-height: 24px;
	}
	.single_service2 .single_service_right {
    width: 100%;
    padding-left:0;
	}
	.single_service_right h2 {
	margin-bottom: 15px;
	}

}



@media (max-width: 320px) {


    html {
        font-size: 50%;
    }
	.signup-process .signup-icon {
    float: none;
	}
	.community-edition{
		margin-bottom:20px;
	}
	.navbar-default .collapse .login a {
    width: 36%;
	}
	.social-icon{
		margin-left: 80px;
	}
	.social-wrapper .social-contact {
    margin-left: 52px;
	}
}


/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}

@media screen and (min-width: 992px) {

  .containertop {
    
  }

}

.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(57, 173, 159,0.2),0 6px 20px 0 rgba(57, 173, 159,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
/*.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-align:right;
  text-transform: uppercase
}*/
.card-read-more a {
  text-decoration: none !important;
  width:100%;
  font-weight:600;
  text-align:center;
  text-transform: uppercase
}

.card-read-moretop a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  /*text-align:right;*/
  text-transform: uppercase
}

.form-mini-container{
    max-width: 315px;
    margin: 0 auto;
    font: normal 14px sans-serif;
    text-align: center;
    color: #5f5f5f;
}

.form-mini-container h1{
    color:  #4c565e;
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 2px solid #6caee0;
    font-weight: bold;
    margin: 0;
}

.form-mini{
    box-sizing: border-box;
    background-color:  #ffffff;
}

.form-mini .form-row{
    display: block;
    text-align: left;
}

.form-mini input,
.form-mini select{
    box-sizing: border-box;
    width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.form-mini input[type=radio],
.form-mini input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-mini select{
    color: inherit;
    background-color: #ffffff;
}

.form-mini .form-checkbox span{
    margin-left: 5px;
}

.form-mini .form-checkbox input{
    width: auto;
}

.form-mini .form-radio-buttons > div{
    margin-bottom: 10px;
}

.form-mini .form-radio-buttons input{
    width: auto;
}

.form-mini .form-radio-buttons label span{
    margin-left: 8px;
}

.form-mini .form-last-row{
    margin: 15px auto 0;
}

.form-mini button{
    display: block;
    border-radius: 2px;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 14px 22px;
    border: 0;
    cursor: pointer;
}


/* Placeholder color */

.form-mini ::-webkit-input-placeholder {
    color:  #999;
}

.form-mini ::-moz-placeholder {
    color:  #999;
    opacity: 1;
}

.form-mini :-ms-input-placeholder {
    color:  #999;
}

/*  Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .form-mini-container{
        margin-top: 0;
    }

}

@media (max-width: 320px) {

    .form-mini-container{
        margin-top: 0;
    }

}
