/*CSS starts here*/
html{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}
body{
	/*background: url("../../assets/images/6.jpg");*/
  background-size: cover;
	height:auto;
	font-family:'Open Sans', sans-serif !important;
}
ul{
	list-style:none;
	padding-left:0px;
}
.btn{
	color:#fff;
}
.btn:hover{
	color:#ccc !important;
}
a:hover,a:active{
	text-decoration:none;
}
.set-40{
  height: 40px ! important;
  background: #fff ! important;
}
/*Slider Style*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  /*max-height: 310px;*/
  
  
  
  
  }
  

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.set-align{
  margin-top: 10px ! important;
  min-width: 75% ! important;
}
.width-75{
  width:75% ! important;
}
.gallerycon{
    position:absolute;
    top:30%;
    left:0%;
    z-index: 3;
    
    height:400px;
    width:100%;
  text-align:center;
  color:#fff;
} 

.gallerycon h1{
	font-family:Parisien-night;
	font-size:80px;
}

.gallerycon p{
	font-size:40px;
	text-shadow:0px 0px 3px #191818;
	margin-bottom:40px;
}

.gallerycon .button{
	padding:10px 40px;
	margin-top:20px;
	border-radius:25px;
	background:#ff0084;
	color:#fff;
	font-size:20px;
	text-align:center;
}


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  #top-slider{
  	padding: 0px;
  	z-index: 0;
  	margin-top: -75px;
  	/*max-height: 310px;*/
  }
  .nav-brand img{
  	z-index: 10000;
  }
  /*slider style ends*/
  #top-banner{
  	margin: 50px 0;
  	background-size: cover;
  	/*background-image: url(../../assets/images/top-banner.jpeg);*/
  }
  #top-banner h2{
  	/*margin-top: 100px;*/
    color: #fff;
  	text-align: center;
  	font-size: 26px;
  	font-weight: bold;
  }
  #top-banner p{
    color: #fff;
  	text-align: center;
  	font-size: 14px;
  }
  /*Portfolio plugin style classes*/
  *,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: normal 16px/1.5 "Helvetica Neue", sans-serif;
  color: #fff;
  overflow-x: hidden;
}  




/* TIMELINE*/


.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #F45B69;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  border-radius: 4px;
  width: 400px;
  padding: 10px 5px 5px 5px;
  background: #F45B69;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #F45B69;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
.gallerycon{
	top:10%;
}

.gallerycon h1{
	font-family:Parisien-night;
	font-size:40px;
}

.gallerycon p{
	font-size:20px;
	text-shadow:0px 0px 3px #191818;
	margin-bottom:20px;
}

.gallerycon .button{
	padding:5px 30px;
	margin-top:10px;
	border-radius:25px;
	background:#ff0084;
	color:#fff;
	font-size:20px;
	text-align:center;
}


  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}

  /*Porfolio Ends here*/
  #avees-description{
    padding:5% 10% ;
  }
  #avees-description h2{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 50px 0px;
  }
  .desc-column img{
    width: 30%;
    margin-left: 35%;
  }
  .desc-column h6{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    height: auto;
    margin: 15px 0;
  }
  .desc-column p{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    height: auto;
    margin: 15px 0;
  }
  .icon-set{
    display: flex;
    margin-bottom: 15px;
    float: left;
    margin-right: 3.33%;
    padding: 33px 55px;
    border-radius: 100px;
    border-style: 1px;
    border: 2px dashed #fff ! important;
    width: 30%;
    vertical-align: middle;
    height: 200px;
    line-height: 60px;
    position:relative;
    
  }
  .icon-set > input{
  opacity: 0;
  top: 0;
  position: relative;
  left: 0px;
  align-items: stretch;
  position: absolute;
  width: 100%;
  cursor: pointer;
  border-radius: 100px;
  height: 100%;
}
.icon-disable{
  /* display: flex; */
  /* margin-bottom: 15px; */
  /* float: left; */
  display: none;
  top: 0;
  background-color:rgba(241,251,236,0.5); 
  position: absolute;
  /* margin-right: 3.33%; */
  /* padding: 33px 55px; */
  border-radius: 100px;
  left: 0px;
  border: 2px dashed #fff ! important;
  width: 100%;
  /* vertical-align: middle; */
  height: 200px;
  position:absolute;

}
  #top-categories{
  	margin:20px 0 40px 0;

  }
  #top-categories h2{
  	text-align: center;
  	font-size: 26px;
  	font-weight: bold;
  }
  #top-categories p{
  	text-align: center;
  	font-size: 14px;
  }
  #top-article{
  	margin:50px 0;
  }
   #top-article h2{
  	text-align: center;
  	font-size: 26px;
  	font-weight: bold;
  }
  #top-article p{
  	text-align: center;
  	font-size: 14px;
  }
  .category-box,.article-box{
  	width: 100%;
    transition: 0.5s box-shadow;
  	margin: 20px 0;
    border-radius: 10px ! important;
  	background-color: #fff;
  	padding: 0 !important;
  	border-radius: 2px;
  	min-height: 250px;
  	border:0px solid #222;
  }
  .category-box:hover{
  	box-shadow: 2px 5px 20px 3px #777;
  }
  .category-card{
    border-radius: 10px;
  }
  .category-card,.article-card{
  	width: 100%;
  	height: 100%;
  }
  .category-card,.article-box{
    border-bottom: 1px solid #16a085;
  }
  .category-image,.article-image{
    position: relative;
    width: 300px;
    height: 175px;
    overflow: hidden;
  	height: 240px;
  	width: 100%;
  	border-top-right-radius: 3px;
  	border-top-left-radius: 3px;
  }
  .category-image img,.article-image img{
  	width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 314px;
    min-height: 240px;
  }
  .category-image-overlay,.article-image-overlay{
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 240px;
    background-color: rgba(0,0,0,0);
    transition: 0.5s background-color;
  }
  .like-count{
    float: right;
    font-weight: 600;
    margin-right: 5px;
    color: #F7406E;
    line-height: 22px;
  }
  .category-image-overlay:hover{
    background-color: rgba(0,0,0,0.7);
  }
  .article-image-overlay:hover{
  	background-color: rgba(0,0,0,0.2);
  }
  .category-details{
  	margin:5px 0px 10px 5px;
  }
  .article-details{
  	margin:5px 10px;
  }
  .category-name,.article-name{
  	font-weight: 700;
    font-size: 16px;
    width: 75%;
    color: #444;
    display: inline-block;
    margin: 5px 0px;
    padding:0 4px;
    font-family: Parisien-night;
  }
  .category-rating,.article-rating{
  	width:25%;
  	display: inline;
    color: #aaa;
    font-size: 12px;
  }
  .category-views{
  	color: #aaa;
    margin: 3px 0px;
    font-size: 12px;
  }
  .article-category{
  	display: block;
  	color: #aaa;
    margin: 3px 0px;
    font-size: 12px;
  }
  .user-review{
    display: block;
    color: #aaa;
    margin: 3px 0px;
    font-size: 12px;
    float: left;
  }
  .category-update{
  	margin: 3px 0px 5px 4px;
    font-size: 11px;
    color: #777;
  }
  .view-more-btn{
  	float: right;
    width: 80px;
    height: 30px;
    box-shadow: none ! important;
    border-radius: 50px ! important;
    padding: 0px ! important;
    font-size: 11px ! important;
    margin: 5px 10px 15px 0px;
    margin-bottom: 15px ! important;
    background: #fff ! important;
    margin-bottom: 15px ! important;
    border: 1px solid #777 ! important;
    color: #444 ! important;
  }
  .view-more-btn:hover{
    border: 1px solid #16a085 ! important;
    color: #16a085 ! important
  }
  .popularity{
  	    /* position: absolute; */
    /* top: 61px; */
    /* right: 0; */
    float: right;
    text-align: right;
    width: 20%;
    font-size: 16px ! important;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bolder;
    color: #F62459;
  }
  .popularity img{
    float: right;
  	width: 35%;
    margin-top: 0px;
    margin-right: 4px;
  }
  .rounded-box{
  	display: inline-block;
    background-color: #f4f4f4;
    padding: 0px 5px;
    font-size: 10px;
    color:#777;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-right: 2px;
    margin-bottom: 5px;
  }
  .single-article-box{
  	width: 100%;
  	margin: 20px 0;
  	background-color: #fff;
    border-radius: 10px;
  	padding: 0 !important;
  	min-height: 250px;
  	border:0px solid #222;
  }
  .single-article-image{
  	min-height: 200px;
  	width: 100%;
  }
  .single-article-image img{
  	width: 100%;
  	max-height: 200px;
  }
  .single-article-details{
  	border-top: 2px solid #777;
  	display: inline;
  	height: 80px;
  	margin: 10px 0;
  }
  .profile-img{
  	height:40px;
  	width :40px;
  	margin: 6px 5px;
  	float: left;
  	border-radius: 50px;
  	border :1px solid #444;
  }
  .profile-img img{
  	width: 100%;
    margin-top: -2px;
    margin-left: 0px;
  }
  .like-btn,.article-like{
  	margin: 10px 5px;
  	float: right;
  }
  .share-btn,.article-share{
  	margin: 10px 10px 10px 5px;
  	float: right;
  }
  .like-btn img,.share-btn img{
    width: 24px;
  }
  .article-like img,.article-share img{
    width: 32px;
  }
  .single-article-image-overlay{
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0);
  }
  .single-article-image-overlay:hover{
  	background-color: rgba(0,0,0,0.4);
  }
  .art-works{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
    background-size: contain;
  }
  .explore{
    background: url("../../assets/images/9.jpg");
    background-size: cover;
  }
  .explore-more-article{
    background: #1ab7ea;
    padding: 0px;
  }
   
  .load-more-article{
    
  }
  .load-more-article a,.explore-more-article a{
    float: none ! important;
    margin: 30px 0;
    width: 20%;
    height: 50px;
    line-height: 47px;
    font-size: 16px ! important;
    margin-left: 40%;
    transition: border 0.4s,color 0.4s,background 0.4s;
  }
  .load-more-article a:hover,.explore-more-article a:hover{
    border:2px solid #fff ! important;
    background:#1ab7ea ! important; 
    color: #fff ! important;
  }
  .footer{
  	padding-top: 25px;
  }
  .footer-left img{
  	width: 150px;
  }
  .categories h6,.authors h6,.social-links h6{
  	font-size: 14px;
  	color: #ccc;
  	margin: 20px 0;
  }
  .categories p{
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    transition: 0.3s color;
    text-align:left !important;
  }
  .categories ul li a,.authors ul li a{
  	font-size: 12px;
  	color: #999;
  	line-height: 1.6;
    transition: 0.3s color;
  }
  .categories ul li a:hover,.authors ul li a:hover{
  	color: #ccc;
  	cursor: pointer;

  }
  .profile-button{
  	width: 60px;
  	max-width: 60px;
  }
  .prof-class{
  	width: 100%;
  }
  #related-articles{
    margin: 20px 0;
  }
  .related-articles h6{
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 20px 16px;
  }
  #art-sub-content {
    padding: 40px 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
   background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
   background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
   background-image: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
   background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("../../assets/images/background/create-article.jpg");
   /*background-color: rgba(0,0,0,0.4);
   background-image: url(../../assets/images/background/create-article.jpg);*/
   background-size: contain;
   border-bottom: 1px solid #fff;
   height: auto;
}
#art_type,#art_category{
  background: rgba(0,0,0,0.4) ! important;
}
.publisher{
  padding: 0px 2px;
  font-size: 10px;
  color: #777;
  border-radius: 10px;
  margin-bottom: 10px;
}
.publisher-round{
  border-radius: 50px;
  padding: 4px 8px;
  background: #2ECC71;
  color: #fff;
}
  #art-sub-content h3{
    font-size: 24px;
    text-align: left;
    margin: 30px 20px;
    color: #fff;
    font-weight: 300;
  }
  #art-sub-content h3:after{
    content: "";
    border-bottom: 2px solid #fff;
    height: 2px;
    display: block;
    margin-top: 10px;
    width: 5%;
  }
  #name{
  	height: 50px;
  }
  #sh-desc-field{
  	min-height: 130px;
  }
  #add-file-field{
  	width: 30% ! important;
  	float: left;
  }
 .browse{
 	margin-left: 25px;
 	margin-top: 3px;
 }
  #send{
    margin-top: 20px;
    padding: 7px 14px ! important;
    width: 20%;
    margin-left: 40%;
    height: 36px;
    box-shadow: none ! important;
    border-radius: 50px ! important;
    font-size: 14px ! important;
    margin-bottom: 15px ! important;
    background: transparent ! important;
    border: 1px solid #fff ! important;
    color: #fff ! important;
    font-weight: normal;
    margin-top: 35px;
    font-size: 13px;
    transition: 0.4s color,0.4s  background;
  }
  #send:hover{
    color: #444 ! important;
    background: #fff ! important;
  }
  .show{
  	margin-top: 50px;
    width: 75%;
    float: left;
  }
  .prepend-top-0 {
    margin-top: 0;
    padding-top: 10px;
  }
  p {
    margin: 0 0 10px;
}
#user_dob{
	border-radius: 3px;
    min-width: 180px;
}
.profile{
	border-top: 1px solid #ccc;
    padding-top: 50px;
    margin-top: 20px;
}
.update-profile{
	float: left;
    border-radius: 3px !important;
    font-size: 12px !important;
    margin-bottom: 50px ! important;
    font-weight: 400;
    padding: 6px 10px !important;
    width: 15% ! important;
    background-color: #12753a ! important;
    color: #fff ! important;
}

