@import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css');
 @import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.transitions.css');
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
/*general*/

body {
	font-family: 'Poppins', sans-serif;
	color: #777;
	font-size: 14px;
	background: #fff;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../img/preloader.svg");
}
h1, h2, h3, h4, h5, h6 {
	line-height: 110%;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #333;
	letter-spacing: 1px;
}
p {
	margin: 8px 0;
	line-height: 19px;
	font-size: 14px;
}
a {
	color: #111;
}
a:hover {
	color: #111;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: 0;
}
.segments {
	padding: 85px 0 85px;
}
.segments-page {
	background: linear-gradient( rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.60)), url('../images/intro.jpg');
	height: 320px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.segments-page .page-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}
.segments-page .page-caption h2 {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
}
.section-title {
	margin-bottom: 50px;
}
.section-title h3 {
	font-size: 28px;
	font-weight: 700;
	border-left: 4px solid #ef5350;
	padding-left: 20px;
	text-align: left;
}
.bg-second {
	background-color: #f8f8f8;
}
.bg-light {
	background-color: #fff;
}
/*loader*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fafafa;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 50%;
	background-color: #ef5350;
	-webkit-animation: mymove 1s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: mymove 1s linear infinite;/* Chrome, Firefox 16+, IE 10+, Opera */
}
 @keyframes mymove {
 0% {
 -webkit-transform: scale(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(0);
        /* IE 9 */
        transform: scale(0);
/* Firefox 16+, IE 10+, Opera */
}
 50% {
 -webkit-transform: scale(1, 1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1, 1);
        /* IE 9 */
        transform: scale(1, 1);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 0;
}
 100% {
 -webkit-transform: scale(1, 1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1, 1);
        /* IE 9 */
        transform: scale(1, 1);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 0;
}
}
/*button default*/

.button {
	background-color: #ef5350;
	color: #fff;
	position: relative;
	padding: 8px 20px;
	border: 0;
	margin-top: 25px;
	font-size: 14px;
	z-index: 0;
	border-radius: 2px;
	transition: all .4s ease;
}
.button:hover {
	background-color: #fff;
	color: #333;
}
/*navbar*/


.main-outer {
	position: relative;
}
.main-outer .navbar-default {
	background-color: TRANSPARENT;
	border-color: #e7e7e7;
	BORDER: 0PX;
}
.navbar {
	padding: 10px 0;
}
.navbar-ng {
	background: transparent;
	border-color: transparent;
}
.navbar .navbar-brand {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: .5s ease;
	color: #fff;
}
.navbar .navbar-brand span {
	color: #ef5350;
}
.navbar .navbar-brand:hover {
	color: #fff;
}
.navbar .navbar-nav li {
	margin: 0 10px;
}
.navbar .navbar-nav li:last-child {
	margin-right: 0;
}
.navbar .navbar-nav li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 4px;
}
.navbar .navbar-nav li a:hover {
	color: #073259;
	transition: .5s ease;
	background: transparent;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle i {
	color: #fff;
	font-size: 18px;
}
.navbar-default .navbar-collapse {
	border-color: #fff;
}
header.ts-head.fixed {
	position: fixed;
	width: 100%;
	background: #ffffff;
	left: 0;
	top: 0;
	z-index: 100000;
	min-height: 70px;
}
header.ts-head nav.navbar.navbar-n.navbar-expand-lgg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
header.ts-head.fixed .navbar-brand>img {
	display: block;
	width: 150px;
}
 @media (min-width:992px) {
header.ts-head.fixed .navbar .navbar-nav li a {
	color: #0f3c7f;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 8px;
}
body header.ts-head.fixed .main-outer .navbar-right {
	float: right!important;
	margin-right: -15px;
	margin-top: 6px !important;
}
}

header.ts-head a.active {
    color: #24b1fd !important;
}
header.ts-head a:hover{ color: #000000 !important;}

 @media (min-width:1200px) {
header.ts-head.home-menu .navbar-nav li a {
	color: #fff;
	padding: 22px 15px;
}
header.ts-head.home-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 10px 25px;
	margin-top: 11px;
}
header.ts-head.inner-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #000000;
	border-radius: 30px;
	padding: 10px 25px;
	margin-top: 11px;
}
header.ts-head.inner-menu .navbar .navbar-nav li a {
	    color: #134c9b;
	font-size: 16px;
	font-weight: 500;
	padding: 22px 4px;
}
header.ts-head.inner-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #24b1fd;
	border-radius: 30px;
	padding: 10px 25px;
	margin-top: 11px;
        color: #24b1fd ;
}
header.ts-head.home-menu.fixed .navbar .navbar-nav li a {
	color: #000000;
}
 header.ts-head. .navbar .navbar-nav li a {
 color: #000000;
 font-size: 16px;
 font-weight: 500;
 padding: 22px 6px;
}
.navbar-brand>img {
	display: block;
	width: 250px;
	margin-top: -10px;
}
header.ts-head.inner-menu .navbar .navbar-nav li:last-child {
	margin-right: 0;
	margin-left: 50px;
       
}
     
 header.ts-head.inner-menu.fixed   .navbar .navbar-nav li:last-child {
	margin-right: 0;
	margin-left: 50px;
        margin-top: 11px;
} 
     
     
header.ts-head.fixed .navbar .navbar-nav li:last-child a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 8px;
	margin-top: 4px;
}
}
.navbar .navbar-nav li:last-child a {
	color: #24b1fd;
}
 @media (min-width:992px) and (max-width:1200px) {
header.ts-head .navbar .navbar-nav li a {
color: #134c9b;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 1px;
}
header.ts-head.home-menu .navbar-nav li a {
	color: #fff;
	padding: 16px 1px;
	font-size: 12px;
}
header.ts-head.home-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 4px 16px;
	margin-top: 11px;
	color: #fff;
}
header.ts-head.inner-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #24b1fd;
	border-radius: 30px;
	padding: 4px 16px;
	margin-top: 11px;
	color: #24b1fd;
}
header.ts-head.home-menu.fixed .navbar .navbar-nav li a {
	color: #134c9b;
}
.navbar-brand>img {
	display: block;
	width: 170px;
	margin-top: -10px;
}
header.ts-head.fixed .navbar .navbar-nav li:last-child a {
	color: #24b1fd;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 8px;
	margin-top: 4px;
}
}
body .nav>li>a:focus, body .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
 @media (max-width:992px) {
.nav-toggler {
	position: relative;
	width: 44px;
	height: 44px;
	border: 1px solid #000000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-toggler span {
	display: block;
	position: absolute;
	height: 1px;
	width: 18px;
	background: #000000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-toggler span:nth-child(1) {
	top: 14px;
}
.nav-toggler span:nth-child(2) {
	top: 21px;
	width: 58px;
	left: -39px;
}
.nav-toggler span:nth-child(3) {
	top: 28px;
}
.nav-toggler.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav-toggler.open span:nth-child(2) {
	opacity: 0;
	left: 60px;
}
.nav-toggler.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
div#trigger-overlay {
	position: absolute;
	right: 30px !important;
}
.main-outer .navbar-default {
	background-color: #ffffff99;
	border-color: #e7e7e7;
	BORDER: 0PX;
}
.navbar-brand>img {
	display: block;
	width: 249px;
	margin-top: -10px;
}
}
 @media (min-width:767px) and (max-width:992px) {
     
     
     
     
header.ts-head .navbar .navbar-nav li a {
	color: #134c9b;
	font-size: 15px;
	font-weight: 500;
	padding: 16px 15px;
}
header.ts-head.home-menu .navbar-nav li a {
	color: #fff;
	padding: 16px 1px;
	font-size: 11px;
}
header.ts-head.home-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 4px 16px;
	margin-top: 11px;
	color: #fff;
}
header.ts-head.inner-menu .navbar .navbar-nav li:last-child a {
	border: 2px solid #24b1fd;
	border-radius: 30px;
	padding: 4px 16px;
	margin-top: 11px;
	color: #24b1fd;
}
header.ts-head.home-menu.fixed .navbar .navbar-nav li a {
	color: #134c9b;
}
.navbar .navbar-nav li {
	margin: 0 4px;
}
.navbar-brand>img {
	display: block;
	width: 170px;
	margin-top: -10px;
}
header.ts-head.fixed .navbar .navbar-nav li:last-child a {
	border: 2px solid;
	color: #24b1fd;
	font-size: 11px;
	font-weight: 500;
	padding: 4px 8px;
	margin-top: 9px;
}
}
.navbar-right .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 1px;
	BACKGROUND: #114d9a;
}
body .navbar .navbar-nav li a:hover {
	color: #24b1fd !important;
}

