/* ===== Global Styling =====*/
/*@font-face {*/
/*    font-family: "slick";*/
/*    src: url("../fonts/slick.eot");*/
/*    src: url("../fonts/slick.woff") format("woff"),*/
/*    url("../fonts/slick.otf") format("opentype"),*/
/*    url("../fonts/slick.svg") format("svg");*/
/*}*/

body {
    height: 100%;
    /* font-family: "slick"; */
}


/* ===== Navbar Section =====*/

.home-navbar {
    background-color: #fefefe;
    z-index: 10;
}

.nav-logo {
    margin-right: 25rem;
}

.icon-bar {
    font-size: 18px;
}

.dropdown-list a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.dropdown-list:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-list:nth-child(odd):hover {
    background: rgba(0, 0, 0, 0.2);
}

.border-animation {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid transparent;
    animation-delay: 0.5s;
}

.border-animation:before,
.border-animation:after {
    content: '';
    position: absolute;
    background: transparent;
}

.border-animation:focus:before,
.border-animation:hover:before {
    animation: beforeBorders 0.5s infinite;
}

.border-animation:focus:after,
.border-animation:hover:after {
    animation: afterBorders 0.5s infinite;
}

.border-animation:focus,
.border-animation:hover {
    animation: borderColors 0.5s forwards infinite;
    outline: none;
}

.border-animation {
    animation: calc(0.5s / 5 * 3) forwards infinite;
    animation-delay: calc(0.5s / 5 * 2);
}


@keyframes beforeBorders {
    0% {
        top: calc(2px * -1);
        left: 50%;
        bottom: auto;
        right: auto;
        width: 0;
        height: 2px;
    }

    33% {
        top: calc(2px * -1);
        left: calc(2px * -1);
        bottom: auto;
        right: auto;
        width: calc(2px + 50%);
        height: 2px;
    }

    66% {
        top: calc(2px * -1);
        left: calc(2px * -1);
        bottom: auto;
        right: auto;
        width: 2px;
        height: calc((2px * 2) + 100%);
    }

    100% {
        top: auto;
        left: calc(2px * -1);
        bottom: calc(2px * -1);
        right: auto;
        width: calc(2px + 50%);
        height: calc((2px * 2) + 100%);
    }
}

@keyframes afterBorders {
    0% {
        top: calc(2px * -1);
        left: auto;
        bottom: auto;
        right: 50%;
        width: 0;
        height: 2px;
    }

    33% {
        top: calc(2px * -1);
        left: auto;
        bottom: auto;
        right: calc(2px * -1);
        width: calc(2px + 50%);
        height: 2px;
    }

    66% {
        top: calc(2px * -1);
        left: auto;
        bottom: auto;
        right: calc(2px * -1);
        width: 2px;
        height: calc((2px * 2) + 100%);
    }

    100% {
        top: auto;
        left: auto;
        bottom: calc(2px * -1);
        right: calc(2px * -1);
        width: calc(2px + 50%);
        height: calc((2px * 2) + 100%);
    }
}