.form-group {
    margin-bottom: 15px;
}
.white-text{
  color: #fff ! important;
}
label.label-light {
    font-weight: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control, .search form {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 6px 10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgba(0,0,0,0.85);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 }
 /*contact-us page css*/
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  background: #4CAF50;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 40px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
.full-width-input{
    width: 100% ! important;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/*contact-us page css ends here*/
 .avatar-image {
    float: left;
    margin-bottom: 0;
}
#art_file{
	float: left;
	width:35% ! important;
}
.share{
  position: absolute;
  top: 0;
  padding: 10vh 0;
  background: rgba(0,0,0,0.8);
  text-align: center;
  height: 100%;
}
.pad-res-11{
  padding: 0px;
}
.video-view,.pdf-view,.image-view{
   width: 80%;
   max-height: 100%;
   border-radius: 10px;
   float: left;
    height: auto;
}
.image-view img{
  width: 100%;
  border-radius: 10px;
}

.user-profile{
  width: 19%;
  margin-left: 1%;
  float: left;
  padding: 0px 0;
  height: auto;
  max-height: 100%;
}
.main-logo {
  width: 20%;
  padding: 3% 2.5%;
  margin-left: 40%;
  margin-top: 50px;
}
#avatar-input{
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.main-logo img{
  width: 100%;
}
.student-login,.teacher-login{
  width: 30%;
  margin-left: 35%;
}
.student img,.teacher img{
  width: 15%;
}
.bg-blue{
  height: 100vh;
  background: #1abc9c;
}
.partition-div{
  content: "";
  height: 2px;
  width: 40%;
}
.partition-div:before,.partition-div:after{
  content: "";
  height: 2px;
  border: 1px solid #fff;
  width: 30%;
}
.student,.teacher{
  height: 60px;
  width: 100%;
  float: none ! important;
  box-shadow: none ! important;
  border-radius: 4px ! important;
  padding: 0px ! important;
  font-size: 14px ! important;
  margin: 5px 10px 15px 0px;
  margin-bottom: 15px ! important;
  background: #fff ! important;
  border: 1px solid #777 ! important;
  color: #1abc9c ! important;
  transition: background 1s, color 1s,border 1s;
}
.student:hover,.teacher:hover{
  background:#1abc9c ! important;
  color: #fff ! important;
  border: 1px solid #fff ! important;
}
.user-image{
  width: 100%;
  text-align: center;
  height: 60px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius:4px;
}
.user-image img{
  width: 60px;
  padding-top: 30px;
}
#login-popup{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding:0;
  z-index: 999999;
  background:rgba(0,0,0,0.7);
}
.popup-box{
  background: #fff;
  width: 50%;
  margin-left: 25%;
  margin-top: 20%;
  height: auto;
}
.popup-header{
  text-align: center;
  background: #D2D8D8;
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.popup-body p{
  text-align: center;
  padding: 12px 0 12px 0;display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 48px;
  display: block;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 48px;
}
.embed-responsive {
    padding-bottom: 45% ! important;
}
.embed-responsive object{
  height: 90vh ! important;
  width: 100% ! important;
}
.user-details{
  margin-top: 5px;
  width: 100%;
  height: auto;
  padding:10px 0;
  background-color: #fff;
  border:1px solid #aaa;
  border-radius: 4px;
  font-size: 12px;
  color:#aaa;
  text-align: center;
  font-weight: 300;
}
.margin-22{
  margin-bottom: 20vh;
}
.user-details h4{
  font-size: 14px;
  color: #444;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}
.user-status{
  width: 100%;
  margin-top: 5px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 13px;
  height: 50px;
  color: #aaa;
  background-color: #fff;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.user-stat{
  width: 100%:
   margin-top: 5px;
   color: #aaa;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  margin-top: 5px;
  background-color:#fff;
  border:1px solid #aaa;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
}
.tag-box{
    display: inline-block;
    background-color: #fff;
    padding: 4px 15px;
    font-size: 12px;
    color: #444;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-right: 2px;
    margin-bottom: 5px
}
.article-description h3{
  margin-bottom:20px;
}
.description{
  display: inline-block;
  line-height: 1.7;
  color: #666;
  padding: 30px 0;
}
a {
    transition: background-color 100ms linear, color 100ms linear, border 100ms linear;
}
.avatar-circle.s160, .s160.avatar, .s160.avatar-container {
    margin-right: 20px;
}
.avatar {
    -webkit-transition-property: none;
    transition-property: none;
    width: 40px;
    height: 40px;
    padding: 0;
}
.avatar-circle, .avatar, .avatar-container {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}
.btn:active, .btn.active {
    box-shadow: rgba(0,0,0,0.16);
    background-color: #eaeaea;
    border-color: #e3e3e3;
    color: rgba(0,0,0,0.85);
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.clearfix:after {
    clear: both;
}
.append-bottom-10 {
    margin-bottom: 10px;
}
.prepend-top-5 {
    margin-top: 5px;
}
 .help-block {
    display: block;
    margin-bottom: 0;
    margin-left: 25%;
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 25px;
    color: #bbb ! important;
 }
 .form{
  margin-top: 30px ! important;
 }
 .select2-container {
    width: 100% !important;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
textarea.form-control {
    height: auto;
}
.art-sub-input{
  height: 30px ! important;
  line-height: 30px !important;
  font-size: 13px !important;
  padding: 3px 10px ! important;
  color: #fff ! important;
  background: transparent ! important;
}
.bg-transparent{
  background: transparent ! important;
  color: #fff ! important;
}
.row:after {
    clear: both;
}
.append-bottom-default {
    margin-bottom: 16px;
    margin-top: 16px;
}
.prepend-top-default {
    margin-top: 16px !important;
}
.social-links div{
  margin-top: 20px;
  padding-left: 0px;
}
.social-links div a img:hover{
  -webkit-transition: background-color 0.4s; /* Safari */
  transition: 0.5s background-color;
}
.social-links div a img:hover{
  background-color: #fff;
}
.btn.btn-success, .btn.btn-new, .btn.btn-create, .btn.comment-btn, .btn.btn-save {
    background-color: #1aaa55;
    border-color: #168f48;
    color: #fff;
}
.btn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    background-color: #fff;
    border-color: #e5e5e5;
    color: rgba(0,0,0,0.85);
    color: rgba(0,0,0,0.85);
}
.btn, .global-dropdown-toggle {
    transition: background-color 100ms linear, border-color 100ms linear, color 100ms linear, box-shadow 100ms linear;
}
.btn.btn-cancel {
    float: right;
    border: 1px solid #ccc;
    color: #777;
}
.js-choose-user-avatar-button{
	border:1px solid #ccc ! important;
	color: #777 !important;
}
.layout-nav {
    width: 100%;
    display: none;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    transition: padding 0.15s;
    text-align: center;
}
.scrolling-tabs-container {
    position: relative;
}
.scrolling-tabs-container .fade-left {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 12px;
    width: 43px;
    height: 30px;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
    background: linear-gradient(to right, #fafafa 45%, rgba(250,250,250,0.4));
    left: -5px;
    text-align: center;
}
.scrolling-tabs-container .fade-left .fa {
    left: -7px;
}
.scrolling-tabs-container .fade-left .fa {
    position: relative;
    top: 5px;
    font-size: 18px;
}
.fa-angle-left:before {
    content: "\f104";
}
.scrolling-tabs-container .fade-right {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 12px;
    width: 43px;
    height: 30px;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
    background: linear-gradient(to left, #fafafa 45%, rgba(250,250,250,0.4));
    right: -5px;
}
.scrolling-tabs-container .fade-right .fa {
    right: -7px;
    position: relative;
    top: 5px;
    font-size: 18px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layout-nav .nav-links {
    border-bottom: none;
    height: 51px;
     display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
}
.nav-links li {
    display: flex;
}
.layout-nav .nav-links li a {
    padding-top: 10px;
}
.nav-links li.active a {
    border-bottom: 2px solid #1f78d1;
    color: #000;
    font-weight: 600;
}
a:hover{
	text-decoration: none ! important;
}
.nav-links li a {
    padding: 10px;
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0,0,0,0.55);
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}
  label{
  	float: left;
    width: 25% ! important;
    line-height: 30px;
    height: 40px;
  }
  input{
  	box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.10);
    border: none;
    padding: 0px 10px !important;
  }
  input[type="text"], select {
    font-size: 14px;
    margin: 0px;
    width: 75%;
    color: #3e3e3e;
    height: 40px;
  }
  .width-75{
    width: 75% ! important;
  }
  input[type="radio"]{
  	width: auto ! important;
  	float: left;
  }
  #contact img{
    width: 100%;
  }
  textarea{
	box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.10);
    border: none;
    width: 75%;
    padding: 0px 10px !important;
}
input:focus,input:active,input:visited,textarea:focus,textarea:active,textarea:visited{
    outline: -webkit-focus-ring-color auto 0px;
}
.underline:after {
    content: '';
    display: block;
    margin-top: 3px;
    background: #27ae60;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 20px;
}
.margin-top-50{
	margin-top: 50px;
}
.mastricht-blue{
	background-color: #011627;
}
.caribbean-green{
	background-color:#27ae60 ! important;
}
.rose-madder{
	background-color:#e71d36 ! important;
}
#home{


	background: #2b5876; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #2b5876 , #4e4376); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #2b5876 , #4e4376); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	height:85vh;
	width:100%;
}
.clicked{
	border-top: 1px solid #fdfffc;
}
#view-demo :hover{
	background-color: #196F3E ! important;
}
.navbar{
	background: transparent !important;
	width:100% ! important;
	margin-left: 0% ! important;
    border: 0px !important;
    margin-top: 0vh;
    color: #fdfffc;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.active{

}
.navbar-header{
}
.navbar-brand img{
	width:150px;
  margin-top: -15px;
  margin-left: 10px;
}
#header{
  margin-top: -5px;
  z-index:11;
}
.navbar-right{
  margin-top: 10px ! important;
	margin-left: 15px ! important;
}
.navbar-right li a{
	font-family: 'Lato',sans-serif;
	font-size:14px;
	color:#fff !important;
	
}
.button-link{
	font-size: 12px ! important;
  border-radius: 4px ! important;
  padding: 5px 25px ! important;
  margin-top: 11px;
  line-height: 1.5;
  color: #fff;
  background: #ff0084 ! important;
  border: 1px solid #FFFC00 !important;
}
.button-link:first-child:hover {
	background-color: #00c292 ! important;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.button-link:nth-child(2):hover {
    background-color: #DC0A37 ! important;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home-content{
	text-align: center;
	padding-top:10vh;
	width:80% !important;
	margin-left: 10%
}
.home-content h1{
	font-size: 36px;
	font-family: 'Lato',sans-serif;
	color:#fff;
}
.home-content h3{
	color:#fdfffc;
	font-family: 'BioRhyme', serif;
    font-size: 19px;
    letter-spacing: 1.1px;
    line-height: 24px;
}

