@charset "utf-8";
/* CSS Document */
																				/* -- Header Section -- */															
.container {
  width: 100%;
  height: auto;
  padding: 0px;
}

.container-fluid{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}

body{
	overflow-x: hidden;
	overflow-y: scroll;
}


.nav-item{
		margin-right: 20px;  
		
	  }
.nav-link{
		  color:#007dad;
		  font-size: 18px;
		  font-family: "Arial";
	  }
.active{
		  color: #abcf37;
	  }
.navlink-hover:hover{
		color:#abcf37;
	
     }
.fa-ellipsis-h{
		  color: #abcf37;
		  
	  }
.toggle-border{
		      border: 1px solid #007dad;
	  }


.dropdown-toggle{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;

}

.logosizing{
	padding-top: 4px;
}

input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 26px;
    font-size: 16px;
	color:white;
    background-color: #171a21;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 12px ;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
    width: 100%;
}



																/*--Body2 Section--*/

.qwe{
	
	padding-bottom: 50px;
	padding-top: 50px;
}

.qwe .ewq{
	width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
	-webkit-transition: all 0.5s ease-in-out;
}

.qwe .ewq .qaz{
	font-size: 30px;
    background: #f6f6f6;
    display: block;
    border-radius: 50%;
    margin: 9px 10px 10px 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	-webkit-transition: all 0.5s ease-in-out;
}

.qaz:before{
	content: "\f017";
}

.ewq:hover{
	background-color: #abcf37;
}

.wsx{
	display: table-cell;
    margin-top: 10px;
    vertical-align: top;
}

.qwe .ewq .plm{
	font-size: 30px;
    background: #f6f6f6;
    display: block;
    border-radius: 50%;
    margin: 9px 10px 10px 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	-webkit-transition: all 0.5s ease-in-out;
}

.plm{
	content: "\f017";
}
	
																/*--Body3 Section--*/


.sideheading{
	text-align: center;
    color: #abcf37;
    margin-top: 30px;
}

																/*--Body3 Section--*/
																
.powerlay{
  position: absolute; 
  bottom: 0; 
  background-color:#000000;
  background: rgba(0, 0, 0, -0.5);
  color: #ffffff; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.powerlay:hover{
	opacity:1;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

																/*--Footer Elements--*/




.footer {															
	color: white;
	padding-top: 80px;
	padding-bottom: 40px;
}

.fest {
	padding-top: 30px;
	font-size: 14px;
}

.insurer {
	font-size: 24px;
	padding-top: 7px;
	padding-left: 20px;
}

.insurer1 {
	font-size: 24px;
	padding-top: 7px;
}

.life {
	padding-top: 28px;
	padding-left: 20px;
	color: white;
	font-size: 15px;
}

.life:hover {
	color: #007dad;
}

.home {
	color: white;
	font-size: 15px;
	padding-left: 20px;
}

.home:hover {
	color: #007dad;
}

.phone {
	padding-top: 28px;
}

.facebook {
	padding-top: 28px;	
	font-size: 13px;
	letter-spacing: 10px;
}

.facebook:hover {
	color: #007dad;
	cursor: pointer;
}

.aenean {
	padding-top: 20px;
}

.copyright {
	background-color: #2a2a2a;
	color: white;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
