@charset "utf-8";
@import url("https://use.typekit.net/jdb1lao.css");
body {
	background-color: #fff;
	font-family: soleil, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
a,
button,
input,
textarea {
	outline: 0 !important;
}
a {
	color: #444;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	text-decoration: none !important;
}
a:hover{
	color: #0054a6;
}
p {
	font-size: 18px;
	line-height: 24px;
	    color: #000000;
}
.pad-left {
	padding-left: 0;
}
.pad-right {
	padding-right: 0;
}
.pad-top {
	padding-top: 0;
}
.pad-bottom {
	padding-bottom: 0;
}
.padding {
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn{
	position: relative;
	overflow: hidden;
	text-transform: capitalize;
}
.align-right {
    float: right;
    margin:0 0 20px 20px;
}
.align-left {
    float: left;
    margin: 0 20px 20px 0;
}
.align-center {
    float: none;
    margin: 0 15px 15px 0;
}

.btn:after {
	background-color: #fff;
    width: 100%;
    height: 20px;
    position: absolute;
    left: -205px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	content: '';
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.btn:hover:after {
	transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  left: 100%;
  transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.btn-normal {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 14px 20px;
	background: transparent;
	font-family: soleil, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	word-break: break-word;
}

.btn-normal:hover {
	background: #0054a6;
	color: #fff;
	border-color: #0054a6;
}
.btn-blue {
	color: #0461bc;
	border-color: #0461bc;
}
h2{
	font-size: 40px;
	line-height: 45px;
	color: #000000;
	font-family: soleil, sans-serif;
	font-weight: 700;
	margin: 0 0 0px;
	text-align: left;
}
.title h2,
.inner-content-block .product-content .title h2 {
	font-size: 40px;
	line-height: 45px;
	color: #000000;
	font-family: soleil, sans-serif;
	font-weight: 700;
	margin: 0 0 0px;
	text-align: left;
}
.title h5 {
	font-size: 25px;
	line-height: 35px;
	color: #000000;
	margin: 0 0 20px;
}
/******** header start ********/
body.overflow {
	overflow: hidden;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 999;
	transition: 0.2s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.header-fix {
	position: fixed;
	padding: 0;
	background: #1E70C0;
	/*backdrop-filter: saturate(180%) blur(20px);*/
	/*background: #020202;*/
}


.header.header-fix .navbar-brand svg {
	width: 100px;
}
header .navbar {
	padding: 0;
	align-items:center;
}

.admin-bar header {
	top: 32px;
}
@media only screen and (max-width:783px) {
	.admin-bar header {
		top: 47px;
	}
	.admin-bar .navbar-collapse {
		top: 47px !important;
	}
	.admin-bar nav.navbar .navbar-toggler[aria-expanded="true"] {
	  	top: 60px !important;
	}
}

.navbar-nav .nav-item {
	padding: 0 10px;
    text-align: left;
    position: relative;
    -webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.navbar-nav li .sub-menu .nav-item:last-child {
	padding-bottom: 0;
}
.navbar-nav .nav-item .down-arro {
	display: none;
}
.navbar-nav .nav-link {
	padding: 0 !important;
	font-size: 16px;
    line-height: 78px;
	color: #fff;
	font-family: soleil, sans-serif;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	display: inline-block;
	position: relative;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	border-bottom-color: #fff;
}
.header ul {
    width: 100%;
    margin: 0;
    justify-content: center;
}
.navbar-brand {
	/*width: 100%;*/
}
.navbar-brand img {
	    max-width: 240px;
}
/** sub nav **/
/*
header ul .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 999;
    width: 300px;
    background: #0054a6;
    padding: 10px 5px;
    padding-left: 5px;
}*/
nav.navbar .navbar-nav li .sub-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 80%;
	z-index: 999;
	width: 300px;
	background-color: rgb(0 84 166 / 100%);
	padding: 10px 5px;
	margin: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
nav.navbar .navbar-nav li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	display: block;
}
nav.navbar .navbar-nav li.menu-item-447 .sub-menu,
nav.navbar .navbar-nav li.menu-item-447:hover .sub-menu {
	right: 0;
}
.navbar-nav li.menu-item-3442:hover ul.sub-menu {
	display: flex;
}

.navbar-nav li.menu-item-3442:hover ul.parent-sub {
    left: 0;
    transform: translateX(-30%) translateY(0);
    width: 100%;
    min-width: 820px;
}

nav.navbar .navbar-nav li .sub-menu li a {
	color: #fff/*rgb(0 84 166 / 95%)*/;
	line-height: 20px;
}
nav.navbar .navbar-nav li .sub-menu li a:hover {
	border-bottom-color: rgb(0 84 166 / 95%);
}
.navbar-nav li.menu-item-3442 ul.sub-menu .menu-item-has-children > .nav-link {
    border-bottom: 1px solid rgb(0 84 166 / 100%);
}
/*
nav.navbar li:hover .sub-menu {
    display: block;
}*/

.close-btn {
	display: none;
}

nav.navbar .navbar-nav li.menu-item-3442 .sub-menu li .sub-menu {
    width: 100%;
    position: relative;
    flex-flow: column;
    align-items: flex-start;
	opacity: 1;
	visibility: visible;
    top: 100%;
}

/******** header start ********/

/******** home slider start ********/

.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
	font-size: 75px;
	line-height: 85px;
	color: #fff;
	margin: 0;
	font-family: soleil, sans-serif;
	font-weight: 800;
	text-transform: capitalize;
}
.single-post .main-title h1 {
    font-size: 50px;
    line-height: 57px;
}
.home-slide {
	position: relative;
}
.home-slide .img  {
	position: relative;
}

.home-slide.blueoverlay .img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: rgba(7,49,90,0.7);
    width: 100%;
    height: 100%;
}

.home-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.slider-content .title-border {
	width: 325px;
}
.slider-content p {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin: 20px 0 40px;
	font-family: soleil, sans-serif;
	font-weight: 400;
}

.slider-content .details {
	max-width: 80%;
    margin: 0;
}

.home-slider {
	opacity: 0;
}
.home-slider.slick-initialized {
	opacity: 1;
}
.home-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	font-size: 70px;
    line-height: 70px;
	color: #ffffff;
	z-index: 99;
	cursor: pointer;
}
.home-slider .slick-arrow.slick-prev, .product-slider .slick-arrow.slick-prev {
	left:15px;
}
.home-slider .slick-arrow.slick-next, .product-slider .slick-arrow.slick-next {
	right: 15px;
}
.slick-initialized .slick-slide {
	outline: none !important;
}
/******** home slider end ********/

/******** deliver sec start  ********/
.cus-container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-size: 48px;
	line-height: 52px;
	color: #ffffff;
	margin: 0;
	font-family: soleil, sans-serif;
	font-weight: 800;
}

.about-us {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.cus-container .product-block .image a img.img-fluid {
    max-width: 140px;
    margin: auto;
    max-height: 140px;
}
.about-us .product-block {
	text-align: center;
	margin: 0 0 30px;
}

.about-us .product-block .image {
	/*margin-bottom: 30px;
	height: 320px;*/
	margin-bottom: 20px;
    height: 180px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.about-us .product-block a {
	font-size: 28px;
    line-height: 34px;
    color: #0d092b;
	font-family: soleil, sans-serif;
	font-weight: 700;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.about-us .product-block a:hover {
	color: #0054a6;
}

.about-us .product-block a svg {
	width: 26px;
    height: auto;
    margin-left: 10px;
    margin-top: 3px;
}

.about-us .left-bg {
	position: absolute;
    left: -40px;
    bottom: -120px;
}

.about-us .right-bg {
	position: absolute;
    right: -40px;
    bottom: -120px;
}
.product-block-main .product-block .p-image img {
	max-width: 200px;
    max-height: 160px;
    display: block;
    margin: 0 auto;
}


/****** story start *******/

.story-slide.slick-slide {
	height: auto;
	object-fit: cover;
	object-position: center;
}
.story-slide .image {
	height: 305px;
    position: relative;
    width: 100%;
}
.story-slide .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 97 188 / 50%);
}
.story-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.story-slide {
	position: relative;
}
.story-slide .story-content .section-title {
	padding: 0 0 30px;
}
.story-slide .story-content span {
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.story-slide .story-content {
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
}

.story-slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 20px;
    line-height: 10px;
	color: #0054a6;
	border: 2px solid #0054a6;
	z-index: 99;
	cursor: pointer;
	background: #fff;
	text-transform: uppercase;
	padding: 8px 15px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	transform: translatey(-50%);
	border-radius: 50%;
}
.story-slider .slick-arrow:hover {
	background: #0054a6;
	color: #fff;
}

.story-slider .slick-arrow.slick-prev {
	left:0;
}
.story-slider .slick-arrow.slick-prev span {
    /*transform: rotate(90deg) translate3d(0, 0, 0);*/
	display: block;
}
.story-slider .slick-arrow.slick-next {
    right: 0;
}
.story-slider .slick-arrow.slick-next span {
	/*transform:rotate(-90deg) translate3d(0, 0, 0);*/
	display: block;
}
.story-slider .story-inner {
    max-width: 600px;
    margin: 0 auto;
}
.story-slider .story-inner h2 {
	margin-bottom: 20px;
}
.story-slider .story-inner .btn-normal {
	color: #0054a6;
    border: 2px solid #0054a6;
}
.story-slider .story-inner .btn-normal:hover {
	color: #fff;
}
/****** story end *******/

/****** news section start  *******/
.our-news {
	padding: 70px 0 60px;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
    background-position: center !important;
}

.our-news .news-left {
	padding-left: 60px;
}
.our-news .news-left img{
	max-width: 260px;
	padding-top: 30px;
}

.news-block {
    padding: 10px;
    border-bottom: 1px solid rgba(248,248,248,0.2);
    box-shadow: 0 0 20px 0 #eee;
    margin: 15px 0;
}
.news-block:last-child {
	border-bottom: none;
}
.news-block .post-img {
	float: left;
	margin-right: 30px;
}
.news-block .post-img img{
	height: 200px !important;
	width: 200px !important;
	object-position: center;
	object-fit: cover;
}

.news-block a {
	display: block;
}
.news-block .post-detail {
	overflow: hidden;
}
.news-block .post-detail h4 {
	font-size: 26px;
	line-height: 26px;
	/*color: #fff;*/
	margin: 0 0 15px;
	font-family: soleil, sans-serif;
	font-weight: 700;
}
.news-block .post-detail span {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	margin: 0 0 20px;
	text-transform: uppercase;
	display: block;
	font-family: soleil, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;

}
.news-block .post-detail p {
	font-size: 16px;
	line-height: 24px;
	/*color: #ffffff;*/
	margin: 0;
	font-family: soleil, sans-serif;
	font-weight: 400;
}

/****** news section end *******/

/******** product page start *********/
.product-slider-main {
	position: relative;
	padding: 140px 0 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0054a6 /*rgba(255,255,255,0.5)*/;
    background-blend-mode: normal;
    z-index: 1;
}
.product-slider-main:before {
   content: '';
   position: absolute;
   top: 0px;
   left: 0;
   background: rgba(0,84,166,0.82);
   width: 100%;
   height: 100%;
   z-index: -1;
}
.product-slide .product-image img {
	width: auto;
    margin: 0 auto;
    height: 400px;
}


.product-slider {
	opacity: 0;
}
.product-slider.slick-initialized {
	opacity: 1;
}
.product-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	font-size: 70px;
    line-height: 70px;
	color: #ffffff;
	z-index: 99;
	cursor: pointer;
}
/*.product-slider .slick-arrow.slick-prev {
	left:60px;
}
.product-slider .slick-arrow.slick-next {
	right: 60px;
}*/
.product-slider .product-detail .main-title {
	padding: 0 0 30px;
}
.product-slider .product-detail p {
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	margin: 0 0 50px;
}
.product-slider .product-detail .btn-blue {
	margin-right: 10px;
}

.breadcrumb {
	background: transparent;
	align-items: center;
	padding: 15px 0;
	justify-content: center;
	margin: 0 90px 20px;
	border-bottom: 1px solid #e8e7ec;
}
.breadcrumb .breadcrumb-item a{
	font-size: 12px;
	line-height: 12px;
	color: #dddce3;
	color: rgba(30,18,66,.25);
	letter-spacing: 1px;
}

.breadcrumb .breadcrumb-item a:hover {
	color: #0054a6;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #dddce3;
	content: '\f0da';
	color: rgba(30,18,66,.25);
	font-family: 'fontawesome';
	font-size: 12px;
    line-height: 12px;
}
.product-list {
    padding: 0 0 100px;
}
.product-title {
	margin: 0 0 40px;
	text-align: center;
}
.product-title h2 {
	font-size: 44px;
	line-height: 44px;
	color: #0d092b;
	margin: 0;
	font-family: soleil, sans-serif;
	font-weight: 800;
}


.product-list .product-block {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    /*padding-bottom: 30px;*/
    margin: 0 0 40px;
    text-align: center;
}
.product-list .product-block a {
	font-size: 22px;
	line-height: 32px;
	color: #0054a6;
	text-decoration: none;
	font-family: soleil, sans-serif;
	font-weight: 700;
	margin: 20px 0 0;
}
.product-list .product-block a:hover {
	opacity: 0.5;
}

.product-block-main {
	padding: 80px 0;
	border-bottom: 1px solid #e8e7ec;
}
.product-block-main:last-child {
	border: none;
}
.product-block-main .product-title h2{
	text-align: center;
}
/******** product page end *********/

/******** about page start *********/
.inner-banner {
	padding: 230px 0 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size:cover !important;
}
#noimgbanner {
    padding: 130px 0 230px;
    background: #000;
}
.inner-banner .main-title {
	text-align: center;
}
.about-banner .main-title {
	/* float: left;
	padding-right: 50px; */
}
.about-banner .inner-content p {
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	margin: 0 0 0 50px;
}
.inner-page {
	position: relative;
}
.inner-page-shape {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 100px;
}
.inner-page-shape .inner-shape-left {
	left: 0;
	position: absolute;
}
.inner-page-shape .inner-shape-right {
	right: 0;
    position: absolute;
}
.search .about-us-main .inner-content-block .not-found {
	padding:0px 20px;
}
.about-us-main .inner-content-block .content__block {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.about-us-main .inner-content-block {
	padding:80px 0;
}
.inner-content-block {
	background: #fff;
	margin-top: -150px;
}
.inner-content-block .title h2 {
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	color: #000000;
	font-family: soleil, sans-serif;
	font-weight: 700;
	margin: 0 0 40px;
}

.inner-page p, .inner-page ul li {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin: 0 0 30px;
}

.quick-block {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*.quick-block:after {
    -webkit-box-shadow: inset 166px -200px 128px -153px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 166px -200px 128px -153px rgba(0,0,0,0.48);
    box-shadow: inset 166px -200px 128px -153px rgba(0,0,0,0.48);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 0;
}*/

.quick-block img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.quick-block .links-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 0 10px;
	z-index: 99;
	display: flex;
    justify-content: space-between;
}
.quick-block .links-detail span {
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	font-family: soleil, sans-serif;
	font-weight: 700;
}
.quick-block .links-detail a {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.quick-block .links-detail .icon  {
	background: #0054a6;
	display: inline-block;
	height: 47px;
	width: 47px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.quick-block .links-detail .icon  img {
	width: auto;
	height: auto;
}

.quick-link-sec .inner-section {
	background: #fff;
    position: relative;
	z-index: 9;
	padding: 24px 9px;
}

.footer-banner {
	margin-top: -160px;
}
.footer-banner img {
	width: 100%;
}
/******** about page end *********/


/******** careers page start *********/
.inner-content-block .breadcrumb {
	margin: 0;
}
.careers-main .no-bold .inner-content-sub {
	padding: 80px 0;
}

.careers-main .inner-content-sub {
	/*padding: 112px 180px;*/
	padding: 90px 0 0;
}
.careers-main .inner-content-sub .technology-block, .careers-main .no-bold .inner-content-sub {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.page-id-2140 .careers-main .inner-content-sub .technology-block {
	max-width:100%;
	padding:0 20px;
}

@media only screen and (max-width: 992px) {
	.page-id-2140 .careers-main .inner-content-sub .technology-block {
		padding:0 0px;
	}
}

.inner-content-block  .inner-content-sub p {
	font-family: soleil, sans-serif;
	font-weight: 700;
}

.inner-content-sub p a {
	color: #0054a6;
}

.portfolio-block.sub-block {
	margin: 0 0 30px;
}

.portfolio-block a {
	display: block;
	background-color: rgb(214, 214, 214);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.portfolio-block a img {
	width: 100%;
}
.portfolio-sec [class*=col-]:nth-child(2)  {
	margin-top: 50px;
}
.portfolio-sec [class*=col-]:nth-child(3) {
	margin-top: 180px;
}
.sub-title h1,
.sub-title h2,
.sub-title h3,
.sub-title h4,
.sub-title h5,
.sub-title h6 {
	font-size: 26px;
	line-height: 34px;
	color: #0054a6;
	margin: 0;
	font-family: soleil, sans-serif;
	font-weight: 800;
}
.sub-title {
	padding: 0;
	margin: 0 0 30px;
}
.bottom-details {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-top:1px solid rgb(30,18,66,0.1);
	padding: 30px 0 0;
}

.portfolio-sec .inner-content-sub {
	padding-top: 50px !important;
}
/******** careers page end *********/


/******** history page start *********/
.portfolio-block {
	position: relative;
}
.portfolio-block .name {
	position: absolute;
	right: 0;
	background: #0054a6;
	bottom: 0;
	padding: 22px 30px;
}
.portfolio-block .name h4 {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	font-style: italic;
}
.quick-link-second .quick-block{
	transition: 0.3s ease-in-out;
}
.quick-link-second .quick-block:hover:after {
	background: rgba(13,8,42,.7);
	cursor: pointer;
}
/******** history page end *********/


/******** technologies page start *********/
.technology-banner .main-title {
	text-align: left;
	padding: 0 0 30px;
}


.technology-banner .inner-content p {
	margin: 0 0 30px;
}

.technology-banner .right-banner {
	margin-right: 0;
    padding-left: 50px;
}
.technology-banner .right-banner .row {
	margin: 0 -10px;
}
.technology-banner .right-banner [class*=col-] {
	padding: 0 10px;
}
.technology-banner .right-banner .banner-block {
	padding: 0 0 20px;
}
.technology-block {
	border-bottom: 1px solid rgb(30,18,66,0.1);
	padding: 95px 0 60px;
}
.technology-block.remove-space{
	padding: 50px 0 50px;
}
.technology-block:first-child {
	padding-top: 0;
}
.technology-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.contact-us-pg .technology-block .syscontent {
    border: 1px solid rgb(30,18,66,0.1);
    padding: 30px 30px 10px;
    margin: 30px 0;
    border-radius: 8px;
}
.technology-block p {
	color: #3e3e3e;
	font-family: soleil, sans-serif !important;
	font-weight: 400 !important;
	margin: 0 0 15px;
}
.inner-content-block.no-bold .inner-content-sub p {
	font-family: soleil, sans-serif !important;
	font-weight: 400;
}
.technology-block .image-center{
    text-align: center;
    float: left;
    margin-right: 20px;
}
/******** technologies page end *********/

/******* footer start *******/
.f-top {
	padding: 50px 0;
}
.copyright {
	text-align: center;
	padding: 20px 0;
	background: #f4f4f4;
}
.copyright p {
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	letter-spacing: 0.5px;
	font-family: soleil, sans-serif !important;
	font-weight: 400;
	margin: 0;
}
.f-menu ul {
	padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
}
.f-menu ul li {
	list-style-type: none;
	padding: 0 3px;
}
.f-menu ul li:last-child {
	padding-right: 0;
}
.f-menu ul li:first-child {
	padding-left: 0;
}
.f-menu ul li a {
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: soleil, sans-serif;
	font-weight: 700;
}
.f-menu ul li a:hover {
	color: #0054a6;
}
.f-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}
.f-social ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 5px;
}
.f-social ul li:last-child {
	margin-right: 0;
}
.f-social ul li:first-child {
	margin-left: 0;
}
.f-social ul li a {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	height: 38px;
	width: 38px;
	background: #0054a6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.f-social ul li a:hover {
	color: #fff;
	background: #072a62;
}
/******* footer end *******/


/*** app-grid ***/
section.app-grid{
	position: relative;
	width: 100%;
	padding: 40px 0;
}
section.app-grid .col-lg-4{
	display: grid;
}
.app-card{
	position: relative;
	background-color: #F4F4F4;
	border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
}
.app-card .image{
	position: relative;
	overflow: hidden;
}
.app-card .image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease-in-out;
}
.app-card .image img:hover{
	transform: scale(1.1);
}
.app-title{
    left: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 7px;
}
.app-title h6{
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}
.app-title h6 a {
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}
.app-list{
	padding: 20px;
}
.app-list li{
	position: relative;
    padding-left: 40px;
    display: block;
}
.app-list li:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #000;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 13px;
    transition: 0.3s ease-in-out;
}
.app-list li a{
	color: #000;
	transition: 0.3s ease-in-out;
}
.app-list li:hover a{
	color: #0054A6;
}
.app-list li:hover:before{
	background-color:  #0054A6;
}
/*** app-grid ***/
.com-contact h6{
	color: #0054A6;
	font-weight: bold;
	font-size: 20px;
}
.com-contact p,
.com-contact a,
.cc-card p,
.cc-card a{
	color: #999999;
	font-size: 17px;
	line-height: 20px;
	display: block;
	transition: 0.3s ease-in-out;
}
.com-contact a:hover,
.cc-card a:hover{
	color: #0054A6;
}
/*** sub-pages-link ***/
.sub-pages-link{
	max-width: 900px;
    margin: 30px auto 20px;
}
.sub-pages-link a{
    margin: 5px 0;
    width: 100%;
}
/*.sub-pages-link a{
	color: #fff;
    background: #0054a6;
    position: relative;
    padding: 13px 0;
    font-weight: bold;
    margin: 5px 0;
    width: 100%;
    border-radius: 10px;
    display: inline-block;
}
*/
/*** company-contacts ***/
section.company-contacts{
	position: relative;
	width: 100%;
	padding: 50px 0 50px;
}
.cc-card{
	text-align: center;
    margin: 10px 0;
    padding: 20px 10px;
}
.cc-card img{
	height: 140px;
	width: 140px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
}
.cc-card .text{
	padding-top: 10px;
}
.cc-card h6{
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
}
.cc-card a{
	font-weight: bold;
}
.cc-card p{
	margin-bottom: 5px;
}
section.company-contacts .nav.nav-tabs {
    justify-content: center;
    border-bottom: 0;
}
section.company-contacts .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
    padding: 3px 10px;
    margin: 7px 5px;
    color: #3d3d3d;
    transition: 0.3s ease-in-out;
    font-variant: small-caps;
    text-transform: capitalize;
}
section.company-contacts .nav-tabs .nav-link {
    border: 3px solid #0054a6 !important;
    color: #0054a6;
}
section.company-contacts .nav-tabs .nav-item.show .nav-link,
section.company-contacts .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0054a6;
}
/** product-detail **/
section.product-detail{
	position: relative;
	width: 100%;
}
.product-img{
	padding:40px 0;
}
section.product-detail .breadcrumb {
    padding: 5px 0;
    justify-content: start;
    margin: 0 0 30px;
    border-bottom: 0;
}
section.product-detail .breadcrumb-item+.breadcrumb-item::before {
    font-size: 20px;
    line-height: 20px;
    top: 2px;
    position: relative;
}
section.product-detail .breadcrumb .breadcrumb-item a {
    font-size: 20px;
    line-height: 20px;
}
.product-link{
	max-width: 350px;
    padding: 30px;
    background: #f4f4f4;
    border: 1px solid #2222221c;
    margin: 20px 0;
}
.product-link h6{
	font-size: 18px;
	font-weight: bold;
}
.product-link h3 a{
	color: #333;
	font-weight: bold;
	padding-top: 15px;
}
.product-link a{
	position: relative;
	display: inline-block;
    padding: 5px 0;
    color: #888888;
    transition: 0.3s ease-in-out;
}
a:hover,
.product-link h3 a:hover{
	color: #0054a6;
}
.product-link a:after{
    content: "»";
    background-color: transparent;
    position: absolute;
    right: auto;
    bottom: 22px;
    height: 10px;
    width: 10px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    padding: 0 0 0 5px;
}
.product-link a:hover:after{
    right: -25px;
}
.product-link.other a:after,
.product-link h3 a:after{
	display: none;
}
.product-link.other ul li{
	position: relative;
    padding-left: 25px;
    display: block;
}
.product-link.other li:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #000;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 5px;
    transition: 0.3s ease-in-out;
}
.product-link.other li:hover:before{
	background: #0054a6;
}
.product-link.other ul li a{
	padding: 0;
}
.product-link.other ul {
	border-bottom: 1px solid #2222223b;
	padding: 10px 0;
}
/*** slider ***/
.slider{
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}
section.slider div#brand-carousel {
    padding: 0 !important;
}
.slider .product-detail{
	max-width: 900px
	margin:auto;
}
.slider h2 {
	color: #fff;
	margin-bottom: 20px;
}
.slider p {
	color: #fff;
}
.slider .btn{
	margin-top: 20px;
}
.slider .item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 60px 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
	height: 100%;
    min-height: 450px;
}
.slider .item:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.4);
z-index: -1;
}
.prev:before {
content: "\f104";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 8px;
width: 45px;
height: 45px;
font-size: 50px;
line-height: 38px;
color: #fff;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
font-family: 'FontAwesome';
}
.next:before {
content: "\f105";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 8px;
width: 45px;
height: 45px;
font-size: 50px;
line-height: 38px;
color: #fff;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
font-family: 'FontAwesome';
}
#brand-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
#brand-carousel .owl-dots .owl-dot {
	margin: 0 5px;
}
#brand-carousel .owl-dots .owl-dot span {
	display: block;
    outline: 0;
    box-shadow: none;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    color: #fff;
    opacity: 0.3;
    font-size: 0;
}
#brand-carousel .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
	opacity: 1;
}
.slider .owl-item {
	height: auto;
}
.slider .product-detail {
max-width: 900px;
margin: auto;
}
section.slider div#brand-carousel .owl-nav {
    height: 0;
}
/*** video-sec ***/
/*section.video-sec {
    display: none;
}*/
.video-sec{
	position: relative;
	width: 100%;
	padding: 50px 0;
}
.video-content{
	position: relative;
	margin: 20px 0;
}
.video iframe{
	height: 350px;
	width: 100%;
}
/*** blog ***/
.blog-content,
.technology-block.remove-space {
    display: flex;
    flex-flow: wrap;
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px solid #aaaaaa47;
}
.blog-content .image,
.technology-block.remove-space .img-left-cls{
	width: 220px;
}
.blog-content .image img,
.technology-block.remove-space .img-left-cls img{
	object-fit: cover;
	object-position: center;
	width: 200px;
    height: 200px;
}
.blog-content .content,
.technology-block.remove-space .content-right-cls{
	width: calc(100% - 240px);
	margin-left: 20px;
}
.blog-content .content h4,
.technology-block.remove-space h4{
	font-family: soleil, sans-serif !important;
	font-weight: 400;
	text-transform: capitalize;
}
.blog-content .content p,
.technology-block.remove-space p{
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #3e3e3e;
	font-family: soleil, sans-serif !important;
	font-weight: 400;
}
.about-us-main a,
.blog-content a,
.technology-block.remove-space a{
	font-weight: bold;
	text-transform: uppercase;
}
.blog-content .sub-title {
    padding: 0;
    margin: 0 0 15px;
}
.general-cons{
	max-width: 800px;
	margin: auto;
}
.general-cons h4{
	font-size: 26px;
    line-height: 26px;
    color: #0054a6;
    margin: 0 0 20px;
	font-family: soleil, sans-serif;
	font-weight: 800;
}
.general-cons a{
	font-size: 19px;
}
.single-blogpost .image{
	max-width: 320px;
    margin: 40px 50px 30px 40px;
    float: left;
}
.careers-main.single-blogpost .inner-content-sub {
    padding: 10px 0 40px;
}
.careers-main.single-blogpost .meta{
	padding-top: 40px;
    font-weight: bold;
    color: #46494a;
}
.careers-main.single-blogpost .inner-content-sub {
    padding: 10px 30px 40px;
}

