/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0 auto;
	padding: 0;
	position: relative;
	zoom: 1;
	height: 100%;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	height: 100%;
	position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	height: 100%;
}

.newsdetail
{
    width:950px;
    margin:0 auto;
    max-width:100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	height: 100%;
} 
ul.slides{
	height: 100%;
}
.flex-viewport {
	height: 100%;
}
.flexslider .slides {
	zoom: 1;
	height: 100%;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
	width: 100%;
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}
.flex-direction-nav .flex-prev {
	left: -100px;
	text-align: left;
}

.flex-direction-nav .flex-next {
	right: -100px;
	text-align: right;
}
.flex-direction-nav .flex-next::after{
	content: '';
        	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
left: 130px;
	top: 15px;
	width: 10px;
	height: 10px;
	border: 2px solid #c0242b;
	    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	    border-left: 0;
    border-bottom: 0;
	
}
#page-home .flex-direction-nav .flex-next::after, #page-home .flex-direction-nav .flex-next::before
{
    display:none
}
.flex-direction-nav .flex-next::before{
    	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    content: '';
    position: absolute;
    right:10px;
    top: 19px;
    width: 100px;
    height: 2px;
    background: #c0242b;
}
    .flex-direction-nav .flex-next:hover:before,.flex-direction-nav .flex-prev:hover:before {
            width: 80px;
            background:#712024 ;
    }
    .flex-direction-nav .flex-next:hover::after,.flex-direction-nav .flex-prev:hover::after{

	border-color: #712024;

}
.flex-direction-nav .flex-prev::before{
    	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    content: '';
    position: absolute;
    left: 10px;
    top: 19px;
    width: 100px;
    height: 2px;
    background: #c0242b;
}
.flex-direction-nav .flex-prev::after{
        	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
		content: '';
	position: absolute;
	right: 130px;
	top: 15px;
	width: 10px;
	height: 10px;
	border-left: 2px solid ;
    border-bottom:2px solid ;
    border-color:#c0242b;
	    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	
}
#page-home .flex-direction-nav .flex-prev::before,#page-home .flex-direction-nav .flex-prev::after {
    display:none
}
#page-home .flex-direction-nav .flex-next {

    left: 50%;
    cursor: url("/?originalUrl=https%3A%2F%2Fsjdpg.com%2Fimages%2Fnext.png"), auto !important;
    background:none

}
#page-home .flex-direction-nav a {

    width: 50%;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    right: 0;

}
#page-home .flex-direction-nav .flex-prev {

    right: 50%;
    cursor: url("/?originalUrl=https%3A%2F%2Fsjdpg.com%2Fimages%2Fprev.png"), auto !important;
     background:none;

}

.landing .flex-direction-nav a{
	
}
.flexslider:hover .flex-prev {

}

.flexslider:hover .flex-next {
	
}


.darkarrow  .flex-direction-nav a.flex-prev
{
right: 52px;
    left: auto;
}


.darkarrow  .flex-control-nav li
{
     margin-right:6px !important
}

 #page-home .flex-control-nav li a
 {
    display: block;
    width:30px;
    font-size: 0;
    margin:0 !important;
    border:none;
    opacity:0.5;
    background:#fff;
    height: 4px;
    border-radius: 0%;
 }

#page-home  .flex-control-nav
{
    display: block;

bottom: 33px;

right: 20px;

text-align: right;

font-size: 0;
z-index:5;
}
#page-home  .flex-control-nav li a.flex-active
{
    background:#fff;
    opacity:1
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.landing .flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: '\f001';
}
.landing .flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;

	text-align: center;
	display: none;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {

	display: block;
	
	background: #ffffff;
	border: 0 none;
	cursor: pointer;
	text-indent: -9999px;
}
.flexslider.year .flex-control-paging li a{
		width: 15px;
	height: 15px;
	border: 1px solid #000000;
	border-radius: 100%;
    background:#fff;
    position:relative;
}
.flexslider.year .flex-control-paging li a:after{
content: '';
position: absolute;
display: block;
background: #000;
height: 1px;
right: -20px;
width: 19px;
top: 6px;


}
.flexslider.year .flex-control-paging li.LastLi a:after{
background:#fff;


}

