﻿@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;
}


.header-section {
    background: #ffffff;
    box-shadow: 0px 1px 4px #2987c8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-top {
    background: #1571b1;
    height: 36px;
}

.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-link ul li {
    line-height: 36px;
}

.header-link ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.header-middle {
    height: 60px;
    background: #f6f6f640;
    position: relative;
}

.header-middle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-middle-text a {
    font-size: 20px;
    font-weight: 600;
    color: #1571b1;
}

.header-middle .logo {
    line-height: 58px;
}

.header-middle .logo a {
    font-size: 24px;
    color: #1571b1;
    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: 13px 15px;
    transition: all 0.3s ease;
}

.header-middle .menu ul li:last-child{
	padding-right: 0px;
}

.header-middle .menu ul li a {
    color: #1571b1;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 34px;
}

.header-middle .menu ul li:hover{
	background: #1571b1;
}

.header-middle .menu ul li:hover a{
	color: #ffffff;
}

.header-bottom {
    padding: 4px 0px;
}

.header-text-animation a {
    display: flex;
    align-items: center;
}



/*********** main-slider ************/


.main-slider-area {
    position: relative;
    margin-top: 110px;
}


.category-menu {
    position: relative;
}

.category-menu h3 {
    font-size: 20px;
    font-weight: 600;
    background: #1571b1;
    color: #ffffff;
    padding: 6px 11px;
    margin: 0;
}

.category-menu ul li {
    background: #1571b1;
    border-top: 1px solid #ffffff;
    position: relative;
}

.category-menu ul li a {
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: #ffffff;
    padding: 5.5px 8px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.category-menu ul li a:hover {
    background: #ffffff;
    border-left: 3px solid #1571b1;
    color: #2987c8;
}

.mega-menu {
    position: absolute;
    top: 0;
    left: 260px;
    width: 125%;
    z-index: 9;
    padding: 5px 5px;
    background: #1571b1;
    visibility:hidden;
    opacity:0;
    transition: all 0.5s ease;
}


.category-menu ul li:hover .mega-menu{
    opacity: 1;
    visibility: visible;
}


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: #1571b1 none repeat scroll 0 0;
}


.banner-content-section {
    padding: 40px 0px 30px;
}

.banner-content h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #1571b1;
    margin: 0;
    padding-bottom: 10px;
}

.banner-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0px;
}

.banner-content p {
    font-size: 17px;
    /* font-weight: 500; */
    text-align: justify;
    color: #1571b1;
    /* font-family: calibri; */
    margin: 0;
    margin-bottom: 10px;
}

.banner-content p span {
    font-weight: 700;
}

/*.banner-content p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #037085;
    font-family: calibri;
    margin: 0;
    line-height: 24px;
}*/


.banner-content ul {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 15px;
}

.banner-content ul li {
    font-size: 17px;
    color: #1571b1;
}


.banner-content-list ul .content-margin {
    padding: 6px 0px;
}

.single-banner {
    overflow: hidden;
}

.top-banner {
    margin-bottom: 20px;
}

.single-banner>a {
    position: relative;
    display: inline-block;
}

.single-banner-text p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #000000;
    padding: 5px 0px;
    color: #ffffff;
}

.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;
}




/*************** Our Solution Section *************/




.our-solution-section {
    background: #f1f8fd;
    padding: 40px 0px;
    text-align: center;
}

.our-solution-content {
    margin-bottom: 20px;
}

.our-solution-content h2 {
    color: #037085;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    font-family: "Georgia", serif;
}

.our-solution-content p {
    font-size: 16px;
    font-weight: 400;
}

.our-solution-icon h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 14px 0px;
    font-family: "Georgia", serif;
}

.our-solution-icon .button_blk {
    width: 110px;
    margin: 0 auto;
}

.our-solution-icon .button_blk a {
    background: #037085;
    display: block;
    padding: 4px 10px;
    border: 1px solid #037085;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.our-solution-icon .button_blk a:hover{
    background: transparent;
    color: #037085;
    border: 1px solid #037085;
}



/************** 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: #1571b1;
    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: 25px;
}


.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;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s ease;
    margin-top: 20px;
    box-shadow: 0px 0px 2px #1571b1;
}



.screen-product:hover {
    box-shadow: 0px 1px 6px #1571b1;
}

.screen-product img {
    width: 100%;
    transition: all 0.6s ease;
}

.screen-product:hover img {
    transform: scale(.8);
}

.screen-product-content a {
    font-size: 16px;
    font-weight: 500;
    background: #1571b1;
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 5px 0px;
}

/*.screen-product h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 6px 0px;
}*/


