@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);


body {
	background: #fff;
	padding: 61px 0 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
}
html {
	height: 100%;
}
body * {
	font-family: 'Roboto', sans-serif;
}
body.innerPage.green > header {
	background-color: #92f800;
}
body.innerPage.yellow > header {
	background-color: #ffaf00;
}
body.innerPage.pink > header {
	background-color: #f7005f;
}
.btn {
	font-size: 18px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: transparent;
	padding: 16px 20px;
	width: 190px;
	display: inline-block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border: 2px solid #fff;
	tra
}	
.btn:after {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #00aeef;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	content: '';
	z-index: 0;
}	
.btn span {
	position: relative;
	z-index: 2;
}
.btn:hover {
	border: 2px solid #00aeef;
	background: #fff;
	color: #fff;
	transition-delay: background .3s;
}
.btn:hover:after {
	top: 0px;
}
.nomarbot {
	margin-bottom: 0px !important;
}
h5 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 0 30px;
	color: #fff;
	letter-spacing: -2px;
	position: relative;
	z-index: 2;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			HEADER
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body header {
	padding: 0px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid #E3E3E3;
	background: rgba(255,255,255,.97);
}
body  header .headerlogo {
	width: 100px;
	display: block;
	float: left;
	padding: 14px 0;
	text-align: center;
	position: relative;
}
body  header .headerlogo span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	color: #009cff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 300;
}
body  header .headerlogo img {
	width: 80%;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
body  header .headerlogo:hover img  {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
} 
body  header .headerlogo.WithName img , body  header .headerlogo.WithName:hover img  {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
body  header .headerlogo:hover span {
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
body  header ul {
	padding: 0;
	float: left;
	text-align: center;
	list-style: none;
	margin-bottom: 0px;
	border-left: 1px solid #E3E3E3;
}
body  header li {
	float: left;
	font-size: 50px;
	width: 120px;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}
body  header li.openaccounttab {
	width: 170px;
}
/*
body header ul li.active.white a {
	color: #fff;
}*/
body  header ul li.trackingdiv {
	display: none;
}
body header nav > ul > li:before {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: #00aeef;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	content: '';
	z-index: 0;
}
body  header ul li a {
	font-size: 15px;
	font-weight: 300;
	color: #898989;
	display: block;
	padding: 0px 10px;
	line-height: 60px;
	border-right: 1px solid #E3E3E3;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: relative;
	z-index: 2;
}
body header ul li a:hover , body header ul li.active a , body footer a:hover {
	text-decoration: none;
}
body header li:hover:before , body header li.active:before {
	top: 90%;
}
body header li:hover a , body header li.active a , body header li.open a {
	color: #00aeef;
}
body  header ul li a i {
	position: absolute;
	right: 2px;
	font-size: 17px;
	height: 30%;
	bottom: 2%;
	opacity: 0;
	width: 100%;
	color: #00aeef;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
body  header ul li:hover a i , body  header ul li.active a i {
	opacity: 1
}
body  header li .subMenu a , body  header  li.active .subMenu a , .mean-nav li:hover .subMenu a , .mean-nav  li.active .subMenu a{
	color: #666;
}
body  header li .subMenu a:hover , body  header  li .subMenu a.active , .mean-nav li .subMenu a:hover , .mean-nav  li .subMenu a.active {
	border-bottom: 4px solid transparent;
	color: #00aeef;
}
body  header ul .subMenu  {
	position: fixed;
	top: 60px;
	z-index: 9;
	height: 0px;
	width: 100%;
	left: 0px;
	border-top: 1px solid #E3E3E3;
	background: rgba(255,255,255,.99);
	text-align: left;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-shadow: 0px 15px 10px -17px #333;
}
body  header ul .subMenu ul {
	float: none;
	padding-left: 235px;
	border-left: transparent;
}
body  header ul .subMenu li{
	display: inline-block;
	text-align: center;
	width: auto;
}
body  header ul li.active.open .subMenu , body  header ul li.active .subMenu {
	height: 50px;
	z-index: 9;
}
body  header ul li:hover .subMenu {
	height: 50px;
	z-index: 11;
}
body  header ul .subMenu li a {
	line-height: 45px;
	font-size: 14px;
	border-right: transparent;
	border-bottom: 4px solid transparent;
}
.trackingdiv {
	float: right;
	position: relative;
	width: 30%;
	margin-top: 10px;
}
.trackingdiv input {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	height: 42px;
	background: transparent;
	border: 1px solid #ddd;
	padding: 9px 90px 9px 9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.trackingdiv input:focus { 
	border: 1px solid #eee;
	outline:  1px solid #ccc;
}
.trackingdiv button {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 10px;
	color: #666;
	border: 2px solid #999;
	width: 78px;
	margin-top: 0px;
}
.trackingdiv button:after {
	display: none;
}
.trackingdiv button:hover {
	color: #00aeef;
	border: 2px solid #00aeef;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			HOME PAGE
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.blueContent_inner {
	width: 580px;
	margin: 10% auto 40px; 
	text-align: center;
	padding:  0 50px;
}
.blueContent_inner.customnotify {
	margin-top: 5%;
}
.blueContent_inner .notification {padding: 10px;border: 1px solid #d4d4d4;background: #fafafa;border-radius: 3px;margin-top: 20px;}
.blueContent_inner .notification h6 {font-size: 18px;margin-top: 0px;}
.blueContent_inner .notification p {font-size: 14px;margin-bottom:0px;}
.blueContent_inner .notification p .bold {font-weight:600;}
.blueContent_inner.quide_day {
	margin-top:8%;
}
.blueContent_inner form {
	margin-top: 31px;
	position: relative;
}
.blueContent_inner.quide_day form {
	margin-top: 0px;
}
.logoOutter {
	width: 100%;
	position: relative;
}
.logoOutter .logo {
	display: inline-block;
}
.logoOutter .logo img {
	width: 80%;
}

.quide_day .logoOutter .logo img {
	width: 100%;
}
.logoOutter span {
	font-size: 14px;
	line-height: 16px;
	color: #737373;
	position: absolute;
	right: -55px;
	bottom: 0;
}
.logoOutter > img.candle {
	width: 10%;
	position: absolute;
	right: -13px;
	bottom: 0;
}
.blueContent_inner.quide_day .logoOutter  span {
	padding:3px;
	background:#fff;
	bottom:35px;
}
.logoOutter span.candle  {
	padding:3px;
	background:#fff;
}
.blueContent > .container {
	text-align: center;
	margin-bottom: 31px;
}
.blueContent .container a {
	font-size: 13px;
	display: inline-block;
	line-height: 12px;
	color: #f7005f;
	font-weight: 300;
	text-decoration: none;
}
.blueContent .container a.clearfix {
	color: #f7005f;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	text-transform: none;
	/*font-family: georgia;*/
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-decoration: none;
}
/*.bluepager {
	position: fixed;
	right: 0;
	list-style: none;
	padding: 0 20px;
	top: 45%;
	width: 50px;
	text-align: center;
}
.bluepager a {
	width: 12px;
	height: 12px;
	margin: 7px 0 ;
	text-align: center;
	border: 1px solid transparent;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.bluepager a span {
	background: #888888;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
}
.bluepager .selected a {
	width: 12px;
	height: 12px;
	margin: 7px 0 ;
	border: 1px solid #009cff;
}
.bluepager .selected a span {
	background: transparent;
}*/
.blueContent_inner input {
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	height: 55px;
	background: transparent;
	border:	1px solid #ddd;
	padding: 9px 150px 9px 9px; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.blueContent_inner input:focus { 
	border: 1px solid #ccc;
	outline:  1px solid #eee;
}
.blueContent_inner button {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 16px;
	line-height: 14px;
	color: #00aeef;
	border: 2px solid #00aeef;
	width: 100px;
	margin-top: 0px;

}

.blueContent_inner button span {
	position: relative;
	z-index: 2;
}
.blueContent_inner button:before {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #00aeef;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	content: '';
	z-index: 0;
}
.blueContent_inner button:hover:before {
	top: 0px;
}
.blueContent_inner button:hover {
	color: #fff;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			Footer
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body  footer {
	padding: 12px 0px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #E3E3E3;
	z-index:999;
}
body  footer a, body  footer span {
	font-size: 10px;
	color: #666;
	line-height: 14px;
}
.innerPage  footer {
	position: relative;
	z-index: 9999999;
}
@media only screen and (max-width: 991px) {
	.blueContent .container span {padding-right: 23%;}
}
@media only screen and (max-width: 768px) {
	body {
		height: auto;
		padding-bottom:45px;
	}
	body.innerPage {
		padding-bottom:0px;
	}
	.logoOutter .logo img {
		width: 80%;
	}
	
	.logoOutter > img.candle {
		right: -15px;
		bottom: 32px;
	}
	.logoOutter span {
		font-size: 12px;
		position: static;
		display: block;
		margin-top: 10px;
	}
	.quide_day .logoOutter span {display:none;}
	.blueContent_inner form {
		margin-top: 20px;
	}
	.blueContent_inner input {
		padding-right: 110px;
	}
	.blueContent_inner button {
		width: 100px;
	}
	.blueContent .container a {padding-right: 0px;}
}
@media only screen and (max-width: 600px) {
	.blueContent_inner {
		margin: 80px 0 40px;
		width: 100%;
		padding: 0 50px;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.btn {font-size: 14px;line-height: 14px;padding: 11px; width: 150px;}
	body > header  {
		padding: 10px 0;
	}
	body > header .container {
		padding: 0 5px;
	}	
	body > header .name , body > header ul li a , body > header .name li  {
		font-size: 10px;
	}
	.blueContent {
		min-height: 480px;
	}
	.blueContent_inner {
		width: 100%;
		padding: 80px 20px 40px ;
		margin: 0px 0 0;
	}
	.blueContent_inner input {height: 44px;font-size: 14px;line-height: 14px;}
	.logoOutter span {
		font-size: 11px;
	}
	.logoOutter > img.candle {
		right: -10px;
	}
	.bluepager {
		top: 81px;
	}
	.bluepager a {
		margin: 3px 0;
	}
	footer{
		padding: 10px 0;
	}
	footer span {
		display: block;
		margin-top: 5px;
	}
	body  footer {
		padding: 10px 0;
	}
	.blueContent .container {width: 100%;}

	.blueContent > .container a {padding-right: 0px;}
        .blueContent .container a.clearfix {font-size:14px;;line-height:18px;}
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			INER PAGE 
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.innerContent  {
	margin-top: 30px;
	position: relative;
	min-height: 100%; 
	padding-bottom: 30px;
}
.innerContent .container {
	padding-left: 30px;
	padding-bottom: 50px;
}
.innerContent h6 {
	font-size: 12px;
	line-height: 14px;
	color: #4f4f4f;
	margin:0 0 30px;
	font-weight: bold;
}
.innerContent ul{
	padding:0 ;
	list-style: none;
}
.innerContent ul li{
	margin-bottom: 20px;
}
.innerContent ul li > span {
	display: block;
	font-size: 14px;
	color: #009cff;
	line-height: 20px;
	margin-bottom: 8px;
	position: relative;
}.innerContent ul li > span i {
	position:absolute;
	top:4px;
	left:-20px;	
}
.innerContent ul li > p {
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #575757;
	margin:0 0 0px;
}
.innerContent .buttons  {
	margin: 0px 0px 60px; 
}
.Trackno > div {
	position: absolute;
	left: -20px;
	top: 0px;
	margin:0px 0px ;
	line-height: 20px;
}
.Trackno > div label {
	line-height: 20px;
}
.Trackno > div input {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 2px;
}
.innerContent .buttons .left {
	float: left;
	margin-right: 10px;
}
.innerContent .buttons .left.btn {
	border-color: #92f800;
	color: #92f800;
}
.innerContent .buttons .left.btn:after {
	background: #92f800;
}
.innerContent .buttons .left.btn:hover {
	color: #fff;
}
.innerContent .buttons .right.btn {
	border-color: #f7005f;
	color: #f7005f;
}
.innerContent .buttons .right.btn:after {
	background: #f7005f;
}
.innerContent .buttons .right.btn:hover {
	color: #fff;
}
.innerContent .buttons .right {
	float: left;
}
#definationbtn .Thankyoupop .btn  , #definationbtn2 .Thankyoupop .btn{
	float: none;
	display: inline-block;
	margin: 15px 10px 0px;
}
#modalnadge h4  , #modalnadge2 h4{
	font-weight: 400;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			PRIVACY POLICY
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.logicContent.fullhei.privacypolicy {height: 870px !important;}
.logicContent.fullhei.privacypolicy article{height: auto;top: 130px;}


/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			LOGISTIC PAGE
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.logicContent {
	padding: 100px 0 90px;
	/*min-height: 600px;*/
	background-size: cover;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.logicContent.fullhei {
	height: 800px;
	padding: 0px 0 00px;
	overflow: hidden;
}
.logicContent.blue {
	background: #92f800;
}
.logicContent.fullhei article {
	height: 458px; 
	position: absolute; 
	text-align: left; 
	top: 150px; 
	width: 100%; 
}
/*.logicContent.one:after,.logicContent.two:after ,.logicContent.three:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}*/ 
.logicContent.yellow {
	background: #ffaf00
} 
.logicContent.white {
	background: rgba(255,255,255,1);
}
.logicContent.pink {
	background: #f7005f;
} 
.logicContent.green {
	background: rgba(0, 174, 239, 1);
}
.logicContent.white h5 {
	color: #666;
}
.logicContent p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
	color: #fff;
	font-weight: 300;
	position: relative;
	z-index: 2;
}
.logicContent.white p  {
	color: #666;
}
.logicContent .links p {	
	margin-bottom: 5px; 
}
.logicContent.white p a {
	text-decoration: underline;
	color: #666;
}
.logicContent .links p span {	
	padding-left: 0px;
}
.logicContent p a {
	color: #fff;
}
.logicContent p a:hover {
	color: #00aeef;
}
.logicContent .image {
	float: right;
	position: relative;
	z-index: 2;
}
.logicContent.right .image {
	float: left;
}
.logicContent .image i {
	font-size: 300px;
	line-height: 100%;
	color: #fff;
	display: block;
}
.logicContent.white .image i {
	color: #333;
}
.logicContent  img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.logicContent .btn {
	margin: 20px 0 30px;
}
.logicContent .btn span {
	position: relative;
	z-index: 2;
}
.white.logicContent .btn , .floting.white {
	color: #00aeef;
	border: 2px solid #00aeef;
	background: transparent;
}
.logicContent.yellow .btn , .logicContent.pink .btn , .logicContent.blue .btn  , .logicContent.green .btn , .floting.color.btn {
	border: 2px solid #fff;
	color: #fff;
} 
.logicContent.yellow .btn:after , .logicContent.pink .btn:after ,.logicContent.green .btn:after, .logicContent.blue .btn:after  , .floting.color.btn:after {
	background: #fff;
}
.logicContent .btn:hover , .floting.btn:hover {
	border: 2px solid #00aeef;
	color: #fff;
}
.logicContent.yellow .btn:hover , .floting.btn.yellow:hover {
	border: 2px solid #fff;
	color: #ffaf00;
} 
.logicContent.pink .btn:hover , .floting.btn.pink:hover {
	border: 2px solid #fff;
	color: #f7005f;
} 
.logicContent.blue .btn:hover , .floting.btn.green:hover {
	border: 2px solid #fff;
	color: #92f800;
}
.logicContent.green .btn:hover , .floting.btn.blue:hover {
	border: 2px solid #fff;
	color: rgba(0, 174, 239, 1);
} 
.logicContent .image ,.logicContent .text {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.left .image { 
	margin-right:-50%;
	text-align: center;
}
.left .text{ 
	margin-left:0%;
	float: left;
}
.right .image{ 
	margin-left:-50%;
	text-align: center;
}
.right .text { 
	margin-right:0%;
	float: right;
}
.right.active .image , .left.active .text { margin-left:0%;}
.right.active .text , .left.active .image { margin-right:0%;}
.parallax-banner {
	overflow: hidden;;
}
.parallax-banner > img {
	position: absolute;
	width: 100%;
	left: 0;
}
.domtruck {
	transform: rotatey(-180deg);
}
.logicContent .freightplane i {
	position: relative;
	bottom: -480px;
	left: -50%;
	color: #fff;
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	text-align: center;
}
.logicContent.active .freightplane i {
	bottom: 0px;
	left: 0px;
	margin-top: 10px;
}
.scroll {
	position: fixed;
	top: 0px;
	right: 20px;
	font-size: 40px;
	color: green;
	line-height: 40px;
	z-index: 99999;
}
.logicContent.INFOFORT .img {
	background: url(../img/3.jpg) no-repeat center center;
}
.logicContent.corp .img {
	background: url(../img/4.jpg) no-repeat center center;
}
.logicContent.retail .img {
	background: url(../img/5.jpg) no-repeat center center;
}
.logicContent.privacypolicy .img {
	background: url(../img/privacypolicy-banner.jpg) no-repeat center center;
}
.logicContent.aboutus .img {
	background: url(../img/aboutus-bannar.jpg) no-repeat center center;
}
.logicContent.aboutus h6 {
	font-size: 30px;
	line-height: 30px;	
	font-weight: 200;
	color: #fff;
	margin: 0px 0px 30px ;
}
.logicContent.aboutus h5 { 
	margin-bottom: 0px;
}
.logicContent.casestudy .img {
	/*background: url(../img/casestudies-bannar.jpg) no-repeat center center;*/
	background: #000;
}
.logicContent.digital .img {
	background: url(../img/digi-bannar2.png) no-repeat center center fixed;
	top: 0px !important; 

}
.logicContent .img {
	background: url(../img/2.jpg) no-repeat center center;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	background-size: cover !important;
}
.lighter {
	opacity: .21;
}
.Digioutter { 
	width: 100%;
	position: relative;
}
.DigitalPage .logicContent {
	max-height: 700px;
	min-height: 700px;
}
.digital .image {
	position: relative;
	margin-top: -8%;
}
.digital.left .image , .digital.left.active .image { 
	margin-right:0% !important;
}
.digital.fixed {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	max-height: 1000px !important;
}
#floatingDiv.fixed  {
	/*position: fixed;*/
	/*right: 28%;*/
	/*width: 10.3%;*/
	/*top: 30% !important;*/
}
.logoflotingoutter {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px ;
	z-index: 4;
	left: 0px;
}
.logoflotingoutter.fixed {
	position: fixed;
}
.floating_cont {
	height: 100%;
	position: relative;
}
#floatingDiv {
	transition: all .7s;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
}
#floatingDiv {
	position: absolute;
	*background: url(../img/ex.png) no-repeat center center;
	right: 19%;
	width: 13%;
	z-index: 99;
	opacity: 1;
	top: 220px;
	background-size: cover;
}
#floatingDiv  img {
	width: 100%;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			CHANGES
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#floatingDiv.one {
	top: 220px;
	opacity: .6;
}
/*#floatingDiv.one i{
	border-color: #ffaf00;;
}
#floatingDiv.one i.righttop:after{
	border-right-color: #ffaf00;;
}
#floatingDiv.one i.center:after{
	border-bottom-color: #ffaf00;;
}
#floatingDiv.one i.lefttop:after{
	border-left-color: #ffaf00;;
}*/
#floatingDiv.two {
	top: 2104px;
	/*background: #fff;
	border-radius: 19px;*/
	overflow: hidden;
	opacity: 1;
}
#floatingDiv.two i{
	border-color: rgba(0, 174, 239, 1);
}
#floatingDiv.two i.righttop:after{
	border-right-color: rgba(0, 174, 239, 1);
}
#floatingDiv.two i.center:after{
	border-bottom-color: rgba(0, 174, 239, 1);
}
#floatingDiv.two i.lefttop:after{
	border-left-color: rgba(0, 174, 239, 1);
}
#floatingDiv.three {
	top: 2850px;
}
#floatingDiv.threedown i  ,#floatingDiv.three i {
	border-color: rgba(0, 174, 239, 1);
}
#floatingDiv.threedown i.righttop:after , #floatingDiv.three i.righttop:after{
	border-right-color: rgba(0, 174, 239, 1);
}
#floatingDiv.threedown i.center:after , #floatingDiv.three i.center:after{
	border-bottom-color: rgba(0, 174, 239, 1);
}
#floatingDiv.threedown i.lefttop:after , #floatingDiv.three i.lefttop:after{
	border-left-color: rgba(0, 174, 239, 1);
}
#floatingDiv.four {
	top: 3530px;
	opacity: .79;
}
.fullheit .image img {
	margin-top: -10%;
}
div.overlay {
    display: table;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	opacity: 4.3;
	background: rgba(0,0,0,0.8);
}
div.overlay > div {
    width:            100%;
    height:            100%;
    text-align:        center;
    vertical-align:    middle;
}
div.overlay > div img {
	display: inline-block;

}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			LOGO
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#floatingDiv i {
	width: 7px;
	border-left: 6px solid #fff;
	position: absolute;
	display: block;
	z-index: 2;
	height: 50%;
	top: 2%;
	left: 48%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#floatingDiv i {
	width: 7px;
	border-left: 6px solid #fff;
	position: absolute;
	display: block;
	z-index: 2;
	height: 50%;
	top: 2%;
	left: 48%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#floatingDiv i.lefttop.one , #floatingDiv i.lefttop.two , #floatingDiv i.lefttop.three {
	height: 68%;
	left: 48%;
	top: -2%;
	transform: rotate(-56deg);
	-webkit-transform: rotate(-56deg);
	-moz-transform: rotate(-56deg);
	transition: transform .4s .4s;
	-webkit-transition: transform .4s .4s;
	-moz-transition: transform .4s .4s;
}
#floatingDiv i.lefttop:after {
	position: absolute;
	top: -2px;
	left: -4.5px;	
	width: 0px;
	height: 0px;
	content: '';
	border-width: 4px;
	border-color: transparent;
	border-style: solid;
	border-left-color: #fff;
	transform: rotate(56deg);
	-webkit-transform: rotate(56deg);
	-moz-transform: rotate(56deg);
}
#floatingDiv i.righttop.one , #floatingDiv i.righttop.two , #floatingDiv i.righttop.three {
	height: 68%;
	left: 48%;
	top: -2%;
	transform: rotate(56deg);
	-webkit-transform: rotate(56deg);
	-moz-transform: rotate(56deg);
	transition: transform .4s .4s ;
	-webkit-transition: transform .4s .4s;
	-moz-transition: transform .4s .4s;
}
#floatingDiv i.righttop:after  {
	position: absolute;	
	top: -3px;
	left: -9.5px;
	width: 0px;
	height: 0px;
	content: '';
	border-width: 4px;
	border-color: transparent;
	border-style: solid;
	border-right-color: #fff;
	transform: rotate(-56deg);
	-webkit-transform: rotate(-56deg);
	-moz-transform: rotate(-56deg);
	-webkit-transform: rotate(-56deg);
	-moz-transform: rotate(-56deg);
}
#floatingDiv i.one  {
	top: 26%;
	height: 57%;
}
#floatingDiv i.left.two  , #floatingDiv i.left.three  {
	height: 44%;
	left: 14%;
	top: 49%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