body header.ts-head.inner-menu .navbar .navbar-nav li a.active {
	color: #24b1fd !important;
}

 @media (min-width:767px) {
body .navbar-nav {
	float: right;
	margin: 0;
}
}
 @media (max-width:767px) {
div#navbar-collapse {
	background: #1d4468;
}
.navbar .navbar-nav li:last-child a {
	color: #ffffff;
	width: 127px;
	border: 0;
	padding-left: 3px;
}
}
.banner {
	width: 100%;
	float: left;
	position: relative;
	min-height: auto;
}
.banner a.left.carousel-control {
	right: 80px!important;
	left: auto;
	background: url(../img/slider-arrow-left.png);
	background-repeat: no-repeat;
}
.banner a.left.carousel-control:hover {
	background: url(../img/hover-left.png);
}
.banner a.right.carousel-control {
	background: url(../img/slider-arrowright.png);
	background-repeat: no-repeat;
}
.banner a.right.carousel-control:hover {
	background: url(../img/right-hover.png);
}
.banner .control-round .carousel-control {
	top: 90%;
	opacity: 1;
	width: 48px;
	height: 48px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
a.btn.btn-primary img {
	margin-left: 5px;
}
 @media (min-width:1200px) {
.bs-slider > .carousel-inner > .item > img {
	height: 100vh;
}
.arrow-outer {
	width: 1100px;
	position: absolute;
	z-index: 10000;
	height: 50px;
	left: 0;
	top: 0;
	margin: auto;
	right: 0;
	top: 85%;
}
}
 @media (min-width:1000px) {
.banner {
	width: 100%;
	float: left;
	position: relative;
	min-height: 100vh;
}
}
 @media (min-width:992px) and (max-width:1200px) {
body .slide-text > h4 {
	width: 100%;
	font-weight: 700;
	padding: 0;
	color: #ffffff;
	font-size: 22px;
}
body .slide-text > h1 {
	width: 100%;
	font-weight: 800;
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 70px;
}
body .slide-text > ul li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #3f3f3f;
	padding-right: 20px;
}
body .slide-text > ul li:after {
	display: inline-block;
	background: url(../img/li-baner.png);
	width: 18px;
	height: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	background-size: 11px;
}
}
 @media (min-width:767px) and (max-width:992px) {
body .slide-text > ul li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #3f3f3f;
	padding-right: 20px;
}
body .slide-text > ul li:after {
	display: inline-block;
	background: url(../img/li-baner.png);
	width: 18px;
	height: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	background-size: 11px;
}
}
@media (max-width:767px) {
.arrow-outer {
	/* margin-right: 20px; */
	position: absolute;
	bottom: 67px;
	z-index: 10000;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	right: 15px;
}
a.btn.btn-primary img {
	margin-left: 5px;
	width: 6px;
}
}
/*button default*/
.button-ars {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.button-ars a {
	width: 48px;
	height: 48px;
	z-index: 100;
	color: #ffffff;
	background: url(../img/right-hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
a.readmor {
	color: #ffffff;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 0px 0px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: url(../img/slider-btn.png);
	width: 185px;
	height: 57px;
	background-repeat: no-repeat;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
a.readmor img {
	padding-left: 10px;
}
a.arrow-l-blue {
	background: url(../img/right-hover.png);
	opacity: 1;
	width: 48px;
	height: 48px;
}
/*button default*/

.about-section {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	float: left;
	width: 100%;
	background-color: #e2e7ea;
}
.about-section h3 {
	font-weight: 400;
	color: #000000;
	font-size: 34px;
	margin-bottom: 20px;
    text-align: left;
}
.about-section p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
     text-align: left;
}
.flex-t-box {
	display: flex;
}
.ct-box {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
 @media (max-width:992px) {
.about-section h3 {
	font-weight: 500;
	color: #383838;
	font-size: 20px;
	margin-bottom: 20px;
}
.about-section p {
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
}
 @media (max-width:500px) {
.flex-t-box {
	display: inherit;
}
.about-section h3 {
	font-weight: 500;
	color: #383838;
	font-size: 20px;
	margin-bottom: 14px;
	margin-top: 20px;
}
}
.commen-head {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 30px 0;
}
.commen-head h2 {
	position: relative;
}
.commen-head h2 i {
	z-index: 10;
	position: relative;
	font-style: normal;
	font-size: 36px;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-transform: uppercase;
}
.commen-head h2 span {
	position: absolute;
	font-size: 120px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	color: rgba(255, 255, 255, 0.37);
	font-weight: 800;
	text-transform: uppercase;
	pointer-events: none;
}
.commen-head h2:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 3px;
	background: #154f9e;
	content: "";
}
/*button default*/


.service-section {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	min-height: 200px;
	float: left;
	width: 100%;
	background: #f9f9f9;
	background-color: #f9f9f9;
}
.service-section h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 40px;
}
.service-section h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 22px;
	margin-bottom: 10px;
	float: left;
}
.service-section p {
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.three-sr-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 40px;
}
.service-section:after {
	background: #22a3ef;
	width: 50%;
	position: absolute;
	top: 70px;
	right: 0;
	height: 200px;
	border-radius: 10px;
	content: "";
}
.three-sr-box:after {
	background: #22a3ef;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	border-radius: 10px;
	content: "";
}
.sr-box1 {
	position: relative;
	margin: 0;
	padding: 20px;
	width: 100%;
	background: #fff;
	min-height: auto;
	float: left;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	flex-direction: column;
	flex-flow: wrap;
	text-align: center;
}
.circle-box {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sr-box1 h2 {
	font-size: 20px;
	font-weight: 400;
	color: #3f3f3f;
	padding: 50px 0;
}
 @media (max-width:992px) {
.service-section:after {
	background: #22a3ef;
	width: 50%;
	position: absolute;
	top: 70px;
	right: 0;
	height: 200px;
	border-radius: 10px;
	content: "";
	display: none;
}
span br {
	display: none;
}
.sr-box1 h2 {
	font-size: 20px;
	font-weight: 400;
	color: #3f3f3f;
	padding: 50px 0;
	width: 100%;
}
.sr-box1 {
	position: relative;
	margin: 0;
	padding: 20px;
	width: 100%;
	background: #fff;
	min-height: auto;
	float: left;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	flex-direction: column;
	flex-flow: wrap;
	text-align: center;
	margin-bottom: 30px;
}
.sr-box1:after {
	background: #22a3ef;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	border-radius: 10px;
	content: "";
	z-index: -1;
}
.three-sr-box:after {
	display: none;
}
.service-section h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 33px;
}
}
 @media (max-width:500px) {
.three-sr-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 10px;
}
}
/*button default*/


.product-section {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	min-height: 400px;
	float: left;
	width: 100%;
	background: url(../img/product-bg.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
.products {
	margin: 30px 15px 40px;
	text-align: left;
	position: relative;
}
.products .products-content {
	padding: 30px 0 0;
	margin-bottom: 3px;
	position: relative;
}
.products-image {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-content h3 {
	font-weight: 600;
	font-size: 40px;
	color: #2f2f2f;
	text-align: left;
}
.products-content h3 span {
	font-weight: 400;
	font-size: 34px;
	color: #2f2f2f;
	width: 100%;
	float: left;
}
.products ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 100%;
}
.products ul li {
	display: block;
	position: relative;
	padding-left: 25px;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	width: 100%;
	margin: 15px 0;
}
.products p {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	width: 100%;
	margin: 15px 0;
	line-height: 24px;
}
.products ul li:after {
	display: inline-block;
	background: url(../img/li-baner.png);
	width: 18px;
	height: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
}
.product-section .owl-buttons {
	float: left;
}
.product-section .owl-prev, .product-section .owl-next {
	font-size: 0;
	width: 48px;
	height: 48px;
	opacity: 1 !important;
}
.product-section .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../img/slider-arrow-left.png);
	background-repeat: no-repeat;
}
.product-section .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../img/hover-left.png);
}
.product-section .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../img/slider-arrowright.png);
	background-repeat: no-repeat;
}
.product-section .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background: url(../img/right-hover.png);
}
.product-section .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5;
}
 @media (max-width:767px) {
.products-content h3 {
	font-weight: 600;
	font-size: 25px;
	color: #2f2f2f;
	text-align: left;
}
.products-content h3 span {
	font-weight: 400;
	font-size: 20px;
	color: #2f2f2f;
	width: 100%;
	float: left;
}
.commen-head h2 span {
	position: absolute;
	font-size: 67px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	color: rgba(255, 255, 255, 0.37);
	font-weight: 800;
	text-transform: uppercase;
	pointer-events: none;
}
.product-section {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	min-height: 400px;
	float: left;
	width: 100%;
	background: url(../img/product-bg.jpg) #e8edf1;
	background-position: top center;
	background-repeat: repeat-x;
}
.products ul li {
	display: block;
	position: relative;
	padding-left: 13px;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
	width: 100%;
	margin: 11px 0;
}
.products ul li:after {
	display: inline-block;
	background: url(../img/li-baner.png);
	width: 18px;
	height: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	background-size: 10px;
}
.products p {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	width: 100%;
	margin: 15px 0;
	line-height: 22px;
}
}
 @media (max-width: 400px) {
.commen-head h2 span {
	position: absolute;
	font-size: 56px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	color: rgba(255, 255, 255, 0.37);
	font-weight: 800;
	text-transform: uppercase;
	pointer-events: none;
}
}
/*button default*/


