﻿@charset "UTF-8";

* {
	outline: none !important;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-size:16px;
}

img {
	max-width: 100%;
}

a {
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

p {
	margin: 0;
}

ul {
	list-style:none;
	margin:0px; 
	padding:0px;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}



/*.gem-brand-logo {
    position: fixed;
    top: 50%;
    left: -15px;
    transform: translate(0%, -50%);
    z-index: 99;
    margin-top: 30px;
}

.gem-brand-logo a img {
    width: 140px;
    transform: rotate(270deg);
    transition: all 0.3s ease;
}

.gem-brand-logo a:hover img {
    box-shadow: 0px 1px 5px #354ca073;
}*/




.header-middle-logo-image {
    position: absolute;
    left: 50%;
    top: 50%;
    /* right: 0; */
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
}



.header-middle-logo-image .logo-gem a img {
    width: 98px;
    z-index: 9;
    padding: 2px;
    margin: 0px 25px;
}



.header-section {
    background: #ffffff;
    box-shadow: 0px 1px 4px #133d5b;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-top {
    background: #354ca0;
    height: 36px;
    position: relative;
}

.call-header a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
}

.call-header i.fa.fa-phone {
    margin-right: 5px;
}

.header-link ul {
    margin: 0;
}


.header-middle-text a img {
    width: 94px;
    padding: 0px;
    margin-right: 30px;
}


.header-link ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
}

.header-link ul li a .fa-envelope {
    margin-right: 5px;
}

.header-middle {
    height: 68px;
    background: #ffffff;
    position: relative;
}

.header-middle .logo {
    line-height: 68px;
}

.header-middle .logo a {
    font-size: 24px;
    color: #354ca0;
    font-weight: 600;
    line-height: 54px;
}

.header-middle .logo a img {
    width: 52px;
}

.header-middle .menu ul{
	margin: 0;
}

.header-middle .menu ul li {
    display: inline-block;
    margin-left: 2px;
    padding: 17px 10px;
    transition: all 0.3s ease;
}

.header-middle .menu ul li:last-child{
	padding-right: 0px;
}

.header-middle .menu ul li a {
    color: #354ca0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 34px;
}

.header-middle .menu ul li:hover{
	background: #354ca0;
}

.header-middle .menu ul li:hover a{
	color: #ffffff;
}

.header-bottom {
    padding: 4px 0px;
}

.header-text-animation a {
    display: flex;
    align-items: center;
}

.header-text-animation a marquee a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ff0000;
    text-decoration: underline;
}


.header-middle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-middle-text a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 170px;
}



.megamenu {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fdfdfd;
    width: 100%;
    /* height: 300px; */
    /* border-bottom: 3px solid #354ca0; */
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    border-top: 10px solid #354ca0;
    padding-bottom: 20px;
    box-shadow: 0px 1px 3px #354ca0;
}

.header-middle .menu ul li:hover .megamenu{
    top:68px;
    visibility:visible;
    opacity: 1;
}


.megamenu-blk-1 {
    background: #ffffff;
    padding: 20px 0px;
    box-shadow: 0px 0px 4px #354ca0;
}


.brand-heading h4 {
    font-size: 30px;
    display: block;
    line-height: 54px;
    text-align: center;
    color: #e83330;
    padding: 0px 0px;
}


.tab {
    /*float: left;*/
    /* border: 1px solid #ccc; */
    background-color: #ffffff;
    /*width: 25%;*/
    /* height: 300px; */
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #354ca0;
    padding: 7px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #354ca0;
  color: #ffffff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #354ca0;
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 10px 10px;
    border: 1px solid #ccc;
    width: 100%;
    /* border-left: none; */
    /*height: 300px;*/
}


.megamenu-blk {
    padding: 15px 0px 0px 0px;
}

.header-middle .menu ul li .sub-menu-lable ul li {
    padding: 3px 5px !important;
    width: 100%;
    border-bottom: 1px dotted;
    margin: 0;
    border-color: #354ca0;
}

.header-middle .menu ul li .sub-menu-lable ul li:hover{
    color: #ffffff !important;
}

.header-middle .menu ul li .sub-menu-lable ul li a{
     line-height: 30px;
     display: block;
}
.header-middle .menu ul li:hover .sub-menu-lable ul li{
    color: #ffffff;
}