/*** text-container ***/
.text-container{
	position: relative;
	width: 100%;
	padding: 50px 0;
}
.text-container a{
	font-weight: bold;
	color: #0054a6;
}
.text-container a:hover{
	color: #444;
}
.text-container .app-list{
	padding: 0;
}

/*** downloads ***/
.downloads{
	position: relative;
	width: 100%;
	padding: 50px 0;
}
.downloads table {
    margin-bottom: 25px;
}
.downloads .title h5{
	margin-bottom: 10px;
	font-weight: bold;
}
.downloads .black{
    background-color: #3F3F3F;
    color: #fff;
    display: block;
    margin-bottom: 2px;
    padding: 8px;
}
.downloads h6 a{
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.7;
	text-transform: uppercase;
}
.downloads table thead tr th {
    font-weight: bold;
    line-height: 24px;
    padding: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
}
.downloads .grey{
    background-color: #DFDFDF;
    color: black;
    display: block;
    margin-bottom: 2px;
    padding: 8px;
}
.downloads h6.grey a{
	color: #444;
}
.product-table tr{
	width: 100%;
}
.product-table tr td{
	width: 10%;
	padding: 5px 0;
}
input.form-control,
textarea.form-control,
select.form-control{
	box-shadow: 0px 0px 4px rgba(92,111,139,0.3);
	border: 1px solid #fff;
	border-radius: 25px;
	height: 60px;
	display: inline-block;
	padding: 15px 20px;
	width: 100%;
	outline: none;
	font-family: arial;
}
textarea.form-control.input-text {
	height: 120px;
	padding: 20px 30px;
}
p:empty{
	display: none;
}
.form-field{
	margin-bottom: 15px;
}
.contact-us-pg .careers-main .inner-content-sub {
    padding: 40px 40px;
    max-width: 850px;
    margin: auto;
}
.contact-us-pg .careers-main.technology-page {
	background: #fbfbfbfc;
}
.contact-us-pg .inner-content-block {
    background: transparent;
    margin-top: 0;
}
.location-iframe iframe{
	max-width: 500px;
}
.blue-w{
	color: #0054a6;
}
.com-contact h2{
	margin-bottom: 20px;
}
.unique-links{
	margin: 0 0 5px !important;
}
.unique-links a{
	display: inline-block !important;
}
.inner-page-shape{
	opacity: 0;
}
.with-links a{
	font-weight: normal !important;
}
.with-links a:hover{
	font-weight: bold !important;
}
.com-contact p{
	font-size: 16px;
}
.com-contact p span a{
	display: inline-block;
}
.com-contact p span{
	display: block;
}
.com-contact p br{
	display: none;
}