.flexslider.year .flex-control-paging li a.flex-active{
transform:scale(1.5);
background:#000;
}
 
.customcontrol {
    display: inline-block;
    width: 20px;
    height: 13px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    text-decoration: none;
    position: relative;
    margin: 0 12px;
    transform: translateY(15px);

}
.flexslider.year .flex-control-paging li a:hover{
transform:scale(1.5);
background:#000;
}
 
    .customcontrol:after {
        content: '';
        position: absolute;
        right: 0;
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #c0242b;
        border-bottom: 1px solid #c0242b;
        transform-origin: center;
        -webkit-transform-origin: center;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }






.customcontrol:before {
    content: '';
    position: absolute;
    right: 0px;
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #c0242b;
    top: 3px;
}


.customcontrol.prev:after {
    right: auto;
    left: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.flex-control-paging li a:hover {
	background: #000;
}
.flex-control-paging li a.flex-active {
	background: #000000;
	cursor: default;
	margin-right: 20px;
}
.projectslider
{
    padding-bottom:40px;
}
.projectslider  .flex-control-paging li a.flex-active {
	background: #c0242b;
	cursor: default;
	margin-right: 0;
    border:2px solid #c0242b;
}

.landing .flex-control-nav {

	display: none;
	
	
}
.projectslider  .flex-control-nav {

	display: block;
    bottom:0;
	
	
}

.projectslider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: #fff;
    border:2px solid #c0242b;
	cursor: pointer;
    border-radius:50px;
    font-size:0;

}

.landing .flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #e6e6e6;
	cursor: pointer;
	text-indent: -9999px;
}
.landing .flex-control-paging li a:hover {
	background: #f9a63f;
}
.landing .flex-control-paging li a.flex-active {
	background: #f9a63f;
	cursor: default;
}
.landing .flex-control-nav li {

}

.barslider .slides li:after{
 content:'';
    display: block;
    zoom: 1;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	background: transparent;
    	width: 0 ;
        	height: 5px;
	display: block;
    	background: #fff;

}

.barslider .slides li.flex-active-slide:after{


        -webkit-animation:fullwidth 7s forwards;
   animation: fullwidth 7s forwards;
}
@-webkit-keyframes fullwidth {
 0%{
width:0;
}

 100%
 {
width:100%;
 }
}
@keyframes fullwidth {
 0%{
width:0;
}

 100%
 {
width:100%;
 }
}
.landing .flex-control-paging li a:hover {
	background: #ffffff;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.flexslider.year .flex-control-nav{
	display: block;
}
#page-developerdetails .flex-direction-nav .flex-next {
display:none;
}
#page-developerdetails .flex-direction-nav .flex-prev {
display:none;
}
.tobottom
{
    padding-bottom:50px;
}
.tobottom .flex-control-nav
{
    position:absolute;
    bottom:0;
    left:0;right:0;
    width:100%;
    z-index:1;


}
@media screen and (max-width: 720px) {
    #page-home .flex-control-nav {

    display: block;
    bottom: 17px;
    right: 11px;
    text-align: right;
    font-size: 0;
    z-index: 5;

}
	#page-home .flex-direction-nav{
		display:  none;
	}
	.flex-direction-nav a{
		top: 100%;
		width: 50px;
	}
	.flex-direction-nav .flex-prev{
		left: 0;
	}
	.flex-direction-nav .flex-next {
    right: 0;
    
}
	.flexslider.year .flex-control-nav {
    display: block;
    bottom: -16px;
}
	.flex-direction-nav .flex-prev::after{
		right: 38px;
	}
	.flex-direction-nav .flex-next::after{
		left: 38px;
	}
	#imonials .flex-direction-nav a{
		top: -6px;
	}
	.flex-direction-nav .flex-prev::before{
		right: 30px;
	}
	.flex-direction-nav .flex-next::before{
		left: 30px;
	}
	
}
