html {
    margin: 0!important;
}
body{
    overflow-x: hidden !important;
    overflow: hidden;
}
html{
	overflow-x: hidden !important;
   }
   main {
    padding-bottom: 100px;
}
.Nheader-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.header-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap:10px;
}
.home ul.header-menu-list li a {
    color: #fff;
    text-shadow: 1px 2px 30px #d58f00;
}
ul.header-menu-list li a:focus, a.Nheader-logo:focus, ul.footer-menu-list li a:focus {
    outline: none;
}
ul.header-menu-list li a {
    text-decoration: none;
    padding: 7px 0;
    color: #3e3e3e;
    font-size: 18px;
    
    font-weight: 500;
    letter-spacing: .5px;
    position: relative;
    margin: 0 10px;
}
li.menu-item a {
  position:relative
}
li.menu-item a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
li.menu-item a:hover::before{
  transform: scale3d(1,1,1);
}
li.menu-item a::before{
  background: #3e3e3e;
  transform-origin: 100% 50%;
}
.home li.menu-item a::before {
background: #ffffff;
}
li.menu-item a:hover::before{
  transform-origin: 0 50%;
}
ul.header-menu-list li.menu-item:last-child a::before {
    display: none;
}
ul.header-menu-list li.menu-item:last-child a {
    background: linear-gradient(0deg, rgba(94, 166, 219, 1) 0%, rgba(22, 130, 209, 0.8253895308123249) 38%, rgba(5, 118, 201, 1) 100%);
    border-radius: 50px;
    padding: 15px 20px;
    text-shadow: none;
    font-size: 15px;
margin-left:15px;
    border: 2px solid #55a1d8;
    color: #fff;
}

a.Nheader-logo img {
    max-width: 150px;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 1px 2px 3px #00000036;
}
section.Nbanner {
    min-height: 400px;
    background-position: bottom;
    background-size: cover;
    padding: 200px 0 80px;
    margin-top: -140px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}
.home header.Nheader  {
    margin-bottom: 0;
}
header.Nheader {
    position: relative;
    z-index: 10;
     padding: 0;
     border-top: 3px solid #000;
     margin-bottom: 40px;
     background-image: url("/wp-content/uploads/2024/10/shutterstock_1307185894-scaled.webp");
     padding-bottom: 20px;
}
.home header.Nheader{
    background-image: none !important;
    padding-bottom: 0 !important;
}
/* section.Nbanner::before {
width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 12%;
    opacity: 0.8;
    background: rgb(0, 0, 0);
    background: linear-gradient(358deg, rgb(0 0 0 / 41%) 0%, rgba(0, 0, 0, 1) 38%, rgb(0 0 0 / 47%) 100%);
    border-radius: 50%;
    filter: blur(100px);
} */
section.Nbanner {
    background-position:center;
    background-attachment:unset !important;
}
section.Nbanner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0 !important;
    opacity: 1 !important;
    background: #00000087 !important;
    filter: unset !important;
    border-radius: 0 !important;
}
section.Nbanner .content {
    position: relative;
    text-align: center;
  padding-top: 6%;
}
section.Nbanner .content * {
    color: #fff;
}
section.Nbanner .content ul {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 906px;
    margin: auto;
}
section.Nbanner .content ul li {
    width: 50%;
    font-size: 22px;
}
section.Nbanner .content h1 {
    font-size: 60px;
    font-weight: bold;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}
