@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
html{overflow-x: hidden;}
body{  font-family: "Red Hat Display", sans-serif; padding:0; margin:0; overflow-x: hidden;}
samp, input, textarea, label{ font-family: 'helvetica_neueregular', sans-serif; }
div, p, form, ul, li, h1, h2, h3, h4, h5, h6, a, span, form, img, br, input, textarea, label, samp, figure, dl, dd { padding:0; margin:0; }
a, input { text-decoration:none; outline:none;}
img {border:0; outline:none;}
ul{list-style-type:none;}	
*:focus{ outline:none;}	
*, ::after, ::before {-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; box-sizing: border-box;}



/* input::-webkit-input-placeholder {color: red;} 
input:-moz-placeholder {color: red;} 
input::-moz-placeholder {color: red;} 
input:-ms-input-placeholder {color: red;}
textarea::-webkit-input-placeholder {color: green;} 
textarea:-moz-placeholder {color: green;} 
textarea::-moz-placeholder {color: green;} 
textarea:-ms-input-placeholder {color: green;}
input[type="email"]::-webkit-input-placeholder {color: blue;} 
input[type="email"]:-moz-placeholder {color: blue;} 
input[type="email"]::-moz-placeholder {color: blue;} 
input[type="email"]:-ms-input-placeholder {color: blue;} */

input[type="button"],input[type="submit"],.input-checkbox {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input, textarea { background: transparent; padding: 0px 0 0px 0; border: 0; width: 100%;}

.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0px !important;}

 
.transition{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.transition2{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.transition3{-webkit-transition: all 10s ease; -moz-transition: all 10s ease;  -o-transition: all 10s ease; transition: all 10s ease;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}
.addAnimate{-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;  -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in-out;}


.transition6 {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all .5s ease}
.transition3{-webkit-transition: all 10s ease; -moz-transition: all 10s ease;  -o-transition: all 10s ease; transition: all 10s ease;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}
.addAnimate{-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;  -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in-out;}

.delay3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s;}
.delay4{ -webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s;}
.delay5{ -webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -o-transition-delay:0.9s; -ms-transition-delay:0.9s; transition-delay:0.9s;}


.delay3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s;}
.delay4{ -webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s;}
.delay5{ -webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -o-transition-delay:0.9s; -ms-transition-delay:0.9s; transition-delay:0.9s;}

.zoomIn{-webkit-transform: scale(1.1); transform: scale(1.1);}
.zoomOut{-webkit-transform: scale(1); transform: scale(1);}

.fadeOut{opacity:0;} 
.fadeIn{opacity:1;}
.fadeOutRight {opacity:0; position:relative; left:50%;}
.fadeInRight{opacity:1; left:0%;}
.fadeOutLeft {opacity:0; position:relative; right:50%;}
.fadeInLeft{opacity:1; right:0%;}
.fadeOutBottom{opacity:0; position:relative; top:50px;}  
.fadeInBottom{opacity:1; top:0px;}
.fadeOutTop{opacity:0; position:relative; margin-top:-50%;}  
.fadeInTop{opacity:1; margin-top:0%;}

/* .center{ width:96%; max-width: 1290px;  margin:0 auto; position:relative;} */
.center{width:96%;max-width: 1488px;margin:0 auto;position:relative;}
.center:after{content:''; display:block; clear:both;}






/*---------------------------------------------------*/


