* {
    margin: 0;
    padding: 0;
	font-family: 'Poppins', sans-serif;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: rgb(255, 255, 255);
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #004DC1;
}

h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
}

h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}

h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #181616;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #3E3E3E;

}

.d-flex {
    flex-wrap: wrap;
}

a.btn-custom-hover:hover {
    background: #fff;
    color: #000;
}

a.btn-custom-hover-2:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}


/* top-heder */

.top-header {
    padding: 10px;
    background: #004DC1;
}

.top-detail a {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.top-detail span,
footer-link span {
    color: #FF8800;
}

.top-social a {
    line-height: 30px;
     background:#fff;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    line-height: 0px;
    font-size: 8px;
}

.top-social a:hover {
	box-shadow: 0px 0px 10px #000!important;
    transform: scale(1.1)!important;
}


.top-button a {
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    padding: 17px 25px;
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
    line-height: 32px;
}

.bi-list {
    color: #fff;
    font-size: 30px;
}

/* banner */


.header-contact a span {
    padding: 14px 16px;
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
}

.header-contact p {
    color: #fff;
}

.header-contact a {
    color: #fff;
    text-decoration: none;
}

.inner-nav-menu {
    border-bottom: 1px solid #A3A3A3;
    padding: 15px;
}

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

.banner-content h4 {
    font-weight: 400;
    display: inline-block;
}

.banner-content a {
    color: #fff;
    padding: 10px 20px;
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    border-radius: 77px;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}

.banner-badge img {
    max-width: 100px;
    margin-right: 50px;
}

/* footer */

.footer {
    background: linear-gradient(90deg, rgba(240,77,35,1) 0%, rgba(85,48,66,1) 72%, rgba(36,42,100,1) 100%) !important;
    padding: 40px 0px 15px 0px;
    position: relative;
}

.footer-bg img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
}

.footer-logo p {
    background: #004DC1;
}

.footer-social a {
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    line-height: 0px;
    font-size: 12px;
}

.footer-link ul {
    padding: 0px;
    list-style: none;
}

.footer-link ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    text-decoration: none;
}

.footer-link a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-link input {
    padding: 8px;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    color: #e2dfdf;
    font-size: 16px;
    background: transparent;
    width: 100%;
}

.footer-input {
    position: relative;
}

.footer-input span {
    position: absolute;
    top: 9px;
    left: 10px;
}

.footer-link input::placeholder {
    padding-left: 0px;
    color: #e2dfdf;
}

.footer-bootom a {
    color: #fff;
    text-decoration: none;
}

.footer-input button {
    padding: 10px;
    width: 100%;
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    color: #fff;
}

.call-button a:hover{
	box-shadow: 0px 0px 10px #000;
    transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
    .top-header {
        display: none;
    }

    .top-social-detail {
        justify-content: start !important;
    }

    .top-social {
        width: 70% !important;
        margin-bottom: 20px;
    }

    .top-detail a {
        line-height: 30px;
    }

    .top-button a {
        margin-left: 0px;
    }

    .top-button {
        margin-bottom: 20px;
    }

    .header-contact {
        display: none !important;
    }

    .banner-content a {
        margin-top: 5px;
        font-size: 18px;
    }

    .logo img {
        max-width: 180px !important;
    }

    .inner-nav-menu {
        padding: 10px 0px;
    }

    .banner-content {
        width: 100%;
        top: 40%;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 15px !important;
    }

    .banner-content h4 {
        font-size: 20px;
        padding: 5px 20px;
        line-height: 26px;
    }

    .banner-badge {
        position: absolute;
        bottom: 1%;
        left: 12%;
        width: 80%;
    }

    .banner-badge img {
        max-width: 60px;
        margin: 6px 8px;
    }

    .key-service-content {
        padding-left: 0px;
    }

}

@media only screen and (max-width: 768px) {
    .key-service-content {
        padding-left: 0px !important;
    }
	.content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 40vw !important;
    overflow: hidden;
}
}

