/* Static Header */
:root{
    --font-family: 'Inter', sans-serif;
    --primary-colour: #EE5A32
}


body{
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-family: var(--font-family) !important;
}
@font-face {
    font-family: 'Sintony';
    src: url('../assets/fonts/Sintony.woff') format('woff');
}
@font-face {
    font-family: 'Sintony Regular';
    src: url('../assets/fonts/Sintony-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Sintony Bold';
    src: url('../assets/fonts/Sintony-Bold.woff') format('woff'),
         url('../assets/fonts/Sintony-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('../assets/fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../assets/fonts/SFProDisplay-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../assets/fonts/SFProDisplay-Bold.woff') format('woff'),
         url('../assets/fonts/SFProDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../assets/fonts/SFProDisplay-Medium.woff') format('woff'),
         url('../assets/fonts/SFProDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay Regular';
    src: url('../assets/fonts/SFProDisplay-Regular.woff') format('woff'),
         url('../assets/fonts/SFProDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Agency FB Bold';
    src: url('../assets/fonts/AgencyFB-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Allegratta Personal Use Regular';
    src: url('../assets/fonts/AllegrattaPersonalUse-Regular.woff2') format('woff2'),
        url('../assets/fonts/AllegrattaPersonalUse-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.staticPageUI header .header-logo img{
    width: auto;
    height: 70px;
}

.staticPageUI header .middleMenu .container{
    display: flex;
    align-items: center;
    padding: 0px 0;
}
.staticPageUI header .middleMenu ul {
    display: flex;
    align-items: center;justify-content: flex-end;
    list-style: none;
    padding: 10px 0;
    gap: 40px;
}
.staticPageUI header.static-header .container ul li.active > a{
    color: var(--primary-colour) !important;
}
.staticPageUI header.static-header .container ul .sub-abt li.active a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #01fdfe;
   transform: skew(-0.04turn, 18deg);
   top: 10px;
    margin-left: -4px;
}
.staticPageUI header.static-header .container ul li a{
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font-family);
    font-size: 15px;
    letter-spacing: 0.5px;
}
.staticPageUI.whatwe-do header.static-header .container ul li a,
.staticPageUI.flimUI header.static-header .container ul li a {
    color: #000;
}
.staticPageUI.whatwe-do header.static-header .container ul li.active > a,
.staticPageUI.flimUI header.static-header .container ul li.active > a  {
    color: var(--primary-colour);
}
.staticPageUI header.static-header .container ul li a.login{
    background: transparent;
    padding: 10px 30px;
    color: #01fdfe;
    border-radius: 0.75rem;
    border: 1px solid #01fdfe;
}

/****************HOME PAGE FOOTER*****************/
#collapse-footer {
    background: url(../assets/login/bg.png);padding: 40px 25px;
    background-color: #e3f4fc;
  }
#collapse-footer .logo img {
    width: 46%;margin-bottom: 15px;
}
#collapse-footer a {
    color: #314e97;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-family: 'Sintony';
}
#collapse-footer .modtitle {
    font-family: 'Sintony Bold';
    color: #294793;
    font-weight: 600;
    letter-spacing: 0.8px;margin-bottom: 24px;font-size: 21px;
}
#collapse-footer li {
    font-family: 'Sintony';
    color: #294793;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 7px;
}
#collapse-footer ul.menu {
    padding-left: 15px;list-style: disc;
}
.scrolling::-webkit-scrollbar-thumb {
    width: 5px;
}
.scrolling::-webkit-scrollbar {
    background: #fff;
    border-radius: 20px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background: #d0cfd0;
    border-radius: 10px;
}
    .hidden {
        display: none;
    }
    .no-padd-lft-rt{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .no-margin{margin-left: 0px !important;margin-right: 0px !important;}
    .staticPageUI header.static-header .container ul li a.login:hover{
        background-color: #01fdfe ;
        color: #fff ;
    }
   
.pt-0{
    padding-top: 0px !important;
}

.mt-0{
    margin-top: 0px !important;
}
#menulist > li{
    position: relative;
}
ul.submenu li{
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
}
.staticPageUI header.static-header .container #menulist > li:hover > a:not(.registernow):not(.login),
#nav li a:hover, .staticPageUI header.static-header .container ul li a:hover {
    color: var(--primary-colour);   
}

.overflow-xh {
    overflow-x: hidden;
}
.staticPageUI header .middleMenu ul.submenu li a{
    font-size: 13px;
}
/******************BECOME PRODUCER PAGE*************/
.bannerSection-media, .bannerSection.producer {
    height: 950px;
}
.staticPageUI .global1 .glob-text {
    margin-top: 0;
}
.staticPageUI .glob-text p {
    margin: 0 0 15px
}
.welcome-txt {
    font-size: 64px;
    text-align: left;
    line-height: 1.2;
    color: black;    margin-bottom: 30px;font-weight: 500;
}
.staticPageUI .global1 .action-img.prod {
    width: auto;
    position: relative;
    height: 550px;
}
.staticPageUI ul.prod-point {
    padding-left: 111px;
}
ul.prod-point li {
    position: relative;padding-left: 20px;
	padding-bottom: 20px;letter-spacing: 1px;
}
ul.prod-point li:before{
    content: '';
    position: absolute;
    border-right:2px solid #21b9bc;
    border-bottom:2px solid #21b9bc;
    width:10px;
    height:10px;
    top: calc(50% - 11px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
 }
 .contactus-media.produce {
    background-position: unset;
    background-size: unset;
    font-family: unset;    padding: 30px 0 0px
}
.third_sec1.produ {
    background: url(../assets/home/producer/backgro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
    background-position: 100% 10px;
}
.img-row-section p {
    font-size: 17px;
    margin-bottom: 0px;
    width: 100%;
    text-align: justify;
    font-family: 'Sintony Regular';
    color: #fff;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.img-row-section .roll {
    height: 400px;
}
.img-bx {
    margin-top: 5px;
    /* padding: 20px 0px 50px 0px !important; */
}
.img-box p {
    margin: 0 0 40px;
    background: white;
    padding: 20px 20px 20px 50px;
    border-radius: 56px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: black;
    height: 170px;
    border: 7px solid #152b29;
    box-shadow: 1px 4px 1px #21b9bc, 6px 11px 0px #152b29;
    font-weight: 600;font-family: 'Sintony Regular';
    display: flex;
    align-items: center;
    justify-content: center;
}
.number-before-division {
    color: white;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Sintony Regular';
    position: relative;
    top: 15px;
}
.staticPageUI .contact-mid .headtext {
    font-size: 3rem;
}
.staticPageUI .contact-mid .border-img {
    margin-left: 2.5%;
}
.form-fills {
    margin-top: 10px;
}
.form-fills .custom-select-ui {
    display: block;margin-bottom: 10px;
}
.form-fills .custom-select-ui select {
    appearance: none;
    height: 62px;
    border: 1px solid #ccc;
    padding: 0 30px;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.contactus-media .form-fills .media-form input.form-control {
    outline: none;
}
.addsubject-fv {
   padding-left: 0 !important;padding-right: 0 !important;
}
.bord-aded {
    
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 12px;    background-color: white;
}
.contactus-media .bord-aded .contLeftDiv .headtext {
    font-size: 5rem;    margin-bottom: 50px;
}
.contactus-media .bord-aded .contLeftDiv {
    background-color: transparent;    padding: 20px 20px;   color: black;
    margin: 0 0px;font-size: 23px;    letter-spacing: 1.2px;    width: auto;
}
.staticPageUI .contactus-media .contLeftDiv .bord {
    border-bottom: 3px solid #21b9bc;    left: 12%;
}
.form-fills {
    padding: 45px 5px;
}
.padd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.form-fills label.form-control {
    height: 62px;
    border: none;
    padding: 17px 30px;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.weluk p {
    color: black;
    font-family: 'Sintony', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.8px;
}
.weluk {
    display: flex;
    align-items: center;
}
.bord-aded  {
    padding: 0 0 25px;
}
.contactus-media .bord-aded .contact-btn {
    margin-top:0 ;
}
.bord-aded .address-form-1 , .bord-aded .info-mail{
    display: flex;
    align-items: baseline;
}
.bord-aded .home-add {
    width: 25px;
    position: relative;
    top: 5px;
}
.bord-aded .contLeftDiv span {
    text-align: left;margin-left: 30px;line-height: 37px;
}
.bord-aded .wts-add, .bord-aded .cl-add, .bord-aded .mail-add {
    width: 22px;
}
.bord-aded .cl-number {
    text-align: left;
}
.bord-aded .cl-number span {
    margin-left: 20px;
}
.bann-cont {
    position: relative;
    top: 230px;
}
#nav {
    list-style:none inside;
    margin:0;
    padding:0;
    }

#nav li {
    display:block;
    position:relative;
    float:left;
    }

#nav li a {
    display:block;
    padding:0;
    text-decoration:none;
    }
        
#nav li li a {
    font-size: 13px;
    width: 300px;
    color: #000;
    line-height: 2.5;
}
    
#nav ul {
    position:absolute;
    padding:0;
    left:0;
    display:none; 
    }

#nav li:hover ul ul {display:none;} 

#nav li:hover ul {display:block;    width: 250px;
    background-color: white;
    padding: 10px 20px;} 
    .login-add.staticPageUI header .middleMenu ul {
        gap: 20px;
    } 
    .d-none-mob {
        display: none;
    }
    .form-fills ::-webkit-file-upload-button {
        display: none;
     }
     .form-fills #uploader2 {
        padding: 18px 125px;
     }
     .inquiry br {
        display: none;
     }

/*******************BULLZ MEDIA******************/
.staticPageUI ul{margin-bottom: 0;padding-left: 0;list-style: none;}
.bannerSection-media, .bannerSection {
    background-repeat: no-repeat !important;
    height: 650px;
    background-size: cover !important;
    width: 100%;
    background-position: top center!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.staticPageUI .static-header {
    position: relative;
    background-color: #fff;
    padding: 15px 0;
}
.staticPageUI .fixed-scroll {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0 0 6px;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    animation: mymove 1s;
}
@keyframes mymove {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.staticPageUI .ribbon{
    width: 150px;
    height: 150px;
	background-color:#fff;
	position:relative;
    left: 0;
    top: 0;
	animation:drop forwards .8s 1s cubic-bezier(0.165, 0.84, 0.44, 1); 
    padding: 5px
}
.staticPageUI .ribbon:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -30px;
    border-left: 76px solid #fff;
    border-right: 75px solid #fff;
    border-bottom: 30px solid transparent;
}
 .staticPageUI .newsletter {
    background: url(../assets/home/media/bg.png) no-repeat;
    background-position: center;
    position: relative;background-size: cover;
}
.staticPageUI .global{
    background: url(../assets/home/media/bg.png) no-repeat;
    background-position: center;
    position: relative;background-size: 100% 105%;
}
.staticPageUI .glob-text {
    font-family: 'Sintony', sans-serif;
    color: #141414;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-top: 25px;
    margin-bottom: 18px;
    font-weight: 600;
    opacity: 0.9;
}
.staticPageUI .headtext {
    font-family: 'Agency FB Bold';
    color: #21b9bc;
    font-size: 5.8rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.staticPageUI .global .headtext {
    padding-top: 25px;margin-bottom: 5px;
}
.staticPageUI .newsletter .headtext {
    margin-bottom: 40px;
}
.staticPageUI .shoot-part .headtext {
    margin-bottom: 2px;
}
.staticPageUI .border-img {
    height: 10px;
}
.staticPageUI .action-img {
    width: 55%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.staticPageUI .about-us {
    background: url(../../../assets/home/media/about-us.jpg) no-repeat;
    background-position: center;
    position: relative;
    height: 630px;
    background-size: cover;
    padding-top: 80px;
}
.staticPageUI .abt-text {
    font-family: 'Sintony', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.9px;margin-top: 40px;
}
.staticPageUI .shoot-part {
    float: right;
    padding: 0;
    width: 32%;
}
.staticPageUI .abt-text p {
    margin-bottom: 20px;
}
.staticPageUI .abt-text .para2 {
    letter-spacing: 0.4px;
}
.staticPageUI .newsletter {
    padding: 30px 0px 30px;
}
.staticPageUI .newsletter .block_content {
    width: 52%;
    margin: 0 auto;
}
.staticPageUI .newsletter .block_content .form-group {
    display: block;
    position: relative;
    margin-bottom: 0px;
}
.staticPageUI .newsletter .block_content .input-box #email_err,
.Apply-patent-contact.contactus-media  .media-form .full-name,
.Apply-patent-contact.contactus-media  .media-form  .email-add,
.submission-pg.contactus-media .media-form .full-name,
.submission-pg.contactus-media  .media-form  .email-add,
.become-director-pg.contactus-media .media-form .full-name,
.become-director-pg.contactus-media .media-form .email-add,
.channel-associated-pg.contactus-media .media-form .full-name,
.channel-associated-pg.contactus-media .media-form .email-add{
    margin-bottom: 0px;
}
.staticPageUI .newsletter .block_content input {
    height: 62px;
    line-height: 50px;
    padding: 0 0 0 30px;
    background-color: transparent;
    border: 2px solid #21b9bc;
    color: #2b2b2b;
    font-weight: bold;
    font-size: 17.5px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: 'Sintony', sans-serif;
    width: 100%;
    border-radius: 50px;
    box-shadow: none;
    text-transform: unset;
}
.staticPageUI .newsletter .block_content .subcribe {
    position: absolute;
    top: 0;
    right: 0;
}
.staticPageUI .newsletter .block_content .subcribe button {
    padding: 17.5px 48px;
    border-radius: 50px;
    font-size: 17px;
    font-family: 'Sintony', sans-serif;
    font-weight: 600;
    letter-spacing: 0.8px;
    background-color: #21b9bc;border-color: #21b9bc;
}
.staticPageUI .newsletter .block_content .subcribe button:focus {
    outline: none;
}
.staticPageUI .newsletter .block_content input::-webkit-input-placeholder {
    color: #2b2b2b;
}
.staticPageUI #media-collapse-footer {
    background: url(../assets/home/media/footer-bg.jpg) no-repeat;
    padding: 50px 15px;
    position: relative;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
}
/* .staticPageUI #media-collapse-footer .cameo {
    position: absolute;
    bottom: 58px;
    left: 0;
    max-width: 100%;
} */

.footer-top-inner .foot-menu-flex .left li::marker,
.footer-top-inner .foot-menu-flex .right li::marker {
    unicode-bidi: none;
    font-variant-numeric: none;
    text-transform: none;
    text-indent: 0px !important;
    list-style: none;
}

.staticPageUI #media-collapse-footer .footer-flex h3 {
    font-family: 'Sintony', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
    font-size: 26px;
}
.staticPageUI #media-collapse-footer .footer-flex .top-fir {
 
    left: 0px;
}
.staticPageUI #media-collapse-footer .footer-flex .logo img {
    width: 40%;
    position: relative;
    left: 0px;
}
.staticPageUI #media-collapse-footer input, .staticPageUI #media-collapse-footer textarea {
    background-color: transparent !important;
    border: 1px solid #555;
    box-shadow: none;padding: 18px;
    color: #fff;font-size: 15px;
    letter-spacing: 0.9px;
    font-family: 'Sintony', sans-serif;
}
textarea.textarea::placeholder {
    font-weight: bold;
}
.staticPageUI #media-collapse-footer input::-webkit-input-placeholder {
    color: #fff;opacity: 0.7;
}
.staticPageUI #media-collapse-footer ul.med-menu {
    list-style: disc;
    color: #fff;
}
.staticPageUI #media-collapse-footer ul.menu, .staticPageUI #media-collapse-footer ul.med-menu a, .staticPageUI #media-collapse-footer ul.menu .bullz-mail a{
    color: #fff;
    opacity: 0.9;
    font-family: 'Sintony', sans-serif;
    font-size: 17px;
    letter-spacing: 1.5px;
}
.staticPageUI #media-collapse-footer ul.med-menu a:hover,
.staticPageUI #media-collapse-footer ul.menu .bullz-mail a:hover {
    text-decoration: none;
}
.staticPageUI #media-collapse-footer ul.menu li.add-bull {
    line-height: normal;
}
.staticPageUI .bord {
    border-bottom: 1px solid #666;
    line-height: 7px;margin-top: 15px;
    margin-bottom: 15px;width: 160px;
}
.staticPageUI #media-collapse-footer ul.med-menu li {
    line-height: 47px;border-bottom: 1px solid #666;width: 145px;
}
.staticPageUI #media-collapse-footer ul.med-menu.explore-new li {
    line-height: 47px;border-bottom: 1px solid #666;width: 202px;
}
.staticPageUI #media-collapse-footer ul.menu li:last-child, .staticPageUI #media-collapse-footer ul.med-menu li:last-child {
    border-bottom: none;
}
.d-none, .copy-sec-media, .media {
    display: none;
}
.staticPageUI .media-copyrt #kt_footer.static-foot {
    font-family: 'Sintony', sans-serif;
    color: #fff;
    background-color: transparent !important;
    padding: 18px 25px 15px;
    letter-spacing: 1.5px;
    font-size: 18px;opacity: 0.8;
}
.staticPageUI .media-copyrt #kt_footer.static-foot p {
    opacity: 0.9;
    margin: 0;
    padding-top: 20px;
}
.staticPageUI #media-collapse-footer .box-account {
    width: 20%;
    margin-left: 30px;
}

.border-cross hr {
    width: 85px;
    border-width: 7.3px;
    border-bottom-right-radius: 55px;
    border-color: #21b9bc;
    margin-top: 5px;
}
.border-cross::before {
    content: '';
    /* width: 9px; */
    /* height: 9px; */
    border: 2px solid #21b9bc;
    border-width: 4.9px;
    display: block;
    position: absolute;
    left: 54.5%;
    top: 74%;
    transform: skew(160deg,180deg);
}
.border-cross1 hr {
    width: 75px;
    border-width: 7.3px;
    border-bottom-right-radius: 55px;
    border-color: #21b9bc;
    margin-top: 5px;
    position: relative;
    left: -148px;
    top: -10px;
}
.border-cross1::before {
    content: '';
    /* width: 9px; */
    /* height: 9px; */
    border: 2px solid #21b9bc;
    border-width: 4.9px;
    display: block;
    position: absolute;
    left: 23.5%;
    top: 14.5%;
    transform: skew(160deg,180deg);
}
/******************HOME PAGE END****************/
/*****************WHAT WE DO PAGE**************/

.staticPageUI .sec-img {
    float: right;width: 550px;
}
.staticPageUI .passion-pics {
    background: url(../../../assets/home/media/3rd-sec.jpg) no-repeat;
    background-position: center;
    position: relative;
    height: 550px;
    background-size: 100% 101%;
}
.staticPageUI .global.we-do {
    padding-bottom: 65px;
}
.staticPageUI .we-do-text .glob-text {
    margin-top: 70px;
}
.staticPageUI .we-do-text .glob-text p {
    margin: 0 0 15px;
}
.staticPageUI .we-do-text {
    padding-left: 78px;
}
.staticPageUI .we-do-text.col-md-7 {
    width: 55.333333%;
}
/*****************WHAT WE DO PAGE END**************/
/*****************CONTACT US PAGE**************/
.contactus-media {
    background: url(../assets/home/media/section-bg.png) no-repeat;
    padding: 30px 0 60px;
    background-position: center;
    background-size: cover;
    font-family: 'Barlow', sans-serif;
}
.contactus-media .contLeftDiv {
    background-color: #21b9bc;
    padding: 65px 20px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    font-family: 'Sintony', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.8px;margin: 0 35px;
}
.contactus-media .col-sm-6 {
    width: 45%;
}
.staticPageUI .contactus-media .bord {
    border-bottom: 1px solid #fff;
    line-height: 7px;
    margin-top: 22px;
    margin-bottom: 25px;
    width: 160px;
    position: relative;
    left: 36%;
}
.home-add {
    width: 60px;
    margin-bottom: 6px;
}
.cl-add {
    width: 50px;
    margin-bottom: 6px;
}
.mail-add {
    width: 50px;
    margin-bottom: 6px;
    position: relative;
    top: 3px;
}
.cl-number {
    letter-spacing: 3px;
}
.contactus-media .form-add {
    margin-bottom: 45px;
}
.contactus-media .form-fill {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 12px;
    background-color: white;
    border: 0;
    border-radius: 20px;padding: 50px 35px 28px;
}
.contactus-media.acting-pg {
    background: unset;
}
.contactus-media .contact-btn {
    padding: 15.5px 55px;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: none;
    background-color: #21b9bc;
    color: #fff;margin-top: 13px
}
.contactus-media .contact-btn:hover, .contactus-media .contact-btn:focus,
.contactus-media .contact-btn:active {
    background-color: #21b9bc;
    outline: none;
}
.contactus-media .media-form input.form-control, .contactus-media .media-form textarea  {
    height: 62px;
    border: 1px solid #ccc;
    padding: 30px;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-size: 18px;margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.contactus-media .media-form .email-add,
.contactus-media .media-form .full-name,
.contactus-media .media-form .your-message{
    margin-bottom: 0px;
    display: block;
}
.contactus-media .media-form textarea {
    padding: 20px 30px;    margin-bottom: 15px;
}
.contactus-media .media-form input::-webkit-input-placeholder, .contactus-media .media-form textarea::-webkit-input-placeholder {
    color: #474747;
}
.media-form .form-group {
    margin-bottom: 5px;
}
/*************AEROSPACE PAGE***********/
.aerospace .ind-head {
    font-size: 34px;
    font-family: "Noto Sans", sans-serif;
}
.aerospace.emp-sec .content-div {
    background-color: transparent;
}
.aerospace.emp-sec .content-div li {
    margin-bottom: 25px;
}
.aerospace-2 .disc-flex .disc-box {
    border: 0;
}
.aerospace-3.emp-sec .emp-flex .emp-box {
    cursor: pointer;
}
.aerospace-3.emp-sec .emp-flex .emp-box:hover .content-div {
    border: 1px solid var(--primary-colour);
    background-color: #fff6f4;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.aerospace-3 h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1px;
}
.aerospace-3 p {
    color: #333;
    letter-spacing: 0.3px;
} 
.aerospace-3 .content-div {
    height: 200px;
   border: 1px solid transparent;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
}
.tip-sec.aerospace-last::before {
    background-image: url(../assets/industry/bank/213.png);
}
.emp-sec.aerospace-4 .bg-app {
    width: calc(23.33% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px;
    background: white;
}
.emp-sec.aerospace-4 .action-img {
    width: 75px;
    height: 75px;
    position: relative;    margin-bottom: 15px;
}
.emp-sec.aerospace-4 p {
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
}
.emp-sec.aerospace-4 .scr-txt {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin: 15px 0;
}
.emp-sec.aerospace-4{
    padding: 0px 0px 50px 0px;
}
.emp-sec.aerospace-4 .img-box-script {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 35px;justify-content: center;
}
/*************LOGIN PAGE**************/
.login-add.staticPageUI #media-collapse-footer {
background-size: cover;
}
@media (max-width: 767px) {
    
    /* .staticPageUI header .header-logo a img{
        width: 100%;
    } */
    .staticPageUI header .middleMenu ul.submenu{
        display: block;
        position: relative;
        padding: 5px 10px 0px 20px;
        max-width: 200px;
    }
    .staticPageUI header .middleMenu ul.submenu > li{
        line-height: normal !important;
    }
    .staticPageUI header .middleMenu ul.submenu li a{
        position: relative;
        font-size: 13px;
    }

    .staticPageUI header.static-header .container ul li.submenu-arrow > a:after{
        display: none;
    }
    .staticPageUI header .middleMenu ul.submenu li a::before{
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #30302f;
        left: -10px;
        top: 4px;
    }
    .staticPageUI #menutoggle{margin-left: auto;margin-right: 0;outline: none;padding: 0px;border: none;}
    .staticPageUI .menubar img{height: auto;background-color: #fff !important;}
    .staticPageUI header .middleMenu ul.quick-link.showMenu {
        display: block;list-style: none;padding: 10px 20px !important;position: absolute;background: #fff;
        z-index: 999;right: 20px;box-shadow: 1px 3px 1px -2px rgb(0 0 0 / 20%), 1px 2px 2px 1px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);border-radius: 10px;margin-top: 5px;
    }
    .staticPageUI header .middleMenu ul.quick-link.showMenu li{line-height: 32px;}
    .staticPageUI header .middleMenu ul.quick-link.showMenu li  a.registernow,.staticPageUI header.static-header .container ul.quick-link.showMenu li a.login{
        background: transparent;padding: 0;color: inherit;border-radius: 0;border: none;
    }

    .aerospace .ind-head {
        font-size: 21px;
    }
    .emp-sec.aerospace .emp-flex {
        margin-top:0;
    }
    .emp-sec.aerospace-4 { 
        padding: 30px 0;
    }
    .emp-sec.aerospace-4 .img-box-script {
        display: block;
    }
    .emp-sec.aerospace-4 .bg-app {
        width: 100%;    margin-bottom: 10px;
    }
   
    /**************MEDIA WEBSITE**************/

    .staticPageUI header.static-header .container ul li a, .staticPageUI.whatwe-do header.static-header .container ul li a {
        color: #666;
    }
    .staticPageUI .bannerSection-media {
        height: 190px;margin-top: 50px;
    }
    .staticPageUI .headtext {
        font-size: 35px;
    }
    .staticPageUI .action-img {       
        width: auto;
        position: relative;
    }
    .staticPageUI .glob-text {
        letter-spacing: 0.3px;font-size: 15px;
    }
    .border-cross, .border-cross1 {
        display: none;
    }
    .staticPageUI .shoot-part {
        padding: 0px 15px;
        width: auto;
    }
    .staticPageUI .about-us {
        padding-top: 0; height: auto;
        background: url(../assets/home-moble/bg-01.jpg);
    }
    .staticPageUI .abt-text {
        font-size: 15px;
    }
    .staticPageUI .mob-shoot {
        height: auto;
        width: 100%;
    }
    .staticPageUI .p-0 {
        padding: 0;
    }
    .staticPageUI .newsletter {
        padding: 0px 0px 10px;
    }
    .staticPageUI .newsletter .headtext {
        font-size: 30px;margin-bottom: 25px;
    }
    .staticPageUI .newsletter .block_content {
        width: auto;
    }
    .staticPageUI .newsletter .block_content input {
        font-size: 15px;height: 58px;
    }
    .staticPageUI .newsletter .block_content .subcribe button {
        padding: 16.5px 35px;font-size: 16px;
    }
    .staticPageUI #media-collapse-footer {
        padding: 20px 15px;background-size: cover;
    }
    .staticPageUI #media-collapse-footer .footer-flex .logo img {
        width: auto;left: 0px;margin-bottom: 15px;
    }
    .staticPageUI #media-collapse-footer .box-account, .staticPageUI #media-collapse-footer .box-information {
        width: 100%;padding: 0;margin-left: 0px;
    }
    .staticPageUI #media-collapse-footer .footer-flex .top-fir {
        left: 0px;
    }
    .staticPageUI #media-collapse-footer ul.med-menu {
        padding: 0 15px;
    }
    .staticPageUI #media-collapse-footer .box-information,  .staticPageUI #media-collapse-footer .inquiry {
        padding: 0;
    }
    .staticPageUI #media-collapse-footer .footer-flex .box-information h3 {
        margin-bottom: 15px;display: none;
    }
    .staticPageUI #media-collapse-footer .footer-flex .inquiry h3 {
        margin-bottom: 25px;
    }
    .staticPageUI .media-copyrt .text-dark {
        top: 0;
    }
    .staticPageUI .ribbon {
        background: transparent;
        height: auto;
        width: auto;
    }
    .staticPageUI .ribbon:before, .staticPageUI #media-collapse-footer .cameo {
        display: none;
    }
    .staticPageUI .static-header {
        background: white;
    }
    .staticPageUI header .header-logo img {
        padding-top: 0;
    }
    .staticPageUI .global .headtext {
        padding-top: 0;
    }
    .staticPageUI .media-copyrt #kt_footer.static-foot p {
        font-size: 18px;
    }
    .staticPageUI #media-collapse-footer .footer-flex h3 {
        margin-bottom: 5px;font-size: 24px;
    }
    .staticPageUI .bannerSection.whatwedo {
        height: 430px;
    }
    .staticPageUI .we-do-text .glob-text {
        margin-top: 25px;
    }
    .staticPageUI .we-do-text.col-md-7, .staticPageUI .sec-img {
        width: 100%;
    }
    .staticPageUI .we-do-text {
        padding-left: 15px;
    }
    .staticPageUI .global.we-do {
        padding-bottom: 0;
    }
    .staticPageUI .passion-pics {
        height: 139px;
    }
    .contactus-media .col-sm-6 {
        width: 100%;
    }
    .contactus-media .contLeftDiv {
        margin: 0;padding: 30px 10px;font-size: 17px;letter-spacing: 0.8px;
        margin-bottom: 15px;
    }
    .map {
        height: 190px;
    }
    .staticPageUI .contactus-media .bord {
        left: 27%;
    }
    .contactus-media .form-add {
        margin-bottom: 40px;
    }
    .contactus-media {
        padding: 0px 0 60px;
    }
    .contactus-media .form-fill {
        padding: 25px 25px 15px;
    }
    .contactus-media .contact-btn {
        padding: 12.5px 50px;font-size: 18px;margin-top: 5px;display: inline-block !important;
    }
    .contactus-media .media-form input.form-control, .contactus-media .media-form textarea {
        height: 50px;padding: 25px;
    }
    .contactus-media.acting-pg .interest-act label.custom-select-ui .form-control,
    .staticPageUI .contactus-media.submission-pg .form-control-solid.dropdown-toggle#type {
        height: 50px;padding: 9px 15px 9px 15px;
    }
    .contactus-media.Apply-patent-contact .p-0.col-form-label .form-control#uploader2{
        height: 50px;
    }
    .acting-pg .acting-carrers span.click-btn{
        font-size: 20px;
    }
    .location-map .map{
      width: 100%;
}
.staticPageUI #media-collapse-footer ul.med-menu li:last-child {
    border-bottom: 1px solid #666;
}
.staticPageUI #media-collapse-footer ul.med-menu.explore-new li:last-child {
    border-bottom: none;
  }
.staticPageUI  .become-director-pg .custom-select-ui select,
.staticPageUI  .channel-associated-pg .custom-select-ui select{
    height: 50px;padding: 0px 25px;
}
}

@media(max-width:1200px) and (min-width:768px)
{
    .staticPageUI header .blueSec ul li p{font-size: 12px;}
    .staticPageUI header .middleMenu ul{padding: 0px;}
    .staticPageUI header.static-header .container ul li a{font-size: 12px;}

}
@media (min-width: 1200px) {
    .col-lg-3.box-information {width: 23%;} 
    .col-lg-2.foot-columns {
        width: 18.666667%;margin-top: 30px;
    }
}
@media (max-width:1900px) and (min-width:1600px){ 
    .staticPageUI #media-collapse-footer, .staticPageUI .passion-pics {
        background-size: cover !important;
    }
    .staticPageUI #media-collapse-footer .cameo {
        top: 50% !important;
        width: 1900px;
    }
    .exc-sec .exc-flex .mask {
        bottom: -25px !important;
    }
    .map {
        width: 1900px;
    }
    .staticPageUI #media-collapse-footer .footer-flex .top-fir {left:0px;}
    .bannerSection-media, .bannerSection {
        height: 650px;
        background-size: cover !important;
    }
    .oil_str_sec.str-sec .top-content-img {
        width: calc(42.33% - 10px);
        margin-left: 20px;
        margin-right: -20px;
    }
}

@media (min-width: 768px) {
    #menulist li ul.submenu{
        display: none;
        position: absolute;
        left: 0;
        width: 250px;
    }
    .staticPageUI header .middleMenu ul.submenu {
        list-style: none;
        padding: 20px 20px 10px !important;
        position: absolute;
        background: #fff;
        z-index: 100;
        right: 20px;
        box-shadow: 0 0px 10px 0px rgb(0 0 0 / 20%);
        border-radius: 2px;
        top: 100%;
    }
    .middleMenu .container > .header-logo{
        width: 15%;
    }
    .middleMenu .container > .col-sm-9{
        width: 85%;
    }
}

.bannerSection.whoweare .cont1 .banner-txt,
.bannerSection.whoweare .cont1 .banner-txt1,
.bannerSection.home-banner .cont1 .banner-txt,
.bannerSection.home-banner .cont1 .banner-txt1,
.bannerSection.whatwedo .cont1 .banner-txt,
.bannerSection.whatwedo .cont1 .banner-txt1,
.bannerSection.filmcity .cont1 .banner-txt,
.bannerSection.filmcity .cont1 .banner-txt1,
.bannerSection.ourworks .cont1 .banner-txt,
.bannerSection.ourworks .cont1 .banner-txt1,
.bannerSection.contactUs .cont1 .banner-txt,
.bannerSection.contactUs .cont1 .banner-txt1,
.bannerSection.contactUs.producer .cont1 .banner-txt,
.bannerSection.contactUs.producer .cont1 .banner-txt1{
    color: white;
    font-size: 65px;
    width: 44%;
    margin-left: auto;
}

.bannerSection.ourworks .cont1 .banner-txt,
.bannerSection.ourworks .cont1 .banner-txt1{
    width: auto;
}

.bannerSection.whatwedo .cont1 .banner-txt,
.bannerSection.whatwedo .cont1 .banner-txt1,
.bannerSection.contactUs .cont1 .banner-txt,
.bannerSection.contactUs .cont1 .banner-txt1{
    color: #2b2b2b;
}

.bannerSection.filmcity .cont1 .banner-txt,
.bannerSection.filmcity .cont1 .banner-txt1{
    color: #21b9bc;
}

.bannerSection.whoweare .cont1 .banner-txt,
.bannerSection.home-banner .cont1 .banner-txt,
.bannerSection.whatwedo .cont1 .banner-txt,
.bannerSection.filmcity .cont1 .banner-txt,
.bannerSection.ourworks .cont1 .banner-txt,
.bannerSection.contactUs .cont1 .banner-txt{
    margin-top: 40px;
}
.bannerSection.whoweare .banner-txt p,
.bannerSection.home-banner .banner-txt p,
.bannerSection.whatwedo .banner-txt p,
.bannerSection.filmcity .banner-txt p,
.bannerSection.ourworks .banner-txt p,
.bannerSection.contactUs .banner-txt p{
    line-height: 0px;
    font-family: 'Allegratta Personal Use Regular';
    font-size: 60px;
    padding-left: 13px;
}
.bannerSection.whoweare .cont1 .banner-txt1 p,
.bannerSection.home-banner .cont1 .banner-txt1 p,
.bannerSection.whatwedo .cont1 .banner-txt1 p,
.bannerSection.filmcity .cont1 .banner-txt1 p,
.bannerSection.ourworks .cont1 .banner-txt1 p,
.bannerSection.contactUs .cont1 .banner-txt1 p{
    line-height: 60px;
    font-family: 'SF Pro Display';
    letter-spacing: 4px;
}
.bannerSection.whoweare .banner-txt1,
.bannerSection.home-banner .banner-txt1,
.bannerSection.whatwedo .banner-txt1,
.bannerSection.filmcity .banner-txt1,
.bannerSection.ourworks .banner-txt1,
.bannerSection.contactUs .banner-txt1{
    margin-top: 40px;
}
.second_sec{
    background: url(../assets/register/bg.png);
    padding: 0px 45px 15px 45px;
}
.second_sec .cont1 h3{
    text-align: center;
    padding-top: 25px;
    margin-bottom: 5px;
    font-family: 'Agency FB Bold';
    color: #21b9bc;
    font-size: 5.8rem;
    letter-spacing: 2px;
}
.w-sec.who-we-sec .who-flex .who-flex-list{
    height: unset;
}
.second_sec .cont1 img.border-img {
    height: 10px;
}
.second_sec .cont1 p{
    font-size: 18px;
    margin-bottom: 0px;
    width: 95%;
    text-align: justify;
    font-family: 'Sintony Regular';
    color: #141414;
    line-height: 27px;
    font-weight: 600;
}
/*.second_sec .cont1 .img-row-sec{
    display: flex;
    align-items: center;
    height: 658px;
}*/
.second_sec .cont1  .img-row{
    margin-top: 25px;
}
.third_sec{
    background: url(../assets/register/threesecbg.png);
    padding-top: 40px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.third_sec .container-fluid{
    width: 70%;
}
.third_sec  .third_sec2{
    margin-top: 70px;
}
.third_sec img {
    width: 265px;
}

.third_sec .third-hint:before{
    content: "vision";
    position: absolute;
    bottom: 28%;
    left: -80px;
    font-size: 43px;
    letter-spacing: 2.5px;
    color: #21b9bc;
    font-weight: 700;
    line-height: 0px;
    transform: rotate(-90deg);
    font-family: 'Agency FB Bold';
}
.third_sec .third-hint1:before{
    content: "mission";
    position: absolute;
    bottom: 28%;
    left: -80px;
    font-size: 43px;
    letter-spacing: 2.5px;
    color: #21b9bc;
    font-weight: 700;
    line-height: 0px;
    transform: rotate(-90deg);
    font-family: 'Agency FB Bold';
}
.third_sec .third-hint2:before{
    content: "quality";
    position: absolute;
    bottom: 28%;
    left: -80px;
    font-size: 43px;
    letter-spacing: 2.5px;
    color: #21b9bc;
    font-weight: 700;
    line-height: 0px;
    transform: rotate(-90deg);
    font-family: 'Agency FB Bold';
}
.third_sec .third-hint3:before{
    content: "goal";
    position: absolute;
    bottom: 28%;
    left: -80px;
    font-size: 43px;
    letter-spacing: 2.5px;
    color: #21b9bc;
    font-weight: 700;
    line-height: 0px;
    transform: rotate(-90deg);
    font-family: 'Agency FB Bold';
}
.third-brd{
    border: 1.5px solid #21b9bc;
    border-right: 0px;
    border-top: 0px;
    padding: 0px 0px 0px 32px;
    height: 95%;
    border-radius: 20px;
    border-bottom: 0px;
    border-left: 0px;
}
.third-brd p:after{
    content: " ";
    position: absolute;
    border-bottom: 2px solid #21b9bc;
    width: 88%;
    bottom: 35px;
    left: 25px;
}
.third-brd:before{
    content: " ";
    position: absolute;
    height: 32px;
    top: 122px;
    bottom: 20px;
    border-right: 2px solid #21B9BB;
    transform: rotate(-90deg);
    left: 40px;
}
.third-brd:after {
    content: " ";
    position: absolute;
    height: 65%;
    top: 137px;
    bottom: 10px;
    border: 2px solid #21b9bc;
    left: 12px;
    width: 3%;
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    color: #fff;
    font-size: 18px;
    width: 92%;
    text-align: justify;
    padding-top: 25px;
    font-family: 'Sintony Regular';
    letter-spacing: 0.8px;

}
.third-brd {
    height: 55%;
}

.third-brd {
    height: auto;
}
.third-hint2,
.third-hint,
.third-hint1,
.third-hint3{
    height: 490px
}
.global.we-do .sec-img.sec-img1 {
    width: 100%;
    height: 100%;
}
@media(min-width: 767px){    
    .staticPageUI header.fixed-scroll .header-logo img{
        padding-top: 10px;
    }
    .staticPageUI .fixed-scroll .ribbon{
        width: 100px;
        height: 100px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .staticPageUI .fixed-scroll .ribbon:before {
        bottom: -29px;
        border-left: 51px solid #fff;
        border-right: 51px solid #fff;
    }
}
@media (max-width: 1700px){
    .second_sec .cont1 .img-row-sec img{
        width: 100%;
    }
    }
@media (max-width: 767px){
.second_sec .cont1 p {
        width: 100%;
    }
.bannerSection.whoweare .banner-txt p,
.bannerSection.home-banner .banner-txt p, 
.bannerSection.whatwedo .banner-txt p, 
.bannerSection.filmcity .banner-txt p, 
.bannerSection.ourworks .banner-txt p, 
.bannerSection.contactUs .banner-txt p {
        font-size: 22px;
    }
.third_sec1 img,
.third_sec2 img{
        width: 217px;
    }
.third_sec .third_sec1 .third-hint:before{
        left: -40px;
    }
.third_sec .third_sec1 .third-hint1:before{
        left: -52px;
    }
.third_sec .third_sec2 .third-hint2:before {
        left: -47px;
    }
.third_sec .third_sec2 .third-hint3:before {
        left: -30px;
    }
.third_sec .third-hint:before,
.third_sec .third-hint1:before,
.third_sec .third-hint2:before,
.third_sec .third-hint3:before {
        bottom: 50%;
        font-size: 34px;
    }
.third-brd:before {
        height: 25px;
        top: 100px;
        left: 40px;
    }
.third-brd p:after {
        width: 92%;
        bottom: 1%;
        left: 34px;
    }
.third-brd:after {
        height: 78%;
        top: 109px;
        left: 23px;
        bottom: 10px;
    }
.third_sec .container-fluid {
        width: 90%;
    }
.second_sec .cont1 h3 {
        padding-top: 0px;
    }
.second_sec .img-row-sec img{
        margin-top: 25px;
    }
.bannerSection.whoweare .cont1 .banner-txt1 p {
        line-height: 34px;
    }
.bannerSection.whoweare .cont1 .banner-txt,
.bannerSection.whoweare .cont1 .banner-txt1 {
        font-size: 32px;
    }
.second_sec {
    padding: 0px 0px 15px 0px;
}
.second_sec .second-img .cont1 p {
    font-size: 17px;
    line-height: 24px;
}
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    font-size: 23px;
}
.third_sec .third_sec2 {
    margin-top: 0px;
}
.second_sec .cont1 .img-row-sec {
    height: auto;
}
.third_sec .third-hint1,
.third_sec .third-hint3{
     margin-bottom: 10px;
}
.third_sec .third-hint1,
.third_sec .third-hint3 {
    margin-top: 0px;
}
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    width: 100%;
}
.third_sec .third-hint1:before,
.third_sec .third-hint:before,
.third_sec .third-hint2:before,
.third_sec .third-hint3:before {
    left: -55px;
}
.bannerSection.whoweare .cont1{
    float: right;
    /*position: absolute;*/
    right: 0;
    padding-right: 25px;
}
.bannerSection.whoweare .cont1 .banner-txt,
 .bannerSection.whoweare .cont1 .banner-txt1,
 .bannerSection.whoweare .cont1 .banner-txt1, 
 .bannerSection.whoweare .cont1 .banner-txt1, 
 .bannerSection.home-banner .cont1 .banner-txt, 
 .bannerSection.home-banner .cont1 .banner-txt1, 
 .bannerSection.whatwedo .cont1 .banner-txt, 
 .bannerSection.whatwedo .cont1 .banner-txt1, 
 .bannerSection.filmcity .cont1 .banner-txt, 
 .bannerSection.filmcity .cont1 .banner-txt1, 
 .bannerSection.ourworks .cont1 .banner-txt, 
 .bannerSection.ourworks .cont1 .banner-txt1, 
 .bannerSection.contactUs .cont1 .banner-txt, 
 .bannerSection.contactUs .cont1 .banner-txt1 {
    width: 100% !important;
    float: unset;
    position: unset;
    right: 0px;
}
 .staticPageUI .bannerSection.whoweare {  
    height: 427px;
    background-position: unset;
}
.bannerSection.whoweare .banner-txt1,
.bannerSection.home-banner .banner-txt1, 
.bannerSection.whatwedo .banner-txt1, 
.bannerSection.filmcity .banner-txt1, 
.bannerSection.ourworks .banner-txt1, 
.bannerSection.contactUs .banner-txt1 {
    margin-top: 18px;
}
.welcome-txt {
    margin-top: 10px;
    font-size: 20px;    margin-bottom: 20px;
}
.staticPageUI .glob-text p {
    margin: 0 0 10px;
}
.staticPageUI ul.prod-point {
    padding-left: 0;
}
.contactus-media.produce {
    background-position: center;
    background-size: cover;    padding: 0;
}
.img-row-section p {
    font-size: 15px;
}
.third_sec1.produ {
    padding-bottom: 30px;
}
.form-fills {
    padding: 45px 5px 0;
}
.img-box p {
    font-size: 15px;    margin: 0 0 20px
}
.img-row-section .roll {
    height: 280px;    width: auto;
}
.staticPageUI .contact-mid .headtext {
    font-size: 2.9rem;
    text-align: left;
}
.staticPageUI .contact-mid .border-img {
    margin-left: 2%;
}
.staticPageUI .p-0 {
    padding: 0 15px;
}
.form-fills label.form-control, .contactus-media .form-fills .media-form input.form-control, .form-fills .custom-select-ui select {
    font-size: 15px;
}
.contactus-media .bord-aded .contLeftDiv {
    padding: 0;
}
.contactus-media .bord-aded .contLeftDiv .headtext {
    margin: 0 0 10px 0px;font-size: 4rem;text-align: left;
}
.contactus-media .bord-aded .contLeftDiv {
    font-size: 15px;    margin-top: 10px;
}
.bord-aded .contLeftDiv span {
    margin-left: 15px;line-height: unset;
}
.bord-aded .cl-number span {
    margin-left: 10px;
}
.bord-aded .wts-add, .bord-aded .cl-add, .bord-aded .mail-add, .bord-aded .home-add {
    width: 20px;
}
.staticPageUI .contactus-media .contLeftDiv .bord {
    margin-top: 15px;
    margin-bottom: 15px;
}
.weluk {
    display: block;
    margin-top: 15px;
}
.weluk p {
    font-size: 17px;
}
ul.prod-point li {
    padding-bottom: 15px;
}
ul.prod-point li:before {
    top: calc(50% - 7px);
    left: -10px;
}
.d-none-mob {
    display: block !important;
}
.form-fills #uploader2 {
    padding: 18px 0px 0px 125px;
}
}
@media (max-width: 670px) and (min-width: 500px){
.staticPageUI .bannerSection.whoweare { 
    height: 298px
}
.bannerSection.whoweare .cont1 .banner-txt1 p,
.bannerSection.home-banner .cont1 .banner-txt1 p, 
.bannerSection.whatwedo .cont1 .banner-txt1 p, 
.bannerSection.filmcity .cont1 .banner-txt1 p, 
.bannerSection.ourworks .cont1 .banner-txt1 p, 
.bannerSection.contactUs .cont1 .banner-txt1 p {
    line-height: 22px;
}
.bannerSection.whoweare .cont1 .banner-txt, .bannerSection.whoweare .cont1 .banner-txt1,
.bannerSection.home-banner .cont1 .banner-txt, 
.bannerSection.home-banner .cont1 .banner-txt1, 
.bannerSection.whatwedo .cont1 .banner-txt, 
.bannerSection.whatwedo .cont1 .banner-txt1, 
.bannerSection.filmcity .cont1 .banner-txt, 
.bannerSection.filmcity .cont1 .banner-txt1, 
.bannerSection.ourworks .cont1 .banner-txt, 
.bannerSection.ourworks .cont1 .banner-txt1, 
.bannerSection.contactUs .cont1 .banner-txt, 
.bannerSection.contactUs .cont1 .banner-txt1  {
    font-size: 22px;
}
.bannerSection.whoweare .cont1, 
.bannerSection.home-banner .cont1, 
.bannerSection.whatwedo .cont1, 
.bannerSection.filmcity .cont1, 
.bannerSection.ourworks .cont1, 
.bannerSection.contactUs .cont1 {
    transform: translate(117px, 44px);
}
}
@media (max-width: 499px){
.bannerSection.whoweare .cont1 .banner-txt1 p,
.bannerSection.home-banner .cont1 .banner-txt1 p, 
.bannerSection.whatwedo .cont1 .banner-txt1 p, 
.bannerSection.filmcity .cont1 .banner-txt1 p, 
.bannerSection.ourworks .cont1 .banner-txt1 p, 
.bannerSection.contactUs .cont1 .banner-txt1 p {
        line-height: 17px;
    }
.bannerSection.whoweare .cont1 .banner-txt, 
.bannerSection.whoweare .cont1 .banner-txt1,
.bannerSection.home-banner .cont1 .banner-txt, 
.bannerSection.home-banner .cont1 .banner-txt1, 
.bannerSection.whatwedo .cont1 .banner-txt, 
.bannerSection.whatwedo .cont1 .banner-txt1, 
.bannerSection.filmcity .cont1 .banner-txt, 
.bannerSection.filmcity .cont1 .banner-txt1, 
.bannerSection.ourworks .cont1 .banner-txt, 
.bannerSection.ourworks .cont1 .banner-txt1, 
.bannerSection.contactUs .cont1 .banner-txt, 
.bannerSection.contactUs .cont1 .banner-txt1 {
        font-size: 17px !important;
    }
    .bannerSection.contactUs.producer .cont1 .banner-txt {
        margin-top: 40px;
    }
.staticPageUI .bannerSection {
        height: 259px;
        min-height: 197px;
    }
    .bannerSection.whoweare .cont1,
    .bannerSection.home-banner .cont1, 
    .bannerSection.whatwedo .cont1, 
    .bannerSection.filmcity .cont1, 
    .bannerSection.ourworks .cont1, 
    .bannerSection.contactUs .cont1 {
        transform: translate(82px, 0px);
    }
}
@media (max-width: 991px) and (min-width: 768px){
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    font-size: 17px;
    width: 100%;
    line-height: 23px;
    }    

.third-brd:after {
    height: 67.7%;
    top: 104px;
    left: 17px;
    }
.second_sec .cont1 p {
        font-size: 21px;
    } 
.bannerSection.whoweare .banner-txt1,
.bannerSection.whoweare .cont1 .banner-txt, 
.bannerSection.home-banner .cont1 .banner-txt, 
.bannerSection.whatwedo .cont1 .banner-txt, 
.bannerSection.filmcity .cont1 .banner-txt, 
.bannerSection.ourworks .cont1 .banner-txt, 
.bannerSection.contactUs .cont1 .banner-txt {
        margin-top: 23px;
    } 
.bannerSection.whoweare .cont1 .banner-txt,
 .bannerSection.whoweare .cont1 .banner-txt1,
 .bannerSection.home-banner .cont1 .banner-txt, 
 .bannerSection.home-banner .cont1 .banner-txt1, 
 .bannerSection.whatwedo .cont1 .banner-txt, 
 .bannerSection.whatwedo .cont1 .banner-txt1, 
 .bannerSection.filmcity .cont1 .banner-txt, 
 .bannerSection.filmcity .cont1 .banner-txt1, 
 .bannerSection.ourworks .cont1 .banner-txt, 
 .bannerSection.ourworks .cont1 .banner-txt1, 
 .bannerSection.contactUs .cont1 .banner-txt, 
 .bannerSection.contactUs .cont1 .banner-txt1 {
        font-size: 40px;  
}
.bannerSection.whoweare .cont1 .banner-txt1 p,
.bannerSection.home-banner .cont1 .banner-txt1 p, 
.bannerSection.whatwedo .cont1 .banner-txt1 p, 
.bannerSection.filmcity .cont1 .banner-txt1 p, 
.bannerSection.ourworks .cont1 .banner-txt1 p, 
.bannerSection.contactUs .cont1 .banner-txt1 p {
    line-height: 41px;
}
section.bannerSection.whoweare {
    height: 520px;
}
.bannerSection.whoweare .banner-txt p {
    font-size: 35px;
}
 .staticPageUI #media-collapse-footer .box-account {
    width: 23%;
    margin-left: 30px;
}
.staticPageUI #media-collapse-footer .box-information {
    width: 30%;
}
.staticPageUI .newsletter {
    padding: 20px 0px 30px;
} 
.staticPageUI .newsletter .block_content .subcribe button {
    padding: 16.5px 35px;
}
.staticPageUI header .middleMenu ul {
     gap: 20px; 
}
.global.we-do .sec-img.sec-img1 {
    height: auto;
}
.global.we-do  .col-xs-12.hidden-xs{
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media (max-width: 1200px) and (min-width: 992px){
.bannerSection.whoweare .cont1 .banner-txt,
.bannerSection.whoweare .cont1 .banner-txt1,
.bannerSection.home-banner .cont1 .banner-txt, 
.bannerSection.home-banner .cont1 .banner-txt1, 
.bannerSection.whatwedo .cont1 .banner-txt, 
.bannerSection.whatwedo .cont1 .banner-txt1, 
.bannerSection.filmcity .cont1 .banner-txt, 
.bannerSection.filmcity .cont1 .banner-txt1, 
.bannerSection.ourworks .cont1 .banner-txt, 
.bannerSection.ourworks .cont1 .banner-txt1, 
.bannerSection.contactUs .cont1 .banner-txt, 
.bannerSection.contactUs .cont1 .banner-txt1 {
        font-size: 37px;
    }
.bannerSection.whoweare .cont1 .banner-txt1 p,
.bannerSection.home-banner .cont1 .banner-txt1 p, 
.bannerSection.whatwedo .cont1 .banner-txt1 p, 
.bannerSection.filmcity .cont1 .banner-txt1 p,
.bannerSection.ourworks .cont1 .banner-txt1 p, 
.bannerSection.contactUs .cont1 .banner-txt1 p {
        line-height: 42px;
    }
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
        font-size: 23px;
}
.bannerSection.whoweare .banner-txt p {
    font-size: 38px;
}
section.bannerSection.whoweare {
    height: 630px;
}
.bannerSection.whoweare .banner-txt1 {
    margin-top: 25px;
}
.second_sec .cont1 p {
    font-size: 23px;
}
}
@media (max-width: 1200px) and (min-width: 768px){
.third_sec .container-fluid {
    width: 90%;
}
.third_sec .third-hint:before,
.third_sec .third-hint1:before,
.third_sec .third-hint2:before{
    left: -50px;
    bottom: 40%;
}
.third_sec .third-hint3:before{
    left: -35px;
    bottom: 40%;
}
}
@media (max-width: 1300px) and (min-width: 1201px){
.third_sec .container-fluid {
        width: 80%;
    }

.bannerSection.whoweare .cont1 .banner-txt1 p {
    line-height: 47px;
}
.bannerSection.whoweare .cont1 .banner-txt,
.bannerSection.whoweare .cont1 .banner-txt1 {
    font-size: 44px;
}

.third_sec .third-hint:before,
.third_sec .third-hint1:before,
.third_sec .third-hint2:before {
    left: -60px;
}


.third-brd p:after {
    left: 19px;
}
}
@media (max-width: 1600px) and (min-width: 1301px){
    .third_sec .container-fluid {
        width: 80%;
    }
}
@media (max-width: 1557px) and (min-width: 1301px){
.third_sec .third-hint1:before,
.third_sec .third-hint2:before,
.third_sec .third-hint:before {
    left: -57px;
}
.third_sec .third-hint3:before{
    left: -37px;
}
}
@media (max-width: 1450px) and (min-width: 1301px){
   
}
@media (max-width: 400px){

.third-brd:after {
    height: 82%;
    top: 110px;
    left: 23px;
    bottom: 10px;
}
.third-brd p:after {
    left: 30px;
}
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    font-size: 21px;
}
.second_sec .cont1 p {
    font-size: 22px;
}
}

.slider-section-two {
    background: url(../assets/registration/bg.png);
    padding: 50px 100px 87px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.slider-section-two img{
    width: 100%;
}
.slider-section-two .pull-left {
    float: left;
    top: 100%;
    position: absolute;
    left: 45%;
    border: none;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 30px;
}
.slider-section-two .pull-right {
    right: 45%;
    position: absolute;
    border: none;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 30px;
}
.slider-section-two .fa-angle-left:before {
    content: url('../assets/registration/left arw.png');
}
.slider-section-two .fa-angle-left:hover:before{
    content: url('../assets/registration/left arw_blk.png');
}
.slider-section-two .fa-angle-right:before{
    content: url('../assets/registration/right arw_grey.png');
}
.slider-section-two .fa-angle-right:hover:before{
    content: url('../assets/registration/right arw.png');
}
.slider-section-two .fa-angle-right:active:before{
    content: url('../assets/registration/right arw.png');
}
.slider-section-two .fa-angle-left:active:before{
    content: url('../assets/registration/left arw_blk.png');
}
.slider-section-two .slick-slide {
    height: auto;
    position: relative;
}
.slider-section-two .container{
    width: auto;
}
.slider-section-two .content {
    position: absolute;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.slider-section-two .content h3 {
    position: relative;
    color: #fff;
    width: 45%;
    font-size: 20px;
    background-color: #25aaa5e8;
    padding: 30px 30px;
    font-family: 'Sintony Regular';
    top: 0px;
    margin: 0px;
    letter-spacing: 0.8px;
}


@media (max-width: 1350px){
.slider-section-two .slick-slide {
    height: auto;
    position: relative;
}
}
@media (max-width: 1360px) and (min-width: 1200px){
.slider-section-two .pull-left.slick-arrow {
    left: 44%;
}
.slider-section-two .pull-right.slick-arrow {
    right: 44%;
}
.slider-section-two .content h3 {
    font-size: 22px;
    width: 55%;
}
}
@media (max-width: 1199px) and (min-width: 992px){
    .slider-section-two .pull-left.slick-arrow {
        left: 43%;
    }
    .slider-section-two .pull-right.slick-arrow {
        right: 43%;
    }
    .slider-section-two .content h3 {
        font-size: 21px;
}
.slider-section-two {
    padding: 35px 65px 89px 65px;
}
.third-brd:after {
    left: 14px;
}
.staticPageUI .action-img {
    height: 80%;
}
}
@media (max-width: 1199px) and (min-width: 768px){
.staticPageUI .about-us {
    background-size: 118% 100%;
    height: auto;
}
}
@media (max-width: 991px) and (min-width: 768px){
    .shape-sec .b-sec {
        height: 0px !important;
    }
.slider-section-two .pull-left.slick-arrow {
     left: 40%;
}
.slider-section-two {
    padding: 30px 60px 85px 60px;
}
.slider-section-two .pull-right.slick-arrow {
      right: 40%;
}
.slider-section-two .content h3 {
      font-size: 23px;
}
.slider-section-two .content h3 {
      width: 80%;
      padding: 18px 22px;
}
.slider-section-two img {
    width: 100%;
    height: 631px;
}
.bannerSection.filmcity {
    height: 434px;
}
.staticPageUI .action-img {
    height: 85%;
}    
} 
@media (max-width: 767px){
    .shape-sec .b-sec {
        height: 0px !important;
    }
.slider-section-two .content h3 {
        font-size: 21px;
}
.slider-section-two img {
    width: 100%;
    height: 320px;
}
.slider-section-two .content h3 {
     width: 95%;
     padding: 8px 10px;
     font-size: 16px;
}
.slider-section-two {
     background: url(../assets/registration/bg.png);
     padding: 25px 10px 80px 10px;
} 
.bannerSection.filmcity{
    height: 300px;
    margin-top: 50px
}
.slider-section-two .pull-left,
.slider-section-two .pull-right{
    padding-top: 15px;
}
.staticPageUI .global,
.staticPageUI .newsletter{
background: url(../assets/register/bg.png);
}
}
@media (max-width: 529px) and (min-width: 420px){
    .slider-section-two .pull-left {
        left: 35%;
    }
    .slider-section-two .pull-right {
        right: 35%;
    }
    }
    @media (max-width: 419px) and (min-width: 320px){
        .slider-section-two .pull-left {
            left: 30%;
        }
        .slider-section-two .pull-right {
            right: 30%;
        }
        }
@media (max-width: 360px){
.staticPageUI  .bannerSection.filmcity {
        height: 155px;
    }
 section.bannerSection.service {
        height: 187px;
 }
}
@media (max-width: 1200px) and (min-width: 992px){
.slider-section-two .content h3 {
       width: 65%;
       padding: 18px 30px;
    }
    .bannerSection.filmcity {
        height: 715px
    }
}

@media (max-width:1920px) and (min-width:1600px){ 
    .staticPageUI #media-collapse-footer, .staticPageUI .passion-pics {
        background-size: cover !important;
        height: 650px;
    }
    .staticPageUI #media-collapse-footer .cameo {
        top: 50% !important;
        width: 1900px;
    }
}

@media (max-width: 767px) and (min-width: 530px){
.slider-section-two .pull-left {
    left: 38%;
}
.slider-section-two .pull-right {
    right: 38%;
}
}
@media (max-width: 375px){
    .slider-section-two {
        background: url(../assets/registration/bg.png);
        padding: 15px 5px 75px 5px;
    }
    .slider-section-two .content h3 {
        width: 90%;
        padding: 12px 10px;
        font-size: 16px;
    }
}
@media (max-width: 319px){
    .slider-section-two .pull-left {
        left: 26%;
    }
    .slider-section-two .pull-right {
        right: 26%;
    }
}


.bannerSection.whoweare {
    background-position: unset!important;
}
/*.second_sec .cont1 p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}*/
.second_sec .cont1 .img-row-sec img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.second_sec .img-row-section{
    display: flex;
}
/*.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    font-size: 19.5px;
    width: 92%;
}*/
/* .third-brd p:after {
    width: 88%;
} */
/* .third-hint2, .third-hint, .third-hint1, .third-hint3 {
    height: 490px;
} */
/* .third-brd:after {
    height: 69%;
    top: 153px;
} */
.third_sec .third-hint:before {
    left: -65px;
}
.third_sec .third-hint1:before,
.third_sec .third-hint2:before{
    left: -80px;
}
.third_sec .third-hint3:before{
    left: -55px;
}
.third_sec .third-view{
   display: flex;
   gap: 88px;
}
.third_sec .third-hint,
.third_sec .third-hint1,
.third_sec .third-hint2,
.third_sec .third-hint3{
   width: 40%;
}
.footer-top form p > span {
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 1080px) and (min-width: 768px){
    .second_sec .cont1 .img-row-sec{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .second_sec .cont1 .img-row-sec img {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 0px; 
    }
}

@media (max-width: 1200px) and (min-width: 992px){
.second_sec .cont1 .img-row p {
   font-size: 19px;
    line-height: 26px;
}
.third_sec .third-view{
    display: flex;
    gap: 65px;
 }
 .third_sec .container{
    padding: 0px 0px 0px 50px;
 }
 .third_sec .third_sec1 p, .third_sec .third_sec2 p {
    width: 98%;
}
}

@media (max-width: 991px) and (min-width: 768px){
.second_sec .cont1 .img-row p  {
    font-size: 18px;
    line-height: 24px;
}
.third_sec .third-hint, .third_sec .third-hint1, .third_sec .third-hint2, .third_sec .third-hint3 {
    width: 35%;
}
.third_sec .container {
    padding: 0px 0px 0px 35px;
    width: 90%;
}
.third_sec .third-view {
    display: flex;
    gap: 88px;
}
.third_sec img{
    width: 200px;
}
/* .third-brd:after {
    height: 68%;
    top: 104px;
} */
.third-brd p:after {
    bottom: 11%;
}
.third-brd:before {
    top: 89px;
}
.gallery-content .gallery-content-div p {
    font-size: 18px;
    text-align: justify;
    width: 90%;
}
.gallery-content .gallery-content-div h3 {
    font-size: 32px;
}
}
@media (max-width: 767px){
.second_sec .img-row-section{
    display: block;
}
.third_sec1 img, .third_sec2 img {
    width: 160px;
}
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    font-size: 17.5px;
    width: 92%;
    text-align: left;
}
.second_sec .cont1 .img-row-sec img {
    height: auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    margin: 10px auto 0px auto;
}
.third_sec {
    padding-top: 30px;
    padding-bottom: 0px;
}
.staticPageUI #media-collapse-footer ul.med-menu li {
    line-height: 42px;
}
}
@media (max-width: 1230px) and (min-width: 992px){
    .third_sec .third_sec1 p, .third_sec .third_sec2 p {
        font-size: 17px;
    }
}
@media (max-width: 860px) and (min-width: 800px){
    .third_sec .container {
        padding: 0px 0px 0px 5px;
        width: 90%;
    }
    }
    @media (max-width: 799px) and (min-width: 768px){
    .third_sec .container {
        padding: 0px 0px 0px 25px;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 768px){
    .third_sec .third-hint:before {
        left: -65px;
    }
    .third_sec .third-hint1:before,
    .third_sec .third-hint2:before{
        left: -71px;
    }
    .third_sec .third-hint3:before{
        left: -55px;
    }
}


@media (max-width: 767px) and (min-width: 680px){
    .third_sec .container {
        padding: 0px 0px 0px 12px;
    }
    .third_sec .third-hint, .third_sec .third-hint1, .third_sec .third-hint2, .third_sec .third-hint3 {
        width: 35%;
    }
    .third_sec .third_sec1 p, .third_sec .third_sec2 p {
        font-size: 16.5px;
        width: 100%;
    }
    .third-brd:before {
        top: 70px;
}
.third-brd p:after {
    bottom: 6.8%;
    left: 29px;
}
.third-brd:after {
    height: 76.4%;
    top: 82px;
}
.third_sec .third-hint1, .third_sec .third-hint3 {
    margin-top: 0px;
}
}
@media (max-width: 679px) and (min-width: 500px){
    .third_sec .third-hint, .third_sec .third-hint1, .third_sec .third-hint2, .third_sec .third-hint3 {
        width: auto;
        padding-left: 40px;
    }
    .third-brd p:after {
        width: 85%;
    }
    .third_sec1 img, .third_sec2 img {
        width: auto;
    }
    .third-brd p:after {
        bottom: 7%;
        left: 54px;
}
.third_sec .third_sec1 .third-hint:before {
    left: -20px;
}
.third_sec .third_sec1 .third-hint1:before {
    left: -33px;
}
.third_sec .third_sec2 .third-hint2:before {
    left: -27px;
}
.third_sec .third_sec2 .third-hint3:before {
    left: -7px;
}
.third_sec .third-hint:before, .third_sec .third-hint1:before, .third_sec .third-hint2:before, .third_sec .third-hint3:before {
    bottom: 33%;
}
.third-brd:before {
    height: 26px;
    top: 140px;
    left: 65px;
}
.third-brd:after {
    height: 62%;
    top: 152px;
    left: 45px;
}
}
@media (max-width: 576px) and (min-width: 500px){
    .third_sec .third-view .third-brd p:after {
        left: 55px;
}
}
@media (max-width: 698px) and (min-width: 680px){
    .third-brd p:after {
        bottom: 4%;
    }
    .third-brd:after {
        height: 79.3%;
}
}
@media (max-width: 679px) and (min-width: 280px){
.third_sec .third-view {
    display: block;
    gap: 0px;
}
}

@media (max-width: 499px) and (min-width: 280px){
.third_sec .third-hint, .third_sec .third-hint1, 
.third_sec .third-hint2, .third_sec .third-hint3 {
    width: 95%;
}
.third_sec .third_sec1 p, .third_sec .third_sec2 p {
    font-size: 16.5px;
    width: 100%;
}
.third_sec .container {
    padding: 0px 20px 0px 37px;
}
.third-brd p:after {
    width: 92%;
    bottom: 13%;
}
.third-brd:after {
    height: 71%;
    top: 81px;
}
.third-brd:before {
    height: 25px;
    top: 70px;
    left: 40px;
}
}
@media (max-width: 767px) and (min-width: 671px){
    .bannerSection.whoweare .cont1 .banner-txt1 p,
    .bannerSection.home-banner .cont1 .banner-txt1 p, 
    .bannerSection.whatwedo .cont1 .banner-txt1 p, 
    .bannerSection.filmcity .cont1 .banner-txt1 p, 
    .bannerSection.ourworks .cont1 .banner-txt1 p, 
    .bannerSection.contactUs .cont1 .banner-txt1 p {
        line-height: 23px;
    }
    .bannerSection.whoweare .cont1 .banner-txt, .bannerSection.whoweare .cont1 .banner-txt1,
    .bannerSection.whoweare .cont1 .banner-txt1, 
    .bannerSection.home-banner .cont1 .banner-txt, 
    .bannerSection.home-banner .cont1 .banner-txt1, 
    .bannerSection.whatwedo .cont1 .banner-txt, 
    .bannerSection.whatwedo .cont1 .banner-txt1, 
    .bannerSection.filmcity .cont1 .banner-txt, 
    .bannerSection.filmcity .cont1 .banner-txt1, 
    .bannerSection.ourworks .cont1 .banner-txt, 
    .bannerSection.ourworks .cont1 .banner-txt1, 
    .bannerSection.contactUs .cont1 .banner-txt, 
    .bannerSection.contactUs .cont1 .banner-txt1 {
        font-size: 23px;
    }
    .bannerSection.whoweare .cont1,
    .bannerSection.home-banner .cont1,
    .bannerSection.whatwedo .cont1,
    .bannerSection.filmcity .cont1,
    .bannerSection.ourworks .cont1,
    .bannerSection.contactUs .cont1 {
        transform: translate(145px, 78px);
    }
}
@media (max-width: 499px) and (min-width: 350px){
    .third-hint2, .third-hint, .third-hint1, .third-hint3 {
        height: 390px;
    }
    .third-brd:after {
        height: 66%;
    }
}
@media (min-width: 1400px){
    .second_sec .cont1 .img-row-sec{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.contact-form-sec .form-fill .cont-error{
    color: red;
    margin: 0px; 
}
.email-add{
    margin-bottom: 40px;
}
.sub-btn{
border: 1px solid #555;
    border-radius: 30px;
    background: transparent !important;
    margin: 10px 5px 10px 0;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    opacity: 0.8;
}
.sub-btn a{
   display: flex;
    justify-content: center;
    color: #fff;
    opacity: 0.9;
}


.gallery-view-section{
    padding: 25px 0px 25px 0px;
    background: url(../assets/noaccess/bg.png);
    z-index: 1;
    position: relative;
}
.gallery-box-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
.gallery-img-div {
    position: relative;
}
.gallery-box img {
    width: 100%;
    position: relative;
    z-index: 100;
}
.gallery-text-div{
   display: none;
}
.enlarge .gallery-text-div{
    display: block;
}
.gallery-box.enlarge.gal-row1 {
    grid-row: 1/3;
}
#myList .gallery-box {
    display: none;
}
.gallery-box.enlarge.itemone {
    grid-column: 1/3;
    transition: 0.7s all ease-in;
}
.gallery-box.enlarge.itemtwo {
    grid-column: 2/4;
    transition: 0.7s all ease-in;
}
.gallery-box {
    width: 100%;
    cursor: pointer;
}
.enlarge img.gallery-img-div-first{
    display: none;
}
.gallery-box-grid [hidden] {
    display: none!important;
}
.gallery-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    padding: 15px 15px 15px 15px;
    z-index: 999;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-content-div {
   text-align: center;
}
.gallery-content-div  h3{
    color: #111111;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 40px;    
    width: 45%;
    margin: auto;
}
.gallery-content-div  p{
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Sintony Regular';
    letter-spacing: 0.5px;
    text-align: justify;
    width: 80%;
    display: flex;
    margin: auto;
    text-align-last: center;
    margin-top: 25px;
}
.gallery-text-div:before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #ffffff9e;
    z-index: 999;
}
.gallery-box img:hover {
    width: 100%;
    position: relative;
    z-index: -1;
}
#myList .gallery-box:hover {
    display: none;
    background-color: #ffffff9e;
}
.gallery-box:hover .no{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 999;
}
.gallery-box .no{
    display: none;
 }

@media (max-width: 767px){
.gallery-box-grid {
    display: block;
}
.service.bannerSection {
    height: 348px
}
.gallery-box {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.bannerSection-media.contact-bg-section,
.staticPageUI .bannerSection-media.media-section{
    height: 300px;
}
.service.bannerSection.ourworks-sectionbg{
    height: 350px;
}
    .gallery-content-div h3{
        width: auto;
    }
}

@media (max-width: 767px) and (min-width:361px){
    .gallery-content-div h3 {
        font-size: 23px;
        margin-top: 10px;
    }
    .gallery-content-div p {
        color: #111111;
        font-size: 17px;
}
}
@media (max-width:450px) and (min-width:359px){ 
    .gallery-content-div p {
        color: #111111;
        font-size: 13px;
        margin-top: 10px;
}
}
@media (max-width: 360px){
    .gallery-content-div h3 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .gallery-content-div p {
        color: #111111;
        font-size: 10px;
        margin-top: 0px;
        width: 100%;
}
}

.swal2-actions .swal2-confirm.btn{
    display: none!important;
  }

  .swal2-html-container{  
    color: #fff;
    font-size: 18px;
  }

  .common_success_popup .popup-inner{
    display: flex;
    justify-content: space-between;
    padding: 18px 18px 18px 14px;
    background-color: #4BB543;
    fill: #fff;
  }

  .common_success_popup .popup-inner .close_popup svg{
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
  }

  .common_success_popup .popup-inner .close_popup:hover svg{
    fill: #2b2b2b;
  }

  .footer-flex .foot-columns.inquiry #enquiry_phone_err,
  .footer-flex .foot-columns.inquiry #enquiry_name_err,
  .footer-flex .foot-columns.inquiry #enquiry_email_err,
  .footer-flex .foot-columns.inquiry #enquiry_message_err{
      color: red;
  }
  .common_success_popup{
      padding: 0px;
      top: 0;
      position: fixed;
      left: 0;
      width: 100%;
      z-index: 10000;
  
  }
  .newsletter .block_content .input-box #email_err{
      color: red;
      margin-top: 10px
  }
  .sub-btn #enquiry_btn{
       background-color: transparent;
       border-color: transparent;
       color: #fff;
       opacity: 0.9;
       padding: 10px 20px;
       width: 100%;
       text-align: center;
       font-family: 'Sintony', sans-serif;
       font-size: 15px;
       letter-spacing: 0.9px;
  }

  .footer-top > .container {
    position: relative;
    z-index: 1;
  }

  .contactus-media .contact-mid {
    display: flex;
    flex-wrap: wrap;
  }  

  @media(max-width: 576px){
    .staticPageUI header .header-logo img {
        width: auto;
        height: 50px;
    }

    .staticPageUI .newsletter .block_content .subcribe button {
        padding: 0 20px;
        font-size: 13px;
        height: 50px;
        line-height: 50px;
    }

    .staticPageUI .newsletter .block_content input {
        font-size: 14px;
        padding-left: 17px;
        padding-right: 115px;
        height: 50px;
    }

    .staticPageUI .newsletter{
        padding-bottom: 0;
    }

    .staticPageUI .newsletter .block_content .form-group{
        margin-bottom: 0;
    }

    .staticPageUI #media-collapse-footer .footer-flex .logo img {
        height: 120px;
    }

    .staticPageUI #media-collapse-footer ul.menu, 
    .staticPageUI #media-collapse-footer ul.med-menu a, 
    .staticPageUI #media-collapse-footer ul.menu .bullz-mail a{
        font-size: 16px;
    }

    .staticPageUI .media-copyrt #kt_footer.static-foot p {
        opacity: 0.9;
        margin: 0;
        padding-top: 0;
    }

   .staticPageUI #media-collapse-footer .cameo{
        display: block;
        position: relative;
        bottom: 0;
        width: 520px;
        left: -20px;        
        max-width: unset;
   }

   .staticPageUI #media-collapse-footer{
        padding-bottom: 0;
   }

   .second_sec .cont1 h3 {
        font-size: 40px;
    }    

    .third_sec .third-hint2, 
    .third_sec .third-hint, 
    .third_sec .third-hint1, 
    .third_sec .third-hint3{
        height: auto;
    }

    .third_sec .third_sec1 p, 
    .third_sec .third_sec2 p{
        padding-bottom: 30px;
    }

    .third_sec .third-brd:after{
        height: auto;
    }

    .third_sec .third-brd p:after{
        bottom: 10px;
        left: 30px;
    }

    .slider-section-two,
    .slider-section-two > .container{
        padding-left: 0;
        padding-right: 0;
    }
    
  }

.common_success_popup #swal2-html-container .success-popup{
  display: flex;
  justify-content: space-between;
  padding: 18px 18px 18px 14px;
  background-color: #4BB543;
  fill: #fff;
  font-size: 17px;
  font-family: 'Sintony', sans-serif;
}
.common_success_popup #swal2-html-container .success-popup svg{
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.common_success_popup #swal2-html-container .success-popup .close_popup:hover svg{
  fill: #2b2b2b;
}
@media (max-width: 949px) and (min-width: 768px){
    .third-brd p:after {
        bottom: 5%;
    }
    .third-brd:after {
        height: 73.7%;
        top: 104px;
        left: 18px;
}
}

.copy-para {
    color: #fff;
    font-size: 15px;
}

.copy-para a,
.copy-para a:hover{
    color: #21b9bc;
}

@media (max-width: 567px){
    .staticPageUI .media-copyrt #kt_footer.static-foot{
        padding-right: 0;
        padding-left: 0;
    }

    .staticPageUI .media-copyrt #kt_footer.static-foot .container-fluid,
    .staticPageUI .media-copyrt #kt_footer.static-foot  .text-dark{
        padding: 0;
    }

    .staticPageUI .media-copyrt #kt_footer.static-foot p.copy-para{
        font-size: 14px;
    }

    .staticPageUI .bannerSection.whoweare,
    .bannerSection-media.contact-bg-section,
    .bannerSection.filmcity,
    .staticPageUI .bannerSection-media.media-section,
    .service.bannerSection.ourworks-sectionbg,
    .staticPageUI .bannerSection.whatwedo{
        height: 200px;
        margin-top: 50px;
    }

    .second_sec .container-fluid.second-img{
        padding: 0;
    }

    .bannerSection.whoweare{
        background-position: top center!important;
    }

    .bannerSection.ourworks .cont1 {
        transform: translate(0, 0px);
    }

    .service.bannerSection.ourworks-sectionbg > .container{
        margin-left: unset;
    }
}

.enlarge.gallery-box:hover .no {
    display: none;
}

/******acting pg*****/
.acting-pg .acting-carrers .acting-content{
    display: flex;
    gap: 35px;
    margin-top: 30px;
}
.acting-pg .acting-carrers .acting-num{
    font-size: 38px;
    margin-top: 8px;
}
.acting-pg .acting-carrers  p{
    font-size: 18px;
    margin-bottom: 0px;
    width: 100%;
    text-align: justify;
    font-family: 'Sintony Regular';
    color: #141414;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.acting-pg .acting-carrers .acting-img .img-act{
    width: 100%;
    display: flex;
    justify-content: end;
    height: 100%;
}
.acting-pg .acting-carrers .acting-img {
/* margin-top: 45px; */
    display: flex;
}
.acting-pg .acting-carrers .heading.text-center{
    margin-bottom: 45px;
}
.acting-pg .acting-carrers .acting--part{
    padding-left: 60px;
}
.acting-pg .acting-carrers .acting-conclude{
    margin-top: 30px;
}
.acting-pg .acting-carrers .click-btn{
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    border: none;
    background-color: #21b9bc;
    color: #fff;
    transform: translateY(5px);
    display: inline-block;
}
.contactus-media.acting-pg .col-sm-6,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-lft,
.Apply-patent-contact  .media-form .col-sm-6.col-xs-6.padd-rgt,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-rgt,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-lft{
    width: 50%;
}
.contactus-media.acting-pg .contact-mid{
    display: block;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 12px;
    background-color: white;
    border: 1px solid #ccc;
}
.contactus-media.acting-pg .media-form .full-name,
.contactus-media.acting-pg  .media-form .email-add{
    display: unset;
    margin-bottom: 0px;
}
.contactus-media.acting-pg .contact-mid .age-add .form-control[readonly]{
    background-color: #fff;
    opacity: unset;
}
.contactus-media.acting-pg .media-form input.form-control,
.Apply-patent-contact .media-form input.form-control,
.submission-pg .media-form input.form-control{
    padding: 15px;
}
.contactus-media.acting-pg .col-sm-12.col-xs-12.add-row{
    padding-left: 0px;
    padding-right: 0px;
}
.contactus-media.acting-pg .col-sm-12.col-xs-12.add-row.mb-0{
    margin-bottom: 15px;
}
.contact-form-sec .form-fills .media-form input.form-control {
    margin-bottom: 15px;
}
.contactus-media.acting-pg .interest-act label,
.contactus-media.submission-pg .submission-drop label.custom-select-ui,
.contactus-media.become-director-pg  label.custom-select-ui,
.contactus-media.channel-associated-pg label.custom-select-ui{
    display: unset;
}
.contactus-media.acting-pg .interest-act label .form-control,
.contactus-media.submission-pg .form-control-solid.dropdown-toggle#type,
.contactus-media.submission-pg .form-control-solid.dropdown-toggle#proposed_deal_type{
    height: 62px;
    padding: 15px;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: none;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.acting-pg .acting-carrers .action-img{
    display: flex;
}
.contactus-media.acting-pg .interest-act .form-group.row,
.contactus-media.acting-pg .col-form-label .form-group#img_upload4{
   margin-bottom: 0px;
}
.contactus-media.acting-pg .acting-conlusion{
    display: flex;
     gap: 50px;
    /* justify-content: end; */ 
    align-items: center;
}
.contactus-media.acting-pg .acting-conlusion .acting-hints{
font-family: 'Sintony Regular';
    color: #141414;
    line-height: 27px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: end;
}
.contactus-media.acting-pg .address-add #address{
    width: auto;
    width: 100%!important;
    resize: none;
    height: 273px;
    padding: 15px;
}
.contact-form-sec.acting-pg .text-center.form-add{
    margin-top: 30px;
}
.contactus-media.acting-pg .form-fill,
.Apply-patent-contact .form-fill,
.submission-pg .form-fill{
    border-radius: 10px;
    padding: 20px 5px 20px;
}
.contact-form-sec.acting-pg label.col-form-label.text-left,
.Apply-patent-contact .media-form label.col-form-label.text-left,
.Apply-patent-contact label.col-form-label.text-left,
.submission-pg label.col-form-label.text-left{
    padding: 0px 5px!important;
    color: #474747;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-form-sec.acting-pg .form-control::-webkit-input-placeholder { /* Edge */
    color: #7e8299;
  }
  
.contact-form-sec.acting-pg .form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #7e8299;
}
  
.contact-form-sec.acting-pg .form-control::placeholder {
    color: #7e8299;
}
.contact-form-sec.acting-pg .container{
    padding: 0px 90px 0px 90px;
    width: auto;
}
.contactus-media.acting-pg .media-form #img_upload4 input.form-control,
.contactus-media.acting-pg .media-form #img_upload5 input.form-control,
.Apply-patent-contact #conceptdoc_upload input.form-control,
.Apply-patent-contact #supportingdoc_upload input.form-control,
.Apply-patent-contact #img_upload4 input.form-control,
.contactus-media.submission-pg .media-form #conceptdoc_upload input.form-control,
.contactus-media.submission-pg .media-form #supportingdoc_upload input.form-control{
    position: relative;
}
.contactus-media.acting-pg .media-form #img_upload4 input[type="file"]::before,
.contactus-media.acting-pg .media-form #img_upload5 input[type="file"]::before,
.Apply-patent-contact .media-form #img_upload4 input[type="file"]::before,
.Apply-patent-contact .media-form #supportingdoc_upload input[type="file"]::before,
.Apply-patent-contact .media-form #conceptdoc_upload input[type="file"]::before,
.Apply-patent-contact #img_upload4 input#uploader4:before,
.contactus-media.submission-pg .media-form #conceptdoc_upload input[type="file"]::before,
.contactus-media.submission-pg .media-form #supportingdoc_upload input[type="file"]::before,
.contactus-media .media-form #img_upload4 input[type="file"]::before {
    content: "Attach file";
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    background-color: #21b9bc;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 0.425rem;
    position: absolute;
    left: 15px;
    top: 13px;
    text-align: center;
    padding: 7px 19px 7px 19px;
    border: 1px solid #fff;
}
.contactus-media.acting-pg .media-form div#img_upload5 input[type="file"]::before{
    padding: 7px 23px 7px 22px;
}
.acting-pg .media-form .col-sm-6.col-xs-6.padd-lft,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-lft,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-lft{
    padding-right: 45px;
}
.acting-pg .media-form .col-sm-6.col-xs-6.padd-rgt,
.acting-pg .media-form .col-sm-6.col-lg-6.interest-act.padd-rgt,
.acting-pg .media-form .col-sm-6.col-lg-6.col-form-label.padd-rgt,
.Apply-patent-contact  .media-form .col-sm-6.col-xs-6.padd-rgt,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-rgt {
    padding-left: 45px;
}
.ourworks-sectionbg.ourworks.acting-banner .row.cont1{
    display: flex;
    height: 100%;
    align-items: end;
    padding-bottom: 27px;
    padding-left: 0px;
}
.bannerSection.ourworks.acting-banner .cont1 .banner-txt1{
    font-size: 50px;
}
.bannerSection.acting-banner{
   height: 704px;
}
.contactus-media.acting-pg .form-add {
    margin-bottom: 40px;
}
.contactus-media.acting-pg .media-form input.form-control, 
.contactus-media.acting-pg .media-form textarea,
.Apply-patent-contact .media-form input.form-control,
.Apply-patent-contact .media-form textarea,
.submission-pg .media-form textarea,
.submission-pg .media-form input.form-control{
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.acting-pg #image-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
.acting-pg .uploaded-image img{
    width: 115px;
    height: 115px
}
.acting-pg .remove-image{
    font-size: 13px;
    position: relative;
    right: 15px;
    top: -52px;
    background: #fff;
    opacity: 1;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 100%;
    padding: 2px 5px;
    line-height: 23px;
    color: rgb(104, 104, 104);
}
.contactus-media.acting-pg .media-form #img_upload4 input.form-control,
.contactus-media.acting-pg .media-form #img_upload5 input.form-control,
.Apply-patent-contact .media-form input#conceptdoc_uploader.form-control,
.Apply-patent-contact .media-form input#supportingdoc_uploader.form-control,
.Apply-patent-contact .media-form input#uploader2.form-control,
.submission-pg.contactus-media .media-form #conceptdoc_upload input.form-control,
.submission-pg.contactus-media .media-form #supportingdoc_upload  input.form-control{
          outline: 0!important;
          border: 1px solid #ddd;
}
.acting-pg .acting-conlusion .contact-btn{
    font-size: 26px;
    margin-top: 0px;
}
.acting-pg .acting-carrers p.acting-conclude{
    font-size: 19px;
}
.staticPageUI .swal2-popup {
    padding: 2rem;
    border-radius: 0.42rem;
}
.staticPageUI .swal2-popup {
    width: 425px;
    min-height: 195px;
    justify-content: initial;
}
.staticPageUI .swal_0 .swal2-icon.swal2-success {
    border-color: #60ce80;
    color: #60ce80;
    background-color: #60ce80;
    bottom: 55px;
}
.staticPageUI .swal2-icon.swal2-success {
    font-size: 13px;
}
.staticPageUI .swal_0 .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #fff;
}
.staticPageUI .swal_0 .success-mail {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: -45px;
}
.staticPageUI .swal_0.common_success_popup .swal2-html-container{
text-align: center;
    font-size: 15px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 0rem;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-family: 'Sintony Regular';
    color: #333;
}
.staticPageUI .swal_0 .swal2-popup .swal2-actions {
    margin: 1rem auto 0rem auto;
}
.staticPageUI .swal_0 .swal2-actions .btn {
    width: 100%;
    padding: 12px 15px;
    text-transform: uppercase;
    background-color: #60ce80;
    border-color: #60ce80;
    font-size: 15px;
    font-family: 'Sintony Regular';
    outline: none !important;
}
.swal2-backdrop-show.common_success_popup .swal2-actions .swal2-confirm.btn.btn-primary{
    display: inline-block!important;
}
.acting-pg .form-acting,
.submission-pg .submission-drop{
    padding-left: 0px;
    padding-right: 0px;
}
.acting-pg.contact-form-sec .form-fill .cont-error,
.Apply-patent-contact .form-fill .cont-error,
.submission-pg .form-fill .cont-error,
.become-director-pg .form-fill .cont-error,
.channel-associated-pg .form-fill .cont-error{
    color: red;
    margin: 0px;
    position: relative;
    top: -15px;
    text-transform: capitalize;
}
/* apply patent */
.Apply-patent-contact .checkboxes.check-btn input[type="checkbox"],
.submission-pg .checkboxes.check-btn input[type="checkbox"]{
    display: none;
}
.Apply-patent-contact .checkboxes.check-btn  input[type="checkbox"] + label,
.submission-pg .checkboxes.check-btn  input[type="checkbox"] + label{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.Apply-patent-contact .checkboxes.check-btn  input[type="checkbox"]:checked + label:before,
.submission-pg .checkboxes.check-btn  input[type="checkbox"]:checked + label:before{
    color: #fff;
    background-color: #21b9bc;
}
.Apply-patent-contact .checkboxes.check-btn  input[type="checkbox"] + label:before,
.submission-pg  .checkboxes.check-btn  input[type="checkbox"] + label:before{
    content: "✓";
    position: absolute;
    left: 0px;
    top: 0;
    width: 25px;
    height: 27px;
    border: 2px solid #21b9bc;
    color: #fff;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
}
.Apply-patent-contact .apply-hints{
    display: flex;
    justify-content: end;
}
.Apply-patent-contact .checkboxes.check-btn{
    font-family: 'Sintony Regular';
    color: #141414;
    line-height: 27px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
    width: 100%;
}
.submission-pg .checkboxes.check-btn{
    font-family: 'Sintony Regular';
    color: #141414;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 1.5px;
    width: 100%;
}
.submission-pg #checkbox3_err.cont-error{
   font-family: 'Barlow', sans-serif;
   margin-top: 5px;
   font-weight: 400;
   letter-spacing: 0px;
}
.checkboxes.check-btn span{
   padding-left: 15px;
   display:flex;
}
.contactus-media.become-director-pg .media-form input.form-control,
.contactus-media.channel-associated-pg .media-form input.form-control{
    margin-bottom: 15px;
}
.submission-pg .checkboxes.check-btn .mb_0{
    margin-bottom: 15px;
}
.submission-pg .checkboxes.check-btn .mb_0.mt_0{
    margin-top: 10px;
}
.submission-pg #character_count{
    margin-top: -10px;
}
.submission-pg div.checkboxes.check-btn input[type="checkbox"] + label:before{
   top:6px;
}
.become-director-pg .custom-select-ui select,
.channel-associated-pg .custom-select-ui select{
    height: 57px;
    border: 1px solid #ccc;
    padding: 0 30px;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.become-director-pg  #enquiry_btn.contact-btn,
.channel-associated-pg  #enquiry_btn.contact-btn{
    display: flex;
    margin: 0px 0px 0px auto;
}
.dir-pg #enquiry_btn.contact-btn {
    display: inline-block;
}
.Apply-patent-contact.contactus-media .contact-btn,
.submission-pg.contactus-media .contact-btn{
  margin-top: 0px;
}
.Apply-patent-contact .apply-conclution p{
    font-size: 18px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Sintony Regular';
    color: #141414;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 15px;
}
.Apply-patent-contact .address-add #address,
.submission-pg #previous_project,
.submission-pg #address,
.submission-pg #project_description,
.submission-pg #short_description,
.submission-pg #budget_comments {
    width: 100%!important;
    resize: none;
    height: 62px;
    padding: 15px;
}
.Apply-patent-contact .form-fill .cont-error#checkbox1_err{
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    font-weight: 100;
}
.Apply-patent-contact #img_upload4 .form-control{
    display: inline-block !important;
    height: 62px;
    border: none;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    width: 100%;
    border-radius: 4px;
    outline: 0!important;
}
.Apply-patent-contact .col-form-label.button_0{
    display: flex;
    justify-content: space-between;
}
.submission-pg .col-form-label.button_0{
    display: flex;
    justify-content: center;
    gap: 25px;
}
.contactus-media.Apply-patent-contact .form-add{
   margin-bottom: 30px;
}
@media (max-width: 767px) {
    .contactus-media.acting-pg .media-form #img_upload4 input[type="file"]::before, 
    .contactus-media.acting-pg .media-form #img_upload5 input[type="file"]::before,
    .Apply-patent-contact .media-form #img_upload4 input[type="file"]::before,
    .Apply-patent-contact .media-form #supportingdoc_upload input[type="file"]::before,
    .Apply-patent-contact .media-form #conceptdoc_upload input[type="file"]::before,
    .contactus-media.submission-pg .media-form #conceptdoc_upload input[type="file"]::before,
    .contactus-media.submission-pg .media-form #supportingdoc_upload input[type="file"]::before,
    .contactus-media .media-form #img_upload4 input[type="file"]::before {
        top: 7px;
    }
    .bannerSection.ourworks.acting-banner .cont1 .banner-txt1{
        font-size: 17px;
    }
    .staticPageUI .Apply-patent-contact .col-form-label.button_0,
    .staticPageUI  .submission-pg .col-form-label.button_0{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contactus-media.Apply-patent-contact,
    .contactus-media.acting-pg {
        padding: 0px 0 30px;
    }
    .staticPageUI .Apply-patent-contact .p-0,
    .staticPageUI .submission-pg .p-0{
         padding: 0px;
    }
   .become-director-pg .contact-mid,
   .channel-associated-pg .contact-mid{
       gap: 15px;
   }
}
@media (max-width: 768px) {
.staticPageUI .acting-pg .headtext{
    font-size: 35px;
    }
.contactus-media.acting-pg .col-sm-6,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-lft,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-rgt,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-rgt,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-lft{
    width: 100%;
}
.contact-form-sec.acting-pg .container{
    padding: 0px 20px 0px 20px;
    width: auto;
}
.acting-pg .acting-carrers .acting-img .col-sm-4,
.acting-pg .acting-carrers .acting-img .col-sm-8{
    width: 100%;
}
.acting-pg .acting-carrers .acting-img{
    display: block;
    padding: 0px;
 }
 .acting-pg .acting-carrers p{
   width: 100%;
   letter-spacing: 0.3px;
    font-size: 15px;
}
.acting-pg .acting-carrers .acting--part {
    padding-left: 0px;
    padding-top: 20px;
}
.contact-form-sec.acting-pg.contactus-media .form-fill{
 padding: 15px 0px 15px;
}
.acting-pg .acting-carrers .acting-img .col-sm-4{
    display: flex;
    justify-content: center;
}
.acting-pg .acting-carrers .acting-point .acting-content{
    margin-top: 15px;
    gap: 30px;
}
.acting-pg .acting-carrers .acting-num {
    font-size: 25px;
    margin-top: 4px;
}
.contact-form-sec.acting-pg .text-center.form-add{
    margin-top: 5px;
    margin-bottom: 30px;
}
.acting-pg .acting-carrers .heading.text-center {
    margin-bottom: 25px;
}
.acting-pg .media-form .col-sm-6.col-xs-6.padd-lft,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-lft,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-lft{
    padding-right: 15px;
}
.acting-pg .media-form .col-sm-6.col-xs-6.padd-rgt,
.acting-pg .media-form .col-sm-6.col-lg-6.interest-act.padd-rgt,
.acting-pg .media-form .col-sm-6.col-lg-6.col-form-label.padd-rgt,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-rgt,
.submission-pg .media-form .col-sm-6.col-xs-6.padd-rgt {
    padding-left: 15px;
}
.staticPageUI .acting-pg .acting-carrers .heading .headtext {
    margin-bottom: 5px;
    margin-top: 13px;
}
.contactus-media.acting-pg .acting-conlusion .acting-hints{
    text-align: center;
    font-size: 15px;
}
.contactus-media.acting-pg .acting-conlusion {
    display: grid;
    gap: 0px;
    justify-content: center;
}
.acting-pg .acting-conlusion .contact-btn {
    font-size: 23px;
    display: flex;
    margin: auto;
    padding: 9.5px 40px;
}
.Apply-patent-contact .apply-hints{
    display: grid;
    gap: 0px;
    justify-content: center;
    width: 100%;
}
.Apply-patent-contact .form-fill {
    padding: 20px 0px 20px;
}
.Apply-patent-contact .checkboxes.check-btn,
.Apply-patent-contact .apply-conclution p{
    font-size: 15px;
}
.Apply-patent-contact .text-center.form-add,
.submission-pg .text-center.form-add {
    margin-bottom: 30px;
}
}
@media (max-width: 1032px) {
.contactus-media.acting-pg .acting-conlusion .acting-hints{
    text-align: -webkit-center;
}
}
@media (max-width: 767px) and (min-width: 566px){
    .bannerSection.ourworks.acting-banner .cont1 .banner-txt1{
        font-size: 22px;
    }
    .service.bannerSection.ourworks-sectionbg.acting-banner > .container {
        margin-left: unset;
    }
    .bannerSection.ourworks.acting-banner .cont1{
    transform: translate(56px, 9px);
    }
}
@media (max-width: 991px) and (min-width: 769px){
    .acting-pg .acting-carrers p {
        font-size: 17px;
}
.acting-pg .acting-carrers .acting-content {
    margin-top: 20px;
}
.acting-pg .acting-carrers .acting-num {
    font-size: 31px;
}
.staticPageUI .acting-pg .headtex,
.staticPageUI .Apply-patent-contact .headtext {
    font-size: 4.8rem;
}
.acting-pg .acting-conlusion .contact-btn {
    font-size: 23px;
    padding: 12.5px 50px;
}
.acting-pg .media-form .col-sm-6.col-xs-6.padd-rgt,
.acting-pg .media-form .col-sm-6.col-lg-6.interest-act.padd-rgt,
.acting-pg .media-form .col-sm-6.col-lg-6.col-form-label.padd-rgt,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-rgt{
    padding-left: 30px;
}
.acting-pg .media-form .col-sm-6.col-xs-6.padd-lft,
.Apply-patent-contact .media-form .col-sm-6.col-xs-6.padd-lft {
    padding-right: 30px;
}
.contact-form-sec.acting-pg .container {
    padding: 0px 60px 0px 60px;
}
.hold-sec.hold-view .hold-flex div.hold-box {
    margin: 12px 37px;
}
}
@media (max-width: 400px) {
    .Apply-patent-contact .col-form-label.button_0,
    .submission-pg .col-form-label.button_0{
        display: block;
    }
    .Apply-patent-contact.contactus-media .contact-btn,
    .submission-pg.contactus-media .contact-btn{
        width: 100%;
    }
    .Apply-patent-contact.contactus-media input.contact-btn,
    .submission-pg.contactus-media input.contact-btn.rest-btn{
        margin-top: 8px;
    }
}

.Apply-patent-contact #img_upload4 #seconduploader4_err.cont-error{
    padding-left: 15px;
}
.location-map.map-pic img{
   width: 100%;
}

/* orange css */

.footer-sec .footer-top-menu{
    background-color: #f7f7f7;
    padding: 35px;
    font-family: var(--font-family);
    transition: all 0.2s ease;
}

.footer-sec a:hover{
    text-decoration: none;
}

.footer-top-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer-top-inner .add-div{
    width: 26%;
}

.footer-top-inner .industry-div{
    width: 62%;
    padding: 0 15px;
}

.footer-top-inner .service-div{
    width: 12%;
}

.footer-top-inner .add-div .logo img{
    height: 110px;
}

.footer-top-inner .add-div .para{
    font-size: 14px;
    margin: 18px 0;
    line-height: 1.6;
    width: 80%;
}

.footer-top-inner .add-div .adr-list {
    display: flex;
    align-items: flex-start;
}

.footer-top-inner .add-div .adr-list:nth-child(2){
    align-items: center;
    padding: 15px 0;
}

.footer-top-inner .add-div .adr-list img{
    height: 45px;
    margin-right: 10px;
}

.footer-top-inner .add-div .adr-list .text {
    font-size: 14px;
    line-height: 1.6;
}

.footer-top-inner .add-div .adr-list .text a{
    color: #000;
}

.footer-top-inner .add-div .adr-list .text a:hover{
    color: var(--primary-colour);
}

.footer-top-inner h6{
    font-size: 25px;
    margin: 25px 0;
    color: var(--primary-colour);
}

.footer-top-inner .foot-menu-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-top-inner .foot-menu-flex .left{
    width: calc(40% - 0px);    
    text-align: left;
}
.footer-top-inner .foot-menu-flex .left ul,
.footer-top-inner .foot-menu-flex .center ul, 
.footer-top-inner .foot-menu-flex .right ul,
.footer-top-inner .service-div ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
} 
.footer-top-inner .foot-menu-flex .center{
    width: calc(25% - 0px);    
    text-align: left;
}
.footer-top-inner .foot-menu-flex .right{
    width: calc(32% - 0px);    
    text-align: left;
}

.footer-top-inner .foot-menu a{
    color: #000;
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.footer-top-inner .foot-menu a::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-colour);
    transition: all 0.3s ease-in;
}

.footer-top-inner .foot-menu a:hover,
.footer-top-inner .foot-menu a.active{
    padding-left: 15px;
    color: var(--primary-colour);
}

.footer-top-inner .foot-menu a:hover::before,
.footer-top-inner .foot-menu a.active::before{
    width: 5px;
}

.footer-sec .footer-copyright{
    background-color: var(--primary-colour);
    padding: 15px 0;
}

.footer-sec .footer-copyright .copy-inner{
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    width: 100%;
    font-size: 13px;
    color: #fff;
}

.footer-sec .footer-copyright .copy-inner .center{
    text-align: center;
}
.footer-sec .footer-copyright .copy-inner a{
    color: #fff;
}
.staticPageUI .banner-top{
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--font-family);
    background-position: bottom left;
}

.banner-top .banner-text{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-top .banner-text h2{
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.banner-top .banner-text .btn-get{
    background-color: #fff;
    width: fit-content;
    display: inline-block;
    text-decoration: unset;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid #fff;
    color: var(--primary-colour);
    transition: all 0.4s ease-in;
}

.banner-top .banner-text .btn-get:hover{
    background-color: transparent;
    color: #fff;
}

.banner-top .banner-text .para,
.contact-banner-text .para{
    font-size: 14px;
    color: #fff;
    margin: 15px 0;
    line-height: 1.6;
    font-weight: 300;
}

.who-we-sec {
    padding: 30px 0;
    font-family: var(--primary-colour);
}

.sec-head{
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
}

.who-we-sec .who-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.who-we-sec .who-flex  .who-flex-list{
    width: calc(33.3333% - 20px);
    border: 1px solid #CCCCCC;
    overflow: hidden;
    margin: 10px;
    padding: 51px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000000;
    background-color: #fff;
    transition: all 0.2s ease-in;
    height: auto;
}

.who-we-sec .who-flex  .who-flex-list:hover{
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
    color: #fff;
    border-color: transparent;
    cursor: default;
}

.who-we-sec .who-flex  .who-flex-list .img-box img{
    height: 70px;
    width: 70px;
}

.who-we-sec .who-flex  .who-flex-list .img-box img.light,
.who-we-sec .who-flex  .who-flex-list:hover .img-box img.dark{
    display: none;
}

.who-we-sec .who-flex  .who-flex-list:hover .img-box img.light{
    display: block;
}

.who-we-sec .who-flex  .who-flex-list h4{
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    margin-top: 12px;
    font-family: "Noto Sans", sans-serif;
}

.who-we-sec .who-flex  .who-flex-list .para{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
}

.who-we-sec .who-flex  .who-flex-list .arrow{
    width: 20px;
    height: 15px;
    visibility: hidden;
}

.who-we-sec .who-flex  .who-flex-list:hover .arrow{
    visibility: visible;
}

.trust-sec{
    background-image: url(../assets/home/trust-bg.jpg);
    background-repeat: no-repeat;
    font-family: var(--font-family);
    padding: 50px 0px 10px 0px;
}

.trust-sec .trust-sec-inner{
    display: flex;
    flex-wrap: wrap;
}

.trust-sec .trust-sec-inner .left-text{
    width: 40%;
    padding-right: 5%;
}

.trust-sec .trust-sec-inner .right-box{
    width: 60%;
    padding-left: 7%;
}

.trust-sec .trust-sec-inner .trust-head{
    font-size: 41px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 25px;
    color: #fff;
}

.trust-sec .trust-sec-inner .trust-head .line{
    display: inline-block;
    border-bottom: 4px solid #fff;
}

.trust-sec .trust-sec-inner .para {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-weight: 300;
}

.trust-sec .trust-sec-inner .box-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}

.trust-sec .trust-sec-inner .box-flex .box-list{
    background-color: #fff;
    padding: 25px;
    width: calc(33.333% - 70px);
    margin: 45px 35px;
    margin-top: 0;
    font-size: 40px;
    text-align: center;
    color: var(--primary-colour);   
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
}


.trust-sec .trust-sec-inner .box-flex .box-list .text{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.year-sec {
    padding: 40px 0 50px 0;
    font-family: var(--font-family);
    position: relative;
}



.year-sec .year-sec-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    margin-top: 45px;
    align-items: center;
}


.year-sec .year-sec-inner .list-sec{
    position: relative;
    padding-top: 35px;
}

.year-sec .year-sec-inner .list-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 37px;
    width: 110px;
    height: 3px;
    background-color: var(--primary-colour);
}

.year-sec .year-sec-inner .left-img,
.year-sec .year-sec-inner .right-text{
    width: calc(50% - 70px);
    margin: 0 35px;
    position: relative;
}

.year-sec .year-sec-inner .left-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.year-sec .year-sec-inner .highlight-box{
    background-color: #262425;
    border-radius: 15px;
    padding: 15px;
    width: fit-content;
    color: #fff;
    font-size: 55px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: -50px;
    font-weight: 500;
}

.year-sec .year-sec-inner .highlight-box .text{
    font-size: 13px;
    color: var(--primary-colour);
}

.year-sec .year-sec-inner .list-para{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 35px;
    position: relative;
    padding-left: 35px;
}

.year-sec .year-sec-inner .list-para::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../assets/home/check.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.year-sec .tri{
    position: absolute;
    width: 14px;
    left: 15px;
    top: 100px;
}

.year-sec .dot{
    position: absolute;
    top:35%;
    right: 0;
    width: 60px;
}

.year-sec .plus{
    position: absolute;
    width: 20px;
}

.year-sec .plus.left{
    top: 55%;
    left: 12px;
}
 .year-sec .plus.right{
    bottom: 90px;
    right: 40px;
    width: 0px;
} 

.contact-banner-text {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: var(--font-family);
    width: 55%;
    margin: auto;    
}

.contact-banner-text .double-cl-head{
    font-size: 78px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-family);
    margin: 0;
}

.contact-banner-text .double-cl-head .theme-clr{
    color: var(--primary-colour);
}

.contact-banner-text .para{
    margin-top: 5px;
}

.flag-sec{
    padding: 35px 0;
    width: 100%;
    padding-bottom: 0;
}

.double-cl-head{
    text-align: center;
    font-size: 36px;
    margin: 0;
    margin-bottom: 25px;
    color: #000;
}

.double-cl-head .theme-clr{
    color: var(--primary-colour);
    display: inline;
}

.flag-sec{
    font-family: var(--font-family);
    position: relative;
}

.flag-sec .abs{
    position: absolute;
}

.flag-sec .ar-5{
    top: 10%;
    width: 60px;
    left: 0;
}

.flag-sec .ar-3{
    bottom: 46%;
    width: 30px;
    right: 1%;
}

.flag-sec .dot-3{
    top: 20%;
    width: 45px;
    right: 0;
}

.flag-sec .dot-2{
    bottom: 22%;
    width: 65px;
    left: 0;
}

.flag-sec .flag-sec-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
    margin-top: 25px;
}

.flag-sec .flag-sec-inner .flag-sec-box {
    width: calc(25% - 20px);
    margin: 15px 10px;
    border: 0.5px solid #777777;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.flag-sec .flag-sec-inner .flag-sec-box .top{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.flag-sec .flag-sec-inner .flag-sec-box .top img{
    width: 45px;
    margin-right: 10px;
}

.flag-sec .flag-sec-inner .flag-sec-box .top .title{
    font-size: 15px;
    font-weight: 700;
}

.flag-sec .flag-sec-inner .flag-sec-box .bot{
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.flag-sec .flag-sec-inner .flag-sec-box .bot img{
    width: 20px;
    flex-shrink: 0;
    margin-right: 10px;
}

.flag-sec .flag-sec-inner .flag-sec-box .bot .addr{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.flag-sec .mail-box{
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    text-align: center;
    width: fit-content;
    margin: 40px auto;
    padding: 25px;
    border-radius: 15px;
}

.flag-sec .mail-box .mail-para{
    font-size: 15px;
    padding: 5px 0;
    font-weight: 500;
    color: #000;
}

.flag-sec .mail-box .mail-para a{
    text-decoration: none;
    color: var(--primary-colour);
}

.flag-sec .tech-div{
    background-image: url(../assets/contact/tech-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.flag-sec .tech-div .tech-text {
    font-size: 33px;
    color: #fff;
    text-align: center;
    padding: 55px 0;
    font-weight: 500;
}

.team-sec{
    width: 100%;
    padding: 30px 0 40px 0;
    background-color: #f1f6f9;
    position: relative;
}

.team-sec .abs{
    position: absolute;
}

.team-sec .ar-5{
    width: 64px;
    bottom: 2%;
    left: 2%;
}

.team-sec .dot{
    width: 55px;
    right: 0;
    top: 50%;
}

.team-sec .team-head{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 25px;
    color: var(--primary-colour);
}

.team-sec .team-sec-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 35px;
}

.team-sec .team-sec-inner .team-sec-box {
    width: calc(25% - 20px);
    margin: 10px;
    overflow: hidden;
}

.team-sec .team-sec-inner .team-sec-box .top-logo{
    text-align: center;
}

.team-sec .team-sec-inner .team-sec-box .top-logo img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.team-sec .team-sec-inner .team-sec-box .text{
    text-align: center;
    margin-top: 15px;
}

.team-sec .team-sec-inner .team-sec-box .text h6{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-sec .team-sec-inner .team-sec-box .text .role{
    font-size: 14px;
    color: var(--primary-colour);
    font-weight: 600;
}

.map-sec{
    width: 100%;
    padding: 40px 0;
    background-color: #ebebeb;
    padding-bottom: 20px;
}

.map-sec .map-img{
    background-image: url(../assets/contact/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 650px;
    background-position: center;
    margin-top: 40px;
}

.contactform-sec{
    width: 100%;
    background-color: #fff;
    padding: 40px 0 20px 0;
    position: relative;
}

.contactform-sec .abs{
    position: absolute;
}

.contactform-sec .ar-5{
    left: 0;
    width: 64px;
    top: 17%;
}

.contactform-sec .ar-3{
    width: 35px;
    right: 1%;
    bottom: 6%;
}

.contactform-sec .dot-3{
    top: 40%;
    width: 45px;
    right: 0;
}

.contactform-sec .form-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contactform-sec .form-inner .form-inner-box{
    width: calc(50% - 30px);
    margin: 15px;
    position: relative;
}

.contactform-sec .form-inner .media-form > span{
    margin-bottom: 20px;
    display: block;
}

.contactform-sec .form-inner .media-form > span label{
    font-size: 15px;
    font-weight: 500;
}

.contactform-sec .form-inner .media-form > span label .star{
    color: red;
}

.contactform-sec .form-inner .media-form .form-control{
    height: 50px;    
    font-size: 15px;
}

.contactform-sec .form-inner .media-form .form-control:focus{
    box-shadow: none;
    border-color: #ccc;
}

.contactform-sec .form-inner .media-form .cont-error{
    font-size: 13px;
}

.contactform-sec .form-inner .btn-box{
    position: absolute;
    right: -223px;
    bottom: 20px;
    z-index: 1;
}

.contactform-sec .form-inner .btn-box .contact-btn{
    background-color: var(--primary-colour);
    color: #fff;
    font-size: 16px;
    padding: 10px 22px;
    border-radius: 10px;
    border: 1px solid var(--primary-colour);
    outline: none;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.contactform-sec .form-inner .btn-box .contact-btn:hover{
    background-color: #fff;
    color: var(--primary-colour);
}

.contactform-sec .form-inner .right-text{
    padding-top: 25px;
    padding-left: 50px;
    padding-bottom: 80px;
}
.contactform-sec .dot-2 {
    bottom: 18%;
    width: 65px;
    left: 0;
}
.contact-form-sec  .abs {
    position: absolute;
}
.contactform-sec .form-inner .right-text h5{
    font-size: 30px;
    font-weight: 600;
}

.contactform-sec .form-inner .right-text .para {
    font-size: 13px;
    color: #000;
    margin: 15px 0;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 400;
}

.contactform-sec .form-inner .adr-div .adr-list {
    display: flex;
    padding-top: 15px;
    align-items: flex-start;
}

.contactform-sec .form-inner .adr-div .adr-list img {
    height: 45px;
    margin-right: 10px;
}

.contactform-sec .form-inner .adr-div .adr-list .text {
    font-size: 14px;
    line-height: 1.6;
}

.contactform-sec .form-inner .adr-div .adr-list .text a {
    color: #000;
    text-decoration: none;
}

.contactform-sec .form-inner .adr-div .adr-list .text a:hover {
    color: var(--primary-colour);
}

.contactform-sec .form-inner .adr-div .adr-list:nth-child(2) {
    align-items: center;
}

.ind-btext{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
}

.ind-btext .two-clr{
    display: flex;
    flex-wrap: wrap;
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto';
}

.ind-btext .two-clr .theme{
    color: var(--primary-colour);
}

.ind-btext .main-head{
    color: #FFFFFF;
    font-size: 58px;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 70px;
}

.ind-btext .para{
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    width: 80%;
    margin-top: 4px;
    font-family: 'Roboto';
}

.ind-head {
    font-family: "Noto Sans", sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 18px;
    color: #000;
    line-height: 45px;
}
.less-font{
    font-weight: 400; 
}
.head-two {
   text-align: center;
}

.head-two .theme{
    color: var(--primary-colour);
    display: inline;
}

.disc-sec {
    width: 100%;
    padding: 30px 0;
}
.auto-disc-sec .head-two{
    margin: 0 auto;
    width: 75%;
}
.auto-disc-sec .disc-para {
    text-align: center;
    width: 45%;
    margin-top: 15px;
}
.ind-para {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.standard.view .ind-para {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.disc-para{
    text-align: center;
    width: 80%;
    margin: auto;
}

.disc-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: 45px;
}

.disc-flex .disc-box{
    width: 33.333%;
    display: flex;
    padding: 30px 20px;
    border: 1px solid #e7e7e7;
}

.disc-flex .disc-box:hover h6{
    color: var(--primary-colour);
}

.disc-flex .disc-box img{
    width: 50px;
    margin-right: 20px;
}

.disc-flex h6{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
    letter-spacing: 0.3px;
}


.cut-sec {
    width: 100%;
    background-image: url(../assets/industry/bank/cut-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.cut-sec .ind-head{
    color: #fff;
}

.cut-sec .cut-para{
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: 300;
}

.cut-sec .cut-flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

.cut-sec .cut-flex .cut-box{
    width: calc(25% - 20px);
    margin: 10px;
    border-radius: 9px;
    overflow: hidden;
    background-color: #fff;
}

.cut-sec .cut-flex .cut-box .img-div{
    overflow: hidden;
}

.cut-sec .cut-flex .cut-box .img-div img{
    max-width: 100%;
    object-fit: cover;
}

.cut-sec .cut-flex .cut-box .content{
    padding: 13px;
}
.cut-sec .cut-flex .cut-box .pad-con{
    padding: 13px 13px 25px 13px;
}
.cut-sec .cut-flex .cut-box .pad-con:hover  h6{
    color: var(--primary-colour); 
}

.cut-sec .cut-flex .cut-box h6{
    font-size: 19px;
    font-weight: 700;
}

.ourser-sec{
    padding: 40px 0;
    width: 100%;
}

.ourser-sec .ourser-flex{
    display: flex;
    flex-wrap: wrap;
}

.ourser-sec .ourser-box{
    width: 20%;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #e7e7e7 !important;
    margin-bottom: 10px !important;
}

.ourser-sec .ourser-box img {
    width: 50px;
    height: 50px;
}

.ourser-sec .ourser-box h6{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
    font-family: 'Inter';
}


.staticPageUI .bt-none{
    border-top: 0;
}

.staticPageUI .bb-none{
    border-bottom: 0;
}

.staticPageUI .br-none{
    border-right: 0 !important;
}

.staticPageUI .bl-none{
    border-left: 0;
}

.hbycli-sec{
    background-color: #191919;
    padding: 40px 0;
}

.hbycli-sec .ind-head{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
}

.hbycli-sec .slick-arrow {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hbycli-sec .slick-slide{
    height: auto;
}

.hbycli-sec .slick-arrow i{
    color: #fff;
    font-size: 40px;
}

.hbycli-sec .slick-nxtarr{
    right: -20px;
    top: 0;
}

.hbycli-sec .slick-prearr{
    left: -20px;
    top: 0;
}

.hbycli-sec .hby-img{
    text-align: center;
    padding: 25px;
   
}

.hbycli-sec .hby-img img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tip-sec {
    padding: 50px 0;
    width: 100%;    
    position: relative;
}

.tip-sec::before{
    content: '';
    width: 100%;
    height: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/industry/bank/form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}

.tip-sec.travel-tip-sec::before{
    background-image: url(../assets/industry/travel/form.png);
}

.tip-sec.com-tip-sec::before{
    background-image: url(../assets/industry/commerce/form.png);
}

.text-white{
    color: #fff;
}


.tip-sec .tip-flex{
    display: flex;
    flex-wrap: wrap;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
}

.tip-sec .tip-flex .tip-img{
    width: 40%;
}

.tip-sec .tip-flex .tip-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tip-sec .tip-flex .tip-form{
    width: 60%;
    padding: 40px 7%;
}

.tip-sec .tip-flex .tip-form h3{
    font-family: "Noto Sans", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
}

.tip-sec .tip-flex .tip-form h6{
    color: var(--primary-colour);
    margin-bottom: 30px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-top: 0px;
}

.tip-sec .span-div{
    display: block;
    margin-bottom: 25px;
}

.tip-sec .span-div label{
    font-size: 14px;
    font-weight: 500;
}

.tip-sec .form-control {
    height: 48px;
    border-color: var(--primary-colour);
    border-radius: 8px;
}

.tip-sec .form-control:focus{
    box-shadow: none;
    border-color: var(--primary-colour);
}

.tip-sec .contact-btn{
    background-color: var(--primary-colour);
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    border: 1px solid var(--primary-colour);
    outline: none;
    transition: all 0.5s ease-in-out;
    width: 100%;
    font-size: 20px;
    margin-top: 15px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.tip-sec .contact-btn:hover{
    background-color: #fff;
    color: var(--primary-colour);
}

.head-two.justify-left{
    justify-content: left;
    text-align: left;
}
.emp-sec .head-two.head-small {
    margin-top: 0px; 
    text-align: center 
}
.head-two.head-small {
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
    margin-top: 30px;
    
}
.value-sec.dis_tra_sec .ind-head.text-left{
    width: 70%;
}
.value-sec.dis_tra_sec .ind-para{
    width: 86%;
}
.value-flex .value-box li:hover {
    color: var(--primary-colour);
}
.value-sec.dis_tra_sec .container {
    width: 90% !important;
}
.diamond_img{
    width: 60px;
    position: absolute;
    right: 0px;
    margin-top: 50px;
}
.operation-sec.swc_ope_sec .pop-txt.truncated{
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    height: unset;
}
.operation-sec.swc_ope_sec .box-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}
.operation-sec.swc_ope_sec .iso-img {
    position: absolute;
    left: -10%;
}
.swc_vis_sec .wrapping .vision-para {
    width: 50%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.swc_vis_sec.vision-sec ul.wrapping {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
}
.operation-sec.swc_ope_sec .boxing:hover{    
    background: linear-gradient(180deg, rgba(255, 157, 89, 0.9) 0%, rgba(255, 104, 61, 0.9) 100%);
}
.operation-sec.swc_ope_sec .boxing:hover .img-box img {
    height: 80px;
    width: 80px;
    border-radius: 10px;
}
.operation-sec.swc_ope_sec .img-box img {
    height: 80px;
    width: 80px;
    border-radius: 10px;
}
.swc_test_sec.tes .testi-head {
    text-align: center;
    font-size: 35px;
}
.swc_bac_sec.bac-img {
    margin-top: 50px;
    margin-bottom: 10px;
}
.swc_bac_sec .half_sun{
    position: absolute;
    margin-top: 45rem;
}
.swc_ele_sec.ele {
    background-color: #f6f7f7;
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 25px;
}
.swc_ele_sec.ele .operation-head {
    text-align: start;
    font-size: 35px;
}
.swc_ele_sec.ele .ele-para {
    width: 50%;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}
.swc_ele_sec.elevate-sec .head-li {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
}
.swc_bey_sec.beyond-sec .beyond-para {
    font-size: 15px;
    line-height: 1.6;
    width: 45%;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.first_top_sec{
    margin: 0px;
}
.swc_ope_sec.operation-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: #F7F7F780;
}
.swc_exp_sec.exp-sec .operation-head {
    text-align: start;
    font-size: 35px;
}
.swc_exp_sec.exp-sec {
    background-color: #f6f7f7;
    padding-top: 40px;
    padding-bottom: 50px;
}
.swc_ino_sec.inno-sec {
    margin-top: 40px;
    margin-bottom: 0px;
}
.swc_focus_sec{
    margin-top: 20px;
}
.swc_focus_sec .test p {
    font-size: 15px;
    margin: 0px 20rem;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}
.swc_our_sec.ourservice-sec .operation-head {
    margin: 0;
    margin-bottom: 40px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-size: 38px;
}
.bac-img.swc_bac_sec .bac2 .shape{
    padding-right: 15px;
}
.bac-img.swc_bac_sec .bac2.box:hover .content-txt{
    padding-right: 7px;
}
.shape-sec .head-two.head-small{
    font-family: "Noto Sans", sans-serif !important;
}

.revolv-sec{
    padding: 40px 0;
    width: 100%;
}

.revolv-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 35px;
}

.revolv-flex .revolv-box{
    width: calc(50% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    padding: 20px;
}

.revolv-flex .revolv-box:hover{
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
}

.revolv-flex .revolv-box h3{
    font-size: 23px;
    font-weight: 500;
    margin-top: 0;
    color: #000;
}

.revolv-flex .revolv-box:hover h3{
    color: #fff;
}

.revolv-flex .revolv-box .para{
    font-size: 12px;
    margin-bottom: 30px;
}

.revolv-flex .revolv-box:hover .para{
    color: #fff;
}

.revolv-flex .revolv-box .in-hove,
.revolv-flex .revolv-box:hover .not-hove{
    display: none;
}

.revolv-flex .revolv-box:hover .in-hove{
    display: block;
}

.revolv-flex .revolv-box .onshore{
    background-color: #272425;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 25px;
    width: fit-content;
    margin: auto;
}

.revolv-flex .revolv-box:hover .onshore,
.revolv-flex .revolv-box:hover .offshore{
    background-color: #fff;
    color: #000;
}

.revolv-flex .revolv-box .offshore{
    background-color: var(--primary-colour);
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.revolv-flex .revolv-box .img-div{
    text-align: center;
    margin: 25px;
}

.revolv-flex .revolv-box .img-div img{
    width: 70px;
    margin: auto;
}

.revolv-flex .revolv-box .img-div h6{
    font-size: 13px;
    line-height: 1.2;
}

.revolv-flex .revolv-box:hover .img-div h6{
    color: #fff;
}

.revolv-flex .revolv-box .br-rg{
    border-right: 1px solid #e7e7e7; 
}

.revolv-flex .revolv-box .p-0{
    padding: 0;
}

.revolv-flex .revolv-box .no-team{
    width: 90%;
    margin: 20px auto;
    font-size: 18px;
    color: var(--primary-colour);
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.revolv-flex .revolv-box:hover .no-team{
    color: #fff;
}

.revolv-flex .revolv-box .mt-50px{
    margin-top: 50px;
}

.acco-sec {
    padding: 70px 0;
    background-image: url(../assets/discover/acc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.acco-sec .ind-head{
    color: #fff;
    width: 80%;
    margin: auto;
    font-size: 46px;
}

.staticPageUI .pl-0{
    padding-left: 0;
}

.value-sec{
    width: 100%;
    padding: 50px 0;
}

.value-sec .ind-head{
    margin-bottom: 15px;
}

.value-sec img{
    max-width: 100%;
}

.value-flex{
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.value-flex .value-box h5{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.value-flex .value-box li{
    font-size: 17px;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.value-flex .value-box li::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../assets/home/check.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
}

.who-sec{
    padding: 40px 0;
    padding-top: 0;
}
.why-sec.dis_why_sec{
    padding: 10px 0;
}
.dis_why_sec.why-sec .why-flex .why-box:hover .text h6{
    color:var(--primary-colour)
}

.who-sec img{
    max-width: 100%;
}

.who-sec .who-box{
    border-left: 5px solid var(--primary-colour);
    margin-left: 25px;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #fbfbfb;
}

.who-sec .who-box .ind-head{
    font-size: 27px;
    text-align: left;
    margin-bottom: 7px;
    font-weight: 500;
    position: relative;
}

/* .who-sec .who-box .ind-head::before {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    right: 0;
    color: var(--primary-colour);
    font-size: 24px;
    z-index: 1;
} */

.dis_who_sec.who-sec .who-box .arrow_down, 
.dis_who_sec.who-sec .who-box .arrow_up {
    float: right;
    position: relative;
    top: 25px;
    cursor: pointer;
}
.dis_who_sec.who-sec .who-box .arrow_down img, 
.dis_who_sec.who-sec .who-box .arrow_up img{
    width: 15px;
    height: 8px;
}
.dis_who_sec.who-sec .dis_who_para.arrowtruncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.why-sec{
    padding: 50px 0;
}

.why-sec .why-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px;
}

.why-sec .why-flex .why-box{
    width: calc(25% - 30px);
    margin: 15px;
    display: flex;
}

.why-sec .why-flex .why-box .icon{
    flex-shrink: 0;
}

.why-sec .why-flex .why-box img{
    width: 50px;
    margin-right: 14px;
    margin-top: 10px;
}

.why-sec .why-flex .why-box h6{
    font-size: 21px;
}

.join-sec{
    padding: 40px 22rem;
    background-image: url(../assets/discover/join.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.join-sec .ind-head{
    color: #fff;
}

.join-sec .btn-join{
    background-color: var(--primary-colour);
    width: fit-content;
    display: inline-block;
    text-decoration: unset;
    padding: 7px 30px;
    border-radius: 10px;
    font-size: 22px;
    border: 1px solid var(--primary-colour);
    color: #fff;
    transition: all 0.4s ease-in;
}

.join-sec .btn-join:hover {
    background-color: transparent;
    border-color: #fff;
}

.staticPageUI{
    font-family: var(--font-family) !important;
}

.appr-sec{
    width: 100%;
    padding: 40px 0;
    background: #FFEBE533;
}

.appr-sec h5{
    font-size: 20px;
    color: var(--primary-colour);
}

.appr-sec .ind-head{
    margin-bottom: 10px;
}

.appr-sec .appr-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -25px;
}

.appr-sec .appr-flex .appr-box{
    width: calc(33.33% - 50px);
    margin: 25px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    background-color: #fff;
}
.our_appr_sec.appr-sec .appr-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px;
}
.dis_tra_sec .value-flex{
    margin: 50px auto 0 auto;
}
.dis_tra_sec.value-sec {
    width: 100%;
    padding: 40px 0;
}

.appr-sec .appr-flex .appr-box img{
    max-width: 100%;
}

.appr-sec .appr-flex .appr-box .text{
    padding: 20px;
    background: #FFFFFF;
}
.our_appr_sec .dis_iso_img{
    position: absolute;
    left: -2%;
    bottom: 29%;
    width: 200px;
    height: 377px;
    z-index: -1;
}

.appr-sec .appr-flex .appr-box h3{
    margin-top: 0;
    font-size: 21px;
    font-weight: 700;
}

.appr-sec .appr-flex .appr-box .btn-read,
.appr-sec .appr-flex .appr-box .btn-read-less{
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    color: var(--primary-colour);
    font-size: 14.5px;
    position: relative;
    padding-right: 24px;
    transition: all 0.1s ease-in;
}

.appr-sec .appr-flex .appr-box .btn-read::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--primary-colour);
    font-size: 18px;
    background-image: url(../assets/industry/bank/read.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}
.appr-sec .appr-flex .appr-box .btn-read-less::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--primary-colour);
    font-size: 18px;
    background-image: url(../assets/industry/bank/read.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.appr-sec .appr-flex .appr-box .btn-read,
.appr-sec .appr-flex .appr-box .btn-read-less:hover{
    text-decoration: none;
    padding-right: 30px;
}

.joinus-sec {
    padding: 50px 8rem;
    background-image: url(../assets/discover/joinus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.joinus-sec h5 {
    color: var(--primary-colour);
    font-size: 78px;
    font-weight: 700;
    line-height: 0.9;
    font-family: 'Roboto';
}

.joinus-sec .join-head{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 32px;
}

.env-sec{
    padding: 50px 0;
    width: 100%;
}
.env-sec.dis_env_sec{
    padding: 40px 0 10px 0;
}

.env-sec .env-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.green-sec.dis_gre_sec .ind-head {
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
}
.green-sec.dis_gre_sec{
    padding: 30px 0 40px 0;
}

.env-sec .env-flex .img-div{
    width: calc(40% - 40px);
    margin: 20px;
}

.env-sec .env-flex .img-div img{
    max-width: 100%
}

.env-sec .env-flex .content{
    width: calc(60% - 40px);
    margin: 20px;
}

.env-sec .env-flex .env-box{
    width: calc(33.333% - 40px);
    margin: 20px;
}

.env-sec .ind-head{
    margin-bottom: 10px;
}

.env-sec .env-li h6{
    font-size: 25px;
    font-weight: 600;
}

.env-sec .env-li .ind-para{
    width: 70%;
}

.env-sec .env-box .env-li .ind-para{
    width: 100%;
}

.env-sec .env-li{
    position: relative;
    padding-left: 34px;
}

.env-sec .env-li::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../assets/discover/icon.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-size: contain;
}

.env-sec .content .ind-para{
    margin-bottom: 35px;
}

.env-sec .content .env-li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 120%;
    top: 24px;
    left: 9px;
    border-left: 1px solid var(--primary-colour);
}

.env-sec .content .env-li:last-child:after{
    content: none;
}

.green-sec {
    padding: 30px 0;
}

.green-sec .ind-head{
    margin-bottom: 15px;
}

.exc-sec{
    padding: 30px 0;
    background-image: url(../assets/industry/bank/exc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.exc-sec .exc-flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -20px;
}

.exc-sec .exc-flex .img-div{
    width: calc(45% - 40px);
    margin: 20px;
    position: relative;
}

.exc-sec .exc-flex img{
    max-width: 100%;
    border-radius: 15px;
}

.exc-sec .exc-flex .content-div{
    width: calc((55% - 40px));
    margin: 20px;
}

.exc-sec .exc-flex .poly{
    position: absolute;
    width: 40px;
    top: -30px;
    left: -45px;
    border-radius: 0px;
}

.exc-sec .exc-flex .mask{
    position: absolute;
    width: 40px;
    bottom: 10px;
    right: -45px;
}

.ind-head.small-2{
    margin-bottom: 15px;
    font-size: 33px;
    font-family: "Noto Sans", sans-serif;
}

.exc-sec .ex-box{
    width: calc(50% - 40px);
    margin: 20px;
}

.exc-sec .ul-box{
    display: flex;
}

.exc-sec .ul-box .num{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e7e7e7e7;
    border-radius: 50%;
    font-size: 20px;
    color: var(--primary-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: 500;
}

.exc-sec .ul-box h6 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: Roboto;

}

.exc-sec .ul-box li {
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.exc-sec .ul-box li::before{
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    background-image: url(../assets/industry/bank/tick.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
}

.exc-sec .content-div .ul-box{
    padding-left: 10%;
    margin-top: 25px;
}

.str-sec{
    background-color: #fff;
    padding: 35px 0px;
}
.driv_sec{
    padding: 50px 0;
}

.str-sec img{
    max-width: 100%;
}

.str-sec .str-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 10px;
}

.str-sec .str-flex .str-box{
    position: relative;
    width: calc(33.33% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px 22px;
    height: 300px;
}
.str-sec.str-sec .str-flex .str-box {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px 22px;
    height: 250px;
}
.h-str-sec.str-sec .str-flex .str-box{
    height: 300px;
}
.str-sec .str-flex .str-box:hover{
background-color: var(--primary-colour);
    color: #fff;
}
.str-sec .str-flex .str-box:hover h6,
.str-sec .str-flex .str-box:hover .btn-read,
.str-sec .str-flex .str-box:hover .btn-read-less
 {
    color: #fff;
}
.str-sec .str-flex .str-box:hover .btn-read::after {
    background-image: url(../assets/industry/micro/whitearrow.png);
}
.str-sec .str-flex .str-box:hover .btn-read-less::after{
    background-image: url(../assets/industry/micro/whitearrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.str-sec-2 .str-flex .str-box {
    padding: 20px 30px;
}

.str-sec-2 .str-flex .str-box:hover{
    background-image: url(../assets/industry/health/str-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.str-sec-2 .str-flex .str-box:hover h6{
    color: #fff;
}
.str-sec-2 .str-flex .str-box h6 {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.str-sec-2 .str-flex .str-box:hover .ind-para{
    color: #fff;
}

.str-sec .str-flex .str-box img{
    width: 75px;
    height: 75px;
    border-radius: 9px;
}
.unr-sec .cut-para{
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: 300;
}
.str-sec .str-flex .str-box h6 {
    color: #000000;
    margin: 15px 0;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
.str-sec.manufacturig-sec .str-flex .str-box h6{
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0;
    
}
.str-sec .str-flex .str-box .btn-read,
.str-sec .str-flex .str-box .btn-read-less {
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    color: var(--primary-colour);
    font-size: 14.5px;
    position: relative;
    padding-right: 24px;
    transition: all 0.1s ease-in;
}

.str-sec .str-flex .str-box .btn-read,
.str-sec .str-flex .str-box .btn-read-less:hover {
    text-decoration: none;
    padding-right: 30px;
}

.str-sec .str-flex .str-box .btn-read::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--primary-colour);
    font-size: 18px;
    background-image: url(../assets/industry/bank/read.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}
.str-sec .str-flex .str-box .btn-read-less::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--primary-colour);
    font-size: 18px;
    background-image: url(../assets/industry/bank/read.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.emp-sec {
    padding: 50px 0;
    background-image: url(../assets/industry/bank/exc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.emp-sec .ind-head{
    margin-bottom: 10px;
}

.emp-sec .emp-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 35px;
}
.emp-sec .emp-flex .emp-box{
    width: calc(33.33% - 20px);
    margin: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.img-box .emp-flex .emp-box.box1,
.img-box .emp-flex .emp-box.box3{
        width: calc(35% - 40px);
        margin: 20px;
        border-radius: 10px;
        overflow: hidden;
    
}
.img-box .emp-flex .emp-box.box2{
    width: calc(30% - 20px);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;

}
.emp-sec .emp-head{
    font-size: 20px;
    font-weight: 600;
}
.emp-sec .emp-flex .emp-box .img-div{
    position: relative;
}

.emp-sec .emp-flex .emp-box .img-div img{
    max-width: 100%;
}

.emp-sec .emp-flex .emp-box .img-div h6{
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: Roboto;


}

.emp-sec .content-div{
    padding: 15px;
    background-color: #fff;
   height: 100%;
}

.emp-sec .content-div li {
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    margin-bottom: 6px;
    padding-left: 25px;
}
.emp-sec .emp-flex .emp-box .img-div .img-grid {
    height: 405px;
    width: 100%;
}
.emp-sec .content-div li::before{
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    background-image: url(../assets/industry/bank/arrow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    background-size: contain;
}

.lock-sec{
    padding: 50px 0;
}

.lock-sec .lock-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.lock-sec .lock-flex .lock-box{
    width: calc(50% - 40px);
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lock-sec .lock-flex .lock-box img{
    max-width: 100%;
}

.lock-sec .lock-flex .lock-box .ind-head{
    margin-bottom: 15px;
}

.lock-sec .lock-round {
    width: 600px;
    margin: auto;
    margin-top: 80px;
    position: relative;
}

.lock-sec .lock-round img{
    max-width: 100%;
}

.lock-sec .lock-arow-box{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 72px;
    color: #fff;
    padding-bottom: 10px;
    font-size: 15px;
}

.lock-sec .lock-arow-box img{
    width: 30px;
    margin-right: 7px;
}

.lock-sec .lock-arow-box.right{
    background-image: url(../assets/industry/bank/right.png);
}

.lock-sec .lock-arow-box.left{
    background-image: url(../assets/industry/bank/left.png);
}

.lock-sec .lock-arow-box.one{
    left: 50%;
    transform: translateX(-50%);
    top: -6%;
}

.lock-sec .lock-arow-box.two{
    left: -10%;
    top: 5%;
}

.lock-sec .lock-arow-box.three{
    left: -23%;
    top: 26%;
}

.lock-sec .lock-arow-box.four{
    left: -27%;
    top: 48%;
}

.lock-sec .lock-arow-box.five{
    left: -23%;
    top: 69%;
}

.lock-sec .lock-arow-box.six{
    right: -10%;
    top: 5%;
}

.lock-sec .lock-arow-box.seven{
    right: -24%;
    top: 20%;
}

.lock-sec .lock-arow-box.eight{
    right: -28%;
    top: 40%;
}

.lock-sec .lock-arow-box.nine{
    right: -26%;
    top: 60%;
}

.lock-sec .lock-arow-box.ten{
    right: -17%;
    top: 80%;
}

.focus-sec{
    padding: 50px 0;
    background-image: url(../assets/industry/bank/focus-bg.jpg);
    position: relative;
}

.focus-sec .ar-5{
    width: 70px;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.focus-sec .ind-head{
    color: #fff;
}

.focus-sec .ind-para{
    color: #fff;
}

.focus-sec .focus-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.focus-sec .focus-flex .focus-box{
    width: calc(50% - 80px);
    margin: 40px 40px 0px 40px;
    margin-bottom: -55px;
}

.focus-sec .focus-flex .focus-box .f-1{
   max-width: 100%;
   margin-top: 35px;
}

.focus-sec .focus-flex .focus-box .f-2{
    width: 60%;
    transform: translate(80%, -43%);
}

.focus-sec .focus-flex .focus-box .ind-para{
    font-weight: 400;
}

.focus-sec .focus-flex .focus-box .head-li {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-right: 70px;
    position: relative;
    margin-bottom: 25px;
    font-family: Roboto;
}

.focus-sec .focus-flex .focus-box .head-li img{
    width: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.focus-sec .focus-flex .focus-box .head-li .closes,
.focus-sec .focus-flex .focus-box .active .head-li .open{
    display: none;
}

.focus-sec .focus-flex .focus-box .body-li{
    padding: 25px;
    display: none;
}

.focus-sec .focus-flex .focus-box .active .head-li {
    background-color: var(--primary-colour);
    color: #fff;
    margin-bottom: 0;
}

.focus-sec .focus-flex .focus-box .active .head-li .closes{
    display: block;
}

.focus-sec .focus-flex .focus-box .active .body-li {
    display: block;
    height: auto;
    animation: slide-down 0.9s;
    opacity: 1;
}

.ele-sec{
    padding: 50px 0;
    width: 100%;
}

.ele-sec .ind-para{
    width: 50%;
}

.ele-sec .ele-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.ele-sec .ele-flex .ele-box{
    width: calc(33.333% - 40px);
    margin: 20px;
    margin-top: 0;
}

.ele-sec .ele-top{
    width: 40%;
    margin: auto;
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding-bottom: 20px;
    margin-top: 25px;
    position: relative;
    height: 170px;
}


.ele-sec .ele-top  img{
    max-width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.ele-sec .ele-img {
    text-align: center;
}

.ele-sec .ele-img .a-img{
    width: 45px;
    margin: 0 auto;
    text-align: center;
}

.ele-sec .ele-img .a2-img{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.ele-sec .ele-box .top-box{
    width: 100%;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding-bottom: 45px;
    position: relative;
    height: 165px;
}

.ele-sec .ele-flex .ele-box li{
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 90%;
    height: 79px;
    font-weight: 500;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ele-sec .ele-flex .ele-box ul {
    position: relative;
}

.ele-sec .ele-flex .ele-box ul::before{
    content: '';
    width: 50%;
    height: calc(100% - 26px);
    border: 2px dashed var(--primary-colour);
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    left: -27px;
    top: -13px;
}

.ele-sec .ele-flex .ele-box li::before{
    content: '';
    background-image: url(../assets/industry/bank/round.png);
    position: absolute;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
    width: 40px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ele-sec .ele-box .top-box img,
.ele-sec .ele-flex .ele-box li img{
    max-width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}
.who-we-sec .para-flex{
    display: flex;
    flex-wrap: wrap;
}

.who-we-sec .para-flex .para{
    width: 50%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.who-we-sec .para-flex .para::before{
    content: '';
    background-image: url(../assets/industry/mobile/dimond.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0;
}

.who-we-sec .who-flex .who-flex-list:hover .para-flex .para::before{
    background-image: url(../assets/industry/mobile/dimond-white.png);
}

.shape-sec{
    padding: 50px 0;
    background-image: url(../assets/industry/mobile/shape-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.shape-sec .shape-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.shape-sec .shape-flex .shape-box{
    width: calc(25% - 16px);
    margin: 8px;
    background: #fff;
    padding: 30px 10px;
    display: flex;
    cursor: pointer;
}

.shape-sec .shape-flex .shape-box:hover{
    /* background-image: url(../assets/industry/mobile/s-box-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    background-color: #FF7B58;
    box-shadow: 0px 4px 4px 0px #00000040
}

.shape-sec .shape-flex .shape-box .icon{
    margin-right: 10px;
}

.shape-sec .shape-flex .shape-box:hover .text h6,
.shape-sec .shape-flex .shape-box:hover .text .ind-para{
    color: #fff;
}


.shape-sec .shape-flex .shape-box .icon img{
    width: 30px;
}

.shape-sec .shape-flex .shape-box .icon .light,
.shape-sec .shape-flex .shape-box:hover .icon .dark{
    display: none;
}

.shape-sec .shape-flex .shape-box:hover .icon .light{
    display: block;
}

.shape-sec .shape-flex .shape-box .text h6{
    font-size: 15px;
    color: #000;
}

.shape-sec .shape-flex .shape-box .ind-para{
    font-size: 14px;
    padding-bottom: 10px;
}

.shape-sec .shape-flex .ttl-box{
    width: calc(75% - 30px);
    margin: 15px;
}

@keyframes slide-down {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.net-sec{
    padding: 55px 0;
    background-color: #fff;
}
.our_expe.net-sec{
    background: #F2F5F9;
}
.our_expe.net-sec .net-box .content {
    padding: 15px 20px;
    min-height: 167px;
    background-color: #fff;
}

.net-sec .double-cl-head{
    margin-bottom: 8px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
.electric-slide-sec .ind-para {
    text-align: center;
    width: 100% !important;
    margin: auto;
}
.net-sec .ind-para{
    text-align: center;
    width: 40%;
    margin: auto;
}

.net-sec .net-slide{
    margin: 25px -20px;
}

.net-sec .net-box{
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px;
    height: auto;
}

.net-sec .net-box img{
    width: auto;
    height: auto;
    max-width: 100%;
}

.net-sec .net-box h6{
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left;}

.net-sec .net-box .content{
    padding: 15px 20px;
    height: 200px;
}
.net-sec .net-box .content:hover h6{
    color: var(--primary-colour);
}
.net-sec .net-box .ind-para{
    width: auto;
    width: auto;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-align: left;
}

.net-sec .net-slide .slide-arw img {
    width: 36px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.net-sec .net-slide .left-arw img{
    left: -2%;
}

.net-sec .net-slide .right-arw img{
    right: -2%;
}
.net-sec.mb_net_sec .net-slide .left-arw img{
    left: -3%;
}

.net-sec.mb_net_sec .net-slide .right-arw img{
    right: -3%;
}

.net-sec .slick-dots {
    width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -50px;
    display: flex;
}

.net-sec .slick-dots li {
    width: 100%;
    margin: 0 2px;
}

.net-sec .slick-dots li button{
    width: 100%;
    background-color: #c1c1c1;
    height: 4px;
    padding: 0;
}

.net-sec .slick-dots li.slick-active button{
    background: linear-gradient(180deg, #FFA95F 0%, #FF693E 100%);
}

.net-sec .slick-dots li button:before{
    content: none;
}

.net-sec.bike-3{
    padding: 30px 0 0 0 ;
}
.net-sec.bike-3 .ind-head{
    font-family: 'Inter';
}
.soft-sec{
    padding: 40px 0;
    background-image: url(../assets/industry/mobile/soft-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.soft-sec .double-cl-head{
    color: #fff;
    font-family: "Noto Sans", sans-serif;
}

.soft-sec .soft-box img{
    max-width: 100%;
}

.soft-sec .soft-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.soft-sec .soft-flex .soft-left{
    width: calc(45% - 40px);
    margin: 20px;
}

.soft-sec .soft-flex .soft-right{
    width: calc(55% - 40px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-left: 20px;
}

.soft-sec .soft-box-inner {
    width: calc(50% - 20px);
    margin: 10px;
}

.soft-sec .soft-box-inner.left{
    margin-top: 20px;
}

.soft-sec .soft-box-inner.right{
    margin-top: -20px;
}

.soft-sec .soft-box{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
}

.soft-sec .soft-box.bb-10{
    border-bottom: 10px solid var(--primary-colour);
}

.soft-sec .soft-box .content{
    padding: 35px 20px;
}

.soft-sec .soft-left .soft-box .content{
    padding: 50px;
}

.soft-sec .soft-box .content .num{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e7e7e7e7;
    border-radius: 50%;
    font-size: 20px;
    color: var(--primary-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: 500;
}

.soft-sec .soft-box .content .num.in-mob{
    display: none;
}

.soft-sec .soft-box .content .head {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    display: flex;
    margin-bottom: 25px;
    font-family: Roboto;

}
.who-sec-two .head-two.head-small {
    text-align: center;
    font-family: "Noto Sans", sans-serif;
}
.soft-sec .soft-box .content .ind-para{
    padding-left: 50px;
}

.str-sec .str-flex .str-head{
    width: calc(66.66% - 20px);
    margin: 10px;
}

.who-sec-two{
    background-image: url(../assets/industry/mobile/who-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.wel-sec .wel-para{
    text-align: center;
}
.un-sec  .ind-head {
    text-align: left !important;
    font-family: "Noto Sans", sans-serif;
}
.who-sec-two .who-box .ind-head {
    font-size: 21px;
    font-family: "Noto Sans", sans-serif;
}

.who-sec-two .who-box .ind-head::before{
    content: none;
}

.who-sec-two .who-box{
    margin-bottom: 18px;
    padding: 20px;
}

.wel-sec{
    background-color: #fff;
    padding: 50px 0;
}

.wel-sec .wel-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    margin-top: 30px;
}

.wel-sec .wel-flex .wel-box{
    width: calc(33.33% - 30px);
    margin: 15px;
    border-radius: 10px;
    /* overflow: hidden; */
}

.wel-sec .wel-flex .wel-box img{
    max-width: 100%;
}

.wel-sec .wel-flex .wel-box .content{
    border: 1px solid #e7e7e7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 0;
    padding: 20px;
    text-align: left;
    min-height: 255px;
    transition: all 0.3s ease-in-out;
}

.wel-sec .wel-flex .wel-box:hover .content{
    background-color: #fd52220f;
    border-color: var(--primary-colour);
}

.wel-sec .wel-flex .wel-box h6{
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}

.unr-sec{
    padding: 50px 0;
}

.unr-sec .ind-head {
    width: 60%;
    font-family: Inter;
    font-size: 38px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
}

.unr-sec .unr-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    margin-top: 30px;
}

.unr-sec .unr-flex .unr-box{
    width: calc(33.33% - 30px);
    margin: 15px;
    border-radius: 10px;
}

.unr-sec .unr-flex .unr-box .img {
    display: flex;
 align-items: center;
 gap: 40px;
}

.unr-sec .unr-flex .unr-box .img .left{
    width: 50px;
}

.unr-sec .unr-flex .unr-box .img .right{
    height: 55px;
}

.unr-sec .unr-flex .unr-box h6{
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
    font-family: "Noto Sans", sans-serif;
}
.health-img.h-healthimg{
    padding: 50p 0;
}
.ourser-sec.h-oursec .ourser-box img {
    width: 60px;
    height: 60px;
}

.unr-sec .unr-flex .unr-box:hover h6{
    color: var(--primary-colour);
}

.rad-sec.rad-sec-view {
    padding: 30px 0;
    background-image: url(../assets/industry/bank/exc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.rad-sec .rad-box-top{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.rad-sec .rad-box-top .rad-box-inner{
    width: calc(66.66% - 20px);
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

.rad-sec .rad-box-top .rad-box-img{
    width: calc(33.33% - 20px);
    margin: 10px;
}

.rad-sec .rad-box-top .rad-box-img img{
    max-width: 100%;
    border-radius: 45px;
}

.rad-sec .rad-box-top .rad-box-inner .rad-box{
    width: calc(50% - 20px);
    margin: 10px;
}

.rad-sec .rad-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}


.rad-sec .rad-flex .rad-box{
    width: calc(33.33% - 20px);
    margin: 10px;
}

.rad-sec .rad-box{
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
}

.rad-sec .rad-box h6{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans", sans-serif;
    line-height: 35px;
}
.electric-slide-sec .theme{
    color: var(--primary-colour);
} 
.rad-sec .rad-box .read-more {
    display: inline-block;
    margin-top: 15px;
    font-size: 14.5px;
    position: relative;
    padding-right: 24px;
    width: 0;
    color: #fff;
    height: 20px;
    white-space: nowrap;
}

.rad-sec .rad-box .read-more:hover{
    width: auto;
    color: var(--primary-colour);
    text-decoration: none;
}

.rad-sec .rad-box .read-more::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--primary-colour);
    font-size: 18px;
    background-image: url(../assets/industry/bank/read.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.health-img .health-img-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.health-img .health-img-flex .health-img-box{
    width: calc(33.33% - 30px);
    margin: 15px;
}

.health-img .health-img-flex .health-img-box img{
    max-width: 100%;
}

.hold-sec{
    padding: 50px 0;
    width: 100%;
    background-color: #fff;
}

.hold-sec .hold-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    margin-top: 21px;
}

.hold-sec .hold-flex .hold-box {
    width: calc(40% - 0px);
    margin: 12px 65px;
    padding: 10px 0;
    border-top: 0.5px solid #EE5A3280;
}

.hold-sec .hold-flex .hold-box:nth-child(1),
.hold-sec .hold-flex .hold-box:nth-child(2){
    border-top: 0;
}

.hold-sec .hold-flex .hold-box h6 {
    margin-bottom: 13px;
    position: relative;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
}

.hold-sec .hold-flex .hold-box:hover h6{
    color: var(--primary-colour);
}

.tech-sec{
    padding: 0;
    width: 100%;
}

.tech-sec .tech-sec-slide{
    margin-top: 25px;
}

.tech-sec .tech-sec-box img{
    max-width: 100%;
}

.tech-sec .tech-sec-box {
    overflow: hidden;
    margin: 0 15px;
    height: auto;
}

.tech-sec .tech-sec-slide .slide-arw img {
    width: 38px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tech-sec .tech-sec-slide .left-arw img{
    left: -3%;
}

.tech-sec .tech-sec-slide .right-arw img{
    right: -3%;
}

.tech-sec .tech-sec-box h6 {
    margin: 10px 0;
    min-height: 51px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

.tech-sec .tech-sec-box .content{
    padding: 5px 10px;
}

.pio-sec{
    padding: 0;
    width: 100%;
}

.pio-sec .pio-flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.pio-sec .pio-flex .pio-flex-inner{
    width: calc(50% - 50px);
    margin: 25px;
}

.pio-sec .pio-flex .pio-box .num {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #e7e7e7e7;
    border-radius: 50%;
    font-size: 19px;
    color: var(--primary-colour);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: 500;
}

.pio-sec .pio-flex  .pio-box {
    display: flex;
    padding-bottom: 30px;
}

.pio-sec .pio-flex .pio-flex-inner img {
    width: 100%;
    height: 700px;
}

.pio-sec .pio-flex .pio-box h6 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 13px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-top: 3px;
}

.pio-sec .pio-flex-2{
    margin: 0 -10px;
}

.pio-sec .pio-flex-2 .pio-box{
    width: calc(50% - 20px);
    margin: 10px;
}

.str-sec-2 .str-flex{
    margin-top: -20px;
}

.str-sec.cutting-sec .str-flex{
    margin-top: 0;
}

.industry .tech-box:hover h6,
.education-sec .edu-box:hover h6,
.education-sec .edu-box-1:hover h6 {
    color: var(--primary-colour);
}

.emp-sec.learning-sec.medical-sec .emp-box{
    border-radius: 0;
}

.mining-points .trans-box h2{
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Noto Sans", sans-serif;
}

.static-header .industry-menu > a{
    padding-right: 10px;
    cursor: pointer;
}

.static-header .industry-menu > a::before {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    font-size: 18px;
    z-index: 1;
    font-weight: 600;
}

.static-header .submenu1 ul li a{
    position: relative;
}

.staticPageUI .static-header .submenu1 ul li a.active{
    color: var(--primary-colour);
}

.static-header .submenu1 ul li a::after {
    content: "";
    position: absolute;
    right: -21px;
    top: 2px;
    color: var(--primary-colour);
    font-size: 18px;
    background-image: url(../assets/industry/bank/read.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    visibility: hidden;
}

.static-header .submenu1 ul li a:hover:after,
.static-header .submenu1 ul li a.active:after{
    visibility: visible;
}

.ourservice-sec,
.service-sec{
    padding: 30px 0;
}

.mx-auto{
    margin-left: auto;
    margin-left: auto;
}

h6.head-h6 {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}
.h-education-sec .head-two {
    text-align: center;
    /* width: 80%; */
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 38px;
}
.h-education-sec h6.head-h6 {
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0;
    transition: all 0.3s ease-in-out;
    font-family: "Noto Sans", sans-serif;
}

.ind-head.text-white{
    color: #fff;
}

.staticPageUI .elevate-sec.tab-sec{
    background-image: url(../assets/industry/travel/tab-bg.png);
}

.str-sec.h-str-sec .str-flex .str-box img {
    width: 130px;
    height: 100px;
}
.str-sec.h-str-sec .str-flex .str-box .iso-img{
    position: absolute;
    left: -8%;
    bottom: 20%;
    width: 17px !important;
    height: 90px !important;
    border-radius: 0;
}
.str-sec.h-str-sec .str-flex .str-box .iso1-img{
    position: absolute;
    height: 20px;
    right: -8%;
    bottom: -10%;
}
.str-sec.h-str-sec .str-flex .str-box .iso2-img{
    position: absolute;
    right: -6%;
    bottom: 50%;
    width: 13px;
    height: 13px;
}
.str-sec.h-str-sec .str-flex .str-box .iso3-img {
    position: absolute;
    left: -8%;
    bottom: 2%;
    width: 14px;
    height: 14px;
    border-radius: 0;
}
.str-sec.h-str-sec .str-flex {
    justify-content: center;
}

.str-sec.h-str-sec .str-flex .str-box:hover{
    background-image: url(../assets/industry/travel/box-hover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.str-sec.h-str-sec .str-flex .str-box:hover h6,
.str-sec.h-str-sec .str-flex .str-box:hover .ind-para{
    color: #fff;
}

.h6-dbl{
    font-size: 23px;
    color: #000;
    font-weight: 400;
    margin: 15px 0;
    line-height: 30px;
    font-family: "Noto Sans", sans-serif;
}

.h6-dbl .theme{
    color: var(--primary-colour);
    display: inline;
    padding-right: 5px;
}

.education-sec .edu-box:hover .h6-dbl{
    color: var(--primary-colour);
}

.ind-head.wd-full{
    width: 100%;
}

.grid-box.in-box-sec .box-row{
    justify-content: center;
}

.success-pop {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.success-pop .outer-pop{
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.success-pop .inner-pop {
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 425px;
    min-height: 200px;
    border-radius: 5px;
    padding: 2rem;
    border-radius: 0.42rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-pop .inner-pop .icon {
    border-color: #2e8518;
    color: #2e8518;
    background-color: #2e8518;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
}

.success-pop .inner-pop .icon img{
    max-width: 100%;
}

.success-pop .inner-pop h6 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-top: 25px;
}

.success-pop .inner-pop p {
    font-size: 15px;
    text-align: center;
    margin: 20px 0;
}

.success-pop .inner-pop .btn-ok-pop{
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    color: #fff;
    background-color: #2e8518;    
    border-radius: 0.42rem;
    width: 100px;
}

.success-pop .inner-pop .btn-ok-pop:hover{
    background-color: #1d7b06;
}


@media (min-width: 1450px){
    .staticPageUI .container{
        width: 1250px;
    }

    .ele-sec .container-2{
        width: 1170px;
    }
}

@media (min-width: 1300px) and (max-width: 1450px){
    .staticPageUI .container{
        width: 93%;
        padding: 0;
    }

    .ele-sec .container-2{
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .min-wd{
        width: 66%;
        margin-left: auto;
        margin-right: auto;
    }

    .min-wd-80{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .str-sec.cutting-sec .top-content-img .str-box{
        margin-right: 0;
    }

    .rad-sec-view .rad-box-inner > .ind-para{
        margin-bottom: 15px;
        padding-right: 20%;
    }

    .rad-sec-view .ind-head.small-2{
        font-size: 38px;
    }

    .h-education-sec .edu-flex{
        justify-content: center;
    }

    .h-education-sec .edu-flex .more-wd{
        width: calc(40% - 20px);
    }
    
}


@media (max-width: 1200px){
    .trust-sec .trust-sec-inner .box-flex {
        margin: 0 -20px;
    }

    .trust-sec .trust-sec-inner .box-flex .box-list {
        width: calc(33.333% - 40px);
        margin: 20px 20px;
        margin-top: 0;
    }

    .flag-sec .flag-sec-inner .flag-sec-box,
    .team-sec .team-sec-inner .team-sec-box {
        width: calc(33.33% - 20px);
    }

    .ele-sec .ele-flex .ele-box {
        width: calc(100% - 40px);
        margin: 20px;
        margin-top: 0;
    }

    .ele-sec .ele-flex .ele-box {
        width: calc(100% - 40px);
        margin: 20px;
        margin-top: 0;
    }

    .ele-sec .ele-top{
        width: 100%;
        padding-bottom: 31px;
    }

    .ele-sec .ele-flex .ele-box ul {
        position: relative;
        margin-top: 50px;
        margin-left: 50px;
    }

    .ele-sec .ele-flex .ele-box ul::before {
        width: 43%;
        left: -27px;
    }

    .ele-sec .ele-flex .ele-box li{
        font-size: 15px;
        padding-bottom: 10px;
    }

    .soft-sec .soft-flex .soft-left,
    .soft-sec .soft-flex .soft-right{
        width: calc(100% - 40px);
    }

    .soft-sec .soft-box-inner.left,
    .soft-sec .soft-box-inner.right {
        margin-top: 0;
    }

} 

@media (max-width: 991px) {
    .standard .content h6 {
        font-size: 17px;
    }
    .footer-top-inner .add-div {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-top-inner .industry-div {
        width: 75%;
        padding-left: 0;
        padding-right: 15px;
    }

    .footer-top-inner .service-div {
        width: 25%;
    }

    .who-we-sec .who-flex  .who-flex-list{
        width: calc(50% - 20px);
    }

    .trust-sec .trust-sec-inner .left-text{
        width: 100%;
        padding-right: 0;
    }
    
    .trust-sec .trust-sec-inner .right-box{
        width: 100%;
        margin-top: 25px;
        padding-left: 0;
    }

    .year-sec .year-sec-inner .left-img, .year-sec .year-sec-inner .right-text {
        width: calc(100% - 70px);
        margin: 0 35px;
        position: relative;
    }

    .year-sec .year-sec-inner .list-sec{
        margin-top: 35px;
    }

    .team-sec .team-sec-inner .team-sec-box .top-logo img {
        width: 200px;
        height: 200px;
    }

    .ind-btext{
        width: 100%;
    }

    .disc-flex .disc-box{
        width: 50%;
    }

    .cut-sec .cut-flex .cut-box{
        width: calc(50% - 20px);
    }

    .ourser-sec .ourser-box{
        width: 25%;
        border-right: 1px solid transparent;
    }

    .revolv-flex .revolv-box{
        width: calc(100% - 20px);
    }

    .why-sec .why-flex .why-box{
        width: calc(33.333% - 30px);
    }

    .appr-sec .appr-flex .appr-box {
        width: calc(50% - 50px);
    }

    .exc-sec .exc-flex .img-div ,
    .exc-sec .exc-flex .content-div,
    .exc-sec .ex-box {
        width: calc(100% - 40px);
    }

    .exc-sec .content-div .ul-box{
        padding-left: 0;
    }

    .exc-sec .ex-box{
        margin-bottom: 0;
    }
    
    .str-sec.h-str-sec .str-flex .str-box .iso-img, .str-sec.h-str-sec .str-flex .str-box .iso1-img,
    .str-sec.h-str-sec .str-flex .str-box .iso3-img, .str-sec.h-str-sec .str-flex .str-box .iso3-img{
        display: none;
    }
    .str-sec .str-flex .str-box,
    .emp-sec .emp-flex .emp-box{
        width: calc(100% - 20px);
        padding: 10px 20px;
        height: 200px;
    }
    .str-sec .str-flex .str-box{
        height: 280px;
    }
    .str-sec-2 .str-flex .str-box h6 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        font-size: 18px !important;
        line-height: 22px;
    }

    .lock-sec .lock-round{
        width: 400px;
    }

    .focus-sec .focus-flex .focus-box {
        width: calc(100% - 80px);
        margin: 0 40px;
    }

    .focus-sec .focus-flex .focus-box .f-1 {
        width: 80%;
    }

    .focus-sec .focus-flex .focus-box .f-2 {
        width: 52%;
        transform: translate(80%, -43%);
    }

    .focus-sec .ar-5 {
        left: 15px;
        bottom: 17px;
    }

    .shape-sec .shape-flex .ttl-box {
        width: calc(100% - 30px);
        margin: 15px;
    }

    .shape-sec .shape-flex .shape-box {
        width: calc(33.33% - 16px);
    }

    .str-sec .str-flex .str-head {
        width: calc(100% - 20px);
    }
    
    .wel-sec .wel-flex .wel-box {
        width: calc(50% - 30px);
    }

    .rad-sec .rad-box-top .rad-box-img{
        display: none;
    }

    .rad-sec .rad-box-top .rad-box-inner {
        width: calc(100% - 20px);
    }

    .rad-sec .rad-flex .rad-box {
        width: calc(50% - 20px);
    }

    .rad-sec .rad-flex {
        margin-top: -10px;
    }
    /* .ourservice-sec.satellite-service .ser-box,
    .ourservice-sec.entertainment-service .ser-box{
        border-right: 0px;
    } */
}

@media (max-width: 768px) {
    .pio-sec .pio-flex .pio-box h6 {
        font-size: 16px;
    }
    .footer-top-inner .industry-div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-top-inner .service-div {
        width: 100%;
    }    

    .banner-top .banner-text {
        width: 80%;
    }

    .staticPageUI .banner-top {
        height: 180px;
    }

    .who-we-sec .who-flex  .who-flex-list{
        width: calc(100% - 20px);
        height: autos;
        padding: 25px;
    }
.w-sec .who-flex  .who-flex-list{
    width: calc(100% - 20px);
    height: 300px;
    padding: 25px;
}
    .year-sec .year-sec-inner .left-img{
        padding-right: 60px;
    }

    .year-sec .year-sec-inner .highlight-box {
        padding: 13px;
        bottom: 20px;
        right: 0;
        width: 115px;
    }

    .year-sec {
        padding: 15px 0;
    }

    .year-sec .dot {
        top: 16%;
    }

    .year-sec .plus.right {
        bottom: 20px;
    }

    .year-sec .plus.left{
        display: none;
    }

    .contact-banner-text{
        width: 100%;
    }

    .flag-sec .flag-sec-inner .flag-sec-box,
    .team-sec .team-sec-inner .team-sec-box {
        width: calc(50% - 20px);
    }

    .contactform-sec .form-inner .form-inner-box {
        width: calc(100% - 30px);
    }

    .contactform-sec .form-inner .right-text {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .contactform-sec .form-inner .btn-box {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .map-sec .map-img {
        min-height: 350px;
    }

    .staticPageUI .abs{
        display: none;
    }

    .ind-btext .two-clr{
        font-size: 22px;
    }

    .ind-btext .main-head {
        font-size: 32px;
    }

    .ind-btext .para {
        width: 100%;
    }

    .ourser-sec .ourser-box{
        width: 33.33%;
        border-right: 1px solid transparent;
    }

    .tip-sec .tip-flex .tip-img {
        width: 100%;
    }

    .tip-sec .tip-flex .tip-form{
        width: 100%;
        padding: 20px;
    }

    .tip-sec .tip-flex .tip-form h3 {
        font-size: 20px;
        margin-top: 0;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .tip-sec .tip-flex .tip-form h6 {
        font-size: 15px;
        line-height: 0px;
    }
    .tip-sec .span-div {
        display: block;
        margin-bottom: 18px;
    }
    .tip-sec .contact-btn {
        font-size: 16px;
        padding: 8px 22px;
        border-radius: 5px;
        margin-top: 8px;
    }

    .why-sec .why-flex .why-box{
        width: calc(50% - 30px);
    }

    .env-sec .env-flex .img-div,
    .env-sec .env-flex .env-box,
    .env-sec .env-flex .content{
        width: calc(100% - 40px);
    }

    .env-sec .env-flex .content{
        margin-bottom: 0;
    }

    .env-sec .env-flex .env-box{
        margin-top: 0;
    }

    .env-sec .content .env-li::after{
        content: none;
    }

    .env-sec .env-li .ind-para{
        width: 100%;
    }

    .str-sec .str-img{
        margin-top: 25px;
    }

    .lock-sec .lock-flex .lock-box {
        width: calc(100% - 40px);
    }

    .staticPageUI .lock-sec .lock-arow-box{
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        transform: unset;
        margin: 10px auto;
    }

    .lock-sec .lock-round{
        margin-top: 10px;
    }

    .hbycli-sec .slick-nxtarr{
        right: 0;
        top: 18px;
    }

    .hbycli-sec .slick-prearr{
        left: 0;
        z-index: 1;
        top: 18px;
    }
    .grid-box.grid-sec .cut-box .ind-para {
        margin-top: 0px;
    }

    .shape-sec .shape-flex .shape-box {
        width: calc(50% - 16px);
    }

    .net-sec .slick-dots{
        width: 90%;
        bottom: -30px;
    }
    .str-sec.manufacturig-sec {
        padding: 0px;
    }
    .str-sec.manufacturig-sec .top-content .head-two, .str-sec.manufacturig-sec .top-content .ind-head {
        text-align: center;
        margin-bottom: 0px;
    }
    .str-sec.manufacturig-sec .str-flex.str-list .str-box h6 {
        line-height: 26px;
        width: 100%;
    }
    .emp-sec.electric-list {
        padding: 30px 0;
    }
    .focus .focus-head {
        margin-top: 25px;
    }
    .focus_sec .is-m, .focus_sec .is1-m1 {
        display: none;
    }
    .who-sec-two img{
        margin-bottom: 25px;
    }

    .rad-sec .rad-box-top .rad-box-inner .rad-box {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .unr-sec .unr-flex .unr-box {
        width: calc(50% - 30px);
    }

    .hold-sec .hold-flex .hold-box{
        width: calc(100% - 60px);
        width: 12px 30px;
    }

    .hold-sec .hold-flex .hold-box:nth-child(2){
        border-top: 0.5px solid #EE5A3280;
    }

    .tech-sec .tech-sec-slide .slide-arw img{
        top: 40%;
        z-index: 1;
        width: 30px;
    }
    .tech-sec .tech-sec-box h6 {
        font-size: 16px;
        line-height: 22px;
        margin: 5px 0;
    }
    .hold-sec {
        padding: 30px 0;
    }
    .hold-sec .hold-flex {
        margin-top: 0;
    }
    .hold-sec .hold-flex .hold-box h6 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 25px;
    }
    .hold-sec .hold-flex .hold-box {
        padding: 0;
    }
    .pio-sec .pio-flex .pio-box .num {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
    .pio-sec .pio-flex {
        margin-top: 20px;
    }
    .str-sec-2 .str-flex{
        margin-top: -35px;
    }

    .pio-sec .pio-flex .pio-flex-inner {
        width: calc(100% - 50px);
        margin: 0 25px;
    }

    .pio-sec .pio-flex .pio-flex-inner img {
        width: 100%;
        height: 400px;
    }
    .ourser-sec {
        padding: 30px 0;
    }
    .ourser-sec .ourser-box img {
        width: 40px;
        height: 40px;
    }
    .ourser-sec .ourser-box h6 {
        font-size: 12px;
        margin-top: 12px;
        line-height: 16px;
    }
    .tech-sec .tech-sec-box img {
        width: 100%;
        height: 200px;
    }

    .pio-sec .pio-flex-2 .pio-box{
        width: calc(100% - 20px);
    }

    .pio-sec .flex-revers{
        flex-direction: column-reverse;
    }

    .mining-points .trans-box h2{
        font-size: 19px;
    }

    .industry-menu:hover ul.submenu1 ul{
        padding: 0;
    }

    .static-header .submenu1 ul li a{
        width: fit-content;
    }
    
    .static-header .submenu1 ul li a::after{
        top: 7px;
    }

    .partner-sec.bus-sec .operation-head {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .staticPageUI .net-sec.net-view .operation-head{
        font-size: 20px;
        line-height: 30px;
    }
    .net-sec .net-box .ind-para {
        font-size: 14px;
        line-height: 22px;
    }

    .staticPageUI .bus-current-sec .p-bus{
        width: 100%;
    }
    .hold-sec.hold-view div.hold-flex{
        display: block;
        width: 100%;
        margin: 0px;
    }
    .hold-sec.hold-view .hold-flex div.hold-box{
        width: 100%;
        margin: 12px 0px;
    }
}

@media (max-width: 567px) {
    .success-pop .inner-pop{
        width: 95%;
    }
    
    h6.head-h6 {
        font-size: 20px;
    }

    .footer-top-inner .foot-menu-flex .left, .footer-top-inner .foot-menu-flex .center, .footer-top-inner .foot-menu-flex .right{
        width: 100%;
    }

    .footer-sec .footer-top-menu {
        padding: 15px 0;
    }

    .footer-sec .footer-copyright .copy-inner{
        flex-direction: column;
    }

    .footer-sec .footer-copyright .copy-inner .center{
        margin-top: 15px;
        gap: 15px;
    }

    .staticPageUI .banner-top {
        height: 180px;
    }

    .banner-top .banner-text h2 {
        font-size: 25px;
    }

    .sec-head,
    .trust-sec .trust-sec-inner .trust-head {
        font-size: 25px;

    }
 .sec-head{
    margin-top: 8px;
    margin-bottom: 8px;
 }
    .who-we-sec .who-flex .who-flex-list h4 {
        font-size: 20px;
        margin: 0px;
    }
    .who-we-sec .who-flex .who-flex-list .para{
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .trust-sec .trust-sec-inner .box-flex {
        margin: 0 -10px;
    }

    .trust-sec .trust-sec-inner .box-flex .box-list {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .contact-banner-text .double-cl-head {
        font-size: 40px;
    }
    
    .flag-sec .flag-sec-inner .flag-sec-box {
        width: calc(100% - 10px);
        margin: 15px 5px;
        margin-bottom: 0;
    }

    .flag-sec .flag-sec-inner {
        margin: 0 -5px;
        margin-top: 35px;
    }

    .double-cl-head,
    .team-sec .team-head,
    .head-two,
    .ind-head,
    .acco-sec .ind-head {
        font-size: 20px;
        line-height: 25px !important;
    }

    .acco-sec .ind-head{
        width: 100%;
    }
   
    .cut-sec .ind-head{
        line-height: normal;
    }

    .flag-sec .tech-div .tech-text {
        font-size: 20px;
    }

    .team-sec .team-sec-inner .team-sec-box {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .team-sec .team-sec-inner {
        margin: 0 -5px;
        margin-top: 35px;
    }

    .team-sec .team-sec-inner .team-sec-box .top-logo img {
        width: 100px;
        height: 100px;
    }

    .contactform-sec .form-inner .right-text h5 {
        font-size: 20px;
    }

    .map-sec .map-img {
        min-height: 300px;
        margin-top: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .team-sec .team-sec-inner .team-sec-box .text h6 {
        font-size: 13px;
    }

    .flag-sec .flag-sec-inner .flag-sec-box .bot img {
        margin-right: 10px;
    }

    .disc-flex .disc-box{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border: none !important;
        border-bottom: 1px solid #e7e7e7 !important;
    }  

    .cut-sec .cut-flex .cut-box{
        width: calc(100% - 20px);
    }

    .ourser-sec .ourser-box{
        width: 50%;
        border-right: 1px solid transparent;
    }

    .head-two.head-small{
        font-size: 26px;
        line-height: normal;
    }

    .value-flex .value-box h5 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .value-flex {
        width: 100%;
        margin: 20px auto;
    }

    .who-sec .who-box {
        margin-left: 6px;
        padding: 15px;
        margin-bottom: 33px;
    }

    .who-sec .who-box .ind-head {
        font-size: 18px;
    }

    .who-sec .who-box .ind-head::before{
        top: 0;
    }

    .why-sec .why-flex .why-box{
        width: calc(100% - 30px);
    }

    .appr-sec .appr-flex .appr-box {
        width: calc(100% - 50px);
        margin-bottom: 0;
    }

    .joinus-sec h5 {
        font-size: 50px;
    }

    .joinus-sec .join-head {
        font-size: 16px;
        margin-top: 12px;
    }

    .str-sec .str-flex .str-box,
    .emp-sec .emp-flex .emp-box{
        width: calc(100% - 20px);
        height: auto;
    }
    .driv_sec.str-sec.str-sec .str-flex .str-box{
        height: 220px;
    }
    .driv_sec.str-sec .str-flex .str-box .plus.right.rgt,
    .driv_sec.str-sec .str-flex .str-box .plus.left.lft{
        display: none;
        width: calc(100% - 20px);
        height: auto;
        
    }
    .emp-sec .emp-flex .emp-box{
        padding: 0px;
    }
    .emp-sec .emp-flex .emp-box .img-div h6 {
        font-size: 20px;
    }
    .shape-sec .shape-flex .shape-box {
        width: calc(100% - 16px);
    }

    .net-sec .ind-para{
        width: 100%;
    }

    .soft-sec .soft-box-inner{
        width: 100%;
    }

    .soft-sec .soft-box-inner.left, .soft-sec .soft-box-inner.right{
        margin-bottom: 0;
    }

    .soft-sec .soft-box-inner.right,
    .soft-sec .soft-box-inner.left {
        margin-top: -20px;
        margin-right: 0;
        margin-left: 0;
    }

    .soft-sec .soft-left .soft-box .content{
        padding: 35px 20px;
    }

    .soft-sec .soft-box .content .num.in-mob{
        display: flex;
    }

    .soft-sec .soft-box .content .num.not-mob{
        display: none;
    }

    .wel-sec .wel-flex .wel-box {
        width: calc(100% - 30px);
    }

    .wel-sec .wel-flex .wel-box .content{
        min-height: auto;
    }

    .rad-sec .rad-box-top .rad-box-inner .rad-box,
    .rad-sec .rad-flex .rad-box {
        width: 100%;
        margin: 10px;
    }

    .unr-sec .unr-flex .unr-box {
        width: calc(100% - 30px);
    }

    .rad-sec .rad-box-top .rad-box-inner .rad-box{
        margin-left: 0;
        margin-right: 0;
    }

    .unr-sec .ind-head {
        width: 100%;
        font-size: 22px;
        line-height: 24px;  
    }
    
    .health-img .health-img-flex .health-img-box{
        width: calc(100% - 30px);
    }

    .unr-sec .unr-flex .unr-box h6 {
        font-size: 20px;
    }
    
}

@media(min-width: 567px) and (max-width: 1199px){
    .ele-sec .container-2{
        width: 400px;
    }
}

/* logistic */
.vision-sec{
    margin-top: 30px;
    margin-bottom: 10px;
}
.vis .box{
    height: unset !important;
}
.vision-sec .box{
    width: calc(33.3333% - 20px);
    border: 1px solid #CCCCCC;
    overflow: hidden;
    margin: 10px;
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000000;
    background-color: #fff;
    transition: all 0.2s ease-in;
    height: 380px;
}
.vision-sec .vision-img{
    height: 70px;
    width: 70px;
}
.vision-sec .vision-head{
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    margin-top: 12px;
    font-family: "Noto Sans", sans-serif;
}
.vision-sec .vision-para{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 5px;
}
.inno-sec.num-sec .img-box .rev-img{
    width: 60px;
    height: 60px;
}
.stand-sec .check-box h3 {
    font-size: 18px;
    margin-bottom: 18px;
}
.vision-sec .vision-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vision-sec .box:hover img {
    opacity: 0; 
}
.vision-sec .box:hover{
background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
    color: #fff;
    border-color: transparent;
    cursor: default;
}
.vision-sec .box:hover .v-img{
    background-image: url(../../../assets/industry/logistics/vision.png);
    background-size: 70px;
    background-repeat: no-repeat;
    opacity: 1;
}
.vision-sec .box:hover .v-img1{
    background-image: url(../../../assets/industry/logistics/mission1.png);
    background-size: 70px;
    background-repeat: no-repeat;
    opacity: 1;
}
.vision-sec .box:hover .v-img2{
    background-image: url(../../../assets/industry/logistics/value-white.png);
    background-size: 70px;
    background-repeat: no-repeat;
    opacity: 1;
}
.vision-sec .box:hover li::before {
    content: "";
    border: 1px solid #fff; 
    display: inline-block;
    width: 0.6em; 
    height: 0.6em; 
    margin: 0 0.5em; 
    transform: rotate(45deg);
    vertical-align:middle; 
}
/* 2nd sec */
.operation-sec{
    margin-top: 20px;
    margin-bottom: 20px;
}
.o-sec .operation-head{
font-family: "Noto Sans", sans-serif !important;
}
.banking-1 .boxing {
 height: unset !important;
}
.operation-sec .operation-head{
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    margin-top: 5px;
    font-family: Inter;
    font-size: 33px;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
}
.operation-sec .theme{
    color: var(--primary-colour);
    display: inline;
}

.operation-sec .hed-right p{
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-top: 15px;
}
.operation-sec .img-box img{
    height: 98px;
    width: 120px;
}
.operation-sec  img{
  max-width: 100%;
}
.operation-sec .boxing{
    width: calc(33.33% - 20px);
    margin: 20px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 25px;
    height: 310px;
    background-color: #FFFFFF;
}
.operation-sec.pharm-ope .pharm-section .boxing{
    height: 340px;
}
.operation-sec .boxing h6{
    margin-top: 25px !important;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    font-family: 'Roboto';
}
.operation-sec .boxing-para{
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}
.operation-sec .iso{
    position: relative;
    margin-left: 0px;
}
.operation-sec .iso1{
    position: relative;
    margin-right: 0px;
}
.operation-sec .iso2{
    position: relative;
}
.operation-sec .iso-img{
    position: absolute;
    left: -8%;
    bottom: 15%;
    width: 17px;
    height: 95px;
}
.operation-sec .iso1-img{
    position: absolute;
    height: 20px;
    right: -8%;
    bottom: -10%;
}
.operation-sec .iso2-img{
    position: absolute;
    right: -6%;
    bottom: 50%;
    width: 13px;
    height: 13px;
}
.operation-sec .iso3-img {
    position: absolute;
    left: -10%;
    bottom: 2%;
    width: 14px;
    height: 14px;
}
/* 3rd sec */
.resolution-sec{
    margin-top: 30px;
    margin-bottom: 50px;
}
.resolution-sec .operation-head{
    font-size: 35px;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}
.resolution-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.resolution-sec .res-box{
    height: 150px;
    color: #000;
    background-color: #f1f6f9;
    border: 1px solid transparent;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align:-webkit-center;
}
.resolution-sec .content{
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.resolution-sec h5{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    /* text-align-last: center; */
    line-height: 1.8;
  
}
.resolution-sec p{
    font-size: 11.5px;
    line-height: 1.6;
    font-weight: 500;
}
.resolution-sec .res-box:hover{
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
    color: #fff;
    border-color: transparent;
    cursor: default;
}
.resolution-sec .res-box:hover h5{
    color: #fff;
}
/* 4th sec */
.testi{
    background: url(../../../assets/industry/logistics/testi.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 40px;
   height: 635px;
}
.tes{
    background: url(../../../assets/industry/micro/testi-bac.png);
}
.testi .testi-head{
    text-align: center;
    color: #fff;
}
.box-sec {
    width: 100%;
    background-image: url(../assets/industry/oil/bac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0px 45px 0px;
}
.box-view-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 35px;
    justify-content: center;
}
.box-content {
    background: url(../assets/industry/oil/boxbrd.png);
    padding: 25px 12px;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box-content.box-text-1{
    width: calc(25.0% - 22px);
    height: 135px;
}
.box-content.box-text-2{
    width: calc(25.33% - 22px);
    height: 135px;
}
.box-content.box-text-3{
    width: calc(25.33% - 22px);
    height: 135px;
}
.box-content p {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}
.box-sec .in-head {
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #fff;
}
.testi  .cut-box .content {
    padding: 13px;
    background-color: #fff;
    height: 210px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px ;
}
.testi  .cut-box h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.testi  .cut-box .ind-para {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.testi .testi-p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
}
.testi .img-div{
  overflow: hidden;
   
}
.testi .img-div img{
   max-width: 100%;
    object-fit: cover;
 
}

/* 6th section */
.beyond-sec{
    margin-top: 35px;
    margin-bottom: 35px;
}
.beyond-sec .operation-head{
    margin-bottom: 15px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}
.beyond-sec .beyond-para{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.beyond-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.beyond-sec .bey-box{
    height: 150px;
    color: #000;
    background-color: #f1f6f9;
    border: 1px solid transparent;
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
}
.b-sec .first{
  height: 240px !important;
  padding: 40px;
}
.beyond-sec .bey-head{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: start;
    line-height: 1.5;
}
.em-sec .bey-head {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: start;
    line-height: 1.4;
}
.beyond-sec .bey-para{
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 500;
}
/* 7th section */
.ourservice-sec .operation-head{
    margin: 0;
    margin-bottom: 40px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
}
.ourservice-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.ourservice-sec .ser-box{
    padding: 20px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.ourservice-sec .ser-box:nth-child(4), .ourservice-sec .third .ser-box:nth-child(3){
    border: none;
}
.ourservice-sec .ser-box img{
    width: 60px;
    height: 60px;
}
.ourservice-sec .second{
display: flex;
width: 98%;
align-items: center;
justify-content: center;
margin: 5px 0px;
}
.ourservice-sec .third{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
    }
/* 5th sec */
.elevate-sec {
    margin-top: 30px;
    margin-bottom: 40px;
}
.elevate-sec .ele-para {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.elevate-sec .operation-head{
    margin-bottom: 30px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
}
.elevate-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.elevate-sec  .head-li {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    cursor: pointer;
    font-family: Roboto;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    padding-right: 70px;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #eee;
  }
  .elevate-sec  .head-li .open {
    display: block;
  }

  .elevate-sec  .head-li .closes {
    display: none;
  }

  .elevate-sec  .head-li.active .open {
    display: none;
  }

  .elevate-sec  .head-li.active .closes {
    display: block;
  }
  .elevate-sec  .head-li.active {
    background-color: var(--primary-colour);
    color: #fff;
    border-color: transparent;
    cursor: default;
  }
  .elevate-sec  .head-li img {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .elevate-sec  .body-li {
    padding: 0px 20px 40px 20px;
    display: none; 
  }

  .elevate-sec  .active .body-li {
    display: block; 
    height: auto;
    animation: slide-down 0.9s;
    opacity: 1;
  }
.elevate-sec .ele-flex{
    display: flex;
    flex-wrap: wrap;
}
.elevate-sec .left{
    width: 47%;
    margin-right: 2rem;

}
.elevate-sec .right{
    width: 47%;
    margin-left: 2rem;
    float: right;
}
.elevate-sec .open,
.elevate-sec .closes{
    height: 25px;
    width: 25px;
}
/* 9th sec */
.tips-sec {
    padding: 50px 0;
    width: 100%;
    position: relative;
}
.tips-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/industry/logistics/dd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}

.sat-sec.tips-sec::before{

        content: '';
        width: 100%;
        height: 100%;
        filter: blur(4px);
        -webkit-filter: blur(4px);
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../assets/industry/micro/form-bac.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        opacity: 0.8;
    
}
.renew-sec.tips-sec::before{

    content: '';
    width: 100%;
    height: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/industry/renew/form-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;

}
.tips-sec .ddd-img{
  
    height:478px;
}
.tips-flex{
    display: flex;
    flex-wrap: wrap;
}
.tips-img{
    width: 35%;
}
.tips-form{
    width: 65%;
    padding: 40px 10%;
    background-color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.tips-form h3{
font-size: 35px;
}
.tips-form h6 {
    font-size: 17px;
    color: var(--primary-colour);
    margin-bottom: 40px;
}
.tips-sec .form-control {
    height: 40px;
    border-color: var(--primary-colour);
}
.tips-sec .contact-btn {
    background-color: var(--primary-colour);
    color: #fff;
    font-size: 16px;
    padding: 10px 22px;
    border-radius: 10px;
    border: 1px solid var(--primary-colour);
    outline: none;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    width: 100%;
    margin-top: 16px;
}
.tips-sec .contact-btn:hover {
    background-color: #fff;
    color: var(--primary-colour);
}
.tips-sec .span-div label {
    font-size: 14px;
    font-weight: 500;
}
.tips-sec .span-div {
    display: block;
    margin-bottom: 15px;
}
.log-content  .operation-head {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    color: #000;
    line-height: 1.6;
    margin-top: 35px;
}
.log-content .theme{
    color: var(--primary-colour);
    display: inline;
}
.log-content h1{
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    color: #000;
    line-height: 1.6;
}
.log-content p{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.beyond-sec .is{
    position: relative;
}
.beyond-sec .is-m{
    position: absolute;
    height: 110px;
    left: 0%; 
}

.beyond-sec .is1-m1{
    position: absolute;
    height: 110px;
    right: 0%;
    bottom: 28.5%;
    transform: rotate(180deg);
}

.focus_sec .is-m{
    position: absolute;
    height: 110px;
    left: 0%; 
    bottom: 35%;
}

.focus_sec .is1-m1{
    position: absolute;
    height: 110px;
    right: 0%;
    bottom: 30%;
    transform: rotate(180deg);
}

.beyond-sec .is1{
    position: relative;
}
.test img.polygon {
    width: 35px;
    position: absolute;
    top: 2%;
    left: 14px;
}
.test {
position: relative;
}
/* industrial engeering */
.rev-sec .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 55px ;
    color: #000;
}
.rev-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
@media(max-width:767px) and (min-width:511px){
    .testi button.slick-pre.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 28%;
        left: -14px;
      
    }
    .testi button.slick-nxt.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 28%;
        right: -14px;
    }
    .log-content .operation-head {
        font-size: 20px;
    }
    .log-content h1 {
        font-size: 25px;
    }
    .log-content p {
        font-size: 12px;
    }
    .vision-sec .box {
         width:100%;
         height: 245px
    }
    .vision-sec .img-box {
        margin-top: 0px;
    }
    .vision-sec .vision-head {
        font-size: 20px;
        margin: 0px;
    }
    .operation-sec .operation-head {
        font-size: 25px;
    }
    .operation-sec .mbl-box{
        width: 100%;
    }
    .operation-sec .box-row .boxing{
        width: calc(50% - 20px) !important;
        height: 280px;
    }
    .operation-sec .iso-img {
        left: -9.5%;
    }
    .operation-sec .iso1-img {
        right: -113%;
    }
    .operation-sec .boxing h6 {
        font-size: 15px;
    }
.rev-sec h3{
    font-size: 20px;
} 
.rev-sec p{
    font-size: 14px;
    line-height: 1.6;
}
.rev-sec .box{
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.rev-sec .right{
    margin-right: 3rem;
    width: 47%;
}
.rev-sec .left{
    margin-left: 3rem;
    width: 47%;
}
.rev-sec h3:hover{
    color: var(--primary-colour);
} 
/* 5th sec */
.inno-sec{
    margin-top: 50px;
    margin-bottom: 20px;
}

.inno-sec .operation-head{
    text-align: center;
    font-size: 38px;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 60px;
}
.inno-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.inno-sec .box{
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
}
.inno-sec .img-box{
    display: flex;
    align-items: center;
    gap: 40px;
}
.inno-sec .rev-img1{
    height:65px;
}
.inno-sec .rev-img{
    height: 70px;
    width: 70px;
}
.inno-sec.our_ser .rev-img{
    height: 50px;
    width: 50px;
}
.inno-sec .rev-b{
   height: 1px;
    width: 100px;
}
.inno-sec h2{
    font-size: 25px;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.4;
}
.inno-sec p{
    font-size: 15px;
    line-height: 1.6;
    padding: 4px 10px 4px 0px;
    font-family: "Noto Sans", sans-serif;
}
.inno-sec .in{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
/* 6th sec */
.stand-sec .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 55px ;
    color: #000;
}
.stand-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.stand-sec{
    margin-top: 30px;
    margin-bottom: 30px;
}
.stand-sec .check-box{
    display: flex;
    align-items: baseline;
    gap: 13px;
}
.stand-sec .stand-para{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px 
}
.stand-sec .vector-img{
    height: 15px;
    width: 15px;
}
.stand-sec h3{
    font-size: 18px;
}
.stand-sec .right{
    margin-right: 3rem;
    width: 47%;
}
.stand-sec .left{
    margin-left: 3rem;
    width: 47%;
}
}
@media (max-width:510px){
    .testi button.slick-pre.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 28%;
        left: -14px;
      
    }
    .testi button.slick-nxt.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 28%;
        right: -14px;
    }
    .log-content{
        transform: translate(0px, 0px);
    } 
    .log-content .operation-head {
        font-size: 20px;
    }
    .log-content h1 {
        font-size: 25px;
    }
    .log-content p {
        font-size: 12px;
    }
    .vision-sec .box {
        width:100%;
        height: 275px
   }
   .vision-sec .img-box {
       margin-top: 0px;
   }
   .vision-sec .vision-head {
       font-size: 20px;
       margin: 0px;
   }
   .operation-sec .operation-head {
       font-size: 16px;
   }
   .operation-sec .mbl-box{
       width: 95%;
   }
   .operation-sec .box-row .boxing{
       width: 95%;
   }
   .operation-sec .iso-img {
    left: -6.5%;
   }
   .operation-sec .iso1-img {
       right: -7%;
   }
   .operation-sec .boxing h6 {
       font-size: 15px;
}
.em-sec .emp-box {
    width: calc(100.33% - 20px) !important;
}
.full-sec .bey-box {
    width: calc(100.33% - 20px) !important;
}
.operation-sec {
   margin: 0px;
}
.vision-sec {
    margin: 0px;
}
.operation-sec .hed-right p {
    font-size: 12.5px;
}
.operation-sec .boxing-para {
   font-size: 13.5px;
}
.operation-sec .iso2-img {
   right: -114%;
}
.resolution-sec .operation-head {
   font-size: 16px;
}
.resolution-sec .res-box {
   width: calc(50% - 20px) !important;
}
.testi .testi-head {
   font-size: 16px;
   margin-bottom: 15px;
}
.testi {
   height: auto;
}
.testi .cut-box{
   width: 100%;
   margin-bottom: 150px;
   padding: 4px;
}
.testi .cut-box .content {
    height: 175px !important;
}
.testi .cut-box h6 {
   font-size: 16px;
}
.elevate-sec .operation-head {
   font-size: 16px;
}
.elevate-sec .ele-para {
   font-size: 13.5px;
}
.elevate-sec .left {
   width: 100%;
   margin-right: 0rem;
}
.elevate-sec .right {
   width: 100%;
   margin-left: 0rem;
}
.beyond-sec .operation-head {
   font-size: 21px;
}
.beyond-sec .beyond-para {
   font-size: 13.5px;
}
.beyond-sec .bey-box {
    height: 150px;
    width: 95%;
}
.ourservice-sec .operation-head {
   font-size: 21px;
}
.ourservice-sec .second{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ourservice-sec .third{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.tips-form h3 {
   font-size: 16px;
}
.tips-form {
   padding: 20px;
}

}
/* industrial engeering */
.rev-sec .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 55px ;
    color: #000;
}
.rev-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.rev-sec h3{
    font-size: 20px;
} 
.rev-sec p{
    font-size: 14px;
    line-height: 1.6;
}
.rev-sec .box{
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.rev-sec .right{
    margin-right: 3rem;
    width: 47%;
}
.rev-sec .left{
    margin-left: 3rem;
    width: 47%;
}
.rev-sec h3:hover{
    color: var(--primary-colour);
} 
/* 5th sec */
.inno-sec{
    margin-top: 40px;
    margin-bottom: 20px;
}

.inno-sec .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 55px ;
    color: #000;
    font-family: "Noto Sans", sans-serif 
}
.inno-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.inno-sec .box{
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
}
.inno-sec .img-box{
    display: flex;
    align-items: center;
    gap: 40px;
}
.inno-sec .rev-img1{
    height:65px;
}
.inno-sec .rev-img{
    height: 60px;
    width: 60px;
}
.inno-sec .rev-b{
   height: 2px;
    width: 100px;
}
.inno-sec h2{
    font-size: 24px;
    font-family: "Noto Sans", sans-serif 
}
.inno-sec p{
    font-size: 14px;
    line-height: 1.6;
    padding: 4px 10px 4px 0px;
}
.inno-sec .in{
    display: flex;
    flex-wrap: wrap;
}
/* 6th sec */
.stand-sec .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 55px ;
    color: #000;
}
.stand-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.stand-sec{
    margin-top: 30px;
    margin-bottom: 30px;
}
.stand-sec .check-box{
    display: flex;
    align-items: baseline;
    gap: 13px;
}
.stand-sec .stand-para{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px 
}
.stand-sec .vector-img{
    height: 15px;
    width: 15px;
}
.stand-sec h3{
    font-size: 18px;
}
.stand-sec .right{
    margin-right: 3rem;
    width: 47%;
}
.stand-sec .left{
    margin-left: 3rem;
    width: 47%;
}

.stand-sec .stand-img{
    width: 555px;
}
.stand-sec .s-para{
    margin-top: 30px;
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    /* text-align: center; */
    margin-bottom: 30px 
}
.vision-sec li {
    list-style-type: none; 
    padding-left: 1.5em;
  }
  
  .vision-sec  li::before {
    content: "";
    border: 1px solid #000; 
    display: inline-block;
    width: 0.6em; 
    height: 0.6em; 
    margin: 0 0.5em; 
    transform: rotate(45deg);
    vertical-align: middle; 
  }
  .testi1{
    background: url(../../../assets/industry/engineering/testi1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 40px;
   height: 550px;
  }
  .testi1 .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px ;
    margin-top: 30px;
    color: #000;
  }
  .testi1 .theme{
    color: var(--primary-colour);
    display: inline;
  }
  .testi1 .cut-box .con1 {
    height: 155px;
  }
  .testi1 .img-div {
    overflow: hidden;
    height: 190px;
}
.tel .img-div{
    overflow: hidden;
    height: auto; 
}
 /* .res h5{
    text-align: start
}  */
.res .res-box{
    text-align: -webkit-center;
}
.ourservice-sec .sec1{
    width: 100%;
}
.ourservice-sec .sec  .ser-box{
 border-right: 0px solid transparent;
    margin: 5px 0px;
}
.bey-sec .bey-box{
    height: 200px;
}
.bey-sec .bey-head{
    font-size: 22px;
    line-height: 1.2;
}
.testi button.slick-pre.slick-arrow {
    background: url(../../../assets/industry/logistics/arrow1.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 28%;
    left: -40px;
    z-index: 9;
}
.testi button.slick-nxt.slick-arrow {
    background: url(../../../assets/industry/logistics/arrow.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 28%;
    right: -40px;
}
.testi button.slick-pre.slick-arrow .fa,
.testi button.slick-nxt.slick-arrow  .fa{
    display: none;
}
.testi1  button.slick-pre.slick-arrow {
    background: url(../../../assets/industry/logistics/arrow1.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 58%;
    left: -40px;
    z-index: 9;
}
.testi1  button.slick-nxt.slick-arrow {
    background: url(../../../assets/industry/logistics/arrow.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 58%;
    right: -40px;
}
.testi1 .slick-dots li.slick-active{
    background: url(../../../assets/industry/engineering/t-bor.png);
}
.testi1  .slick-dots li.slick-active button {
display: none;
}
.testi1  .slick-dots li {
    list-style: none; /* Remove default list-style */
    display: inline-block;
    margin: 0 15px;
    height: 4px; /* Adjust margin as needed */
}
.testi1 .slick-dots li {
    width: 215px; 
    height: 4px; 
}
.testi1  .slick-dots li button {
    display: inline-block;
    width: 210px; /* Set the width of the line */
    height: 1px; /* Set the height of the line */
    background: url(../../../assets/industry/engineering/t-bor1.png);
    border: none; /* Remove border */
    cursor: pointer;
    padding: 2px !important;
}

.testi1  .slick-dots {
        bottom: 145px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .testi1  .slick-dots li button:before {
        width: 0px;
        height: 0px;
        font-size: 0px;
    }
.inno-sec .inc{
    width: 34.3%;
}
@media (max-width:767px){
    .testi1  button.slick-pre.slick-arrow {
        left: -23px;
        top: 40%;
    }
    .testi1 button.slick-nxt.slick-arrow {
        right: -23px;
        top: 40%;
    }
    .testi1  .slick-dots li button {
        width: 40px;
    }
    .testi1 .slick-dots li {
        display: inline-block;
        width: 40px; 
    }
    .rev-sec .operation-head {
        font-size: 20px;
        line-height: 28px;
    }
    .net-sec.net-view .net-box .content {
        height: 180px !important;
    }
    .rev-sec .right {
        margin-right: 0rem; 
        width: 100%;
    }
    .rev-sec .left {
        margin-left: 0rem;
        width: 100%;
    }
    .testi1 .operation-head {
        font-size: 21px;
    }
    .inno-sec .operation-head {
        font-size: 20px;
        line-height: 25px;
    }
    .inno-sec .in {
        margin-top: 3rem;
    }
    .inno-sec .box {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 20px;
    }
 
    .stand-sec .operation-head {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .stand-sec .check-box h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .beyond-sec.bey-sec .bey-box {
        height: unset;
        padding: 20px 25px;
    }
    .stand-sec .stand-img {
        width: 100%;
    }
    .stand-sec .left {
        margin-left: 0rem; 
         width: 100%;
    }
    .bey-sec .operation-head {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    .beyond-sec .bey-head {
        font-size: 18px;
        line-height: 1.4;
    }
    .beyond-sec .bey-para {
        font-size: 14px;
        line-height: 1.4;
    }
    .pharm-bey .is1-m1, .pharm-bey .is-m {
        display: none;
    }
    .inno-sec .rev-img {
        height: 55px;
        width: 55px;
    }
    .inno-sec .rev-img1 {
        height: 55px;
    }
    .testi1 {
        height: 575px;
    }
    .testi1 .slick-dots {
        bottom: 308px;
    }
    .ourservice-sec .sec{
        display:flex;
        flex-wrap: wrap;
    }
    .net-sec.net-view .operation-head{
        margin-bottom: 15px;
    }
}
@media (max-width:400px){
    .stand-sec .stand-img {
        width: auto;
        height: 255px;
    }
    .stand-sec h3 {
        font-size: 17px;
    }
    .stand-sec .s-para {
        text-align: start;
    }
    .res .res-box {
        height: 187px;
    }
    .vis .box{
        height: 345px;
    }
}
@media (max-width: 767px) and (min-width: 511px){
.vis .box {
    width: 100%;
    height: 278px;
}
.bus-op.bus-view-operation .box-row .boxing {
    height:360px
}
.bus-op.bus-view-operation  .boxing-head{
line-height: 22px;
}
}
@media (max-width:991px) and (min-width:768px){
    .testi1  button.slick-pre.slick-arrow {
        left: -23px;
    }
    .testi1 button.slick-nxt.slick-arrow {
        right: -23px;
    }
    .testi1  .slick-dots li button {
        width: 40px;
    }
    .testi1 .slick-dots li {
        display: inline-block;
        width: 40px; 
    }
    .testi1 .cut-box .con1 {
        height: 245px;
    }
    .testi1 .img-div {
        overflow: hidden;
        height: auto;
    }
    .res .res-box {
        width: calc(33% - 20px);
    }
    .resolution-sec .operation-head {
        font-size: 30px;
    }
    .rev-sec .operation-head {
        font-size: 30px;
    }
    .rev-sec .right {
        margin-right: 0rem;
        width: 100%;
    }
    .rev-sec .left {
        margin-left: 0rem;
        width: 100%;
    }
    .testi1 .operation-head {
        font-size: 30px;
    }
    .inno-sec .operation-head {
        text-align: center;
        font-size: 30px;
    }
    .inno-sec .box {
        width: calc(50.33% - 20px);
        margin-bottom: 20px;
    }
    .stand-sec .operation-head {
        font-size: 30px;
    }
    .stand-sec .stand-img {
        width: 692px;
        height: 357px;

    }
    .stand-sec .left {
        margin-left: 0rem;
        width: 100%;
    }
    .stand-sec .right {
        margin-right: 0rem;
        width: 100%;
    }
    .beyond-sec .operation-head {
        font-size: 27px;
    }
    .bey-sec .bey-box {
        width: calc(48.33% - 20px);
}
.tips-form h3 {
    font-size: 29px;
}
}
@media (max-width:1200px) and (min-width:992px){
    .stand-sec .stand-img {
        width: 395px;
        height: 535px;
    }
    .stand-sec .right {
        margin-right: 0rem;
        width: 50%;
    }
    .stand-sec .left {
        margin-left: 0rem;
        width: 50%;
    }
    .inno-sec .img-box {
        gap: 8px;
    }
    .rev-sec .right {
        margin-right: 0rem;
        width: 50%;
    }
    .rev-sec .left {
        margin-left: 0rem;
        width: 50%;
    }
    .vis .box {
        height: 415px;
    }
    .elevate-sec .left {
        width: 48%;
        margin-right: 0rem;
    }
    .industry .second-tech {
        margin-top: 60px;
    }
    .standard button.slick-nxt.slick-arrow {
        right: -24px;
    }
    .standard button.slick-pre.slick-arrow {
        left: -24px;
    }
    .circle-right-flex.circle-list-4 {
        transform: translatex(-10%);
    }
    .circle-right-flex.circle-list-3 {
        transform: translatex(1%);
    }
    
}
.box-content:hover{
    background: url(../assets/industry/oil/boxhover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box-content:hover p,
.str-flex.str-list .str-box:hover h6,
.str-flex.str-list .str-box:hover .ind-para{
    color: #fff;
}
.emp-sec .Empower-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 10px;
}
.emp-sec .empower-cont {
    width: calc(29.33% - 20px);
    margin: 29px;
}
.emp-sec .img-pic{
    display: flex;
    align-items: center;
}
.emp-sec .img-pic img{
    width: 20%;
    height: 20%;
    margin-right: 30px;
}
.in-sec {
    background-color: #fff !important;
    background-image: none;
}
.emp-sec .img-pic .bor{
    height: 2px;
    width: 100px;
    margin-right: 30px;
}
.emp-sec .img-pic img:last-child{
    margin-right: 0px;
}
.emp-sec .empower-cont p{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}
.emp-sec .empower-cont h2{
    color: #000;
    font-size: 25px;
}
.emp-sec.customer-part .slick-dots{
    display: none!important;
}
.str-flex.str-list .str-box{
    background: url(../assets/industry/oil/whitebg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.str-flex.str-list .str-box:hover,
.o-sec.operation-sec.str-operation-sec .boxing:hover,
.operation-sec.box-section.operation-txt-view .boxing:hover{
    background: url(../assets/industry/oil/hoverbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.circle-right-flex img{
    width: 140px;
    height: 140px;
}
.circle-left{
    background: url(../assets/industry/oil/circleround.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    margin-top: 48%;
    margin-top: 65%;
}
.circle-left .head-two{
    position: relative;
    text-align: unset;
    width: 100%;
    top: -100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 17px
}
.circle-left .ind-head{
    text-align: unset;
    margin-bottom: 5px;
}
.circle-left .theme.ind-head{
    text-align: unset;
    margin-right: 66px;
}
.circle-list{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.circle-list h6{
    color: #000000;
    font-family: Inter;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    margin-bottom: 4px;
}
.circle-list p{
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #000000;
}
.circle-right-flex.circle-list-1 {
    transform: translatex(-22%);
}
.circle-right-flex.circle-list-2 {
    transform: translatex(-5%);
}
.circle-right-flex.circle-list-3 {
    transform: translatex(2%);
}
.circle-right-flex.circle-list-4 {
    transform: translatex(-4%);
}
.customer-part.emp-sec button.slick-nxt.slick-arrow {
    background: url(../assets/industry/oil/rightarrow.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 50%;
    right: -25px;
}
.circle-flex {
    margin-top: 60px;
}
.circle-flex-bottom .col-sm-12{
    margin-top: 30px;
}
.customer-part.emp-sec button.slick-pre.slick-arrow {
    background: url(../assets/industry/oil/leftarrow.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 50%;
    left: -25px;
    z-index: 9;
}
.customer-part.emp-sec button.slick-pre.slick-arrow .fa,
.customer-part.emp-sec button.slick-nxt.slick-arrow .fa{
    display: none;
}
.customer-part.emp-sec .content-div h2:hover{
    color: var(--primary-colour);
}
.emp-sec.customer-part .emp-flex .emp-box {
    margin: 10px 22px 10px 22px;
}
.str-sec .top-content .head-two,
.str-sec .top-content .ind-head {
    text-align: unset;
    margin-bottom: 0px;
}
.str-sec .top-content {
    width: calc(78.33% - 20px);
}
.str-sec .top-content-img {
    width: calc(42.33% - 20px);
}
.str-sec .top-content-img .str-box{
    width: 100%;
}
.str-sec .str-view-sec{
    display: flex;
    align-items: center;
}
.str-sec .str-list.str-flex .str-box img,
.str-sec  .str-view-sec .top-content-img .str-box img{
    width: 138px;
    height: 138px;
}
.content-div.content-div-box:hover{
    background: url(../assets/industry/oil/boxlighthover.png);
    background-repeat: no-repeat;
        background-size: 100% 100%;
}
.service-sec .service-ourser-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 50px;
}
.service-sec .service-ourser-box {
    width: calc(23.33% - -1px);
    background: url(../assets/industry/oil/lightblue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 12px;
}
.service-sec .ind-para {
    font-size: 15.5px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 22px;
}
.service-sec .service-ourser-box h6 {
   font-size: 21px;
    font-weight: 600;
    color: #000;
}
.service-sec .service-ourser-box.mb-1{
    margin-top: 20px;
    margin-bottom: -20px;
}
.service-sec .service-ourser-box.mb-2{
    margin-top: 40px;
    margin-bottom: -40px;
}
.service-sec .service-ourser-box.mb-3{
    margin-top: 60px;
    margin-bottom: -60px;
}
.service-ourser-flex:last-child {
    margin-bottom: 90px;
}
.power-sec .power-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.power-sec .power-box {
    width: calc(50% - 40px);
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.power-sec .power-box img{
    max-width: 100%;
}
.power-sec .head-two,
.power-sec .ind-head  {
    text-align: unset;
}
.emp-sec.aerospace.oil-list{
    background: none;
}
.emp-sec.aerospace.oil-list .content-div li{
    margin-bottom: 20px;
}
.emp-sec.aerospace.oil-list .ind-para.text-center {
    margin: auto;
    font-size: 16px;
    width: 75%;
}
.oil_emp_sec.emp-sec .ind-head {
    margin-bottom: 0px;
}
.service-sec .service-ourser-box h6:hover {
    color: var(--primary-colour);
}
.str-sec .str-flex.str-list .str-box .img-box {
    margin-bottom: 35px;
}
.str-sec .str-flex.str-list .tri{
    position: absolute;
    width: 15px;
    left: 15px;
    margin-top: 160px;
}
.str-sec .str-flex.str-list  .str-box .plus.left{
    position: absolute;
    right: 12px;
    width: 20px;
    height: 20px;
    margin-top: 33px;
}
.str-sec .str-flex.str-list  .str-box .plus.right{
    position: absolute;
    width: 13px;
    height: 13px;
    right: 12px;
}

.air-sec .net-box .content  {
    padding: 15px 20px;
    min-height: 250px;
}
.air-sec .net-box h6 {
    font-family: Inter;
    font-size: 20px;
}
.tip-sec.oil-sec-form::before {
background: url(../assets/industry/oil/oilformbg.png);
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}
.tip-sec.electric-sec-form::before {
    background: url(../assets/industry/electric/electriformbg.png);
}
.ourser-sec .ourser-flex.electric-ourser-flex .ourser-box {
    width: 25%;
}
.ourser-sec .ourser-flex.electric-ourser-flex,
.str-sec.manufacturig-sec .str-flex.str-list{
    justify-content: center;
}
.str-sec.manufacturig-sec .str-flex.str-list .str-box h6{
    line-height: 26px;
    width: 79%;
}
.str-sec.manufacturig-sec .str-flex.str-list .ind-para {
    margin-top: 23px;
}
.str-sec.manufacturig-sec .str-flex .str-box {
    padding: 15px 20px;
    height: unset;
}
.str-sec.manufacturig-sec .top-content {
    width: 60%;
}
.emp-sec.aerospace.electric-list .content-div li {
    margin-bottom: 20px;
}
.emp-sec.aerospace.electric-list .content-div {
    background: none;
}
.emp-sec.aerospace.electric-list .ind-head.head-two{
    width: 65%;
    margin: auto;
}
.focus .focus-tech {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -31px;
    margin-top: 35px;
    justify-content: center;
}
.focus .focus-list.method-1 {
    width: calc(24.33% - 22px);
    margin: 10px;
}
.focus .focus-list img{
    max-width: 100%;
}
.focus .focus-list.method-2 {
    width: calc(26.33% - 22px);
    margin: 10px;
}
.focus .focus-list h6{
font-size: 18px;
font-weight: 600;
margin-bottom: 16px;
line-height: 1.2;
}
.focus .focus-content {
    padding: 16px 15px;
}
.focus .focus-head{
    width: 52%;
    margin-top: 50px;
}
.focus .ind-head.small-2 {
    font-size: 38px;
}
.vehicle-innovation .top-box{
    display: flex;
    margin-top: 10px;
}
.vehicle-innovation{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/industry/bank/exc-bg.png);
    padding: 30px 0px;
}
.vehicle-innovation .vehicle-content h6 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
.vehicle-innovation .vehicle-content .ind-para {
    margin-bottom: 45px;
}
.vehicle-innovation .txt-btn {
    position: absolute;
    bottom: 23px;
}
.vehicle-innovation .arrow-img{
width: 25px;
}
.txt-btn .arrow:hover:after{
    display: block;
    position: absolute;
    content: "Read more";
    font-size: 14px;
 }
 .txt-btn .arrow:after{
    display: block;
    position: absolute;
    content: "";
    font-size: 14px;
    color: var(--primary-colour);
 }
 .txt-btn .arrow:hover{
    align-items: center;
    display: flex;
 }
 .txt-btn .arrow:hover img{
    margin-left: 68px;
 }
 .customer-part.emp-sec.emp-power .slick-dots{
display: inline-block!important;
bottom: -60px;
 }
 
 .customer-part.emp-sec.emp-power .slick-dots li{
 background: url(../../../assets/industry/engineering/t-bor1.png);
 width: 210px!important;
 background-size: contain;
 background-repeat: no-repeat;
 }
 .customer-part.emp-sec.emp-power{
    background: none;
 }
 .customer-part.emp-sec.emp-power .slick-dots li button:before{
    display: none;
 }
 .customer-part.emp-sec.emp-power .slick-dots li.slick-active {
    background: url(../../../assets/industry/engineering/t-bor.png);
    width: 210px!important;
 background-size: contain;
 background-repeat: no-repeat;
}
.customer-part.emp-sec.emp-power .content-div h2{
    font-size: 23px;
}
.customer-part.emp-sec.emp-power .ind-para{
    width: 58%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.customer-part.emp-sec.emp-power .content-div{
background: url(../../../assets/industry/electric/gray.png);
}
.vehicle-innovation .vehicle-content {
    width: calc(51% - -1px);
    background: #fff;
    margin: 10px;
    padding: 28px 15px;
    position: relative;
}
.vehicle-innovation .vehicle-content:first-child {
    margin-left: 0px
}
.vehicle-innovation  .vehicle-part{
    max-width: 100%;
    margin-top: 38px;
    height: 300px;
    width: 100%;
}
.vehicle-innovation .mb_0{
    margin-top: 75px;
}
.emp-sec.aerospace.oil-list .content-div.aero li:hover,
    .emp-sec.learning-sec .content-div.content-div-box h2:hover,
    .education-sec .edu-box h6:hover{
        color: var(--primary-colour);
    }
    .education-sec .ind-para.txt{
        width: 60%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .education-sec .edu-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .education-sec .edu-box {
        width: calc(33.33% - 20px);
        margin: 10px;
        background: url(../../../assets/industry/electric/gray.png);
        padding: 20px 25px;
    }
    .education-sec .edu-box h6,
    .education-sec .edu-box-1 h6{
        font-size: 22px;
        color: #000;
        font-weight: 500;
        margin: 15px 0;
        line-height: 35px;
        line-height: 28px;
    }
    .education-sec .edu-box .ind-para,
    .education-sec .edu-box-1 .ind-para{
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
        color: #000;
    }
    .edu-flex.edu-list {
        justify-content: center;
    }
    .emp-sec.learning-sec.future-sec{
        padding: 0;
    }
    .edu-box-1 {
        width: calc(34.33% - 20px);
        margin: 10px;
        background: url(../../../assets/industry/electric/gray.png);
        padding: 45px 25px;
    }
    .emp-sec.learning-sec{
        background-image: none;
        background: #fff;
    }
    .emp-sec.learning-sec .content-div {
        padding: 15px 20px;
        background: url(../../../assets/industry/electric/gray.png);
    }
    .emp-sec.learning-sec .content-div.content-div-box h2 {
        font-size: 20px;
        line-height: 33px;
        color: #000;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .emp-sec.learning-sec .content-div.content-div-box p {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
    }
    .emp-sec.learning-sec .ind-head.head-two{
        width: 78%;
        margin: auto auto 20px auto;
    }
    .emp-sec.learning-sec .ind-para.disc-para{
        width: 55%;
    }
    .elevate-sec.accor-sec .focus-box .head-li .closes, .elevate-sec.accor-sec .focus-box .active .head-li .open {
        display: none;
    }
    .elevate-sec.accor-sec  .focus-box .active .head-li .closes {
        display: block;
    }
    .elevate-sec.accor-sec .focus-box .active .head-li {
        background-color: var(--primary-colour);
        color: #fff;
        border: none;
    }

    /* .elevate-sec .focus-box-li .head-li .closes {
        display: none;
    } */
    .elevate-sec .focus-box-li.active .head-li .closes {
        display: block;
        opacity: 1;
        z-index: 9999;
    }
    
    .elevate-sec .focus-box-li.active .head-li {
        background-color: var(--primary-colour);
        color: #fff;
        border: none;
    }
    .tip-sec.education-sec-form::before{
        background-image: url(../assets/industry/education/form.png);
    }
    .standard.view .testi-head{
        margin-bottom: 22px;
        font-size: 38px;
    }
    .op-section.operation-part.operation-sec .hed-right p{
        width: 75%;
    }
    .standard.view .ind-para.cut-para{
        font-weight: 400;
        font-size: 15px;
        width: 48%;
        margin: auto;
        text-align: center;
        color: #fff;
        margin-bottom: 35px;
        margin-top: 12px;
    }
    .elevate-sec.accor-sec .operation-head{
        width: 70%;
        margin: auto;
        color: #fff;
    }
    .elevate-sec.accor-sec .ele-para{
        width: 58%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 35px;
        color: #fff;
    }
    .elevate-sec.accor-sec .focus-box .ind-para{
        color: #fff;
    }
    .elevate-sec.accor-sec{
        background-image: url(../assets/industry/education/accorbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 35px 0px;
    }
    .elevate-sec.accor-sec.medical-accor{
        background-image: url(../assets/industry/medical/accorbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0px;
    }
    .elevate-sec .list-point h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .elevate-sec .list-point p {
        font-size: 14.5px;
        line-height: 1.6;
        font-weight: 500;
        padding-bottom: 30px;
        border-bottom: 1px solid #ee5a324f;
    }
    .learning-sec .phase-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .learning-sec .phase-box {
        width: calc(22.33% - 0px);
        margin: 10px;
        padding: 0px 12px;
        background: url(../../../assets/industry/electric/gray.png);
        display: flex;
        align-items: center;
        text-align: center;
        height: 165px;
    }
    .learning-sec .phase-box:hover{
        background: url(../../../assets/industry/education/hovercolor.png);
    }
    .learning-sec .phase-box p {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 500;
        color: #000000;
        font-family: 'Inter';
        margin: auto;
        display: flex;
    }
    .learning-sec .phase-box .content-txt,
    .learning-sec .phase-box:hover  .content{
        display: none;
    }
    .learning-sec .ind-head.head-two{
        width: 67%;
        margin: auto auto 25px auto;
    }
    .learning-sec .ind-para.txt{
        width: 60%;
        margin: auto;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .learning-sec .head-two,
    .exc-sec.exc-view  .head-two {
        text-align: center;
        font-size: 38px;
        line-height: 53px;
        margin-bottom: 30px;
        font-weight: 400;
        font-family: "Noto Sans", sans-serif;
    }
    .learning-sec .phase-box:hover .content-txt{
         display: flex;
         text-align: center;
          font-size: 14px;
          color: #fff;
          padding: 5px 0px;
          margin: auto;
          font-weight: 400;
          font-family: 'Inter';
    }
    .exc-sec.exc-view{
        background: #fff;
    }
    .exc-sec.exc-view .exc-flex{
        justify-content: center;
    margin: 0px;
    }
    .exc-sec.exc-view .ex-box {
        width: calc(46% - 35px);
        margin: 10px 40px 10px 40px;
        border-bottom: 1px solid #ee5a324f;
        padding-bottom: 12px;
    }
    .exc-sec.exc-view .ul-box {
        display: block;
    }
    .exc-sec.exc-view .ul-box h2 {
        font-size: 28px;
        font-family: "Noto Sans", sans-serif;
        font-weight: 400;
        line-height: 35px;
    }
    .exc-sec.exc-view .ul-box p {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .edu-exc-sec .ul-box{
        display: flex;
        margin-bottom: 25px;
    }
    .edu-exc-sec .ul-box .num {
        width: 36px;
        height: 36px;
        background-color: #fff;
        border: 1px solid #e7e7e7e7;
        border-radius: 50%;
        font-size: 20px;
        color: var(--primary-colour);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 10px;
        font-weight: 500;
    }
    .edu-exc-sec{
        padding: 50px 0px;
    }
    .edu-exc-sec  .ul-box h6 {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        /* margin-bottom: 15px; */
    }
    .edu-exc-sec  .ul-box li {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
        position: relative;
        margin-bottom: 10px;
        padding-left: 25px;
    }
    .edu-exc-sec .ul-box li::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 2px;
        background-image: url(../assets/industry/bank/tick.png);
        background-repeat: no-repeat;
        width: 13px;
        height: 13px;
        background-size: contain;
    }
    .edu-exc-sec img.learning-skill {
        width: 100%;
        height: 710px;
    }
    .edu-exc-sec .ul-box:first-child {
        margin-top: 50px;
    }
    .edu-exc-sec .col-xs-12.left{
        padding-right: 22px;
    }
    .edu-exc-sec .ind-para.txt{
        width: 49%;
    }
    .edu-exc-sec .ind-head.head-two{
        text-align: left;
        margin-bottom: 18px;
    }
    .education-sec{
        position: relative;
        padding: 30px 0px;
        padding-bottom: 20px;
    }
    .education-sec.h-education-sec{
        padding: 0px;
    }
    .education-sec img.plus.left {
        top: 27%;
        right: 25px;
        width: 20px;
        position: absolute;
    }
    .h-accor .head-two.head-small {
        text-align: center;
    }
    .education-sec img.plus.right {
        top: 40%;
        right: 25px;
        position: absolute;
        width: 15px;
    }
    .education-sec img.multileft.right {
        position: absolute;
        height: 150px;
        left: 0%;
        bottom: 29%;
    }
    .education-sec img.multiplus.left {
        position: absolute;
        height: 150px;
        right: 0%;
        bottom: 6%;
    }
    .emp-sec.learning-sec.medical-sec .emp-flex{
        margin-top: 0px;
    }
    .emp-sec.learning-sec.medical-sec {
        padding: 50px 0px 0px 0px;
    }
    .ourser-flex.electric-ourser-flex h6{
        font-size: 15px;
        line-height: 1.5;
        margin-top: 25px;
        font-weight: 700;
    }
    .learning-sec.forward-sec .ind-head.head-two {
        width: 80%;
    }
    .learning-sec.forward-sec .ind-para.txt {
        width: 63%;
    }
    .tip-sec.medical-sec-form::before{
        background: url(../assets/industry/medical/formbg.png);
    }
    .emp-sec.learning-sec.future-sec .content-div.content-div-box{
      background: transparent;
    }
    .emp-sec.learning-sec.future-sec .emp-box{
        border: 1px solid #e7e7e7;
    }
    .emp-sec.learning-sec.future-sec .ind-head.head-two{
        width: 100%;
    }
    .edu-exc-sec.medical-exc-device .ind-head.head-two{
        width: 70%;
        margin: auto;
        text-align: center;
    }
    .edu-exc-sec.medical-exc-device .ind-para.txt{
        width: 55%;
        margin: auto;
        margin-top: 10px;
       margin-bottom: 20px;
       text-align: center;
    }
    .edu-exc-sec.medical-exc-device{
        padding: 5px 0px 30px 0px;
    }
    .medical-exc-device.edu-exc-sec .ul-box h6{
        font-size: 23px;
    }
    .para.para-list{
        display: flex;
        justify-content: space-between;
    }
    .who-we-sec.vision-sec .who-flex-list:hover li::before{
        border: 1px solid #fff;
    }
    .standard.view.view-box .testi-head{
        width: 75%;
        margin: auto;
    }
    .testi.testi-slide{
        background: url(../assets/industry/bank/cut-bg.jpg);
    }
    .operation-sec.box-operation-sec .box-row{
        display: flex;
        flex-wrap: wrap;
    }
    .elevate-sec.qst-sec .head-li.active{
        background-color: var(--primary-colour);
        background-image: none;
    }
.resolution-sec.learning-sec .phase-box:hover{
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
    }
    .standard.view.view-txt .para {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 100%;
        background: linear-gradient(to bottom, transparent -0%, #fff 5%);
    }
    .standard.view.view-txt .content{
        height: auto;
        background: transparent;
        padding: 13px 13px 13px 13px;
    } 
    .vision-sec.vis.who-we-sec .box,
    .vision-sec.vis-sec.who-we-sec .box{
         height: unset;
    }
    .inno-sec h2:hover,
    .rev-sec.exc-sec.exc-view h2:hover,
    .partner-sec.par-sec.partner-txt .bey-head:hover{
        color: var(--primary-colour);
    }
    .customer-part.emp-sec.emp-power.testi_0 .content-div{
        background:#fff;
    }
    .customer-part.emp-sec.emp-power.testi_0{
    padding: 50px 0;
    background-image: url(../assets/industry/bank/exc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.customer-part.emp-sec.emp-power.testi_0 .operation-head{
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000;
}
.customer-part.emp-sec.emp-power.testi_0 .theme {
    color: var(--primary-colour);
    display: inline;
}

.beyond-sec.bey-sec .bey-box {
    height: unset;
    padding: 40px 25px;
}
.ourservice-sec.ind-service {
    padding: 0px 0;
}
.beyond-sec.bey-sec  .row-sec{
   display: flex;
   flex-wrap: wrap;
}
.beyond-sec.bey-sec .bey-head {
    margin: 15px 0;
}
.ourservice-sec h6{
    font-size: 17px;
    line-height: 30px;
    margin-top: 25px;
    font-weight: 500;
    color: #000000;
    font-family: 'Inter';
}
.emp-sec.wel-sec{
    background:none;
}
.net-sec.net-view{
background-image: url(../assets/industry/bank/exc-bg.png);
background-size: cover;
background-repeat: no-repeat;
}
.net-sec.net-view .net-box .content {
    min-height: 255px;
    background: #ffffff;
    margin-bottom: 20px;
}
.net-sec.net-view .operation-head{
    margin: 0;
    margin-bottom: 15px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
}
.net-sec.net-view .theme{
    color: var(--primary-colour);
    display: inline;
}
.exc-sec.exc-view .ex-box.br-none {
    border-bottom: 0px;
}
.stand-sec.tech-sec .operation-head{
    margin-bottom: 15px;
}
.standard.view.view-txt .ind-para.cut-para.cut-txt{
    width: 100%;
}
.ourser-sec.service-view .ourser-box{
    width: calc(17.33% - 9px);
}
.ourser-sec.service-view .ourser-flex.out-flex .ourser-box {
    width: calc(19.33% - -1px);
}
.soft-sec.cutting-sec .soft-box .content .head{
    font-size: 20px;
    margin-bottom: 10px;
}
.soft-sec.cutting-sec{
    background: url(../../../assets/industry/renew/background.png)
}
.soft-sec.cutting-sec .soft-box.mt-0{
    margin-top: -10px!important;
}
.net-sec.electric-slide-sec .net-box .content {
    min-height: 220px;
}
.net-sec.electric-slide-sec .net-box,
.net-sec.mining-slide-sec .net-box{
    background: #F1F6F9;
}
.rad-sec.rad-sec-view .rad-box-img.img-1 {
    padding-bottom: 25px;
    padding-top: 35px;
}
.rad-sec.rad-sec-view .rad-box-inner.inner-txt{
    align-items: flex-end;
}
.rad-sec.rad-sec-view  .rad-box-top.top-sec,
.partner-sec.partner-view .b-row{
    margin-top: 10px;
}
.partner-sec.partner-view .bey-box{
    height: auto;
}
.partner-sec.partner-view .icon-1st-sec{
    width: 100%;
    height: auto;
}
.partner-sec.partner-view .img-div{
    margin-bottom: 0px;
}
.ourser-sec.heavy-ourser-sec h6{
    font-size: 17px;
    line-height: 1.5;
    margin-top: 25px;
    font-weight: 500;
    font-family: 'Inter';
    color: #000000;
}
.ourser-sec.heavy-ourser-sec .ourser-flex {
    justify-content: center;
}
.ourser-sec.heavy-ourser-sec .ourser-box {
    width: 25%;
}
.elevate-sec.e-sec.e-text .head-li.active{
    background: var(--primary-colour);
}
.wind-sec .wind-row{
    display: flex;
    align-items: center;
    gap: 40px;
}
.wind-sec .wind-row h4 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.wind-sec  .wind-row  .focus-img1{
    width: 100%;
    height: 700px;
}
.wind-sec .wind-row .f-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 35px;
}
.wind-sec .wind-row .con1 {
    border-bottom: none;
}
.wind-sec .wind-row .con1 p {
    padding-bottom: 25px;
}
.wind-sec .wind-row .con1 h4:hover {
   color: var(--primary-colour);
}
.wind-sec .wind-row  .con p {
    line-height: 21px;
}
.wind-sec .wind-row .content-focus .f-content1{
    border-bottom: 1px solid;
}
.wind-sec .wind-row .f-content:last-child{
    border-bottom: none;
}
.full-sec.full-view .bey-box{
    height: unset;
    padding: 50px;
}
.full-sec.full-view .bey-head{
    margin-bottom: 23px;
}
.full-sec.full-view .bey-box:hover{
    background: var(--primary-colour);
}
.full-sec.full-view .bey-box:hover .bey-head,
.full-sec.full-view .bey-box:hover .bey-para{
    color: #fff;
}
.elevate-sec.f-sec.machine-sec{
    padding-top: 50px;
    background-position: unset;
}
.op-sec.operation-view.operation-sec .boxing:hover{
   background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
}
.inno-sec.custom-sec h2:hover{
   color: #333;
}
/* .vision-sec .box{
    height: unset;
} */
.standard.view.view-box.view-txt.satellite-txt .testi-head{
    width: 100%;
    font-size: 28px;
    margin-bottom: 50px!important;
}
.standard.satellite-txt{
    background-image: url(../assets/industry/micro/orangebg.png);
}
.beyond-sec.b-sec.box-section .bey-box {
    height: unset;
    padding: 30px 31px 30px 15px;
}
.beyond-sec.b-sec.box-section .bey-head{
    margin-bottom: 21px;
}
.beyond-sec.b-sec.box-section .bey-para {
    font-size: 15.5px;
}
.operation-sec.str-operation-sec .img-box img{
     width: 75px;
}
.operation-sec.str-operation-sec .boxing-para{
    margin-bottom: 15px;
}
.operation-sec.str-operation-sec .box-row{
    display: flex;
    flex-wrap: wrap;
}
.o-sec.operation-sec.str-operation-sec .boxing,
.operation-sec.box-section.operation-txt-view .boxing {
    height: unset;
}
.o-sec.operation-sec.str-operation-sec .boxing:hover .btn-read::after{
    background-image: url(../assets/industry/micro/whitearrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.media-box.media-view .row.row-sec{
    display: flex;
    flex-wrap: wrap;
}
.media-box.media-view .box{
    height: unset;
    padding: 15px 15px 50px 15px;
}
.rad-sec.rad-sec-view .rad-flex .rad-box,
.rad-sec.rad-sec-view .rad-box-inner .rad-box{
    position: relative;
    padding: 20px 15px 35px 15px;
}
.rd-sec.rad-sec-view .rad-flex .rad-box,
.rd-sec.rad-sec-view .rad-box-inner .rad-box{
    padding: 20px 15px 55px 15px !important;
} 
.rad-sec.rad-sec-view .rad-box .read-more{
    height: unset;
    position: absolute;
    bottom: 26px;
}
.rad-sec.rad-sec-view.rad-section .ind-head.small-2{
    font-size: 36px;
}
.standard.view.view-txt.media-slide{
    background-color: #fff;
    background-image: none;
}
.standard.view.view-txt.media-slide .para{
   border: 1px solid #e7e7e7;
}
.standard.view.view-txt.media-slide .ind-head{
    font-size: 30px;
}
.grid-box.grid-sec .operation-head{
    margin-bottom: 20px;
    color: #000000;
    margin-top: 20px;
    font-size: 33px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
}
.grid-box.grid-sec .operation_imgs{
    padding-left: 0;
}
.grid-box.grid-sec .cut-box .ind-para {
    font-size: 14px;
    margin-top: 25px;
}
.grid-box.grid-sec .content {
    padding: 15px;
}
.operation-sec.pharm-ope.pharm-section .operation-head{
    font-size: 35px;
    margin-top: 10rem;
}

@media (max-width: 1199px) and (min-width: 992px){
    .service-sec .service-ourser-box {
        width: calc(22.33% - -1px);
    }
    .indus-stand div.commit-box {
        width: 22%;
    }
    .indus-stand .commit-flex {
        justify-content: center;
    }
    .mining-points .ind-head.head-two {
        width: 61%;
    }
    .standard button.slick-pre.slick-arrow{
        left: -25px;
    }
    .standard button.slick-nxt.slick-arrow{
        right: -25px;
    }
    .exc-sec.exc-view .ex-box {
        width: calc(45% - 35px);
    }   
    .edu-exc-sec.medical-exc-device .ind-head.head-two {
        width: 88%;
    } 
    .edu-exc-sec.medical-exc-device .ind-para.txt {
        width: 71%;
    }
    .medical-exc-device.edu-exc-sec .ul-box h6 {
        font-size: 21px;
    }
    .emp-sec.learning-sec.future-sec{
        padding: 0px 0px 50px 0px;
}
.emp-sec.learning-sec .content-div.content-div-box h2 {
    font-size: 20px;
}
.learning-sec .phase-box:hover .content-txt{
    font-size: 12px;
}
.ourser-sec.service-view .ourser-box{
    width: calc(17.33% - 9px);
}
.ourser-sec.service-view .ourser-flex.out-flex .ourser-box {
    width: calc(18.33% - -15px);
}
.net-sec.electric-slide-sec .net-box .content {
    min-height: 235px;
}
.net-sec.mining-slide-sec .net-box .content{
    min-height: 210px;
}
.emp-sec.wel-sec .wel-flex .wel-box .content{
    min-height: 275px;
}
}
@media (max-width: 991px) and (min-width: 568px){
.ourser-sec.service-view .ourser-box{
    width: calc(33.33% - 0px);
}
.ourser-sec.service-view .ourser-flex.out-flex .ourser-box {
    width: calc(33.33% - 0px);
}
}
@media (max-width: 567px){
    .ourser-sec.service-view .ourser-box{
        width: calc(49.33% - 0px);
        margin-bottom: 10px;
    }
    .ourser-sec.service-view .ourser-flex.out-flex .ourser-box {
        width: calc(49.33% - 0px);
    }
    .soft-sec.cutting-sec .soft-box.mt-0 {
        margin-top: 20px!important;
    }
    .ourser-sec.heavy-ourser-sec div.ourser-box {
        width: 50%;
        margin-bottom: 10px !important;
    }
    .disc-flex h6 {
        font-size: 17px;
    }
    .wel-sec img.polygon {
        top: 2% !important;
    }
    .box-content p {
        font-size: 16px;
    }
    .emp-sec .ind-head {
        margin-bottom: 0px;
    }
    .emp-sec {
        padding: 10px 0 !important;
    }
    .emp-sec .empower-cont h2 {
        font-size: 18px !important;
    }
    .circle-left .head-two {
        top: -90px !important;
    }
    .circle-left .head-two {
    left: 100px;
    flex-direction: column;
    }
    .circle-list h6 {
        font-size: 18px !important;
        line-height: 25px !important; 
    }
    .str-sec .str-flex .str-box h6 {
        font-size: 18px !important;
    }
    .service-sec .service-ourser-box h6 {
        font-size: 18px !important;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .emp-sec .empower-cont {
        width: calc(27.33% - 15px);
    }
    .emp-sec.customer-part .emp-flex .emp-box {
        margin: 10px 15px 10px 15px;
    }
    .customer-part.emp-sec button.slick-pre.slick-arrow {
        left: -12px;
    }
    .customer-part.emp-sec button.slick-nxt.slick-arrow {
        right: -12px;
    }
    .circle-left{
        margin-top: 100%;
    }
    .circle-left .head-two{
        left: 5px;
        top: -63px;
    }
    .circle-right-flex img {
        width: 100px;
        height: 100px;
    }
    .service-sec .service-ourser-box {
        width: calc(21.33% - 0px);
}
.str-sec.manufacturig-sec .top-content {
    width: 79%;
}
.emp-sec.aerospace.electric-list .ind-head.head-two {
    width: 82%;
    font-size: 30px;
}
.emp-sec.aerospace.electric-list .emp-flex .emp-box {
    width: 100%;
}
.focus .focus-head {
    width: 100%;
}
.focus .focus-list.method-1 {
    width: calc(45.33% - 22px);
}
.focus .focus-list.method-2 {
    width: calc(32.33% - 22px);
}
.standard button.slick-nxt.slick-arrow{
    right: -25px;
}
.standard button.slick-pre.slick-arrow{
    left: -25px;
}
.industry .col-sm-6,
.industry .col-sm-6{
    width: 100%;
}
.industry .second-tech {
    margin-top: 65px;
}
.circle-sec.circle-auto .circle-left img {
    height: 100%;
}
.circle-sec.circle-auto .circle-right-flex img {
    width: 70px;
    height: 70px;
}
.circle-sec.circle-auto .circle-list {
    margin-bottom: 20px;
}
.circle-sec.circle-auto .circle-left .ind-head.head-two {
    left: 0px;
}
.circle-sec.circle-auto  .circle-right-flex.circle-list-4 {
    transform: translatex(-17%);
}
.circle-sec.circle-auto  .circle-right-flex.circle-list-3 {
    transform: translatex(-2%);
}
.mining-operation div.min-box {
    width: 100%;
}
.mining-operation div.min-flex {
    display: block;
}
.mining-operation div.ind-head.head-two {
    width: 92%;
}
.indus-stand div.commit-flex {
    justify-content: center;
}
.indus-stand div.commit-box {
    width: 47%;
}
.mining-points div.ind-head.head-two {
    width: 80%;
}
.mining-points div.trans-box h2{
    font-size: 20px;
}
.exc-sec.exc-view .ex-box {
    width: calc(43% - 30px);
}
.edu-exc-sec .ul-box h6 {
    font-size: 17px;
}
.learning-sec .phase-box {
    width: calc(44.33% - 0px);
}
.education-sec .ind-para.txt,
.standard.view .ind-para.cut-para,
.learning-sec .ind-para.txt,
.elevate-sec.accor-sec .ele-para,
.emp-sec.learning-sec .ind-para.disc-para {
    width: 80%;
}
.edu-exc-sec .ind-para.txt {
    width: 58%;
}
.learning-sec .ind-head.head-two,
.elevate-sec.accor-sec .operation-head,
.emp-sec.learning-sec .ind-head.head-two {
    width: 95%;
}
.emp-sec.learning-sec .content-div.content-div-box h2 {
    font-size: 26px;
}
.edu-exc-sec.medical-exc-device .ind-head.head-two,
.standard.view .testi-head{
    width: 95%;
    font-size: 30px;
}
.unr-sec .unr-flex .unr-box h6 {
    font-size: 19px;
}
.education-sec .ind-head.head-two,
.emp-sec.learning-sec.future-sec .ind-head.head-two,
.elevate-sec.accor-sec.medical-accor .operation-head,
.learning-sec.forward-sec .ind-head.head-two {
    font-size: 28px;
}
.medical-exc-device.edu-exc-sec .ul-box h6 {
    font-size: 20px;
}
.education-sec .edu-box h6{
    font-size: 18px;
}
.learning-sec .phase-box:hover .content-txt{
    font-size: 12px;
}
.wind-sec .wind-row{
    gap: 10px;
}
}

@media (max-width: 767px) {
    .banner-top .contact-banner-text .double-cl-head {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .ser_model_sec.revolv-sec {
        padding: 20px 0;
    }
    .ser_model_sec .revolv-flex {
        margin-top: 12px;
    }
    .ser_model_sec .revolv-flex .revolv-box:hover .imgs-div .dot-img{
        margin-top: 0px !important;
    }
    .ser_model_sec .revolv-flex .revolv-box h3 {
        font-size: 20px;
    }
    .ser_model_sec.dis_sec .revolv-flex .revolv-box:hover .bot .img-div {
        margin: 25px;
        margin-bottom: -20px !important;
    }
    .ser_model_sec .revolv-flex .revolv-box .imgs-div .dot-img {
        margin-top: -40px !important;
    }
    .ser_model_sec .revolv-flex .revolv-box .br-rg {
        border-left: none !important;
    }
    .ser_model_sec .revolv-flex .revolv-box .br-lg {
        border-left: none !important;
    }
    .client_req_sec.acco-sec {
        padding: 30px 0;
    }
    .dis_tra_sec.value-sec {
        width: 100%;
        padding: 25px 0;
    }
    .dis_tra_sec .value-flex {
        margin: 10px auto 0 auto;
        display: block;
    }
    .dis_tra_sec .value-box {
        margin-bottom: 25px;
    }
    .dis_tra_sec .value-flex .value-box h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .dis_tra_sec .value-flex .value-box li {
        font-size: 16px;
    }
    .dis_who_sec.who-sec .dis_who_para.arrowtruncated {
        height: 45px;
    }
    .dis_who_sec.who-sec .who-box .arrow_down, .dis_who_sec.who-sec .who-box .arrow_up {
        float: right;
        position: relative;
        top: 12px;
    }
    .dis_who_sec.who-sec .who-box {
        margin-left: 6px;
        padding: 15px;
        margin-bottom: 25px;
    }
    .dis_why_sec.why-sec .why-flex .why-box h6 {
        font-size: 18px;
    }
    .dis_why_sec.why-sec .why-flex {
        margin: 0px -15px;
    }
    .dis_jo_sec.ind-head {
        margin-bottom: 15px;
        line-height: 30px;
        font-size: 18px;
    }
    .dis_jo_sec.join-sec {
        padding: 20px 0;
    }
    .dis_jo_sec.join-sec .btn-join {
        border-radius: 10px;
        font-size: 18px;
        padding: 7px 30px;
        margin-top: 12px;
    }
    .our_appr_sec.appr-sec {
        padding: 15px 0;
    }
    .our_appr_sec .pop-txt.truncated {
        height: 65px;
    }
    .dis_join_sec.joinus-sec h5 {
        font-size: 40px;
    }
    .dis_join_sec.joinus-sec .join-head {
        font-size: 14px;
        margin-top: 12px;
    }
    .dis_join_sec.joinus-sec {
        padding: 10px 0 20px 0;
    }
    .env-sec.dis_env_sec {
        padding: 20px 0 10px 0;
    }
    .env-sec.dis_env_sec .env-flex .img-div {
        margin: 0 20px;
    }
    .env-sec.dis_env_sec .env-li h6 {
        font-size: 18px;
        font-weight: 500;
    }
    .env-sec.dis_env_sec .content .ind-para {
        margin-bottom: 25px;
    }
    .green-sec.dis_gre_sec {
        padding: 0px 0 25px 0;
    }
    .green-sec.dis_gre_sec .head-two.head-small {
        font-size: 15px !important;
        line-height: 19px;
    } 
    .bf_exe_sec.exc-sec .exc-flex, .bf_exe_sec.exc-sec .exc-flex .img-div, .bf_exe_sec.exc-sec .exc-flex .content-div, .bf_exe_sec.exc-sec .ex-box{
        margin: 0;
    }   
    .bf_exe_sec.exc-sec .exc-flex .poly, .bf_exe_sec.exc-sec .exc-flex .mask, .bf_exe_sec.exc-sec img.lift-img,
    .bf_str_sec.str-sec .str-flex .str-box img {
        display: none;
    }
    .disc-sec.bf_disc_sec .container, .bf_str_sec .container, .bf_exe_sec .container{
        width:100% !important;
    }
    .bf_exe_sec.exc-sec .exc-flex .img-div, .bf_exe_sec.exc-sec .exc-flex .content-div, .bf_exe_sec.exc-sec .ex-box {
        width: calc(100% - 0px);
    }
    .disc-sec.bf_disc_sec .exc-flex {
        margin: 0;
    }
    .bf_exe_sec.exc-sec .ul-box h6 {
        font-size: 18px;
        margin-top: 6px;
    }
    .bf_exe_sec.exc-sec .ul-box .num {
        width: 30px;
        height: 30px;
        font-size: 16px;        
    }
    .bf_exe_sec.exc-sec .ul-box li {
        font-size: 14px;
        line-height: 1.5;
    }
    .cut-sec.bf_cut_sec, .str-sec.bf_str_sec {
        padding: 10px 0 !important;
    }
    .pop-txt.truncated {
        height: 70px !important;
    }
    .emp-sec.bf_emp_sec {
        padding: 20px 0 !important;
    }
    .emp-sec.bf_emp_sec .head-two.head-small .small-2 {
        font-size: 17px !important;
    }
    .emp-sec.bf_emp_sec .emp-flex {
        margin-top: 0;
    }
    .bf_lock_sec.lock-sec.bf_lock_sec, .bf_foc_sec, .ourser-sec.bf_our_sec {
        padding: 15px 0 !important;
    }
    .bf_lock_sec.lock-sec .lock-flex .lock-box .ind-head {
        margin-bottom: 15px;
        text-align: center;
    }
    .lock-sec.bf_lock_sec, .bf_foc_sec, .ourser-sec.bf_our_sec {
        padding: 20px 0;
    }
    .focus-sec.bf_foc_sec .focus-flex .focus-box .head-li{
        padding: 18px 25px !important;
        font-size: 16px;
    }
    .bf_ele_sec.ele-sec .ele-top {
        height: 130px;
    }
    /* .bf_ele_sec.ele-sec .ele-flex .ele-box {
        width: calc(100% - 40px);
        margin: 20px 0;
    } */
    .banner-top .ind-btext .main-head {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-top .banner-text h2 {
        font-size: 18px;
    }
    .banner-top .banner-text .para, .contact-banner-text .para {
        font-size: 12px;
        color: #fff;
        margin: 8px 0;
        line-height: 1.6;
        font-weight: 300;
    }
    .banner-top .ind-btext {
        width: 80%;
    }
    .banner-top .banner-text .btn-get {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 12px;
    }
    .banner-top .ind-btext .two-clr {
        font-size: 16px;
    }
    .banner-top .ind-btext .para {
        font-size: 12px;
        color: #fff;
        line-height: 1.4;
    }
    .who-we-sec.bf_who_sec {
        padding: 20px 0 !important;
    }
    .bf_str_sec .head-two.head-small {
        margin-top: 0px !important;
    }
    .bf_str_sec.str-sec .str-flex .str-box {
        padding: 0 20px 22px;
    }
    .bf_emp_sec .ind-head.head-two.head-small.small-2 {
        font-size: 17px !important;
    }
    .str-sec.bf_str_sec .str-flex .str-box h6 {
        height: unset;
    }
    /* .bf_lock_sec.lock-sec .lock-arow-box {
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        width: 230px;
        height: 87px;
        color: #fff;
        font-size: 18px;
    } */
    .disc-sec.bf_disc_sec img.polygon {
        display: none;
    }
    .disc-sec.bf_disc_sec .disc-flex .disc-box img {
        width: 45px;
    }
    .disc-sec.bf_disc_sec .disc-flex h6 {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 6px;
        letter-spacing: 0.3px;
    }
    .disc-sec.bf_disc_sec {
        padding: 0 0 30px 0;
    }
    section.cut-sec.bf_cut_sec, .str-sec.bf_str_sec {
        padding: 15px 0 !important;
    }
    .disc-sec.bf_disc_sec .disc-flex .disc-box {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    section.who-we-sec.w-sec.mb_who_sec, 
    section.shape-sec.mb_sha_sec, 
    section.net-sec.mb_net_sec, 
    section.soft-sec.mb_soft_sec, 
    section.who-sec.who-sec-two.mb_emp_sec, 
    section.wel-sec.mb_wel_sec, 
    section.ourser-sec.mb_our_sec {
        padding: 20px 0 !important;
    }
    section.shape-sec.mb_sha_sec .shape-flex .ttl-box {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .mb_soft_sec.soft-sec .soft-box.bb-10 {
        margin-top: 0px;
    }
    .mb_soft_sec.soft-sec .soft-flex .soft-left, 
    .mb_soft_sec.soft-sec .soft-flex .soft-right {
        margin-top: 0px;
    }
    .mb_soft_sec.soft-sec .soft-box .content .num {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }
    .mb_soft_sec.soft-sec .soft-box .content .head {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .mb_soft_sec.soft-sec .soft-left .soft-box .content {
        padding: 25px 20px;
    }
    .mb_soft_sec.soft-sec .soft-box .content {
        padding: 20px;
    }
    .mb_str_sec.str-sec .ind-head.head-two.text-left {
        margin-bottom: 0px;
        text-align: center;
    }
    .mb_soft_sec.soft-sec .soft-box .content .ind-para {
        padding-left: 40px;
    }
    section.soft-sec.mb_soft_sec {
        padding-bottom: 0px !important;
    }
    .mb_str_sec.str-sec .str-flex {
        margin-top: 0px;
    }
    .mb_str_sec.str-sec .ind-head.head-two.text-left{
        margin-bottom: 0px;
    }
    .str-sec.mb_str_sec .iso-img, 
    .str-sec.mb_str_sec .iso2-img, 
    .str-sec.mb_str_sec .iso1-img,
    .mb_wel_sec.wel-sec img.polygon,
    .unr-sec .iso-img{
        display: none;
    }
    .str-sec.mb_str_sec .container {
        width: 100% !important;
    }
    .str-sec.mb_str_sec .str-flex .str-box h6 {
        color: #000000;
        margin: 10px 0;
        line-height: 24px;
        font-size: 18px;
    }
    .mb_emp_sec.who-sec-two .head-two.head-small {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .mb_emp_sec.who-sec .who-box {
        margin-left: 6px;
        padding: 15px;
        margin-bottom: 25px;
    }
    .mb_wel_sec.wel-sec .wel-para {
        text-align: center;
        width: 100% !important;
        margin: 0 auto;
    }
    .mb_wel_sec.wel-sec .wel-flex .wel-box .content {
        padding: 10px 20px 15px 20px;
    }
    section.who-sec.who-sec-two.mb_emp_sec {
        padding-bottom: 0px !important;
    }
    section.wel-sec.mb_wel_sec {
        padding: 10px 0 !important;
    }
    .mb_unr_sec.un-sec .ind-head {
        font-size: 21px;
        line-height: 25px;
        text-align: center;
    }
    .mb_unr_sec.un-sec .rev-img,
    .mb_unr_sec.un-sec .rev-img1 {
        height: 50px;
        width: 50px;
    }
    .mb_unr_sec.unr-sec .unr-flex .unr-box h6 {
        font-size: 20px;
        margin: 10px 0;
    }
    section.unr-sec.un-sec.mb_unr_sec {
        padding: 0 0 10px 0;
    }
    section.rad-sec.mb_rad_sec {
        background: #F1F6F9;
        padding: 20px 0 !important;
    }
    .rad-sec.mb_rad_sec .ind-head.head-two.text-left {
        width: 100% !important;
        text-align: center;
    }
    .rad-sec.mb_rad_sec .rad-box-top .rad-box-inner .rad-box {
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
    }
    .rad-sec .mb_rad_sec .rad-box h6 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 12px;
    }  
    .ourser-sec.mb_our_sec .ind-head.head-two {
        width: 100%;
        margin: 0 auto;
    }
    .ourser-sec .ourser-box {
        margin-bottom: 10px;
    } 
    .shape-sec.mb_sha_sec .container{
        width: 100% !important;
    }
    .un-sec  .ind-head {
       font-size: 21px;
       line-height: 30px;
    }
    .box-content.box-text-2,
    .box-content.box-text-1,
    .box-content.box-text-3 {
width: calc(100% - 22px);
}
.emp-sec .empower-cont {
    width: calc(100.33% - 20px);
    margin: 13px;
}
.circle-right-flex.circle-list-1,
.circle-right-flex.circle-list-2,
.circle-right-flex.circle-list-3,
.circle-right-flex.circle-list-4 {
    transform: unset;
}
.str-sec .str-view-sec,
.power-sec .power-flex  {
    display: block;
}
.str-sec .top-content,
.str-sec .top-content-img {
     width: calc(100% - -20px); 
     padding: 0px;
}
.power-sec .power-box {
    width: calc(100% - 40px);
}
.service-sec .service-ourser-box {
    width: calc(100% - -1px);
}
.service-sec .service-ourser-box.mb-1,
.service-sec .service-ourser-box.mb-2,
.service-sec .service-ourser-box.mb-3 {
     margin-top: 0px; 
    margin-bottom: 0px; 
}
.str-sec.mb_str_sec .ind-head.head-two.text-left {
    width: 100% !important;
}
.service-sec .service-ourser-flex {
    margin-bottom: 25px;
}
.circle-left {
    margin-top: 33%;
}
.circle-right-flex img {
    width: 50px;
    height: 50px;
    margin-top: 12px;
}
.circle-list h6 {
    font-size: 20px;
    line-height: 30px;
}
.circle-list {
    margin-bottom: 10px;
}
.str-sec.manufacturig-sec .top-content,
.emp-sec.aerospace.electric-list .ind-head.head-two,
.focus .focus-head {
    width: 100%;
}
.focus .focus-list.method-1,
.focus .focus-list.method-2 {
    width: 85%;
}
.ourser-sec .ourser-flex.electric-ourser-flex .ourser-box {
    width: 33.33%;
}
.vehicle-innovation .top-box {
    display: block;
}
.vehicle-innovation .vehicle-content {
    width: calc(100% - -1px);
    margin: 0px;
    margin-bottom: 10px;
}
.vehicle-innovation .mb_0 {
    margin-top: 15px;
}
.customer-part.emp-sec.emp-power .slick-dots li.slick-active,
.customer-part.emp-sec.emp-power .slick-dots li{
    width: 25px!important;
}
.customer-part.emp-sec button.slick-pre.slick-arrow{
left: 0px;
}
.customer-part.emp-sec button.slick-nxt.slick-arrow {
right: 0px;
}
.learning-sec .phase-flex,
.education-sec .edu-flex{
    display: block;
}
.learning-sec .phase-box,
.education-sec .edu-box,
.edu-box-1 {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    height: 100px;
}
.h-education-sec.education-sec .edu-box, .edu-box-1 {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    height: 240px;
}
.education-sec.emp_medical .edu-box{
    height: 200px;
    padding: 10px 20px;
}
.education-sec .edu-box h6, .education-sec .edu-box-1 h6 {
    font-size: 19px;
    line-height: 25px;
}
para, .education-sec .edu-box-1 .ind-para {
    font-size: 14px;
    line-height: 1.5;
}
.emp-sec.learning-sec.future-sec .emp-flex .emp-box{
    height: 420px;
    padding: 0;
}
.exc-sec.exc-view .ex-box {
    width: 100%;
    margin: 10px;
}
.emp-sec.learning-sec .ind-head.head-two,
.emp-sec.learning-sec .ind-para.disc-para,
.education-sec .ind-para.txt,
.standard.view .ind-para.cut-para,
.edu-exc-sec .ind-para.txt,
.learning-sec .ind-para.txt,
.elevate-sec.accor-sec .ele-para,
.learning-sec .ind-head.head-two{
    width: 100%;
  
}
.learning-sec .head-two, .exc-sec.exc-view .head-two {
    margin-bottom: 0px;
}
.standard.view .testi-head,
.education-sec .ind-head.head-two,
.edu-exc-sec .ind-head.head-two,
.learning-sec .ind-head.head-two,
.exc-sec.exc-view .ind-head.head-two  {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.h-education-sec h6.head-h6 {
    font-size: 17px;
    margin: 20px 0;
}
.exc-sec {
    padding: 15px 0;
    font-size: 20px;
}
.edu-exc-sec .ul-box:first-child {
    margin-top: 10px;
}
.exc-sec.exc-view .ul-box h2,
.emp-sec.learning-sec .content-div.content-div-box h2 {
    font-size: 21px;
}
.learning-sec .phase-box p {
    font-size: 17px;
}
.exc-sec.exc-view .ul-box h2 {
    font-size: 21px;
}
.education-sec,
.standard {
    padding: 20px 0px;
}
.edu-exc-sec .ul-box h6{
    font-size: 18px;
}
.medical-exc-device.edu-exc-sec .ul-box h6 {
    font-size: 16px;
    margin-top: 6px;
}
.edu-exc-sec .ul-box .num {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.edu-exc-sec .ul-box li {
    font-size: 14px;
    line-height: 1.5;
}
.edu-exc-sec .ul-box li::before {
    width: 12px;
    height: 12px;
}
.edu-exc-sec img.learning-skill {
    width: 100%;
    height: 400px;
}
.edu-exc-sec.medical-exc-device .ind-para.txt,
.edu-exc-sec.medical-exc-device .ind-head.head-two,
.elevate-sec.accor-sec.medical-accor .operation-head,
.learning-sec.forward-sec .ind-para.txt {
    width: 100%;
}
.learning-sec .phase-box p {
    font-size: 16px;
    margin: auto;
    text-align: center;
}
.standard.view.view-box .testi-head{
    width: 100%;
}
.standard.view .ind-para.cut-para {
    margin-bottom: 20px;
    margin-top: 12px;
}
.emp-sec.learning-sec.future-sec .content-div.content-div-box h2 {
    font-size: 19px;
}
.emp-sec.learning-sec.future-sec .content-div {
    padding: 0 20px;
}
.learning-sec .phase-box:hover .content-txt{
    font-size: 12px;
}
.ourser-sec.heavy-ourser-sec .ourser-box {
    width: 33%;
}
.wind-sec .wind-row{
   display: block;
   padding: 0px;
}
.par-sec.partner-txt .bey-box,
.testi.test.test-content .content.con1{
   height: unset;
}
.op-sec.operation-view .boxing h6{
    font-size: 17px;
}
.rev-sec.exc-sec.exc-view{
    padding: 20px 0;
}
.rev-sec.exc-sec.exc-view .operation-head{
    margin-bottom: 0px;
}
.rev-sec.exc-sec.exc-view .ex-box{
    padding-bottom: 0px;
    border-bottom: none;
}
.stand-sec.tech-sec{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0;
}
.standard.view.view-txt{
    padding: 15px 0px;
}
}

@media (max-width: 567px) {
    .ourser-sec .ourser-flex.electric-ourser-flex .ourser-box,
    .ourser-sec.service-sec-part div.ourser-box,
     .ourser-sec.service-sec-part div.ourser-box.ourser-txt-2  {
        width: 50%;
        margin-bottom: 10px;
    }
    .str-sec.cutting-sec div.ind-head {
     font-size: 26px; 
    }
}
.test{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    height: auto; 
}
.bac-img{
    margin-top: 35px;
    margin-bottom: 30px;
}
.bac-img .operation-head{
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    line-height: 55px;
    margin-top: 60px;
    font-family: "Noto Sans", sans-serif;
}

.bac-img .theme{
    color: var(--primary-colour);
    display: inline;
}
.bac-img .shape{
    width: 100%;
     height: 425px;
    position: relative;
    margin-bottom: 15px;
}
.bac-img .content{
    position: absolute;
    z-index: 99;
    bottom: 6%;
    left: 6%;
    color: #fff;
    padding: 20px;
}
.bac-img .content h4{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 300;
}
.bac-img .content-txt {
    display: none; /* Hide the content by default */
}

.bac-img .box:hover .content-txt {
    display: block; /* Display the content when .box is hovered */
}
.bac-img .box{
    margin-bottom: 20px;
}
.bac-img .content p{
    font-size: 15px;
    margin: 20px 0px;
    font-weight: 300;
    line-height: 1.8;
}
.bac-img .bac4{
    width: calc(33.33% - 20px);
    margin-right: 1rem;
}
.bac-img .bac5,
.bac-img .bac6
{
    margin-left: 1.5rem;
}
.bac-img .bac5
{
    width: calc(33.33% - 20px);
}
.tes .slick-dots {
    position: absolute;
    bottom: 137px;
}
.ele .focus-img1{
    width: 97%;
    height: 576px;
}
.ele {
    background-color: #f6f7f7;
    padding-top: 60px;
    /* padding-bottom: 60px; */
}
.ele  .head-li {
    border: 1px solid var(--primary-colour);
}
.ele .operation-head {
   text-align: start;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
}
.ele .ele-para {
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    text-align: start;
    margin-bottom: 30px;
}

.ele .right {
    margin: 30px 0px; 
}
.beyond-sec .bey-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.beyond-sec .round{
    position: relative;
}
.beyond-sec .rnd1{
    position: absolute;
    right: -45px;
    bottom: 200px;
    height: 100px;
}
.beyond-sec .round1{
    position: relative;
}
 .o-sec  .btn-read,
 .o-sec  .btn-read-less
  {
  text-decoration: none;
     margin-top: 15px;
    color: var(--primary-colour);
    font-size: 14.5px;
    position: relative; 
     padding-right: 24px;
    transition: all 0.1s ease-in; 
} 
.o-sec .box-row{
    display: flex;
    flex-wrap: wrap;
}
.o-sec .hed-right{
    width: 65.66%;
}
 .o-sec  .btn-read::after{
  
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        color: var(--primary-colour);
        font-size: 18px;
        background-image: url(../assets/industry/bank/read.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 23px;
        height: 23px;
    } 
    .o-sec  .btn-read-less::after{
  
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        color: var(--primary-colour);
        font-size: 18px;
        background-image: url(../assets/industry/bank/read.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 23px;
        height: 23px;
    } 
/* .o-sec .boxing{
height: 260px;
} */
.o-sec .boxing:hover{
    background-color:var(--primary-colour);
    color: #fff;
}
.o-sec .boxing:hover .boxing-head,
.o-sec .boxing:hover .btn-read,
.o-sec .boxing:hover .btn-read-less{
color: #fff;
}
.o-sec .boxing:hover .btn-read::after {
    background-image: url(../assets/industry/micro/whitearrow.png);
}
.o-sec .boxing:hover .btn-read-less::after {
    background-image: url(../assets/industry/micro/whitearrow.png);
}
.o-sec .boxing  .btn-read:hover {
    text-decoration: none;
    padding-right: 30px;
}

.beyond-sec .rnd{
    position: absolute;
    left: -257px;
    bottom: -185px;
    height: 550px;
}
.exp-sec {
    background-color: #f6f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}
.exp-sec .exp{
    height: 40px;
    width: 40px;
    margin-top: 20px;
    margin-left: 20px;
}
.exp-sec .operation-head{
    text-align: start;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-family: "Noto Sans", sans-serif 
}
.exp-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.exp-sec .box-mode .content{
    padding: 0px 15px 0px 0px;
}
.exp-sec .box-mode
{
    display: flex;
    align-items:start;
    gap: 20px;
}
.exp-sec  .mde{
    background: url(../../../assets/industry/micro/exp9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 85%;
    margin-top: 40px;
    padding: 20px;
   /* height: 550px; */
}
.exp-sec .box-mode{
    background: url(../../../assets/industry/micro/exp10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 40px;
   /* height: 550px; */
}
.exp-sec .align {
    position: relative;
    left: -9%;
}
.ser-sec  .ser-box{
width: 20%;
margin: 10px 0px;
}
.exp-sec h3{
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.exp-sec p{
    margin: 10px 0px;
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 500;
}
.test .operation-head{
    text-align: start;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans", sans-serif 
}
.test .theme{
    color: var(--primary-colour);
    display: inline;
    
}
.test p{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
       text-align: center; 
}
.test .t-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.test .cut-box{
    margin-top: 20px;
    margin-bottom: 20px;
}
.test .plus{
position: relative;
}
.test .plus1{
    position: relative;
}
.test .cut-box .content {
    padding: 13px;
    background-color: #fff;
    height: 200px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #eee;
}
.test .cut-box .content:hover{
    border: 1px solid var(--primary-colour);
    background-color: #fff6f4;
    border-top: 1px solid transparent;
}
.test  .is1-m1 {
    position: absolute;
    height: 150px;
    right: -58%;
    bottom: 25%;
    transform: rotate(180deg);
}
.test  .is-m {
    position: absolute;
    height: 150px;
    left: -58%;
    bottom: 25%;
}
.ser-sec .third .ser-box{
    padding: 20px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.tes .testi-head{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.6;
    margin-top: 40px;
    font-family: "Noto Sans", sans-serif;
}
.b-sec .bey-box{
    height: 215px;
}
.vision-sec ul.wrapping{
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.b-sec .bey-head {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: start;
    line-height: 1.4;
}
.ser-sec .ser-row {
    display: flex;
    flex-wrap: wrap;
}
.b-sec .bey-head:hover{
color:var(--primary-colour);
}
.beyond-sec .bey-box:hover .bey-head{
    color:var(--primary-colour);
}
@media (max-width:767px){
    .img-box .emp-flex .emp-box.box1,
.img-box .emp-flex .emp-box.box3{
        width: calc(100% - 20px);
        margin: 10px;
    
}
.img-box .emp-flex .emp-box.box2{
    width: calc(100% - 20px);
    margin: 10px;

}
    .tes .testi-head {
        text-align: center;
        font-size: 19px;
    }
    .testi button.slick-pre.slick-arrow {
        left: -20px;
    }
    .testi button.slick-nxt.slick-arrow {
        right: -20px;
    }
    .bac-img .operation-head {
        font-size: 21px;
        margin-top: 0px;
        line-height: 35px;
    }
    .bac-img .content h4 {
        font-size: 21px;
    }
    .b-sec .bey-head {
        font-size: 19px;
    }
    .operation-sec .iso-img {
        width: 0px;
    }
    .bac-img .bac4 {
         width: 100%; 
        margin-right: 0rem;
    }
    .bac-img .bac5 {
        width: 100%; 
        margin-right: 0rem;
    }
    .bac-img .bac5, .bac-img .bac6 {
         margin-left:0rem; 
    }
    .ele .operation-head {
        font-size: 21px;
    }
    .ele .focus-img1 {
        width: 100%;
    }
    .beyond-sec .rnd1 {
        position: absolute;
        /* right: -197px; */
        bottom: 375px;
        height: 165px;
        right: -112%;
    }
    .beyond-sec .rnd {
        position: absolute;
        left: -323px;
        bottom: -374px;
        height: 550px;
    }
    .exp-sec .operation-head {
        text-align: start;
        font-size: 21px;
    }
    .exp-sec .mde {
        width: 100%;
    }
    .exp-sec .align {
        position: unset;
    }
    .test .operation-head {
        font-size: 21px;
    }
    .ser-sec .ser-box {
        width: 50%;
    }
    .tes {
        height: 705px;
    }
}
@media (max-width:480px){
    .o-sec .boxing {
        height: 302px;
    }
}
@media (max-width:992px) and (min-width:768px){
    .img-box .emp-flex .emp-box.box1,
    .img-box .emp-flex .emp-box.box3{
            width: calc(100% - 20px);
            margin: 10px;
        
    }
    .img-box .emp-flex .emp-box.box2{
        width: calc(100% - 20px);
        margin: 10px;
    
    }
    .tes .cut-box .content {
        height: 155px
    }
    .tes {
        height: 700px;
    }
    .bac-img .box{
        width: 50%;
    }
    .bac-img .bac4 {
        width: 50%; 
       margin-right: 0rem;
   }
   .bac-img .bac5 {
       width: 50%; 
       margin-right: 0rem;
   }
   .bac-img .bac5, .bac-img .bac6 {
     margin-left: 0rem; 
}
.bac-img .operation-head {
    font-size: 25px;
    margin-top: 95px;
}
.b-sec .bey-box{
    width: 47%;
}
.beyond-sec .rnd1 {
    height: 0px;
    width: 0px;
}
.beyond-sec .rnd {
    height: 0px;
    width: 0px;
}
.o-sec .boxing {
    height: 281px;
}

}



.current-sec{
    margin-top: 35px;
    padding-bottom: 50px;
    background-color: #f1f6f9;
}
.current-sec .operation-head{
    margin: 0;
    margin-bottom: 25px;
    color: #000000;
    margin-top: 50px;
    font-family: "Noto Sans", sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
}
.current-sec .theme{
    color: var(--primary-colour);
    display: inline;
    
}
.current-sec .img-div{
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 15px;
    margin-top: -17px;
    margin-bottom: 50px;
}
.current-sec .bey-box{
    height: 260px;
    color: #000000;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    width: calc(33.33% - 20px);
    margin-right: 20px;
    padding: 15px 28px 15px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    }
    .current-sec .shape {
        height: 360px;
        width: 382px;
        margin-top: -136px;
    }
    .current-sec .bey-head{
        color: #000000;
        font-family: "Noto Sans", sans-serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        margin-bottom: 25px;
    }
    .beyond-sec .bey-para {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 0;
    }
    .beyond-sec.pharm-bey .bey-box:hover{
        background: linear-gradient(180deg, #FF8C28 0%, #FF6A3C 100%);
    }
    .beyond-sec.pharm-bey .bey-box:hover .bey-head, .beyond-sec.pharm-bey .bey-box:hover .bey-para{
        color: #ffffff !important;
    }
    .current-sec .bey-box:hover .bey-head{
        color: var(--primary-colour);
    }
  .wind-sec .operation-head{
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;
    color: #000;
    line-height: 45px;
    margin-top: 20px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
}

  .wind-sec .theme{
    color: var(--primary-colour);
    display: inline;
  }
  .wind-sec .focus-img1{
    width: 97%;
    height: 480px;
    position: relative;
  }
 .wind-sec .f-content1,
 .wind-sec .f-content2,
 .wind-sec .f-content{
    display: flex;
    gap: 10px;
 }
  .wind-sec .content-focus{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0%;
    padding: 15px 20px;
    color: #fff;

  }
  .wind-sec .content-focus h4{
    color: #ffffff;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
  }
  .wind-sec h4{
    font-size: 17px;
    color: #000;
    font-weight: 500;
  }
  .wind-sec p{
    font-size: 13.5px;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 9px;
  }
  .wind-sec .con1{
    padding-left: 14px;
    padding-bottom: 25px;
  }
  .w-sec.wind-section .con1{
    padding-left: unset;
    padding-bottom: unset;
  }
  .w-sec.wind-section p {
    padding: 10px 4px;
  }
  .wind-sec .f-content{
    margin-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
  }
  .wind-sec .f-content:last-child {
    border-bottom: none;
}
  .wind-sec .right{
   margin-top: 50px;
  }
  .wind-sec.bus-wind .left{
    padding-right: 0px;
  }
  .wind-sec.bus-wind .right{
    padding-left: 50px;
  }
  .wind-sec.bus-wind{
    padding-bottom: 35px;
  }
  .em-sec .bey-box{
    height: 200px;
  }
  .em-sec .emp-box{
    width: calc(40.33% - 20px);
  }
  .edge-sec{
    padding: 30px 0px;
    background: url(../../../assets/industry/renew/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
   
  }
  .edge-sec .operation-head{
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.6;
    margin-top: 40px;
    text-align: center;
  }
  .edge-sec .theme{
    color: var(--primary-colour);
    display: inline;
  }
  .edge-sec .img-div img{
    width: 100%;
    height: 260px;
  }
  .edge-sec .content1{
        display: flex;
        gap: 13px;
        padding: 13px;
        /* background: url(../../../assets/industry/renew/back.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%; */
        background-color: #fff;
        height: 175px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #eee;
        border-bottom: 7px solid var(--primary-colour);
  }
  .edge-sec .top1{
    border-bottom: 7px solid var(--primary-colour);
  }
.edge-sec .content{
    display: flex;
    gap: 13px;
    padding: 13px;
    background-color: #fff;
    height: 225px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* border: 1px solid #eee; */
 
}
.testi1 button.slick-pre.slick-arrow {
    top: 38%;
}
.testi1 button.slick-nxt.slick-arrow {
    top: 38%;
}
.tel button.slick-nxt.slick-arrow {
    top: 38%;
}
.wind-sec .icon{
    height: 50px;
    width: 50px
}
.edge-sec .box{
    display: flex;
    width: calc(49% - 20px);
    margin: 10px;
}
.edge-sec .box1{
    display: flex;
    width: calc(49% - 20px);
    margin: 10px;
}
.edge-sec .content.top2 {
    margin-top: -27px;
    margin-bottom: 30px;
}
.edge-sec .content.top3 {
    margin-top: 27px;
    margin-bottom: 25px;
}

.edge-sec .p-head{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-align: start;
    line-height: 1.3;
    margin-top: 0px;
}
.full-sec .operation-head {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 18px;
    color: #000;
    line-height: 45px;
    margin-top: 40px;
    text-align: center;
}
.full-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.full-sec .full-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.full-sec .bey-box{
    height: 160px;
    color: #000;
    background-color: #f1f6f9;
    border-radius: 10px;
    border: 1px solid transparent;
    width: calc(43.33% - 20px);
    margin: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.full-sec .bey-head{
    font-size: 21px;
    color: #000;
    font-weight: 500;
    text-align: start;
    line-height: 1.3;
    font-family: Roboto;


}
.full-sec .bey-box:hover .bey-head{
    color: var(--primary-colour);
}
.service-box .first .ser-box{
    width: 16.6%;
}
    .tel .img-div {
        overflow: hidden;
        height:auto !important;
    }
.edge-sec .num{
  
        width: 30px;
        height: 30px;
}
.industry-menu:hover ul.submenu1{
    display: block;
   
}

    .staticPageUI header .sub-menu-outer{
        position: absolute;
        left: -725px;
        top: 20px;
        z-index: 99;
        display: none;
        padding-top: 34px;
    }

    .staticPageUI header ul.submenu1  {        
        background-color: #fff; /* Change to your desired background color */
        border: 4px solid #fff; /* Change to your desired border color */
        padding: 10px;
        width: 980px;
        border-top: 3px solid var(--primary-colour);
       
    }
    
    .industry-menu:hover .sub-menu-outer{
        display: block;
    }
    .staticPageUI header .li-item{
        padding: 10px;
    }
    .staticPageUI header  ul.sub-menu1 .li-item{
        width: 230px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-left: -1px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

    } 
    .staticPageUI header  ul.sub-menu1 .li-item a{
        padding: 10px;
    }
    .standard{
        background-image: url(../assets/industry/bank/cut-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 45px 0;
        width: 100%;
        }
        .standard img{
            width: 100%;
        }
        .standard.way_cars img {
            width: 100%;
        }
        .str-sec.driv_sec .left_driv{
            padding-right: 15rem;
        }
        .net-sec.our_expe .slick-dots {
            bottom: -60px;
        }
        .standard .testi-head{
            text-align: center;
            font-size: 30px;
            font-weight: 400;
            margin: 0;
            margin-bottom: 40px;
            color: #fff;
             line-height: 1.6;
             font-family: "Noto Sans", sans-serif;
             line-height: 1.5;
        }
    .circle-sec.circle-auto .circle-left {
            background: none;
            margin-top: 30%;
    }
    .circle-sec.circle-auto .circle-left img{
            width: 100%;
    }
    .circle-sec.circle-auto .circle-left .ind-head.head-two{
            position: absolute;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        align-items: center;
        top: 0px;
        }
        .ourser-sec.service-sec-part .ourser-box.ourser-txt-2 {
            width: 20%;
        }
        .ourser-sec.service-sec-part .ourser-flex{
            justify-content: center;
            margin-bottom: 20px;
        }
        .ourser-sec.service-sec-part .ourser-box h6 {
            line-height: 1.5;
            margin-top: 33px;
            font-size: 14px;
            color: #000;
            }
        .tip-sec.auto-sec-form::before {
            content: '';
            width: 100%;
            height: 100%;
            filter: blur(4px);
            -webkit-filter: blur(4px);
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(../assets/industry/Automotive/formbg.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            z-index: -1;
            opacity: 0.8;
        }
    .industry img.car-tech {
        width: 100%;
    }
    .industry .col-sm-6 .ind-head.head-two {
        text-align: unset;
    }
    .industry .tech-flex {
        display: flex;
        gap: 20px;
    }
    .car_industry.industry .col-sm-6 .ind-head.head-two {
        margin-bottom: 55px;
    }
    .industry .tech-box {
        width: calc(50.33% - -1px);
        background: url(../assets/industry/oil/lightblue.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 17px 12px;
    }
    .industry .tech-box.mb-4 {
        margin-bottom: -10px;
    }
    .industry .tech-box h6 {
        font-size: 21px;
        font-weight: 600;
        color: #000;
        line-height: 30px;
    }
    .car_industry .tech-box h6 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 24px;
    }
    .industry .tech-box .ind-para {
        font-size: 14.5px;
        line-height: 1.6;
        font-weight: 500;
        margin-top: 22px;
    }
    .car_industry .tech-box .ind-para {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        margin-top: 15px;
    }
    .industry .tech-box.mb-1 {
        margin-top: 21px;
        margin-bottom: -32px;
    }
    .industry .tech-box.mb-2 {
        margin-top: 28px;
    }
    .industry .tech-box.mb-3 {
        margin-top: 49px;
        margin-bottom: -49px;
    }
    .industry .second-tech{
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 40px;
    }
    .standard button.slick-pre.slick-arrow{
        background: url(../../../assets/industry/logistics/arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    left: -40px;
    top: 50%;
    z-index: 9;
    }
    .standard button.slick-nxt.slick-arrow{
        background: url(../../../assets/industry/logistics/arrow.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 28%;
    right: -40px;
    top: 50%;
    }
    .standard .slick-list.draggable{
        display: grid;
    }
    .standard  .content {
        padding: 13px 13px 30px 13px;
        background-color: #fff;
        height: 100%;
    }
    .standard button.slick-arrow .fa{
       display: none!important;
    }
    .standard  .content h6 {
        font-size: 19px;
        font-weight: 500;
        line-height: 1.3;
    }
    .industry{
        padding: 50px 0px;
    }
    .driv_sec.str-sec .str-flex .str-box .tri.tri-sec {
        position: absolute;
        width: 15px;
        left: -8%;
        margin-top: 128px;
        border-radius: 0;
    }
    .driv_sec.str-sec .str-flex .str-box .plus.right.rgt{
        position: absolute;
        width: 12px;
        right: -18px;
        margin-top: 20rem;
        height: 12px;
    }
    .driv_sec.str-sec .str-flex .str-box .plus.left.lft{
        position: absolute;
        width: 17px;
        right: -30px;
        margin-top: 0px;
        height: 18px;
    }
    .tip-sec::before {
        background-image: url(../assets/industry/civil/formbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .indus-stand .commit-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .indus-stand .commit-box {
        width: 23%;
        margin: 10px;
        background: #ffff;
        padding: 15px 15px 50px 15px;    
        box-shadow: 0px 0px 10px #e7e7e7;
    }
    .indus-stand .img-box img {
        width: 55px;
    }
    .mining-points .point-list .ind-para{
          text-align: unset;
    }
    .indus-stand .commit-box h6 {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 20px;
    margin-top: 25px;
    }
    .mining-points .trans-flex {
        display: flex;
        gap: 5px;
    }
    .mining-points .trans-box {
        margin: 10px;
        width: 33%;
    }
    .mining-points .point-list {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
    }
    .mining-points .arrow-img img {
        width: 23px;
    }
    .mining-points .ind-head.head-two{
        width: 48%;
    margin: auto;
    }
    .mining-points  .ind-para{
        text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    }
    .ourser-sec.ourser-industry .ourser-flex {
        justify-content: center;
    }
    section.indus-stand {
        padding: 40px 0;
        background-image: url(../assets/industry/bank/exc-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .indus-stand .commit-box:hover,
    .media-box.media-view .box:hover {
        box-shadow: 0px 0px 7px #ee5a329e;
    }
    .mining-operation img.min-img{
        width: 100%;
    }
    .mining-operation .col-sm-12{
        display: flex;
        align-items: center;
    }
    .mining-operation .min-flex {
        display: flex;
        gap: 20px;
    }
    .mining-operation .min-box {
        width: calc(50.33% - -1px);
        background: url(../assets/industry/oil/lightblue.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 17px 12px;
    }
    .mining-operation .min-box h6 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 30px;
    }
    .mining-operation .min-box.mb-1 {
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .mining-operation .min-box {
        width: calc(50.33% - -1px);
        background: url(../assets/industry/oil/lightblue.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 17px 12px;
    }
    .mining-operation .min-flex.part-2 {
        margin-top: 20px;
    }
    .mining-operation .min-box.mb-2 {
        margin-top: 20px;
        margin-bottom: -20px;
    }
    section.mining-operation {
        padding: 40px 0px;
    }
    .mining-operation .ind-head.head-two{
        width: 57%;
        margin: auto;
        margin-bottom: 37px;
    }
   section.mining-points {
       padding: 40px 0px 0px 0px;
    }
    .tip-sec.mining-sec-form::before{
        background-image: url(../assets/industry/mining/formbg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .mining-operation .min-box h6:hover{
        color: var(--primary-colour);
    }
    .emp-sec.aerospace.electric-list.bike .ind-para{
        text-align: center;
        margin-top: 10px;
    }
    .emp-sec.aerospace.electric-list.bike .content-div li {
        margin-bottom: 40px;
    }
    .str-sec.cutting-sec .str-flex.str-list .str-box,
    .str-sec.cutting-sec .str-flex .str-box {
        padding: 40px 25px;
        background: #fff;
        height: 280px;
    }
    .str-sec.cutting-sec .str-flex.str-list .str-box:hover,
    .str-sec.cutting-sec .str-flex .str-box:hover {
    background: url(../assets/industry/oil/hoverbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    }
    .str-sec.cutting-sec .str-flex .str-box:hover h6,
    .str-sec.cutting-sec .str-flex .str-box:hover .ind-para{
        color: #fff;
    }
    .str-sec.cutting-sec .str-flex .str-box h6{
        line-height: 25px;
    }
    .str-sec.cutting-sec .ind-head {
        font-size: 34px;
    }
    .emp-sec.aerospace.electric-list.bike{
        background: none;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .str-sec.cutting-sec {
        background-color: #F7F7F7;
    }
    .str-sec .str-list.str-flex .str-box img.triround{
        position: absolute;
        left: 15px;
        margin-top: 160px;
        max-width: 100%;
        width: 15px;
        height: 15px;
    }
    .tip-sec.bike-sec-form::before{
        background: url(../assets/industry/bikes/formbg.png);
    }
    @media (max-width: 991px) {
        .staticPageUI header .sub-menu-outer {
            top: 27px;
            left: unset;
            right: -5px;
            position: absolute;
            padding-top: 10px;
        }
        
        .staticPageUI header ul.submenu1{
            width: 320px !important;
            overflow: auto;
            box-shadow: 0 0 2px;
            height: 400px;
        }

        .staticPageUI header ul.submenu1 > li{
            padding-left: 0;
        }

        .cut-sec .cut-para {
            width: 100%;
        }
        
        .staticPageUI header .li-item {
            padding: 3px;
            width: 100% !important;
            display: flex;
            flex-direction: column;
        }
        .ourser-sec.service-sec-part .ourser-box{
              width: 20%;
        }
        .ourser-sec.service-sec-part div.ourser-box h6 {
              font-size: 14px;
        }
        .rad-sec.rad-sec-view div.rad-box-inner.inner-txt{
            margin-top: 0px;
        }
        .rad-sec.rad-sec-view  div.rad-box-top.top-sec{
            margin-top: 0px;
        }
        .rad-sec.rad-sec-view .rad-box-top div.rad-box-img{
            display: block;
            width: 100%;
        }
        .rad-sec.rad-sec-view .rad-box-top div.rad-box-img img{
            height: 100%;
            width: 100%;
        }
        /* .ourservice-sec.ser-sec.satellite-service-sec .ser-box,
        .ourservice-sec.ind-service .ser-box,
        .ourservice-sec.media-ser-sec.entertainment-service .ser-box{
            border-right: none;
        } */
        .rad-sec.rad-sec-view .rad-box-img.img-1 {
            padding-bottom: 10px;
            padding-top: 0px;
        }
        .emp-sec.aerospace-3.emp-section .emp-flex .emp-box{
                height: auto;
        }
    }
    @media (max-width:767px){
        .tips-sec .ddd-img {
            height: 478px;
            width: 100%;
            border-top-right-radius: 25px;
        }
        .current-sec .bey-box {
            width: calc(100% - 20px);
            height: 225px;
        }
        .current-sec .img-div {
            width: calc(100% - 20px);
            margin: 0;
        }
        .current-sec .shape {
            height: 400px;
            width: 100%;
            margin-top: 0px;
            
        }
        .edge-sec .box1,
        .edge-sec .box {
            display: flex;
            width: calc(100% - 20px);
            margin: 10px 0px;
        }
        .edge-sec .pad{
            width: 104%;
            padding: 0;

        }
        .edge-sec .content {
            height: 175px;
        }
        .service-box .first .ser-box {
            width: 50%;
        }
        .service-box .second .ser-box{
            width: 50%;
        }
        .current-sec .operation-head {
            margin-bottom: 10px;
            margin-top: 0;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
        }
        .current-sec .bey-head {
            font-size: 20px;
            line-height: 27px;
            margin-bottom: 10px !important;
        }
        .circle-flex-bottom .col-sm-12 {
            margin-top: 0;
        }
        .wind-sec .operation-head {
            font-size: 20px;
            margin-top: 15px;
            line-height: 28px;
        }
        .wind-sec.bus-wind .left {
            padding-right: 0px;
        }
        .wind-sec .content-focus h4 {
            font-size: 20px;
            line-height: 26px;
        }
        .industry .tech-flex {
            display: block;
    } 
    .industry .tech-box {
        width: 100%;
}
.industry .tech-box.mb-4,
.industry .tech-box.mb-1,
.industry .tech-box.mb-2,
.industry .tech-box.mb-3,
.industry .tech-box { 
    margin-top: 0px;
    margin-bottom: 10px;
}
.industry .col-sm-6{
    padding-left: 0px;
    padding-right: 0px;
}
.industry .second-tech {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.circle-sec.circle-auto .circle-left {
    margin-top: 0%;
}
.circle-flex {
    margin-top: 10px;
}
.standard .testi-head {
    font-size: 26px;
    }
    .who-we-sec {
         padding: 10px 0;
    }
    .bac-img {
         margin-top: 5px;
    }
    /* .bac-img img.shape {
        height: 100% !important;
    } */
    .mining-operation div.ind-head.head-two,
    .mining-points div.ind-head.head-two {
        width: 96%;
}
.mining-operation div.min-flex,
.mining-operation div.col-sm-12,
.indus-stand div.commit-flex,
.mining-points div.trans-flex{
    display: block;
}
.mining-operation div.min-box,
.indus-stand .commit-flex .commit-box,
.mining-points .trans-flex .trans-box{
    width: 100%;
    margin-top: 15px;
}
.indus-stand .commit-flex .commit-box{
    margin: 0px;
    margin-top: 10px;
}
.education-sec .edu-box h6, .education-sec .edu-box-1 h6 {
    font-size: 20px;
    }
    .education-sec img.plus.left {
       display: none;
    }
    .education-sec img.plus.right {
        display: none;
    }
    .education-sec img.multileft.right,
    .education-sec img.multiplus.left  {
        width: 0px;
    }
    .view-txt{
        padding: 20px 0px !important;
    }
    .edu-exc-sec {
        padding: 15px 0px;
    }
    .ourser-sec {
        padding: 25px 0;
    }
    .ourser-sec.service-sec-part {
        padding: 20px 0;
    }
    .standard .content h6 {
        font-size: 16px;
    }
    .standard.view .ind-para {
        font-size: 14px;
        line-height: 20px;
    }
    .revolv-flex .revolv-box .br-rg {
        border-right: none;
    }
    .revolv-flex .revolv-box .br-lg {
        border-right: none;
    }
    .footer-sec .footer-copyright {
        padding: 5px 0 20px 0;
    }
    .circle-list p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
    .circle-sec.circle-auto .circle-list h6 {
        font-size: 18px;
        line-height: 26px;
    }
    .net-sec.our_expe .slick-dots {
        bottom: -45px;
    }
    }

    @media (max-width:992px) and (min-width:768px){
        .current-sec .bey-box {
            width: calc(49.33% - 20px);
            height: 260px;
            margin: 10px;
        }
        .current-sec .img-div{
            width: calc(49.33% - 20px);
            margin-bottom: 5px;
        }
        .current-sec .cur-row{
            display: flex;
            flex-wrap: wrap;
        }
        .current-sec .shape {
            height: 230px;
            width: 334px;
            margin-top: 18px;
        }
        .edge-sec .content.top2 {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .edge-sec .content.top3 {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .edge-sec .pad{
            padding: 0px;
        }
        .edge-sec .right{
            padding-right: 0px;
        }
        .edge-sec .left{
            margin-top: 18rem;
        }
        .edge-sec .box1 {
            width: calc(100% - 20px);
            margin: 10px;
        }
        .edge-sec .box {
            width: calc(100% - 20px);
            margin: 10px;
        }
        .edge-sec .content {
            height: 210px;
            margin: 10px;
        }
        .edge-sec .content1 {
            height: 240px;
        }
        .full-sec .bey-box {
            height: 200px;
            width: 47%;
        }
        .testi1 {
            height: 602px;
        }
    }


    @media (max-width:399px){
        /* .circle-list {
            display: block;
    } */
}
@media (max-width:599px){
    .standard button.slick-nxt.slick-arrow {
        right: -15px;
        top:50%;
        width:30px;
        height: 30px;
  }
  .standard button.slick-pre.slick-arrow {
      left: -15px;
      top:50%;
      width:30px;
      height: 30px;
  }
  .testi.double-content.con-t .cut-box .content {
    min-height: 175px !important;
    height: auto!important;
}
.testi.double-content.con-t .cut-box {
    margin-bottom: 0px;
}
.testi1.media-txt-sec .cut-box div.con1 {
    min-height: 150px;
}
}

@media (max-width:767px) and (min-width:600px){
    .standard button.slick-nxt.slick-arrow {
          right: -16px;
    }
    .standard button.slick-pre.slick-arrow {
        left: -16px;
    }
    .testi.double-content.con-t .cut-box .content{
        height: auto!important;
        min-height: 365px;
    }
    .testi.double-content.con-t .cut-box {
        margin-bottom: 0px;
    }
    .testi1.media-txt-sec .cut-box div.con1 {
        min-height: 232px;
}
}
.partner-sec .shape{
    height: 400px;
    width: 382px;
    /* margin-top: -122px; */
}
.partner-sec .icon-1st-sec{
    height: 323px;
    width: 382px;
    padding-top: 30px;
}
.partner-sec .img-div{
    width: calc(33.33% - 20px);
    margin-right: 20px;
    padding: 15px;
    margin-top:35px;
    margin-bottom: 30px;
}
.partner-sec .b-row{
    display: flex;
    flex-wrap: wrap;
}
.partner-sec .operation-head{
    margin-bottom: 60px;
    color: #000000;
    margin-top: 40px;
    font-size: 33px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
}
.partner-sec p{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    
}
.partner-sec h4{
    font-size: 28px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 30px;
    line-height: 35px;
    font-family: "Noto Sans", sans-serif;
}
.partner-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.partner-sec {
    margin-top: 30px;
    padding-bottom: 60px;
    background-color: #f1f6f9;
}
.partner-sec .bey-box{
    height: 210px;
    color: #000000;
    background-color: #fff;
    border: none;
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.partner-sec .top{
    margin-top: 170px;
}
.w-sec .head{
    display: flex;
    align-items: center;
}
.w-sec h4{
    font-size: 22px;
}
.w-sec .head .theme{
    font-size: 22px;
    padding-right: 5px;
}
.w-sec .right {
    margin-top: 0px;
}
.w-sec .con1 {
    border:none;
}
.w-sec p {
    padding: 10px;
}
.sli .testi-head{
    font-size: 38px;
    line-height: 1.5;
    font-weight: 400;
    margin: 35px auto;
}
.op-sec .box-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con-t .img-div{
    height: auto;
}
.con-t .content{
    height: 300px !important;
}
.con-t {
    margin-top: 0px;
    height: auto;
    padding-bottom: 35px;
}
.con-t.double-content{
    background-image: none;
    padding-bottom: 0;
}
.elevate-sec.e-sec .head-li.active .body-li {
    display: block;
    height: auto;
    animation: slide-down 0.9s;
    opacity: 1;
}
.con-t.double-content .content {
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px 0px #00000040;
    background: #FFFFFF;
    height: 340px !important;
}
.con-t .slick-slide {
    height: auto;
}
.con-t .content{
    border: 1ps solid #eee;
    box-shadow: 0 3px 6px rgba(52,0,0,.10);
}
.con-t button.slick-nxt.slick-arrow {
    top: 40%;
}
.con-t p{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.op-sec .boxing-para{
    padding-top: 20px;
}
.operation-sec {
    padding-top: 30px;
    padding-bottom: 25px;
    background: #F7F7F780;
}
.op-sec .boxing h6 {
    height: 45px;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
.op-sec .boxing:hover {
    background: linear-gradient(180deg, #FFA85F 0%, #FF6C3F 100%);
    color: #fff;
}
.op-sec .boxing:hover .boxing-head,
.op-sec .boxing:hover .theme{
    color: #fff;
}
.e-sec .head-li {
    font-size: 19px;
}
.partner-sec.bus-sec {
    background-color: #F1F6F9;
}
.bus-sec{
    background: url(../../../assets/industry/engineering/testi1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 40px;
}
.bus-sec .bey-box {
    height: 280px;    
}
.bus-sec h4.bey-head{
    font-size: 28px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 30px;
    line-height: 35px;
    font-family: "Noto Sans", sans-serif;
}
.bus-sec p.bey-para{
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}
.bus-sec .img-div1{
    margin-top: -15%;
}
  .bus-tes{
    height:800px;
}  
 .bus-tes .cut-box .content {
    height: 200px;
} 
.bus-tes  p{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.bus-tes .slick-dots {
    bottom: 315px;
}
.bus-tes button.slick-pre.slick-arrow {
    top: 26%;
}
.bus-tes button.slick-nxt.slick-arrow {
    top: 26%;
}
.bus-current-sec{
    background-color: #fff;
}
.bus-current-sec .cur-img{
    height: 52px;
    width: 52px;
}
.bus-wind .right{
    margin-top: 0px;
}
.bus-wind .para{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 50px;
    padding-top: 0px;
    color: #000000;
}
.bus-wind  .icon {
    height: 52px;
    width: 52px;
    margin-top: 22px;
}
.bus-wind p {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 9px;
    line-height: 25px;
}
.bus-wind h4 {
    font-size: 28px;
    color: #272425;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 5px;
}
.bus-wind .focus-img1 {
    width: 100%;
    height: 740px;
}
.bus-wind .f-content:hover h4{
  color:var(--primary-colour)  ;
}
.bus-current-sec .cur-row{
display: flex;
flex-wrap: wrap;
}
.bus-current-sec .p-bus{
    width: 51%;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.bus-current-sec .bey-box {
    border: none;
}
.bus-current-sec .bey-box:last-child .bey-head{
    margin-bottom: 3px;
}
.bus-current-sec .bey-para {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.bus-current-sec  .img-div {
    margin-top: -115px;
}
.bus-current-sec .shape {
    height: 410px;
}
.bus-op{
    background-color: #fbfbfb;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bus-op .boxing{
    background-color: #fff;
   
}
.partner-sec {
    margin-top: 30px;
    padding-bottom: 30px;
   background-color: #fff;
}
.par-sec .icon-1st-sec {
    height: 267px;
    padding-top: 30px;
    width: 100%;
}
.par-sec .bey-box {
    background-color: #f1f6f9;
    height: 255px;
    color: #000;
    border: 1px solid #eee;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.par-sec .len2{
    margin-top: 25px;
}
.par-sec .len3{
    margin-top: 45px;
}
.par-sec .len4{
    margin-top: 70px;
}
.par-sec .len5{
    margin-top: -47px;
}
.par-sec .len6{
    margin-top: -30px;
}
.par-sec .len7{
    margin-top: -10px;
}
.par-sec .len8{
margin-top: 11px;
}
.box-section .box-row{
display: flex;
flex-wrap: wrap;
}
.vision-sec li {
list-style-type: none;
padding-left: 0em;
}
.vis-sec {
font-size: 13px;
line-height: 1.4;
}
.vis-sec .box {
height: 400px;
}
.f-sec{
background-image: url(../assets/industry/heavy/focus.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-bottom: 30px;
}
.tip-sec.heavy-sec-form::before {
content: '';
width: 100%;
height: 100%;
filter: blur(4px);
-webkit-filter: blur(4px);
position: absolute;
left: 0;
top: 0;
background-image: url(../assets/industry/heavy/form-bac.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
opacity: 0.8;
}
.tip-sec.bus-sec-form::before {
content: '';
width: 100%;
height: 100%;
filter: blur(4px);
-webkit-filter: blur(4px);
position: absolute;
left: 0;
top: 0;
background-image: url(../assets/industry/bus/form-bac.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
opacity: 0.8;
}
.f-sec .operation-head {
text-align: center;
font-size: 38px;
font-weight: 400;
margin: 0;
margin-bottom: 30px;
color: #fff;
margin-top: 20px;
}
.f-sec .ele-para {
font-size: 14.5px;
line-height: 1.6;
font-weight: 500;
text-align: center;
margin-bottom: 30px;
color: #fff;
}
.box-section .boxing:hover{
background-color:var(--primary-colour) ;
color: #fff;
}
.box-section .boxing:hover .boxing-head{
color: #fff;
}
.f-sec .ind-para {
font-size: 14.5px;
line-height: 1.6;
font-weight: 500;
color: #fff;
}
.par-sec h4 {
font-size: 22px;
margin-top: 0px;
margin-bottom: 10px;
}
.par-sec .theme {
margin-bottom: 20px;
}
.w-sec .w-flex{
display: flex;
flex-wrap: wrap;
}   

.tip-sec.logistic-sec-form::before {
    background: url(../assets/industry/logistics/dd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
    }

.tip-sec.industry-sec-form::before {
background: url(../assets/industry/engineering/form-bac.png);
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}

.tip-sec.renew-sec-form::before {
    background: url(../assets/industry/renew/form-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
    }

.tip-sec.micro-sec-form::before {
background: url(../assets/industry/micro/frm-bac.jpg);
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 1;
}
.tip-sec.pharma-sec-form::before {
    background: url(../assets/industry/pharma/form-bac.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
    }
  .grid-box .img-div img {
    max-width: 100%;
    object-fit: cover;
}
.grid-box .img-div {
    overflow: hidden;
} 
.grid-img{
    max-width: 100%;
    object-fit: cover;
}  
.grid-box .operation-head{
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    margin-top: 20px;
}   
.grid-box .theme{
    color: var(--primary-colour);
    display: inline;
}
.grid-box p{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
} 
.grid-box .box-row{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px;
} 
.grid-box .cut-box{
    background-color: #f1f6f9;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 0px;
}
.grid-box .content{
    padding: 10px;
}
.grid-box .content:hover h6{
    color: var(--primary-colour);
}
.grid-box h6{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.grid-box  .cut-box .ind-para {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}
.pharm-sec .section-two{
    width: 100%;
    height: 600px;
    margin-top: 20px;
}
.pharm-sec .operation-head{
    margin-bottom: 15px;
    color: #000;
    margin-top: 20px;
    font-family: "Noto Sans", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}
.pharm-sec .theme{
    color: var(--primary-colour);
    display: inline;
}
.pharm-sec p{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
 .pharm-sec .theme1{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-colour);
    width: 40px;
    height: 40px;
    background: url(../assets/industry/pharma/Elip.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 600;
}
.pharm-sec .head{
    display: flex;
    align-items: baseline;
    gap: 15px;
} 
.pharm-sec h5{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}
.pharm-sec .pharm-p{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
    margin: 0px 30px;
    padding-left: 25px;
}
.pharm-sec .one-row .img-div{
    padding-left: 40px;
}
.pharm-sec .one-row-reverse .img-div{
    padding-right: 40px;
}

.pharm-sec .box{
    margin: 25px 0px;
}
.pharm-sec .one-row-reverse{
    display: flex;
    flex-direction: row-reverse;
}
.pharm-ope .box-row{
    display: flex;
    flex-wrap: wrap;
}
.vision-sec ul.wrapping1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.img-pharm {
    margin: 20px 0px;
}
.img-pharm .img-box{
    max-width: 100%;
}
.pharma-focus{
    background: url(../assets/industry/pharma/focus.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}
.pharma-focus .operation-head{
    color: #fff;
}

.media-box .operation-head{
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.6;
    margin-top: 35px;
    text-align: center;
}
.media-box .theme{
    color: var(--primary-colour);
    display: inline;
}
.media-box p{
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.media-box .box{
     border: 1px solid #eee;
     box-shadow: 0 3px 6px rgba(52,0,0,.10);
     width: calc(25% - 20px); 
     margin: 10px;
     display: flex;
     flex-direction: column;
     gap: 10px;
     align-items: start;
     justify-content: start;
     height:240px;
     padding: 10px 10px 20px 10px;
   
}
.media-box .med-img{
    width: 55px;
    height: 55px;
}
.media-box .med-p{

    text-align: start;

}
.media-box .med-head{
    line-height: 1.3;
    text-align: start;
    font-weight: 600;
}
.media-box .med-p{
    margin-bottom: 0px;
}
.media-box .box:hover{
    box-shadow: 0 3px 6px rgba(252, 228, 221, 0.7);
}.media-wind{
    margin: 30px 0px;
}
.media-wind p{
    padding-right: 20px;
}
.media-join{
    margin: 30px 0px; 
}
.media-join .operation-head{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 40px;
    color: #000;
    line-height: 1.6;
    margin-top: 35px;
}
.media-join .theme{
    color: var(--primary-colour);
    display: inline;
}
.media-join .join{
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.media-join .icon{
    width: 50px;
    height: 50px;
}
.media-join .f-content{
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
   margin-top: 10px;
}
.media-circle {
    background: url(../../../assets/industry/media/circle-bac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 40px;
}
.media-ser-sec .ser-box{
    width: 20%;
}
.media-circle .cir-ele{
    position: relative
}
.media-circle .head-two{
    position: absolute;
    top: 38%;
    left: 19%;
}
.media-ser-sec .ser-box:nth-child(4) {
    border-right: 1px solid #e7e7e7;
}
.media-circle .circle-lef {
    margin-top: 33%;
    margin-bottom: 25%;
}
.media-circle .cir-ele img{
    width: 100%;
    object-fit: cover;    
}
.media-circle .circle-right-flex.circle-list-1 {
    transform: translatex(-22%);
}
.media-circle .circle-right-flex.circle-list-2 {
    transform: translatex(-7%);
}
.media-circle .circle-right-flex.circle-list-5 {
    transform: translatex(-16%);
}
.media-tes {
    height: 600px;
}
.media-tes1{
    height: 600px;
}

.current-sec .txt-btn .arrow:hover:after {
    display: block;
    position: absolute;
    content: "Read more";
    font-size: 14px;
}
.current-sec .txt-btn .arrow:after {
    display: block;
    position: absolute;
    content: "";
    font-size: 14px;
    color: var(--primary-colour);
}
.current-sec .txt-btn .arrow:hover {
    align-items: center;
    display: flex;
}
.current-sec .txt-btn {
    position: absolute;
    bottom: 23px;
}
.txt-btn .arrow:hover img {
    margin-left: 68px;
}
.current-sec .arrow-img {
    width: 25px;
}
.media-ser-sec .first{
    display: flex;
    flex-wrap: wrap;
}

.pharma-focus .ind-para {
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.pharm-bey .bey-box{
    height: 220px;
}
.pharm-bey .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inno-sec .in-p{
    text-align: center;
    margin-bottom: 30px;
}
.pharm-bey  .is1-m1 {
    position: absolute;
    height: 130px;
    right: 0%;
    bottom: 29.2%;
    transform: rotate(180deg);
    width: 45px;
}
.pharm-bey .is-m {
    position: absolute;
    height: 130px;
    left: -1%;
    bottom: 36.5%;
    width: 45px;
}


.wel-sec .plus,
.wel-sec .plus1{
    position: relative;
}
.wel-sec  .is-mag {
    position: absolute;
    height: 150px !important;
    left: -67%;
    bottom: 25%;
    transform: rotate(3deg);
}
.wel-sec .is1-mag1 {
    position: absolute;
    height: 150px !important;
    right: -68%;
    bottom: 25%;
    transform: rotate(183deg);
}
.unr-sec .img-box {
    display: flex;
    align-items: center;
    gap: 40px;
}
.unr-sec .rev-img {
    height: 60px;
    width: 60px;
}
.unr-sec .rev-b {
    height: 1px;
    width: 100px;
}
.unr-sec .rev-img1 {
    height: 60px;
}

.shape-sec .b-iso{
    position: relative;
}
.shape-sec .b-sec{
    position: absolute;
    height: 100px;
    left: 104%;
    top: -39%;
}
.wel-sec{
    position: relative;
}
.wel-sec  img.polygon {
    width: 35px;
    position: absolute;
    top: 5%;
    left: 14px;
}
.disc-sec {
    position: relative;
    padding-bottom: 40px;
}
.disc-sec  img.polygon {
    width: 35px;
    position: absolute;
    top: 25%;
    right: 14px;
}
.str-sec .dia-mond{
    position: relative;
}
.str-sec .dia{
    position: absolute;
    left: -9%;
    width: 19px !important;
    height: 19px !important;
    bottom: -9%;
}
.revolv-flex .revolv-box .img-div .dot-img{
    width: 200px !important;
    margin-top: -60px !important;
    position: relative;
    left: -6%;
}
.revolv-flex .revolv-box:hover .in-hove .dot-img{
    width: 200px !important;
    margin-top: -60px;
    position: relative;
    left: -6%;
}
.revolv-flex .revolv-box:hover  .bot .img-div {
   margin: 0px;
}
.ser_model_sec .head-two.head-small {
    margin-top: 0px;
}
.ser_model_sec .revolv-flex .revolv-box .imgs-div .dot-img{
    width: 200px !important;
    margin-top: -30px !important;
    position: relative;
    left: 12%;
}
.ser_model_sec.dis_sec .revolv-flex .revolv-box .img-div.set_img{
    margin-top: 50px;
}
.ser_model_sec .revolv-flex .revolv-box:hover .in-hove{
    display: block;
}
.dis_sec.ser_model_sec .revolv-flex .revolv-box .img-div.img_gap{
    margin-right: 0px;
}
.ser_model_sec.revolv-flex .revolv-box .img-div{
    text-align: center;
    margin: 0px;
}
.ser_model_sec.dis_sec .revolv-flex .revolv-box .dis_rgt_img {
    margin-top: -35px;
}
.ser_model_sec.dis_sec .revolv-flex .revolv-box:hover .bot .img-div{
    margin: 25px;
}
.ser_model_sec.dis_sec .revolv-flex .revolv-box .img-div{
    text-align: center;
    margin: 25px;
}
.ser_model_sec .revolv-flex .revolv-box .img-div img{
    width: 70px;
    margin: auto;
}
.ser_model_sec .revolv-flex .revolv-box .br-lg {
    border-left: 1px solid #e7e7e7;
}
.ser_model_sec .revolv-flex .revolv-box .imgs-div .dot-img {
    width: 200px !important;
} 
.ser_model_sec .revolv-flex .revolv-box:hover .imgs-div .dot-img {
    width: 200px !important;
} 
.ser_model_sec .revolv-flex .revolv-box .offshore{
    width: 90%;
    margin: 0 auto;
}
.ser_model_sec .revolv-flex .revolv-box .onshore {
    padding: 5px 40px;
}
.ser_model_sec .revolv-flex .revolv-box .imgs-div{
    margin-top: 0px !important;
}
.ser_model_sec .revolv-flex .revolv-box .bot{
    display: flex;
} 
.bus-slide-sec .nt-para{
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.test .is1 {
    position: absolute;
    height: 150px !important;
    left: -60%;
    bottom: 25%;
}
.test .is2{
    position: absolute;
    height: 150px !important;
    right: -58%;
    bottom: 25%;
}
.wel-sec .is1 {
    position: absolute;
    height: 150px !important;
    left: -67%;
    bottom: 25%;
    transform: rotate(-5deg);
}
.wel-sec .is2{
    position: absolute;
    height: 150px !important;
    right: -68%;
    bottom: 25%;
    transform: rotate(4deg);
}
.ourservice-sec .ser-box img.six {
    width: 75px !important;
    height: 75px !important;
}
.ourservice-sec .six-head{
    margin-top: 13px;
}

.emp-sec .empower-cont:hover h2{
    color: var(--primary-colour);
}
.emp-sec .content-div:hover h2{
    color: var(--primary-colour);
}
.service-sec .service-ourser-box:hover h6{
    color: var(--primary-colour);
}
.mining-operation .min-box:hover h6{
    color: var(--primary-colour);
}
/* Hide the "Read less" button initially */
.btn-read-less {
    display: none;
}

/* Style for the truncated content */
.pop-txt.truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
    height: 73px;
}

/* Style for the "Read more" and "Read less" buttons */
.btn-read,
.btn-read-less {
    display: inline-block;
    margin-top: 10px;
    color: blue; /* Change color as needed */
    text-decoration: underline;
    cursor: pointer;
}
.button--loading{
    position: relative;
  }
  
  .button--loading .button__text {
    visibility: hidden;
    opacity: 0;
  }
  
  .button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color:  var(--primary-colour);
    border-radius: 50%;
    animation: button-loading-spinner 0.5s ease infinite;
  }
.conte{
    padding-top: 0px;
    padding-bottom: 50px;
}
.aerospace-2 .disc-flex {
    margin-top: 5px !important;
}
.aerospace-4 .plus1,
.aerospace-4 .plus{
    position: relative;
}
.emp-sec.aerospace-4  .is1 {
    position: absolute;
    height: 150px !important;
    left: -141%;
    bottom: 25%;
}
.emp-sec.aerospace-4 .is2 {
    position: absolute;
    height: 150px !important;
    right: -150%;
    bottom: 25%;
}
.aero-ser .first {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.aero-ser .second {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.aero-ser .third {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.aero-ser .ourser-box{
    width:  calc(20% - 20px);
    margin: 10px;
}
.aerospace{
    padding: 35px 0px;
}
.beyond-sec.bey-sec.beyond-box .bey-head{    
    font-family: 'Inter'; 
    color: #000000; 
    font-weight: 500; 
    font-size: 23px;
}
.beyond-sec.bey-sec.beyond-box .bey-para{    
    font-family: 'Inter';
    color: #000000;
}
.vision-sec.who-we-sec.vision-top{
    margin-top: 0px;
    margin-bottom: 0px;
}
.vision-sec.who-we-sec.vision-top .box{
    padding: 30px 20px;
}
.partner-sec.partner-section {
    background-color: #F1F6F9;
}
.partner-sec.partner-content-part .bey-head{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Inter';
    font-weight: 500;
}
.par-sec.partner-sec.partner-content-part .bey-box  .theme {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Inter';
}
.par-sec.partner-sec.partner-content-part p {
    line-height: 25px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 400;
}
.operation-sec.box-sec-view.box-section .boxing-para{
    color: #3C3C3C;
    font-weight: 400;
}
.box-section .boxing:hover .boxing-para{
   color: #fff;
}
.inno-sec.num-sec .img-box img {
    width: 21%;
    height: 21%;
    margin-right: 30px;
}
.inno-sec.num-sec .img-box{
    gap:0px;
}
.wind-sec.wind-section .f-content:hover h4 {
    color: #000;
}
.op-sec.op-section .boxing:hover {
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
}
.partner-view.partner-section .bey-box:hover .bey-head{
    color: var(--primary-colour);
}
.vision-sec.vis-sec .vision-para{
    margin-bottom: 10px;
}


.e-com3 {
    padding: 30px 0px 30px 0px;
}
.inno-sec.num-sec .img-box img {
    width: 21%;
    height: 21%;
    margin-right: 30px;
}
.inno-sec.num-sec .img-box{
    gap:0px;
}
.wind-sec.wind-section .f-content:hover h4 {
    color: #000;
}
.op-sec.op-section .boxing:hover {
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
}
.partner-view.partner-section .bey-box:hover .bey-head{
    color: var(--primary-colour);
}
.vision-sec.vis-sec .vision-para{
    margin-bottom: 10px;
}
.partner-sec.partner-view.partner-section h4 {
    font-size: 25px;
    color: #000000;
}
.partner-sec.partner-view.partner-section p {
    font-size: 14.5px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Inter';
    color: #000000;
}
.standard .ind-para {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #4F4F4F;
    font-family: 'Inter';
}
.partner-sec.partner-view.partner-section .operation-head {
    margin-bottom: 20px;
}
.standard .testi-head{
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
}
.w-sec.wind-section  p {
    color: #272425;
    font-family: "Noto Sans", sans-serif;
    line-height: 20px;
}
.standard .content h6 {
    font-weight: 500;
    color: #2A2A2A;
    font-family: 'Inter';
}
.elevate-sec.e-sec.e-text .ind-para{
    color: #272425;
    font-weight: 500;
}
.exc-sec.exc-view .ul-box h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
.exc-sec.exc-view .ul-box p {
    font-weight: 400;
    color: #272425;
    font-family: 'Inter';
}
.disc-sec.bike-2 .head-two {
    padding-top: 0px;
    width: 70%;
    margin: 0 auto;
}
.cutting-sec.str-sec.str-sec .str-flex.top-content-img .str-box{
    width: unset;
}
.str-sec.cutting-sec{
    padding: 50px 0 40px 0;
}
.cutting-sec.str-sec .str-flex.str-list .str-box .plus.left {
    position: absolute;
    right: -35px;
    width: 20px;
    height: 20px;
    margin-top: 70px;
}
.cutting-sec.str-sec .str-flex.str-list .str-box .plus.right {
    position: absolute;
    width: 13px;
    height: 13px;
    right: -20px;
}
.cutting-sec.str-sec .str-list.str-flex .str-box img.triround {
    position: absolute;
    left: -30px;
    margin-top: 160px;
    max-width: 100%;
    width: 15px;
    height: 15px;
}

.exc-sec.exc-view.exc-part-sec .ex-box .ul-box h2:hover{
    color: var(--primary-colour);
}
.exc-sec.exc-view.exc-part-sec .ind-head.head-two{
    color: #000000;
}
.exc-sec.exc-view.exc-part-sec{
    padding: 15px 0px;
}
.operation-sec.box-section.box-sec-view .boxing:hover{
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
}
.operation-sec.op-sec.operation-grid-view .boxing,
.operation-sec.box-section.box-sec-view .boxing,
.operation-sec.logistic-operation .boxing,
.operation-sec.logistic-operation .box-row .boxing{
  height: auto;
}
.emp-sec.aerospace-3.emp-section .emp-flex .emp-box{
    border-radius: 0px;
}
.aerospace-3.emp-sec.emp-section .content-div {
    min-height: 200px;
    height: auto;
    border: 1px solid transparent;
}
.aerospace-3.emp-sec.emp-section .emp-flex .emp-box:hover .content-div{
    border-top: none;
    background-color: #fd52220f;
    border-color: var(--primary-colour);
}
.emp-sec.aerospace-3.emp-section .content-div:hover h2{
    color: #000000;
}
.mining-points.mining-sec .point-list,
.mining-points.mining-sec .point-list .ind-para{
    margin-top: 0px;
}
.mining-points.mining-sec .trans-box h2{
    min-height: 80px;
}
.hold-sec.hold-view .hold-flex .hold-box{
    margin: 12px 56px;
}
.str-sec.h-str-sec .ind-para,
.hold-sec.hold-view .ind-para {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #3C3C3C;
}
.elevate-sec.accor-sec.medical-accor.tab-sec .ind-head.text-white{
    text-align: center;
}
.unr-sec .head-h6.text-center{
    font-size: 25px;
    font-family: 'Inter';
    font-weight: 400;
}
.unr-sec .unr-flex .unr-box h6{
     color: #272425;
}
.h-str-sec.str-sec .str-flex .str-box,
.emp-sec.learning-sec.future-sec.future-view .emp-box,
.str-sec.str-sec-2.str-view-part .str-flex .str-box{
    height: auto;
}
.str-sec.str-sec.conte.str-content-view-box .str-flex .str-box{
    position: unset;
    width: calc(33.33% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px 22px;
    height: auto;
}
.str-sec.str-sec.conte.str-content-view-box .top-content-img.str-flex .str-box{
    width: auto;
}
.exc-sec.exc-view.exc-part .ex-box .ul-box h2:hover{
    color: var(--primary-colour);
}
.education-sec.education-view .ind-head.head-two{
    font-size: 33px;
}
.education-sec.education-view .ind-para.txt{
    color:#272425;
}
.education-sec.education-view .edu-flex .edu-box h6{
    font-family: 'Inter';
    font-weight: 500;
}
.learning-sec.learning-part-box .phase-box .content{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 30px;
    color: #000000;
}
.green-sec.dis_gre_sec .ind-head a, .green-sec.dis_gre_sec .ind-head:hover a{
    color: var(--primary-colour);
    text-decoration: none;
}
.who-we-sec.bf_who_sec {
    padding: 30px 0;
}
.disc-sec.bf_disc_sec {
    padding: 0 0 50px 0;
}
.disc-sec.bf_disc_sec .container, .bf_str_sec .container, .bf_exe_sec .container{
    width: 90%;
}
.bf_exe_sec .ind-head.small-2 {
    margin-bottom: 15px;
    font-size: 32px;
}
section.cut-sec.bf_cut_sec, .str-sec.bf_str_sec {
    padding: 40px 0;
}
.str-sec.bf_str_sec .str-flex {
    margin-top: 20px;
}
.str-sec.bf_str_sec .iso-img{
    border-radius: 0 !important;
    left: -45px;
}
.str-sec.bf_str_sec .dia-img {
    position: absolute;
    left: -45px;
}
.str-sec.bf_str_sec .iso2-img{
    right: -5% !important;
}
.str-sec.bf_str_sec .str-flex .str-box h6 {
    height: 50px;
}
.emp-sec.bf_emp_sec {
    padding: 40px 0;
}
.emp-sec.bf_emp_sec .head-two.head-small .small-2{
    margin-top: 0px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
}
.emp-sec.bf_emp_sec .ind-head.less-font {
    margin-bottom: 0px;
}
.lock-sec.bf_lock_sec, .bf_foc_sec, .ourser-sec.bf_our_sec {
    padding: 40px 0;
}
.focus-sec.bf_foc_sec .focus-flex .focus-box .head-li{
    padding: 25px 15px;
}
.ele-sec.bf_ele_sec {
    padding: 5px 0;
    background: #D9D9D933;
}
.net-sec.mb_net_sec .container {
    width: 90%;
    padding: 0;
}
.shape-sec.mb_sha_sec .container{
    width: 90%;
}
.shape-sec.mb_sha_sec .b-sec {
    position: absolute;
    height: 100px;
    left: 108%;
    top: -39%;
}
section.who-we-sec.w-sec.mb_who_sec, 
section.shape-sec.mb_sha_sec,
section.net-sec.mb_net_sec,
section.soft-sec.mb_soft_sec, 
section.who-sec.who-sec-two.mb_emp_sec,
section.wel-sec.mb_wel_sec,
section.ourser-sec.mb_our_sec{    
    padding: 40px 0;
}
section.unr-sec.un-sec.mb_unr_sec{
    padding: 0 0 40px 0;
}
.str-sec.mb_str_sec .iso2-img {
    position: absolute;
    height: 10px !important;
    right: -5%;
}
.str-sec.mb_str_sec .iso-img {
    left: -12%;
    bottom: 15%;
    border-radius: 0px !important;
}
.str-sec.mb_str_sec .dia {
    position: absolute;
    left: -12%;
}
.str-sec.mb_str_sec .container {
    width: 90%;
}
.mb_emp_sec.who-sec-two .head-two.head-small {
    margin-top: 0px;
}
.mb_wel_sec.wel-sec img.polygon {
    width: 35px;
    position: absolute;
    top: 4%;
}
.mb_wel_sec.wel-sec .wel-para {
    text-align: center;
    width: 72%;
    margin: 0 auto;
}
.mb_sha_sec.shape-sec .head-two.head-small {
    margin-top: 0px;
}
.mb_sha_sec.shape-sec .shape-flex .shape-box .ind-para {
    font-size: 15px;
    padding-bottom: 10px;
}
.mb_unr_sec.unr-sec .unr-flex .unr-box:hover h6{
    color: var(--primary-colour);
}
section.rad-sec.mb_rad_sec{
    background: #F1F6F9;
    padding: 40px 0;
}
.rad-sec.mb_rad_sec .ind-head.head-two.text-left {
    width: 78%;
}
.mb_net_sec.net-sec .slick-dots {
    bottom: -35px;
    display: flex;
}
.rad-sec.mb_rad_sec .rad-box-top .rad-box-img img {
    max-width: 100%;
    border-radius: 45px;
    height: 340px;
    width: 100%;
}
.ourser-sec.mb_our_sec .ind-head.head-two {
    width: 60%;
    margin: 0 auto;
}
.shape-sec .shape-flex .shape-box {
    padding: 30px 10px 10px 10px;
}
.emp-sec.learning-sec.future-sec.future-view {
    padding: 30px 0 0 0;
}
.testi1.media-txt-sec .cut-box .con1{
    min-height: 190px;
    height: auto!important;
}
.testi.media-txt-sec .cut-box {
    height: auto;
}
section.paddg-0{
   padding:0px 0px 40px 0px!important;
}
.str-sec.cutting-sec.cut-part-sec{
    padding:50px 0px 50px 0px;
}
.ourser-sec.paddg-0 .ourser-flex:last-child,
.ourser-sec.paddg-0 .ourser-box.ourser-txt-3{
  margin-bottom: 0px;
}
.net-sec.our_expe.padd-0{
    padding: 50px 0 70px 0px;
}
.emp-sec.aerospace.electric-list.bike{
    padding-top: 40px;
}
.str-sec.driv_sec.auto-drive .str-flex .str-box,
.str-sec.cutting-sec.cut-part-sec .str-flex div.str-box{
   height: auto;
}
.media-box.media-view.media-second-sec .operation-head,
.wind-sec.media-wind.wind-view.wind-part-view .operation-head{
   margin-top:0px;
}
.rad-sec.rad-sec-view.rad-section.rad-media {
    padding: 10px 0 30px 0px;
}
.wind-sec.media-wind.wind-view.wind-part-view{
    margin: 0px;
    padding:40px 0px;
}
.testi.test.renew-tst.tst-research.paddg-0{
    margin: 0px;
    padding: 0px 0px 20px 0px!important;
}
.media-join.media-view{
    padding: 0px 0 5px 0px;
    margin: 0px;
}
.circle-sec.media-circle.media-circle-sec{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
section.testi.testi1.tel.media-tes1.media-txt-sec.media-box-solutions {
    padding: 40px 0px;
    height: auto;
    margin: 0px;
}
section.testi.testi1.tel.media-tes1.media-txt-sec.media-box-solutions .operation-head {
    margin-top: 0px;
}
.inno-sec.inno-info-sec{
    margin: 0px;
    padding: 40px 0px 10px 0px;
}
section.standard.view.view-txt.media-slide.slide-enter {
    padding: 40px 0px 40px 0px;
}

.str-sec.mb_str_sec .ind-head.head-two.text-left {
    width: 78%;
}
section.media-box.media-view.media-second-sec {
    padding: 0px 0px 20px 0px;
}
section#service.media-ser-sec.entertainment-service{
    padding: 0px 0px 30px 0px;
}
.media-slide.slide-enter.auto-disc-sec .ind-para.disc-para{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.rad-sec.rad-sec-view.rad-section.rad-media .rad-box .read-more:hover{
    width: 0px;
    color: #fff;
}
.rad-sec.rad-sec-view.rad-section.rad-media .rad-box .read-more{
    cursor: auto;
    text-indent: -9999px;
}
.rad-sec.rad-sec-view.rad-media .rad-box-inner .rad-box {
    padding: 15px 15px 15px 15px;
    height: 223px;
}
.swc_ele_sec.ele .focus-img1 {
    width: 97%;
    height: 600px;
}
section.disc-sec.oil_des_sec {
    padding: 0;
}
section.box-sec.oil_box_sec {
    padding: 5px 0px 45px 0px;
}
section.emp-sec.wel-sec.oil_wel_sec {
    padding: 45px 0 35px 0;
}
section.emp-sec.in-sec.oil_emp_sec {
    padding: 40px 0 10px 0;
}
section.customer-part.emp-sec.oil_cus_sec {
    padding: 40px 0 20px 0;
}
section.customer-part.emp-sec.oil_cus_sec .ind-head {
    margin-bottom: 0px;
}
section.customer-part.emp-sec.oil_cus_sec .container {
    width: 90% !important;
}
section.customer-part.emp-sec.oil_cus_sec .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 20px;
}
.oil_emp_sec .disc-para {
    text-align: center;
    width: 40%;
    margin: 10px auto;
}
.customer-part.oil_cus_sec.emp-sec button.slick-pre.slick-arrow {
    background: url(../assets/industry/oil/leftarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 50%;
    left: -40px;
    z-index: 9;
}
.customer-part.oil_cus_sec.emp-sec button.slick-nxt.slick-arrow {
    background: url(../assets/industry/oil/rightarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    border: none;
    transform: translateY(-50%);
    top: 50%;
    right: -40px;
}
section.str-sec.conte.str-content-view-box.oil_str_sec {
    background: #F7F7F7B2;
    padding: 40px 0;
}
.oil_str_sec.str-sec .str-list.str-flex .str-box img, 
.oil_str_sec.str-sec .str-view-sec .top-content-img .str-box img {
    width: 110px;
    height: 90px;
}
.oil_str_sec.str-sec .container {
    width: 90%;
}
.oil_str_sec.str-sec .str-flex.str-list .str-box .plus.right {
    right: 50px;
}
.oil_str_sec.str-sec .str-flex.str-list .str-box .plus.left {
    right: 30px;
    margin-top: 50px;
}
.oil_str_sec.str-sec .str-flex.str-list .tri {
    left: 25px;
}
.oil_str_sec.str-sec.str-sec.conte.str-content-view-box .str-flex .str-box {
    background-color: #fff !important;
    background-image: none;
}
.oil_str_sec.str-sec.str-sec.conte.str-content-view-box .str-flex .str-box:hover {
    background: linear-gradient(180deg, rgba(255, 157, 89, 0.9) 0%, rgba(255, 104, 61, 0.9) 100%) !important;
    background-image: none;
}
.oil_str_sec.str-sec .dia-img {
    position: absolute;
    left: 25px;
    height: 15px !important;
    width: 15px !important;
    margin-top: 23%;
    bottom: unset;
}
section.power-sec.oil_pow_sec {
    padding: 40px 0 0 0;
}
section.emp-sec.aerospace.oil-list.img-bx.oil_aero_sec {
    padding: 10px 0 20px 0;
}
.power-sec .power-box img {
    max-width: 100%;
    height: 350px;
}
.oil_ser_sec.service-sec {
    padding: 0 0 20px 0;
}
.flag-sec .container,
.year-sec .container {
    width: 90%;
}
.contactform-sec .container{
    width: 80%;
}
section.bac-img.mi_bac_sec {
    margin-top: 10px;
    margin-bottom: 10px;
}
section.net-sec.mining-slide-sec.mi_net_sec {
    padding: 10px 0 40px 0;
}
.mi_net_sec .container {
    width: 90%;
}
.mi_net_sec .net-slide .right-arw img {
    right: -3%;
}
.mi_net_sec .net-slide .left-arw img {
    left: -3%;
}
/* .mi_net_sec .slick-dots {
    bottom: -10px;
} */
section.mi_ser_sec {
    padding: 10px 0 40px 0;
}
.mining-points.mining-sec .trans-box:hover h2{
    color: var(--primary-colour);
}
.ree_wind_sec.wind-sec .content-focus{
    padding: 15px 40px 50px 20px;
}
.ree_wind_sec.wind-sec .wind-row .con1 p {
    padding-bottom: 10px;
    line-height: 25px;
}
.re_net_sec.net-sec {
    padding: 40px 0;
}
.re_net_sec.net-sec .ind-para.re_sub_head {
    text-align: center;
    width: 52%;
    margin: auto;
}
.re_net_sec.net-sec .container{
    width: 90%;
}
.re_net_sec.net-sec .net-slide .left-arw img {
    left: -3%;
}
.re_net_sec.net-sec .net-slide .right-arw img {
    right: -3%;
}
.re_net_sec.net-sec .slick-dots {
    bottom: -30px;
}
.vision-sec.vision-part-box{
    margin-top: 30px;
    margin-bottom: 30px;
}
.vision-sec.vision-part-box .box{
height: auto;
}
.partner-sec.bus-sec.partner-bus-sec{
    margin-top: 0px;
    padding: 30px 0px 30px 0px;
}
.partner-sec.bus-sec.partner-bus-sec .operation-head.hidden-xs,
.wind-sec.bus-wind.wind-truck .operation-head{
    margin-top: 0px;
}
.circle-sec.circle-bus-sec .circle-flex {
    margin-top: 40px;
}
.wind-sec.bus-wind.wind-truck{
    padding-bottom: 15px;
    padding-top: 0px;
}
.net-view.bus-slide-sec.bus-slide-view{
    padding: 40px 0px;
}
.bus-current-sec.current-bus-sec-view{
    margin-top: 10px;
    padding-bottom: 20px;
}
.bus-op.bus-view-operation{
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.ourservice-sec.bus-service{
    padding: 25px 0 25px 0px;
}
.beyond-sec.bey-sec.beyond-indus .bey-box:hover h4{
    color: var(--primary-colour);
}
.inno-sec.num-sec.num-view .operation-head{
    margin-bottom: 15px;
}
.inno-sec.num-sec.num-view .operation-head .disc-para{
   width: 65px;
}
.who-we-sec.vision-indust{
  margin: 0px;
}
.learning-sec.forward-sec.indu-forward{
    padding: 0px 0px 30px 0px;
    margin: 0px;
}
.exc-view.exer-industrial{
    padding: 0px 0px 20px 0px;
}
.soft-sec.cutting-sec .soft-box:hover .content .head {
    color: var(--primary-colour);
}
.beyond-sec.log-bey-sec .is1-m1 {
    bottom: 34.2%;
}
.beyond-sec.log-bey-sec .is-m {
    top: 56.5%;
}
.operation-sec .boxing.right_frt_box{
    width: calc(32.70% - 20px);
    margin-left: -8px;
}
.operation-sec .col-sm-4.col-xs-12.boxing.iso.mrt_10 {
    margin-left: 10px;
}
.operation-sec.he_op_sec .boxing{
    margin: 10px;
}
.operation-sec .boxing.hm_box_fst {
    width: calc(32.70% - 20px);
    margin-left: 10px;
}
.arrow_sec{
    margin-top: 40px;
}
.arrow_tr{
    margin-top: 60px;
}
.arrow_fi{
    margin-top: 20px;
}
.hbycli-sec .slick-nxtarr {
    right: -20px;
    top: 50px;
}
.hbycli-sec .slick-prearr {
    left: -20px;
    top: 50px;
}
.hbycli-sec .logo-img{
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.hbycli-sec .log-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.ourservice-sec .ser-box.br-none{
    border-right: none;
}
.media-ser-sec.ourservice-sec .ser-box {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.rad-media.rad-sec .rad-box-top .rad-box-inner{
    padding: 90px 10px 10px 10px;
}

/**************** Mobile view *****************/


@media (max-width:767px){
    .unr-sec .head-h6.text-center {
        font-size: 18px;
    }
    .partner-sec .bey-box {
      
        width: calc(100% - 20px);
        height: 280px;
        }
        .partner-sec .top {
            margin-top: 5px;
        }
        .partner-sec {
            padding-bottom: 30px;
        }
        .partner-sec .img-div {
            width: calc(100% - 20px);
            margin-right: 00px;
            padding: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .w-sec h4 {
            font-size: 15px;
        }
        .w-sec .head .theme {
            font-size: 16px;
        }
        .sli .testi-head {
            font-size: 24px;
        }
        .sli{
            padding-bottom: 30px;
        }
        .e-sec {
            margin-top: 0px; 
             margin-bottom: 0px;
        }
        .e-sec .head-li {
            font-size: 15px;
        }
        .con-t .cut-box {
            width: 100%;
            margin-bottom: 0px;
            padding: 4px;
        }
        .partner-sec h4 {
            font-size: 20px !important;
            line-height: 25px !important;
            margin-bottom: 20px !important;
        }
        .partner-sec .operation-head {
            font-size: 20px;
            margin-top: 10px;
            text-align: center;
            line-height: 28px;
        }
        .bus-sec .img-div1 {
            margin-top: 0 !important;
        }
        .sli button.slick-pre.slick-arrow {
            top: 44%;
        }
        .sli button.slick-nxt.slick-arrow {
            top: 44%;
        }
        .tips-sec .tips-flex .tips-img {
            width: 100%;
        }
        .tips-sec .tips-flex .tips-form {
            width: 100%;
            padding: 20px;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
            border-top-right-radius: 0px;
        }
        .resolution-sec.res.learning-sec.forward-sec{
            margin-top: 20px;
            margin-bottom: 0px;
        }
        .rev-sec.exc-sec.exc-view .ul-box h2{
            font-size: 21px;
        }
        .beyond-sec.bey-sec.beyond-box .bey-head{
            font-size: 20px;
        }
        .partner-sec.partner-view.partner-section .img-div .shape{
            height: auto;
            width: 100%;
        }
        .exc-sec.exc-view.exc-part-sec .ex-box{
           border-bottom: none;
        }
        .exc-sec.exc-view.exc-part-sec .ul-box h2{
            font-size: 21px;
        }
        .ourser-sec.heavy-ourser-sec h6 {
            font-size: 14px;
        }
        .beyond-sec.beyond-view-part{
            margin-bottom: 15px;
        }
        .operation-sec.box-operation-sec.logistic-operation .boxing-head{
             font-size: 17px;
        }
        .mining-points.mining-sec .trans-box h2 {
            min-height: auto;
            margin-bottom: 10px;
        }
        .mining-points.mining-sec .arrow-img img {
            bottom: -12%;
        }
        .mining-points.mining-sec .point-list{
                margin-bottom: 20px;
        }
        .education-sec.h-education-sec .edu-box,
        .education-sec.h-education-sec.box-edu .edu-box,
        .education-sec.education-view .edu-box,
        .education-sec.education-view  .edu-box-1,
        .education-sec.emp_medical .edu-box,
        .operation-sec.pharm-ope.pharm-section.str-section .box-row .boxing{
            height: auto;
        }
        .education-sec.education-view  .edu-box-1{
           padding: 20px 25px;
        }
        .education-sec.education-view .ind-head.head-two {
            font-size: 20px;
        }
        .exc-sec.exc-view.exc-part .ul-box h2{
            font-size: 20px;
            line-height: 26px;
            margin-top: 0px;
        }
        .tech-sec .ind-head.head-two.min-wd{
            font-size: 20px;
        }
        .circle-sec.media-circle.media-circle-sec .circle-lef .head-two{
                /* top: 30%;
                left: 21%; */
                position: unset;
        }
        .media-circle .cir-ele img {
            display: none;
        }
        .testi.media-txt-sec .cut-box{
             margin-bottom: 30px;
        }
      
        section.media-box.media-view.media-second-sec,
        section#service.media-ser-sec.entertainment-service {
            padding: 0px 0px 0px 0px;
        }     
        .rad-sec.rad-sec-view.rad-section.rad-media {
            padding: 5px 0 10px 0px;
        }  
        section.wind-sec.media-wind.wind-view.wind-part-view .wind-row .right .f-content{
            border-bottom: none;
            margin-top: 10px;
            margin-bottom: 0px;
        } 
        section.wind-sec.media-wind.wind-view.wind-part-view .wind-row .right .con p {
            padding-right: 0px;
            padding-bottom: 0px;
            margin: 0px;
        }
        .wind-sec.media-wind.wind-view.wind-part-view {
            padding: 20px 0px 0px 0px;
        }
        .wind-sec .wind-row .con1 p {
            padding-bottom: 10px;
        }
        .media-join.media-view .operation-head.visible-xs{
            margin-top: 0px;
        }
        .media-join.media-view .f-content,
        .ourservice-sec.media-ser-sec.entertainment-service .ser-box,
        .ourservice-sec.media-ser-sec.entertainment-service .ser-box h6 {
            margin-bottom: 10px;
        }
        .media-join.media-view {
            padding: 0px 0 10px 0px;
        }
        section.circle-sec.media-circle.media-circle-sec .circle-lef {
            margin-top: 3%;
            margin-bottom: 3%;
    }
    .circle-sec.media-circle.media-circle-sec {
        padding: 0px 0px 10px 0px;
    }
    .testi.test.renew-tst.tst-research.paddg-0{
        padding: 0px 0px 5px 0px!important;
    }
    section.testi.testi1.tel.media-tes1.media-txt-sec.media-box-solutions .cut-box {
        margin-bottom: 10px;
    }
    section.testi.testi1.tel.media-tes1.media-txt-sec.media-box-solutions {
        padding: 10px 0px;
}
.inno-sec.inno-info-sec {
    padding: 20px 0px 10px 0px;
}
.rad-sec-view.rad-section.rad-media .rad-box-inner .rad-box {
     width:100%;
}
}
    @media (max-width:992px) and (min-width:768px){
        .unr-sec .ind-head {
            width: 100%;
        }
        .double-cl-head {
            font-size: 30px;
        }
        .str-sec .dia {
            left: -125%;
        }
        .partner-sec .bey-box {
            width: calc(50% - 20px);
        }
        .partner-sec .img-div {
            width: calc(49.33% - 20px);
            margin: 0px;
            margin-right: 22px;
        }
        .partner-sec .shape {
            width: 336px;
        }
        .partner-sec .top {
            margin-top: 10px;
        }
        .w-sec .left{
            width: calc(100.33% - 20px);
        }
        .w-sec .right{
            width: calc(100.33% - 20px);
        }
        .sli{
           
                height: 760px;
            }
            .head-two.head-small {
                font-size: 28px;
        }
    }
    @media (max-width:1200px) and (min-width:992px){
        .partner-sec .shape {
            height: 391px;
            width: 291px;
        }
        .unr-sec .ind-head {
            width: 100%;
        }
    }
    
@media (max-width:767px){
    .par-sec .bey-box {
        width: calc(100% - 20px);
       
    }
    .par-sec .len2{
        margin-top: 0px;
       
    }
    .par-sec .len3{
        margin-top: 0px;
       
    }
    .par-sec .len4{
        margin-top: 0px;
       
    }
    .par-sec .len5{
        margin-top: 0px;
       
    }
    .par-sec .len6{
        margin-top: 0px;
       
    }
    .par-sec .len7{
        margin-top: 0px;
       
    }
.par-sec .len8{
    margin-top: 0px;
  
}
.op-sec .boxing {
    width: calc(100% - 20px);
    padding: 20px;
    height: 250px;
}
.f-sec .operation-head {
    font-size: 24px;
}
.vis-sec .box {
    height: 299px;
}
.par-sec {
    margin-top: 0px; 
     padding-bottom: 0px;
}
.bus-sec .img-div1 {
    margin-top:0px;
}
.bus-sec .shape {
    height: 323px;
    width: 100%;
}
.bus-wind p {
    padding: 0px;
    line-height: 20px;
    font-size: 13px;
}
.wind-sec.bus-wind .right {
    padding-left: 15px;
}
.bus-wind h4 {
    font-size: 18px;
    line-height: 30px;
}
.wind-sec.bus-wind {
    padding-bottom: 10px;
}
.wind-sec .con1 {
    padding-left: 5px;
    padding-bottom: 10px;
}
.wind-sec .f-content {
    margin-bottom: 10px;
}
.bus-wind .focus-img1 {
    width: 100%;
}
.bus-wind .para {
  
    padding-bottom: 0px;
    padding-top: 22px;
}
.bus-tes .slick-dots {
    bottom: 465px;
}
.bus-tes .cut-box .content {
    height: 260px;
}
.bus-tes button.slick-pre.slick-arrow {
    top: 16%;
}
.bus-tes button.slick-nxt.slick-arrow {
    top: 16%;
}
.bus-current-sec .p-bus {
    width: 100%;
    padding: 10px;
}
.bus-current-sec .shape {
    height: 350px;
}
.bus-current-sec .img-div {
     margin-top: 0px; 
}
.str-sec.cutting-sec {
    padding: 20px 0 20px 0;
}
.value-sec.dis_tra_sec .ind-head.text-left{
    width: 100% !important;
}
.value-sec.dis_tra_sec .ind-para{
    width: 100% !important;
}
.value-sec.dis_tra_sec .container {
    width: 100% !important;
}
}
@media (max-width:991px) and (min-width:768px){
    .bus-wind .para {
        padding-top: 9px !important;
    }
    .bus-wind .right {
        margin-top: 0px;
        width: 100%;
    }
    .bus-current-sec .img-div {
        margin-top: -33px !important;
    }
    .bus-current-sec .shape {
        height: 295px;
    }
    .bus-current-sec .p-bus {
        width: 100% !important;
        padding: 10px;
    }
    .bus-tes button.slick-nxt.slick-arrow {
        top: 24%;
    }
    .bus-tes button.slick-pre.slick-arrow {
        top: 24%;
    }
    .bus-tes .slick-dots {
        bottom: 350px;
    }
    .bus-tes .cut-box .content {
        height: 210px;
    }
    .bus-sec .bey-box {
        height: 270px !important;
    }
    .bus-sec .img-div1{
        width: calc(49.33% - 20px);
        margin-top: 0px !important;
        padding: 0px;
        margin: 10px;
    }
    .bus-sec .shape{
        width: 100%;
    }
    .box-section .boxing {
        width: calc(49.33% - 20px);
       
    }
    .box-section .hed-right {
        width: 100%;
    }
    .box-section .mbl-box{
        width: calc(96.33% - 20px);
    }
    .bus-wind .left{
        width: calc(100.33% - 20px);
    }
    .par-sec .bey-box {
        width: calc(50% - 20px);
}
.par-sec .len2{
    margin-top: 0px;
   
}
.par-sec .len3{
    margin-top: 0px;
   
}
.par-sec .len4{
    margin-top: 0px;
   
}
.par-sec .len5{
    margin-top: 0px;
   
}
.par-sec .len6{
    margin-top: 0px;
   
}
.par-sec .len7{
    margin-top: 0px;
   
}
.par-sec .len8{
margin-top: 0px;

}
.par-sec .len1{
    margin-top: 0px;

}
.par-sec .operation-head {
    font-size: 27px;
}
.f-sec .left {
    width: 100%;
    margin-right: 0rem;
}
.f-sec .right {
    width: 100%;
    margin-right: 0rem;
}
.op-sec .boxing {
    height: 325px;
}
.industry.paddg-0.auto-car .second-tech {
    margin-top: 70px;
}
}
@media (max-width:1200px) and (min-width:992px){
    .bus-current-sec {
        padding-bottom: 110px;
    }
    .bus-tes .cut-box .content {
        height: 250px !important;
    }
    .par-sec .bey-box {
        background-color: #f1f6f9;
        height: 360px;
    }
.bus-current-sec .shape {
        margin-top: -10px;
    }
    .bus-sec .bey-box {
        height: 305px !important;
    }
    .bus-wind .focus-img1 {
        height: 658px !important;
    }
    .bus-tes .slick-dots li {
        width: 131px;
        height: 4px;
    }
    .bus-tes .slick-dots li button {
        width: 131px;
}

}


@media (max-width: 1199px) and (min-width: 992px){
    .indus-stand .commit-box {
        width: 22%;
    }
    .indus-stand .commit-flex {
        justify-content: center;
    }
    .mining-points .ind-head.head-two {
        width: 61%;
    }
    .mining-operation .ind-head.head-two {
        width: 72%;
    }
    .operation-sec.operation-grid-view.op-sec .boxing h6 {
        height: 80px;
}
.aerospace-3.emp-sec.emp-section .content-div {
  min-height: 240px;
}
.mining-points.mining-sec .trans-box h2 {
   min-height: 105px;
}
.mining-points.mining-sec .point-list .ind-para{
    font-size: 14px;
}
.hold-sec.hold-view .hold-flex .hold-box {
    margin: 12px 50px;
}
.testi1.media-txt-sec .cut-box .con1{
    min-height: 215px;
    height: auto;
}
.media-circle.media-circle-sec .circle-lef .head-two .ind-head {
    font-size: 30px;
}
.media-circle.media-circle-sec .head-two{
    right: 0%;
    left: 0%;
}
.media-circle.media-circle-sec .circle-right-flex img {
    width: 95px;
    height: 95px;
}
.industry.paddg-0.auto-car .second-tech {
    margin-top: 70px;
}
.partner-sec.partner-bus-sec .bey-box {
    width: calc(33.33% - 20px);
}
.bus-sec.partner-sec.partner-bus-sec .bey-box {
    height: 370px !important;
}
.partner-sec.partner-bus-sec.bus-sec .operation-head {
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}
}
@media (max-width:767px) and (min-width:568px){
    .aerospace-3.emp-sec.emp-section .content-div {
        min-height: 320px;
}
.unr-sec.e-com3 .ind-head {
    font-size: 25px;
    line-height: 40px;

}
.media-circle.media-circle-sec .circle-lef .ind-head {
    line-height: 40px;
    font-size: 30px;
}
.rad-sec.mb_rad_sec.box-rad .rad-box-inner{
    margin-right: 0px;
    margin-left: 0px;
    width: calc(100% - -6px);
}
.rad-sec.mb_rad_sec.box-rad .rad-box-top .rad-box-inner .rad-box{
    margin: 10px;
}
}

@media (max-width:767px){
    .media-box .box {
        width: calc(100% - 20px);
    }
    .wind-sec .focus-img1 {
        width: 100%;
        height: 630px;
    }
    .media-join {
        margin: 0px 0px;
    }
    .media-wind {
         margin: 0px 0px; 
    }
    .media-join .operation-head {
        font-size: 21px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 15px;

    }
    .media-circle .circle-right-flex.circle-list-1,
    .media-circle .circle-right-flex.circle-list-2,
    .media-circle .circle-right-flex.circle-list-3,
    .media-circle .circle-right-flex.circle-list-4,
    .media-circle .circle-right-flex.circle-list-5{
        transform: translatex(0%);
    }
    .media-ser-sec .ser-box {
        width: 50%;
    }
    
    .media-tes {
        height: 630px;
    }
    .media-tes button.slick-pre.slick-arrow {
        top: 28%;
    }
    .media-tes button.slick-nxt.slick-arrow {
        top: 28%;
    }
    .media-tes1 button.slick-pre.slick-arrow {
        top: 28%;
    }
    .media-tes1 button.slick-nxt.slick-arrow {
        top: 28%;
    }
    .media-circle {
        margin-top: 0px;
    }
    .test img.polygon {
        left: -3px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .media-box .box {
        height: 270px;
    }
    .circle-lef .ind-head {
        font-size: 20px;
    }
    .media-circle .circle-right-flex.circle-list-1,
    .media-circle .circle-right-flex.circle-list-2,
    .media-circle .circle-right-flex.circle-list-3,
    .media-circle .circle-right-flex.circle-list-4,
    .media-circle .circle-right-flex.circle-list-5{
        transform: translatex(0%);
    }
    .media-circle .circle-lef {
        margin-top: 86%;
    }
    .media-circle .head-two {
        top: 50%;
    }
    .media-tes {
        padding-bottom: 25px;
    }
    .media-tes .cut-box .con1 {
        height: 180px;
    }
    .media-wind .left{
        width: 100%;
    }
    .media-wind .right{
        width: 100%;
    }
    .media-ser-sec .ser-box {
        width: 33%;
    }
    .media-box .box {
        width: calc(33% - 20px);
        margin: 10px;
    }
    .operation-sec.operation-grid-view.op-sec .boxing h6 {
        height: 80px;
}
.testi1.media-txt-sec .cut-box .con1{
    min-height: 215px;
    height: auto;
}
}
@media (max-width:1200px) and (min-width:992px){
.current-sec .txt-btn {
    position: absolute;
    bottom: 7px;
}
.media-box .box {
    height: 270px;
}
}
@media (max-width:510px) {
    .grid-box .cut-box {
        width: calc(100% - 20px);
    }
    .operation-sec.operation-grid-view.op-sec .boxing h6,
    .beyond-sec.beyond-view-part .bey-box {
        height: auto;
}
.ourservice-sec.media-ser-sec.entertainment-service .ser-box h6 {
    margin-bottom: 10px;
}
.bus-op.bus-view-operation .box-row .boxing {
    height: auto;
}
}
@media (max-width: 992px){
    .partner-sec.par-sec.partner-content-part .bey-box {
        height: auto;
    }
}
@media (max-width:768px)  and (min-width:511px){
    .grid-box .cut-box {
        width: calc(50% - 20px);
    }
}
@media (max-width:767px){
    .grid-box .operation-head {
        font-size: 22px !important;
        margin-top: 10px !important;
        text-align: center !important;
        line-height: 30px !important;
    }
    .grid-box p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 500 !important;
        text-align: center !important;
    }
    .grid-box.grid-sec .operation_imgs {
        padding-left: 15px !important;
    }
   
    .pharm-sec .operation-head {
        font-size: 22px;
        margin-bottom: 6px;
        line-height: 30px;
        margin-top: 0px;
    }
    .pharm-sec p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .pharm-sec .theme1 {
        width: 30px;
        height: 30px;
        font-size: 15px;
        font-weight: 600;
        padding: 15px;
        top: 5px;
    }
    .pharm-sec h5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
    }
    .pharm-sec .pharm-p {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
        margin: 0px 30px;
        padding-left: 15px;
    }
    .pharm-sec .box {
        margin: 15px 0px;
    }
    .pharm-sec .one-row .img-div {
        padding-left: 15px;
    }
    .pharm-sec .one-row-reverse .img-div {
        padding-right: 15px;
    }
    .pharm-sec .section-two {
        width: 100%;
        height: 380px;
        margin-top: 10px;
    }
    .pharm-sec .one-row-reverse {
        display: flex;
        flex-direction: column !important;
        flex-direction: row-reverse;
    }
    .inno-sec .operation-head {
        margin-bottom: 15px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .grid-box .cut-box {
        width: calc(33.3% - 20px);
    }
    .grid-box .box-row {
        justify-content: center;
    }
    .pharm-sec .one-row-reverse {
        display: flex;
        flex-direction: column !important;
        flex-direction: row-reverse;
    }
    .pharm-sec .one-row{
        display: flex;
        flex-direction: column;
    }
    .pharm-sec .content-div,
    .pharm-sec .img-div{
        width: 100%;
    }
    .pharm.ope  .iso1-img {
      
        right: -116%;
   
    }
    .resolution-sec .res-box {
        width: calc(33.3% - 20px);
    }
    .beyond-sec .bey-box {
        width: calc(49.3% - 20px);
    }
    .aerospace-3.emp-sec.emp-section .content-div {
        min-height: 240px;
    }
    .mining-points.mining-sec .trans-box h2 {
        min-height: 95px;
    }
}
.str-sec  .iso-img {
    position: absolute;
    height: 120px !important;
    width: 20px !important;
    left: -9%;
    bottom: 15%;
}
.str-sec  .iso1-img {
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    right: -8%;
    bottom: 100%;
  
}
.str-sec .iso2 {
    position: relative;
}
.str-sec .iso{
    position: relative;
}
.str-sec  .iso2-img {
    position: absolute;
    height: 10px !important;
    width: 10px !important;
    right: -233%;
    bottom: 130%;
}
.str-sec .iso1 {
    position: relative;
}
@media (min-width:768px) and (max-width:992px){
    .unr-sec .ind-head {
        font-size: 28px;
        line-height: 43px;
    }
    .wel-sec .is1 {
        position: absolute;
        height: 150px !important;
        left: -129%;
        bottom: -77%;
        transform: rotate(-5deg);
    }
    .str-sec .iso-img {
        left: -130%;
        bottom: 17%;
    }
    .str-sec .iso1-img {
        right: -237%;
    bottom: 100%;
    }
    .str-sec .str-flex .str-box h6 {
        font-size: 17px;
    }
    .partner-sec.par-sec.partner-content-part .bey-box {
        width: calc(50% - 20px);
        margin-top: 0px;
    }
}
@media (max-width:767px){
    .str-sec .iso-img {
        left: -113%;
}
.str-sec .iso1-img
{
    right: -111%;
}
.str-sec .iso2-img {
    display: none;
}
}

@media (max-width:767px){
    .img-pharm .box-img{
        width: calc(100%-20px)
    }
    .year-sec .year-sec-inner .list-para {
        margin-bottom: 15px;
    }
    .year-sec .year-sec-inner {
        margin-top: 20px;
    }
    .img-pharm .img-box {
        margin-bottom: 15px;
    }
    .trust-sec {
        padding: 25px 0px;
    }
    .revolv-flex .revolv-box .bot{
        display: flex;
    } 
    .revolv-flex .revolv-box .imgs-div .dot-img {
        width: 220px !important;
        margin-top: -41px;
        margin-bottom: 20px;
        height: 75px;
    } 
    .revolv-flex .revolv-box:hover .imgs-div .dot-img{
        margin-top: 12px !important;
    }
    .value-sec img {
        max-width: 100%;
        margin-top: 20px;
    }
    .value-sec {
        padding: 30px 0;
    }
    .why-sec {
        padding: 30px 0;
    }
    .who-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    .appr-sec {
        padding: 30px 0;
    }
    .green-sec {
        padding: 0;
    }
    .env-sec {
        padding: 30px 0;
    }
    .revolv-sec {
        padding: 30px 0;
    }
}
.exc-sec .lifting{
    position: relative;
}
.exc-sec img.lift-img{
    width: 60px;
}
.exc-sec .lift-img{
    position: absolute;
    left: -65px;
    top: 83%;
   
}
@media (max-width:767px){
    .exc-sec .lift-img {
        position: absolute;
        left: -37px;
        top: 55%;
    }
}
  .str-sec .str-box.is-dia{
    position: relative;
}
.str-sec .dia-img{
    position: absolute;
    left: -34px;
    height: 15px !important;
    width: 15px !important;
    bottom: -5%;
} 
.tip-sec.bank-sec-form::before {
    background: url(../assets/industry/bank/form-bac.jpg); 
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    filter: none;
    opacity: 0.9;
}
.tip-sec.mobile-sec-form::before {
    background: url(../assets/industry/mobile/form-bac.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    filter: none;
    opacity: 0.8; 
}
.tip-sec.media-sec-form::before {
    background: url(../assets/industry/media/form-bac.jpg); 
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    filter: none;
    opacity: 1;
}
.unr-sec .tri{
    position: relative;
}
.unr-sec .iso-img{
    position: absolute;
    height: 120px !important;
    width: 16px !important;
    right: -7%;
    bottom: 90%;
}
.wind-sec .f-content:hover  h4 {
    color: var(--primary-colour);
}
.media-join .f-content .con1 h4{
    font-weight: 600;
}
.inno-sec .box:hover h2{
    color: var(--primary-colour);
}
@media(min-width:1451px) and (max-width:1650px){
    .operation-sec .iso-img {
        left: -25%;
}
}

  
  @keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
  
    to {
        transform: rotate(1turn);
    }
  } 
 
  @media (max-width:767px){
    section.mining-operation {
        padding: 20px 0px;
    }
    .net-sec {
        padding: 20px 0;
    }
    section.mining-points {
        padding: 15px 0px 0px 0px;
    }
    .who-we-sec {
        padding: 10px 0px;
  }
  .media-box .operation-head {
    font-size: 21px;
    margin: 10px 0px;
  }
  .rad-sec {
    padding: 10px 0;
  }
  .rad-sec.rad-sec-view.rad-section .ind-head.small-2 {
    font-size: 21px;
    line-height: 1.4;
}
.standard {
    padding: 20px 0px;  
}
.emp-sec.learning-sec.medical-sec {
    padding: 0px;
}
.emp-sec.learning-sec.medical-sec .emp-flex .emp-box{
    padding: 0;
}
.ourser-flex.electric-ourser-flex h6 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 500;
}
.standard.view.view-txt.media-slide .ind-head {
    font-size: 21px;
}
.test {
    margin-top: 15px;
}
.test img.polygon {
    top: 2%;
}
.inno-sec {
    margin-top: 12px;
}
.media-wind .left{
    padding: 0px;
}
.inno-sec h2 {
    font-size: 18px;
}
.inno-sec.our_ser .rev-img {
    height: 40px;
    width: 40px;
}
.inno-sec p {
    font-size: 14px;
    line-height: 1.5;
}
.wind-sec .wind-row h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.bac-img .box {
    padding: 0px;
}
.ele {
  
    padding-top: 10px;
}
.o-sec .hed-right {
    width: 100%;
}
.beyond-sec {
    margin-top: 0px;
    margin-bottom: 35px;
}
.operation-sec .operation-head {
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}
.operation-sec .hed-right p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 0px;
}
.shape-sec {
    padding: 0px 0;
}
.head-two.head-small {
    font-size: 20px !important;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}
.net-sec .net-slide .right-arw img{
    right: 1%;
}
.net-sec .net-slide .left-arw img{
    left: 1%;
}
.ind-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.str-sec {
  
    padding: 10px 0px;
}
.who-sec-two {
    padding: 10px 0px;
}
.rad-sec .rad-box h6 {
    font-size: 20px;
    line-height: 25px;
}
.ind-head {
    margin-bottom: 15px;
    line-height: 30px;
}
.car_industry.industry .col-sm-6 .ind-head.head-two {
    margin-bottom: 25px;
    text-align: center;
    line-height: 30px;
}
.net-sec .net-box .content h6 {
    font-size: 18px;
}
.car_industry.industry {
    padding: 20px 0px;
}
.str-sec.driv_sec .left_driv {
    padding-right: 15px;
}
.car_industry .ind-head {
    margin-bottom: 15px;
    line-height: 35px;
    margin-top: 15px;
    text-align: center;
}
.hold-sec .hold-flex .hold-box h6 {
    font-size: 19px;
    line-height: 25px;
}
.circle-left .head-two {
    top: -40px;
}
.disc-para {
    width: 100%;
}
.disc-sec img.polygon {
    top: 20%;
}
.ele-sec .ind-para {
    width: 100%;
}
.mining-points .ind-para {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
  }
 
    .mining-points .arrow-img img {
        width: 23px;
        position: absolute;
        left: 40%;
        bottom: -30%;
        transform: rotate(90deg);
    }

.mining-points .point-list {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-bottom: 39px;
margin-top: 0px;
}
.disc-flex {
   margin-top: 0px;
  }
  .emp-sec {
     padding: 0px 0;
  }
  .disc-sec {
     padding-bottom: 0px; 
}
.wel-sec img.polygon {
    width: 35px;
    position: absolute;
    top: 3%;
    left: 5px;
}
.box-sec .in-head {
    font-size: 21px;
    margin: 0px;
}
.box-view-content {
    margin-top: 0px;
}
.emp-sec .empower-cont h2 {
    font-size: 21px;
}
.str-sec .str-flex.str-list .str-box .plus.right {
     width: 0px;

}
.str-sec .str-flex.str-list .str-box .plus.left {
    width: 0px;
}
.str-sec .str-flex.str-list .tri {
    width: 0px;
}
.emp-sec.aerospace.oil-list .ind-para.text-center {
    width: 100%;
}
.ourservice-sec, .service-sec {
    padding: 15px 0; 
}
.media-circle .circle-lef {
    margin-top: 10%;
    margin-bottom: 10%;
}
.str-sec .dia {
    width: 0px !important;
}
.unr-sec .iso-img {
    bottom: 118%;
}
.soft-sec {
    padding-top: 10px;
}
.unr-sec {
    padding: 20px 0 0 0;
}
.wel-sec{
    padding: 0px;
}
.exc-sec .exc-flex .poly {
    top: -50px;
    left: -15px;
}
.elevate-sec.accor-sec {
    padding: 20px 0px 0 0;
}
.full-sec .operation-head {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 25px;
}
.full-sec.full-view .bey-box {
    height: unset;
    padding: 15px;
}
.inno-sec {
    margin-top: 12px;
    margin-bottom: 10px;
}
.re_net_sec.net-sec {
    padding: 20px 0;
}
.re_net_sec.net-sec .ind-para.re_sub_head {
    text-align: center;
    width: 100%;
    margin: auto;
}
.re_net_sec.net-sec .net-slide .right-arw img,
.re_net_sec.net-sec .net-slide .left-arw img {
    display: none;
}
.join-sec {
    padding: 50px 0;
}
.joinus-sec {
    padding: 20px 0;
}
.auto-disc-sec .head-two{
    margin: 0 auto;
    width: 100%;
}
.auto-disc-sec .disc-para {
    text-align: center;
    width: 100%;
}
section.paddg-0 {
    padding: 0px 0px 20px 0px!important;
}
.net-sec.our_expe.padd-0 {
    padding: 30px 0 35px 0px;
}
.who-we-sec .who-flex .who-flex-list h4 {
    font-size: 24px;
}
.disc-sec.auto-disc-sec.paddg-0 .ind-head.head-two,
.industry.car_industry.paddg-0.auto-car .ind-head.head-two,
.net-sec.our_expe.padd-0 .ind-head.head-two,
.ourser-sec  .ind-head.head-two,
.disc-sec.bike-2.paddg-0 .ind-head.head-two,
.str-sec.cutting-sec.cut-part-sec .head-two .ind-head,
.net-sec.bike-3.paddg-0 .head-two .ind-head,
.emp-sec.aerospace.electric-list.bike .ind-head,
section.media-box.media-view.media-second-sec .operation-head,
.wind-view.wind-part-view .operation-head.visible-xs,
.media-slide.slide-enter.auto-disc-sec .ind-head.head-two.text-center,
.tst-research.paddg-0 .operation-head.visible-xs,
.media-txt-sec.media-box-solutions .operation-head.visible-xs,
section.inno-sec.inno-info-sec .operation-head.visible-xs,
.ourservice-sec.media-ser-sec.entertainment-service .operation-head,
.bus-sec.partner-bus-sec .operation-head.visible-xs{
    font-size: 20px;
}
.str-sec.str-sec .str-flex .str-box {
    width: calc(100.33% - 20px);
}
.str-sec.str-sec .str-flex .str-box  .plus,
.str-sec.str-sec .str-flex .str-box  .tri{
   display: none !important;
}
.vision-sec.vision-part-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.partner-sec.bus-sec.partner-bus-sec {
    padding: 20px 0px 20px 0px;
}
.bus-sec.partner-bus-sec .shape {
    height: 100%;
    width: 100%;
}
.bus-sec.partner-bus-sec .bey-box{
    height:auto;
}
.circle-sec.circle-bus-sec{
    padding-bottom: 5px;
}
.net-view.bus-slide-sec.bus-slide-view {
    padding: 20px 0px;
}
.bus-current-sec.current-bus-sec-view {
    margin-top: 20px;
    padding-bottom: 0px;
}
.bus-op.bus-view-operation{
    padding-top: 20px;
    padding-bottom: 20px;
}
.current-sec.current-bus-sec-view  .bey-box{
    height: auto;
}
.bus-sec.partner-bus-sec .operation-head.visible-xs,
.bus-sec.partner-bus-sec .bey-head{
  line-height: 32px;
}
.wind-sec.bus-wind.wind-truck,
.bus-op.bus-view-operation {
    padding-bottom: 0px;
}
.ourservice-sec.bus-service {
    padding: 10px 0 0px 0px;
}
.inno-sec.num-sec.num-view .operation-head .disc-para{
    width: 100%;
 }
.ourservice-sec.media-ser-sec.entertainment-service .operation-head{
    line-height: 30px;
}
.disc-sec.auto-disc-sec.paddg-0 .disc-flex h6 {
    font-size: 17px;
}
.car_industry.paddg-0.auto-car .tech-box h6,
.disc-sec.bike-2.paddg-0 .content h6,
section.media-box.media-view.media-second-sec .med-head {
    font-size: 18px;
}
.disc-sec.auto-disc-sec.paddg-0 .disc-flex .disc-box,
.disc-sec.bike-2.paddg-0 .disc-flex .disc-box{
    border-bottom: none!important;
    padding: 15px 20px;
}
.str-sec.cutting-sec.cut-part-sec {
    padding: 20px 0px 20px 0px;
}
.emp-sec.aerospace.electric-list.bike {
    padding-top: 30px;
}
.str-sec.cutting-sec.cut-part-sec .str-box h6{
    font-size: 16px;
}
  }
@media (max-width:400px){
    .unr-sec .iso-img {
        right: -3%;
    }
    .exc-sec .lift-img {
        position: absolute;
        left: -17px !important;
        top: 55% !important;
    }
    .lock-sec .lock-round {
        width: 340px;
    }

}

@media (max-width:767px){
    .rad-media.rad-sec .rad-box-top .rad-box-inner {
        padding: 0px 10px 10px 10px;
    }
    .aero-ser .ourser-box{
        width:  calc(50% - 20px);
        margin: 10px;
    }
    .aerospace-3 .ind-head {
        margin-top: 10px;
        margin-bottom: 0px;
    }
   .aerospace-3 .emp-flex {
    margin-top: 10px;
    }
    .emp-sec.aerospace-4 .img-box-script {
        margin-top: 10px;
    }
    .tip-sec .form-control {
        height: 40px;
        border-color: var(--primary-colour);
    }
}


@media (max-width:1200px) and (min-width:992px){
    .beyond-viw-part .bey-box {
        height: 200px;
    }
    .current-sec .bey-box {
        height: 287px;
    }
    .net-sec.net-view .operation-head {
        font-size: 34PX ;
    }
    .tes .testi-head {
        font-size: 31px;
    }
    .b-sec .first {
        height: 300px !important;
    }
    .ourservice-sec .operation-head {
   
        font-size: 35px;
    }
  
    .bac-img .operation-head {
        font-size: 30px;
        line-height: 40px;
        margin-top: 40px;
       
    }
    .wel-sec .is1 {
        left: -91%;
        bottom: 21%;
    }
    .wel-sec .is2 {
        right: -91%;
    }
    .ind-head {
        line-height: 43px;
         font-size: 34px;
     }
     .ind-head.small-2 {
         line-height: 43px;
         font-size: 34px;
     }
      .emp-sec .emp-flex .emp-box {
         height: auto !important;
     }
     .emp-sec .emp-flex .emp-box .img-div h6 {
         font-size: 25px;
     }
    .beyond-sec .bey-box {
        height: 250px;
    }
    .testi .cut-box .content{
        height: 265px;
    }
.edge-sec .content {
        height: auto;
    }
}
@media(max-width:991px) and (min-width:768px){
    .box-content.box-text-1 {
        width: calc(50% - 22px);
    }
    .box-content.box-text-2 {
        width: calc(49.33% - 22px);
    }
    .box-content.box-text-3 {
        width: calc(49.33% - 22px);
    }
    .aerospace .ind-head {
        font-size: 28px;
    }
    .emp-sec.aerospace-4 .bg-app {
        width: calc(33.33% - 20px);
    }
    .emp-sec.aerospace-4 .is1 {
        left: -276%;
        bottom: -70%;
    }
    .tip-sec .tip-flex .tip-form h3 {
      line-height: 40px;
        font-size: 28px;
    }
    .emp-sec.aerospace-4 .is2 {
        right: -179%;
        bottom: 25%;
    }
    .test .operation-head {
        font-size: 28px;
    }
    .ind-head {
       line-height: 40px;
        font-size: 28px;
    }
    .ind-head.small-2 {
        line-height: 40px;
        font-size: 28px;
    }
     .emp-sec .emp-flex .emp-box {
        height: auto !important;
    }
    .emp-sec .emp-flex .emp-box .img-div h6 {
        font-size: 25px;
    }
    .beyond-sec .operation-head {
        line-height: 40px;
    }
    .vision-sec .box {
        width: calc(49.3333% - 20px);
    }
    .operation-sec .boxing {
        width: calc(49.33% - 20px);
        height: 250px;
    }
    .testi .cut-box{
        width: 50%;
    }
    /* .testi{
        height: auto;
    } */
    .elevate-sec .left {
        width: 50%;
        margin-right: 0rem;
    }
    .elevate-sec .right {
        width: 50%;
        margin-left: 0rem;
    }
    .ourservice-sec .operation-head {
        font-size: 29px;
        line-height: 40px;
    }
    .b-sec .bey-head {
        font-size: 18px;
    }
    .test .is1 {
        left: -126%;
        bottom: -83%;
    }
    .test .is2 {
        right: -73%;
    }
    .net-sec.net-view .operation-head {
        font-size: 28px;
    }
    .operation-sec .operation-head {
        font-size: 25px;
        margin-top: 10px;
        line-height: 35px;
    }
    .operation-sec .hed-right {
       width: 50%;
    }
    .beyond-sec .bey-box {
        height: 240px;
    }
    .circle-list h6 {
        font-size: 19px;
        line-height: 30px;
     
    }
    .circle-left .ind-head {
       font-size: 24px;
    }

   
}
@media(max-width:767px) and (min-width:511px){
    .top-content .ind-head{
        font-size: 25px;
    }
    .circle-left {
        margin-top: 20%;
    }
    .circle-left .ind-head {
        line-height: 40px;
    }
    .circle-left .theme.ind-head{
        line-height: 40px;
    }
    .circle-left .head-two {
      
        top: -100px;
       flex-direction: column;
        left: 188px;
    }
    .ind-head {
        font-size: 26px;
    }
    .emp-sec.customer-part .emp-flex .emp-box {
        height: auto;
    }
    .beyond-sec .bey-box {
        height: unset !important;
       
    }
    .testi button.slick-pre.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 28%;
        left: -14px;
      
    }
    .testi button.slick-nxt.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 28%;
        right: -14px;
    }
    .log-content .operation-head {
        font-size: 20px;
    }
    .log-content h1 {
        font-size: 25px;
    }
    .log-content p {
        font-size: 12px;
    }
    .vision-sec .box {
         width:100%;
         height: 245px
    }
    .vision-sec .img-box {
        margin-top: 0px;
    }
    .vision-sec .vision-head {
        font-size: 20px;
        margin: 0px;
    }
    .vision-sec .vision-para {
        font-size: 13px;
        line-height: 1.6;
    }
    .operation-sec .operation-head {
        font-size: 25px;
    }
    .operation-sec .mbl-box{
        width: 100%;
    }
    .operation-sec .box-row .boxing{
        width: calc(50% - 20px) !important;
        height: 280px;
    }
    .operation-sec .iso-img {
        left: -9.5%;
    }
    .operation-sec .iso1-img {
        right: -113%;
    }
    .operation-sec .boxing h6 {
        font-size: 15px;
}
.operation-sec .boxing-para {
    font-size: 13.5px;
}
.operation-sec .iso2-img {
    right: -114%;
}
.resolution-sec .operation-head {
    font-size: 25px;
}
.resolution-sec .res-box {
    width: calc(50% - 20px) !important;
}
.testi .testi-head {
    font-size: 25px;
    margin-bottom: 15px;
}
.testi {
    height: auto;
}
.testi .cut-box{
  
    margin-bottom: 150px;
}
.testi .cut-box h6 {
    font-size: 16px;
}
.elevate-sec .operation-head {
    font-size: 25px;
}
.elevate-sec .ele-para {
    font-size: 13.5px;
}
.elevate-sec .left {
    width: 100%;
    margin-right: 0rem;
}
.elevate-sec .right {
    width: 100%;
    margin-left: 0rem;
}
.beyond-sec .operation-head {
    font-size: 25px;
}
.beyond-sec .beyond-para {
    font-size: 13.5px;
}
.beyond-sec .bey-box {
    height: 197px;
    width: 46%;
}
.em-sec .bey-box {
    height: 235px !important;
    width: 46% !important;
} 
.em-sec .emp-box {
    height: 235px !important;
    width: 46% !important ;
}
.full-sec .full-row {
    justify-content: normal !important;
    margin: auto;
}
.full-sec .bey-box {
        height: 247px !important;
        width: calc(49.33% - 20px) !important;
    
}
.ourservice-sec .operation-head {
    font-size: 25px;
}
.ourservice-sec .second{
    display: block;
    width: 100%;
}
.ourservice-sec .third{
    display: block;
    width: 100%;
}
.tips-form h3 {
    font-size: 25px;
}
.tips-form {
    padding: 20px;
}
.operation-sec.operation-view .box-row .boxing,
.op-sec.operation-view .boxing h6{
    height: unset;
}
.operation-sec.operation-part .box-row .boxing {
    min-height: 280px;
    height: auto;
}
}
@media (max-width:510px){
    .testi button.slick-pre.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 40%;
        left: -14px;
      
    }
    .testi button.slick-nxt.slick-arrow {
        width: 28px;
        background-repeat: no-repeat;
        height: 28px;
        top: 40%;
        right: -14px;
    }
    .log-content{
        transform: translate(0px, 0px);
    } 
    .log-content .operation-head {
        font-size: 20px;
    }
    .log-content h1 {
        font-size: 25px;
    }
    .log-content p {
        font-size: 12px;
    }
    .vision-sec .box {
        width:100%;
        height: 275px;
        padding: 25px;
   }
   .vision-sec .img-box {
       margin-top: 0px;
   }
   .vision-sec .vision-head {
       font-size: 20px;
       margin: 0px;
   }
   .vision-sec .vision-para {
       font-size: 14px;
       line-height: 1.6;
   }
   .operation-sec .operation-head {
       font-size: 16px;
   }
   .operation-sec .mbl-box {
    width: 92%;
    padding: 20px;
    height: 260px;
    margin-bottom: 0px;
    margin-left: 15px;
    }
   .operation-sec .box-row .boxing{
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .ourservice-sec h6 {
        font-size: 12px;
        margin-top: 12px;
        line-height: 20px;
    }
    .ourservice-sec .ser-box:nth-child(4), 
    .ourservice-sec .ser-box:nth-child(2), 
    .ourservice-sec .third .ser-box:nth-child(3) {
        border: none;
    }
   .operation-sec .iso-img {
    width: 0px;
   }
   .operation-sec .iso1-img {
       width: 0px;
   }
   .operation-sec .boxing h6 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 12px !important;
}
.em-sec .emp-box {
    width: calc(100.33% - 20px) !important;
}
.full-sec .bey-box {
    width: calc(100.33% - 20px) !important;
}
.operation-sec {
   margin: 0px;
}
.vision-sec {
    margin: 0px;
}
/* .operation-sec .hed-right p {
    font-size: 12.5px;
} */
.operation-sec .boxing-para {
    font-size: 14px;
    line-height: 23px;
}
.operation-sec .iso2-img {
   right: -114%;
}
.resolution-sec .operation-head {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
}
.resolution-sec .res-box {
   width: calc(50% - 20px) !important;
}
.testi .testi-head {
   font-size: 16px;
   margin-bottom: 15px;
}
.testi {
   height: auto;
}
.testi .cut-box{
   width: 100%;
   margin-bottom: 15px;
   padding: 4px;
}

.testi .cut-box .content {
    height: 175px !important;
}
.testi .cut-box h6 {
   font-size: 16px;
}
.elevate-sec .operation-head {
    font-size: 20px;
    line-height: 30px;
    width: 100% !important;
    margin-top: 20px;
}
.elevate-sec.accor-sec .ele-para{
    line-height: 25px !important;
    font-size: 14px;
    line-height: 25px;
}
.elevate-sec .head-li {
    padding: 15px 50px 15px 20px;
    font-size: 16px;
    margin-bottom: 15px;
}
.elevate-sec .head-li img {
    width: 18px;
    height: 18px;
}
.elevate-sec .body-li {
    padding: 0px 15px 20px 15px;
}
.pharma-focus .ind-para {
    font-size: 14px;
}
.elevate-sec .ele-para {
   font-size: 13.5px;
}
.elevate-sec .left {
   width: 100%;
   margin-right: 0rem;
}
.elevate-sec .right {
   width: 100%;
   margin-left: 0rem;
}
.beyond-sec .operation-head {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.beyond-sec .beyond-para {
   font-size: 13.5px;
}
.beyond-sec .bey-box {
    height: 200px;
    width: 95%;
    padding: 10px 20px;
}
.ourservice-sec .operation-head {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
}
.ourservice-sec .ser-box img {
    width: 50px;
    height: 50px;
}
.ourservice-sec .second{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
}
.ourservice-sec .third{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ourservice-sec .ser-box {
    padding: 10px;
}
.tips-form h3 {
   font-size: 16px;
}
}
@media (max-width:767px){
    .manufacturig-sec .str-box{
        height:unset !important
    }
    .trust-sec .trust-sec-inner .para {
        font-size: 16px;
        line-height: 1.5;
    }
    .exc-sec .ul-box h6 {
        font-size: 20px;
    }
    .renew-tst .cut-box{
        margin-bottom: 15px !important;
    }
    .wind-sec .right {
        margin-top: 10px;
    }
    .wind-sec .left {
        padding: 0px;
    }
    .str-sec.cutting-sec .head-two {
        text-align: center;
    }
    .str-sec.cutting-sec .ind-head{
        font-size: 20px;
    }
    .emp-sec.aerospace.electric-list.bike .emp-box{
        height: unset;
        padding: 0;
    }
    .disc-sec.bike-2 .head-two {
        padding-top: 0px;
        width: 100%;
        margin: 0 auto;
    }
    .emp-sec.aerospace.electric-list.bike .content-div li {
        margin-bottom: 15px;
    }
    .net-sec.bike-3 {
        padding: 0;
    }
    .str-sec.cutting-sec .str-flex.str-list .str-box, .str-sec.cutting-sec .str-flex .str-box {
        padding: 20px 25px;
        background: #fff;
        height: 220px;
   }
    .exp-sec h3 {
        font-size: 19px;
    }
    .shape-sec .head-two.head-small {
        margin: 10px 0px;
    }
    .soft-sec .soft-box .content .head {
        font-size: 19px;
    }
    .str-sec.cutting-sec .ind-head {
        font-size: 21px;
    }
    .str-sec .str-list.str-flex .str-box img.triround {
        left: 0px;
        margin-top: 210px;
    }
    .aero-ser .ourser-box{
        width:  calc(50% - 20px);
        margin: 10px;
    }
    .aerospace-3 .ind-head {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .aerospace-3 .emp-flex {
        margin-top: 10px;
    }
    .hbycli-sec .ind-head {
        font-size: 20px;
        margin-top: 12px;
        line-height: 25px;
    }
    .hbycli-sec .slick-arrow i {
        color: #fff;
        font-size: 30px;
    }
    .hbycli-sec .hby-img {
        text-align: center;
        padding: 20px;
    }
    .net-sec .net-slide .left-arw img {
        right: -2%;
        z-index: 99;
    }
    .hbycli-sec {
        padding: 10px 0;
    }
    .tips-form {
    padding: 20px;
    }
    .operation-sec.operation-part .box-row .boxing {
        min-height: 250px;
        height: auto;
    }
    .operation-sec.operation-part .boxing h6{
    height: auto;
    }
    .swc_vis_sec .wrapping .vision-para {
        width: 50%;
        margin-bottom: 10px;
        position: relative;
        padding-left: 0px;
        font-size: 14px;
        line-height: 1.6;
    }
    section.testi.tes.swc_test_sec {
        margin-top: 15px;
        height: 580px;
    }
    .swc_test_sec.tes .testi-head {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }
    .swc_bac_sec.bac-img .operation-head {
        font-size: 20px;
        margin-top: 0px;
        line-height: 25px;
        text-align: center;
    }
    .swc_bac_sec.bac-img {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .bac-img.swc_bac_sec .bac2 .shape {
        padding-right: 0;
        margin-bottom: 0;
    }
    .bac-img.swc_bac_sec .bac2 .shape {
        padding-right: 0;
    }
    .swc_ele_sec.ele .operation-head {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .swc_ele_sec.ele {
        background-color: #f6f7f7;
        padding-top: 5px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .swc_ele_sec.ele .ele-para {
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .swc_bac_sec.bac-img .shape {
        width: 100%;
        height: 425px;
        position: relative;
        margin-bottom: 0;
    }
    .swc_ele_sec.ele .focus-img1 {
        width: 100%;
        height: 375px;
    }
    .swc_ele_sec.elevate-sec .head-li img {
        width: 22px;
        height: 22px;
        position: absolute;
        right: 15px;
    }
    .swc_ele_sec.elevate-sec .right {
        width: 100%;
        margin-left: 0rem;
        margin-bottom: 10px;
    }
    .swc_bey_sec.beyond-sec .beyond-para {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        margin: 0 auto;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0px;
    }
    .swc_bey_sec.beyond-sec .bey-box {
        width: 95%;
        padding: 10px 20px;
        display: block;
        height: 200px;
    }
    .swc_bey_sec.beyond-sec {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .swc_ope_sec.operation-sec {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .operation-sec.swc_ope_sec .box-row {
        margin-left: 0;
    }
    .operation-sec.swc_ope_sec .mbl-box {
        width: 93%;
        padding: 20px;
        height: 260px;
        margin-bottom: 0px;
        margin: 0 15px;
    }
    .swc_exp_sec.exp-sec {
        background-color: #f6f7f7;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .swc_exp_sec.exp-sec .operation-head {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .swc_exp_sec.exp-sec .mde {
        width: 100%;
        margin-top: 20px;
    }
    .swc_ele_sec.elevate-sec .head-li img {
        width: 18px;
        height: 18px;
    }
    .swc_ele_sec.elevate-sec .head-li {
        font-size: 15px;
        margin-bottom: 15px;
        padding-right: 35px;
    }
    .swc_ino_sec.inno-sec {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .test img.polygon {
        display: none;
    }
    .swc_focus_sec.testi .cut-box {
        width: 100%;
        margin-bottom: 0;
        padding: 15px;
        margin-top: 0px;
    }
    .swc_focus_sec.testi .cut-box .content {
        height: 180px !important;
    }
    .swc_our_sec.ourservice-sec .operation-head {
        margin-bottom: 10px;
        font-size: 20px;
    }
    section.emp-sec.wel-sec.oil_wel_sec {
        padding: 20px 0 !important;
    }
    .wel-sec img.polygon {
        display: none;
    }
    .oil_wel_sec.wel-sec .wel-flex {
        margin-top: 0px;
    }
    section.box-sec.oil_box_sec {
        padding: 20px 0px 25px 0px;
    }
    section.box-sec.oil_box_sec .box-content.box-text-1,
    section.box-sec.oil_box_sec .box-content.box-text-2,
    section.box-sec.oil_box_sec .box-content.box-text-3 {
        height: 90px;
    }
    section.emp-sec.in-sec.oil_emp_sec {
        padding: 20px 0 0 0 !important;
    }
    .oil_emp_sec .disc-para {
        text-align: center;
        width: 100%;
        margin: 10px auto;
    }
    .oil_emp_sec.emp-sec .img-pic img {
        width: 18%;
        height: 18%;
    }
    section.customer-part.emp-sec.oil_cus_sec .container {
        width: 100% !important;
    }
    .customer-part.oil_cus_sec.emp-sec button.slick-pre.slick-arrow{
        left: 5px;
    }
    .customer-part.oil_cus_sec.emp-sec button.slick-nxt.slick-arrow{
        right: 5px;
    }
    .oil_cus_sec.emp-sec .emp-flex .emp-box {
        padding: 0px;
        height: 400px;
    }
    section.customer-part.emp-sec.oil_cus_sec {
        padding: 20px 0 0 0 !important;
    }
    .oil_cus_sec.emp-sec .emp-head {
        margin-top: 10px;
    }
    .circle-sec .circle-left {
        margin-top: 20%;
    }
    .circle-sec .circle-left .head-two {
        top: -45px !important;
        left: 70px;
    }
    .circle-sec.circle-auto .circle-left img {
        display: none;
    }
    .circle-sec.circle-auto .circle-left .ind-head.head-two{
        position: unset;
        height: auto;
    }
    .circle-sec .ind-head {
        margin-bottom: 0px;
        line-height: 30px !important;
        font-size: 20px !important;
        text-align: center;
    }
    .circle-bus-sec .circle-left{
        background: #fff !important;
    }
    .circle-bus-sec .circle-left {
        margin-top: -3%;
        margin-bottom: 1%;
    }
    .circle-bus-sec .circle-left .head-two{
   position:unset;
    }
    .oil_str_sec.str-sec .container {
        width: 100%;
    }
    section.str-sec.conte.str-content-view-box.oil_str_sec {
        padding: 20px 0;
    }
    .oil_str_sec.str-sec .top-content .head-two, 
    .oil_str_sec.str-sec .top-content .ind-head {
        text-align: center;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .oil_str_sec.str-sec.str-sec.conte.str-content-view-box .str-flex .str-box {
        background-color: #fff !important;
        background-image: none;
        width: 100%;
        margin-bottom: 0px;
    }
    .oil_str_sec.str-sec .str-flex.str-list .str-box .img-box {
        margin-bottom: 5px;
    }
    .oil_str_sec.str-sec .str-flex .str-box h6 {
        font-size: 18px !important;
        line-height: 24px;
    }
    .oil_str_sec.str-sec img.dia-img {
        display: none;
    }
    section.power-sec.oil_pow_sec {
        padding: 20px 0 0px 0;
    }
    .oil_aero_sec.emp-sec .emp-flex .emp-box.box1, 
    .oil_aero_sec.emp-sec .emp-flex .emp-box.box3 {
        height: unset;
    }
    .oil_aero_sec.emp-sec.aerospace.oil-list .content-div li:last-child {
        margin-bottom: 0px;
    }
    .oil_ser_sec.service-sec {
        padding: 0;
    }
    .year-sec .tri {
        display: none;
    }
    .year-sec .dot {
        display: none;
    }
    .year-sec .container {
        width: 100%;
    }
    .flag-sec {
        padding: 20px 0 0 0;
    }
    .flag-sec .flag-sec-inner {
        margin: 0 -5px;
        margin-top: 0px;
    }
    .flag-sec .mail-box {
        margin: 30px auto;
    }
    .flag-sec .tech-div .tech-text {
        font-size: 17px;
        padding: 25px 0;
    }
    .contactform-sec {
        padding: 20px 0 20px 0;
    }
    .contactform-sec .form-inner .right-text {
        margin-top: 0px;
    }
    .contactform-sec .form-inner .right-text .para {
        margin-bottom: 20px;
    }
    .flag-sec .container {
        width: 100%;
    }
    .flag-sec .container,
    .contactform-sec .container,
    .year-sec .container {
        width: 90%;
    }
    .mi_bac_sec.bac-img .operation-head {
        font-size: 20px;
        margin-top: 0px;
        text-align: center;
        line-height: 25px;
    }
    section.bac-img.mi_bac_sec {
        margin-bottom: 0px;
    }
    .mi_cut_sec{
        padding: 20px 0 20px 0;
    }
    .mi_cut_sec.cut-sec .cut-flex {
        margin-top: 0px;
    }
    .mi_op_sec.mining-operation .ind-head.head-two{
        margin-bottom: 15px;
    }
    section.net-sec.mining-slide-sec.mi_net_sec {
        padding: 20px 0 0 0;
    }
    .mi_net_sec.net-sec .net-slide .left-arw img,
    .mi_net_sec.net-sec .net-slide .right-arw img {
        display: none;
    }
    section.mi_ind_sec.indus-stand {
        padding: 20px 0;
    }
    .mi_ind_sec.indus-stand .commit-flex .commit-box {
        padding: 25px 10px;
    }
    section.mining-points {
        padding: 20px 0px 0px 0px;
    }
    .current-sec {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .swc_bac_sec .half_sun {
        display: none;
    }
    .tip-sec .tip-flex .tip-img {
        display: none;
    }
    .hbycli-sec .logo-img {
        width: 80px !important;
    height: 80px !important;
}   
.hbycli-sec .log-img {
    width: 80px !important;
height: 80px !important;
}   
.learning-sec .emp-box{
    height: unset !important;
}
.exc-part .mbl-ds{
    border-bottom: 1px solid #ee5a324f !important;
}
.op-section.operation-part.operation-sec .hed-right p {
    width: 100% !important;
}
.bke-2 .head-two{
    margin-right: 15px;
}

    .test .is1, .test .is2 {
        display: none;
    }
    .current-sec .bey-box {
        width: auto;
        height: 225px;
        margin: 6px 15px;
    }
    .renew-tst .cut-box {
        margin-bottom: 10px !important;
        margin-top: 10px;
        width: 100%;
        padding: 0 15px;
    }
    .wind-sec .wind-row .focus-img1 {
        width: 100%;
        height: 580px;
    }
    .ree_wind_sec.wind-sec .content-focus {
        padding: 15px;
    }
    .beyond-sec {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .soft-sec .double-cl-head {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .soft-sec .soft-box.bb-10 {
        margin: 0px 0 20px 0;
    }
    .soft-sec .soft-box .content {
        padding: 20px 20px;
    }
    .ourser-sec .ourser-box:nth-child(2n){
        border: unset !important;
    }
    .ourser-sec .ourser-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ourser-sec.service-view .ourser-flex.out-flex .ourser-box:last-child,
    .ourser-sec .ourser-flex.electric-ourser-flex .ourser-box:last-child,
    .ourser-sec.heavy-ourser-sec .ourser-box:last-child{
        border-right: 0 !important;
    }
    .ourser-sec .ourser-box {
        /* width: 20%; */
        padding: 18px;
        margin-bottom: 10px !important;
    }
    .ourser-sec {
        padding: 25px 0 0 0;
    }
    .net-sec .net-box .content h6 {
        font-size: 18px;
        line-height: 20px;
        margin: 5px 0;
    }
    .net-sec.net-view .net-box .content {
        height: 200px !important;
        min-height: 250px !important;
    }
    
    .wind-sec .wind-row .f-content {
        margin-bottom: 15px;
        border-bottom: 1px solid #e7e7e7;
        margin-top: 20px;
    }
    .operation-sec.pharm-section .mbl-box {
        width: calc(98% - 20px);
        padding: 20px;
        height: auto;
        margin-bottom: 0px;
        margin-left: 15px;
    }
    .is-m, .is1-m1, iso3-img, .iso2-img, .iso1-img, .iso-img, .rnd, .rnd1{
        display: none;
    }
    .hold-sec .hold-flex .hold-box {
        margin: 12px 35px;
    }
    .grid-box .box-row {
        margin: 20px 0 0 0px;
    }
    .partner-sec.partner-content-part bey-box:hover .bey-head{
        color: var(--primary-colour);
    }
    .operation-sec .boxing.right_frt_box {
        width: 92%;
        margin-left: 15px !important;
    }
    .operation-sec .col-sm-4.col-xs-12.boxing.iso.mrt_10 {
        margin-left: 0px;
    }
    .exc-sec.exc-view.exc-part-sec .ul-box h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }
    .elevate-sec .head-li img {
        right: 20px;
    }
    .elevate-sec {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .operation-sec .boxing.hm_box_fst {
        width: 92%;
        margin-left: 15px;
        margin-bottom: 0px;
    }
    .circle-left .theme.ind-head {
        text-align: center;
        margin-right: 0;
        display: block;
    }
    .circle-sec .circle-left .head-two {
        top: 10px !important;
        left: 0px;
        margin-bottom: 20px !important;
    }
    .circle-sec .circle-left {
        margin-top: 0px;
        background: none;
    }
    .mi_ser_sec.ourser-sec .ourser-box:last-child{
        border-right:0px !important;
    } 
    .bac-img .box .content-txt {
        display: block;
    }
    .mining-points.mining-sec .point-list, .mining-points.mining-sec .point-list .ind-para {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .bf_lock_sec.lock-sec .lock-arow-box img {
        display: none;
    }
    .bf_lock_sec.lock-sec .lock-arow-box{
        background-image: none;
        background-color: #ee5a32;
        border-radius: 25px;
        padding: 10px;
        height: unset;
        display: none;
    }
    .bf_our_sec.ourser-sec .ourser-box:last-child {
        border-right: 0px !important;
    }
    .str-sec .str-flex .str-box, .emp-sec .emp-flex .emp-box {
        width: calc(100% - 20px);
        height: auto;
    }
    .hbycli-sec .slick-nxtarr {
        right: -5px;
        top: 30px;
    }
    .hbycli-sec .slick-prearr {
        left: -5px;
        top: 30px;
    }
    .media-ser-sec.ourservice-sec .ser-box:last-child{
        border-right: 0px !important;
    }
    .media-ser-sec .first {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ind-service.ourservice-sec .third.sec .ser-box{
        border-right: 1px solid #e7e7e7 !important;
    }
    .ind-service.ourservice-sec .third.sec .ser-box:nth-child(2), 
    .ind-service.ourservice-sec .third.sec .ser-box:nth-child(4) {
        border: none !important;
    }
    .flag-sec .mail-box .mail-para {
        text-align: left;
        padding-top: 15px;
    }
    .mb_our_sec .br-none, .bf_our_sec .br-none{
        border-right: 1px solid #e7e7e7 !important;
    }
    .swc_exp_sec.exp-sec .mde {
        width: 100%;
        margin-top: 20px;
        padding: 0;
        display: flex;
        align-items: start;
        gap: 20px;
    }
    .ourservice-sec.media-ser-sec.entertainment-service .ser-box:nth-child(5){
        border-right: 1px solid #e7e7e7 !important;
    }
    .mi_ser_sec.ourser-sec .ourser-box:nth-child(5), .mi_ser_sec.ourser-sec .ourser-box:nth-child(15),
    .h-oursec.ourser-sec .ourser-box:nth-child(5), .h-oursec.ourser-sec .ourser-box:nth-child(15),
    .hel_our_sec.ourser-sec .ourser-box:nth-child(5), .hel_our_sec.ourser-sec .ourser-box:nth-child(15){
        border-right: 1px solid #e7e7e7 !important;
    }
    .aerospace.emp-sec .content-div li {
        margin-bottom: 15px;
    }
    .aerospace-4 .ind-head.head-two.visible-xs {
        margin: 0 10px;
    }
    .focus .focus-head {
        width: 100%;
        margin-top: 30px;
    }
    .beyond-sec.bey-sec .bey-box {
        padding: 20px 25px;
    }
    .hold-view {
        padding-top: 25px;
    }
    .pio-sec .pio-flex .pio-box {
        display: flex;
        padding-bottom: 20px;
    }
    .stand-sec .right{
        margin-right: 0rem;
        width: 100%;
    }
}




.aerospace-5  .ind-head {
    margin-bottom: -9px;
}
.aerospace-5{
    background: #fff;
}
  .inno-sec.num-sec .img-box img {
    width: 21%;
    height: 21%;
    margin-right: 30px;
}
.inno-sec.num-sec .img-box{
    gap:0px;
}
.wind-sec.wind-section .f-content:hover h4 {
    color: #000;
}
.op-sec.op-section .boxing:hover {
    background-image: linear-gradient(180deg, #ffa55e 20%, var(--primary-colour) 90%);
}
.partner-view.partner-section .bey-box:hover .bey-head{
    color: var(--primary-colour);
}
.vision-sec.vis-sec .vision-para{
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
}
.partner-sec.partner-view.partner-section h4 {
    font-size: 25px;
    color: #000000;
    height: 50px;
}
.partner-sec.partner-view.partner-section p.para,
.partner-sec.partner-content-part .para {
    font-size: 14.5px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Inter';
    color: #000000;
}
.standard .ind-para {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #4F4F4F;
    font-family: 'Inter';
}
.partner-sec.partner-view.partner-section .operation-head,
.partner-sec.partner-content-part .operation-head {
    margin-bottom: 20px;
  }
.aerospace-5 .ind-head.small-2 {
    background: #fff;}

.aero-6 .ind-head.small-2 {
    margin-bottom: 8px;
}
.drive {
  padding-top: 0px;
}
.bike-2{
    padding-top: 0px;
}
.bike{
    padding-top: 20px;
}
.bike-3 .ind-head{
    margin-bottom: 0px;
}
.net-sec.electric-slide-sec .ind-para{
    width: 100%;
}
.net-sec.electric-slide-sec .theme{
    color: var(--primary-colour);
}
.banking-1 .str-flex .str-box {
    height: unset !important;
}
.beyond-viw-part .bey-box{
    height: 178px;
}
.beyond-viw-part .b-row{
    display: flex;
    flex-wrap: wrap;
}
.h-str-sec{
    padding-top: 10px;
}
.hold-view{
    padding-top: 10px;
    padding-bottom: 30px;
}
.elevate-sec.accor-sec.medical-accor .head-two.head-small{
    font-size: 35px;
    margin-top: 0px;
   
}
.tab-sec {
    margin-bottom: 0px;
}
.soft-sec .soft-box .content:hover{
    border-bottom: 10px solid var(--primary-colour);
}