.top_panel{background: #fff;z-index: 99999999;position: fixed;height:90px;width: 100%;border-bottom: 1px solid #f5f5f5;}
.headerFixed {height:64px;width: 100%;position:fixed;left:0;top:0;background: #FFF;-webkit-box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 15%);-moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 15%);z-index: 9999999;}

.headSec2{height:90px; width: 100%;}
.headerFixed .headSec2{height:64px; width: 100%;}
.logoSec{ width: auto; height: auto; float:left; padding:0px 0 0 0px;  margin:12px 0 0 0px; position:relative;}
.logoSec a img{ max-width:143px; width: 100%; display: block; line-height: 0; }
.headerFixed .logoSec{ margin:8px 0 0 0px; position:relative;}
.headerFixed.headerFixed .logoSec a img{ max-width:102px; width: 100%; display: block; line-height: 0; }

.top_panel nav{ float:right; margin-right:0px;}
.top_panel nav > ul{ height:90px;}
.top_panel nav > ul > li{ float:left; margin:0 25px; height:64px; position:relative;}
.top_panel nav > ul > li:last-child{margin: 0 0px 0 25px;}
.top_panel nav > ul > li:last-child a span{/* background:#464646; */background: rgb(151,71,255);background: linear-gradient(90deg, rgba(151,71,255,1) 20%, rgba(11,74,239,1) 100%);padding: 10px 44px 10px 20px;border-radius: 60px;color: #fff;position: relative;font-weight: 600;/* background-image: linear-gradient(0, #d01c49, #d01c49); *//* background-size: 0; */transition: .8s;background-repeat: no-repeat;border: 0px solid #464646;}
.top_panel nav > ul > li:last-child a:hover span { background-size: 100%; color: #fff;  border: 0px solid #464646;}
.top_panel nav > ul > li:last-child a span:before{content: '';position: absolute;right: 20px;top: 50%;margin-top: -6px;width: 11px;height: 11px;background: url("../images/arrow1.png") no-repeat -39px top;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.top_panel nav > ul > li:last-child a:hover span:before{   background: url("../images/arrow1.png") no-repeat 0 0;  }
.top_panel nav > ul > li.megamenu{position:inherit;}
.top_panel nav > ul > li > a{ display:block; padding:0 0px; color:#000; font-size:16px; font-weight:400;  height:90px; line-height:90px;}
.headerFixed div > div > nav > ul > li > a{ display:block; padding:0 0px; color:#000; font-size:16px; font-weight:400; height:64px; line-height:64px;   }
.top_panel nav > ul > li.navActive > a{color:#d01c49;}
.top_panel nav > ul > li:hover > a{ color: #000; border-bottom: 0px solid #d01c49;}
.headerFixed nav > ul > li:hover > a{/* background:#fff; */color: #000; border-bottom: 0px solid #d01c49; }
.headerFixed nav > ul > li.navActive > a{color:#d01c49;}
.top_panel nav > ul > li.megamenu div.dropmenu{ width:100%; }
.dropmenu{position:absolute;left:0;right: 0;background:#fff;width:295px;opacity:0;visibility: hidden;text-align:center;overflow:hidden;padding:25px 15px;-webkit-box-shadow: 0px 13px 30px -8px rgba(0,0,0,0.15);-moz-box-shadow: 0px 13px 30px -8px rgba(0,0,0,0.15);box-shadow: 0px 13px 30px -8px rgba(0,0,0,0.15);}
.dropmenu.rs{ left:auto; right:0;}
.dropmenu ul{ transform:translateY(-30px);-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-o-transform:translateY(-30px);}
.dropmenu ul li{display:block; text-align:left; padding-bottom:14px; margin-bottom:14px; border-bottom:1px solid #4e6585; font-size:16px; color:#FFF; position: relative;}
.dropmenu ul li:last-child{ border-bottom:0;}
.dropmenu ul li a{ font-size:14px; color:#000; font-family: 'helvetica_neue_lt_std53Ex', sans-serif;}
 .dropmenu ul li a:hover, .dropmenu ul li:hover, .dropmenu ul li:hover a{ color:#d01c49; cursor:pointer; } 
 .dropmenu ul li a.subNavActive, .dropmenu ul li.subNavActive, .dropmenu ul li.subNavActive a{ color:#d01c49!important; } 
.dropmenu ul li a:hover:after { background: url(../images/arrow-set11.png) no-repeat 0 top;}
.dropmenu ul li a:after { content: ''; position: absolute; right: 0px; top: 8px; width: 11px;  height: 10px; background: url(../images/arrow-set11.png) no-repeat -22px top;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;cursor: pointer;}
.dropmenu ul li:hover{ border-bottom: 1px solid #d01c49; position: relative;}
.dropmenu ul li:last-child:hover{ border-bottom: 0px solid #d01c49; position: relative;}
.dropmenu section{ margin:0 auto; width:100%; max-width:1100px;}
.dropmenu section:after{content:''; display:block; clear:both;}
.dropmenu section aside{ float:left; }
.megamenu-box1{width: 100%; max-width: 1290px; height: auto;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; padding: 50px 0px;}

.paddingnone{ padding: 0 0 0 0;}
.megamenu-box1 aside{ width: 33.333%; height: auto; float: left; display: block; border-right: 1px solid #f5f5f5;}
.megamenu-box1 aside:last-child{border-right: 1px solid transparent;}
.megamenu-box1 aside a{ display: block; height: 100%;  padding:0 50px 120px 50px; position: relative; float: left;}
.megamenu-box1 aside a h2{width: 100%; height: auto; float: left; display: block;  text-align: left; font-size: 48px; font-weight: 400; color: #000; line-height: 50px; padding-bottom: 15px;}
.megamenu-box1 aside a p{width: 100%; height: auto; float: left; display: block;  text-align: left; font-size: 16px; font-weight: 400; color: #000; line-height: 20px; padding-bottom: 15px;}
.megamenu-box1 aside a small{ position: absolute; left: 50px; bottom: 20px; width: 45px; height: 45px;  border-radius: 50%; -webkit-transition: all 1s ease;-moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease;}
.megamenu-box1 aside a small.design{background: #d01c49;}
.megamenu-box1 aside a small.technology{background: #900ce1;}
.megamenu-box1 aside a small.marketing{background: #0b4aef;}
.megamenu-box1 aside a:hover small:after {
    background: url(../images/arrow3.png) no-repeat 3px 0;
    filter: none;
}
.megamenu-box1 aside a small:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: -5px;
    width: 60px;
    height: 60px;
    /*  background: url(../images/arrow3.png) no-repeat -94px 94px;*/
    background: url(../images/arrow3.png) no-repeat -24px 30px;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    overflow: hidden;
}





.dropmenu_active{  opacity:1; visibility:visible;}
.dropmenu_active ul{transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px); -o-transform:translateY(0px);}
#mob_trigger{ display:none; position:absolute; right:-22px; top:0px; width:90px; height:100%; cursor:pointer; padding:28px 30px; z-index:12; border-left:1px solid #f5f5f5;}
.headerFixed #mob_trigger{padding:10px 30px;}
.headerFixed #mob_trigger{ border-left:1px solid #f5f5f5;}
/*-----nav close button start----*/
#mob_trigger .lines { display: inline-block; width:27px; height:4px; background: #ac49e8; border-radius: 0.28571rem; transition: 0.3s; position: relative; }
#mob_trigger .lines:before{ display: inline-block; width:27px; height:4px;  background: #0b4aef; border-radius: 0.28571rem; transition: 0.3s; position: absolute; right: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center; }
#mob_trigger .lines:after { display: inline-block; width:27px; height:4px;background: #d01c49;  border-radius: 0.28571rem; transition: 0.3s; position: absolute; right: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center; }
#mob_trigger:hover .lines { margin-left: 10px; }
#mob_trigger:hover .lines:before,
#mob_trigger:hover .lines:after { right:10px; }
#mob_trigger .lines:before { top: 5px; }
#mob_trigger .lines:after { top: -5px; }
#mob_trigger.close span.lines { background: transparent; }
#mob_trigger.close .lines:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
#mob_trigger.close .lines:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
#mob_trigger.close .lines:before,
#mob_trigger.close .lines:after {-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;top: 0;width:27px;background: #000000;}
/*-----nav close button end----*/
#slidingNav { display:none;}
.light-dark-mode{ position: absolute; right: 150px; top: 30px; width: 30px; height: 30px; }
.headerFixed .light-dark-mode{top: 15px;}


footer{ width: 100%; height: auto; float: left; display: block; margin: 0; padding: 50px 0; margin-top: 0px; background: #FFFFFF; border-top: 1px solid #f5f5f5;}
.footer-box{width: 100%; height: auto; float: left; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.footer-box-left{width: 40%; height: auto; float: left; display: block;}
.footer-box-left aside{width: 100%; height: auto; float: left; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.footer-box-left aside figure{width: 100%; max-width: 120px; height: auto; float: left; display: block;}
.footer-box-left aside figure img{ width: 100%;}
.footer-box-left aside small{width: 230px;height: 100%;float: left;display: table;padding-left: 44px;position: relative;}
.footer-box-left aside a {
    display: flex;
}
.footer-box-left aside small i{ display: table-cell; vertical-align: middle; text-align: left; font-size: 16px; font-weight: 400; color: #000; font-style: normal;}

.footer-box-left aside small:after{ content: ''; position: absolute; left: 25px; top: 50%; bottom: 0; margin-top: -25px; width: 1px; height: 50px; background: #f5f5f5;}
.follow-us{width: 100%; height: auto; float: left; display: block; margin-top: 10px;}
.follow-us ul{width: 100%; height: auto; float: left; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.follow-us ul li{ display: inline-block; margin-right:0px;}
.follow-us ul li a{color:#50809a; font-size:14px; font-weight:400;}
.follow-us ul li a i{font-size: 18px; padding-right: 0px; color: #D14345;}
.follow-us ul li a i { display: inline-block; height: 30px; width: auto;line-height: 30px; border: 1px solid transparent; text-align: center; font-size: 18px; color: #000; margin: 0 15px 0 0px; -webkit-transition: 0.5s; transition: 0.5s;}
.follow-us ul li a i:hover { color: #d01c49;}

.copyright{width: 100%; height: auto; float: left; display: block; margin-top: 20px;font-size: 14px; font-weight: 400; color: #000; line-height: 16px; }
.footer-box-right{width: 60%; height: auto; float: left; display: block;}
.footer-box-right aside{float:left; width:33.33%;}
.footer-box-right aside strong{width: 100%; height: auto; float: left; display: block; margin-bottom: 15px;font-size: 16px; font-weight: 600; color: #000; line-height: 20px;    transition: 0.4s; }
.footer-box-right aside strong a{font-size: 16px; font-weight: 600; color: #000; line-height: 20px;     transition: 0.4s; }
.footer-box-right aside strong a:hover{color:#D14345; padding-left: 6px;}
.footerNav{width: 100%; height: auto; float: left; display: block; margin-bottom:25px; margin-top: -10px;}
.footerNav > li{margin-bottom:4px; display: block;}
.footerNav > li > a{color:#656565; font-size:16px; font-weight:400; line-height: 20px;     transition: 0.4s;}
.footerNav > li > a:hover{color:#D14345; padding-left: 6px;}
.footerNav > li ul{padding:10px 0 0 10px;}
.footerNav > li li{margin-bottom:2px;}
.footerNav > li li a{color:#50809a; font-size:13px; font-weight:400;}
.footerNav > li li a:before{content:'-'; display:inline-block; padding-right:5px;}
.quick-links-mob{ display: none;}
@media screen and (max-width:1100px){
.top_panel nav > ul > li {margin: 0 20px;}
}

@media screen and (max-width:1023px){
.light-dark-mode {right: 85px;}
.headerFixed #mob_trigger:after{}	
.fadeOut{ opacity:1;}
.top_panel {  left:auto; top:auto;}	
.top_panel nav{ display:none;}
#mob_trigger{ display:block;}
#mob_trigger:after{ content:'Close'; position:absolute; width:100%; text-align:center; left:0; top:60px; font-size:12px; color:#000; }
.headerFixed #mob_trigger:after {top: 36px;}		
#slidingNav{display:block;position:fixed;top:0;right: -290px;width:280px;background: #ffffff;overflow:auto;overflow-x:hidden;z-index: 10;-webkit-box-shadow: -5px 0px 11px 0px rgba(0,0,0,0.13);-moz-box-shadow: -5px 0px 11px 0px rgba(0,0,0,0.13);box-shadow: -5px 0px 11px 0px rgba(0,0,0,0.13);}
.mobileNav{padding: 64px 25px 50px;}
.mobileNav > li{position:inherit;border-bottom:1px solid rgba(255,255,255,0.30);margin-bottom:12px;/* background: url("../images/arrow.png") no-repeat 100% 6px; */}
.mobileNav > li > a{font-family: 'helvetica_neue_lt_std53Ex', sans-serif;color: #000;font-size: 16px;font-weight:400;display:block;height:35px;line-height:20px;/* text-transform: uppercase; */}
.mobileNav > li > span{ color: #fff;display: block;font-size: 14px;font-weight: 400;height: 35px;line-height: 35px;text-transform: uppercase;}
#contQuickquery{ position:fixed; top:0; right:0; width:0;}
#contQuickquery .needHelpCont{ display:none;}
.dropmenu.rs {left:100% ;  right:auto;}
/* .dropmenu{position:absolute; left:100%; top:0; height:100%; background:#d01c49; width:100%; opacity:1; visibility:visible; text-align:left; padding:0 0 10px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; overflow: auto; } */
.dropmenu {
    position: inherit;
    left: 0px;
    top: 0;
    height: auto;
    background: transparent;
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 0 0 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto;
}
.dropmenu.dropmenuOpenSub{ left:0;}
/* .dropmenu{ padding-top:60px;} */
.dropmenu {
    padding-top: 0px;
}
.dropmenu ul{ height:auto; transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px);-o-transform:translateY(0px); padding:20px 0px 0 0px; margin-bottom:0px;}
.dropmenu ul li{ display:block; border:0; margin-bottom:10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.30); position:relative; }
.dropmenu ul li a{ display:block; font-size:13px; color:#fff; margin:0 0px; padding-left: 25px;}
.dropmenu ul ul li{ padding-left:12px;}
.dropmenu ul ul li a{ font-size:12px; color:#CCC;}
.dropmenu ul ul li:before{content:'-'; display:inline-block; padding-right:5px; position:absolute; left:0; top:-3px;}
.dropmenu section aside{ float:none; width:100%;}
.dropmenu section aside:first-of-type{ display:none;}
.shareHolder{ display:block;}
.shareHolder span{ margin:0 10px;}
/* .menuback {display: block;height: 61px;width:100%; border-bottom: 1px solid  rgba(255,255,255,0.30); text-align: left; cursor: pointer; background:url(../images/menuBack.png) no-repeat 25px 50%; font-size: 12px;line-height: 14px;  color: #FFF !important; padding: 17px 0 0 55px!important; text-transform: uppercase;position: absolute; left: 0;top: 0px;} */
.menuback {
    display: block;
    height: 61px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    text-align: left;
    cursor: pointer;
    background: url(../images/menuBack.png) no-repeat 25px 50%;
    font-size: 12px;
    line-height: 14px;
    color: #FFF !important;
    padding: 17px 0 0 55px !important;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0px;
    display: none;
}
.megamenu-box1 {
    width: 100%;
    max-width: 1290px;
    height: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0px;
}
.megamenu-box1 aside {
    width: 100%;
    height: auto;
    border-right: none;
}
.megamenu-box1 aside a {
    display: block;
    /* height: 100%; */
    padding: 0px;
    position: relative;
    float: left;
}
.megamenu-box1 aside a h2 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 6px;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-left: 16px;
    list-style: korean-hangul-formal;
    position: relative;
}
.megamenu-box1 aside a h2:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    left: 0px;
}
.megamenu-box1 aside a p {
    display: none;
}
.megamenu-box1 aside a small {
    display: none;
}
/* .subMenuHead{ display: block; height:50px; width:100%; border-bottom: 1px solid rgba(255,255,255,0.30);font-size: 12px; line-height: 14px;color: #FFF;padding: 17px 30px 0 25px;text-transform: uppercase; position:relative;} */
.subMenuHead {
    display: none;
}
.subMenuHead:after{content:''; width:1px; height:1px; display:block; position:absolute; top:22px; right:20px; border:5px solid transparent; border-top:5px solid rgba(255,255,255,0.30); z-index:1;}
	

	
}


/*--------- .footer1 end ---------*/
@media screen and (min-aspect-ratio: 13 / 8) and (max-device-width:1114px) and (orientation: landscape){
body:before{content:''; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:#000 url(../images/orientation-change.png) no-repeat 50% 50%; background-size:400px; z-index: 99999;}
}

@media all and (max-width:950px){
		.quick-links-mob{ display: block;}
	.footer-box-right{ display: none;}
	.footer-box-left { width: auto; height: auto;
    float: none;
    display: table; margin: 0 auto;
}
}

@media all and (max-width:680px){
    .footer-box-left aside a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copyright {
        float: none;
        text-align: center;
    }
    .footer-box-left aside small {
        width: 230px;
        float: none;
        display: table;
        padding-left: 0px;
        position: relative;
        height: auto;
        text-align: center;
    }
    .footer-box-left aside {
        float: none;
    }
    .follow-us {
        float: none;
    }
    .follow-us ul {
        justify-content: center;
    }
    .footer-box-left aside figure {
        float: none;
    }
    .footer-box-left aside small i {
        text-align: center;
    }
    .quick-links-mob aside ul {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    .quick-links-mob aside ul {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    
    .quick-links-mob aside ul li {
        padding: 0px 10px;
        border-right: 1px solid #ccc;
    }
    
    .quick-links-mob aside ul li a {
        color: #000;
    }
    
    .quick-links-mob aside ul li:last-child {
        border-right: none;
    }
}