.our-blogs {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	min-height: 400px;
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.our-blogs img {
	width: 100%;
}
.news-box {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: 30px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.news-box img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.blog-des {
	position: relative;
	padding: 15px;
}
.blog-des h3 {
	color: #3f3f3f;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 600;
}
.blog-des p {
	margin: 8px 0 15px;
	line-height: 19px;
	font-size: 13px;
}
.blog-des a {
	border-bottom: 1px solid #747272;
	color: #282828;
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
}
.our-blogs .owl-buttons {
	float: right;
	font-size: 0;
	position: absolute;
	right: -147px;
	top: 65%;
}
.our-blogs .owl-prev, .our-blogs .owl-next {
	font-size: 0;
	width: 48px;
	height: 48px;
}
.our-blogs .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../img/slider-arrow-left.png);
	background-repeat: no-repeat;
}
.our-blogs .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../img/hover-left.png);
}
.our-blogs .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../img/slider-arrowright.png);
	background-repeat: no-repeat;
}
.our-blogs .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background: url(../img/right-hover.png);
}
.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	font-size: 0px;
}
.our-blogs .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	font-size: 0px;
}
.our-blogs h3 {
	position: relative;
	width: 100%;
}
.our-blogs h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 37px;
	margin-bottom: 20px;
	line-height: 42px;
}
.our-blogs h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 22px;
	margin-bottom: 10px;
	float: left;
}
.blog-right {
	position: relative;
	margin: 0;
	padding: 0;
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 124px;
}
 @media (min-width:992px) and (max-width:1200px) {
.our-blogs h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 34px;
}
}
 @media (max-width:992px) {
.flex-phone {
	display: flex;
	flex-direction: column-reverse;
}
.blog-right {
	position: relative;
	margin: 0;
	padding: 0;
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}
.our-blogs h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 30px;
}
.our-blogs h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 20px;
	margin-bottom: 0px;
	float: left;
}
.our-blogs .owl-buttons {
	float: right;
	font-size: 0;
	position: absolute;
	left: 15px;
	top: 98%;
	right: 0;
}
}
/*button default*/

