@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
}
.wrapper-menu {
	top: 0px;
	width: 100%;
}
.form-row-group .input-row:hover, .form-row-group .input-row:focus {
	border: solid 1px #fd7f24;
}
.header-wrapper {
	padding-bottom: 11px;
	padding-top: 13px;
}
.home-logo-top {
	width: 52%;
}
.wrapper-menu.fixed {
	background: #50418a;
	z-index: 9999;
	position: fixed !important;
}
.wrapper-menu {
	/* position: absolute !important; */
	background: #fd9b00;
	background: none;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.topbar-icon ul {
	text-align: right;
}
.topbar-icon ul li {
	display: inline-block;
	padding-left: 9px;
}
.topbar-icon ul li.top-eng {
	border-right: solid 1px #fd7f24;
	padding-right: 9px;
	line-height: 15px;
}
.topbar-icon ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.topbar-icon ul li a i.fa {
	color: #fd7f24;
	font-size: 22px;
	vertical-align: text-bottom;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.top-wrapper-bg {
	position: absolute;
	z-index: 999;
	top: 0px;
	width: 100%;
	background-color: rgb(255 255 255 / 76%);
	padding-bottom: 7px;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
    /* background: url(../images/bg2.jpg); */
    background-size: cove margin-bottom: 49px;
}
.post-img-wrapper .post-img-row {
	position: relative;
	overflow: hidden;
}
.img-box:hover .post-img-wrapper .post-img-row img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.post-img-wrapper .post-img-row img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.img-box {
	margin-bottom: 31px;
	border: solid 1px #cccccc;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-box:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 80%;
	left: 0;
	text-align: left;
	background: #003681;
	z-index: 2;
	padding: 15px 10px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #000000;
	cursor: pointer;
	font-size: 22px;
	margin: 0;
	text-align: right;
	display: block;
	position: absolute;
	right: 15px;
	top: 24px;
	z-index: 9999;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
@media (min-width: 992px) .menu-bar {
 background: #8fba52;
 width: 100%;
 z-index: 9;
 float: left;
 width: 100%;
 padding-top: 9px;
 padding-bottom: 9px;
}
.nav_area > ul > li {
	display: inline-block;
	padding: 0 15px;
	border-right: solid 1px #fd7f24;
	line-height: 15px;
}
.nav_area ul li a {
	color: #011051;
	font-size: 16px;
	display: inline-block;
	font-weight: 700;
	padding: 5px 3px;
	text-decoration: none;
	line-height: 5px;
}
span.arrow {
	display: inline-block;
	padding-left: 2px;
	color: #000000;
	font-weight: 900;
}
.nav_area > ul > li ul.sub-menu {
	margin-top: 10px;
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	transition: transform 0.3s, opacity 0.3s;
	display: block;
}
ul.sub-menu {
	min-width: 150px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
	padding: 0px 0 !important;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #fd7f24;
	z-index: 555;
	text-align: left;
	padding: 10px 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: -20px;
	width: 100%;
}
ul.sub-menu li a {
	color: #fff;
	line-height: 20px;
	padding: 7px 10px 7px 10px;
	font-size: 15px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	width: 100%;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	color: #ffffff;
	background: #f07319;
	padding-left: 15px !important;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.mobile-menu.wrapper-menu {
	z-index: 9999;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
li.menu-item-has-children.menu-ownload {
	border-right: none;
}
.nav_area ul li a img {
	vertical-align: sub;
	margin-right: 3px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.baner-section {
	position: relative;
	width: 100%;
	float: left;
}
.baner-title {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 93px;
}
.baner-title h3 {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	background-image: url(../images/baner-text-background.png);
	margin-bottom: 0px;
	background-size: 100% 100%;
	padding: 2px 38px;
	padding-right: 52px;
	opacity: 90%;
}
#sliderhome {
	float: left;
	width: 100%;
}
#sliderhome .owl-nav {
	display: none;
}
#sliderhome .owl-dots {
	bottom: 18px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #204f7d;
	width: 41px;
	height: 4px;
	border-radius: 0px;
	margin: 0px 3px;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
	width: 41px;
	height: 4px;
	border-radius: 0px;
	margin: 0px 3px;
}
#sliderhome .owl-dots button {
	outline: 0;
}
/*>>>>>>>> index-1 >>>>>>>>*/

.video-section {
	padding: 70px 0px;
	background-image: url(../images/video-background.jpg);
	background-size: 100% 100%;
	position: relative;
}
.video-section .container {
	position: relative;
	z-index: 6666;
}
.qrcord-wrapper {
    position: absolute;
    top: -32px;
    right: 0px;
    z-index: 6666;
}
.video-content h3 {
	font-size: 32px;
	color: #fd7f24;
	font-weight: bold;
}
.video-content p {
	font-size: 17px;
	color: #ffff;
	text-align: justify;
}
.btnwrapper a {
	font-size: 16px;
	color: #011051;
	text-decoration: none;
	background-color: #fd7f24;
	padding: 10px 30px;
	border-radius: 35px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.btnwrapper a:hover {
	color: #fff;
	background-color: #011051;
}
.btnwrapper {
	margin-top: 45px;
}
.icon-box-wrapper-section {
	padding: 55px 0px;
}
.icon-box-wrapper-heading {
	text-align: center;
	max-width: 94%;
	margin: auto;
}
.icon-box-wrapper-heading p {
	font-size: 19px;
	color: #011051;
	font-weight: bold;
	margin-bottom: 30px;
}
.icon-box-wrapper {
	text-align: center;
}
.icon-box-title {
    padding-top: 17px;
}
.icon-box-title h3 {
	font-size: 45px;
	font-weight: bold;
	color: #011051;
	margin-bottom: 0px;
}
.icon-box-title p {
	margin-bottom: 0px;
	font-size: 22px;
	color: #011051;
}
.icon-box-title h3 span {
	font-size: 26px;
}
.product-section {
	/*background-color: #efeff1;*/
	padding: 61px 0px;
    background-image: url(../images/home-Products-bg.jpg);
    background-size: cover;
    background-position: center;	
}
.product-heading {
	text-align: center;
}
.product-heading h3 {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.product-heading h3:after {
	content: "";
	position: absolute;
	border-bottom: solid 3px #fd7f24;
	width: 71px;
	bottom: -17px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.product-box {
	position: relative;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.product-title {
	position: absolute;
	bottom: 0px;
	background-color: rgb(0 0 0 / 25%);
	width: 100%;
	padding: 5px 15px;
}
.product-title h3 {
	margin-bottom: 0px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
#product-slider .owl-dots {
	display: none;
}
#product-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -6%;
	top: 36%;
	box-shadow: none !important;
	outline: none !important;
}
#product-slider .owl-nav button span {
	background: #999999;
	width: 44px;
	height: 44px;
	display: inline-block;
	color: #fff;
	font-size: 33px;
	line-height: 35px;
	border-radius: 50px;
}
#product-slider .owl-nav button.owl-next {
	position: absolute;
	top: 36%;
	right: -6%;
	box-shadow: none !important;
	outline: none !important;
}
#product-slider .owl-nav button {
	border-radius: 100% !important;
}
.product-btn {
	text-align: center;
}
.product-btn a {
	background-color: #011051;
	color: #fd7f24;
}
.product-btn a:hover {
	background-color: #fd7f24;
}
/*>>>>>>>>>> index-2 >>>>>>>>*/

.company-news-details-box {
	width: 100%;
}
.company-news-baner-title {
	bottom: 28px;
}
.company-news-section {
	padding-top: 61px;
	padding-bottom: 10px;
	position: relative;
}
.company-news-details-heading {
	text-align: center;
	border-bottom: solid 1px #a8adc4;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.company-news-details-heading h3 {
	font-size: 36px;
	color: #011051;
	font-weight: bold;
	margin-bottom: 15px;
}
.company-news-details-heading h4 {
	font-size: 17px;
	color: #fd7f24;
}
.company-news-details-text {
	text-align: center;
}
.company-news-details-text p {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
}
.company-news-details-text p span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #4a5583;
	margin-bottom: 10px;
}
.company-news-details-box-img {
	width: 90%;
	margin: auto;
	margin-top: 40px;
}
.back-btn {
	text-align: right;
	margin-top: 50px;
}
.back-btn a {
	background-color: #011051;
	padding: 8px 28px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 19px;
	color: #fd7f24;
	font-weight: 500;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.back-btn a:hover {
	background: #fd7f24;
	color: #fff;
}
.back-btn a img {
	vertical-align: text-top;
	margin-right: 10px;
}
.footer-top-img img {
	width: 100%;
}
.baner-imgs img {
	width: 100%;
}
.company-news-section .qrcord-wrapper {
	top: 31px;
}
.company-news-details-heading h4 i.fa {
	margin-right: 7px;
	font-size: 20px;
	vertical-align: text-bottom;
}
/*>>>>>>>>>> index-3 >>>>>>>>*/

.row.row-news {
	margin-top: 30px;
	align-items: center;
	padding-bottom: 30px;
	position: relative;
}
.row-news.newsrow {
	margin-top: 0px;
}
.news-details-img {
	position: relative;
	overflow: hidden;
}
.news-details-img img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	width: 100%;
}
.news-details-img:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news-details {
	padding-left: 11px;
}
.row.row-news:after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #a8adc4;
	width: 98%;
	bottom: 0px;
	left: 15px;
}
.news-details h4 {
	font-size: 17px;
	color: #fd7f24;
}
.news-details h4 i.fa {
	margin-right: 2px;
	font-size: 20px;
	vertical-align: text-bottom;
}
.news-details p {
	font-size: 19px;
	color: #011051;
	font-weight: 900;
}
.news-details .btnwrapper.product-btn {
	text-align: left;
	margin-top: 20px;
}
.product-btn {
	text-align: center;
}
ul.pagination {
	padding-top: 35px;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-bottom: 0px;
}
ul.pagination li.page-item {
	display: inline-block;
}
ul.pagination li.page-item a.active {
	background: #4b5b88;
	color: #fff;
}
ul.pagination li.page-item a:hover {
	background: #4b5b88;
	color: #fff;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 18px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.pagination li.page-item a {
	background: none;
	border: none;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
/*>>>>>>>>>> index-4 >>>>>>>>*/

.document-category-heading {
	border-bottom: solid 1px #c9ccda;
	padding-bottom: 10px;
}
.document-category-heading h3 {
	font-size: 30px;
	font-weight: bold;
	color: #03376d;
	border-left: solid 6px #fd7f24;
	line-height: 23px;
	padding-left: 13px;
}
.document-category-box {
	padding-top: 25px;
	padding-left: 20px;
}
.document-category-box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #eaebf1;
	margin: 6px 0px;
	padding: 13px 21px;
}
.document-category-box ul li span {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}
.document-pagination {
	text-align: right !important;
	padding-bottom: 35px !important;
}
/*>>>>>>>>>> index-5 >>>>>>>>*/

