@charset "UTF-8";
/*!
 * CIP
 * Developed by Outweave.com
*/

/*-------------------------------------
#. Icon Fonts
---------------------------------------*/
@font-face {
	font-family: 'fontello';
  	src: url('fonts/fontello.eot?20123823');
  	src: url('fonts/fontello.eot?20123823#iefix') format('embedded-opentype'),
    	url('fonts/fontello.woff?20123823') format('woff'),
    	url('fonts/fontello.ttf?20123823') format('truetype'),
       	url('fonts/fontello.svg?20123823#fontello') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  	font-family: "fontello";
  	font-style: normal;
  	font-weight: normal;
  	speak: never;
  	display: inline-block;
  	text-decoration: inherit;
  	width: 1em;
  	margin-right: .2em;
  	text-align: center;
	font-variant: normal;
  	text-transform: none;
  	line-height: 1em;
  	margin-left: .2em;
  	font-size: 22px; 
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	color: #000;
}

.icon-facebook:before { content: '\e800'; color:#4267B2; }
.icon-twitter:before { content: '\e801'; color:#1DA1F2; }
.icon-youtube-play:before { content: '\f16a'; color:#4267B2; }
.icon-whatsapp:before { content: '\f232'; color:#075E54; font-size:28px; }
.icon-linkedin-rect:before { content: '\f31b'; color:#0077B5; }
.icon-instagram:before { content: '\f31e'; color:#833AB4; }
.icon-location:before { content: '\e802'; }
.icon-phone:before { content: '\e803'; }
.icon-chat:before { content: '\e804'; }
.icon-globe:before { content: '\e807'; }
.icon-cancel:before { content: '\e808'; color:#fff; }
.icon-mail:before { content: '\e80a'; }
.icon-chat-3:before { content: '\e80b'; }
.icon-link-ext:before { content: '\f08e'; }
.icon-address-card:before { content: '\f2bb'; }
.icon-download:before { content: '\f02e'; }

/*-------------------------------------
#. CIP-Styles - START
---------------------------------------*/

.cip-wrap {
	font-family: inherit;
  	position: fixed;
  	bottom: 120px;
  	right: 50px;
  	content: "";
  	z-index: 99999;
  	/*display: flex;
  	align-items: center;
  	justify-content: center;*/
  	visibility: hidden;
  	opacity: 0;
  	transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
}

.cip-wrap a {
	text-decoration: none;
}

.cip-box {
	font-size: 1rem;
  	width: 90%;
/*  	padding: 15px;*/
  	background: #fff;
/*  	border-radius: 5px;*/
  	position: relative;
  	    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
	.cip-box {
		width: 400px;
		height: 90%;
/*		padding: 30px 20px 20px 20px;*/
	}
}

.cip-closeBtn {
  	width: 40px;
  	height: 40px;
  	position: absolute;
  	top: 0px;
  	right: 8px;
  	border-radius: 50%;
/*  	background: #000;*/
  	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s;
}

.cip-closeBtn:hover {
	transform: scale(0.9);
}

.cip-closeBtn i {
	display: flex;
}

.cip-onoff {
	visibility: visible;
  	opacity: 1;
  	transition: opacity 250ms ease-in, visibility 250ms ease-in 0ms;
}

.cip-Btn {
	position: fixed;
	right: 30px;
	bottom: 50px;
	border-radius: 50%;
	background-color: #016097;
	z-index: 9999;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cip-Btn.active {
	background-color: #555;
}

.cip-Btn i:before {
	color: #fff;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
/*	content: '\e804';*/
}

.cip-Btn .icon-cancel::before {
	content: '\e808';
}

.cip-methods {
	background: #eee;
	padding: 0 12px;
	border-radius: 5px;
}

.cip-method {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.cip-method a:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cip-method:last-child {
	border-bottom: none;
}

.cip-method.external .cip-detail-content:after {
	content: '  \f08e';
	font-family: 'fontello';
	padding-left: 5px;
	color: #bbb;
}

.cip-method.internal .cip-detail-content:after {
	content: '  \f02e';
	font-family: 'fontello';
	padding-left: 5px;
	color: #bbb;
}

.cip-details p {
	margin: 0 auto 5px auto;
	color: #111;
}

.cip-details .cip-detail-title {
	font-weight: bold;
}

.cip-icon {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cip-icon i:before {
	color: #000;
}

.cip-social-list {
	list-style-type: none;
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	margin: 22px 0 0 0;
}

.cip-social-list li {
	margin-right: 12px;
}
.cip-social-list li:last-child {
	margin-right: 0;
}

.cip-social-list li:hover {
	opacity: 0.75;
}

/*-------------------------------------
#. CIP-Styles - END
---------------------------------------*/