.contact-home {
	position: relative;
	margin: 0;
	padding: 70px 0;
	width: 100%;
	float: left;
}
.center-head {
	position: relative;
	text-align: center;
}
.center-head h3 {
	position: relative;
}
.center-head h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 38px;
	margin-bottom: 20px;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.center-head h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 90px;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.contact-forms {
	position: relative;
}
.contact-forms form {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	margin: 50px auto 0;
	padding: 0 0 40px;
	border-radius: 3px;
	color: #555;
}
 .contact-forms input::-webkit-input-placeholder, .contact-forms textarea::-webkit-input-placeholder {
 font: inherit;
 transition: font-size 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
 transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.contact-forms input, .contact-forms textarea {
	font: inherit;
	font-size: 14px;
	margin: 15px 0px 10px;
	width: 100%;
	display: block;
	border: none;
	padding: 20px 0 10px;
	border-bottom: solid 1px #e8e7e7;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #03A9F4 4%);
	background-position: 100% 0;
	background-size: 0% 100%;
	background-repeat: no-repeat;
	transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	resize: none;
	overflow: hidden;
}
.contact-forms input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
 color: #e8e7e7;
}
.contact-forms input:focus, input:valid, .contact-forms textarea:focus, .contact-forms textarea:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}
.contact-forms input:focus::-webkit-input-placeholder, .contact-forms input:valid::-webkit-input-placeholder, .contact-forms textarea:focus::-webkit-input-placeholder, .contact-forms textarea:valid::-webkit-input-placeholder {
 font-size: 0.8em;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
 opacity: 1;
}
 .contact-forms input[type="email"]:not([value=""]):focus::-webkit-input-placeholder {
 color: #03A9F4;
}
.contact-forms input[type="email"]:not([value=""]):focus:not(:valid)::-webkit-input-placeholder {
 color: #E91E63;
}
.contact-forms input[type="email"]:focus {
	background-position: 0 0;
}
.contact-forms input[type="email"]:focus:not(:valid):not([value=""]) {
	border-bottom: solid 1px #E91E63;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
}
.contact-forms input[type="email"]:not(:focus):not(:valid):not([value=""]) {
	border-bottom: solid 1px #E91E63;
	background-position: 0 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
}
.contact-forms input[type="email"]:not(:focus):not(:valid):not([value=""])::-webkit-input-placeholder {
 color: #E91E63;
}
.contact-forms input[type="email"]:not(:focus):not(:valid):not([value=""]) ~ span.validation-text {
	visibility: visible;
	color: #E91E63;
}
.contact-forms .flex {
	display: flex;
	align-items: stretch;
}
.contact-forms .flex textarea {
	line-height: 100%;
	height: 120px;
}
.contact-forms button {
	color: #ffffff;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 0px 0px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: url(../img/slider-btn.png);
	width: 185px;
	height: 57px;
	background-repeat: no-repeat;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.contact-forms button img {
	margin-left: 5px;
}
.maps {
	float: left;
	width: 100%;
	border: 1px solid #dcd5d5;
	margin-top: 80px;
}
@media (max-width:992px) {
.center-head h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.center-head h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 18px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
}
/*button default*/

/* Carousel */

.client-test {
	position: relative;
	padding: 70px 0;
	width: 100%;
	float: left;
}
.client-test .outer-indicater {
	width: 400px;
	height: 400px;
	position: relative;
	background: #000;
	border-radius: 50%;
}
.client-test ol.carousel-indicators {
}
.client-test ol.carousel-indicators li:nth-child(1) {
	position: absolute;
	top: 100px;
	left: -100px;
}
.client-test ol.carousel-indicators li:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
}
.client-test ol.carousel-indicators li:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
}
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;/* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-control.left {
	left: -60px;
}
#quote-carousel .carousel-control.right {
	right: -60px;
}
#quote-carousel .carousel-indicators {
	right: 0%;
	top: 0;
	bottom: 0px;
	margin-right: 0px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50px;
	opacity: 1;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border-color: #3fabf1;
	opacity: 1;
	overflow: hidden;
}
.carousel-inner {
	min-height: 200px;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
	font-size: 20px;
	color: #efefef;
	position: absolute;
	top: 0;
	left: 0;
}
#quote-carousel p {
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	line-height: 22px;
	padding-left: 30px;
	position: relative;
}
#quote-carousel small {
	color: #000;
	float: left;
	width: 100%;
	text-align: left;
	font-weight: 500;
	padding-left: 30px;
}
#quote-carousel small.desig {
	color: #d61b1b;
	font-size: 12px;
	font-weight: 400;
}
#quote-carousel .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 95%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.next-test {
	display: flex;
	width: 100%;
	float: left;
	position: relative;
	margin: auto;
}
.next-test i {
	color: #295fa4;
}
.next-test i {
	color: #295fa4;
	border: 1px solid #d8d8d8;
	padding: 7px 10px 5px;
	text-align: center;
}
.center-head.tex-left {
	text-align: left;
	margin-bottom: 20px;
}
.center-head.tex-left h3 i {
	text-align: left;
}
/*button default*/