h2.Nheading {
    text-align: center;
    margin: 0;
    padding: 0 0 21px;
    position: relative;
    font-size: 40px;
        font-weight: bold;
}
section.newAcquisition {
    padding: 80px 0;
}
h2.Nheading::before {
    background-image: linear-gradient(to bottom right, red, yellow);
    max-width: 500px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to right, #e1e1e100, #dedede7d, #dbdbdb, #d8d8d8, #d5d5d5, #d5d5d5, #d5d5d5, #d5d5d5, #d8d8d8, #dbdbdb, #dedede9c, #e1e1e100);
}
h2.Nheading::after {
    width: 20px;
    height: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    content: "";
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
}
section.newAcquisition img.img-fluid {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
   
}
section.newAcquisition .outer {
    margin: 0;
    background: #fafafa;
    height: 100%;
    box-shadow: 10px 10px 0 #35a1d2;
    border-radius: 20px;
}
section.newAcquisition .outer .content ul {
   list-style: none;
   display: flex;
   padding: 0 20px;
   flex-direction: column;
   gap: 15px;
   margin-bottom: 30px;
}
section.newAcquisition .outer .content h3 {
    min-height: 80px;
    font-size: 24px;
    background: #010101;
    text-align: center;
    padding: 10px 0;
    display: flex;
 
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
}
section.newAcquisition .items, .newApproach .items {
	margin-top: 40px;
}
section.newAcquisition .outer .content ul li {
    position: relative;
    padding-left: 20px;
}
section.newAcquisition .outer .content ul li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    background: #35a1d2;
    top: 8px;
    left: 0;
    border-radius: 50%;
}
section.newApproach .outer {
    display: flex;
}
section.newApproach .outer img {
       width: 50%;
    max-height: 400px;
    object-fit: cover;
  
}
section.newApproach .reverse .outer {
    flex-direction: row-reverse;
}
section.newApproach .outer .content {
    width: 50%;
    padding: 50px;
    display: flex;
    background: #fff;
    flex-direction: column;
    justify-content: center;
}
section.newApproach  .outer ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
section.newApproach  .outer h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
section.newApproach .outer ul {
    padding: 0;
    list-style: none;
}
section.newApproach .outer ul li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    background: #35a1d2;
    top: 9px;
    left: 0;
    border-radius: 50%;
}
section.new-blog-sec {
    margin: 80px 0;
}
section.new-blog-sec .latest-posts {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
section.new-blog-sec .latest-post {
    width: 33.33%;
    position: relative;
    padding-bottom: 80px;
}
section.new-blog-sec .latest-post .post-thumbnail img {
    width: 100% !important;
    height: 200px !important;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
section.new-blog-sec h2.post-title {
    margin: 20px 0;
    line-height: 32px;
    font-size: 22px;
  
}
section.new-blog-sec h2.post-title a {
    text-decoration: none;
    color: #007cb8;
}
section.new-blog-sec a.read-more {
    background: #35a1d2;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(94, 166, 219, 1) 0%, rgba(22, 130, 209, 0.8253895308123249) 38%, rgba(5, 118, 201, 1) 100%);
    border: 2px solid #4191d6;
}
section.ngetupdate {
background: #383838;
    padding: 80px 0;
    outline: 5px solid #000000;
    background-image: url(https://demo.assets.templately.com/portfolio/elementor/35/2024/11/BgimageMemy-1.png);
    background-position: center;
    background-size: cover;
}
.ngetupdate-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: auto;
    font-size: 20px;
}
.ngetupdate-outer * {
    margin: 0;
    color: #fff;
}
.ngetupdate-outer .left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    color: #fff;
}
.ngetupdate-outer p small {
    font-size: 20px;
}
.ngetupdate-outer p {
    font-size: 18px;
}
.ngetupdate-outer a {
   
        padding: 17px 30px;
    background: #d48e00;
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(94, 166, 219, 1) 0%, rgba(22, 130, 209, 0.8253895308123249) 38%, rgba(5, 118, 201, 1) 100%);
    border: 2px solid #4191d6;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    
    text-decoration: none;
}
footer.website-footerN {
    background: #fff;
    
}
footer.website-footerN .container {
    width: 100%;
    max-width: 100%;
}
footer.website-footerN img.f-logo {
margin-top: -50px;
    position: relative;
    z-index: 10;
    max-width: 150px;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    outline: 3px solid #d48e00;
}
ul.footer-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
ul.footer-menu-list li a {
    text-decoration: none;
    padding: 10px;
}
.Fbottom-content {
    max-width: 900px;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
.Fbottom-content::before {
    height: 1px;
    width: 80%;
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #e1e1e100, #dedede7d, #dbdbdb, #d8d8d8, #d5d5d5, #d5d5d5, #d5d5d5, #d5d5d5, #d8d8d8, #dbdbdb, #dedede9c, #e1e1e100);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

span.hamnurger-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: auto;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0;
}
span.hamnurger-menu span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #3e3e3e;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5scubic-bezier(0.77,0.2,0.05,1.0), background 0.5scubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55sease;
}
.home span.hamnurger-menu span {
      background: #ffffff;
}
.Nheader-outer {
    position: relative;
}
footer.website-footerN  .f-logo img {
    max-width: 120px;
    outline-color: #383838;
}
.f-logo {
    text-align: center;
    margin-bottom: 20px;
}


