/*************************************/
/*          DSR Softwares            */
/*************************************/


@CHARSET "ISO-8859-1";
body {
	background-color: #FFF;
}
* {
	margin:0px;
	padding:0px;
	font-family: 'Trebuchet MS' , Tahoma , Verdana, Arial, sans-serif;
	font-size:14px;
}
a, a:hover a:focus, a:active {
	text-decoration: none !important;
}
a:focus {
	color:##337ab7;
}
a:hover {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  text-decoration: none;
}
h1, h2, h3 {
	color:#666;
}
.header3 {
    color:#A0431B;
}
.red {
	color:#F00;
}
.mt20 {
	margin-top:20px;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px;
}
.sp50 {
	height:50px;
}
.bold {
	font-weight: bold;
	font-size: 16px;
}


/********** Header **********/
#logo {
	float:left;
	width:100px;
	padding:0;
	margin:15px 0;
}
#logo img {
	width:100%;
	border-radius:50%;
}

#title {
	float:left;
	width:calc(100% - 200px);
	text-align:center;
}
#title h2 {
	font-size:32px;
}
#title h2, #title h4 {
	color:#666;
	margin:0;
	margin-bottom:10px;
}

#user {
	float:right;
	margin-top:22px;
	height:25px;
}
#login, #signup {
	padding: 7px 15px 8px 15px;
	font-size:14px;
	text-decoration:none;
	color: #FFF;
}
#login {
	margin:0;
	background: #fba919;
	border: 1px solid #fba919;
}
#login:HOVER, #login:ACTIVE {
	color : #fba919;
	background-color: #FFF;
	border: 1px solid #fba919;
}
#signup {
	margin-left:5px;
	color: #000;
	border: 1px solid #999;
}
#signup:HOVER, #signup:ACTIVE {
	background-color: #999;
	color: #FFF;
	border: 1px solid #999;
}