section.world-map.company-contacts .first-image{
    text-align: center;
}
section.world-map.company-contacts .first-image img{
	max-width: 850px;
    margin: auto;
    width: 100%;
}
section.world-map.company-contacts .cc-card {
    text-align: left;
    padding-top: 0;
}
section.world-map.company-contacts .cc-card p a{
	display: inline-block;
}
.img-tabmap{
	text-align: center;
	display: block;
	width: 100%;
}
.img-tabmap img{
	max-width: 600px;
	margin: auto;
	width: 100%;
}
.first-image {
	margin-top: -150px;
    background-color: #fff;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px dashed #aaa;
}
section.world-map.company-contacts .cc-card a{
	text-decoration: underline;
}
.distributor-balloon{
	position: absolute;
	font-size: 12px;
	right: 0;
	background-color: #f4f4f4;
	border:1px solid #ccc;
	border-radius:5px;
	box-shadow:0px 0px 10px #ccc;
	padding: 20px;
	z-index: 100;
}
/*#imgMapUS{
	max-width: 700px;
    object-fit: contain;
    position: relative;
    display: inline-block;
}*/
.distributor-balloon h6{
	font-size: 14px;
}
.distributor-balloon img{
	max-width: 175px;
	margin:10px 0px;
}
.mlocations{
	padding: 20px 0;
    border-top: 1px dashed #aaa;
}
.mlocations h6:first-child{
	color: #0054a6;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
.mlocations h6:nth-child(2){
	color: #888;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.mlocations p:last-child{
	margin-bottom: 0;
}

/** technology-block **/
.technology-page div.wpcf7 input[type="file"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    height: auto;
    width: auto;
    box-shadow: none;
}
.technology-page .radion-btn-form span {
    min-width: 46%;
}
.select-field select {
	appearance: none;
}
.select-field span {
	position: relative;
}
.select-field span:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 23px;
    color: #fff;
    font-size: 20px;
    height: 13px;
    width: 13px;
    filter: invert(0.7);
    background-image: url(/wp-content/uploads/2020/08/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s ease-in-out;
}
.date-field span {
	position: relative;
}
.date-field span:before {
    content: "\f073";
    position: absolute;
    right: 25px;
    top: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #333;
}
.inp-tc {
	color: #aaa;
}
.loudspeakerrec {
	display: inline-block;
	position: relative;
	width: 49%;
	text-align: center;
}
.loudspeakerrec span {
	display: block;
	text-align: center;
	padding-top: 15px;
}

/** **/
.download-card {
    position: relative;
    background-color: #F4F4F4;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
    padding: 20px;
    min-height: 180px;
}
.download-card h6.down_tit a {
    color: #0054a6;
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 20px;
    padding-bottom: 10px;
}
.download-card ul li {
	padding-left: 10px;
}
.download-card ul li a {
	padding: 5px 10px 0;
}
.download-card ul li a:hover {
	padding-left: 17px;
}

.download-card ul li.document span {
    width: 100%;
    display: block;
    margin: 0 0 10px 30px;
    color: #777;
    font-size: 14px;
    font-style: italic;
}

.form-field img {
	width: 90px;
	height: 115px;
	object-fit: cover;
	object-position: top;
}
.form-field.col-lg-4 {
    margin-bottom: 30px;
    text-align: center;
}
.content.inner-page.contact-us-pg {
	position: relative;
	float: none;
	margin-top: 60px;
	clear:both;
}
.marketing-support {
	position: relative;
	float: none;
	margin-top: 50px;
}
.tab-card {
	text-align: center;
    padding: 20px 0;
}
.tab-card .fileimage img {
	width: 100px;
	height: 125px;
	object-fit: cover;
	object-position: top;
}
.marketing-support .tab-content {
	padding-top: 40px;
}
.marketing-support .tab-content .col-md-6 .tab-card {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    margin: 5px 0;
}
.logo-main-heading h6 {
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
    padding: 30px 0;
}
.logocontent {
    min-height: 210px;
}

.logoimg {
    text-align: center;
    padding: 15px 0;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoimg img{
	max-width: 200px;
    max-height: 100px;
}


.logotitle h6 {
    text-align: center;
    color: #0054a6;
    font-weight: 800;
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 20px;
}
.logocontent ul li{
	position: relative;
    padding-left: 40px;
    display: block;
    text-align: left;
}
.logocontent ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #000;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 13px;
    transition: 0.3s ease-in-out;
}
div#divDistributorBalloon h6 {
    font-weight: bold;
}
div#divDistributorBalloon a {
    color: #007bff;
}

