  /*topbar*/

  .top-header {
    background-color: #fffff7 !important;
}
  .demo-centent {
    margin-top: 11px;
}
h2.text-center.demo-content1 {
  font-size: 33px;
  text-transform: uppercase;
  color: #fff;
}
h3.text-center.demo-content2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

h6.top-sub-heading {
  font-family: poppins;
  margin-top: -10px;
  color: rgb(54 131 6) !important ;
    font-weight: 600;
    text-transform: uppercase;
}


h3.inno-top-text {
  font-family: poppins;
  color:  rgb(207 48 36) !important;
  font-weight: bold;
}


p.bann.text-center {
    color: #dce4eb;
    margin-top: 85px;
    font-weight: bold;
    font-size: 22px;
}
.slider-page{
    background-size: cover;
    background-repeat: no-repeat;
    
}

.slider-page1{
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 85px;
  
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }



/*awarded projects*/
img.award-pro-img {
  width: 100%;
  margin: 10px;
  border-radius: 5px;
    /* width: 516px;
    margin: 20px;
    border-radius: 2%; */
}

iframe.if-width-1 {
    margin-left: 22px;}
    

.card-body.text {
    background: #163f70;
}

/*Register*/
section.signup {
	color: #fff;
	font-family: 'Roboto', sans-serif;
  padding: 40px;
  margin-top: 80px;
}
.form-control {
	font-size: 15px;
}
.form-control, .form-control:focus, .input-group-text {
	border-color: #e1e1e1;
}
.form-control, .btn {        
	border-radius: 3px;
}
.signup-form {
	width:1100px;
	margin: 0 auto;
	padding: 30px 0;		
}
.signup-form form {
	color: #999;
	border-radius: 3px;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 48px;

}
.signup-form h2 {
	color: #333;
	font-weight: bold;
	margin-top: 0;
}
.signup-form hr {
	margin: 0 -30px 20px;
}
.signup-form .form-group {
	margin-bottom: 20px;
}
.signup-form label {
	font-weight: normal;
	font-size: 15px;
}
.signup-form .form-control {
	min-height: 38px;
	box-shadow: none !important;
}	
.signup-form .input-group-addon {
	max-width: 42px;
	text-align: center;
}	
.signup-form .btn, .signup-form .btn:active {        
	font-size: 16px;
	font-weight: bold;
	border: none;
	min-width: 140px;
}
.signup-form .btn:hover, .signup-form .btn:focus {
	background: #179b81 !important;
}
.signup-form a {
	color: #fff;	
	text-decoration: underline;
}
.signup-form a:hover {
	text-decoration: none;
}
.signup-form form a {
	color: #19aa8d;
	text-decoration: none;
}	
.signup-form form a:hover {
	text-decoration: underline;
}
.signup-form .fa {
	font-size: 21px;
}
.signup-form .fa-paper-plane {
	font-size: 18px;
}
.signup-form .fa-check {
	color: #fff;
	left: 17px;
	top: 18px;
	font-size: 7px;
	position: absolute;
}

.form-check-label {
  color: #d95616;
}


/*register form error*/
.field_error
{
	color: red;
}

#login_msg
{
	color: red;
}

#forgot_msg
{
	color: red;
}


/*login Section*/

section.login {


	font-family: 'Roboto', sans-serif;
}
        .login-form {
    width: 400px;
 
   margin:0px auto;
   padding-top:90px;
}

section.login {
  height:500px;
  margin-top: 120px;
  }

.login-form form {        
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 55px;
    border-radius: 7%;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .login-btn {
    border-radius: 2px;
}
.input-group-prepend .fa {
    font-size: 18px;
}
.login-btn {
    font-size: 15px;
    font-weight: bold;
  	min-height: 40px;
}
.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}

