

/*************** add by jitu 04-11-17 */

ul.dropdown-menu li a, ul.dropdown-menu ul ul li a {
    font-weight: normal !important;
    font-size: 14px !important;
	line-height:20px;
}
.slider-discription span
{
 color:#bceb8e;
 font-size:16px;
}
.slider-txt-container {
    color: #fff;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
/*    text-transform: capitalize;*/
    background-color: #00000020;
}

.slider-txt-container h2{
	padding-bottom:5px !important;
	color:#fff;
}

.slider-txt-container a
{
/*	color:#fff;*/
	color:#e2e2e2;
	font-size:12px;

	}
.slider-txt-container a:hover
{
		color:#fff;
		text-decoration:none;
}

.slider-txt-container>.container {
    width: 55%
	
}

h1,h2,h3
{
	color:#333;
}

#slider {
    margin-top: 40px;
	background-color: #ffffff;
}


.slider-img img
{
	max-width:100%;
	margin-top: 55px;
}


.post-image img {
    width: 100%;
}
.portfolio-section {
	background-color: #f9fdfe;
}

#portfolio-container [class*="col-"] {
	width:20%;
	margin: 0;
    padding: 0;
	/*max-width: 1445px;
	margin: 0 auto 0 auto;
	margin: 50px 0;*/
 	transform:scale(1);
	transition:all 200ms ease-out;
	-webkit-transform:scale(1);
	-webkit-transition:all 200ms ease-out;	
}

#portfolio-container [class*="col-"]:hover {
 	transform:scale(1.10);
	transition:all 400ms ease-in;
	-webkit-transform:scale(1.10);
	-webkit-transition:all 400ms ease-in;
	z-index:2;
}

.portfolio-section.section-padding {
	padding-bottom: 100px;
}
.portfolio-items figure {
	background: #17A781;
	float: left;
	margin: 0 2px 10px;
	overflow: hidden;
	height: 330px;
	width: 30%;
}
.portfolio-items a {
	-webkit-transition: all .3s  ease;
	-moz-transition: all .3s  ease;
	-ms-transition: all .3s  ease;
	-o-transition: all .3s  ease;
	transition: all .3s  ease;
}
.portfolio-items figure img {
	-webkit-transition: -webkit-transform .3s  ease;
	-moz-transition: -moz-transform .3s  ease;
	-ms-transition: -ms-transform .3s  ease;
	-o-transition: -o-transform .3s  ease;
	transition: transform .3s  ease;
}
.portfolio-items .item-w2 {
	background: #ED9393;
	width: 60%;
}
.portfolio-items .item-h2 {
	background: #7CB744;
	height: 618px;
}
.portfolio-items .item-h3 {
	background: #38B5E5;
}
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.PortfolioFilter {
	padding-bottom: 40px;
}

.PortfolioFilter a{
	border: 1px solid transparent;
	color: #767777;
	display: inline-block;
	margin: 0 5px 9px 0;
	padding: 10px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.PortfolioFilter a:focus,
.PortfolioFilter a:hover,
.PortfolioFilter .current {
	text-decoration: none;	
}
.PortfolioFilter .current {
	color: #ffffff;
	background-color: #55b34f;
}
.portfolio-items figure{
	position: relative;
}
.PortfolioFilter a,
.portfolio-items figure:after{
	background-color: #f2f4f4;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#footcast {
    margin-top: 150px;
}

#about-section
{
	margin: 55px 40px;
}

.newspaper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    color: #616161;
	text-align: justify;
}
.highlights,.txt-green {
    color: #43A047;
}

.section-head1 {
    text-align: center;
/*    padding: 30px 0;*/
	margin: 10px 40px;
}
.section-title {
    color: #020202;
    font-size: 1.5em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: left;
    
}
.section-description{
	color: #8d8d8d;
/*
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
*/
}

/*********************************** Footer ***************************/
.footer-container {
	color: #747474;
	font-size: 0.9071em;
    font-weight: 600;
	background-color: #2a2a2a;
}
.footer-widget {
	padding: 10px 0px 0px 0px;
	display: inline-block;
}
.footer-container .widget {
	margin-bottom: 30px;
}
.footer-container hr {
	border-top: 1px solid #464646;
}
.widget-title {
	position: relative;
}

.widget-title li a {
    color: #b1b1b1;
}
.widget-title li a:hover{
	color:#b1b1b1;
}
.footer-container h3 {
	font-size: 1.2857em;
	padding-bottom: 1px;
	color:#55b34f;
	margin-left:40px;
}

/*  - About Widget
----------------------------------*/
.footer-container .contact-details p {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 15px;
	border-bottom: 1px solid #464646;
}
.footer-container .contact-details ul {
	list-style: none;
}
.footer-container .contact-details li {
	position: relative;
	display: block;
/*	border-bottom: 1px solid #464646;*/
	padding: 10px 15px 10px 20px;
}
.footer-container .contact-details li:before {
	position: absolute;
    top: 10px;
    left: 0;
    display: inline-block; 
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-container .contact-details .address {
	display: block;
	overflow: hidden;
}

.contact-info .fa-envelope a{
color:#747474;
vertical-align:middle;
line-height:24px;
}
.contact-info .fa-envelope a:hover{
color:#b1b1b1;
}


/*  - CopyRight
----------------------------------*/
.copyright {
	background-color: #141414;
	padding: 18px 0;
}
.copyright p {
	margin: 0;
	line-height: 18px;
	margin-top: 10px;
	display: inline-block;
}
.container p a {
	color: #b1b1b1;
	text-decoration: none;
}
.copyright .icon {
	color: #888d8e;
	border-color: #464646;
}
.copyright .icon:hover {
	color: #b1b1b1;
	border-color: #b1b1b1;
}
/*  - CopyRight End
----------------------------------*/
/*  - Social Media btn
---------------------------------------*/
.widget-title {
    position: relative;
}
.links .contact-details {
    position: inherit;
    top: -43px;
    width: 300px;
}
.social-widget{
	padding: 40px 0 10px 0;
	display: inline-block;
	float:right;	
}

.social-widget .container{
	position: inherit;
    top: 20px;
    width: 375px;
}

.social-widget .container p
{
	margin-top:20px;
}

.social-media-btn a {
	color: #989898;
}
.social-media-btn .icon {
	font-size: 1.1em;
	width: 35px;
	height: 35px;
	border: 1px solid #ebebeb;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	margin: 0 2px;
	background:#141414;
}

.social-media-btn .icon:hover {
	background:#b1b1b1;
	color:#141414;
}
.scrollup {
	width: 47px;
	height: 46px;
	position: fixed;
	padding: 5px;
	bottom: 40px;
	right: 40px;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	background-color: #55b34f;
	z-index: 9999;
	display: none;
}
/*  - Social Media btn end 
---------------------------------------*/
#mypopup
	{	position:absolute;
		display:none;
		margin:0 auto;
		width:750;
		height:50%;
		top: 50%;
		left: 50%;
		 transform: translate(-50%, -70%);
		 z-index:1500;

	}
	#my_file
	{
		border:10px solid #ececec;
	}
	#close-div:hover
	{
		cursor:pointer;
	}
	#close-div
	{
		text-align:right;
		font-size:25px;
		font-family:arial;
		padding:2px 10px; 
		background:#efefef;

	}
	#mission-vision
	{
		height:750px;
	}


