@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%;
}


															/*--Body1 Section--*/



															/*--Body2 Section--*/

.slider1{
	color:dimgrey;
	font-size: 15px;
}

.paracent{
	margin-top: 53px;	
}

.head1{
	padding-top: 8px;
}

.btn{
	background-color:#007dad;
	color:#ffffff !important;
	border-radius: 25px;
	position: absolute;
    top: 383px;
    right: 200px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
	text-align: center;
	margin-top: 20px;
	
}

.btn:hover{
	background-color:#abcf37;
	color:#ffffff !important;
	border:1px solid #abcf37;
}

.column1{
	margin-top: 20px;
}

.content1 {
  width: 100%;
  height: auto;
  padding: 40px;
}

.imageheight{
	padding-top: 50px;
}

.spai{
	padding-top: 41px;
}




																/*--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;
}
