/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/author/loader.webp) center no-repeat #fff;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  	font-size: 1.2rem
	padding-bottom: 3rem;
  	color: #5a5a5a;
}

.btn-primary{
    border-color: turquoise !important;
    background-color: turquoise !important;
}

.btn.btn-primary:hover{
    background-color: black !important;
    border: black !important;
    color: white
}

a.category{
    padding: .6rem
}

h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 1rem 0 0 0;
}

p {
	font-size: 1rem;
}

::-webkit-selection {
  color: #fff;
  background: #27E1CE;
}

::-moz-selection {
  color: #fff;
  background: #27E1CE;
}

::selection {
  color: #fff;
  background: #27E1CE;
}

/* NAV
------------------------------- */

#navbarTogglerDemo03{
    align-items: flex-end
}

.navbar-toggler{
    display: inline-flex
}

.nav-link{   
    text-align: center
}

.nav .nav-pills{
    text-align: center
}

@media screen and (min-width: 991px) {
.navbar{
    justify-content: space-between;
    padding-right: 5rem;
    padding-left: 3rem}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

@media screen and (max-width: 991px) {.carousel-caption
    {bottom: 1rem;
        
    }
}

/* Declare heights because of positioning of img element */
.carousel-item {
position: inherit;
height: auto;
}

.carousel-item > img {
position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
}

.black-overlay{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.4);
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
    margin-bottom: 1rem
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width: 991px) { 
h1 {
    font-size: 1.5rem}    
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* BLOG CSS
-------------------------------------------------- */
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
/* TESTIMONIAL
-------------------------------------------------- */
.testimonial {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #EEEEEE;
    background-repeat: no-repeat
}

a{
    color: #000
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 20px
}

.card1 {
    background-color: #4B4453;
    height: 107%;
    color: #fff;
    padding-left: 13%;
    padding-right: 13%
}

.logo {
    margin-top: 30px;
    margin-left: 15px;
    cursor: pointer
}

.card2 {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px
}

.fa {
    color: white
}

a :hover{
    color: lightgrey
}

.fa fa-youtube-play mx-2{
    color:
}

.social-connect .fa-google-plus {
    color: #df4b37;
    padding: 10px 12px;
    font-size: 20px
}

.social-connect .fa-facebook-square {
    color: #3b5998;
    padding: 10px 15px;
    font-size: 20px
}

.social-connect {
    padding: 3px 0px 3px 3px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #E0E0E0
}


.social-connect:hover {
    background-color: #2e2e2e
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%
}

.text-sm {
    font-size: 14px !important
}

input {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #512DA8;
    outline-width: 0
}

::placeholder {
    color: #EEEEEE;
    opacity: 1
}

:-ms-input-placeholder {
    color: #EEEEEE
}

::-ms-input-placeholder {
    color: #EEEEEE
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.btn-blue {
    background-color: #512DA8;
    width: 100%;
    color: #fff;
    border-radius: 6px
}

.btn-blue:hover {
    background-color: #311B92;
    color: #fff;
    cursor: pointer
}

.card-0 {
    color: #311B92;
    background-color: #fff;
    border-radius: 20px;
    min-height: 400px;
    margin-top: 80px;
    padding: 30px
}

.carousel-indicators {
    display: flex;
    position: absolute;
    bottom: -15px
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    opacity: 0.5;
    margin: 5px !important
}

.carousel-indicators li.active {
    opacity: 1;
    width: 18px !important;
    height: 18px !important;
    margin-top: 0px !important;
    border: 2px solid #fff
}

.carousel-indicators li#li1 {
    background: url("../img/clients/logo-skp.jpg") !important;
    background-size: cover !important
}
.carousel-indicators li#li2 {
    background: url("../img/clients/logo-niche.jpg") !important;
    background-size: cover !important
}
.carousel-indicators li#li3 {
    background: url("../img/clients/logo-dellamo.jpg") !important;
    background-size: cover !important
}
.carousel-indicators li#li4 {
    background: url("../img/clients/logo-saarathi.jpg") !important;
    background-size: cover !important
}
.carousel-indicators li#li5 {
    background: url("../img/clients/logo-tufwud.jpg") !important;
    background-size: cover !important
}

.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px)
}

.content {
    color: #000;
    font-size: 14px
}

.social {
    margin-top: 150px
}

@media screen and (max-width: 991px) {
    .card1 {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px
    }

    .card2 {
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px
    }
}

#get_blog{
display: flex; /*set display to flex*/
flex-direction: row; /*flex direction colum*/
flex-wrap: wrap; /*flex wrap*/
align-content: flex-start; /*add align content flex start*/   
}

#get_investors{
display: flex; /*set display to flex*/
flex-direction: row; /*flex direction colum*/
flex-wrap: wrap; /*flex wrap*/
align-content: flex-start; /*add align content flex start*/   
}

#get_plants{
display: flex; /*set display to flex*/
flex-direction: row; /*flex direction colum*/
flex-wrap: wrap; /*flex wrap*/
align-content: flex-start; /*add align content flex start*/
}

@media (max-width: 480px) {
.tablesorter {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
display: inline-block;
}
}

.jumbotron{
			height: 100%;
			color: white;
			background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
			background-size: 400% 400%;
			animation: gradient 15s ease infinite;
		}
		@keyframes gradient {
			0% {
				background-position: 0% 50%;
			}
			50% {
				background-position: 100% 50%;
			}
			100% {
				background-position: 0% 50%;
			}
					}	
		.btn-link{
			color: gray !important;
			font-size: 1.2rem !important;
		}