@keyframes borderColors {
    0% {
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    33% {
        border-top-color: lightgray;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;

    }

    66% {
        border-top-color: lightgray;
        border-right-color: lightgray;
        border-bottom-color: transparent;
        border-left-color: lightgray;
    }

    100% {
        border-top-color: lightgrey;
        border-right-color: lightgrey;
        border-bottom-color: lightgrey;
        border-left-color: lightgrey;
    }
}

/* ===== Banner Section =====*/
.home-bg-image {
    background-image: url("../images/Background-neww.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 52%;
    position: relative;
}

/*.home-bg-image-2 {
    background-image: url("../images/Background-neww.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45%;
    position: relative;
	width:100%;
}*/

/*.home-bg-image-2 {
	background-image: url("../images/Background-neww.jpg");
    background-size: cover;
    height: 45%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }
*/

.header-dd{
	margin-bottom : 6px;
	font-size: Large;
    font-weight: bold;
	
}

.header-dd-link{
	color: #1F61AD;
}

.home-bg-image-1 {
    background-image: url("../images/slider-4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45%;
    position: relative;
}

.typewriter {
    color: #000000;
    overflow: hidden;
    border-right: .15em solid #000000;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    text-transform: uppercase;
    animation: typing 4.5s steps(30, end) infinite;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
}

@keyframes typing {
    0% {
        width: 0;
    }

    25% {
        width: 100%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.msg {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

.msg img {
    cursor: pointer;
}

#myPopup {
    margin-top: 10%;
}

#myPopup {
    display: none;
    padding: 30px;
    background-color: rgba(34, 89, 160, 1);
    color: white;
    text-align: center;
    width: auto;
}

#haq {
    font-size: 18px;
}

#answer {
    font-size: 15px;
}

.btn-talk {
    background-color: rgba(125, 167, 217, 1);
    font-size: 18px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase !important;
    padding: 5px;
}

.whatsapp {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.facebook {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.facebook img, .whatsapp img{
    width: 43px;
    height: 36px;
}
/*===== Product Section =====*/
.product a {
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #1BB82B;
   /* background-color: rgba(34, 89, 160, 1);*/
    margin-bottom: 5px;
    color: #fefefe;
}

.product .nav a.active {
  /*  background-color: #D7D7D7 !important;
    color: #212529;*/
    background-color: #fefefe;
    color: #1BB82B;
}


.product1 a {
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #1BB82B;
    background-color: rgba(34, 89, 160, 1);
    margin-bottom: 5px;
    color: #fefefe;
}

.product1 .nav a.active {
  /*  background-color: #D7D7D7 !important;
    color: #212529;*/
    background-color: #fefefe;
    color: rgba(34, 89, 160, 1);
}

.product2 a {
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(235,140,0);
   /* background-color: rgba(34, 89, 160, 1);*/
    margin-bottom: 5px;
    color: #fefefe;
}

.product2 .nav a.active {
  /*  background-color: #D7D7D7 !important;
    color: #212529;*/
    background-color: #fefefe;
    color: rgb(235,140,0);
}

.product h6 {
    font-size: 25px;
    font-weight: lighter !important;
}

.define {
    color: #fefefe;
    background-color: #1BB82B;
}

.define p {
    font-size: 13px;
}

.define-text {
    font-size: 31px;
    font-weight: lighter;
    text-transform: capitalize;
}

.define-text-1 {
    font-size: 25px;
    font-weight: lighter !important;
    text-transform: capitalize;
}

.see-more {
    text-transform: capitalize !important;
    background-color: transparent !important;
    color: #212529 !important;
}

.see-more:hover {
    text-decoration: none;
    color: #7f7f7f !important;
}

/*===== AboutUs Section =====  */
.about-bg-image {
    background-image: url("../images/slider-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
}

.banner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*===== ContactUs Section =====*/
.contact-bg-image {
    background-image: url("../images/slider-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
}

.contact-navbar {
    background-color: #fefefe;
}

.contact-bg-color {
    background-color: #aaa89c;
    height: auto;
}

.contact-section,
.map-section {
    position: relative;
    bottom: 100px;
}

.input-contact {
    border: 2px solid gray;
}

.contact-btn {
    text-transform: capitalize !important;
    background-color: #1b5086;
    color: #fefefe;
    border-radius: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.footer-text {
    font-size: 10px;
    text-align: center !important;
    color: #fefefe;
}


/* ===== Media Query ===== */
@media only screen and (max-width: 1280px) {
    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 43% !important;
    }

    .whatsapp{
        position: absolute;
        right: 50px;
    }

    .facebook {
        position: absolute;
        right: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-logo {
        margin-right: 17rem;
    }

    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 30% !important;
    }

    .whatsapp{
        position: absolute;
        right: 50px;
    }
    .whatsapp img{
        width: 45px;
        height: 36px;
    }

    .facebook {
        position: absolute;
        right: 102px;
    }
    .facebook img{
        width: 45px;
        height: 36px;
    }
}

@media only screen and (min-width: 1112px) and (max-width: 1114px) {
    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 29% !important;
    }
}

@media only screen and (max-width: 992px) {
    #myPopup {
        padding: 10px;
    }

    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 16% !important;
    }

    .nav-logo {
        margin-right: 10rem;
    }

    #haq {
        font-size: 15px;
        margin-bottom: 0rem !important;
    }

    #answer {
        font-size: 12px;
        margin-bottom: 1rem !important;
    }

    .btn-talk {
        font-size: 14px;
    }

    .msg img {
        width: 40px;
    }

    .whatsapp{
        position: absolute;
        right: 45px;
    }
    .whatsapp img{
        width: 40px;
        height: 34px;
    }

    .facebook {
        position: absolute;
        right: 90px;
    }
    .facebook img{
        width: 40px;
        height: 34px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 962px) {
    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 35% !important;
    }

}

@media only screen and (min-width: 812px) and (max-width: 896px) {
    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 45% !important;
    }

    .contact-bg-image {
        height: 90vh;
    }
}