#floatingDiv i.right.two  , #floatingDiv i.right.three  {
	height: 43%;
	left: 82%;
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
#floatingDiv i.center.three {
	height: 30%;
	left: 48%;
	top: 62%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transition: height .4s .4s ;
	-webkit-transition: height .4s .4s;
	-moz-transition: height .4s .4s;
}
#floatingDiv i.center:after {
	position: absolute;
	top: -8px;
	left: -7px;
	width: 0px;
	height: 0px;
	content: '';
	border-width: 4px;
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #fff; 
}
#floatingDiv i.two {
	height: 0%;
	left: 47.55%;
	top: 92%;
}
#floatingDiv i.bottom.two , #floatingDiv i.bottom.three   {
	height: 57%;
	left: 47.55%;
	top: 63%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#floatingDiv.show {
	opacity: 1;
}
#floatingDiv i.blue  {
	border-left: 6px solid rgba(0, 174, 239, 1);
}
#floatingDiv i.blue.center:after  {
	border-bottom-color: rgba(0, 174, 239, 1);
}
#floatingDiv i.blue.righttop:after  {
	border-right-color: rgba(0, 174, 239, 1);
}
#floatingDiv i.blue.lefttop:after  {
	border-left-color: rgba(0, 174, 239, 1);
}

#floatingDiv i.green {
	border-left: 6px solid #92f800;
}
#floatingDiv i.green.center:after  {
	border-bottom-color:  #92f800;
}
#floatingDiv i.green.righttop:after  {
	border-right-color: #92f800;
}
#floatingDiv i.green.lefttop:after  {
	border-left-color: #92f800;
}

