/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 13/08/2019
* Template URI: 
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Tristan
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/
/* Show in Large desktops and laptops */
@media (min-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1499px) {
.aboutSec .content {
    padding-left: 5%;
    padding-top: 4%;
}
	.footerBottom {
    padding-bottom: 77px;
	}
}
/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	nav ul li a, nav ul li a:visited {
    padding: 0 16px;
	}
.aboutSec .content {
    padding-left: 5%;
    padding-top: 0%;
}
	.footerBottom {
    padding-bottom: 77px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */

@media (min-width:769px) and (max-width:991px) {
}
@media (max-width:768px) {
	.footerBottom {
    padding-bottom: 77px;
	}
		.nav-container {
    width: 100%;
    position: absolute;
    /* margin: 0 auto; */
}
	.tabs-wrapper {
    display: block;
}
	.icon-box {
    width: 33%;
	}
	
.footer {
	background-image:none;
	background-color:#1b1b1b;
}
.footerBottom .right ul{
	float:none;
	padding-left: 0;
}
}
@media (max-width:580px) {
	.about-det {
    width: 281px;
}
.timeline-heading h4 {
    font-size: 18px;
}

	.social .pull-right {
    float: none;
}
	.navigation .short-menu {
    font-size: 13px;
    text-align: center;
	}
.carousel-caption {
    bottom: 27%;
    text-align: center;
    left: auto;
	right:auto
}
figure.effect-lily figcaption > div {
    bottom: 42px;
}
figure.effect-lily h3 {
    font-size: 14px;
}
.carousel-caption h3 {
    font-size: 28px;
}
.carousel-caption p {
    font-size: 12px;
    line-height: 17px;
}
		.icon-box {
    width: 50%;
	}
		.last {
    width: 100% !important;
	}
	.plan-box h3 a {
    font-size: 15px;
	}

}
@media (max-width:480px) {
}
@media (max-width:320px) {
}