.downloadscon .sidebar {
 border: 1px solid #e8e7ec;
 padding: 20px;
 border-radius: 10px;
}
.downloadscon .sidebar .doc-titl {
 font-size: 22px;
}
.downloadscon .sidebar span{
   margin-bottom: 0;
   padding-left: 15px;
}
.downloadscon .sidebar ul li {
 border-bottom: 1px solid #eee;
 padding: 5px 0;
}
.searchform {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.searchform form {
	text-align: right;
}
.searchform input[type=text] {
    width: 30px;
    height: 40px;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2020/11/searchicon-1.png);
    background-size: 20px 20px;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0;
    /* color: #fff; */
    color: transparent;

    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;

}

.searchform input[type=text]:focus {
  background-color: #0054a6;
  color: #fff;
  width: 300px;
  padding: 0 5px;
}
.navbar-toggler {
	margin-left: 50px;
}
span.wpcf7-form-control-wrap.menu-587,
span.wpcf7-form-control-wrap.project-status,
span.wpcf7-form-control-wrap .selstatus {
    display: none;
}
/** **/
.map.usr {
    position: relative;
    display: block;
    /*overflow-x: auto;*/
    overflow:visible;
    white-space: nowrap;
    width: 100%;
}
/*.map img#imgMapUS {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.news-right .news-block {
    padding: 30px 0;
    border-bottom: 1px solid rgba(248,248,248,0.2);
    box-shadow: none;
    margin: 0;
}
.news-right .news-block:last-child {
    border-bottom: none;
}
.news-right .news-block a {
    display: block;
}
.news-right .news-block .post-detail h4 {
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    margin: 0 0 15px;
	font-family: soleil, sans-serif;
	font-weight: 700;
}
.news-right .news-block .post-detail span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin: 0 0 20px;
    text-transform: uppercase;
    display: block;
	font-family: soleil, sans-serif;
	font-weight: 400;
    letter-spacing: 1px;
}
.news-right .news-block .post-detail p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
	font-family: soleil, sans-serif;
	font-weight: 400;
}
.tab-body table.specifications {
    width: 100%;
}

.page-id-3425 .inner-page {
    position: relative;
    display: inline-block;
    width: 100%;
}

/*.careers-detials .sub-title {
    padding: 15px 0 0;
    margin: 0;
    position: sticky;
    top: 115px;
    background-color: #fff;
}*/
.careers-detials .sub-title h3 {
	margin-bottom: 15px;
}
.careers-detials .sub-title p {
	margin: 0;
}
.careers-detials p, .careers-detials ul li {
    font-size: 16px;
    line-height: 24px;
}
.careers-detials p span.icl-u-xs-mr--xs {
    margin: 0 0 15px;
    display: inline-block;
}
.careers-detials p span.icl-u-xs-mr--xs:last-child {
    margin: 0;
}
.careers-detials ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 30px;
}
.careers-detials ul li {
	margin-bottom: 10px;
}
.careers-detials p b {
    margin: 0 0 15px;
    display: inline-block;
}
img.alignleft {
    float: left;
	margin-right: 20px;
}
img.alignright {
    float: right;
	margin-left: 20px;
}
td.specification-value-model {
    width: 20%;
	    padding-right: 20px;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
span.required-sign {
    color: red;
    margin-left: 3px;
    font-size: 18px;
    font-weight: bold;
}




section.common-content {
    padding: 80px 0;
    max-width: 100%;
    position: relative;
    text-align: left;
}
section.common-content h1,
section.common-content h2,
section.common-content h3,
section.common-content h4,
section.common-content h5,
section.common-content h6 {
	padding: 10px 0;
	margin: 0;
}

section.common-content ul,
section.common-content ol {
	padding: 30px 0;
}
section.common-content ol {
	padding-left: 20px;
}
section.common-content ul li{
	position: relative;
    padding-left: 40px;
    display: block;
}
section.common-content ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    background: #0054a6;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 13px;
    transition: 0.3s ease-in-out;
}
section.common-content .alignleft {
	margin-right: 40px;
	margin-bottom: 40px;
}
section.common-content .alignright {
	margin-left: 40px;
	margin-bottom: 40px;
}
section.common-content .alignright {
	margin: 40px 15px;
}
.legacy-menu {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.legacy-menu a {
  border-bottom: 1px solid rgb(0 84 166 / 100%) !important;
}
table td{
	border: none; /*1px solid*/;
	border-bottom: 1px dashed #CCCCCC;
	width:10%;
}
h2{
  font-size: 40px;
    line-height: 45px;
    color: #000000;
	font-family: soleil, sans-serif;
	font-weight: 700;
    margin: 0 0 0px;
    text-align: left;
		margin-top: 20px;
}
#sp-ea-4183.sp-easy-accordion .sp-ea-single .ea-header a {
    color: #0054a6;
    font-size: 19px;
	text-transform:none;
	font-family: soleil, sans-serif;
	font-weight: 400;
}
#sp-ea-4190.sp-easy-accordion .sp-ea-single .ea-header a {
    color: #0054a6;
	font-size: 19px;
	text-transform:none;
	font-family: soleil, sans-serif;
	font-weight: 400;
}
#sp-ea-4191.sp-easy-accordion .sp-ea-single .ea-header a {
    color: #0054a6;
	font-size: 19px;
	text-transform:none;
	font-family: soleil, sans-serif;
	font-weight: 400;
}
.eap_section_title_4183{
	font-size: 26px;
	font-family: soleil, sans-serif;
	font-weight: 800;
}
.eap_section_title_4190{
	font-size: 26px;
	font-family: soleil, sans-serif;
	font-weight: 800;
}
.eap_section_title_4191{
	font-size: 26px;
	font-family: soleil, sans-serif;
	font-weight: 800;
}
.legacy-menu {
	padding-left: 0 !important;
	margin-left: 0 !important;
	margin-top: 40px !important;
}