.footer {
	position: relative;
	float: left;
	width: 100%;
	background: url(../img/footer-bg.jpg);
	background-repeat: repeat;
	min-height: 300px;
	padding: 50px 0 0;
}
.footer .img-logo {
	width: 200px;
	margin-bottom: 20px;
}
.footer h2 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 20px 0;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul li a {
	color: #878787;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 11px;
	float: left;
	width: 100%;
}
.post-ftr {
	width: 100%;
	position: relative;
	float: left;
	border-bottom: 1px solid #757575;
	padding-bottom: 3px;
	margin-bottom: 18px;
}
.post-ftr a {
	color: #878787;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	float: left;
	width: 100%;
}
.post-ftr span {
	color: #24b1fd;
	font-size: 12px;
}
.stylish-input-group .input-group-addon img {
	width: 37px;
	margin-right: -10px;
}
.stylish-input-group .input-group-addon {
	background: white !important;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;
}
.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
}
.stylish-input-group button {
	border: 0;
	background: transparent;
}
.footer .form-control {
	display: block;
	width: 100%;
	height: 56px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 70px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div#imaginary_container {
	margin-bottom: 30px;
}
 input::placeholder {
 vertical-align: middle;
}
.socials {
	width: 100%;
	position: relative;
}
.socials a {
	padding-right: 5px;
}
.cophy-write {
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px dotted #949191;
	padding: 15px 0;
	margin: 40px 0 0;
}
.cophy-write p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.cophy-write p a {
	color: #104c9a;
}
.inner-header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../img/inner-head-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.inner-header img { 
max-width: 100%;

left: 0;
top: 0;}


.banner-captions {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        display: flex;
    justify-content: center;
    align-items: center;
}

.inner-header .banner-captions h2{
    font-size: 26px;
}

.inner-header h2 {
	text-align: center;
	color: #073259;
	font-weight: 800;
	font-size: 40px;
	margin: 50px 0 0 0;
	text-transform: uppercase;
}
.inner-header ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.inner-header ul li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding: 0 13px 0 6px;
	color: #134c9b;
}
.inner-header ul li:after {
	position: absolute;
	right: 0;
	content: "/";
	color: #000;
	top: 6px;
	line-height: 10px;
	height: 5px;
	font-size: 10px;
}
.inner-header ul li:last-child:after {
	display: none;
}
 @media (max-width:767px) {
.inner-header h2 {
	text-align: center;
	color: #073259;
	font-weight: 800;
	font-size: 30px;
	margin: 50px 0 0 0;
}
.inner-header {
	min-height: 201px;
}
     
 .inner-header img { 
max-width: 100%;
     min-height: 201px;
     object-fit: cover;
}    
     
}