.header-middle .menu ul li:hover .sub-menu-lable ul li a{
    color: #354ca0;
    display: block;
    width: 100%;
}

.header-middle .menu ul li .sub-menu-lable ul li a:hover{
    color: #ffffff;
    display: block;
}

.sub-menu-lable img {
    box-shadow: 0px 0px 1px #354ca0;
    transition: all 0.5s ease;
}

.sub-menu-lable img:hover {
    box-shadow: 0px 1px 3px #354ca0;
}

.sub-menu-lable  .images-margin{
    margin-bottom: 20px;
}

.product-description-img img {
    box-shadow: 0px 0px 1px #133d5b;
    transition: all 0.3s ease;
}

.product-description-img:hover img {
    box-shadow: 0px 1px 4px #133d5b;
}

/*********** main-slider ************/


.main-slider-area {
    position: relative;
    margin-top: 124px;
}


.category-menu {
    position: relative;
}

.category-menu h3 {
    font-size: 20px;
    font-weight: 600;
    background: #133d5b;
    color: #ffffff;
    padding: 8px 11px;
    margin: 0;
}

.category-menu ul li {
    background: #133d5b;
    border-top: 1px solid #ffffff;
    position: relative;
}

.category-menu ul li a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #ffffff;
    padding: 8.5px 8px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.category-menu ul li a:hover {
    background: #ffffff;
    border-left: 3px solid #133d5b;
    color: #133d5b;
}





i.nivo-prev-icon, i.nivo-next-icon {
    background: #2b2b2b none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 80px;
    line-height: 77px;
    margin-top: -31px;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 9;
    margin-left: 30px;
    margin-right: 30px;
    opacity: 0;
    transition: all 0.3s;
}

.slider:hover i.nivo-prev-icon, .slider:hover i.nivo-next-icon {
    transform: scale(1);
    opacity: 1;
}

i.nivo-prev-icon:hover, i.nivo-next-icon:hover {
    background: #133d5b none repeat scroll 0 0;
}


.banner-content-section {
    padding: 40px 0px;
}

.banner-content p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #2b294b;
    font-family: calibri;
    margin: 0;
    line-height: 24px;
}



.single-banner {
    overflow: hidden;
}

.top-banner {
    /*margin-bottom: 20px;*/
}

.single-banner>a {
    position: relative;
    display: inline-block;
}

.single-banner:hover a:before {
    left: 0;
    opacity: 1;
    width: 100%;
}

.single-banner a:before {
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}


.single-banner .banner-content p {
    font-size: 15px;
    text-align: center;
    padding: 6px 0px;
    background: #44484d;
    color: #ffffff;
    margin: 0;
    display: block;
}



/******************* product-description-category *****************/

.product-description-title {
    width: 100%;
}
.product-description-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.product-description-category {
    padding: 40px 0px;
}

.product-description-menu ul li a {
    background: #133d5b;
    padding: 5px 8px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: all 0.5s ease;
    display: block;
    color: #ffffff !important;
    cursor: pointer;
}

.product-description-menu ul li a:hover{
    background: transparent;
    border-top: 1px solid #133d5b;
    color: #133d5b !important;
}

/*.product-description-menu ul li:hover{
    background: transparent;
    border-top: 1px solid #133d5b;
    color: #133d5b;
}*/

/*.product-description-menu ul li a:hover{
    color: #133d5b;
}*/

.product-description-text {
    padding-top: 25px;
}

.product-description-text p {
    text-align: justify;
    font-size: 16px;
}


.content-text-blk p {
    text-align: justify;
}

.product-description-text1 P {
    text-align: justify;
}


/*************** Our Solution Section *************/



.our-solution-section {
    background: #ffffff;
    padding: 40px 0px;
    text-align: center;
    overflow: hidden;
}

.our-solution-content {
    margin-bottom: 20px;
    cursor: pointer;
}

.our-solution-content h2 {
    color: #44484d;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    font-family: "Georgia", serif;
}

.our-solution-icon {
    /*background: #ccc;*/
    padding: 20px 20px;
    margin-top: 20px;
    height: 130px;
    transition: all 0.7s ease;
    box-shadow: 0px 0px 1px 0px #a60199;
}

.our-solution-icon:hover {
    background: #44484d;
}

.our-solution-icon:hover .icon-area img{
    visibility: hidden;
    opacity: 0;
}




