.sub-head{
    text-align: center;
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
@media screen and (max-width:950px){
    .sub-head{
        width: 85%;
    }
}

.mb{
    margin-bottom: 4%;
}
.mr1 {
    margin-right: 5px;
}

.nav-scrolled {
    background: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
    top: 0;
}

.user {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    #form{
        width: 50%;
    }
}
@media screen and (max-width:850px) {
    #form{
        left: 0;
        transform: translate(0, 50%);
    }
}
@media screen and (max-width:768px) {
    .topp3 {
        display: none;
    }
    #form{
        width: 75%;
    }
}

.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.logo img {
    width: 135px;
}

.sidenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 80%;
}

.mid-nav {
    width: 30vw;
}

.search-box {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.search-box1 {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
    display: none;
}

.a1 {
    color: #13294a;
    text-decoration: none;
    margin: 0 25px;
}

.a1:hover {
    color: #2272FF;
}



.closebtn {
    display: none;
}
@media screen and (min-width:1250px) and (max-width:1410px){
    .a1 {
        margin: 0 20px;
    }
}
@media screen and (min-width:1250px) and (max-width:1340px){
    .a1 {
        margin: 0 15px;
    }
}
@media screen and (min-width:1180px) and (max-width:1270px){
    .a1 {
        margin: 0 9px;
    }
}
@media screen and (max-width:1180px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .logo a div {
        display: none;
    }

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        border-left: 2px solid transparent;
    }

    .a1:hover {
        color: #f1f1f1;
        border-left: 2px solid red;
    }

    .a1 {
        margin: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .closebtn:hover {
        color: white;
    }
    .search-box{
        display: none;
    }
    .open-search{
        display: flex;
        gap: 20px;
    }
    .search-box1{
        display: block;
    }
}
@media screen and (max-width:950px){
    .topp3{
        display: none;
    }
}
@media screen and (max-width:600px){
    
    .logo img{
        width: 120px;
    }
}
@media screen and (max-width:400px) {   
    /* add by jayesh */
    .about-banner{
        height: 32vh !important;
    }
    .banner-cont h1{
        font-size: 32px !important;
    }
    .banner-cont p{
        font-size: 20px !important;
    }
}
/* header end here */

.about-banner{
    background-image: url(../images/industry\ banner.png);
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: white;
    position: relative;
}
.banner-cont{
    position: absolute;
    top: 20%;
    left: 10%;
}
.banner-cont h1{
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: normal;
}
.banner-cont p{
    font-size: 22px;
}
@media screen and (max-width:900px){
    .about-banner{
        height: 40vh;
    }
    .banner-cont{
        top: 30%;
    }
}
@media screen and (max-width:600px){
    .banner-cont{
        top: 21%;
    }
    .banner-cont h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:300px){
    .banner-cont h1{
        font-size: 36px;
        margin-bottom: 20px;
    }
}
/* banner ends here */

.container {
    position: relative;
    padding: 5% 0 6% 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #efefef;
}

.container h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
}


.sect {
    max-width: 1208px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
    margin-top: 3%;
}

.sect1 {
    max-width: 1208px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.w-tech{
    width: calc(50% - 2px);
    margin-right: 2px;
}
.box-inner {
    width: 100%;
    height: 200px;
    background-color: transparent;
    margin-right: 2px;
}

.box {
    position: relative;
}

.box1 {
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box1 img {
    width: 75px;
    margin-bottom: 10px;
}

.box2 {
    position: absolute;
    background-color: #5a86f7;
    color: #ffffff;
    width: 100%;
    height: 200px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 0.2s;
    padding: 20px;
}

.box2 p {
    margin-top: 10px;
    font-size: 15px;
}

.arrow {
    font-weight: bold;
    position: relative;
}

.arrow:after {
    content: ' ';
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    border-width: 0 1px 1px 0;
    transform: rotate(315deg);
    width: 8px;
    height: 8px;
    top: 5px;
}

.box:hover .box2 {
    opacity: 1;
}
@media screen and (min-width:900px) and (max-width:1210px){
    .sect {
        width: 75%;
    }
    .sect1 {
        width: 75%;
    }
}
@media screen and (max-width:700px){
    .container h2{
        font-size: 30px;
    }
    .sect {
        flex-direction: column;
        align-items: center;
        row-gap: 2px;
    }
    .sect1 {
        flex-direction: column;
        align-items: center;
    }
    .w-tech{
        width: calc(80% - 2px);
    }
}
/* container ends here */

.industries{
    max-width: 1800px;
    background-color: #ffffff;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: flex;
    padding: 5% 6%;
    width: 100%;
    margin: auto;
    position: relative;
    gap: 48px;
}
.left1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}
.industries h2{
    color: #13294A;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    text-align: left;
}
.industries h2 i {
    color: #2272FF;
    margin-right: 8px;
    font-size: 26px;
}

.left1 > a {
    background: #2272FF;
    width: fit-content;
    border: 2px solid #2D25A7;
    padding: 12px 16px;
    color: white;
    border-radius: 12px;
    font-size: small;
    margin-top: 30px;
    position: relative;
}

.left1 > a::before {
    content: '';
    position: absolute;
    left: -6%;
    bottom: -22%;
    background: #2D25A7;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.25s ease-out;
}

.left1 > a:hover::before {
    left: 0;
    bottom: 0;
}

.left1 > a i {
    transform: rotate(45deg);
    margin-left: 4px;
}

.left1 > p {
    line-height: 1.5 !important;
}

.arrow-angled {
    width: 10px;
    margin-left: 2px;
}

.right1 {
    background-color: #f7f7f7;
    border-radius: clamp(44px, 8vw, 80px);
    align-content: center;
    justify-items: center;
    padding: 4%;
    max-height: fit-content;
}
.right1 img{
    width: 34vw;
    height: auto;
}
@media screen and (min-width:2100px){
    .right1 img{
        width: 700px;
    }
}
@media screen and (max-width:820px){
    .industries {
        margin-bottom: 20px;
    }
    .industries h2{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .industries h2 i {
        font-size: 20px;
    }
    .left1 > a {
        margin-top: 16px;
    }
}
@media screen and (max-width:700px){
    .right1 img{
        width: 42vw;
    }
}
@media screen and (max-width:600px){
    .industries{
        flex-direction: column-reverse;
        align-items: center;
        width: 90%;
        gap: 28px;
        padding: 10% 6%;
    }
    .right1 img{
        width: 100%;
    }
    .left1{
        width: 100%;
    }
}
/* industries ends here */

.i {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.i:hover {
    font-size: 20px;
    color: #1476f2;
    padding: 0 10px;
}

.copy p {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

@media screen and (max-width:950px) {
    .share {
        flex-direction: column;
        padding: 45px 10px 30px 10px;
    }
    .second{
        padding: 0 10px;
    }
    .third{
        padding: 0 10px;
    }
    .fourth{
        padding: 0 10px;
    }
}
@media screen and (max-width:500px) {
    .icon{
        margin-bottom: 5px;
    }
    .i {
        padding: 0 15px 0 0;
    }    
}

@media screen and (min-width:2880px) {
    .about-banner{
        height: 48vh;
    }
}

@media screen and (min-width:4320px) {
    .about-banner{
        height: 32vh;
    }
}

@media screen and (min-width:5760px) {
    .about-banner{
        height: 24vh;
    }
}