@media only screen and (min-width: 767px) and (max-width:992px){

.inner-header {
    position: relative;
    margin: 0;
    padding: 0;
    background: url(../img/inner-head-bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    min-height: 248px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

}







.baggage {
	position: relative;
	margin: 0;
	padding: 50px 0 0;
	width: 100%;
}
.rfid-bg {
	position: relative;
	width: 100%;
	background-image: url(../img/rfid-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	float: left;
}
.baggage h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	margin: 30px 0;
}
.baggage h2 span {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	line-height: 40px;
	display: block;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.feature-link {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 0px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 17px 6px transparent;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: visible,;
}
#features h5 {
	font-weight: 500;
	font-size: 22px;
	color: #3f3f3f;
}
.feature-link i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #a8d2f1;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.feature-link.rights {
	float: right;
}
a.feature-link.rights i {
	margin-left: 10px;
	margin-right: 0px;
}
a.feature-link.rights h5 {
	text-align: right;
}
a.feature-link i {
	margin-right: 10px;
}
.bottom-tie {
	position: absolute;
	float: left;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.bottom-tie span {
	position: relative;
	font-size: 120px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	color: #e8edf1;
	font-weight: 800;
	text-transform: uppercase;
	pointer-events: none;
	line-height: 80px;
}
 @media (min-width:1200px) {
.rfid-bg {
	min-height: 800px;
}
}
 @media (min-width:992px) and (max-width:1200px) {
.rfid-bg {
	min-height: 700px;
}
}
 @media (min-width:767px) and (max-width:992px) {
.rfid-bg {
	min-height: 500px;
}
}
@media (min-width:500px) and (max-width:767px) {
.rfid-bg {
	min-height: 614px;
}
.bottom-tie span {
	position: relative;
	font-size: 80px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	color: #e8edf1;
	font-weight: 800;
	text-transform: uppercase;
	pointer-events: none;
}
.baggage h2 span {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	display: block;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.baggage h2 {
	font-size: 15px;
}
}
 @media (max-width:500px) and (min-width: 40px) {
.baggage h2 span {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	display: block;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rfid-bg {
	min-height: 701px;
	background-position: bottom;
}
.col-md-4.col-sm-4.col-xs-6 {
	width: 100%;
}
a.feature-link.rights {
	float: left;
	/* flex-direction: column; */
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 10px 0;
}
.baggage h2 span {
	font-size: 25px;
}
.baggage h2 {
	font-size: 14px;
}
.bottom-tie span {
	position: relative;
	font-size: 50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
	color: #e8edf1;
	font-weight: 800;
	text-transform: uppercase;
	pointer-events: none;
}
}
/*button default*/ /*button default*/

.product-bx {
	background: #e8edf1;
	padding: 50px 0;
	float: left;
	width: 100%;
	position: relative;
	min-height: 500px;
}
.product-bx h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	margin: 30px 0 60px;
}
.product-bx h2 span {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	line-height: 40px;
	display: block;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.single-box {
	background-color: #fff;
	text-align: center;
	padding: 30px 30px 30px 30px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.single-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 35px;
}
.single-box h4 {
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
 @media (min-width:992px) {
.products-in-outrt {
	width: 860px;
	margin: auto;/* float: left; */
}
}
@media (max-width:767px) {
.product-bx h2 {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	margin: 30px 0 40px;
}
.product-bx h2 span {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	line-height: 27px;
	display: block;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.single-box h4 {
	color: #3f3f3f;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
}
/*button default*/ /*button default*/


.get-more-q {
	position: relative;
	float: left;
	min-height: 400px;
	padding: 50px 0;
	background: url(../img/getmore-bg.jpg);
	background-position: top center;
	width: 100%;
}
.get-more-q h3 {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-align: center;
}
.get-more-q p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-align: center;
}
.box-four {
	position: relative;
	width: 100%;
	margin: 100px 0 0;
	float: left;
}
.icon-bx-top {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	min-height: 220px;
	border-radius: 2px;
	padding-bottom: 20px;
	margin-bottom: 70px;
}
.icon-bx-top-img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -40px;
}
.icon-bx-top h5 {
	color: #fff;
	margin-top: 70px;
	text-align: center;
	font-size: 20px;
}
.icon-bx-top p {
	color: #fff;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 0 15px;
}
.icon-bx-top p a {
	color: #fff;
	margin: 0px;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
}
@media (max-width:767px) {
.icon-bx-top {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	min-height: 148px;
	border-radius: 2px;
	padding-bottom: 20px;
	margin-bottom: 70px;
}
.get-more-q h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-align: center;
}
.get-more-q p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-align: center;
}
}
.marketting {
	position: relative;
	margin: 0;
	padding: 50px 0;
	width: 100%;
	float: left;
}
.marketting .col-md-4 {
	display: flex;
}
.marketting .three-sr-box {
	margin: 40px auto 0 auto;
	float: left;
	width: 100%;
	display: flex;
}
.marketting .three-sr-box:after {
	display: none;
}
.marketting .three-sr-box:before {
	display: none;
}
.marketting .sr-box1:after {
	display: none;
}
.marketting .sr-box1 {
	border: 1px solid #e7e4e4;
	display: flex;
	flex-direction: column;
	padding: 20px 5px;
}
.marketting .sr-box1 h2 {
	font-size: 20px;
	font-weight: 400;
	color: #3f3f3f;
	padding: 30px 0;
}
 @media (min-width:1200px) {
.marketting .three-sr-box {
	margin: 40px auto 0 auto;
	float: none;
	width: 1000px;
	display: flex;
	padding-top: 70px;
}
.marketting .sr-box1 h2 {
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	padding: 30px 0 0;
}
}
 @media (max-width:992px) {
.circle-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.marketting .sr-box1 h2 {
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	padding: 30px 0 0;
}
}
 @media (max-width:767px) {
.circle-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.marketting .three-sr-box {
	margin: 40px auto 0 auto;
	float: left;
	width: 100%;
	display: inherit;
}
}
/*button default*/ /*button default*/

.kios-solutions {
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
}
.product-section.kios-solutions {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	min-height: 400px;
	float: left;
	width: 100%;
	background: url(../img/kiosk-solutions.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

.product-section.intractive-sl {
	position: relative;
	margin: 0;
	padding: 70px 0 70px;
	min-height: 400px;
	float: left;
	width: 100%;
	background: url(../img/bg-intractive.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.product-section.intractive-sl .pic img {
    max-width: 100%;
}



.kios-solutions .lefts-head {
	position: relative;
	text-align: left;
	margin-bottom: 100px;
}
.lefts-head {
	position: relative;
	text-align: left;
}
.lefts-head h3 {
	position: relative;
}
.lefts-head h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 38px;
	margin-bottom: 20px;
	line-height: 39px;
	width: 100%;
	text-align: left;
}
.lefts-head h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 22px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	text-align: left;
	display: block;
	text-transform: uppercase;
}
.our-blogs.details {
	background: #fff;
}
.our-blogs.details .news-box {
	box-shadow: none;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: 30px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.our-blogs.details em {
	font-size: 12px;
	text-align: right;
	float: right;
	font-weight: 300;
	font-style: normal;
	color: #c4c3c3;
}
.widget-post-bx {
	border-bottom: none;
	padding-top: 30px;
}
.widget-post:last-child {
	border: 0;
}
.widget-post {
	margin-bottom: 20px;
	border-bottom: 1px solid #e3dfdf;
	padding-bottom: 20px;
}
.dlab-post-media {
	float: left;
	width: 215px;
}
.dlab-media img, .dlab-post-media img {
	width: 100%;
	height: auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.dlab-post-info {
	background: 0 0;
	padding: 10px;
	margin-left: 220px;
	border: none;
}
.dlab-post-header {
	width: 90%;
	float: left;
	position: relative;
}
.dlab-post-info h6 {
	font-size: 18px;
	color: #3f3f3f;
	font-weight: 500;
	margin-bottom: 15px;
}
.dlab-post-info p {
	margin-bottom: 15px;
}
.our-blogs.details .dlab-post-info em {
	font-size: 12px;
	text-align: left;
	float: left;
	font-weight: 300;
	font-style: normal;
	color: #c4c3c3;
}
.our-blogs.details .flex-phone {
	width: 100%;
	position: relative;
	margin: 30px 0 0 0;
	float: left;
}
 @media (max-width: 992px) {
.our-blogs.details .flex-phone {
	display: flex;
	flex-direction: column;
}
.widget-post-bx {
	border-bottom: none;
	padding-top: 0;
}
}
@media (max-width: 500px) {
.dlab-post-media {
	float: left;
	width: 100px;
}
.dlab-post-info {
	background: 0 0;
	padding: 10px;
	margin-left: 100px;
	border: none;
}
.dlab-post-info h6 {
	font-size: 15px;
	color: #3f3f3f;
	font-weight: 500;
	margin-bottom: 8px;
}
.dlab-post-info {
	background: 0 0;
	padding: 0px 10px;
	margin-left: 100px;
	border: none;
}
.dlab-post-info p {
	margin: 8px 0;
	line-height: 15px;
	font-size: 12px;
}
}
/*button default*/ /*button default*/


.client-logo {
	background-image: url(../img/client-bg.jpg);
	background-color: #e8edf1;
	background-repeat: repeat-x;
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
	padding: 50px 0;
}
.client-logo .carousel-inner {
	display: block;
	width: 100%;
}
 @media (min-width: 992px) {
.client-bx {
	padding-top: 100px;
}
}
@media (max-width: 767px) {
.lefts-head h3 span {
	font-weight: 600;
	animation-delay: 0.7s;
	background: -webkit-linear-gradient(#24aefa, #134c9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 25px;
	width: 100%;
	text-align: left;
}
.lefts-head h3 i {
	font-weight: 600;
	font-style: normal;
	width: 100%;
	color: #222222;
	font-size: 15px;
	margin-bottom: 1px;
	float: left;
	width: 100%;
	text-align: left;
	display: block;
	text-transform: uppercase;
}
.client-logo .carousel-inner {
	margin-top: 50px;
}
.client-logo .col-md-3.col-sm-3.col-xs-3 {
	width: 33.33%;
}
}
 @media (max-width: 450px) {
.client-logo .col-md-3.col-sm-3.col-xs-3 {
	width: 50%;
}
}
.client-logo .carousel {
	position: relative;
	float: left;
}
.logo-btns {
	margin-bottom: 0px;
	float: left;
}
.logo-btns .left, .logo-btns .right {
	font-size: 0;
	width: 48px;
	height: 48px;
	opacity: 1 !important;
}
.logo-btns .left {
	background: url(../img/slider-arrow-left.png);
	background-repeat: no-repeat;
	float: left;
}
.logo-btns .left:hover {
	background: url(../img/hover-left.png);
}
.logo-btns .right {
	background: url(../img/slider-arrowright.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
}
.logo-btns .right:hover {
	background: url(../img/right-hover.png);
}
/*button default*/ /*button default*/

.contact-img {
	float: left;
	width: 100%;
	border: 1px solid #dcd5d5;
	margin-top: 0px;
}
.contact-mapss {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
/*button default*/ /*button default*/
.marketting.we-serv {
	position: relative;
	margin: 0;
	min-height: 400px;
	width: 100%;
	float: left;
	background: url(../img/awesom-serv.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: cover;
}

.videowallmade{
	position: relative;
	margin: 0;
	min-height: 400px;
	width: 100%;
	float: left;
	background: #fff;
	background-repeat: repeat-x;
	background-position: center top;
	background-size: cover;
}



.marketting.we-serv a {
	position: absolute;
	bottom: -19px;
}
.marketting.we-serv .sr-box1 h2 {
	font-size: 15px;
	font-weight: 400;
	color: #3f3f3f;
	padding: 30px 0 40px;
}
.client-bx.abt {
	padding: 0;
}
@media (min-width:767px) and (max-width:992px) {
.client-bx.abt .logo-btns {
	margin-bottom: 30px;
	float: left;
}
}
.main_counter_area {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 50px 0;
	float: left;
	min-height: 300px;
	background: url(../img/counter.jpg);
	background-repeat: repeat-x;
	background-size: cover;
}
.main_counter_area .main_counter_content .single_counter {
	background: rgba(236, 72, 72, 0.5);
	color: #fff;
}
.main_counter_area .main_counter_content .single_counter i {
	font-size: 36px;
}
.main_counter_area h2 {
	font-weight: 600;
	animation-delay: 0.7s;
	color: #fff;
	font-size: 38px;
	margin-bottom: 20px;
	line-height: 38px;
	width: 100%;
	text-align: center;
}
.main_counter_area h2 span {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	display: block;
}
.ct-box {
	width: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	
}



.counter p {
    margin: 8px 0;
    line-height: 19px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
p.counter-count.pers {
    padding-right: 32px;
}


p.counter-count {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
}
p.counter-count.pers:after {
	position: absolute;
	content: "%";
}
 @media (min-width:767px) {
.counter {
	width: 700px;
	margin: auto;
}
}
@media (min-width:77px) and (max-width:767px) {
.ct-box {
	width: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
}
 @media (min-width:77px) and (max-width:400px) {
body blockquote {
	padding: 10px 0px;
}
}
 @media (max-width:767px) {
.navbar-brand>img {
	display: block;
	width: 190px;
	margin-top: -10px;
}
}

.slide-text.slide_style_left p {
    color: #3c4858;
}


.intractive-board{
    position: relative;
    width: 100%;
    padding-top: 80px;
    
}

.intractive-board img{
    position: relative;
    width: 100%;
    
}

.intractive-board .center-head.wow.fadeInDown {
    position: absolute;
      top: -94px;
    left: 0;
    width: 100%;
    z-index: 10;
}


.products.innerpage-product .products-content h3 {
font-weight: 700;
        font-size: 32px;
   
}


.products.innerpage-product .products-content h3 span {
   
    font-size: 28px;
  
}

.products.innerpage-product a.readmor {

    margin-left: 0px;
    margin-top: 50px !important;}



.intractive-carousel
{
    background: #e8edf1;
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.intractive-carousel .our-blogs {
    position: relative;
    margin: 0;
    padding: 40px 0 70px;
    min-height: 400px;
    float: left;
    width: 100%;
   background: #e8edf1;
}



.intractive-carousel .center-head h3 {
    position: relative;
    padding: 70px 0 0;
    float: left;
    width: 100%;
}


.intractive-carousel .our-blogs .owl-buttons {
    float: right;
    font-size: 0;
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 100%;
}

.intractive-carousel  .owl-theme .owl-controls {
      margin-top: -20px;
    text-align: center;
    position: absolute;
    width: 100%;
}


.intractive-carousel .our-blogs .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../img/hover-left.png);
	background-repeat: no-repeat;
}
.intractive-carousel .our-blogs .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../img/hover-left.png);
}
.intractive-carousel .our-blogs .owl-theme .owl-controls .owl-buttons .owl-next {
background: url(../img/right-hover.png);
	background-repeat: no-repeat;
}
.intractive-carousel .our-blogs .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background: url(../img/right-hover.png);
}

@media only screen and (min-width:1100px) and (max-width:1250px){

.intractive-board .center-head.wow.fadeInDown {
    position: absolute;
    top: -133px;
    left: 0;
    width: 100%;
    z-index: 10;
    }}


@media only screen and (min-width:110px) and (max-width:1100px){

.intractive-board .center-head.wow.fadeInDown {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    }
.intractive-board{
    position: relative;
    width: 100%;
    padding-top: 0px;}
    
 .center-head h3 i {

    margin-top: 0px;
   
}   
    


}


@media only screen and (min-width:110px) and (max-width:767px){
.product-section.intractive-sl {
    position: relative;
    margin: 0;
    padding: 70px 0 0px;}
    
.inner-header .banner-captions h2 {
    font-size: 20px;
}   
    
.product-section.intractive-sl .commen-head h2 i {
    z-index: 10;
    position: relative;
    font-style: normal;
    font-size: 25px;}    
    

    }


.our-blogs.videowall{
    background: #e8edf1;
}

.our-blogs.videowall h3 i {
    font-weight: 400;
    font-style: normal;
    width: 100%;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
}





.videomad-box{
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 50px;
}

.box-made{
       position: relative;
    width: 100%;
    border: 1px solid #dfdbdb;
    padding: 10px 10px 10px 20px;
    min-height: 204px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 25px;
}
.left-icon{
       position: relative;
    max-width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.right-content{
    position: relative;
    padding-left: 20px;
}


.right-content h4{
    color: #3f3f3f;
    font-size: 20px;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: 0px;
}



@media only screen and (min-width:110px) and (max-width:1100px){

.videowallmade {
    position: relative;
    margin: 0;
    min-height: 400px;
    width: 100%;
    float: left;
    background: #fff;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
}

}




@media only screen and (min-width:110px) and (max-width:767px){

.right-content h4 {
    color: #3f3f3f;
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: 0px;
}
    
.left-icon {
    position: relative;
    max-width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
}    
    

}


body .dropdown-menu {
      background: rgba(35, 171, 247, 0.69);
    padding: 15px;
    border: 0;
    z-index: 100;
}
}


header.ts-head .navbar .navbar-nav li ul li a {
    color: #134c9b;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 1px;
}
ul.dropdown-menu li{
    margin: 0 !important;
    padding: 0 !important;
}
ul.dropdown-menu a{
    border: 0 !important;
    padding: 10px 4px !important;
    margin: 0 !important;
    line-height: 15px;
}

header.ts-head.inner-menu .navbar .navbar-nav li ul.dropdown-menu li:last-child a{
       color: #134c9b;
    
}

ul.dropdown-menu li:last-child a;hover{
    color: #000 !important;
    
}

body .nav .open>a, .nav .open>a:focus, body .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}


@media only screen and (min-width:110px) and (max-width:767px){

body .dropdown-menu {
    left: 0;
    right: auto;
    background: rgba(35, 171, 247, 0.48);
    padding: 0px 15px;
    border: 0;
    position: relative;
    }
header.ts-head .navbar .navbar-nav li ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 1px;
}
    
header.ts-head.inner-menu .navbar .navbar-nav li ul.dropdown-menu li:last-child a {
    color: #ffffff;
}    

}

.languages {
    
   float: right;
    margin-top: 16px;
    padding-left: 20px;
    width: 50px;
    margin-right: 15px;
}


body .languages .dropdown-menu {
    background: rgba(35, 171, 247, 0.69);
    padding: 0px;
    border: 0;
    z-index: 100;
}


.languages select {
    text-transform: none;
    background: transparent;
   
    border: 1px solid #b494e9;
    border-radius: 3px;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    background: transparent;
    border: 1px solid #1dc0ff;
}


 @media (min-width:800px) and (max-width:992px) {
     
   .languages {
    float: right;
    margin-top: 10px;
    padding-left: 20px;
    width: 50px;
    margin-right: 15px;
     }  }

 @media (min-width:80px) and (max-width:800px) {
.languages {
    float: right;
    margin-top: 9px;
    padding-left: 0px;
    width: 50px;
    margin-right: 15px;
}
}


@media (min-width:80px) and (max-width:400px) {
.navbar-brand>img {
    display: block;
    width: 146px;
    margin-top: -7px;
    }}