body{
	/*background-color: #E1E1E1;	*/
	background-color: #393937;	
}

.logo-manage{
	min-height: 110px;
	float: left;
	padding: 5px;
}
.header-background {
	/*background: #393937;*/
	/*background: #E1E1E1;*/
	background: #F4E5BE;
}
.top-wedge {
  /*background-color: #ce4a45;*/
  background-color: #2d3192;
  box-shadow: 8px -8px 10px 0 rgba(0, 0, 0, 0.3) inset;
  min-height: 30px;
  /*margin: 0px 8px 0 0px;*/
  position: relative;
  transform: skewX(30deg);
  z-index: 3;
}
.line > li {
    padding-left: 15px;
    /*padding-right: 60px;*/
    padding-right: 10px !important;
}
.line {
    float: right;
    transform: skewX(-30deg);
    /*background: #ce4a45;*/
    background: #2d3192;
   	margin-right: -9px;
   	padding-bottom: 5px;
   	padding-top: 5px;
   	box-shadow: -8px -8px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
.line > li > a {
   color: #fff;
}
.padding-right-0 {
	padding-right: 0px;
}
.padding-left-0 {
	padding-left: 0px;
}
.padding-0 {
	padding: 0px;
}

.menu-line{
	margin-top: 35px;
	/*position: absolute;*/
}
.menu-line li {
	 margin-right: 8px;
	 opacity: 0.9;
	 box-shadow: 0 6px 15px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    /*font-weight: bold;*/
    font-size: 14px;
}
.menu-line li a{
	color: #fff;
	text-decoration: none;
	background: #000 none repeat scroll 0 0;
	font-size: 14px;
	margin-left: 0px;
	padding: 8px 10px;
}
.design {
    color: #000;
}


.navbar-default .navbar-nav>li>a {
     color: #fff;
     font-size: 14px; 
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
	text-decoration: none;
	background: #fff none repeat scroll 0 0;
	font-size: 14px;
	margin-left: 0px;
	border-radius: 8px;
	transition: background-color 0.5s ease;
	box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
	transition-duration: 0.7s;
	border:1px solid #291670;
	padding: 6px 9px;
	/*opacity: 1;*/

}

.dropdown-menu {
    padding: 0px;
    /*background: transparent;*/
}

.navbar {
   border: 1px solid transparent;
   margin-bottom: 0;
   min-height: 0;
   position: absolute;
   z-index: 999;
   background: transparent;
}

.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    /*background-color: rgb(231, 231, 231);*/
    /*color: rgb(85, 85, 85);*/
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}

.footer-background{
	/*background: #9A9A9A;*/
	/*background: #9A996E;*/
	background: #c7c69b;
}
.down-footer{
	background: #F4E5BE;
	color: #000;
	vertical-align: middle;
}
footer {
    background: #9a9a9a none repeat scroll 0 0;
    /*border-top: 15px solid #393937;*/
    border-top: 15px solid #F4E5BE;
    /*height: 199px;*/
}

.marquee-manage{
	color:#2d3192; 
	margin-left:-90px;
  font-size: 15px;
}
#wowslider-container1 .ws-title {
    /*background-color: #26136e;*/
    bottom: 0;
    color: #fff;
    font: 22px/22px Tahoma,Arial,Helvetica;
    left: 0;
    margin-bottom: 0;
    margin-right: 0.5em;
    opacity: 0.8;
    /*padding: 6px 15px;*/
    position: absolute;
    width: 25%;
    z-index: 50;
   
}
small{
  font-size: 65% !important;
}
.left-menu{
	border-right: 1px solid #c7c69b;
	background: #C7C69B;
}

.panel {
  background: #ffffdf none repeat scroll 0 0;
  border-radius: 0;
  margin-bottom: 0;
}
.content-backgorund{
	background: #FFFFDF;
}


/*dropdown submenu section start*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*dropdown submenu section end*/

.bottomtext p{
	color: #3e3e3e;
    font-size: 12px;
}
.home-introduce{
	background: #000;
	color: #fff;
	/*opacity: 0.9;*/
}
.home-introduce h2{
	font-weight: bold;
    margin-top: 10px;
}
hr{
	border-color: #9E9D72;
	margin: 5px;
	/*box-shadow: 1px 1px 50px; */
}
.border-top{
	border-top: 2px solid #2B1F75;
}
.border-bottom{
	border-bottom: 2px solid #2B1F75;
}
.main-content p, .main-content div{
	color: #000;
  /*font-family: cursive !important;*/
  font-family: arial !important;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}