/*** media start **/

@media (max-width:1024px){

    section.Nbanner {
        background-position:center;
        background-attachment:unset !important;
    }
    section.Nbanner::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0 !important;
        opacity: 1 !important;
        background: #00000087 !important;
        filter: unset !important;
        border-radius: 0 !important;
    }
    section.Nbanner .content ul {
        display: block;
        column-count: 2;
        max-width: 690px;
        column-gap: 10px;
    }
    section.Nbanner .content ul li {
        width:100%;
        font-size:16px;
    }
    
    
    }
@media (min-width:992px){
    ul.header-menu-list li a {
        color: #fff !important;
    }
    header li.menu-item a::before {
        background: #fff !important;
    }

}
span.hamnurger-menu span{
    background-color: #fff !important;
}
header li.menu-item a::before {
    background: #fff !important;
}
@media screen and (max-width:991px){
    .home ul.header-menu-list li a {
        color: #3e3e3e;
    }
section.newAcquisition .outer {height: auto;margin-bottom: 60px;padding-bottom: 20px;}
section.newAcquisition {
    padding-bottom: 20px;
}
section.newApproach .outer {
    flex-direction: column;
}
section.newApproach .outer img {
    width: 100%;
}
section.newApproach .outer .content {
    width: 100%;
    padding: 20px;
}
section.newApproach .reverse .outer {
    flex-direction: column;
}
section.new-blog-sec .container, header.Nheader .container {
    max-width: 90%;
}
span.hamnurger-menu {
    display: block;
}
ul.menu.active {
    display: block;
}
ul.menu {
    display: none;
}
ul.header-menu-list {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 300px;
    background: #ffffff;
    width: 100%;
    padding: 20px;
    margin-top: -20px;
    border-radius: 10px;
}
ul.header-menu-list li.menu-item:last-child a {
    margin: 15px 0 0 0;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
}
ul.header-menu-list li a {
    color: #000;
    text-shadow: none;
    padding: 5px 0;
    display: block;
}
span.hamnurger-menu.active span:nth-child(1) {
    transform: rotate(45deg);
}
span.hamnurger-menu.active span:nth-child(2) {
    display: none;
}
span.hamnurger-menu.active span:nth-child(3) {
    transform: rotate(314deg);
    top: 9px;
    left: -3px;
}
}

@media screen and (max-width:768px){
section.Nbanner .content h1 {
    font-size: 40px;
}
section.Nbanner .content ul li {
    width: 100%;
    font-size:16px;
}
section.new-blog-sec .latest-posts {
    flex-direction: column;
}
section.new-blog-sec .latest-post {
    width: 100%;
}
.ngetupdate-outer {flex-direction: column;}

.ngetupdate-outer a {
    display: block;
    margin-top: 20px;
}
section.ngetupdate {
    padding-top: 40px;
    text-align: center;
}
section.Nbanner .content ul {
    column-count:1 !important;
}
}

@media screen and (max-width:500px){
ul.header-menu-list {
    max-width: 100%;
}
ul.header-menu-list {
    margin-top: 10px;
}

/***************************************/

section.Nbanner {
    background-position:center;
    background-attachment:unset !important;
}
section.Nbanner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0 !important;
    opacity: 1 !important;
    background: #00000087 !important;
    filter: unset !important;
    border-radius: 0 !important;
}


}