.icon-area {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
     transition: all 0.7s ease;
   
}

.icon-area img{
    /*width: 50px;*/
    transition: all 0.7s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.icon-image-blk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.icon-image-blk img{
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s ease;
}

.our-solution-icon:hover .icon-image-blk img {
    visibility: visible;
    opacity: 1;
}


.icon-image-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 44px 15px 49px 15px;
    transition: all 0.7s ease;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.icon-content p {
    font-size: 15px;
    margin: 0;
    padding: 10px 0px 0px 0px;
    font-weight: 600;
    color: #000000;

}

.our-solution-icon:hover .icon-content p{
    color: #ffffff;
}


/************** Product Area ********************/


.product-area {
    padding: 25px 0px;
    background: rgb(247 247 247 / 80%);
}

.head-title {
    width: 70%;
    margin: 0 auto;
}

.head-title h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #133d5b;
    font-family: "Georgia", serif;
}

.head-title p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding-right: 10px;
    position: relative;
    text-align: center;
    z-index: 2;
    color: #212529;
    margin-bottom: 20px;
}


.most-popular-screen {
    border: 1px solid #133d5b66;
    background: #ffffff;
}

.most-popular-screen h2 {
    background: #133d5b;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 10px;
    margin: 0;
}

.most-popular-screen-blk {
    margin: 15px 0px;
    border-top: 1px solid #133d5b80;
    text-align: center;
    padding: 0px 15px;
}

.most-popular-screen-blk h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin: 0 0 6px 0;
}

.most-popular-screen-blk p {
    font-size: 15px;
    text-align: left;
    margin: 0;
    color: #000000;
}

.most-popular-screen-right h3 {
    background: #133d5b;
    padding: 10px 10px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.screen-product {
    background: #ffffff;
    padding: 2px 3px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.6s ease;
    margin-top: 12px;
    box-shadow: 0px 0px 2px #cccccc;
}

.screen-product:hover {
    box-shadow: 0px 1px 4px #133d5bcc;
}

.screen-product img {
    width: 100%;
    transition: all 0.6s ease;
}

.screen-product:hover img {
    transform: scale(.8);
}

.screen-product h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 6px 0px;
}


.product-banner {
    margin-bottom: 25px;
}











/*.custom-carousel .owl-buttons {
    opacity: 0;
}*/

.custom-carousel.owl-theme .owl-controls .owl-buttons div {
    background: #cacaca none repeat scroll 0 0;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    padding: 3px 5px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 28px;
    opacity: 1;
    margin: 0;
}

.custom-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background: #a50034 none repeat scroll 0 0;
}

.owl-theme .owl-controls {
    margin-top: 0px; 
    text-align: center;
}

.custom-carousel .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
}

.custom-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 0;
}






/**************** Industrie Section ****************/

.industrie-section {
    padding: 30px 0px;
}


.industrie {
    background: #44484d;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #44484d;
    border-radius: 10px;
}

.industrie h3 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0px;
    color: #ffffff;
}

.industrie p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}



/*************** Brand Area ************/

.brand-area {
    background: #f9f9f9ba;
    border-bottom: 1px solid #133d5b1f;
    text-align: center;
    padding: 10px 0px;
}



/************** Footer-Section *************/


.footer-static {
    padding: 25px 0px;
    background: #ffffff;
    /* border-top: 1px solid #133d5b4f; */
}


.contact-info p {
    color: #666666;
    font-size: 17px;
    margin-bottom: 0;
    padding: 8px 0 8px 36px;
    position: relative;
}

p.email:before {
    content: "";
}

p.phone:before {
    content: "";
}

p.adress:before {
    content: "";
}

.contact-info p:before {
    border-right: 1px solid #cecece;
    color: #000000;
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 600;
    height: 25px;
    left: 0px;
    line-height: 25px;
    padding-right: 14px;
    position: absolute;
    text-align: center;
    width: 30px;
}


.footer-static-title a {
    font-size: 23px;
    color: #133d5b;
    font-weight: 700;
    line-height: 30px;
}

.contact-info a {
    color: #666666;
}

.footer-static-title {
    margin: 0px 0px 15px 0px;
}

.footer-static-title h3 {
    font-size: 23px;
    font-weight: 700;
    color: #133d5b;
}