.home-image img{
	border:1px solid #2B1F75;
}

.nav-stacked li{
	/*border: 1px solid #000;*/
	border: 1px solid #000;
    box-shadow: 5px 3px 15px #c7c69b;
    background: #191713;
    /*color: #fff !important;*/
    border-radius: 0px;
    margin-top: 12px;
}
.nav-stacked li a{
	border: 1px solid #000;
    box-shadow: 2px 3px 15px #000000;
    background: #191713;
    color: #fff !important;
    border-radius: 0px;
    margin-top: 8px;
    margin-right: 0px;
}
.nav-stacked li a:hover, .nav-stacked li a:focus, .nav-stacked li a:active{
	text-decoration: none;
    /*background-color: #eee;*/
    background-color: #c7c69b;
    color: #000 !important;
    transition: background-color 0.5s ease;
    font-weight: bold;
}    
.contact-box{
    background: #F4E5BE none repeat scroll 0 0;
    border: 1px solid blue;
    border-radius: 20px;
    box-shadow: 3px 3px 5px #291670;
    padding: 15px 0;
    min-height: 162px;
}

.contact-box:hover{
    background: #FFFFDF none repeat scroll 0 0;
    border: 1px solid #C54742;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #BE4440;
    padding: 15px 0;
    min-height: 162px;
    transition: background-color 0.8s ease;
    font-family: sans-serif;
    font-weight: 600;
}
.contact-box h4 strong{
  border-bottom: 2px solid #291670;
  padding: 2px;  
}

.dropdown-menu img{
  display: inline !important;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 3px 2px #fff;
  opacity: 1 !important;
}

.dropdown-width {
  width: 265px;
  background: transparent !important;
}
.blog-box{
    box-shadow: 0PX 0PX 5PX #ccc;
    /*margin-bottom: 25px;*/
    border: 0px solid #ccc;
    padding: 20px;
    background: #FFFFDF none repeat scroll 0 0;
    color: #000;
}
/*.blog-box:hover {
    box-shadow: 2px 2px 10px #ccc;
    margin-bottom: 25px;
    border: 0px solid #ccc;
    padding: 20px;
    background:#F4E5BE;
    transition:all 0.9s ease;
    color: #291670 !important;
    font-size: 15px;
}*/

.hr-line{
    margin-top: 3px;
    margin-bottom: 14px;
    border: 0;
    border-bottom: 1px solid #291670;
}
.cv_form{
  box-shadow: 0PX 0PX 5PX #ccc;
  /*margin-bottom: 25px;*/
  border: 0px solid #ccc;
  padding: 20px;
  background: #FFFFDF none repeat scroll 0 0;
  color: #000;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
.home-img-text{
  font-size: 13px !important;
  line-height: 1.5 !important;
}
.cd-manage{
  border: 2px solid #291670;
  box-shadow: 0px 0px 10px #291670;
  border-radius: 10px;
}
.col-md-12.post {
    background: #f4e5be none repeat scroll 0 0;
    margin-bottom: 5px;
    padding-bottom: 15px;
    padding-top: 20px;
}
.col-md-12.post:hover {
    background: #ffffdf none repeat scroll 0 0;
    box-shadow: 0px 0px 8px #000; 
    transition: all .5s ease-in-out;
    border: 0px solid #ddd;
}
.awe-btn.awe-btn-13 {
    background-color: rgb(81,100,133);
    border: 2px solid rgb(81,100,133);
    color: #fff;
}

.awe-btn {
    display: inline-block;
    background: 0 0;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
    min-width: 110px;
    border-width: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}








@media (max-width: 800px) { 
	.mobile-css img{
	  margin: auto;
	}
	.top-wedge {
	    background-color: #f4e5be; 
	    box-shadow: none; 

	}
	.marquee-manage{
		color:#291670; 
		margin-left:-40px
	}
	.menu-line {
	    margin-top: -15px;
	}
	.line {
	    padding-bottom: 0px;
	    padding-top: 0px;
	    border-radius: 15px;
	}
	ul{
		margin-bottom: 0px;
	}
	.navbar-toggle {
	    background: #1e0e69 none repeat scroll 0 0;
	    border-radius: 4px;
	    margin: 20px 15px 0 98px;
	    padding: 8px 10px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background-color: #1e0e69;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #fff;
	    background-color: #000;
	}
}
@media (min-width: 768px) { 


}

@media (min-width: 992px) { 


}

@media (min-width: 1200px) { 


}