.gpps-psf-box ul li span {
	padding-left: 15px;
	color: #fd7f24;
}
.gpps-psf-box ul li {
	justify-content: left;
	padding: 10px 21px;
}
.gpps-product-box {
	padding: 30px 0px 40px 20px;
}
.gpps-product-box-content {
	padding-left: 15px;
	padding-top: 50px;
}
.gpps-product-box-content p {
	font-size: 22px;
	color: #03376d;
	margin-bottom: 0px;
}
.product-img {
	position: relative;
	overflow: hidden;
}
.product-img img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.product-img:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.table .thead-light th {
	color: #000000;
	background-color: #c4c7d6;
	border-color: #9ca2bd;
	text-align: center;
}
.product-table {
	border: solid 1px #9ca2bd;
	margin-left: 20px;
	margin-top: 35px;
}
.product-table h3 {
	margin-bottom: 0px;
	padding: 13px 22px;
	background-color: #011051;
	font-size: 21px;
	color: #ffffff;
}
.product-table .table {
	margin-bottom: 0px;
}
.product-table .table tr td {
	border-right: solid 1px #9ca2bd;
	text-align: center;
	font-size: 17px;
	color: #000000;
}
.product-table .table tr td.box1 {
	width: 20%;
}
.product-table .table tr td.box2 {
	width: 40%;
}
.product-table .table tr td.box3 {
	width: 40%;
	padding-left: 25px;
	padding-right: 25px;
	border-right: none;
}
.sidemenu li {
	border-bottom: 1px solid #c9ccda;
	position: relative;
}
.sidemenu li > a {
	font-size: 21px;
	line-height: 16px;
	color: #011051;
	display: flex;
	padding: 21px 0px;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidemenu li > a:hover {
	color: #fd7f24;
}
i.fa.fa-long-arrow-right.toggle-submenu {
	color: #0b1958;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	right: 12px;
	top: 20px;
	width: 24px;
	cursor: pointer;
}
.sidemenu li.top-menu i.fa.fa-long-arrow-right.toggle-submenu {
	top: 0px;
}
.sidemenu li.top-menu a {
	padding-top: 0px;
}
/*>>>>>>> index-6 >>>>>>>*/

.footer-details-info.contact-details h3 {
	color: #03376d;
}
.footer-details-info.contact-details ul li {
	color: #000000;
}
.footer-details-info.contact-details ul li span {
	margin-left: 0px;
	width: 183px;
	display: inline-block;
	color: #195593;
}
.footer-details-info.contact-details ul li a {
	color: #000;
}
.footer-details-info.contact-details ul.footer-email {
	margin-left: 183px;
}
.footer-details-info.contact-details ul li span.head {
	margin-left: 183px;
	display: initial;
	color: #000;
}
.footer-details-info.contact-details ul li a samp {
	font-family: 'Roboto', sans-serif;
}
.contact-details-row {
	margin-top: 110px;
	margin-bottom: 75px;
}
.contact-form h3 {
	font-size: 25px;
	color: #03376d;
	margin-bottom: 25px;
}
.form-row-group {
	margin-bottom: 11px;
}
.form-row-group .input-row {
	height: 44px;
	width: 89%;
	background-color: rgb(255, 255, 255);
	padding: 0px 8px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(163, 186, 198);
	border-image: initial;
	box-shadow: none;
	outline: none;
}
.form-row-group textarea.input-row {
	height: 104px;
}
.form-row-group button {
	width: auto;
	height: 41px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	cursor: pointer;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: #195593;
	margin-left: 110px;
	font-size: 16px;
	padding: 0px 49px;
	border-radius: 7px;
	box-shadow: none;
	outline: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.form-row-group button:hover {
	background-color: #fd7f24;
}
.form-row-group {
	margin-bottom: 11px;
}
.form-row-group label {
	width: 10%;
	height: 40px;
	margin-bottom: 0px;
	font-size: 19px;
	color: #000000;
	font-weight: 400;
}
.form-row-group.details label {
	vertical-align: top;
}
.radio-btn {
	display: flex;
	margin-left: 111px;
}
.radio-btn p {
	margin-right: 20px;
}
.tel-fax-row .form-row-group .input-row {
	width: 79%;
	float: right;
}
.tel-fax-row {
	margin-bottom: 11px;
}
.form-row-group.fax-label label {
	text-align: right;
	width: 19%;
	line-height: 44px;
}
.form-row-group.fax-label {
	width: 99%;
}
.radio-btn p label {
	font-size: 19px;
	color: #000000;
	font-weight: 400;
}
/*>>>>>> footer css >>>>*/

.footer-section {
    padding-top: 46px;
    background-image: url(../images/footer-background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.footer-info {
	width: 100%;
	margin-left: 15px;
	margin-bottom: 32px;
}
.footer-info h3 {
	font-size: 34px;
	color: #ffffff;
	position: relative;
}
.footer-info h3:after {
	content: "";
	position: absolute;
	border-bottom: solid 2px #fd7f24;
	width: 76px;
	bottom: -17px;
	left: 0px;
	right: 0px;
}
.footer-details-info h3 {
	font-size: 20px;
	color: #fd7f24;
}
.footer-details-info ul li {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.footer-details-info ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-details-info ul li a:hover {
	color: #fd7f24;
}
.footer-details-info ul li i.fa {
	color: #fd7f24;
	width: 24px;
	font-size: 17px;
}
.footer-details-info ul li span {
	margin-left: 61px;
}
.footer-details-info ul li span {
	margin-left: 26px;
}
ul.footer-email {
	margin-left: 80px;
}
li.footer-contact {
	margin-top: 32px;
}
.footer-logo {
	padding-top: 22px;
}
.footer-menu-wrapper {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 20px;
}
.footer-menu-wrapper ul li {
    display: inline-block;
    padding: 0px 0px;
    border-right: none;
    line-height: 15px;
    width: 100%;
    margin-bottom: 9px;
}
.footer-menu-wrapper ul li a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.footer-menu-wrapper ul li a:hover {
	color: #fd7f24;
}
.footer-menu-wrapper ul li.menu-download-footer {
	border-right: none;
}
.copyright-wrapper {
    border-top: solid 1px #fff;
    margin-top: 52px;
}
.copyright-wrapper p {
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
	color: #fff;
	padding: 13px 0px;
}
/*>>>>>> end footer css >>>>*/
#button {
	display: inline-block;
	background-color: #fd7f24;
	width: 49px;
	height: 49px;
	background-size: 100% 100%;
	text-align: center;
	border-radius: 0;
	position: fixed;
	bottom: 14px;
	right: 18px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
#button::after {
	content: "\f106";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 48px;
	color: #fff;
	margin-left: 0px;
}
.qrcord-wrapper {
	right: 8px;
	max-width: 105px;
}
.ledt-side-bar-mobile-view {
	display: none;
}


.footer-logo-section {
    background: #dbe4e9;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}
.footer-logo-section .footer-logo ul li {
    display: inline-block;
    margin: 0px 50px;
}
.footer-logo-section .footer-logo {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 11px;
}
.foot-icon-w {
    margin-right: 5px;
}



/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {

	
.footer-details-info.real-footer {
    margin-bottom: 36px;
}
.copyright-wrapper {
    margin-top: 21px;
}	
	
	
.ledt-side-bar-desktop-view {
	display: none;
}
.ledt-side-bar-mobile-view {
	display: block;
}
.ledt-side-bar-mobile-view .ledt-side-bar-mobile-view-title {
	width: 100%;
	background: #011051;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	float: left;
}
.ledt-side-bar-mobile-view ul.sidemenu {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.ledt-side-bar-mobile-view .ledt-side-bar-mobile-view-title i.fa {
	margin-left: 9px;
}
.contact-details-row {
	margin-top: 36px;
	margin-bottom: 44px;
}
.contact-form .form-row-group {
	float: left;
	width: 100%;
	margin-bottom: 21px;
}
.submit-btn-wrapper-row {
	text-align: center;
	margin-top: 23px;
	float: left;
	width: 100%;
}
.form-row-group button {
	margin-left: 0px;
}
.radio-btn {
	display: flex;
	margin-left: 0;
	width: 100%;
	margin-top: 10px;
}
.footer-details-info.contact-details ul.footer-email {
	margin-left: 0;
}
.form-row-group .input-row {
	width: 100%;
	float: left;
}
.tel-fax-row .form-row-group .input-row {
	width: 100%;
	float: left;
}
.form-row-group.fax-label label {
	text-align: left;
	width: 100%;
	line-height: 44px;
}
.gpps-product-box .gpps-product-box-content {
	padding: 0px 20px;
}
.baner-section .baner-imgs img {
	height: 145px;
	object-fit: cover;
}
.table .thead-light th {
	font-size: 12px;
	padding: 9px 6px;
}
.product-table {
	margin-left: 0;
}
.gpps-product-box {
	padding: 30px 0px 40px 0px;
}
.video-section .container {
	z-index: 333;
}
.top-wrapper-bg {
	position: relative;
}
.topbar-icon ul {
	text-align: center;
}
.home-logo-top {
	width: 84%;
	margin-bottom: 5px;
}
#sliderhome .baner-imgs img {
	min-height: 250px;
	object-fit: cover;
}
.baner-title h3 {
	font-size: 22px;
	padding: 10px 16px;
}
.video-section .video-wrapper {
	margin-bottom: 25px;
}
.qrcord-wrapper {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	width: 100%;
	max-width: initial;
}
.video-section {
	background-size: cover;
}
.icon-box-wrapper-section .icon-box-wrapper {
	margin-bottom: 30px;
}
.footer-menu-wrapper ul li {
	padding: 0px 11px;
	line-height: 20px;
	margin-bottom: 11px;
}
.copyright-wrapper p {
	padding: 17px 15px;
}
.footer-details-info {
	margin-bottom: 20px;
}
.back-btn {
	text-align: center;
	margin-top: 33px;
}
.company-news-section .qrcord-wrapper {
	top: 0;
}
.company-news-details-heading h3 {
	font-size: 28px;
}
.company-news-section {
	padding-top: 38px;
}
.company-news-details-text p {
	font-size: 17px;
	line-height: 28px;
}
.row.row-news {
	margin-left: 0px;
	margin-right: 0px;
}
.row-news .news-details-img {
	margin-bottom: 20px;
}
.news-details p {
	font-size: 17px;
}
.document-category-box {
	padding-top: 8px;
	padding-left: 0;
}
.document-category-title-box {
	margin-top: 31px;
}
.document-category-box ul li span {
	font-size: 18px;
}
.gpps-product-box .product-box {
	margin-bottom: 42px;
}
.gpps-product-box-content {
	padding-left: 0;
	padding-top: 0;
}
.gpps-product-box-content p {
	font-size: 16px;
}
.product-table .table tr td.box1 {
	width: auto;
}
.product-table .table tr td.box2 {
	width: auto;
}
.product-table .table tr td.box3 {
	padding-left: 10px;
	padding-right: 10px;
}
.product-table .table tr td {
	font-size: 14px;
}
}


/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-menu-wrapper ul li a {
    font-size: 15px;
}	
		
	
	
	
	
.submit-btn-wrapper-row {
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.baner-section .baner-imgs img {
	height: 288px;
	object-fit: cover;
}
.video-section {
	background-size: cover;
}
.qrcord-wrapper {
	position: relative;
	top: 0;
	right: 0px;
	width: 100%;
	text-align: center;
	margin-top: 47px;
	max-width: initial;
}
.product-section #product-slider {
	padding: 0px 33px;
}
#product-slider .owl-nav button.owl-prev {
	left: 0px;
}
#product-slider .owl-nav button.owl-next {
	right: 0px;
}
.icon-box-title p {
	font-size: 17px;
}
.icon-box-title h3 {
	font-size: 21px;
}
.video-section .container {
	z-index: 333;
}
.topbar-icon {
	margin-right: 57px;
	margin-top: 16px;
}
.home-logo-top {
	width: 100%;
}
.baner-title h3 {
	font-size: 33px;
}
.row.row-news {
	margin-left: 0px;
	margin-right: 0px;
}
.form-row-group label {
	font-size: 16px;
}
}
 @media only screen and (min-width: 1600px) and (max-width: 2500px) {
.qrcord-wrapper {
	right: 103px;
	max-width: 202px;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) { 






}