#floatingDiv i.yellow {
	border-left: 6px solid #ffaf00;
}
#floatingDiv i.yellow.center:after  {
	border-bottom-color: #ffaf00;
}
#floatingDiv i.yellow.righttop:after  {
	border-right-color: #ffaf00;
}
#floatingDiv i.yellow.lefttop:after  {
	border-left-color: #ffaf00;
}

#floatingDiv i.pink {
	border-left: 6px solid #f7005f;
}
#floatingDiv i.pink.center:after  {
	border-bottom-color: #f7005f;
}
#floatingDiv i.pink.righttop:after  {
	border-right-color: #f7005f;
}
#floatingDiv i.pink.lefttop:after  {
	border-left-color: #f7005f;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			FloatingBtn 
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.Digioutter .logicContent .btn {
	display: none;
}
.logoflotingoutter .floting {
	left: 30px;
	position: absolute;
}
.logoflotingoutter .two.floting {
	z-index: 4;
	top: 2446px;
}
.logoflotingoutter .three.floting {
	z-index: 4;
	top: 3190px;
}
.logoflotingoutter .four.floting {
	z-index: 4;
	top: 3846px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			CHANGES
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*body header ul li.active {
	background-image: url(../img/blueEXColor.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-color: transparent;
}
body header ul li.active.ret {
	background-image: url(../img/retailcolor.jpg);
}*/
.socialiconsmix {
	position: relative;
	width: 447px;
	display: block;
	height: 200px;
	margin: 50px auto 0;
}
.logicContent .image .socialiconsmix i {
	font-size: 200px;
	position: absolute;
}
.logicContent .image i.blue {
	color: #00aeef;
}
.socialiconsmix i.fa-tumblr-square {
	top: 0px;
	left: 5%;
	z-index: 1;
}
.socialiconsmix i.fa-twitter-square {
	top: 0px;
	right: 5%;
	z-index: 1;
}
.socialiconsmix i.fa-facebook-square {
	top: 40px;
	left: 30%;
	z-index: 2;
	background: #fff;
	line-height: 175px;
	background: #ffaf00;
	border-radius: 44px;
}
.cusbullets {
	list-style: none;
	padding: 0px;
}
.cusbullets li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
	position: relative;
	z-index: 2;
}
.cusbullets li:before {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	content: '';

}
.white .cusbullets li {
	color: #666;
}
.white .cusbullets li:before {
	background: #666;
}
.bluexlogo_absolute {
	display: none;
}

/*.gallery {
	position: absolute;
	width: 20%;
	height: 20%;
	background: #fff;	#f7005f
}*/
.Thankyoupop .modal-content {
	background: #fff ;
}
.Thankyoupop h2  {
	color: #f7005f;
	text-align: center;
	font-weight: 100;
	font-size: 55px;
	line-height: 55px;
}
.Thankyoupop h4 {
	color: #00aeef;
	text-align: center;
	font-weight: 100;
	font-size: 30px;
}
.Thankyoupop h5 {
	color: #9B9B9B;
	text-align: center;
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 0px;
}
.Thankyoupop .modal-body  {
	text-align: center;
}
.Thankyoupop .modal-body > span {
	display: inline-block;
	margin-top: 5px;
	/*background: #00aeef;*/
	color: #9B9B9B;
	text-align: center;
	font-weight: 300;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.Thankyoupop .btn {
	float: right;
	margin-top:2px;
}
.randomNumber {
	margin: 10px 0px 20px;
	color: #fff;
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	display: inline-block;
	background: #00aeef;
	padding: 0px 10px;
}
.Thankyoupop .randomNumber span {
	margin-left: 10px;
	color: #fff;
}
.modal {
	z-index: 9999;
	background: rgba(255,255,255,.9);
}
.morecasestudies {
	padding: 20px 0px;
	text-transform: capitalize;
	background: #f7005f
}
.morecasestudies h6 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
}
.morecasestudies h6 span {
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	display: block;
}
.morecasestudies h6 span i {
	font-size: 25px;
	line-height: 41px;
}
.morecasestudies h6 span i:nth-child(4)  , .morecasestudies h6 span i:first-child{
	font-size: 18px;
	margin: 0px 0px;
	line-height: 41px;
}
@media only screen and (max-width: 1199px) {

	body header li {width: 100px;}	
	body  header li.openaccounttab {width: 160px;}	
}
@media only screen and (max-width: 991px) {		
	body {padding-top: 55px;}
	.logicContent.fullhei.privacypolicy {height: auto !important;}
	.logicContent.fullhei {height: auto !important;padding: 150px 0px 90px;}
	.logicContent.fullhei article {height: auto;position: static;}
	.logicContent  , .logicContent.fullhei {padding: 100px 0px 60px;}
	.registerRequestForm.logicContent.fullhei {padding: 0px 0px 60px;}
	.logicContent h5   , .md-modal .md-content h5 {font-size: 45px; line-height: 45px;}
	body header .headerlogo {padding: 12px 0px 11px;}
	body header li {width: 80px;}
	body  header li.openaccounttab {width: 150px;}
	body header ul li a {line-height: 55px;font-size: 14px;}
	.trackingdiv {margin-top: 5px;}
	.trackingdiv input {font-size: 13px;}
	body header ul .subMenu {top: 55px;}

    .digital.fixed {top: 55px;}

	.logoflotingoutter .floting {display: none;}
	.Digioutter .logicContent .btn {display: block;}
	.logoflotingoutter {display: none;}
	.digital .image img {display: none;}
	.Digioutter .logicContent {min-height: 400px; max-height: inherit;}
	.Digioutter .logicContent .bluexlogo_absolute {display: block;position: absolute;top: 5%;left: 38%;z-index: 2;width: 24%;}
	.Digioutter .logicContent .bluexlogo_absolute.screen {top: 20%;left: 37%;}
	.Digioutter .logicContent .lighter.bluexlogo_absolute {top: 21%;left: 41%;opacity: .6;}


	.logicContent .image .socialiconsmix {width: 250px;height: 100px;}
	.logicContent .image .socialiconsmix i {font-size: 100px;line-height: 84px;}
	.socialiconsmix i.fa-facebook-square {top: 12px;left: 34%;}
}
@media only screen and (max-width: 768px) {
	body {padding-top: 55px;}
	body > header {padding: 0px 0;overflow:hidden;}
	.innerContent {height: auto;}
	.innerContent ul li > p {margin: 0 0 5px;}
	.Thankyoupop h2 , .Thankyoupop .randomNumber span {font-size: 35px; line-height: 38px;font-weight: 300;}
	.Thankyoupop h4 {font-size: 20px; line-height: 23px;font-weight: 300;}

	.logicContent.one {min-height: 600px;}
	.logicContent .image {margin-bottom: 50px;}
	.logicContent.right .image  {;width: 100%; float: none;}
	.logicContent .image {;width: 100%; }
	.logicContent.fullhei h6 , .logicContent.fullhei p  {color:#fff;}

	.logicContent .image .socialiconsmix {width: 440px;height: 190px;}
	.logicContent .image .socialiconsmix i {font-size: 200px;line-height: 168px;}
	.socialiconsmix i.fa-facebook-square {top: 34px;left: 31%;}

	.md-modal.md-show {width: 100%;height: 100%;overflow: hidden;overflow-y: scroll;-webkit-backface-visibility:visible;backface-visibility:visible;}
	.md-modal .md-content {padding: 0px 0px 30px;}
	.md-modal .md-content h5 {padding-left:15px; }

}
@media only screen and (max-width: 480px) {
	.innerPage header ul {float: none; margin-top: 10px;}
	.innerContent ul li > p {font-size: 12px;}
	.innerContent ul li > span , .innerContent ul li {font-size: 12px;}
	.innerContent .buttons .left.btn {margin-bottom: 10px;}
	.Thankyoupop h2  , .Thankyoupop .randomNumber span {font-size: 25px; line-height: 25px;font-weight: 400;}
	.Thankyoupop h4 {font-size: 16px; line-height: 18px;font-weight: 400;}
	#definationbtn .Thankyoupop .btn, #definationbtn2 .Thankyoupop .btn {width: 100px;margin: 30px 2px 0px; }

	.logicContent  , .logicContent.fullhei {padding: 60px 0px 70px;}
	.logicContent.one {min-height: 400px;}
	.logicContent > article > .container {padding-left: 0px;padding-right: 0px;}
	.logicContent h5  , .md-modal .md-content h5{font-size: 31px; line-height: 35px;}
	.logicContent p {font-size: 12px; line-height: 17px;}
	.logicContent .freightplane i {bottom: -180px;}
	.logicContent .image i {font-size: 200px;line-height: 200px;}
	.links p {position: relative; padding-right: 100px;}
	.links p a {position: absolute; right: 0px;top: 0px;}
	
	.logicContent .image .socialiconsmix {width: 250px;height: 100px;}
	.logicContent .image .socialiconsmix i {font-size: 100px;line-height: 84px;}
	.socialiconsmix i.fa-facebook-square {top: 12px;left: 34%;}

	.logicContent.aboutus h6 {font-size: 15px;line-height: 18px;}
	.cusbullets li {font-size: 12px;line-height: 18px;}

	.morecasestudies h6 span {font-size: 22px;line-height: 22px;}
	.morecasestudies h6 span i {font-size: 15px;line-height: 41px;}

	.morecasestudies h6 span i:nth-child(4)  , .morecasestudies h6 span i:first-child{font-size: 12px;}
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			Register Page
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.registerRequestForm.logicContent.fullhei article {position: relative;top: auto;margin-top: 100px;}
.registerRequestForm .contactForm label {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 400;
	margin-left: 5px;
}
.registerRequestForm .contactForm  label {
	color: #fff;
}
.registerRequestForm .contactForm input , .registerRequestForm .contactForm select  , .registerRequestForm .contactForm textarea {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 400;
	height: auto;
	color: #00aeef;
	line-height: 40px;
	height: 52px;
	padding: 5px 15px;
}
.registerRequestForm .contactForm select option {
	font-size: 16px;
}
.registerRequestForm .contactForm textarea {
	height: 200px;
	resize: none;
}
.registerRequestForm .contactForm button.btn:after {
	background: #fff;
}
.registerRequestForm .contactForm button.btn:hover {
	color: #00aeef;
	border: 2px solid #fff;
}
.buttonOutter_absolute{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	z-index: 5;
	left: 0px;
}
.buttonOutter_absolute .btn{
	position: absolute;

}
.errorForm {
	background: #ffaf00 !important;
	color: #fff !important;
}
.errorForm:focus {
	color: #fff;
}
input.errorForm::-webkit-input-placeholder , textarea.errorForm::-webkit-input-placeholder {
   color: #fff;
}

input.errorForm:-moz-placeholder , textarea.errorForm:-moz-placeholder{ /* Firefox 18- */
   color: #fff;  
}

input.errorForm::-moz-placeholder , textarea.errorForm::-moz-placeholder{  /* Firefox 19+ */
   color: #fff;  
}

input.errorForm:-ms-input-placeholder textarea.,errorForm:-ms-input-placeholder{  
   color: #fff;  
}
.Thankyoupop h5.margintop {
	margin-top: 20px;
	font-size: 14px;
}

@media only screen and (max-width: 480px) {
	.registerRequestForm .contactForm h4 {font-size: 14px;line-height: 17px;} 
	.registerRequestForm .contactForm label {font-size: 13px;line-height: 14px;margin-bottom: 5px;}
	.registerRequestForm .contactForm input , .registerRequestForm .contactForm select  , .registerRequestForm .contactForm textarea {	font-size: 14px;line-height: 23px;height: 40px;}
 	.registerRequestForm .contactForm textarea {height: 100px;}
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			Light Box
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.RequestForm .modal-dialog {
	max-width: 800px;
	width: 97%;
}
.RequestForm .modal-content {
	background: #00aeef;
	padding: 40px;
}
.RequestForm label {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 400;
	margin-left: 5px;
}
.RequestForm .modal-content label {
	color: #fff;
}
.RequestForm input , .RequestForm select  , .RequestForm textarea {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 400;
	height: auto;
	color: #00aeef;
	line-height: 40px;
	height: 52px;
	padding: 5px 15px;
}
.RequestForm select option {
	font-size: 16px;
}
.RequestForm textarea {
	height: 200px;
	resize: none;
}
.RequestForm button.btn:after {
	background: #fff;
}
.RequestForm button.btn:hover {
	color: #00aeef;
	border: 2px solid #fff;
}
.buttonOutter_absolute{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	z-index: 5;
	left: 0px;
}
.buttonOutter_absolute .btn{
	position: absolute;

}
.errorForm {
	background: #ffaf00 !important;
	color: #fff !important;
}
.errorForm:focus {
	color: #fff;
}
input.errorForm::-webkit-input-placeholder , textarea.errorForm::-webkit-input-placeholder {
   color: #fff;
}

input.errorForm:-moz-placeholder , textarea.errorForm:-moz-placeholder{ /* Firefox 18- */
   color: #fff;  
}

input.errorForm::-moz-placeholder , textarea.errorForm::-moz-placeholder{  /* Firefox 19+ */
   color: #fff;  
}

input.errorForm:-ms-input-placeholder textarea.,errorForm:-ms-input-placeholder{  
   color: #fff;  
}
.RequestForm .modal-dialog .close  {
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 30px;
	height: 30px;
	position: fixed;
	top: 10px;
	right: 10px;
	line-height: 25px;
	text-align: center;
	background: transparent;
	color: #fff;
	z-index: 3;
	padding: 0px;
	font-size: 17px;
}
.Thankyoupop h5.margintop {
	margin-top: 20px;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	/*.logoflotingoutter {display: none;}
	.digital .image img {display: none;}
	.Digioutter .logicContent {min-height: 400px; max-height: inherit;}
	.Digioutter .logicContent .bluexlogo_absolute {display: block;position: absolute;top: 1%;left: 37.5%;z-index: 2;width: 24%;}
	.Digioutter .logicContent .bluexlogo_absolute.screen {top: 20%;left: 37%;}
	.Digioutter .logicContent .lighter.bluexlogo_absolute {top: 21%;left: 41%;opacity: .6;}*/
	.RequestForm .modal-content {padding: 20px 0px 0px;}
}

@media only screen and (max-width: 480px) {
	.RequestForm .modal-dialog {width: 94%;}
	.RequestForm .modal-content {padding: 20px 0px 0px;}
	.RequestForm h4 {font-size: 14px;line-height: 17px;} 
	.RequestForm label {font-size: 13px;line-height: 14px;margin-bottom: 5px;}
	.RequestForm input , .RequestForm select  , .RequestForm textarea {	font-size: 14px;line-height: 23px;height: 40px;}
 	.RequestForm textarea {height: 100px;}
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 
			CONTACT-US
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#map-canvas {
	min-height: 550px;
	width: 100%;
}
.labels {
	color: red;
	background: #fff;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	width: 250px;    
	height:150px;	   
} 
.labels h3 {
	color: rgba(0, 174, 239, 1)
}
.labels p {
	color: #333;
	font-size: 14px;
}
.ContactUs .contactdetails h6  {
	position: relative;
	padding-left: 50px;
}
.ContactUs .contactdetails h6 a {
	margin-bottom: 20px;
	color: #fff;
}
.contactdetails i {
	margin-bottom: 5px;
	width: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.ContactUs h5 {
	text-transform: none;
}
.ContactUs h6 {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
}
.ContactUs .branchoffice {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.ContactUs .branchoffice .row  {
	padding-top: 20px;
}
.ContactUs .branchoffice div span {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
}
.ContactUs .headoffice p {
	padding-left: 40px;
	position: relative;
}
.ContactUs .headoffice p i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.ContactUs .headoffice p i.big {
	width: 40px;
	font-size: 35px;
	line-height: 35px;
}
.ContactUs .headoffice.branchoffice div.col-md-6 {
	min-height: 160px;
}
.ContactUs .headoffice.branchoffice p {
	padding-left: 25px;
	position: relative;
	font-size: 14px;
}
.ContactUs .headoffice.branchoffice p i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	font-size: 20px;
	line-height: 20px;
}
.border {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	/*border-right: 1px solid rgba(255,255,255,0.3);*/
}
@media only screen and (max-width: 991px) { 	
	.registerRequestForm.logicContent.fullhei article {margin-top: 60px;}
	.ContactUs .headoffice.branchoffice div.col-md-6 {min-height: 100px;margin-bottom: 40px;}
}
@media only screen and (max-width: 767px) { 
	.ContactUs .karachi {margin-bottom: 30px;}
}
@media only screen and (max-width: 480px) { 
	#map-canvas {min-height: 300px;}
}
.scrolldown {
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	color: #666;
	background-color: #009cff;
	box-shadow: 0px 0px 8px -2px #000;
	bottom: 10px;
	right: 10px;
	opacity: .8;
	z-index: 99;
	font-size: 20px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 50px;
	text-align: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	text-decoration: none;
}
.scrolldown.triangle {
	width: 100px;
	height: 100px;
	color: #fff;
	right: 0px;
	opacity: .8;
	bottom: 0px;
	background: transparent;
	box-shadow: none;
	border-radius: 0px;
}
.scrolldown.triangle:after {
	width: 100px;
	height: 100px;
	content: '';
	right: 0px;
	bottom: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #009cff;
	background: transparent;
	box-shadow: none;
	border-radius: 0px;
	border-width: 50px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
.scrolldown.triangle:before {
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 3;
	font-size: 30px;
	transition: all .4s;
	color: #009cff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
.scrolldown.triangle:hover:before {
	bottom: 0px;
	color: #009cff;
}
.scrolldown:hover {
	opacity: 1;
	color: #009cff;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px #000;s
	text-decoration: none !important;
}
.scrolldown.hide {
	visibility: hidden;
	opacity: 0;
}
.scrolldown.triangle:hover {
	opacity: .8;
	background-color: transparent;
	box-shadow: none;
	text-decoration: none !important;
}
.absoluteloader {
	width: 100%;
	height: 100px;
	margin: 20% 0px 0px ;
}
.loaderNew {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0px auto;
	position: relative;
	z-index: 9999;
	display: block;
	padding: 3px ; 
}
.loaderNew > span {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	display: block;
	position: absolute;	
	left: 0px;
	top: 0px;
    -webkit-animation: myfirst 2s infinite;  /* Chrome, Safari, Opera */
    -webkit-animation-timing-function: linear;  /* Chrome, Safari, Opera */
    animation: myfirst 2s infinite;
    animation-timing-function: linear;
    /*-webkit-animation: myfirst 100s; 
    animation: myfirst 100s;*/
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.loaderNew > span i {
	width: 50%;
	height: 50%;
	float: left;
	display: block;
}
.loaderNew > span i.pink {
	background: #f7005f; /* Old browsers */
	border-radius: 0% 100% 0px 0px;
}
.loaderNew > span i.blue {
	background: #00aeef; /* Old browsers */
	border-radius: 100% 0px 0px 0px;
}
.loaderNew > span i.yellow {
	background: #ffaf00;
	border-radius: 0% 0px 0px 100%;
}
.loaderNew > span i.green {
	background: #92f800;
	border-radius: 0% 0px 100% 0px;
}
.loaderNew label {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	z-index: 9999;
	background: rgba(255,255,255,1);
	display: block;
}
@-webkit-keyframes myfirst {
    0%   {-webkit-transform: rotate(0deg);}
    25%  {-webkit-transform: rotate(90deg);}
    50%  {-webkit-transform: rotate(180deg);}
    75%  {-webkit-transform: rotate(270deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes myfirst {
    0%   {-moz-transform: rotate(0deg);}
    25%  {-moz-transform: rotate(90deg);}
    50%  {-moz-transform: rotate(180deg);}
    75%  {-moz-transform: rotate(270deg);}
    100% {-moz-transform: rotate(360deg);}
}
/* Standard syntax */
@keyframes myfirst {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(90deg);}
    50%  {transform: rotate(180deg);}
    75%  {transform: rotate(270deg);}
    100% {transform: rotate(360deg);}
}
@-o-keyframes animationTwo {
    0%   {-o-transform: rotate(0deg);}
    25%  {-o-transform: rotate(90deg);}
    50%  {-o-transform: rotate(180deg);}
    75%  {-o-transform: rotate(270deg);}
    100% {-o-transform: rotate(360deg);}
}
@-ms-keyframes animationTwo {
    0%   {-ms-transform: rotate(0deg);}
    25%  {-ms-transform: rotate(90deg);}
    50%  {-ms-transform: rotate(180deg);}
    75%  {-ms-transform: rotate(270deg);}
    100% {-ms-transform: rotate(360deg);}
}


@media only screen and (max-width: 767px) { 
	.scrolldown {width: 30px;height: 30px;}
	.loaderNew {width: 30px;height: 30px;}
	.loaderNew label {width: 24px;height: 24px;line-height: 24px;font-size: 18px;}
}
.logicContent.fullhei.Career article {
	top: 60px;
}
.Career .container > div {
	/*background: rgba(255,255,255,0.8);*/
	padding: 15px;
}
.Career .container > div label {
	color: #fff;
}
.Career .container > div textarea {
	resize: none;
}
.logicContent.Career .img {
	background: url(../img/career-bg.jpg) no-repeat center center;
}
#append_p {
	margin: 5px;
	font-size: 13px;
	line-height: 16px;
	height: 32px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.Career .buttonoutter {
	text-align: right;
}
body footer {
    padding-right: 100px;
}
body footer  .socail_icon {
    position: fixed;
    right: 0px;
    top: 50%;
    font-size: 15px;
    margin-top: -30px;
    padding: 5px 5px;
    background: rgb(11, 82, 161);
}
body footer .socail_icon a {
    font-size: 20px;
    padding: 5px;
    display: block;
    color: #f3f3f3;
}
body footer .socail_icon a:hover {
    color: #fff;
}

/*========================================================
++++            Project Modal
========================================================*/
.projectmodal {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: block;
  padding-top: 30px;
}
.projectmodal .close {
  	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.projectmodal .modalcontentwrap .close {
	position: absolute;
	left: auto;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	z-index: 2;
	padding: 3px;
	fill: #fff;
	border-radius: 50%;
	background: #00aeef;
	opacity: 1;
}
.projectmodal .close svg {
	width: 100%;height: 100%;
}
.projectmodal .modalcontentwrap {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	width: 96%;
	margin: auto;
	max-width: 760px;
	position: relative;
	padding: 0px;
	background: transparent;
	border-radius: 3px;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: scale 0.3;
	-webkit-transform: scale 0.3;
	-moz-transform: scale 0.3;
}
.projectmodal .modalcontentwrap.smallmodal {
  max-width: 500px;
}
.projectmodal .modalcontentwrap .modalcontentinner {
  position: relative;
  min-height: 200px;
  line-height: 0px;
}
.projectmodal .modalcontentwrap .modalcontentinner.withabsodiv .projectareaselection {
  padding-right: 15px;
}
.projectmodal.openprojectpop {
  opacity: 1;
  visibility: visible;
}
.projectmodal.openprojectpop .modalcontentwrap {
  opacity: 1;
  visibility: visible;
  transform: scale 1;
  -webkit-transform: scale 1;
  -moz-transform: scale 1;
}
@media only screen and (max-width: 768px){	
	.projectmodal .modalcontentwrap .modalcontentinner {
	  min-height: inherit;
	}
	.projectmodal .modalcontentwrap .close {
		right: -5px;
		top: -5px;
		width: 20px;
		height: 20px;
	}
}