.home-content h2{
	color:#fdfffc;
	font-family: 'BioRhyme', serif;
	font-size: 19px;
	letter-spacing: 1.1px;
	line-height: 24px;
}

.home-content a{
	font-family: 'Lato',sans-serif;
	font-size:16px;
	color:#fff;
}
.demo-button,.signup-button{
	width: 20% ! important;
    line-height: 30px ! important;
    height: 40px ! important;
    text-align: center;
}
#enquireyFormList{
	margin-top:30px;
}
.signup-button{
	margin-left: 5px;
}
#general-features{
	width: 100%;
	padding:20px 0;
	background: #2b5876; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #2b5876 , #4e4376); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #2b5876 , #4e4376); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	height:100vh;
}
.general-features h4{
	font-family: 'Lato',sans-serif;
	font-size:24px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
.general-features h4:after{
	content: '';
    display: block;
    margin-top: 10px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 20px;
    width: 6%;
    margin-left: 48%;
}
.feature-details h5{
	font-size: 16px;
	font-family: 'Lato',sans-serif;
	color: #fff;
	height: 36px;
	line-height: 20px;
	text-align: left;
}
.feature-details img{
	float: left;
	width:34px;
	height: 34px;
	margin-right:10px;
}
.feature-list{
	margin-left: 40px;
}
.feature-list li{
	font-size: 13px;
	color: #dedcdc;
}
.feature-list li img{
	float: none ! important;
}
/*notification animation */
.notification-slider{
	width: 44% ! important;
	margin-left: 29.5% !important;
	background-color: #eee;
    margin-top: 40px;
    padding: 10px 0;
    border-radius: 4px;
}
.notification-logo{
	border-right: 1px solid #ddd;
	padding: 3px 10px 0px 0px ! important;
	height: auto;
    min-height: 90px ! important;
}
.notification-logo img{
	width:auto;
	margin-top: 20px;
}
.notification-content{
	padding: 0px;
}
.notification-content  p{
  color: #343434;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 0 0px;
  overflow: hidden;
  text-align: left;
  font-family: 'Roboto',sans-serif;
  /*animation: type 4s steps(60, end); */
}
.notification-content p:nth-child(3){
  text-align: left;
  color: #999;
  font-size: 13px;
  margin-top:20px ! important;
}

.notification-content p:nth-child(2){
  /*animation: type2 8s steps(60, end);*/
  text-align: left;
}
#slide1,#slide2,#slide3,#slide4{
	position: absolute;
	display: none;
    margin-left: 28.5% ! important;
    width: 40% ! important;
}
#slide1{
	z-index:100;
}
#slide2{
	z-index: 101;
}
#slide3{
	z-index: 102;
}
#slide4{
	z-index: 103;
}