@media only screen and (min-width: 832px) and (max-width: 834px) {
    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 16% !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav-logo {
        margin-right: 1rem;
    }

    .home-bg-image {
        height: 39% !important;
    }

    .home-bg-image-1 {
        height: 39% !important;
    }

    .msg {
        position: absolute;
        bottom: 0 !important;
        right: 0;
    }

    #myPopup {
        padding: 10px;
    }

    #haq {
        font-size: 13px;
        margin-bottom: 0rem !important;
    }

    #answer {
        font-size: 10px;
        margin-bottom: 1rem !important;
    }

    .btn-talk {
        font-size: 12px;
    }

    .msg img {
        width: 40px;
    }

    .typewriter {
        max-width: 350px;
    }

    .typewriter h5 {
        font-size: 0.8rem;
    }

    .whatsapp{
        position: absolute;
        right: 45px;
      //  top: 127px;
    }
    .whatsapp img{
        width: 40px;
        height: 34px;
    }

    .facebook {
        position: absolute;
        right: 90px;
     //   top: 127px;
    }
    .facebook img{
        width: 40px;
        height: 34px;
    }

    .msg {
     //   top: 127px;
    }

    .mt-3, .my-3 {
        margin-top: 3rem!important;
    }
}

@media only screen and (min-width: 731px) and (max-width: 740px) {
    .home-bg-image {
        height: 43% !important;
    }

    .home-bg-image-1 {
        height: 43% !important;
    }

    .contact-bg-image {
        height: 100vh;
    }
}

@media only screen and (min-width: 568px) and (max-width: 667px) {
    .contact-bg-image {
        height: 100vh;
    }
}

@media only screen and (min-width: 600px) and (max-width: 602px) {
    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 12% !important;
    }
}

@media only screen and (max-width: 576px) {
    .nav-logo img {
        width: 50px;
        height: 30px;
        /* display: none; */
    }


    .mt-3, .my-3 {
        margin-top: 3rem!important;
    }

    .schneider img {
        width: 40px;
    }

    .hioki img {
        width: 40px;
    }

    .weidmuller img {
        width: 40px;
    }
	
	.home-bg-image-2 {
      align-items: flex-start;
      height: 400px;
    }

    .home-bg-image {
        height: 45% !important;
    }

    .home-bg-image-1 {
        height: 12% !important;
    }

    #myPopup {
        padding: 5px;
    }

    #haq {
        font-size: 10px;
        margin-bottom: 0rem !important;
    }

    #answer {
        font-size: 8px;
        margin-bottom: 1rem !important;
    }

    .btn-talk {
        font-size: 10px;
    }

    .msg img {
        width: 30px;
    }

    .typewriter {
        max-width: 240px;
    }

    .typewriter h5 {
        font-size: 0.5rem;
    }

    .whatsapp{
         position: absolute;
         right: 35px;
      //  top: 105px;
     }
    .whatsapp img{
        width: 30px;
        height: 25px;
    }

    .facebook {
        position: absolute;
        right: 70px;
     //   top: 105px;
    }
    .facebook img{
        width: 30px;
        height: 25px;
    }

    .msg {
      //  top: 105px;
    }
}

@media only screen and (max-width: 568px) and (min-width: 566px) {
    .nav-logo img {
        width: 20px;
        height: 30px;
    }

    .schneider img {
        width: 20px;
    }

    .hioki img {
        width: 20px;
    }

    .weidmuller img {
        width: 20px;
    }

    .home-bg-image {
        height: 39% !important;
    }

    .home-bg-image-1 {
        height: 39% !important;
    }

    #myPopup {
        padding: 10px;
    }

    #haq {
        font-size: 15px;
        margin-bottom: 0rem !important;
    }

    #answer {
        font-size: 12px;
        margin-bottom: 1rem !important;
    }

    .btn-talk {
        font-size: 14px;
    }

    .msg img {
        width: 40px;
    }

    .whatsapp{
        position: absolute;
        right: 45px;
    }
    .whatsapp img{
        width: 40px;
        height: 33px;
    }

    .facebook {
        position: absolute;
        right: 90px;
    }
    .facebook img{
        width: 40px;
        height: 33px;
    }
}

@media only screen and (max-width:411px) and (min-width: 410px) {

    .facebook {
        position: absolute;
        right: 70px;
        top: 128px;
    }

    .whatsapp{
        position: absolute;
        right: 35px;
        top: 128px;
    }

    .msg {
        top: 128px;
    }
}


@media only screen and (max-width:375px) and (min-width: 374px) and (max-height: 812px) and (min-height: 811px)  {

    .facebook {
        position: absolute;
        right: 70px;
        top: 128px;
    }

    .whatsapp{
        position: absolute;
        right: 35px;
        top: 128px;
    }

    .msg {
        top: 128px;
    }

}



@media (max-width: 320px) {

    .facebook {
        position: absolute;
        right: 70px;
     //   top: 87px;
    }

    .whatsapp{
        position: absolute;
        right: 35px;
     //   top: 87px;
    }

    .msg {
     //   top: 87px;
    }

}