/* Built into theme Accordion */
.rh-acc{
	margin: 0px;
	width: 100%;
	font-size: 18px;
}
.rh-acc .accordion .card {
	margin-bottom:5px;
	border-radius: 0;
}
.rh-acc .accordion > .card:not(:last-of-type) {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0;
}

.rh-acc .accordion h5 {
	margin-top:0px;
}
.rh-acc .accordion h5,
.rh-acc .accordion h5 a {
	width: 100%;
	display:block;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
	font-size: 19px;
}
.rh-acc a {
	color: #0054a6;
}
.rh-acc a:hover {
	color: #007bff;
}
.rh-acc .accordion .fa {
	margin-left: 0.5rem;
	float:right;
}
.rh-acc .accordion h5 a span {
	width: 95%;
	display: inline-block;
}

/* Solutions Pages */
.single-solutions .about-us-main .inner-content-block {
	padding: 80px 25px 0;
}

.single-solutions .about-us-main .inner-content-block iframe {
	display: block;
	margin: 50px auto;
}

.single-solutions .inner-content-block {
	position: relative;
}

.single-solutions .inner-content-block .breadcrumb {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.single-solutions .inner-content-block .breadcrumb a {
	text-transform:none !important;
}
.sol-contimg-rows h2 {
	margin: 0 0 35px;
}
.sol-contimg-rows .row {
	background-color: #e8eef7;
}
.sol-contimg-rows .row .col-lg-6:first-of-type {
	min-height: 300px;
}
.sol-contimg-rows .row .col-lg-6:last-of-type {
	padding:35px 25px;
}

.sol-contimg-rows h3 {
	font-family: soleil, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin:0 0 25px;
}

.sol-contimg-rows a,
.sol-contimg-rows a:visited {
	color:#0C4DA2;
	text-decoration:underline !important;
}

.sol-contimg-rows .btn-normal {
	background-color:#0C4DA2;
	color:#fff !important;
	text-decoration:none !important;
	border:1px solid #0C4DA2;
}
.sol-contimg-rows .btn-normal:hover {
	background-color:#fff;
	color:#0C4DA2 !important;
}

.sv-accordion h2 {
	margin: 0 0 35px;
}
.sv-accordion .card {
	border-left:none;
	border-right:none;
	border-radius:0;
	border-color:#000;
}

.sv-accordion img {
	max-width: 100%;
	height: auto;
}
.sv-accordion .card-header {
	background-color:transparent;
	padding:0;
	border-bottom:1px solid #000;
}
.sv-accordion .card-header h4 {
	padding:15px 15px 15px 35px;
	text-transform: uppercase;
	font-family: soleil, sans-serif;
	font-weight: 700;
	position: relative;
}

.sv-accordion .card-header h4:hover {
	cursor:pointer;
}

.sv-accordion .card-header h4:before {
	content: '-';
	font-size:26px;
	font-weight:bold;
	margin-right:25px;
	position: absolute;
	left: 5px;
	top: calc(50% - 18px);
}

.sv-accordion .card-header h4.collapsed:before {
	content: '+';
	position: absolute;
	left: 5px;
	top: calc(50% - 13px);
}
.sv-accordion .accordion >.card:last-of-type {
	border-bottom: 1px solid #000 !important;
}
.sv-accordion .accordion .card-body {
	padding: 25px 15px;
}

.sv-accordion .accordion .card-body .col-lg-4 img  {
	margin-bottom: 25px;
}

.sv-accordion .accordion .card-body a,
.sv-accordion .accordion .card-body a:visited {
	color:#0C4DA2;
	text-decoration:underline !important;
}

.sv-accordion .accordion .card-body .btn-normal {
	background-color:#0C4DA2;
	color:#fff !important;
	text-decoration:none !important;
	border:1px solid #0C4DA2;
}
.sv-accordion .accordion .card-body .btn-normal:hover {
	background-color:#fff;
	color:#0C4DA2 !important;
}

.products-section {
	background: url('../images/footer-banner.jpg') no-repeat center center;
	background-size:cover;
	padding:65px 0;
	text-align:center;
	color:#fff;
}

.products-section h2 {
	text-align:center;
	margin: 0 0 25px;
	color:#fff;
}

.products-section p {
	color:#fff;
}

.products-grid {
	/*background:#f5f5f5;*/
	padding:50px 0;
	text-align:center;
}

.products-grid h2 {
	text-align:center;
	margin: 0 0 50px;
}

.products-grid .col-md-6 {
	margin-bottom: 50px;
}

.products-grid .p-image {
	min-height:150px;
	max-height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 25px;
}

.products-grid a.prod-title,
.products-grid a.prod-title:visited {
	color:#0C4DA2;
	font-family: soleil, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height:32px;
}

.products-grid a.prod-title:hover {
	opacity: 0.5;
}

.cs-grid {
	padding: 50px 0;
	background-color: #f7f8f8;
}

.cs-wrap .img-wrap {
	margin-bottom: 15px;
}

.cs-wrap a .img-wrap{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.cs-wrap a:hover .img-wrap {
	background-size:110% !important;
}

.cs-wrap p {
	line-height:1.4em;
}
.cs-wrap a:hover p {
	color: #0C4DA2
}

.cs-grid h2 {
	margin: 0 0 35px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.solwys  {
	word-wrap: break-word;
}
#solutions {
	padding-bottom:50px;
}
#solutions .app-title {
	/*color: #fff;*/
	/*font-size: 22px;*/
	/*line-height: 22px;*/
	/*text-transform: uppercase;*/
	background-color:rgba(0,0,0,0.8);
	padding:10px 25px;
	position: absolute;
	bottom:0;
	width: 100%;
	left:0;
}

#solutions .app-title h6 {
	margin:0;
}

#solutions .app-card {
	position:relative;
}

@media only screen and (max-width: 992px) {
	.rh-acc .accordion .card-body {
		padding: 1.25rem;
	}
}
@media only screen and (max-width: 660px) {
	.rh-acc .accordion a span {
		width: 90%;
	}
}