.text-muted {
  color: #fafdff !important;
}
.social-btn .btn:hover {
    opacity: 0.9;
}
.social-btn .btn-secondary, .social-btn .btn-secondary:active {
    background: #507cc0 !important;
}
.social-btn .btn-info, .social-btn .btn-info:active {
    background: #64ccf1 !important;
}
.social-btn .btn-danger, .social-btn .btn-danger:active {
    background: #df4930 !important;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}  






/* Style the tab */
.tab {
    float: left;
    border: 1px solid #000;
    background-color: #074c8f;
    width: 18%;
    height: 610px;
    box-shadow: 2px 3px #04223e;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: #eeeaf1;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 26px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #082138;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #082138;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 60px 12px;
    border: 1px solid #9d9696;
    box-shadow: 1px 2px #cfc9c9;
    width: 100%;
    border-left: none;
    height: 7   10px;
  }

  /***User Home****/
  .text-left.welcome {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }

  a.btn.btn-warning {
    margin-left: 4px;
}
a.btn.btn-warning:hover {
  margin-left: 4px;
  background-color: rgb(70, 153, 81);
  color:#fff;
}


.row{
  
  padding: 0;
}

.homelist {
    list-style: none !important;
}

/***homelogin**/
.card.border {
  margin: 26px;
}
.card-header-home {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(160 201 221);
  border-bottom: 1px solid rgba(0,0,0,.125);
  color: white;
}

.card-header-home1 {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(35 96 149);
  border-bottom: 1px solid rgba(0,0,0,.125);
  color: white;
}

strong.card-title {
  color: #0c3e68;
}

.add-link{
  color: #386698;
  font-size: 16px;
}

/***Blog**/
.topleft {
  position: absolute;
  background-color:black;
  color:#fff;
  font-size: 12px;
  padding:5px;
}
section.blog {
  background-color: #b0c5df;
}
.card-body.blog-detail {
  padding: 3rem !important;
}

.list-inline {
  margin-top: 30px;
}
.card-header {
  background-color: rgb(255 255 247);
}

  /**slider***/
  .vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


section.slider {
  margin-top: 140px;
}

/*sloider blog*/
.slider-blog {
  /* background-color: #457c52; */
  border: 1px solid #dbd9d8;
  height: 382px;
  box-shadow: 1px 1px 8px #34342e;
  
  /* color: black; */
}

.text-color{
  color: rgb(15, 148, 81);
}
.text-color:hover{
  color: rgb(228, 56, 13);
}

/*-page-banner-index*/
--------------------------------------------- 
.page-header{
    background-size: cover;
    background-repeat: no-repeat
}
section.page-header {
    margin-top: 75px;
}

section.page-header1 {
  margin-top: 0px;
}

ul.page-indo {
  padding-top: 67px;
}
h3.title-page {
  font-family: initial;
  font-weight: 600;
}
li.page-index {
  list-style: none;
  display: inline-block;
  /* text-align: center; */
  padding: 8px;
  font-size: 20px;
  font-family: 'Poppins';
}
.text-muted{
    color: #fff !important;
}

/*dropdown hover effect*/
.dropdown-menu a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*youtube video*/
/* iframe.if-width {
  width: 700px;
  padding:8px;
} */

.home-slideshow {
  height: 340px;
  background-color: bisque;
  box-shadow: 0px 2px 6px black;
}
a.btn.btn-secondary{
 width: 100% !important; 
}
.btn-secondary {
  background-color: #163f70;
  border-color: #163f70;
}
h6.card-text.text-center {
  color: #163f70;
  font-size: 18px;
  font-weight: 600;
}

/******link sec******/
li.menu__item.is-leaf.leaf {
  background-color: #ab4d11;
  padding: 19px;
  radius: 29px;
  color: wwhite;
  border-radius: -13%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 20px;
  margin-bottom: 10px;
} 

li.menu__item.is-leaf.leaf2 {
  background-color: #858105;
  padding: 19px;
  radius: 29px;
  color: wwhite;
  border-radius: -13%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 20px;
  margin-bottom: 10px;
} 

li.menu__item.is-leaf.leaf3 {
  background-color: #4a9740;
  padding: 19px;
  radius: 29px;
  color: wwhite;
  border-radius: -13%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 20px;
  margin-bottom: 10px;
} 
li.menu__item.is-leaf.leaf4 {
  background-color: #163f70;
  padding: 19px;
  radius: 29px;
  color: wwhite;
  border-radius: -13%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 20px;
  margin-bottom: 10px;
} 

a.visiting {
  color: #fff;
}

a.visiting-links {
  color: #201313;
  font-family: poppins;
  line-height: 2;
}

ul.menu-list {
  padding-inline-start: 0px;
}

/*sectors*/
.sectors-list {
    padding-inline-start: 30px;
}

a.signup-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

a.signup-text:hover {
  color: #973434;
}

.navbar-brand {
    display: inline;
}


#chatboxcontainer 
{
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 50px;
    left: 145;
    margin-left: -54px;
    width: 400px;
    z-index: 999;
    display: none;
    border-radius: 15px;
}

#chatboxcontainer:before 
{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 66px;
}

#chatboxcontent
{
padding: 30px 0px 0px 0px !important;
min-height:300px;
}


#chatbox
{
   position:relative
}
#chatbox span 
{
  background-color: red;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 145;
  top: 0;
}
#chatbox #chatboxicon
{
  color: #fff;
  font-size: 12px;
}