/* key-service */
.key-service {
    background: url(https://nextdynamix.com/wp-content/uploads/2023/09/key_bg.webp)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.key-service-content {
    padding-left: 100px;
}

.key-img {
    position: relative;
    text-align: center;
}

.key-side-img-2 {
    position: absolute;
    top: 10%;
    right: -10%;
}

.key-side-img-3 {
    position: absolute;
    bottom: 5%;
    left: -4%;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.why-choose ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.why-choose li {
    word-wrap: break-word;
    margin: 20px 50px 20px 0px;
}

.why-choose h5 {
    font-size: 16px;
    margin: 0px;
    padding-left: 5px;
}

.why-choose img {
    max-width: 40px;
}

.home-service {
    background: url(../image/shape-2.png)no-repeat;
    width: 100%;
}

.service-heading p {
    max-width: 1000px;
    margin: 0 auto;
}

.box-icon h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 70.5455px;
    line-height: 96px;
    color: #F4F4F4;
}

.service-box {
    width: 100%;
	border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 4px 0px 20px rgba(218, 218, 218, 0.25), 0px 4px 20px rgba(218, 218, 218, 0.25);
    position: relative;
    padding: 1.8rem;
    transition: 0.5s ease-out;
    overflow: visible;
    border: none;
    margin-bottom: 50px;
}

.service-box .card-button {
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #FF8A00;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 38%;
    bottom: -10%;
    font-size: 30px;
    box-shadow: 4px 0px 20px rgba(218, 218, 218, 0.25), 0px 4px 20px rgba(218, 218, 218, 0.25);
}

.home-service a {
    text-decoration: none;
}

.workflow {
    background: linear-gradient(180deg, #004DC1 0%, #61C2FF 100%);
    padding: 60px 0px;
}

.workflow-count h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 161.421px;
    line-height: 126px;
    color: rgba(255, 255, 255, 0.1);
}

.round-box {
    background: #3BA6EE;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.round-box-inner {
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
}

.round-box-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
		.service-box-shadow{
	height:400px;
}

/*  */

        .news-block-two-updated .inner-box {
            position: relative;
            margin-bottom: 30px;
        }

        .news-block-two-updated .image img {
            border-radius: 6px;
            width: 100%;
        }

        .news-block-two-updated .lower-content {
            position: relative;
            background-color: #fff;
            border-radius: 6px;
            margin-left: 11px;
            margin-right: 11px;
            margin-top: -50px;
            padding: 0 23px 25px;
            -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
            box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
        }
		

        .news-block-two-updated .lower-content:before {
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: #004DC1;
            opacity: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            -webkit-transform: perspective(400px) rotateX(-90deg);
            -ms-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top;
            border-radius: 6px;
        }

        .news-block-two-updated .category {
            position: relative;
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 12px;
            padding: 3px 21px;
            -webkit-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
            margin-bottom: 10px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            background: #292f43;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            line-height: 18px;
        }

        .news-block-two-updated .post-meta {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        .news-block-two-updated .inner-box:hover .post-meta li {
            color: #d2ccda;
        }

        .news-block-two-updated .post-meta li {
            font-size: 15px;
            font-weight: 500;
            color: #808080;
            margin-right: 5px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            list-style: none;
        }

        .news-block-two-updated .post-meta li a {
            text-decoration: none;
            color: #f04d23;
        }

        .news-block-two-updated ul.post-meta {
            padding: 0px;
        }

        .news-block-two-updated .inner-box:hover h4 a {
            color: #fff;
        }

        .news-block-two-updated .read-more-link:hover {
            padding-left: 25px;
            color: #ffffff;
        }

        .news-block-two-updated h4 {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            padding-bottom: 30px;
            margin-bottom: 20px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .news-block-two-updated h4:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            height: 6px;
            width: 100%;
            background: url(https://nextdynamix.avinyaglobal.com/wp-content/uploads/2023/05/border-shape-2.png) repeat-x center;
        }

        .news-block-two-updated .read-more-link {
            position: relative;
            font-size: 16px;
            font-weight: 600;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            text-decoration: none;
            color: #F04D23;
        }

        .news-block-two-updated .read-more-link:before {
            position: absolute;
            content: '';
            left: 0;
            top: 11px;
            height: 1px;
            width: 21px;
        }

        .news-block-two-updated .read-more-link:hover i {
            opacity: 1;
            color: #ffffff;
        }

        .news-block-two-updated .read-more-link i {
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 14px;
            opacity: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .bi-arrow-right-short:before {
            content: "\F135";
        }

        .news-block-two-updated .inner-box:hover .lower-content:before {
            -webkit-transform: perspective(400px) rotateX(0deg);
            -ms-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }

        .news-block-two-updated h4 a {
            color: #202020;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            text-decoration: none;
        }
		
		.key-side-img-4{
			position:absolute;
			bottom:5%;
			right:0;
		}
		.service-content-heading h4{
			height:58px;
		}
	.common-btn {
    background: linear-gradient(90.02deg, #FF8A00 38.62%, #F9BC2C 150.92%);
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    padding: 11px 25px;
    border-radius: 4px;
}

.common-btn:hover {
    color: #000;
}

.common-btn:after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.common-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
		
		h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 50px;
    color: rgb(255, 255, 255);
}
		
		.banner-content h2{
			color:#fd9b0f;
			font-size:30px;
			font-weight:500;
		}
.service-box .card-button {
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #FF8A00;
    font-size: 1rem;
    /* padding: .5rem 1rem; */
    position: absolute;
    left: 8%;
    bottom: -7%;
    font-size: 25px;
    box-shadow: 4px 0px 20px rgba(218, 218, 218, 0.25), 0px 4px 20px rgba(218, 218, 218, 0.25);
    padding: 10px 17px;
}
		.box-icon h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 70.5455px;
    line-height: 96px;
    color: #f9f9f9;
}

		.workflow-bg {
    background: linear-gradient(180deg, #004DC1 0%, #61C2FF 100%);
}

.workflow {
    background: linear-gradient(180deg, #004DC1 0%, #61C2FF 100%);
    padding: 60px 0px;
    background-image: url(https://nextdynamix.avinyaglobal.com/wp-content/uploads/2023/05/workflow-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
		.key-service-content {
    padding-left: 30px;
}
		.key-side-img-3 {
    position: absolute;
    bottom: 5%;
     left: 0;
}
		
		.contact-form label{
			font-weight: 600;
			font-size:16px;
			line-height: 32px;
			color: #535353;
			font-weight:500;
		}
		.contact-form input{
			padding:7px;
			border-radius:30px;
			border:1px solid #D9D9D9;
			width:100%;
		}
		.contact-form textarea {
			padding:10px;
			border-radius:30px;
			border:1px solid #D9D9D9;
			width:100%;
			max-height:70px;
		}
		.contact-btn input{
			display:inline-block;
			width:20%;
			background:#fd9b0f;
			border:none;
			color:#fff;
			font-weight:600;
		}
.contact-btnn input{
			display:inline-block;
			width:100%;
			background:linear-gradient(90deg, rgba(240, 77, 35, 1) 0%, rgba(85, 48, 66, 1) 72%, rgba(36, 42, 100, 1) 100%) !important;
			border:none;
			color:#fff;
			font-weight:600;
		}
.contact-btn1 input{
			display:inline-block;
			width:28%;
			background:#fd9b0f;
			border:none;
			color:#fff;
			font-weight:600;
		}
	@media only screen and (min-width: 320px) and (max-width: 425px) {
	.contact-btn input{
			display:inline-block;
			width:40%;
			background:#fd9b0f;
			border:none;
			color:#fff;
			font-weight:600;
		}
		.contact-btn input{
			display:inline-block;
			width:48%;
			background:#fd9b0f;
			border:none;
			color:#fff;
			font-weight:600;
		}
		
}
@media only screen and (min-width: 1024px) and (max-width: 1024px){
	.contact-btn input{
		width:30%;
	}
}
		.common-section-padding{
    padding-top: 100px;
}
				.common-section-margin{
    margin-top: 100px;
}
		.common-section-inner-padding{
    padding-bottom: 70px;
    }
		.blog-home-detail{
			background-color: transparent;
			box-shadow: 0px 4px 4px rgba(218, 218, 218, 0.25);
border-radius: 10px;
		}
		
		.service-block {
            position: relative;
            margin-bottom: 55px;
        }

        .service-block .inner-box {
            position: relative;
            width: 100%;
        }

        .service-block .image-box {
            position: relative;
            display: block;
            margin: 0px 15px;
            overflow: hidden;
            border-radius: 20px;
        }

        .service-block .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

        .service-block .inner-box:hover .overlay-box {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
        }

        .service-block .overlay-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            color: #ffffff;
            text-align: center;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
            transform-origin: right center;
        }

        .service-block .overlay-box:before {
            background-image: -ms-linear-gradient(bottom, rgba(247, 148, 29, 0.5) 0%, #f7941d 100%);
            background-image: -moz-linear-gradient(bottom, rgba(247, 148, 29, 0.5) 0%, #f7941d 100%);
            background-image: -o-linear-gradient(bottom, rgba(247, 148, 29, 0.5) 0%, #f7941d 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(247, 148, 29, 0.5)),
                    color-stop(100, #f7941d));
            background-image: -webkit-linear-gradient(bottom, rgba(247, 148, 29, 0.5) 0%, #f7941d 100%);
            background-image: linear-gradient(to top, rgba(247, 148, 29, 0.5) 0%, #f7941d 100%);
        }

        .service-block .overlay-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            opacity: 0.80;
            background-image: -ms-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
            background-image: -moz-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
            background-image: -o-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F7941D), color-stop(100,
                        #febe09));
            background-image: -webkit-linear-gradient(bottom, #F7941D 0%, #febe09 100%);
            background-image: linear-gradient(to top, #F7941D 0%, #febe09 100%);
        }

        .service-block .overlay-inner {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: table;
            vertical-align: middle;
            padding: 10px 30px;
        }

        .service-block .overlay-inner .content {
            position: relative;
            display: table-cell;
            vertical-align: middle;
        }

        .service-block .overlay-inner .icon-box {
            position: relative;
            font-size: 56px;
            color: #fff;
            line-height: 1em;
            font-weight: 400;
            text-align: center;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .fa-plate-utensils:before {
            content: "\f2e7";
        }

        .service-block .overlay-inner .text {
            position: relative;
            color: #ffffff;
            font-size: 16px;
            line-height: 1.8em;
            margin-top: 30px;
        }

        .service-block .overlay-inner .read-more {
            position: relative;
            color: #222222;
            font-size: 16px;
            line-height: 1.8em;
            margin-top: 20px;
            font-weight: 700;
            display: inline-block;
            text-decoration: underline;
        }

        .service-block .inner-box .lower-box {
            position: relative;
            padding-top: 25px;
            text-align: center;
        }

        .service-block .inner-box .lower-box h5 {
            position: relative;
            color: #222222;
            font-weight: 600;
            line-height: 1.3em;
        }

        .service-block .inner-box .lower-box h5 a {
            position: relative;
            color: #222222;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .service-block .inner-box .lower-box h5 a:hover {
            color: #f7941d;
        }
	
		.top-detail a {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
		
		.top-detail span{
    color: #fff;
}
		.why-choose li {
    word-wrap: break-word;
    margin: 20px 40px 20px 0px;
}
		
		.inner-nav-menu{
		padding:0px !important;
			border:0px;
	}
/* 		.service-box h3{
			height:80px;
		} */
/* 	mega	 */
		
/* navbar */

.navbar {
    background: #004DC1;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar .logo {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

/* .dropdown-menu {
    display: inline-block !important;
} */

/* nav menu button */

.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
    content: "";
    position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
    width: 1.5rem;
    height: 0.1rem;
    background: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
    transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
    transform: translateY(0.5rem);
}

.navbar .menu-items {
    display: flex;
    align-items: center;
    margin: 0px;
}

.navbar ul li {
    list-style: none;
    transition: 0.3s ease;
}

.navbar ul li .arrow {
    transition: all .3s ease-out;

}

.navbar ul li a {
    text-decoration: none;
    color: #ffffff;
}

/* dropdown menu */

.navbar .dropdown {
    position: relative;
}

.expand-btn:after {
    content: ' \25BE';
    opacity: 0.4;
    margin-left: 5px;
}


.navbar .dropdown-menu,
.menu-right {
    position: absolute;
    background: #004DC1;
    width: 230px;
    line-height: 20px;
    border-radius: 0 0 5px 5px;
    top: 72px;
    /* border-top: 1px solid white; */
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
	border:none;
}

.navbar .menu-right {
    top: 0;
    left: 100%;
}

.navbar .dropdown-menu,
.menu-left {
    left: unset;
    left: 0;
}

ul.mega-links {
    padding: 0px;
}

.navbar .menu-left {
    left: -100%;
}

.navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 1.5rem;
    font-size: 15px;
    font-weight: 400;
}

.navbar .menu-item:hover {
    color: #FF8A00;
}

.menu-item.first-item {
    padding: 1.5rem 1.5rem;
}

.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown-right:hover .menu-right {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
    left: -100%;
}

/* mega menu  */

.navbar .mega-menu {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
    background: #004DC1;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
}

.content .col .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.content .col img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
    transform: scale(1.1);
}

.content .col .menu-title {
    color: #FF8A00;
    font-size: 16px;
    line-height: 3rem;
    font-weight: bold;
}

.content .col p {
    line-height: 1.2rem;
    margin-top: 5px;
    color: #FFFFFF;
}

.content .col .mega-links {
    border-left: 1px solid #fff;
}

.content .col .read-more {
    font-size: 16px;
    display: flex;
    padding-top: 1rem;
    color: #03a9f4;
    transition: color 0.3s ease;
    justify-content: flex-end;
    padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
    padding: 0 5px;
}

.menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.content .col .read-more:hover {
    color: #FF8A00;
}


/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: #FFFFFF;
}

.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: #FFFFFF;
}
		.service-box-shadow:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, rgb(240 77 35 / 21%) 0%, rgb(85 48 66 / 19%) 72%, rgb(36 42 100 / 27%) 100%);
    border-radius: 10px;
}
	
		.Industries {
            cursor: pointer;
            min-height: 45vh;
            overflow: hidden;
        }

        .Industries-box {background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
            height: 100%;
            position: relative;
            overflow: hidden;
					 transition: all 0.6s ease-in-out;
        }

        .Industries-box h5 {
            position: absolute;
            bottom: 25px;
            left: 15px;
        }

        .Industries .Industries-box::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #000000;
            opacity: 0.5;
        }

        .Industries .card-img-overlays-hover {
            opacity: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #003a66;
            transition: all 0.6s ease-in-out;
            z-index: 100;
        }

        .Industries .card-img-overlays-hover .inner-text,
        .Industries .card-img-overlays .inner-text {
            position: absolute;
            bottom: 20px;
            padding: 0 28px;
        }

        .Industries:hover .card-img-overlays-hover {
            opacity: 1;
            top: 0px;
            z-index: 1000;
        }


/* Responsive style */

@media screen and (max-width: 768px) {

    .navbar {
        padding: 10px 0px;
    }

    .overflow {
        overflow: hidden;
    }

    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 500;
        background: none !important;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .overlay--active {
        opacity: 1;
        visibility: visible;
    }

    .menu-btn {
        display: flex;
    }

    .navbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 60%;
        top: 80px !important;
        left: 0;
        background: #fff !important;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-bottom: 100px;
    }

    .menu-items.open {
        transform: translateY(0);
    }

    .menu-items li:first-child {
        margin-top: 20px;
    }

    .menu-items li a {
        padding: 10px 1rem;
        display: block;
        font-size: 18px;
    }

    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    .menu-item.first-item {
        padding: 1rem 1rem;
    }

    /* DROPDOWN, MEGA MENUS */
    .menu-items .dropdown-menu,
    .menu-items .menu-right,
    .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        margin-left: -18px;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }


    .menu-items .dropdown-menu,
    .menu-items .menu-right {
        padding-left: 1rem;
        width: 102%;
        margin-left: -10px;
    }

    .menu-items .mega-menu .col {
        padding-left: 1rem;
    }

    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open+.blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .navbar .sample {
        border-top: none;
    }

    .sample li {
        margin: 0;
    }

    .sample li:last-child {
        border-bottom: none;

    }

    .sample li a {
        font-size: 1rem;
    }

    .mega-menu .content {
        grid-template-columns: auto;
        padding: 1rem 1rem 0 1rem;
    }

    .mega-menu .content .col {
        width: 100%;
        padding-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .col .mega-links li,
    .col .mega-links li a {
        padding: 0 0.5rem;
    }

    .content .col .mega-links {
        border-left: 0;
        padding-left: 0.5rem;
    }

    .col .mega-links li {
        margin: 0;
    }

}		
/* 		 */
		.service-accordian .sow-accordion-panel-header{
			background: linear-gradient(180deg, #004DC1 0%, #6184FF 100%);
border-radius: 5px;
		}
		
	footer-logo p {
    background: transparent;
}	
		

#spare-time {
    font-size: 20px;
    font-style: italic;
    letter-spacing: 8px;
    margin-top: 0;
    color: #fff;
    display: block;
	font-weight: 500;
}
		

.text-slider h1 span.typed-text {
    font-weight: 800;
    color: white;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;

}

.text-slider h1 span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.text-slider h1 span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        text-align: center;
        text-transform: uppercase;
        color: #F1FAEE;
        font-size: 2.125rem;
    }

    .roller {
        height: 2.6rem;
        line-height: 2.125rem;
    }

    #spare-time {
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }

    .roller #rolltext {
        animation: slide-mob 5s infinite;
    }

    @keyframes slide-mob {
        0% {
            top: 0;
        }

        25% {
            top: -2.125rem;
        }

        50% {
            top: -4.25rem;
        }

        72.5% {
            top: -6.375rem;
        }
    }
}
		
.banner-badge img {
    margin: 0px 20px;
    max-width: 160px;
    border-radius: 10px;
    display: inline-block;
}
		

.skills .skills-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
}

@media (max-width: 700px) {
    .skills .skills-flex-container {
        gap: 30px;
    }
}

.skills .skills-flex-container .box {
    flex: 1 1 20%;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;
    padding: 25px;
    text-align: center;
    /* border: 10px solid #004DC1; */
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

.skills .skills-flex-container .box .image {
    transition: all 0.3s ease-in-out 0.1s;
}

.skills .skills-flex-container .box .image img {
    max-width: 100px;
    object-fit: contain;
}

.skills .skills-flex-container .box .title {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.skills .skills-flex-container .box:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
    transform: scale(1.1);
}

.skills .skills-flex-container .box:hover .image {
    transform: scale(1.5) translateY(-20px);
}

.skills .skills-flex-container .box:hover .image img {
    animation: bouncing 0.5s 0.3s;
}

.skills .skills-flex-container .box:hover .title {
    letter-spacing: 2px;
}

@media (max-width: 1100px) {
    .skills .skills-flex-container .box {
        flex: 1 0 25%;
    }
}

@media (max-width: 630px) {
    .skills .skills-flex-container .box {
        flex: 1 0 35%;
        padding: 15px;
    }

    .skills .skills-flex-container .box .image img {
        max-width: 50px;
    }
}

@keyframes bouncing {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}


		
@media screen and (max-width: 1024px) {
.header-btn{
display:none;
}
	
	@media (min-width: 1200px) and (max-width: 1441px) {
    .container {
        max-width: 1250px;
        padding: 0px 36px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0px 30px;
    }
}

@media (max-width: 479px) {
    .container {
        padding: 0px 30px 0px 20px;
    }
}
	.fixed-navbar {
  position: fixed;
  top: 0; /* Add a top offset of 20 pixels */
  width: 100%;

}
.wpcf7-response-output{
	color:#ff0000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color:#ff0000 !important
}
	

	.popup-bg{
		background-image: url("https://nextdynamix.com/wp-content/uploads/2023/12/POPUP.png");
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}
	
	
	

	
	
	@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
		.contact-btn1 input{
			display:inline-block;
			width:55%!important;
			background:#fd9b0f;
			border:none;
			color:#fff;
			font-weight:600;
		}
		
	 .form-para {
        font-size:17px!important;
    }
	
}
	
	.wpcf7-spinner{
		display:none!important;
	}

	@media (max-width: 419px){
.rc-anchor-normal {
    height: 74px;
    width: 268px!important;
}
.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 66px!important;
}
.rc-anchor-checkbox-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 10px!important;
    font-weight: 400;
    line-height: 17px;
}
		.popup-bt-title{
			display:none !important;
		}
}

/* Override padding for a specific input type inside intl-tel-input */
.intl-tel-input.allow-dropdown.custom-class input[type="tel"],
.intl-tel-input.separate-dial-code.custom-class input[type="text"] {
    padding-right: 6px;
    padding-left: 52px!important;
    margin-left: 0px;
}
	

