@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html, body {
    margin: 0px;
    padding: 0px;
    position: absolute;
    font-family: 'Poppins', sans-serif !important;
    background-color: #fff;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

* {  margin: 0; padding: 0;}

p {  line-height: 30px; padding-bottom: 0px;}

a { color: #000; text-decoration: none; background-color: transparent;}

ul {list-style: none;}

a:hover { text-decoration: none; }

/**---------Header-Section-----**/
header {
    height: 120px;
    position: fixed;
    top: 0;
    padding: 15px 0px 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    -moz-box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.07);
    transition: .2s;
}

header.shrink { height: 40px; transition: .2s; padding-top: 0; transition: .2s;}

header .logo { float: left; margin: 0; padding: 5px 0 5px 0 !important; transition: .2s;}

header .logo img { height: 80px; transition: .2s;}

header.shrink .logo img { float: left; height: 40px; padding: 0px 0 10px 0 !important; transition: .2s;}

header nav { float: right; padding: 0px 0 0 0;}

header nav ul { margin: 0px 0 0 0; padding: 0; display: flex; font-size: 15px;}

header nav ul li { list-style: none; position: relative; margin: 0 20px; padding: 0 0 0 0; display: block;}

header nav ul li.sub-menu:before {content: ''; transition: .2s; font-family: fontAwesome; position: absolute; top: 20px; color: #333; right: -15px;}


header.shrink nav ul li.sub-menu:before {
    content: '';
    font-family: fontAwesome;
    position: absolute;
    top: 5px;
    color: #333;
    right: -15px;
    transition: .2s;
}

header nav ul li ul {
    position: absolute;
    /*left: 0;*/
    top: 58px;
    background: #fff;
    display: none;
    padding: 0;
    margin: 0;
    border: 1px solid #a2a2a2;
    border-top: 0;
}

header.shrink nav ul li ul {
    position: absolute;
    /*left: 0;*/
    top: 47px;
    background: #fff;
    display: none;
    padding: 0;
    margin: 0;
}

header nav ul li:hover ul { display: block; line-height: 20px !important;}

header nav ul li ul li { display: block; width: 250px; color: #fff !important; line-height: 20px !important; 
    border-bottom: 1px solid #c3c3c3; padding: 0 0px; margin: 0;}

header nav ul li ul li:last-child { border-bottom: 0;}

header nav ul li a {
    padding: 30px 0 30px 0;
    color: #000 !important;
    text-decoration: none !important;
    transition: .2s;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
}

header.shrink nav ul li a {
    padding: 7px 0 20px 0px;
    color: #000 !important;
    text-decoration: none !important;
    transition: .2s;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
}

header nav ul li ul li a {
    padding: 10px 20px 10px 20px;
    line-height: 25px;
    color: #000 !important;
    text-decoration: none !important;
    transition: .2s;
    font-weight: normal;
    display: block;
}

header.shrink nav ul li ul li a {
    padding: 10px 20px 10px 20px;
    line-height: 25px;
    color: #000 !important;
    text-decoration: none !important;
    transition: .2s;
    font-weight: normal;
    display: block;
}

header nav ul li ul li a:hover { display: block; background: #4f575f; color: #fff !important;}

header nav ul li a::before {
    content: '';
    position: absolute;
    width: 0px;
    left: 0;
    bottom: 25px;
    height: 4px !important;
    background: #006699;
    font-weight: normal;
    color: #000 !important;
    transition: 200ms all ease-in-out;
    display: block;
    text-decoration: none;
}

header.shrink nav ul li a::before {
    content: '';
    position: absolute;
    width: 0px;
    left: 0;
    bottom: 15px;
    height: 4px !important;
    background: #006699;
    font-weight: normal;
    color: #000 !important;
    transition: 200ms all ease-in-out;
    display: block;
    text-decoration: none;
}

header nav ul li a:hover::before { width: 100%; display: block; text-decoration: none; transition: 200ms all ease-in-out; color: #000 !important;}

header nav ul li ul li a:hover::before { width: 0%; display: block; text-decoration: none; transition: 200ms all ease-in-out; color: #fff !important; background: #333 !important;}

.ContactUsHighlight{ font-weight: 500 !important; border: 2px solid #006699; border-radius: 5px; padding: 5px 15px; margin-top: 21px; }

.Question_Btn { font-weight: 500 !important;border: 2px solid #006699; border-radius: 5px;padding: 5px 15px;margin-top: 21px;background-color: #006699; color: #fff !important;}

.Question_Btn:hover { background-color: #3A87C4; color: #fff !important;}

.Question_Btn::before { background:#ffffff; bottom:22px; }



header.shrink .ContactUsHighlight{ font-weight: 500 !important; border: 2px solid #006699; border-radius: 5px; padding: 3px 15px 2px; margin-top: 3px; }

header.shrink .Question_Btn{ font-weight: 500 !important; border: 2px solid #006699; border-radius: 5px; padding: 3px 15px 2px; margin-top: 3px; background-color: #006699; color: #fff !important;}

header.shrink .Question_Btn::before { background:#ffffff; bottom:12px; }

header.shrink .Question_Btn:hover { background-color: #3A87C4; color: #fff !important;}

.container_1 { max-width: 1140px; margin: 0 auto; padding: 0 10px;}

.menu-toggle { float: right; color: #000; line-height: 80px; font-size: 24px; cursor: pointer; display: none;}

/*Banner*/

.banner { position: relative; min-height: 766px; background: url(../images/bannerlda_new.jpg) no-repeat right; background-size: cover;
    margin-top: 40px;
}

.banner2 { position: relative; min-height: 766px; background: url(../images/bannerlda2.jpg) no-repeat center; background-size: cover;
    margin-top: 40px;
}

.banner3 { position: relative; min-height: 766px; background: url(../images/bannerlda3.jpg) no-repeat center; background-size: cover;
    margin-top: 40px;
}

.banner4 { position: relative; min-height: 766px; background: url(../images/bannerlda4.jpg) no-repeat center; background-size: cover;
    margin-top: 40px;
}

.banner5 { position: relative; min-height: 766px; background: url(../images/bannerlda5.jpg) no-repeat center; background-size: cover;
    margin-top: 40px;
}

.banner6 { position: relative; min-height: 766px; background: url(../images/bannerlda6.jpg) no-repeat center; background-size: cover;
    margin-top: 40px;
}

.banner7 { position: relative; min-height: 766px; background: url(../images/Dairy-forum-dosomat.jpg) no-repeat center; background-size: cover; margin-top: 40px;}

.banner-overlay { position: relative !important; background: linear-gradient(to right, #126AB1, #1FB2D3); display: block; min-height: 766px; width: calc(50% - 223px);}

.banner-overlay:before { content: ""; position: absolute; right: -284px; bottom: 0; width: 0; height: 0; border-left: 285px solid #1FB2D3;
    border-top: 423px solid transparent; border-bottom: 343px solid transparent;}

.display-4 {  font-weight: 600; color: rgb(255, 255, 255); font-size: 2.5rem !important; line-height: 60px;}

.display-3 { line-height: 60px; font-weight: 600; color: rgb(255, 255, 255); font-size: 2.5rem !important;}

.carousel-caption { color: rgb(255, 255, 255); position: absolute; top: 30%; left: 20%; right: 0; text-align: left; height: 100%; width: 100%;}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #a7a2a2;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.butt_marg { margin: 40px auto 0; }

.btn-contact { border-radius: 25px; border: 2px solid #fff; color: #fff; text-align: center; text-decoration: none; font-size: 20px; padding: 10px 40px; cursor: pointer; margin: 5px auto;}

.btn-contact:hover { text-decoration: none; color: #fff; padding: 10px 40px; border: 2px solid transparent; border-radius: 25px;
    background-image: linear-gradient(180deg, #01c3cf 0%, #045ca7 100%); background-origin: border-box; background-clip: padding-box, border-box;}

[aria-expanded=false]>.expanded,[aria-expanded=true]>.collapsed{display:none;}

@media(max-width:991px) {

    header {  height: 80px;}

    header .logo { float: left; margin: 0; padding: 10px 0 0px 0 !important; transition: .2s;}

    header .logo img { height: 60px; transition: .2s; }

    .banner { min-height: 306px; background: url(../images/bannerlda_new.jpg) no-repeat center; background-size: cover;}

    .banner2 {min-height: 306px; background: url(../images/bannerlda2.jpg) no-repeat center; background-size: cover;}

    .banner3 {min-height: 306px; background: url(../images/bannerlda3.jpg) no-repeat center; background-size: cover;}

    .banner4 {min-height: 306px; background: url(../images/bannerlda4.jpg) no-repeat center; background-size: cover;}

    .banner5 {min-height: 306px; background: url(../images/bannerlda5.jpg) no-repeat center; background-size: cover;}

    .banner6 {min-height: 306px; background: url(../images/bannerlda6.jpg) no-repeat center; background-size: cover;}
    
    .banner7 {min-height: 306px; background: url(../images/Dairy-forum-dosomat.jpg) no-repeat center; background-size: cover;}

    .banner-overlay {background:rgb(7 7 7 / 30%); min-height: 306px !important; width: 100%; }

    .banner-overlay:before { content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-left: 0 solid #1FB2D3; border-top: 0 solid transparent; 
    border-bottom: 0 solid transparent;}

    .carousel-caption { color: rgb(255, 255, 255); position: absolute; top: 15%; left: 0%; text-align: center;  }   

    .display-4 { font-size: 1.2rem !important; font-weight: 500; line-height:30px; margin-top:30px;}

    .display-3 { font-size: 1.2rem !important; font-weight: 500; line-height:30px; padding-top: 10px;}

    .butt_marg { margin: 20px auto 0; }

    .btn-contact {border-radius: 25px;  border: 2px solid #fff; color: #fff; text-align: center; text-decoration: none; font-size: 14px;
    padding: 5px 20px; cursor: pointer; margin: 5px auto 0;}

    .btn-contact:hover { text-decoration: none; color: #fff; padding: 5px 20px; border: 2px solid transparent; border-radius: 25px;
    background-image: linear-gradient(180deg, #01c3cf 0%, #045ca7 100%); background-origin: border-box;
    background-clip: padding-box, border-box;}
}

@media(min-width:768px ) and (max-width:1023px) {

	.banner-overlay {  background: rgb(7 7 7 / 30%); min-height: 306px !important; width: 50% !important; text-align: left;	}

	.display-4 { margin-top: 36px !important;}
}

@media(min-width:1024px ) and (max-width:1366px) {

    .banner-overlay { position: relative !important; background: linear-gradient(to right, #126AB1, #1FB2D3); display: block; min-height: 766px; width: calc(50% - 226px);}

    .banner-overlay:before { content: ""; position: absolute; right: -283px; bottom: 0; width: 0; height: 0; border-left: 283px solid #1FB2D3;
    border-top: 423px solid transparent; border-bottom: 343px solid transparent;}

    .carousel-caption { color: rgb(255, 255, 255); position: absolute; top: 40%; left: 20%; right: 0; text-align: left; height: 100%; width: 160%;}

    .display-4 { font-size: 1.8rem !important; font-weight: 500; line-height:30px;}

    .display-3 { font-size: 1.8rem !important; font-weight: 500; line-height:30px; padding-top: 10px;}

    .butt_marg { margin: 20px auto 0; }

    .btn-contact {border-radius: 25px;  border: 2px solid #fff; color: #fff; text-align: center; text-decoration: none; font-size: 14px; padding: 5px 20px; cursor: pointer; margin: 5px auto 0;}

    .btn-contact:hover { text-decoration: none; color: #fff; padding: 5px 20px; border: 2px solid transparent; border-radius: 25px;
    background-image: linear-gradient(180deg, #01c3cf 0%, #045ca7 100%); background-origin: border-box; background-clip: padding-box, border-box;}
}

/*Welcome-section*/
.Welcome-section { background: #EFEFEF; padding: 50px 0; min-height: 600px;}

.wel-wrap { padding-right: 50px;}

.wel-title { margin-top: 20px; margin-bottom: 20px; font-weight: 600}

.package-wrap { position: relative;}

.package-box-home {
    position: absolute;
    left: 15px;
    top: 65px;
    background: #fff;
    border-bottom: 3px solid #126AB0;
    width: 40%;
    height: 145px !important;
    box-shadow: 0 0 10px rgb(160 160 160 / 50%);
    text-align: center;
    transition: .7s;
    padding: 15px;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0;
}

.package-box-home h3 { font-size: 16px; font-weight: 600;}

.package-box-home p {
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0;
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;*/
}

.package-box-home img { width: 80px; height: auto;}

.package-box-home img.overlay { position: absolute; left: 28%; top: 15px; opacity: 1; transition: .7s;}

.package-box-home:hover { background: #126AB0; color: #fff;}

.package-box-home:hover img.overlay { position: absolute; left: 28%; top: 0; opacity: 0; transition: .7s;}

.package-box-home:hover img.overlay1 { position: absolute; left: 28%; top: 0; opacity: 1; transition: .7s;}

.package-box-home:hover p, .package-box-home:hover h3, .package-box-home:hover span{ color: #fff; transition: .7s;}

.package-box-home:hover p a, .package-box-home:hover h3 a, .package-box-home:hover span  a{ color: #fff; transition: .7s;}

.box-2-home { left: 52%; top: 80px;}

.box-3-home { left: 15px; top: 235px;}

.box-4-home { left: 52%; top: 250px;}

.read { padding-top: 20px; font-weight: 600;}

.package-m-wrap {display: none;}

@media(max-width:767px ) {

    .wel-wrap { padding-right: 15px; text-align: center; margin-bottom: 20px;}

    .wel-title { text-align: center; }

    .package-wrap {display: none;}

    .package-m-wrap {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 15px; }

    .package-m-box {
        position: relative;      
        background: #fff;
        border-bottom: 3px solid #126AB0; 
        display: block;
        flex-basis: 45%;       
        box-shadow: 0 0 10px rgb(160 160 160 / 50%);
        text-align: center;
        transition: .7s;
        padding: 15px;
        box-sizing: border-box;
        line-height: 16px;
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 0;
        margin-bottom: 20px;
        color: #333;
    }  

    .package-m-box a:hover {color: #fff;}

    .package-m-box h3 { font-size: 13px; font-weight: 600;}

    .package-m-box:hover { background: #126AB0; color: #fff;}

    .package-m-box img { width: 80px; height: auto;}

    .package-m-box img.overlay { position: absolute;  top: 15px; opacity: 1; transition: .7s; }

    .package-m-box:hover img.overlay { position: absolute; top: 0; opacity: 0; transition: .7s; z-index: 1}

    .package-m-box:hover img.overlay1 { position: absolute; left: 18%; top: 0; opacity: 1; transition: .7s; z-index: 2}

    .package-m-box:hover p a, .package-m-box:hover h3 a, .package-m-box:hover span  a{ color: #fff; transition: .7s;}
}

@media(min-width:768px ) and (max-width:1023px) {

    .wel-wrap { padding-right: 15px; text-align: left; margin-bottom: 20px;}

    .wel-title { text-align: left; padding-top: 70px; padding-bottom: 30px;}

    .package-wrap { position: relative;}

    .package-box-home { height: 37%; }

    .package-box-home img.overlay { position: absolute; left: 18%; top: 15px; opacity: 1; transition: .7s;}

    .package-box-home:hover img.overlay { position: absolute; left: 18%; top: 0; opacity: 0; transition: .7s;}

    .package-box-home:hover img.overlay1 { position: absolute; left: 18%; top: 0; opacity: 1; transition: .7s;}

    .box-2 { left: 52%; top: 5%;}

    .box-3 { left: 15px; top: 40%;}

    .box-4 { left: 52%; top: 45%;}
}

@media(min-width:1024px ) and (max-width:1366px) {

    .package-box-home { height: 40%; }

    .box-2 { left: 52%; top: 8%;}

    .box-3 { left: 15px; top: 51%;}

    .box-4 { left: 52%; top: 59%;}
}

/*Gallery*/

.Gallery { padding: 50px 0; min-height: 500px;}

.video-gallery {display: flex; justify-content: space-between; flex-wrap: wrap; }

.gallery-box-1 { padding: 5px; box-sizing: border-box; flex-basis: 32%; margin-bottom: 30px; position: relative; }

.gallery-box-1 img {width: 100%; }

#video-popup-container {display:none; position: fixed; z-index: 996; width: 60%; left: 50%; top: 15%; transform: translate(-50%,-50%); background-color: #fff; }

#video-popup-close {  cursor: pointer;  position: absolute;  right: -10px;  top: -10px;  z-index: 998;  width: 25px;  height: 25px;  border-radius: 25px;  
    text-align: center;  font-size: 12px;  background-color: #000;  line-height: 25px;  color: #fff;}

#video-popup-iframe-container { position: absolute; z-index: 997; width: 100%; padding-bottom: 56.25%; border: 2px solid #000; border-radius: 2px;  
    background-color: #000;  display: none;}

#video-popup-iframe { z-index: 999; position: absolute;  width: 100%;  height: 100%; left: 50%;  top: 50%; transform: translate(-50%, -50%);  background-color: #000;}

#video-popup-overlay {  display: none;  position: fixed;  z-index: 995;  top: 0;  left: 0;  background-color: #000;  opacity: 0.8;  width: 100%;  height: 100%;}

#video-popup-close:hover {  color: #DE0023;}

.gallery-box-1::before{ content: '\f16a'; opacity: 1; font-family: FontAwesome; font-size: 50px; cursor: pointer; position: absolute;  color: #c71f1e;  left: 50%;
top: 40%; transform: translate(-50%, -50%);  z-index: 1;}

.btn-view { border-radius: 13px; background-color: #126ab0; border: none; color: #fff; text-align: center; text-decoration: none; ont-size: 15px; font-weight: 500;
    padding: 5px 15px; cursor: pointer; margin: 5px auto;}

.btn-view:hover { text-decoration: none; color: #fff;}

@media(max-width:767px ) {

    .video-gallery { flex-direction: column;}

    #video-popup-container { display:none; position: fixed; z-index: 996; width: 90%; left: 50%; top: 15%; transform: translate(-50%,-50%); background-color: #fff; }
}

@media(min-width:768px ) and (max-width:1023px) {

    .Gallery { padding: 0px 0 50px; min-height: 0px;}

    #video-popup-container { display:none; position: fixed; z-index: 996; width: 90%; left: 50%; top: 15%; transform: translate(-50%,-50%); background-color: #fff; }
}

/*Spotlight*/

.Spotlight-section { background: #EFEFEF; padding: 50px 0 50px; min-height: 600px;}

.spot-box { transition: .7s; padding: 15px; box-sizing: border-box; line-height: 16px; font-size: 12px; font-weight: 500; text-decoration: none; border-radius: 10px;
    margin-bottom: 20px;padding-bottom: 3px;}

.spot-box:hover { background: #126AB0; color: #fff; text-decoration: none; }

.spot-box h4 { font-size: 20px; font-weight: 600; text-decoration: none; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    text-overflow: ellipsis; }

.spot-box p { line-height: 24px; font-size: 16px; font-weight: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; text-overflow: ellipsis; height: 50px;
}

.spot-box:hover p, .spot-box:hover h4 { color: #fff; transition: .7s; text-decoration: none;}

.spot-col-wrap { display: flex; justify-content: flex-start; flex-wrap: wrap;}

.spot-col-box { display: block; padding: 15px 20px 10px; box-sizing: border-box; width: 30%; min-width: 300px;  margin-bottom: 30px;  border-radius: 10px;}

.spot-col-box h4 { font-size: 20px; font-weight: 600; text-decoration: none; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
text-overflow: ellipsis; height: 50px;}

.spot-col-box p { line-height: 24px; font-size: 16px; font-weight: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3;
-webkit-box-orient: vertical; text-overflow: ellipsis; height: 70px;
}

.spot-box p { line-height: 24px; font-size: 16px; font-weight: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
    text-overflow: ellipsis; height: 50px;}

.spot-col-box:hover { background: #126AB0; color: #fff; text-decoration: none; transition: .7s; }

.spot-col-box:hover a{ background: #126AB0; color: #fff; text-decoration: none; transition: .7s; }

.spot-col-box:hover p, .spot-col-box:hover h4 { color: #fff; transition: .7s; text-decoration: none;}


@media(max-width:767px ) {
    .btn-view {margin-bottom: 20px;}
}

@media(min-width:768px ) and (max-width:1023px) {

.Spotlight-section { background: #EFEFEF; padding: 25px 0 50px; min-height: 600px;}

.spot-col-box {width: 30%; min-width: 230px;}
}

/*Tradeshow*/

.Events { border:1px solid #d4d4e1; transition: all .25s; border-radius: 10px; padding: 20px 15px; box-sizing: border-box; text-align: center; margin-bottom: 30px; min-height: 270px;}

.Events img {margin-bottom: 25px; height: 60px;}

.Events a {display: block; color: #333;}

.Events:hover  {box-shadow: 0 0 8px rgb(160 160 160 / 50%); }

/*News*/

.News { padding: 0px 0 50px;}

.News-title {  margin-top: 70px; margin-bottom: 20px; font-weight: 600; }

.News-wrap {display: flex; justify-content: space-between; flex-wrap: wrap; }

.News-box-1 { display: block; padding: 15px 20px 15px; box-sizing: border-box; width: 30%; min-width: 300px; margin:0 10px 30px; box-shadow: 0 0 8px rgb(160 160 160 / 50%); 
    border-radius: 8px;}

.News-box-1 h4 { font-size: 20px; margin-bottom: 20px; height: 90px; /*overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
    text-overflow: ellipsis; height: 48px;*/ }

.News-box-1 h5 { font-size: 14px;}

.News-box-1 p{ line-height: 24px; /*overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;  height: 70px;*/ }

.News-box-1:hover p a, .News-box-1:hover h4 a{ color: #fff; transition: .7s; text-decoration: none;}

.news-box { padding: 20px 20px 0 0; }

.news-box h6 {  font-weight: 600;}

.btn-view { border-radius: 13px;    background-color: #126ab0;    border: none;    color: #fff;    text-align: center;    text-decoration: none;    font-size: 15px;
    font-weight: 500;    padding: 5px 15px;    cursor: pointer;   margin: 5px auto; }

.btn-view:hover { text-decoration: none; color: #fff;}

.subscribe_bg { background-color: #e2e2e2; padding: 15px; }

.font_color {  color: #cf6d3f;}

.subscribe_button {  background-color: #014b92;  border: none;  color: #fff !important;  padding: 12px 60px;  text-align: center;  text-decoration: none;
  display: inline-block;  font-size: 16px;  margin: 4px 2px;  cursor: pointer}

.subscribe_button:hover {  text-decoration: none;  color: #fff !important}

.nav-tabs .nav-item {  margin-bottom: 10px;  margin-top: 30px}

.nav-tabs .nav-link {  border: 0 !important;  color: #000 !important; font-size: 16px;  border-top-left-radius: .25rem;  border-top-right-radius: .25rem}

.nav-tabs { border-bottom: 0 solid #dee2e6}

.nav-tabs .nav-item.show .nav-link a {  color: red !important;  font-size: 16px !important}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #cf6d3f !important; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; font-size: 16px}

.tab-content {  text-align: left;  padding: 20px 71px;  box-sizing: border-box;  line-height: 30px }

.yearnav {  overflow: hidden}

.yearnav ul li a {  float: left;  display: block;  color: #000;  text-align: center;  padding: 13px 2px;  text-decoration: none;  font-size: 17px;
  border-bottom: 3px solid transparent}

.yearnav ul li a:hover {  border-bottom: 3px solid red}

.yearnav ul li a.active {  border-bottom: 3px solid #cf6d3f !important}

.news_detail h2 a {  text-decoration: none;  color: #000}

.news_detail h2 a:hover {  text-decoration: none;  color: #000}

.news_control {  border-top: 1px solid #00000030;  border-bottom: 1px solid #00000030}

.news_subscribeBg {  background-color: #e2e2e2; padding-top: 30px;  padding-bottom: 30px}

.top-banner_videobg {  background: url(../images/videobg-banner.jpg) no-repeat 100% 100%;  background-size: cover;  object-fit: cover}

.top-banner_global {  background: url(../images/global-banner.jpg) no-repeat 100% 100%;  background-size: cover;  object-fit: cover}

.button-global {  background-color: #1f84b8;  border: none;  color: #fff;  padding: 10px 25px 10px 25px;  text-align: center;  text-decoration: none;  display: inline-block;
  font-size: 16px;  margin: 4px 2px;  cursor: pointer;  border-radius: 18px }

.button-global:hover {  text-decoration: none;  color: #fff}

@media(max-width:767px ) {

    .News-wrap { flex-direction: column;}

    .News-box-1 {flex-basis: 100%;}
}

@media(min-width:768px ) and (max-width:1023px) {

    .News { padding: 0px 0 65px;}

    .News-title { text-align: left; padding-top: 0; }

    .News-box-1 {width: 30%; min-width: 220px;}
}

/*Footer WNA*/ 

.footer { background-color: #176cb1; padding: 50px 0 0; color: #fff; box-sizing: border-box;}

.footer-link { color: #fff; text-decoration: none; } 

.footer-link:hover { color: #fff; text-decoration: underline; }

.icon-circle {/* background: #fff; border-radius: 50%; border: 1px solid #707070; */ width: 80px; height: 80px; margin:0 auto 0px; text-align: center;  line-height: 80px;}

.icon-circle img { width: 28px !important; color: #176CB1; }

.copyright {border-top: 1px solid #fff;  margin-top: 20px; line-height: 80px; }

.h4_title_Get {font-size: 21px;}

    .h5_text_Get {font-size: 17px; color: #fff;}


@media(max-width:767px ) {
     .h4_title_Get {font-size: 15px;}

    .h5_text_Get {font-size: 12px; color: #fff;}

    
    .infobox-title { height: 60px;}
}

@media(min-width:768px ) and (max-width:1023px) {

    .h4_title_Get {font-size: 20px;}

    .h5_text_Get {font-size: 15px; color: #fff !important;}    

    .infobox-title { height: 60px;}
   
}

/***********innerpage***********/

.innerpagebanner_height{height: 400px;}

.customersupport_banner{ background: url(../images/customer-support.jpg) no-repeat center left; background-size: cover; object-fit: cover; position: relative;}

.newsletter_banner{ background: url(../images/newsletter.jpg) no-repeat left 46%; background-size: cover; object-fit: cover; position: relative;}

.innerbanner-overlay_newsletter { position: absolute; background-color: #0d8fc4;  opacity: 0.5; display: block; min-height: 400px;  height: auto; width: 100%; z-index: 100;}

.thank_banner { background: url(../images/thank_you.jpg?id=1) no-repeat left 49%; background-size: cover; object-fit: cover; position: relative;}

.breadcrumb_text-wrap { position: absolute;
    top: 201px;
    left: 50%;
    transform: translate(-50%, -50%);   
    height: 400px;}

/*.breadcrumb_text { position: absolute; top: 60%; left: 25%; transform: translate(-50%, -50%); color: #fff; }*/

.breadcrumb_text { position: absolute; top: 60%; transform: translateY(-50%); color: #fff; }

.innerbanner-overlay { position: absolute; background-color: #0d8fc4;  opacity: 0.9; display: block; min-height: 400px;  height: auto; width: 100%; z-index: 100;}

.breadcrumblink a {color: #fff;} 

.breadcrumblink a:hover {color: #fff; text-decoration: none;}

.thumb{padding-top: 50px; min-height: 107px;}

 .thumb svg { width: 20%; height: auto; transition: all 0.2s ease-in-out; color: #126AB0;}

 .thumb_minus {min-height: 70px !important;  padding-top: 10px !important;}

.infobox-title { font-size: 17px; display: block; margin: 0 0 25px; height: 60px; font-weight: 600; padding-top: 30px; color: #4b4d4b; }

 .infobox-content { margin-top: 15px;} 

.kb_style1_box {margin-bottom: 30px;}

.link { color: #126ab0; text-decoration: underline; cursor: pointer;}

/*.link:before { content: '\f101'; font-family: FontAwesome; font-size: 15px; padding: 0 15px 0 0;}*/

.link:hover {text-decoration: none; color: #333;}

.wrap_kbstyle{ 
    background-color: white;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 3%);
    border: 1px solid #d4dadf;
    -webkit-transition: border .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear;
    transition: border .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear, -webkit-transform .15s linear;
}

.kb_style1_box .wrap_stylekb { position: relative; }

.email-wna{color:#126AB0; font-weight: 600; }

.package-IM-wrap {display: none;}

.package-I-wrap {display: flex; justify-content: center; flex-wrap: wrap; width: 100%; padding: 15px; }

.package-I-box { position: relative; background: #fff; border-bottom: 3px solid #126AB0; display: block; flex-basis: 19%; box-shadow: 0 0 10px rgb(160 160 160 / 50%);
    text-align: center; transition: .7s; padding: 15px; box-sizing: border-box; line-height: 16px; font-size: 12px; font-weight: 500; padding-bottom: 20px;
    margin:0 15px 20px;  color: #333; } 


.package-I-box h3 { font-size: 18px; font-weight: 600;}

.package-I-box:hover { background: #126AB0; color: #fff;}

.package-I-box img { width: 80px; height: auto;}

.package-I-box img.overlay { position: absolute;  top: 15px; opacity: 1; transition: .7s; }

.package-I-box:hover img.overlay { position: absolute; top: 0; opacity: 0; transition: .7s; z-index: 1}

.package-I-box:hover img.overlay1 { position: absolute; left: 18%; top: 0; opacity: 1; transition: .7s; z-index: 2}

.package-I-box:hover h3 , .package-I-box:hover span { color: #fff; transition: .7s;}

.package-I-box:hover h3 a, .package-I-box:hover span a{ color: #fff; transition: .7s;}

.content-wrap {padding: 50px 40px 50px 0;}

.content-wrap ul li {line-height: 36px; list-style-type: disc; margin-left: 35px;}

.fa-r-space {padding-right: 10px;}

.image-wrap { padding: 50px 0px 50px 0;  text-align: center;}


.pdf-wrap {  margin-bottom: 20px;  background: #f0f0f0; padding: 20px 0 0px 15px; }

.pdf-box {padding-bottom: 10px; margin-bottom: 10px;}

.pdf-icon { width: 60px; height: 60px; background: #126AB0; text-align: center;line-height: 60px; float: left; margin-right: 15px; }

.pdf-text {  height:60px; font-weight: 600; padding-top: 8px; padding-right: 10px; font-size: 14px;  text-align: left; overflow: hidden;
    display: -webkit-box;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    text-overflow: ellipsis;    height: 50px; }

.img-container {display: flex;  justify-content: flex-start;}

.img-box { margin-right: 5px; margin-bottom: 5px; }

.inner-ga-sp-saver { padding:10px 3px; }

.medium {
  width: 100%;
  margin: 10px 0px 20px 0;
  position: relative;
  left: 0;
  top: 0
}
.medium img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0
}
.medium .imgoverlay {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 2;
  opacity: 1;
  transition: .5s all ease-in
}

.medium .imgoverlay-1 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  transition: .5s all ease-in
}.

.inner-ga-title {padding: 35px 15px 0 15px;}

.btn_link {
  background: url(../images/btn-white.png) no-repeat left center;
  width: 250px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding-left: 50px;
  margin-right: 20px;
  margin-bottom: 50px;
  font-size: 13px;
  color: #333;
  margin-top: 30px
}
.btn_link:hover {
  background: url(../images/btn-blue.png) no-repeat left center;
  color: #fff;
  text-decoration: none
}
.btn {
  background-color: #1f84b8;
  border: none;
  color: #fff;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 8px;
  outline: 0 !important
}
.btn:hover {
  background-color: #1f84b8;
  color: #fff !important
}
.btn:focus {
  background-color: #1f84b8;
  color: #fff !important;
  box-shadow: none !important
}


.con-boxes {
    border: 1px solid #d4d4e1;
    transition: all .25s;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    min-height: 318px;
  /*  box-shadow: 0 0 8px rgb(160 160 160 / 50%);*/
}


.notice_text {
  background-color: #e8e8e8;
  margin: 0 15px 30px;
  color: #333;
  padding: 30px 15px 10px;
  text-align: center
}
.notice_text input[type=checkbox] + label {
  display: block;
  margin: 0 0 20px 0;
  cursor: pointer;
  padding: .2em
}
.checkbox input[type=checkbox] {
  display: none
}
.checkbox input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #bababa;
  border-radius: .2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-bottom: .3em;
  margin-right: .6em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  line-height: 18px
}
.checkbox .labeltext {
  color: #055fab;
  font-weight: 400;
  padding-left: 15px
}
.checkbox input[type=checkbox] + label:active:before {
  -ms-transform: scale(0);
  transform: scale(0)
}
.checkbox input[type=checkbox]:checked + label:before {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
  text-align: center
}
.checkbox input[type=checkbox]:disabled + label:before {
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #aaa
}
.checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  -ms-transform: scale(1);
  background-color: #bfb;
  border-color: #bfb
}
/*Responsive*/

@media (max-width: 400px){
    .breadcrumb_text h1{font-size: 22px;} 

    .breadcrumblink{ font-size: 10px !important; }
}
@media (max-width:767px) {

    .breadcrumb_text-wrap {left: 30% !important; min-width: 410px;}

    .breadcrumb_text h1{font-size: 24px !important;}

    .breadcrumblink{ font-size: 11px !important; }

    .package-I-wrap {display: none;}

    .package-IM-wrap {display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; padding: 15px 0; }

    .package-IM-box { position: relative;   background: #fff;border-bottom: 3px solid #126AB0; display: block;flex-basis: 42%; box-shadow: 0 0 10px rgb(160 160 160 / 50%);
        text-align: center; transition: .7s;  padding: 15px ; box-sizing: border-box; line-height: 16px; font-size: 12px; font-weight: 500; padding-bottom: 0;
        margin:0 10px 20px; color: #333; }  

    .package-IM-box a:hover {color: #fff;}

    .package-IM-box h3 { font-size: 13px; font-weight: 600;}

    .package-IM-box:hover { background: #126AB0; color: #fff;}

    .package-IM-box img { width: 80px; height: auto;}

    .package-IM-box img.overlay { position: absolute;  top: 15px; opacity: 1; transition: .7s; }

    .package-IM-box:hover img.overlay { position: absolute; top: 0; opacity: 0; transition: .7s; z-index: 1}

    .package-IM-box:hover img.overlay1 { position: absolute; left: 18%; top: 0; opacity: 1; transition: .7s; z-index: 2}

    .package-IM-box:hover h3 a, .package-I-box:hover span a{ color: #fff; transition: .7s;}

    .content-wrap {padding: 50px 15px 50px 15px;}

    .image-wrap { padding: 50px 15px 50px;}

    .inner-ga-sp-saver { padding:10px 15px; }

    .img-container {display: block;}

    .img-box { margin-right: 5px; text-align: center; }


}

@media (max-width: 991px) {

    .innerpagebanner_height {  min-height: 300px;}

    .breadcrumb_text {left: 30%;}

    .breadcrumblink{ font-size: 20px; }

    .thank_banner{ background: url(../images/thank_you_1.jpg) no-repeat left 48%; background-size: cover; object-fit: cover; position: relative;}

    .newsletter_banner { background: url(../images/newslettermobile.jpg) no-repeat left 48%; background-size: cover; object-fit: cover; position: relative;}


}

@media (min-width: 2000px) {

    .breadcrumb_text {left: 35%;}
}

@media(min-width:768px ) and (max-width:1023px) {
    .package-I-box h3 { font-size: 13px; font-weight: 600;}

    .content-wrap {padding: 50px 20px 50px 15px;}

    .breadcrumb_text-wrap {left: 30% !important;}

    .breadcrumblink{ font-size: 16px !important; }
}

/*Responsive*/
@media (max-width:767px) {
    .banner-overlay {
        width: 100% !important;
    }
}

/*---------Media Query starts----------*/
@media (max-width:767px) {
    .link-lda {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width:991px) {
    header {
        padding: 0 0px;
    }

    header.shrink {
        height: 80px;
        transition: 500ms all ease-in;
        padding: 0px 0 10px 0 !important;
    }

    .menu-toggle {
        display: block;
        z-index: 10000;
    }

    .container_1 {
        width: 100%;
        padding: 0 15px;
    }

    header.shrink .logo img {
        float: left;
        height: 70px;
        padding: 0px 0 10px 0 !important;
    }

    header nav {
        position: absolute;
        width: 100%;
        height: calc(100vh - 70px);
        background: #e3e3e3;
        top: 80px;
        left: 0%;
        transition: 0.5s all ease-in-out;
        z-index: 1000;
    }

    header nav.active {
        left: -100%;
        opacity: 0;
        transition: 0.5s all ease-in-out;
        z-index: 1000;
    }

    header nav ul {
        display: block;
        text-align: center;
        margin: 20px 0 0 0;
    }

    header nav ul li {
        list-style: none;
        position: relative;
        margin: 0 20px;
    }

    header nav ul li.sub-menu-lda:before {
        content: '';
        font-family: fontAwesome;
        position: absolute;
        line-height: 20px;
        color: #333;
        right: 25px;
    }

    header nav ul li ul {
        position: absolute;
        left: -20px;
        top: 35px;
        background: #fff;
        display: none;
        border-radius: 4px;
        margin: 3px 0px 0 0;
        line-height: 40px !important;
        z-index: 10000;
    }

    header nav ul li:hover ul {
        display: block;
        line-height: 40px !important;
        width: 100% !important;
    }

    header nav ul li ul li {
        display: block;
        width: 100% !important;
        color: #fff !important;
        border-bottom: 0;
        margin: 0 20px;
    }

    header nav ul li ul li a {
        padding: 10px 0 10px 0;
        line-height: 40px;
        color: #000 !important;
        text-decoration: none !important;
        transition: 200ms all ease-in;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    header nav ul li a {
        border: 1px solid rgba(0, 0, 0, .2);
        text-decoration: none;      /*line-height: 40px;*/
        color: #000 !important;
        margin: 4px 0;
        border-radius: 4px;
        padding: 10px 0px 10px !important;
    }

    header nav ul li a:hover, header nav ul li a.active {
        color: #999 !important;
        background: #333;
    }

    header nav ul li a::before {
        content: '';
        position: absolute;
        width: 0px;
        left: 0;
        bottom: 0px;
        height: 2px !important;
        background: #006699;
        font-weight: normal;
        transition: 200ms all ease-in-out;
        display: block;
        text-decoration: none;
        color: #ff0000 !important;
    }

    header nav ul li a:hover::before, header nav ul li a.active::before {
        width: 0%;
        display: block;
        text-decoration: none;
        transition: 200ms all ease-in-out;
        color: #fff;
    }

    header nav ul li ul li a:hover::before, header nav ul li a.active::before {
        width: 0%;
        display: block;
        text-decoration: none;
        transition: 200ms all ease-in-out;
        color: #fff;
    }

    .stickyBox {
        width: 40px;
        height: 40px;
        background: coral;
        margin: 0 10px 15px;
        border-radius: 5px 20px 20px 20px;
        font-size: 20px !important;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 10px;
        transition: .5s all ease-in;
        overflow: hidden;
        color: #fff;
    }

    .innerpagebanner_height {
        min-height: 300px;
    }

    .txtskew {
        padding: 25px 50px 0px 0px;
        color: #fff;
        z-index: 1;
        overflow-y: scroll;
        height: 425px;
    }

    .hldimg {
        display: none;
    }

    .ht-leveler {
        height: 463px;
    }

}
/*
@media only screen and (min-width:768px) and (max-width:1023px) {
    .hide {
        display: none;
    }

    .footer-icon-lda {
        padding-left: 0;
    }

    .footer-email-lda {
        padding-left: 0;
    }

    .h4_title {
        padding-left: 0;
    }

    .footer-section-lda ul li {
        padding-left: 0;
    }

    .footer-section-lda ul {
        padding-left: 0;
    }

    .footer-section-lda ul li {
        padding-left: 0;
    }

    .link-lda {
        padding-left: 0;
    }

    .link-lda:hover {
        color: #fff;
    }

    .banner-overlay {
        width: 100% !important;
    }

    .gifimg {
        width: 220px !important;
    }

    .button-section3 {
        font-size: 17px !important;
    }

    .ldagif {
        margin-top: 50px;
    }

    .image {
        width: 800px;
    }

    .display-3 {
        line-height: 1.2;
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 2rem !important;
    }

    .display-3 {
        font-size: 2rem !important;
    }

    #parallelogram {
        width: 58%;
    }

}*/