.footer-static-content ul li {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.footer-static-content ul li a {
    font-weight: 400;
    color: #5f5d5f;
}

.footer-static-content img {
    width: 170px;
    text-align: center;
    margin-bottom: 15px;
}

.footer-static-title p.bottom-color {
    font-size: 17px;
    color: #ee3a40;
    font-weight: 500;
}

.footer-static-title .bottom-color-blk {
    color: #5aa938;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 0px;
}

.footer-static-title .bottom-color-abc {
    color: #25317b;
    font-size: 17px;
    font-weight: 500;
}


.footer_button_area {
    background: #354ca0;
    padding: 6px 0px;
}


.footer_button a.accordion {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    display: block;
}

.panel {
    display: none;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
}

.footer_brand span {
    color: #ffffff;
    font-weight: 600;
}

.footer_brand {
    text-align: justify;
    font-size: 16px;
    color: #cccccc;
}

.footer_brand a {
    color: #d8d8d8;
}

.footer_brand.footer_coverage {
    padding: 10px 0px;
}

/*************** About-Page ************/

.singel-product {
    padding: 15px 0px;
}

.single-product-image a {
    background: #ffffff;
    display: block;
}

.single-product-image a img {
    width: 100%;
    transition: all 0.5s ease;
}

.single-product-image a:hover img{
    transform: scale(.9);
}



/************* Contact Area Section *****************/

.contact-banner-section {
    margin-top: 104px;
}

.contact-area {
    padding-top: 50px;
}

.map-area {
    margin-bottom: 30px;
}

.contact-info, .contact-form {
    margin-bottom: 30px;
}


.contact-info h3, .contact-form h3 {
    border-bottom: 1px solid #364da0 !important;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #364da0;
    font-weight: 600;
}

.contact-info i.fa, .contact-form i.fa {
    margin-right: 6px;
    color: #364da0;
}

.contact-info ul li {
    font-size: 18px;
    border-bottom: 1px solid #0a00a3;
    line-height: 36px;
}

.contact-info ul li:last-child {
    border: 0px;
}

.contact-info ul li span {
    font-weight: 600;
    color: #364da0;
}


.contact-form form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 10px;
    border: 1px solid #0a00a3;
    color: #0a00a3;
}

.contact-form form input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #0a00a3;
    border: 1px solid #0a00a3;
}

textarea#message {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #0a00a3;
    border: 1px solid #0a00a3;
}

input[type="submit"] {
    text-align: center;
    border: 1px solid #0a00a3;
    padding: 8px 15px;
    background: #0a00a3;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 500;
    transition: all 0.5s ease;
    border-radius: 6px;
}

input[type="submit"]:hover{
    border: 1px solid #0a00a3;
    background: transparent;
    color: #0a00a3;
}

.information-section {
    padding: 40px 0px;
}


.information-section .information-images img {
    width: 100%;
}


.information-text p {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
}

.information-section .information-images img {
    width: 100%;
    box-shadow: 2px 1px 4px #000000;
    border-radius: 10px;
}

.product-section {
    padding: 40px 0px;
}

.single-product-col {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.single-product-content h2.product-name{
    margin:0;
}

.single-product-content .product-name a {
    padding: 8px 5px;
    font-size: 16px;
    background: #354ca0;
    display: block;
    text-align: center;
    color: #ffffff;
}

.our-partners {
    padding: 25px 0px;
    background: #f9f9f9;
}

.partners-logo {
    padding: 8px 0px;
    text-align: center;
    width: 100%;
    margin: 4px 2px;
    transition: all 0.5s ease;
}

.partners-logo:hover {
    box-shadow: 0px 0px 2px #000000;
}

.partners-title h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #354ca0;
    margin: 0;
    padding-bottom: 24px;
    font-family: system-ui;
}


.brand-logo-image {
    padding: 5px 0px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-top: 8px;
    box-shadow: 0px 0px 1px rgb(53 76 160 / 60%);
}



.brand-logo-image img{
    width: 90%;
}


.brand-logo-image:hover {
    box-shadow: 0px 0px 3px #000000;
}

.brand-area-blk {
    background: #f1f1f1;
    padding: 30px 0px;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);

}

.owl-theme .owl-controls .owl-buttons div {
    padding: 10px 12px;
    font-size: 20px;
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #246750;
    background: #354ca0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}