/*.product-banner {
    margin-top: 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: 25%;
    margin-top: -40px;
    left: 0;
}

.custom-carousel .owl-next {
    position: absolute;
    top: 25%;
    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;
}


.industrie {
    background: #fff;
    text-align: center;
    padding: 25px 20px 0;
    -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 10px rgb(0 0 0 / 7%);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    height: 96%;
    overflow: hidden;
}

.industrie:hover {
    background: #1571b1;
}

.industrie-icon {
    margin-bottom: 25px;
    width: 90px;
    display: inline-block;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}



.home-icons {
    font-size: 40px;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: rgb(227, 237, 243);
    color: #1571b1;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.industrie:hover .home-icons {
    border-radius: 15%;
}

.industrie h3 {
    display: block;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Georgia", serif;
    color: #1571b1;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.industrie:hover h3{
    color: #ffffff;
}

.industrie p {
    font-size: 17px;
    text-align: justify;
    font-family: Questrial, sans-serif;
    color: #212529;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    line-height: 24px;
}

.industrie:hover p{
    color: #ffffff;
}



/*************** Brand Area ************/


.brand-area {
    background: #f9f9f9;
    border-bottom: 1px solid #133d5b4a;
    text-align: center;
    padding: 4px 0px;
}






/************** Footer-Section *************/



.footer-static {
    padding: 25px 0px 0px;
    background: #fbfbfb;
    /*margin-top: 30px;*/
}



.contact-info p {
    color: #666666;
    font-size: 15px;
    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: 24px;
    color: #1571b1;
    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: 24px;
    font-weight: 700;
    color: #1571b1;
}

.footer-static-content ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

.footer-static-content ul li a {
    font-weight: 400;
    color: #5f5d5f;
}

.footer-static-content img {
    width: 160px;
    text-align: center;
}

.footer-static-title p.bottom-color {
    font-size: 15px;
    color: #ee3a40;
    font-weight: 500;
}

.footer-static-title .bottom-color-blk {
    color: #5aa938;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 0px;
}

.footer-static-title .bottom-color-abc {
    color: #25317b;
    font-size: 15px;
    font-weight: 500;
}


.footer_button_area {
    background: #1571b1;
    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: 700;
}

.footer_brand {
    text-align: justify;
    font-size: 16px;
    color: #cccccc;
}

.footer_brand a {
    color: #ffffff;
}

.footer_brand.footer_coverage {
    padding: 10px 0px;
}

/*************** About-Page ************/

.singel-product {
    margin-bottom: 20px;
}

.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-area {
    margin-top: 110px;
}

.map-area {
    margin-bottom: 30px;
}

.contact-info, .contact-form {
    margin-bottom: 30px;
}


.contact-info h3, .contact-form h3 {
    border-bottom: 1px solid #037085 !important;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #037085;
    font-weight: 600;
}

.contact-info i.fa, .contact-form i.fa {
    margin-right: 6px;
    color: #037085;
}

.contact-info ul li {
    font-size: 16px;
    border-bottom: 1px solid #037085;
    line-height: 32px;
}

.contact-info ul li span {
    font-weight: 600;
    color: #037085;
}


.contact-form form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 10px;
    border: 1px solid #037085;
    color: #037085;
}

.contact-form form input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #037085;
    border: 1px solid #037085;
}

textarea#message {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #037085;
    border: 1px solid #037085;
}

input[type="submit"] {
    text-align: center;
    border: 1px solid #037085;
    padding: 8px 15px;
    background: #037085;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 500;
    transition: all 0.5s ease;
}

input[type="submit"]:hover{
    border: 1px solid #037085;
    background: transparent;
    color: #1571b1;
}

.main-body {
    position: relative;
    margin: 0;
    padding: 0;
}

.contact-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    left: -42px;
}

.contact-button-blk a {
    background: #1571b1;
    padding: 8px 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #1571b1;
    border-radius: 5px;
}

.contact-button-blk a:hover{
    border: 1px solid #1571b1;
    background: #ffffff;
    color: #1571b1;
}

.modal-header {
    border-bottom: 0px !important;
    padding: 0 !important;
}

button.close {
    position: absolute;
    top: -5px;
    right: 0;
    background: #1571b1;
    border-radius: 50%;
    padding: 9px 12px !important;
    z-index: 9999;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.modal-body{
    padding: 35px 30px;
}

.contact h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    padding: 10px 0px;
    color: #1571b1;
}

.contact p {
    margin: 0;
    padding: 5px 0px;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}

.contact p a {
    color: #000000;
}


.banner-section img {
    margin-bottom: 30px;
}