#free-subscription{
	margin-top:100px;
}
#premium-subscription{
	margin-top:35px;
}
.bottom-section a:hover{
	background-color: #DC0A37 ! important;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#professional-subscription{
	margin-top:15px;
}
#agency-subscription{
	margin-top: 85px;
}
/*notification animation ends*/
#features{
	width:80%;
	height:auto;
	margin-left:10%;
	padding:50px 0;
}
#features h3{
	text-align: center;
	font-size: 26px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    line-height: 1.4;
}
#features h3:after{
	content: '';
    display: block;
    margin-top: 10px;
    background: #011627;
    width: 40px;
    text-align: center;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 20px;
    width: 6%;
    margin-left: 48%;
}
.feature-div{
	margin-top:50px;
	padding:0px ! important;
}
.feature-div img{
	width: 60%;
	margin-left: 20%;
}
.feature-div h4{
	text-align: center;
	font-family: 'Roboto';
    font-size: 18px ! important;
    letter-spacing: 1.5px;
    font-family: 'lato', sans-serif;
	padding-top:30px;
	font-weight: lighter;
}
.feature-div h6{
	text-align: center;
	font-family: 'Rubik', sans-serif;
	margin-top:60px;
	font-weight: bold;
	font-size: 16px;

}
.feature-short-description p{
	text-align: center;
	color: #777;
}
.outline{
	border: 1px solid #eee;
    border-radius: 8px;
    padding: 40px 10px;
    box-shadow: 0px 2px 5px #ccc;

}
.slider{
	width:90%;
	margin-left: 0px ! important;
	margin-top: 10px;
}
.wide-outline{
	border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 0px!important;
    min-height: 500px ! important;
}
#plugins{
	width:80%;
	height:40vh;
	margin-left:10%;
	padding-top:5vh;
	margin-bottom: 10vh;

}
#plugins h4{
	text-align: center;
	font-size: 26px;
	margin-top: 50px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
    line-height: 1.4;
}
#plugins h4:after{
	content: '';
    display: block;
    margin-top: 10px;
    background: #011627;
    width: 40px;
    text-align: center;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 20px;
    width: 6%;
    margin-left: 48%;
}

.partnership-div{
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #eee;
	color: #474747;
	border-radius:4px;
	font-family: 'Open Sans',sans-serif;
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}
.partner-testimonial{
	padding:50px 0 20px 0;
	min-height: 300px !important;
	background:linear-gradient(to left, #2b5876 , #4e4376);
}
.partners-block{
	margin:20px 0;
	/*border:1px solid #eee;*/
}
.partners-block img{
	width: 76%;
}
.partner-register-block{
	padding: 0px !important;
	min-height: 600px !important;
}
.associate-partner{
	padding: 3% 4% !important;
	min-height: 600px !important;
	background: rgba(128,128,128,0.1);
	/*background:linear-gradient(to bottom left,#85cba8,#76c4e2);*/
}
.associate-partner h4{
	text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    padding: 10px 0;
    font-weight: 300;
}
.associate-partner h4:after{
	content: "";
	border-bottom:3px solid #000;
	display: block;
	margin-left: 26%;
	margin-top: 10px;
	width: 10%;
	height: 5px;
}
.associate-partner p{
	text-align: justify;
    font-size: 16px;
}
.associate-partner-li{

}
.associate-partner ul li img{
	width: 100px;
}
.testimonial-quote{
	margin-top: 20px;
}
.testimonial-quote p{
	color: #fff;
	font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.partner-register{
	background-color: #fff;	
	float: left;
    padding: 35px 90px 8px 90px;
    min-height: 600px !important;
}
.partner-register h2{
	margin-left: 18%;
	font-size: 34px;
    margin-bottom: 50px;
    padding: 10px 0;
    font-weight: 300;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.partner-register ul li {
    background: #fff;
    border-radius: 2px;
    line-height: 50px;
    /*padding-right: 7px;*/
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.10);
}
.partner-register ul li label {
    float: left;
    width: 30%;
    margin: 0;
    /*font-family: 'ProximaLight';*/
    font-size: 16px;
    color: #27ae60;
    line-height: 56px;
    font-weight: 300;
    padding-left: 22px;
}
.partner-register ul li input {
    padding-left: 20px;
    float: left;
    width: 70%;
    border: none;
    margin: 8px auto;
    color: #3e3e3e;
    font-weight: lighter;
    font-size: 16px;
}
input, label, select {
    display: block;
    font-family: ProximaRegular, sans-serif;
    font-size: 1em;
}
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple], select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0.1875em;
    border: 2px solid #DDD;
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); */
    font-family: ProximaRegular, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 100%;
}
.testimonial-client{
	margin: 30px 0 10px 0;
	bottom: 25px;
}
.client-logo{
	border-right: 1px solid #fff;
	min-height: 40px !important;
	padding-top: 5px;
}
.client-logo img{
	float: right !important;
}
.client-details{
	padding-left: 40px;
	color: #fff;
	min-height: 40px !important;
	font-weight: 400px !important;
}
.footer{
	background-color: #011627;
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.browse{
  padding: 5px 14px ! important;
  width: 90px;
  height: 30px;
  box-shadow: none ! important;
  border-radius: 50px ! important;
  font-size: 11px ! important;
  margin-bottom: 15px ! important;
  background: #fff ! important;
  border: 1px solid #777 ! important;
  color: #444 ! important;
  font-family: 'Roboto Slab', serif;
  margin-top: -1px;
  font-size: 13px;
}


.grey{
	background: #f0f0f0;
}

.p-t-b-50{
	padding:50px 0px;
}

.m-b-20{
	margin-bottom:20px;
}
#privacy-label{
  margin-top: 40px;
  font-weight: normal;
}
.top-section{
	background-color: #de4e6d;
	padding-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.top-section h4{
	color:#fff;
}
.bottom-section{
	padding:10px 0px ;
	min-height: 500px ! important;
}
.bottom-section ul{
	margin-top:30px;
}
.bottom-section ul li{
	padding: 8px 0;
	font-weight: 600;
}
.bottom-section a{
	padding: 5px 10px ! important;
	bottom: 10px ! important;
    position: absolute ! important;
    margin-left: 25% ! important;
    width: 40% ! important;
    font-family: 'Lato',sans-serif;
}
.bottom-section ul li div{
	float:inherit;
}
.list-icon{
	height: 26px ! important;
	width: 26px ! important;
	margin-left: 0px ! important;
	margin-top: -3px;
}
.features-content{
	margin-top:50px;
	margin-bottom:50px;
}
.features-content h3{ 
	text-align: center;
	font-size: 26px;
	font-weight: lighter;
	color: #3e3f40;
}
.features-content h3:after{
	content: '';
    display: block;
    margin-top: 20px;
    background: #cecfd0;
    width: 40px;
    text-align: center;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 20px;
    width: 10%;
    margin-left: 45%;
}
.plan-selection{
	float: left ! important;
	width: 100% ! important;
	padding-right: 0px ! important;
	min-height: 40px ! important;
}
.segment-left{
	padding:110px 20px 20px 20px;
}
.segment-left h3{
	font-size: 22px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	color: #011627;
}
.segment-left p{
	padding: 3% 3%;
    text-align:justify;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.segment-right{
	padding: 0% 3% ! important;
}
.outer-box{
	border-radius: 3px;
    margin-top: 105px;
    padding: 0 !important;
    border-bottom: 3px solid #464876;
    border-left: 3px solid #464876;
    border-right: 3px solid #464876;
}
.outer-box img{
	width: 100%;
}
.window-buttons{
	background-color: #464876;
	padding:9px 0px;
}
.window-icon{
	width:45px ! important;
}
.case-studies-block,.faq-block{
	width:100%;
	background-color: #fff;
	height:auto;
	padding:50px 0;
}
section{
	margin:10px 0;
}
.faq-block h4{
	font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    font-family: 'Lato',sans-serif;
}
.faq-block h6{
	font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #444;
    padding-bottom: 5px;
    font-family: 'Lato',sans-serif;
}
.faq-block p{
    color: #777;
    padding-bottom: 5px;
}
#portfolio-content{
  padding: 0px;
  margin-top: -20px;
}
.single-case {
    border: 1px solid #ccc;
    border-radius: 8px;
    min-height: 200px;
    margin: 20px 0;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px 15px 20px 15px;
}
.single-case a{
	text-align: center;
	margin-left: 30%;
	width:40%;
	padding:6px 12px ! important;
}
.person-name h4{
	font-size: 20px;
	font-family: 'Lato',sans-serif;
	font-weight: 600;
	text-align: center;
	color: #011267;
}
.company-name{
	border-bottom: 1px solid #00c292;
}
.company-name h5{
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	text-align: center;
	color: #777;
}
.case-details{
	text-align: justify;
	padding:25px 0px 15px 0px;
	border-bottom: 1px solid #00c292;
}
.case-details p{
	font-family: 'Lato',sans-serif;
	color: #777;
	line-height: 1.5;
}
.case-details btn:hover{
	background-color: #fff ! important;
    border: 1px solid #011267 ! important;
    /* font-weight: 600; */
    color: #011267 ! important;
    text-decoration: none;
} 
#contact-us{
	padding:60px 0;
}
#contact_form{
    float: left;
    width: 64%;
    margin-left: 18%;
    padding: 0 0%;
    min-height: 400px;
}
#submit_form{
    float: left;
    width: 64%;
    margin-left: 18%;
    padding: 0 0%;
    min-height: 400px;
}
.form h4{
	color:#011627;
	font-weight: 600;
}
.form button{
	color: #fff;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
}
.sminputs {
    border-bottom: 1px solid #E5E5E5;
}
.sminputs .input.full {
    width: 100%;
}
.sminputs .input {
    display: block;
    position: relative;
    width: 50%;
    height: 71px;
    padding: 11px 24px;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
    float: left;
    background-color: #FFF;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sminputs .input label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    line-height: 24px;
}
.sminputs::after {
    clear: both;
    content: "";
    display: table;
}
.timeline-article img{
    width: 100%;
    min-height: 200px;
    border-radius: 4px;
}
.timeline-article video{
  width: 100%;
  border-radius: 4px;
  height: auto;
  float: none;
}