/********** Navbar **********/
.navbar-container {
	background-color:#fba919;
	padding: 0;	
	width:100%;
	z-index:999;
}
.navbar-animate {
	position: fixed;
	top:0;
	-webkit-box-shadow: 0px 2px 5px 0px #AAA;
	-moz-box-shadow: 0px 2px 5px 0px #AAA;
	box-shadow: 0px 2px 5px 0px #AAA;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-brand-animate {
	display:block !important;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-logo {
	display:none;
	height:50px;
	width:0;
	border-radius:50%;
	overflow:hidden;
	margin-right:10px !important;
}
.navbar-logo>img {
	display:none;
	height:100%;
	width:auto;
}

.navbar-brand {
	display:none;
}
.navbar-toggle {
	border:1px solid #FFF;
	height:40px;
	width:40px;
	text-align:center;
	border-radius:0;
	margin:15px 0;
}
.navbar-default .navbar-toggle {
	border-color:#FFF;
}
.navbar-toggle span {
	font-size:20px;
	color:#FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default {
	background-color:transparent;
}
.navbar-default .navbar-toggle:active {
	background-color:#A0431B;
}
.navbar {
	border:0;
	margin-bottom:0;
	margin-top:5px;
}
#navbar {
	background-color:transparent;
}
.navbar-default .navbar-nav>li>a {
	line-height:50px;
	font-size:18px;
	color:#FFF;
}
.navbar-default .navbar-nav>.active>a{
	border-bottom: 5px solid #A0431B;	
	color: #FFF;
	background-color: transparent;
}
.navbar-nav>li>a {
	padding:0 20px;
	color: #FFF;
	text-align:center;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color:#A0431B;
	color:#FFF;
	border-radius:5px 5px 0 0;
}
.navbar-nav {
	margin:0;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus {
	color : #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color:#A0431B;
	color:#FFF;
	border-radius:5px 5px 0 0;
}
.navbar-default .navbar-collapse {
	border-top:0;
}

/********** Banner **********/
.banner {
	width:100%;
	height:300px;
	overflow:hidden;
}
.banner img {
	width:100%;
	margin-top: -25%;
}

/********** Main Section **********/
.main-wrapper {
	margin-top:-35px;
	position:relative;
	border-radius:7px 7px 0px 0px;
	background-color: #EEEEEE;
	padding:20px;
}
.main-header {
    color:#A0431B;
	border-bottom: 2px dotted #fba919;
	text-align: center;
	padding-bottom:15px;
}
.main-header big{
	font-size:110%;
}
.left-sidebar, .right-sidebar {
	margin-top:10px;
}
.left-sidebar p, .body-text {
	color:#333;
	font-size:16px;
	line-height:24px;
	text-align:justify;
}
.news-block {
	border:1px solid #DDD;
	padding:15px;
	background: #EEE url('../images/bg1.png') top repeat-x;
}
.news-list {
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}
.news-list li {
	border-bottom:1px solid #fba919;
	margin-top:10px;
}
.news-header {
    background-color:#fba919;
	border: 1px solid #e78f08;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
.news-text {
	font-size:16px;
	margin-bottom:7px;	
	color:#333;
}
.news-text img {
	max-height:20px;
	width:auto;
}
.news-text i {
	color:#fba919;
}
.news-date {
	text-align: right;
	margin-bottom:7px;	
	font-size:12px;
	color:#666;
}

.fb-widget, .twitter-widget, .insta-widget {
	background-color:#FFF;
	border:1px solid #DDD;
}
.twitter-widget {
	background-color:#FFF;
	overflow:auto;
}
.fb-widget>iframe {
	margin-bottom:-5px !important;
}
.instagram-media {
	border-radius:0 !important;
	margin:0 !important;
	border:0 !important;
}


/********** Gallery Image **********/

.gallery-img-container {
	margin-left:-10px;
	margin-right:-10px;
}
.gallery-img {
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.gallery-img-overlay {
	position:absolute;
	width:100%;
	z-index:888;
	height:100%;
}
.gallery-img-overlay:hover {
	background-color:rgba(251,169,25,.4);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery-img-inner {
	position:relative;
	overflow:hidden;
	border: 5px solid #FFF; 
}
.gallery-img-inner:hover {
	border-color: #fba919;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.gallery-img img {
	width:100%;
}
.gallery-img img:hover {
	cursor: pointer;
	transform : scale(1.1);
}
.gallery-caption {
	color:#333;
	font-size:16px;
	text-align:center;
	padding-top:7px;
	padding-bottom:10px;
	margin-bottom:3px;
	background-color:#CCC;
	margin-top:2px;
}
.modal-dialog {
	padding:5px;
	background-color:rgba(251,169,25,0.8);
}
.modal-dialog-inner {
	overflow:hidden;
}

.dialog-image::selection 
{
    background-color:transparent;
} 

.dialog-image {
	position:relative;
	width:100%;
}
.dialog-close {
	position:absolute;
	right:5px;
	top:5px;
	z-index:999;
}
.gallery-controls {
	position:absolute;
	z-index:888;
	left: calc(50% - 65px);
	top:5px;
}
.gallery-control-list {
	list-style-type:none;
	padding:0;
}
.dialog-close, .gallery-control-list>li {
	color:#FFF;
	font-size:16px;
	cursor:pointer;
	min-width:40px;
	height:40px;
	padding:10px;
	text-align:center;
	line-height:20px;
	background-color:rgba(0,0,0,.4);
}
.gallery-control-list>li {
	float:left;
}
.dialog-close:hover, .left-arrow:hover, .right-arrow:hover {
	color:#CCC;
	background-color:rgba(0,0,0,.6);
}
.dialog-close:active, .left-arrow:active, .right-arrow:active {
	color:#CCC;
	background-color:rgba(0,0,0,.8);
}
.gallery-numbers {
	min-width:50px !important;
	padding-left:5px !important;
	padding-right:5px !important;
	cursor: default !important;
	border-left:1px solid rgba(0,0,0,.1);
	border-right:1px solid rgba(0,0,0,.1);
}
.gallery-numbers span {
	font-size:14px;
	line-height:20px;
	vertical-align:top;
}

.read-more-link, .read-more-link:focus {
	float:right;
	font-size:14px;
	color:#666;
	line-height:24px;
}
.read-more-link:hover {
	color:#fba919;
}
.read-more-link:active {
	color:#A0431B;
}


.abuut-us-text {
	margin-top:10px;
	margin-bottom:10px;
}
.tbl-about {
	margin-bottom:0;
}
.tbl-about tr th {
    background-color:#C9C9C9;
	color:#FFF;
	text-align:center;
}

.contat-us-left {
	padding-right:10px;
}
.contat-us-right {
	padding-left:10px;
}
.header3 {
    color:#A0431B;
	position:relative;
	padding-bottom:7px;
	margin-top:15px;
	margin-bottom:20px;
}
.header3:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	background-color:#fba919;
	height:3px;
	width:70px;
}
.contact-us-list {
	list-style-type:none;
	padding:0;
	margin:0;
}
.contact-us-list>li {
	color:#333;
	font-size:16px;
	line-height:24px;
	margin-bottom:11px;
	border:1px solid #DDD;
	padding:10px 10px 10px 40px;
	overflow:auto;
}
.contact-us-list>li>i, .contact-us-list>li>p {
	float:left;
	margin:0;
}
.contact-us-list>li a, .contact-us-list>li a:focus {
	font-size:16px;
	color:#333;
}
.contact-us-list>li a:hover {
	color:#fba919;
}
.contact-us-list>li a:active {
	color:#A0431B;
}
.contact-us-list>li>i {
	width:25px;
	margin-left:-25px;
}

.contact-us-alert {
	line-height: 21px;
	padding: 6px 15px;
	border-radius: 0;
	margin-bottom: 12px;
	display: none;
}
.contact-input-group label{
	width:100%;
	font-size:15px;
	font-weight:normal;
}
.contact-input-textarea {
	outline:none;
	width:100%;
	height:150px;
	padding:7px;
	resize:none;
	border:1px solid #CCC;
}
.contact-input-textbox {
	width:100%;
	outline:none;
	max-width:300px;
	height:35px;
	padding-left:7px;
	padding-right:7px;
	border:1px solid #CCC;
}
.contact-input-textbox:focus, .contact-input-textarea:focus {
	outline:none;
	border:1px solid #fba919;
}
.contact-error {
	height:15px;
	line-height:15px;
	margin-top:-2px;
}
.contact-error span {
	font-size:11px;
	color:#ff0000;
}

.contact-submit-button {
	margin-top:12px;
	font-size:15px;
	border-radius:0;
	border:0;
	margin-bottom:13px;
	color:#FFF;
	background-color:#fba919;
	padding:7px 20px;
}
.contact-submit-button:hover {
	outline:none;
	color:#FFF;
	background-color:#e78f08;
}
.contact-submit-button:focus {
	outline:none;
	color:#FFF;
	background-color:#fba919;
}
.contact-submit-button:active {
	color:#EEE;
	background-color:#A0431B !important;
	-webkit-transition: .1s; /* Safari */
    transition: .1s;
}

.map-container {
	border:2px solid #FFF;
	overflow:hidden;
	margin-top:10px;
}
.map-container>iframe {
	border:0;
	margin-bottom:-4px;
}

.prj-para {
	font-size:18px;
	margin-bottom:0;
	margin-top:15px;
	color:#333;
}
.prj-dsr {
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.prj-tbl td {
	font-size:15px;
	padding:5px;
	padding-left:0;
}
.prj-list {
	list-style-type:none;
	margin-bottom:0;
}
.prj-list li {
	font-size:15px;
	padding:5px;
	padding-left:0;
}
.link-primary {
	color:#FFF;
	background-color:#fba919;
	padding:7px 20px 8px 20px;
}
.link-primary:hover {
	color:#FFF;
	background-color:#e78f08;
}
.link-primary:active {
	color:#EEE;
	background-color:#A0431B !important;
}
.link-primary:focus {
	text-decoration:none;
	color:#FFF;
	background-color:#fba919;
}
.projects-list {
	list-style-type:none;
	padding:0;
	margin:0;
}
.projects-list>li {
	line-height:30px;
}
.projects-list>li>a {
	font-size:15px;
}


/********** Footer **********/
.footer {
	background-color:#666;
	border-top:#999 solid thick;
}
.footer-saperator {
	border-bottom:1px solid #999;
}
.footer-social-container {
	margin:25px auto 10px auto;
}
.footer-social {
	float:left;
	padding:0;
	margin-top:10px;
	margin-bottom:0;
	list-style-type:none;
}
.footer-social li {
	float:left;
	margin:5px;
	text-align:center;
	height:40px;
	width:40px;
	border-radius:50%;
}
.footer-social li:hover {
	background-color:rgba(255,255,255,.5);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.footer-social li a{
	color:#FFF;
	line-height:40px;
}
.social-facebook {
	background-color:#3b5998;
}
.social-facebook>a:hover {
	color:#3b5998;
}
.social-twitter {
	background-color:#1da1f2;
}
.social-twitter>a:hover {
	color:#1da1f2;
}
.social-instagram {
	background-color:#e03566;
}
.social-instagram>a:hover {
	color:#e03566;
}
.social-google-plus {
	background-color:#dc4e41;
}
.social-google-plus>a:hover {
	color:#dc4e41;
}
.footer-social>li>a>i{
	font-size:24px;
	line-height:40px;
}

.footer-nav-container {
	overflow:auto;
}
.footer-nav {
	margin: 10px auto 20px auto;
	width:360px;
}
.footer-nav ul {
	list-style-type:none;
}
.footer-nav ul li a {
	float:left;
	text-decoration:none;
	padding: 0px 20px;
	color:#000;
	font-size:16px;
	line-height:24px;
}
.footer-nav ul li a:HOVER {
	color:#FFF;
}
.copyrights p {
	margin-top:20px;
	margin-bottom:20px;
	color:#DDD;
	font-size:14px;
}
.dsr p {
	margin-top:20px;
	margin-bottom:20px;
	text-align:right;
	color:#BBB;
	font-size:14px;
}
.dsr p a {
	color:#DDD;
}
.dsr p a:hover {
	color:#BBB;
}


#scrollToTop {
	cursor:pointer;
	position:fixed;
	display:none;
	bottom:42px;
	right:26px;
	background-color: #fba919;
	height:40px;
	width:40px;
	text-align:center;
	border:1px solid #e78f08;
}
#scrollToTop span {
	color:#FFF;
	line-height:40px;
}
#scrollToTop span i{
	font-size:20px;
}


.mb0 {
	margin-bottom:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
/********** Responsive **********/

@media screen and (max-width:991px) {
	#scrollToTop {
		right:24px;
	}
	.contact-us-list>li {
		padding:10px 7px 10px 37px;
	}
}
@media screen and (max-width:767px){
	#logo {
		clear:both;
		width:100%;
		text-align:center;
	}
	#logo img {
		width:100px;
	}
	#title {
		clear:both;
		width:100%;
		margin-bottom:5px;
		text-align:center;
	}

	.navbar {
		margin-top:0;
	}
	#navbar {
		padding:0;
		margin-bottom:15px;
	}
	.navbar-default .navbar-brand {
		display:block;
		margin:15px 0;
		height:70px;
		line-height:70px;
		margin:0;
		padding:0;
		font-size:20px;
		color:#FFF;
	}
	.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand:focus {
		cursor:default;
		color:#FFF;
	}
	.navbar-nav>li>a , .navbar-default .navbar-nav>.active>a{
		border-bottom: 1px solid #A0431B;
	}
	.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover{
		border-radius:0;
	}
	.navbar-default .navbar-collapse {
		border-top:1px solid #A0431B;
	}
		
	.banner	{
		height:200px;
	}
	.banner img	{
		margin-top:0px;
	}
	
	.main-wrapper	{
		margin-top:-30px;
	}
	
.tbl-container {
	overflow-x:auto;
	overflow-y:hidden;
}
	
	.contat-us-left {
		padding-right:15px;
	}
	.contat-us-right {
		padding-left:15px;
	}
	.contact-us-list>li {
		padding:10px 10px 10px 40px;
	}
	.map-container {
		margin-top:15px;
	}
	.map-container iframe {
		height:250px;
	} 
	
	.copyrights p, .dsr p {
		text-align:center;
	}
	.dsr p {
		margin-top: 0;
		margin-bottom:68px;
	}
	#scrollToTop {
		bottom:58px;
		right:15px;
	}
	.modal-dialog {
		margin:15px;
	}
}
