@charset "utf-8";
/* CSS Document */

.container-fluid {
	padding:0px;	
	margin: 0px;
}

body {
  	overflow-x: hidden;
  	overflow-y: scroll;
}

* {
    box-sizing: border-box;
}

.topleft {																/*-- header --*/ 
	padding-left: 45px;
	padding-top: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: white;
}

.topright {
	padding-left: 100px;
	padding-top: 10px;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
}

.signin {
	color: white;
	float: right;
	padding-right: 75px;
	text-decoration: none !important;
}

.signin:hover {
	color: #22a8da;
}

.fas {
	padding-left: 20px;
}

.logo {																/*-- navbar --*/
	padding-top: 13px;
	padding-left: 100px;
}
		
.nav-item {	
	margin-right: 20px;  
}

.nav-link {
	color: #3b3a3f;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.active {
	color: #22a8da;
}

.navlink-hover:hover {
	color: #22a8da;
}

.fa-ellipsis-h {
	color: #3b3a3f;
}

.toggle-border {
	border: 1px solid #3b3a3f;
}

.dropdown-toggle {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #3b3a3f;
    display: block;
}

.dropdown-content a:hover {
	color: #22a8da; 
}

.dropdown:hover .dropdown-content {
	display: block;
}

.col-sm-offset-3 {
	padding-top: 15px;
}

.search-form .form-group {
  	transition: all 0.35s, border-radius 0s;
  	width: 32px;
  	height: 32px;
  	background-color: #fff;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
 	border-radius: 25px;
  	border: 1px solid #ccc;
}

.search-form .form-group input.form-control {
  	padding-right: 20px;
  	border: 0 none;
  	background: transparent;
  	box-shadow: none;
  	display:block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
  	display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
  	display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
  	width: 100%;
  	border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
  	position: absolute;
  	top: 14px;
  	z-index: 2;
  	display: block;
 	width: 15px;
  	height: 34px;
  	line-height: 34px;
  	text-align: center;
  	color: #22a8da;
  	left: initial;
  	font-size: 14px;
}

.why {																/*-- why choose us --*/
	padding-top: 50px;
}

.why1 {
	padding-top: 50px;
	padding-bottom: 50px;	 
}
	
.about {															/*-- home insurance --*/
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
}

.line {
	height: 3px;
  	width: 112px;
  	background-color: #22a8da;
}

.chooseing {
	padding-top: 30px;
	font-size: 15px;
	color: #666666;
}

.chooseing1 {
	font-size: 15px;
	color: #666666;
}

.chooseing2 {
	font-size: 15px;
	color: #666666;
	padding-bottom: 10px;
}

.know {
	border-radius: 0px;
	border:1px solid #22a8da;
	background-color: #22a8da;
	color: white;
	width: 130px;
	height: 35px;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
}

.know:hover {
	border:2px solid #22a8da;
	background-color: white;
	color: #22a8da;
}

.great {
	text-align: center;
	padding-top: 40px;
}

.swap {
	text-align: center;
	font-size: 13px;
}

.our {
	font-size: 35px;
	text-align: center;
}

.chooseing3 {
	text-align: center;
	color: #666666;
}
 
.sams {
	padding-top: 20px;
	text-align: center;
}

.direct {
	text-align: center !important;
}

.box8 .icon,.box8 .title {											/*-- our great team --*/
	margin: 0;
	position: absolute;
}

.mt-40 {
	padding-top: 10px;
	padding-bottom: 50px;
	cursor: pointer;
}

.box8 {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	position: relative;
}

.box8 img { 
	width: 100%;
	height: auto;
}

.box8 .box-content {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: center top 0;
	transition: all .5s ease 0s;
}

.box8 .icon li a,.box8 .title {
	background: #22a8da;
	font-size: 20px;
	color: #fff;
}

.box8:hover .box-content { 
	opacity: 1;
	transform: perspective(400px) rotateX(0);
}

.box8 .title {
	padding: 5px 7px;
	border-radius: 5px;
	font-weight: 600;
	bottom: 20px;
	left: 20px;
	transition: all .9s ease 0s;
}

.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img {
	transition: all .35s ease 0s;
}

.box8:hover .title {
	opacity: 0;
}

.box8 .icon {
	list-style: none;
	padding: 20px;
	top: 42%;
	left: 0;
	right: 0;
}

.box8 .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 7px;
}

.box9 .icon,.box9 .title {
	width: 100%;
	font-size: 22px;
}

.fa-search {
	padding-left: 10px;
}

.fa-link {
	padding-left: 10px;
}

.box8 .icon li a:hover {
	background:#fff;
	color:#000;		
}

@media only screen and (max-width:990px) {
	.box8{ 
	margin-bottom:20px
	}
}

.footer {															/*-- footer --*/
	color: white;
	padding-top: 80px;
	padding-bottom: 40px;
}

.text {
	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: #22a8da;
}

.home {
	color: white;
	font-size: 15px;
	padding-left: 20px;
}

.home:hover {
	color: #22a8da;
}

.phone {
	padding-top: 28px;
}

.facebook {
	padding-top: 28px;	
	font-size: 13px;
	letter-spacing: 10px;
}

.facebook:hover {
	color: #22a8da;
	cursor: pointer;
}

.aenean {
	padding-top: 20px;
}

.copyright {
	background-color: #2a2a2a;
	color: white;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}