.timeline-article .pdf{
  width: 100%;
  margin-left: -45px;
  border-radius: 4px;
  height: auto;
  float: none;
}
.sminputs .input input {
    postion: relative;
    display: inline-block;
    height: 24px;
    font-size: 15px;
    line-height: 19.2px;
    color: #555;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    color: rgba(75, 89, 102, 0.85);
}
.sminputs .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    border-left: 1px solid #e4e4e4;
    font-size: 14px;
    background: #FFF;
    overflow: hidden;
    color: #444;
    cursor: pointer;
    margin-top: 12px;
    line-height: 48px;
}
.portfolio-header{
  margin: 1px 0;
  padding: 20px 0;
  /* border-top-width: 10px; */
  /*border-bottom: 1px solid #fff;*/
  text-align: center;
}
.portfolio-headline{
  height: 60px;
  width: 100%;
  

}
.portfolio-headline h3{
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

.portfolio-headline h5{
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    text-align: center;
 }
 
.profile-picture img{
  width: 90px;
  height: 90px;
  max-height: 90px;
  max-width: 90px;
}
.profile-name{
  margin: 10px 0;
  font-size: 24px;
  font-weight: 600;
  color:#fff;
}
.profile-class,.profile-school,.no-of-articles{
  font-weight: normal;
  color: #fff;
  margin: 10px 0;
}
.simform__actions {
    padding: 15px;
    font-size: 14px;
}
.gap {
    margin: 20px 0;
}
input, button, select, textarea {
    color: #555;
    font-family: 'Lato',sans-serif;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
    display: block;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 15px;
    width: 100%;
    max-width: 100%;
}
input::-webkit-input-placeholder {
	color: #aaa !important;
}
.submit{
	min-height: 50px !important;
	background-color: #e71d36;
}
.message{
	padding-left: 7% ! important;
	border-left: 1px solid #011627;
	min-height: 400px !important;
}
.message img{
	float: left;
	height: 32px;
    width: 32px;
}
.message h4{
	margin-top: 20px;
	font-weight: 600;
	color: #011627;
}
.message h6{
	margin-left: 50px;
    line-height: 1.5;
    font-size: 14px;
    padding-top: 3px;
    font-weight: normal;
    font-family: 'Lato',sans-serif;
}

.pointing-notification-panel-icon{
	display: none;
	webkit-animation: slideUp 2s 1s;  /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0s;  /* Chrome, Safari, Opera */
    animation: slideUp 2s;
}
.pointing-notification-panel-icon h6{
	position: absolute;
    bottom: 300px;
    right: 450px;
    font-family: 'Lato',sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 1000;
}
.or{
	margin: 20px 0;
}
#notification-panel-pointing-arrow{
	position: absolute;
	bottom: 310px;
	right: 380px;
	z-index: 1000;
	width: 8%;
}
.pointing-notification-icon{

}
.pointing-notification-icon h6{
	position: absolute;
	bottom: 80px;
	right: 220px;
	z-index: 1000;
	font-family: 'Lato',sans-serif;
	color: #fff;
	font-size: 16px;
}
#notification-pointing-arrow{
	position: absolute;
	bottom: 80px;
	right: 150px;
	z-index: 1000;
	width: 8%;
}
.fadeOut{
	-webkit-animation: fadeOut 2s 1s;  /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2s;  /* Chrome, Safari, Opera */
    animation: fadeOut 2s;
}
.fadeIn{
	animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn{
	from{
		opacity:0;
		transform:scale3d(.75,.75,1);
	}
	to{
		opacity: 1;
		transform: scale3d(1,1,1);
	}
}
@keyframes fadeOut{
	from{transform:translateY(0px);opacity:0;}
	to{transform:translateY(-30px);opacity:1;}
}
@font-face {
    font-family: "ProximaLight";
    src: url('assets/fonts/proxima-light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Parisien-night";
    src: url('../../assets/fonts/Parisien-night.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Parisien-night-italic";
    src: url('../../assets/fonts/Parisien-night-italic.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
.fadeInUp{
	-webkit-animation: slideUp 2s 1s;  /* Chrome, Safari, Opera */
    -webkit-animation-delay: 2s;  /* Chrome, Safari, Opera */
    animation: slideUp 2s;
 }
 @keyframes slideUp{
	from{transform:translateY(20px);opacity:0;}
	to{transform:translateY(0px);opacity:1;}
}
@media (min-width:320px) and (max-width: 479px){
	
	.gallerycon{
	top:5%;
}

.gallerycon h1{
	font-family:Parisien-night;
	font-size:30px;
}

.gallerycon p{
	font-size:20px;
	text-shadow:0px 0px 3px #191818;
	margin-bottom:10px;
}

.gallerycon .button{
	padding:5px 30px;
	margin-top:10px;
	border-radius:25px;
	background:#ff0084;
	color:#fff;
	font-size:20px;
	text-align:center;
	display:none;
}

	.navbar-brand img {
	    width: 100px;
	    margin-top: 10px;
	}
  #header {
    margin-top: -20px;
  }
  
  #top-slider{
  margin-top:0px;
  }
  
  .navbar-default .navbar-nav>li>a{
     color:#000 !important;
  }
  
  #contact h3 {
    font-size: 24px;
  }
  #contact img {
    width: 60%;
    margin-left: 20%;
  }
  .full-width-input {
    width: 94% ! important;
  }
  #contact textarea {
    height: 70px;
    padding: 5px 5px ! important;
    max-width: 94%;
    margin-bottom: 10px;
  }
  #contact button[type="submit"] {
    width: 94%;
  }
  .video-view, .pdf-view, .image-view {
    width: 100%;
    max-height: 100%;
  }
  .user-profile {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  #avees-description {
    padding: 3% 0%;
  }
  #avees-description h2 {
    font-size: 18px;
    margin: 20px 0px 40px 0px;
  }
  .desc-column{
    padding: 5px;
  }
  .desc-column img {
    width: 50%;
    margin-left: 25%;
  }
  .desc-column h6 {
    font-size: 18px;
  }
  .desc-column p{
    font-size: 13px;
  }
  .load-more-article a, .explore-more-article a {
    width: 34%;
    height: 40px;
    line-height: 37px;
    font-size: 13px ! important;
    margin-left: 33%;
  }
  #top-categories h2 {
    font-size: 20px;
  }
  #top-categories p {
    font-size: 13px;
  }
  .pad-res-11{
    padding: 0 11% ! important;
  }
  .category-box, .article-box {
    text-align: center;
  }
  .category-name, .article-name {
    text-align: left;
  }
  .publisher{
    text-align: left;
  }
	.clicked {
    	border-top: 0px solid #fdfffc;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-bottom:1px solid;
	}
	
	#enquireyFormList{
		margin-top:0px;
	}
	.navbar-toggle{
		padding:9px 9px ! important;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 25px ! important;
	}
	.partners-block img {
    	width: 100%;
	}
	.testimonial-quote p {
	    font-size: 12px;
	    margin-bottom: 20px;
	}
	.client-details{
		font-size: 12px;
	}
	.associate-partner h4 {
	    font-size: 20px;
	    margin-top: 30px;
	    margin-bottom: 0px;
	}
	.partner-register h2 {
	    margin-left: 4%;
	    font-size: 20px;
	    margin-bottom: 30px;
	    padding-top: 0px;
	}
	form{
		margin-left: 0px;
	}
  .update-profile {
    width: 30% ! important;
  }
  .icon-set {
    display: flex;
    margin-bottom: 15px;
    float: left;
    margin-right: 3%;
    padding: 7px 7px;
    border-radius: 100px;
    border-style: 1px;
    border: 2px dashed #fff ! important;
    width: 23%;
    vertical-align: middle;
    height: 100px;
    line-height: 21px;
  }
  
  .icon-disable{
  height:100px;
  }
  
  #image-input a img,#video-input a img,pdf-input a img{
    width: 80%;
  }
	.partner-register ul li {
		margin-bottom:7px;
	}
	.partner-register ul li label,.partner-register ul li input {
		font-size: 12px;
	}
	.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    	font-size: 10px ! important;
	}
	.home-content a {
	    font-size: 11px ! important;
	}
	.demo-button, .signup-button {
	    width: 46% ! important;
	    line-height: 20px ! important;
	    height: 30px ! important;;
	    text-align: center ! important;
	}
	#slide1, #slide2, #slide3, #slide4 {
	    position: static ! important;
    	margin-left: 0% ! important;
    	width: 100% ! important;
	}
	.notification-logo {
	    padding: 3px 10px 0px 0px ! important;
	    min-height: 50px ! important;
	}
	.notification-logo img {
	    width: 24px ! important;
	    margin-top: 10px ! important;
	    margin-left: -5px;
	}
	.notification-content{
		padding-left:7px ! important;
	}
	.notification-content p {
	    font-size: 8px ! important;
	    margin: 5px 0 0 0px ! important;
	    width: 16em ! important;
	}
	.notification-content p:nth-child(3) {
	    font-size: 8px ! important;
    	margin-top: 5px ! important;
	}
	.button-link{
		padding:4px 4px ! important;
	}
	.navbar-toggle{
		width: 18% ! important;
	}
	#home{
		height: auto;
		padding-bottom: 30px;
	}

	.home-content h1 {
	    font-size: 24px;
	}
	.home-content h3 {
	    font-size: 12px;
	    line-height: 18px;
	}

	.home-content h2 {
		font-size: 12px;
		line-height: 18px;
	}

	#features {
	    width: 90%;
	    margin-left: 5%;
	    padding: 20px 0;
	}
	#features h3 {
	    font-size: 20px;
	    line-height: 1;
	}
	.feature-div h4 {
	    font-size: 13px ! important;
	    font-weight: 600;
	}
	#general-features {
	    height: auto;
	}
	.general-features h4 {
	    font-size: 20px;
	}
	.feature-details h5 {
	    font-size: 13px;
	    line-height: 16px;
	}
	.feature-list {
	    margin-left: 30px;
	}
	.feature-details img {
	    margin-right: 0px;
	}
	.faq-block h4{
		font-size: 18px ! important;
	}
	.faq-block h6{
		font-size: 16px ! important;
	}
	.faq-block p {
	    font-size: 12px;
	    padding-top: 10px;
	}
	#plugins {
	    width: 90%;
	    height: auto;
	    margin-left: 5%;
	    padding-top: 20px;
	    margin-bottom: 20px;
	}
	#plugins h4 {
	    font-size: 20px;
	    line-height: 1;
	}
	.company-details a img{
		width:100px;
		margin-left: -8px;
	}
	.company-details h3, .product-links h3, .resource-links h3, .contact-links h3, .social-links h3 {
	    font-size: 13px;
	    font-weight: 600;
	    color: #fff;
	}
	.company-details p, .product-links ul li, .resource-links ul li, .contact-links p {
	    font-size: 12px;
	}
	.contact-links p{
		font-weight: bold;
	}
	#free-subscription,#agency-subscription {
    margin-top: 30px;
}
	.bottom-section {
	    padding: 10px 0px;
	    min-height: 420px ! important;
	}
	.bottom-section ul li {
	    font-size: 12px;
	}
	.bottom-section a {
		font-size: 12px ! important;
	}
	.features-content {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.features-content h3{
		font-size: 18px;
	    line-height: 1;
	    font-weight: 600;
	}
	.segment{
		border: 1px solid #eee;
	    border-radius: 8px;
	    padding: 15px 0px;
	    margin-bottom: 30px;
	    box-shadow: 2px 2px 5px #ccc;
	}
	section{
		margin:30px 0 ! important;
		padding:0px 10px ! important;
	}
	.segment-left {
	    padding: 10px 0px 20px 0px ! important;
	}
	.segment-left h3 {
	    font-size: 16px ! important;
	}
	.segment-left p {
	    padding: 0% 0%;
	    font-size: 13px;
	 }
	 .segment-left div{
	 	padding: 0px;
	 }
	 .segment-right {
    padding: 0% 12% ! important;
	}
	.outer-box {
	    margin-top: 20px;
    	border-top: 0px solid #27ae60;
    	border-radius: 3px;
	    padding: 0 !important;
	    border-bottom: 1px solid #27ae60;
	    border-top: 1px solid #27ae60;
	    border-left: 1px solid #27ae60;
	    border-right: 1px solid #27ae60;
	}
	.window-buttons{
		margin-left: 0px;
		    padding: 0px 0px 0px 0px;
	}
	.window-icon {
	    width: 20px ! important;
	}
	.case-studies-block{
		padding: 20px 0px ! important;
	}
	.single-case a{
		font-size: 11px ! important;
	}
	.person-name h4 {
	    font-size: 16px;
	}
	.company-name h5 {
	    font-size: 14px;
	}
	.case-details p{
		font-size: 13px;
		line-height: 1.3;
	}
	.faq-block{
		padding: 0px 0 ! important;
	}
	form{
		width: 100% !important;
		padding-right: 0px ! important;
	}
	.form h4{
		font-size: 14px ! important;
	}
	.message{
		border-left: none ! important;
		min-height: 320px ! important;
	    width: 24px;
	}
	.message img {
	    float: left;
	    height: 24px;
	}
	.message h4 {;
	    font-size: 14px;

	}
	.message h6 {
	    margin-left: 35px;
	    font-size: 12px;
	}
	#contact-us {
	    padding: 30px 0px 10px 0px;
	}
}
@media (min-width:480px) and (max-width: 767px){
	.clicked {
    	border-top: 0px solid #fdfffc;
	}
  #header {
    margin-top: -33px;
  }
  
  #top-slider{
  margin-top:0px;
  }
  
   #contact h3 {
    font-size: 24px;
  }
  #contact img {
    width: 60%;
    margin-left: 20%;
  }
  .full-width-input {
    width: 94% ! important;
  }
  #contact textarea {
    height: 70px;
    padding: 5px 5px ! important;
    max-width: 94%;
    margin-bottom: 10px;
  }
  #contact button[type="submit"] {
    width: 94%;
  }
   .video-view, .pdf-view, .image-view {
    width: 100%;
    max-height: 100%;
  }
  .user-profile {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  #avees-description {
    padding: 3% 0%;
  }
  #avees-description h2 {
    font-size: 18px;
    margin: 20px 0px 40px 0px;
  }
  .desc-column{
    padding: 5px;
  }
  .desc-column img {
    width: 50%;
    margin-left: 25%;
  }
  .desc-column h6 {
    font-size: 18px;
  }
  .desc-column p{
    font-size: 13px;
  }
  .load-more-article a, .explore-more-article a {
    width: 34%;
    height: 40px;
    line-height: 37px;
    font-size: 13px ! important;
    margin-left: 33%;
  }
  #top-categories h2 {
    font-size: 20px;
  }
  #top-categories p {
    font-size: 13px;
  }
  .pad-res-11{
    padding: 0 18% ! important;
  }
  .category-box, .article-box {
    text-align: center;
  }
  .category-name, .article-name {
    text-align: left;
  }
  .publisher{
    text-align: left;
  }
	.navbar-brand img {
	    width: 150px;
	    margin-top: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-bottom:1px solid;
	}
	
	.navbar-right li a{
	color:#000 !important;
	}
  .update-profile {
    width: 30% ! important;
}
  .icon-set {
    display: flex;
    margin-bottom: 15px;
    float: left;
    margin-right: 3%;
    padding: 7px 15px;
    border-radius: 100px;
    border-style: 1px;
    border: 2px dashed #fff ! important;
    width: 23%;
    vertical-align: middle;
    height: 100px;
    line-height: 21px;
  }
  
  .icon-disable{
  height:100px;
  }
  
  .icon-set > input {
    opacity: 0;
    top: 0;
    position: relative;
    left:0px;
    align-items: stretch;
    position: absolute;
    width: 100% ! important;
    cursor: pointer;
    border-radius: 100px;
    height: 100%;
  }
  input[type="text"], select {
    width: 50% ! important;
  }
  .img-pic,.video-pic,.pdf-pic{
    width: 80px;
  }
	#sign-up,#login{
		display: none ! important;
	}
	.navbar-toggle{
		width: 15% ! important;
		height: 50px ! important;
	}
	#enquireyFormList{
		margin-top:0px;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 34px ! important;
	    height: 3px ! important;
	    border-radius: 1px;
	}
	.slider.slider-horizontal {
	    margin-left: 50px ! important;
	}
	#home{
		height: auto;
		padding-bottom: 30px;
	}
	#features {
	    width: 90%;
	    margin-left: 5%;
	    padding: 40px 0;
	}
	#general-features {
	    height: auto;
	}
	.social-links div {
	    margin-top: 20px;
	    padding: 0 10%;
	}
	.gap button{
		padding:3% 50% ! important;
	}
	
	.features-content {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.features-content h3{
		font-size: 18px;
	    line-height: 1;
	    font-weight: 600;
	}
	.segment{
		padding:0px ! important;
	}
	.segment-left {
	    padding: 10px 0px 20px 0px ! important;
	}
	.segment-left h3 {
	    font-size: 16px ! important;
	}
	.segment-left p {
	    padding: 0% 0%;
	    font-size: 13px;
	}
	 .segment-right {
    	padding: 0% 12% ! important;
	}
	input,textarea{
		max-width: 100% ! important;
		width:100% !important;
	}
	.outer-box {
	    margin-top: 20px;
	    border-top: 10px solid #27ae60;
	}
	.window-buttons{
		margin-left: 0px;
	}
	.window-icon {
	    width: 8px ! important;
	}
	.associate-partner h4{
	    font-size: 24px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.partner-register h2 {
	    margin-left: 0%;
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	form{
		margin-left: 0%;
	}
	.partner-register ul li {
		margin-bottom:7px;
	}
	.partner-register ul li label {
		font-size: 14px;
	}
	.partner-register ul li input {
		width: 70% !important;
		font-size: 14px;
	}
	.case-studies-block{
		padding: 20px 0px ! important;
	}
	.single-case a{
		font-size: 11px ! important;
	}
	.person-name h4 {
	    font-size: 18px;
	}
	.company-name h5 {
	    font-size: 16px;
	}
	form{
		width: 100% !important;
		padding-right: 0px ! important;
	}
	.message{
		border-left: none ! important;
		min-height: 320px ! important;
	}
	.message img {
	    float: left;
	    height: 28px ! important;
	    width: 28px ! important;
	}
	.message h4 {;
	    font-size: 16px !important;

	}
	.message h6 {
	    margin-left: 35px;
	    font-size: 14px ! important;
	}
	#contact-us {
	    padding: 30px 0px 10px 0px;
	}
}
@media (min-width:768px) and (max-width: 991px){
	.clicked {
    	border-top: 0px solid #fdfffc;
	}
	.navbar-brand img {
	    width: 150px;
	    margin-top: 10px;
	}
	.navbar-toggle{
		width: 15% ! important;
		height: 50px ! important;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 34px ! important;
	    height: 3px ! important;
	    border-radius: 1px;
	}
	.outline img{
		width: 50% ! important;
		margin-left: 25% ! important;
	}
	#enquireyFormList{
		margin-top:0px;
	}
	.demo-button, .signup-button {
	    width: 30% ! important;
	    line-height: 30px ! important;
	    height: 45px ! important;
	}
	#slide1, #slide2, #slide3, #slide4 {
	    position: static ! important;
    	margin-left: 10% ! important;
    	width: 76% ! important;
	}
	.notification-logo {
	    padding: 3px 10px 0px 0px ! important;
	    min-height: 50px ! important;
	}
	.notification-logo img {
	    width: 43px ! important;
	    margin-top: 15px ! important;
	}
	.notification-content p {
	    font-size: 13px ! important;
	    margin: 10px 0 0 0px ! important;
	    width: 25em ! important;
	}
	.notification-content p:nth-child(3) {
	    font-size: 10px ! important;
	    margin-top: 5px ! important;
	}
	#home{
		height: auto;
		padding-bottom: 30px;
	}
	.home-content h1 {
	    font-size: 44px;
	}
	.home-content h3 {
	    font-size: 23px;
	    line-height: 1.5;
	}
	#features {
	    width: 90%;
	    margin-left: 5%;
	    padding: 60px 0;
	}
	.partner-register h2 {
    	margin-left: 2%;
    	font-size: 28px;
    	margin-bottom: 30px;
	}
	#features h3 {
	    font-size: 36px;
	    line-height: 1;
	}
	#features h3:after{
		margin-top: 15px;
		height: 4px;
		width: 10%;
		margin-left: 45%;
	}
	.feature-div img {
    	width: 64%;
    	margin-left: 18%;
	}
	.feature-div h4 {
	    font-size: 30px ! important;
    	font-weight: 600;
	}
	.feature-short-description p {
	    font-size: 24px ! important;
	}
	.bottom-section ul li {
	    font-size: 22px;
	}
	#general-features {
	    height: auto;
	}
	.general-features h4 {
	    font-size: 36px;
    	width: 90%;
    	margin-left: 5%;
	}
	.feature-details h5 {
	    font-size: 21px;
    	line-height: 50px;
    	height: 30px;
	}
	.list-icon {
	    height: 36px ! important;
	    width: 36px ! important;
	}
	.bottom-section a {
	    padding: 15px 10px ! important;
	    font-size: 22px !important;
	}
	.feature-list {
	    margin-left: 50px;
	}
	.feature-list li {
	    font-size: 20px;
	}
	.feature-details img {
	    margin-right: 0px;
	    width:48px ! important;
	    height: 48px ! important;
	}
	#plugins {
	    width: 90%;
	    height: auto;
	    margin-left: 5%;
	    padding-top: 20px;
	    margin-bottom: 60px;
	}
	#plugins h4 {
	    font-size: 36px;
	    line-height: 1;
	}
	.general-features h4:after,.general-features h4:after,#plugins h4:after {
    height: 4px;
    width: 10%;
    margin-left: 45%;
}
	.company-details a img{
		width:170px;
		margin-left: -8px;
	}
	.company-details h3, .product-links h3, .resource-links h3, .contact-links h3, .social-links h3 {
	    font-size: 16px;
	    font-weight: 600;
	    color: #fff;
	}
	.company-details p, .product-links ul li, .resource-links ul li, .contact-links p {
	    font-size: 14px;
	}
	.contact-links p{
		font-weight: bold;
	}
	.social-links div {
	    margin-top: 20px;
	    padding: 0 10%;
	}
	.social-links div a img{
		vertical-align: middle;
	    border: 1px solid #fff;
	    border-radius: 50px;
	    padding: 0px;
	    width: 60px;
	    padding-bottom: 0px;
	    height: 60px;
	}
	
	.features-content {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.features-content h3{
		font-size: 18px;
	    line-height: 1;
	    font-weight: 600;
	}
	.segment{
		padding:0px ! important;
	}
	.segment-left {
	    padding: 10px 0px 20px 0px ! important;
	}
	.segment-left h3 {
	    font-size: 16px ! important;
	}
	.segment-left p {
	    padding: 0% 0%;
	    font-size: 13px;
	 }
	 .segment-right {
    padding: 0% 12% ! important;
	}
	.outer-box {
	    margin-top: 20px;
	    border-top: 10px solid #27ae60;
	}
	.window-buttons{
		margin-left: 0px;
	}
	.window-icon {
	    width: 8px ! important;
	}
	.case-studies-block{
		padding: 20px 0px ! important;
	}
	.single-case a{
		font-size: 11px ! important;
	}
	.person-name h4 {
	    font-size: 18px;
	}
	.company-name h5 {
	    font-size: 16px;
	}
	form{
		width: 100% !important;
		padding-right: 0px ! important;
		margin-left: 0% !important;
	}
	.message{
		border-left: none ! important;
		min-height: 320px ! important;
	}
	.message img {
	    float: left;
	    height: 24px;
	    width: 24px;
	}
	.message h4 {;
	    font-size: 14px;

	}
	.message h6 {
	    margin-left: 35px;
	    font-size: 12px;
	}
	#contact-us {
	    padding: 30px 0px 10px 0px;
	}
}
@media (min-width:480px) and (max-width: 767px){
	.clicked {
    	border-top: 0px solid #fdfffc;
	}
	.navbar-brand img {
	    width: 125px;
	    margin-top: 10px;
	}
	.navbar-toggle{
		width: 15% ! important;
		padding:9px 11px ! important;
		height: 50px ! important;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 34px ! important;
	    height: 3px ! important;
	    border-radius: 1px;
	}
	#enquireyFormList{
		margin-top:0px;
	}
	#home{
		height: auto;
		padding-bottom: 30px;
	}
	.home-content a {
	    font-size: 10px ! important;
	}
	.home-content h1 {
	    font-size: 26px;
	}
	.home-content h3 {
	    font-size: 12px;
	    line-height: 1.5;
	}
	.demo-button, .signup-button {
	    width: 30% ! important;
	    line-height: 17px ! important;
	    height: 30px ! important;
	}
	.button-link {
	    padding: 5px 10px ! important;
	}
	#slide1, #slide2, #slide3, #slide4 {
	    position: static ! important;
    	margin-left: 0% ! important;
    	width: 100% ! important;
	}
	.notification-logo {
	    padding: 3px 10px 0px 0px ! important;
	    min-height: 50px ! important;
	}
	.notification-logo img {
	    width: 36px ! important;
	    margin-top: 10px ! important;
	}
	.notification-content p {
	    font-size: 10px ! important;
	    margin: 5px 0 0 0px ! important;
	    width: 25em ! important;
	}
	.notification-content p:nth-child(3) {
	    font-size: 10px ! important;
	    margin-top: 5px ! important;
	}
	#features {
	    width: 90%;
	    margin-left: 5%;
	    padding: 40px 0;
	}
	#features h3 {
	    font-size: 20px;
	    line-height: 1;
	}
	.feature-div img {
    	width: 80%;
    	margin-left: 10%;
	}
	.outline img{
		width: 50% ! important;
		margin-left: 25% ! important;
	}
	.feature-div h4 {
	    font-size: 15px ! important;
	    font-weight: 600;
	}
	.feature-short-description p {
	    font-size: 13px ! important;
	}
	#general-features {
	    height: auto;
	}
	.general-features h4 {
	    font-size: 20px;
    	width: 90%;
    	margin-left: 5%;
	}
	.feature-details h5 {
	    font-size: 13px;
    	line-height: 32px;
	}
	.feature-list {
	    margin-left: 30px;
	}
	.feature-details img {
	    margin-right: 0px;
	    width:44px ! important;
	    height: 44px ! important;
	}
	#plugins {
	    width: 90%;
	    height: auto;
	    margin-left: 5%;
	    padding-top: 20px;
	    margin-bottom: 40px;
	}
	#plugins h4 {
	    font-size: 20px;
	    line-height: 1;
	}
	.general-features h4:after,.general-features h4:after,#plugins h4:after {
	    height: 3px;
	    width: 10%;
	    margin-left: 45%;
	}
	.margin-top-50 {
	    margin-top: 20px ! important;
	}
	.company-details a img{
		width:110px;
		margin-left: -8px;
	}
	.company-details h3, .product-links h3, .resource-links h3, .contact-links h3, .social-links h3 {
	    font-size: 13px;
	    font-weight: 600;
	    color: #fff;
	}
	.company-details p, .product-links ul li, .resource-links ul li, .contact-links p {
	    font-size: 13px;
	}
	.contact-links p{
		font-weight: bold;
	}
	.social-links div {
	    margin-top: 20px;
	    padding: 0 10%;
	}
	.social-links div a img{
		vertical-align: middle;
	    border: 1px solid #fff;
	    border-radius: 50px;
	    padding: 0px;
	    width: 40px;
	    padding-bottom: 0px;
	    height: 40px;
	}
	.features-content {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.features-content h3{
		font-size: 18px;
	    line-height: 1;
	    font-weight: 600;
	}
	.segment{
		padding:0px ! important;
	}
	.segment-left {
	    padding: 10px 0px 20px 0px ! important;
	}
	.segment-left h3 {
	    font-size: 16px ! important;
	}
	.segment-left p {
	    padding: 0% 0%;
	    font-size: 13px;
	 }
	 .segment-right {
    padding: 0% 12% ! important;
	}
	.outer-box {
	    margin-top: 20px;
	    border-top: 10px solid #27ae60;
	}
	.window-buttons{
		margin-left: 0px;
	}
	.window-icon {
	    width: 8px ! important;
	}
	.case-studies-block{
		padding: 20px 0px ! important;
	}
	.single-case a{
		font-size: 11px ! important;
	}
	.person-name h4 {
	    font-size: 18px;
	}
	.company-name h5 {
	    font-size: 16px;
	}
	form{
		width: 100% !important;
		padding-right: 0px ! important;
	}
	.message{
		border-left: none ! important;
		min-height: 320px ! important;
	}
	.message img {
	    float: left;
	    height: 24px;
	    width: 24px;
	}
	.message h4 {;
	    font-size: 14px;

	}
	.message h6 {
	    margin-left: 35px;
	    font-size: 12px;
	}
	#contact-us {
	    padding: 30px 0px 10px 0px;
	}
}
@media (min-width:992px) and (max-width: 1199px){
	.navbar-brand img {
	    width: 190px;
	    margin-top: 0px;
	}
	.list{
		margin-top: -10px ! important;
	}
	.navbar-toggle{
		width: 15% ! important;
		height: 50px ! important;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 34px ! important;
	    height: 3px ! important;
	    border-radius: 1px;
	}
	#home{
		height: auto;
		padding-bottom: 30px;
	}
	.home-content h1 {
	    font-size: 44px;
	}
	.home-content h3 {
	    font-size: 23px;
	    line-height: 1.5;
	}
	#features {
	    width: 90%;
	    margin-left: 5%;
	    padding: 60px 0;
	}
	#features h3 {
	    font-size: 36px;
	    line-height: 1;
	}
	#features h3:after{
		margin-top: 15px;
		height: 4px;
		width: 10%;
		margin-left: 45%;
	}
	.feature-div img {
    	width: 80%;
    	margin-left: 10%;
	}
	.feature-div h4 {
	    font-size: 25px ! important;
	    font-weight: 600;
	}
	.feature-short-description p {
	    font-size: 24px ! important;
	    text-align: justify;
	}
	#general-features {
	    height: auto;
	    padding: 40px 0;
	}
	.general-features h4 {
	    font-size: 36px;
    	width: 90%;
    	margin-left: 5%;
	}
	.feature-details h5 {
	    font-size: 24px;
    	line-height: 50px;
    	height: 30px;
	}
	.feature-list {
		margin-top: 30px;
	    margin-left: 50px;
	}
	.feature-list li {
	    font-size: 20px;
	}
	.feature-details img {
	    margin-right: 0px;
	    width:48px ! important;
	    height: 48px ! important;
	}
	#plugins {
	    width: 90%;
	    height: auto;
	    margin-left: 5%;
	    padding-top: 20px;
	    margin-bottom: 60px;
	}
	#plugins h4 {
	    font-size: 36px;
	    line-height: 1;
	}
	.general-features h4:after,.general-features h4:after,#plugins h4:after {
    height: 4px;
    width: 10%;
    margin-left: 45%;
}
	.company-details a img{
		width:200px;
		margin-top: -25px;
		margin-left: -8px;
	}
	.company-details h3, .product-links h3, .resource-links h3, .contact-links h3, .social-links h3 {
	    font-size: 22px;
	    font-weight: 600;
	    color: #fff;
	}
	.company-details p, .product-links ul li, .resource-links ul li, .contact-links p {
	    font-size: 21px;
	}
	.contact-links p{
		font-weight: bold;
	}
	.social-links div {
	    margin-top: 20px;
	    padding: 0 10%;
	}
	.social-links div a img{
		vertical-align: middle;
	    border: 1px solid #fff;
	    border-radius: 50px;
	    padding: 0px;
	    width: 60px;
	    padding-bottom: 0px;
	    height: 60px;
	}
	.features-content {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.features-content h3{
		font-size: 18px;
	    line-height: 1;
	    font-weight: 600;
	}
	.segment{
		padding:0px ! important;
	}
	.segment-left {
	    padding: 10px 0px 20px 0px ! important;
	}
	.segment-left h3 {
	    font-size: 16px ! important;
	}
	.segment-left p {
	    padding: 0% 0%;
	    font-size: 13px;
	 }
	 .segment-right {
    padding: 0% 12% ! important;
	}
	.outer-box {
	    margin-top: 20px;
	    border-top: 10px solid #27ae60;
	}
	.window-buttons{
		margin-left: 0px;
	}
	.window-icon {
	    width: 8px ! important;
	}
	.case-studies-block{
		padding: 20px 0px ! important;
	}
	.single-case a{
		font-size: 11px ! important;
	}
	.person-name h4 {
	    font-size: 18px;
	}
	.company-name h5 {
	    font-size: 16px;
	}
	form{
		width: 100% !important;
		padding-right: 0px ! important;
	}
	.message{
		border-left: none ! important;
		min-height: 320px ! important;
	}
	.message img {
	    float: left;
	    height: 24px;
	    width: 24px;
	}
	.message h4 {;
	    font-size: 14px;

	}
	.message h6 {
	    margin-left: 35px;
	    font-size: 12px;
	}
	#contact-us {
	    padding: 30px 0px 10px 0px;
	}
}
/*@media (min-width: 1200px){
	.navbar-brand img {
	    width: 190px;
	    margin-top: 0px;
	}
	.navbar-right  a{
		font-size: 18px !important;
	}
	.navbar-toggle{
		width: 15% ! important;
		height: 50px ! important;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 34px ! important;
	    height: 3px ! important;
	    border-radius: 1px;
	}
	#home{
		height: auto;
		padding-bottom: 30px;
	}
	.home-content h1 {
	    font-size: 44px;
	}
	.home-content h3 {
	    font-size: 23px;
	    line-height: 1.5;
	}
	#features {
	    width: 90%;
	    margin-left: 5%;
	    padding: 60px 0;
	}
	#features h3 {
	    font-size: 36px;
	    line-height: 1;
	}
	#features h3:after{
		margin-top: 15px;
		height: 4px;
		width: 10%;
		margin-left: 45%;
	}
	.feature-div img {
    	width: 80%;
    	margin-left: 10%;
	}
	.feature-div h4 {
	    font-size: 25px ! important;
	    font-weight: 600;
	}
	.feature-short-description p {
	    font-size: 24px ! important;
	    text-align: justify;
	}
	#general-features {
	    height: auto;
	    padding: 40px 0;
	}
	.general-features h4 {
	    font-size: 36px;
    	width: 90%;
    	margin-left: 5%;
	}
	.feature-details h5 {
	    font-size: 24px;
    	line-height: 50px;
    	height: 30px;
	}
	.feature-list {
		margin-top: 70px;
	    margin-left: 50px;
	}
	.feature-list li {
	    font-size: 20px;
	}
	.feature-details img {
	    margin-right: 0px;
	    width:48px ! important;
	    height: 48px ! important;
	}
	#plugins {
	    width: 90%;
	    height: auto;
	    margin-left: 5%;
	    padding-top: 20px;
	    margin-bottom: 60px;
	}
	#plugins h4 {
	    font-size: 36px;
	    line-height: 1;
	}
	.general-features h4:after,.general-features h4:after,#plugins h4:after {
    height: 4px;
    width: 10%;
    margin-left: 45%;
}
	.company-details a img{
		width:200px;
		margin-top: -25px;
		margin-left: -8px;
	}
	.company-details h3, .product-links h3, .resource-links h3, .contact-links h3, .social-links h3 {
	    font-size: 22px;
	    font-weight: 600;
	    color: #fff;
	}
	.company-details p, .product-links ul li, .resource-links ul li, .contact-links p {
	    font-size: 21px;
	}
	.contact-links p{
		font-weight: bold;
	}
	.social-links div {
	    margin-top: 20px;
	    padding: 0 10%;
	}
	.social-links div a img{
		vertical-align: middle;
	    border: 1px solid #fff;
	    border-radius: 50px;
	    padding: 0px;
	    width: 60px;
	    padding-bottom: 0px;
	    height: 60px;
	}
	.features-content {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.features-content h3{
		font-size: 18px;
	    line-height: 1;
	    font-weight: 600;
	}
	.segment{
		padding:0px ! important;
	}
	.segment-left {
	    padding: 10px 0px 20px 0px ! important;
	}
	.segment-left h3 {
	    font-size: 16px ! important;
	}
	.segment-left p {
	    padding: 0% 0%;
	    font-size: 13px;
	 }
	 .segment-right {
    padding: 0% 12% ! important;
	}
	.outer-box {
	    margin-top: 20px;
	    border-top: 10px solid #27ae60;
	}
	.window-buttons{
		margin-left: 0px;
	}
	.window-icon {
	    width: 8px ! important;
	}
	.case-studies-block{
		padding: 20px 0px ! important;
	}
	.single-case a{
		font-size: 11px ! important;
	}
	.person-name h4 {
	    font-size: 18px;
	}
	.company-name h5 {
	    font-size: 16px;
	}
	form{
		width: 100% !important;
		padding-right: 0px ! important;
	}
	.message{
		border-left: none ! important;
		min-height: 320px ! important;
	}
	.message img {
	    float: left;
	    height: 24px;
	    width: 24px;
	}
	.message h4 {;
	    font-size: 14px;

	}
	.message h6 {
	    margin-left: 35px;
	    font-size: 12px;
	}
	#contact-us {
	    padding: 30px 0px 10px 0px;
	}
}*/