/*
Theme Name: Xntrova Website
Theme URI: https://Xntrova.com/
Description: Custom theme converted from static HTML.
Version: 1.0
*/
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: Poppins;
	scroll-behavior: smooth;
}

/* Desktop Typography Starts */

h1 {
  font-size: 48px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0px;
}
h2 {
  font-size: 42px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0px;
}
h3 {
  font-size: 36px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0px;
}
h4 {
  font-size: 32px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0px;
}
h5 {
  font-size: 24px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0px;
}
h6 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0px;
}
p {
  font-size: 24px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.2;
  color: #575757;
  margin: 0px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #0075a2;
}
/* Desktop Typography Ends */

/* Container setup starts */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

/* Container setup Ends  */
.project-contact-coltwo {
    background-color: #0075a22b;
    padding: 20px;
    border-radius: 8px;
}
@media (max-width: 767px) {
  /* Mobile Typography Starts */
  h1 {
    font-size: 48px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0px;
  }
  h2 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0px;
  }
  h3 {
    font-size: 26px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0px;
  }
  h4 {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px;
    color: #000000;
  }
  h5 {
    font-size: 24px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0px;
  }
  h6 {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0px;
  }
  p {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.2;
    color: #575757;
    margin: 0px;
  }
  /* Mobile Typography Ends */
}

/* footer section starts here  */
.footer {
  background-color: #001720;
  padding-top: 100px;
}
.footer-inner > section h5 {
    margin-bottom: 15px;
}

.footer-inner ul li {
    margin-bottom: 10px;
}

.footer-inner ul li svg {
    margin-right: 10px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-bottom {
  background-color: #000c10;
  margin-top: 50px;
  padding: 20px 0;
}
.footer-bottom p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.footer-inner h3,
.footer-inner h5,
.footer-inner li,
.footer-inner a,
.footer-inner p {
  color: #fff;
}
.footer-inner ul {
  list-style: none;
  padding: 0px;
}
.footer-inner ul li a {
  text-decoration: none;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
ul.social_media_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
section.f-menu1 ul li,
section.f-menu2 ul li {
  margin-bottom: 8px;
  font-size: 16px;
}
.footer-inner > section {
  flex: 0 0 23%;
}
section.f-about p {
  font-size: 16px;
  margin: 12px 0px 36px;
  line-height: normal;
}
@media (max-width: 991px) {
  .footer-inner > section {
    flex: 1 0 45%;
  }
  .footer-inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-top: 60px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
}
/* footer section ends here  */

/* header section starts here  */

.header ul.nav-wrap {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px 0px;
}
header.header {
  background-color: #001720;
  position: relative;
}
.header ul.nav-wrap li.nav-item {
  color: #fff;
  font-size: 16px;
  padding: 20px 20px 44px;
  transition: all 0.3s ease-in-out;
}
.header ul.nav-wrap li.nav-item i {
  transition: all 0.3s ease-in-out;
}
li.nav-item.has-children:hover i {
  transform: rotate(180deg);
}
.header-cta a {
  color: #000000;
  display: inline-block;
  background-color: #faae39;
  padding: 16px 24px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
}
.megamenu_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul.nav-wrap li.nav-item > a {
  color: #fff;
  text-decoration: none;
}
.header_logo,
.header-cta {
  margin-bottom: 24px;
}
.mega_menu_wrap {
  background-color: #fff;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 12px;
  padding: 40px;
  width: 900px;
  overflow: auto;
  top: 180px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.svg {
  position: relative;
  left: -40px;
  top: 0;
  background: #fff;
}
.trusted-companies-box,
.client-says-col {
    margin-right: 20px;
}
.clients,
.testinomials,
.keyword {
    width: 100%;
}

.svg svg {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50% 0px;
  padding: 5px;
}
.header ul.nav-wrap li.nav-item:hover .mega_menu_wrap {
  top: 100%;
  opacity: 1;
  z-index: 9999;
}
.mg_menuitem ul {
  padding: 0px;
  margin-top: 20px;
}
.mg_menuitem ul li a {
  padding: 10px 20px 10px 0px;
  display: flex;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  align-items: center;
  gap: 15px;
}
.mg_menuitem ul li a:hover {
  color: #001720;
}
.mg_menuitem ul li a img {
  width: 50px;
	height:50px;
	object-fit:cover;
}
.mg_menuitem ul li {
  border-bottom: 1px dotted #000;
}
.mg_menuitem3.mg_menuitem ul li a {
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.mg_menuitem3.mg_menuitem ul li a:hover {
  transform: scale(1.2);
}
@media (min-width: 1024px) {
  .mb_nav {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  nav.header-nav {
    display: none;
  }
  .hamburgermenu {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .mb_nav {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #000;
    z-index: 9999;
    display: none;
    left: 0px;
  }
  .mb_nav a {
    text-decoration: none;
    color: #fff;
  }
  .mb_nav ul {
    padding: 0px;
    list-style: none;
  }
  li.mb-nav-item a {
    padding: 10px;
    display: inline-block;
  }
  li.mb-nav-item.has-children ul > li a {
    color: #fff;
    text-decoration: none;
  }
  .hamburgermenu div {
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  .bodytoggle {
    overflow: hidden;
  }
  .header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hamburgermenu:hover div {
    background-color: #0075a2;
  }
  .header.active .hamburgermenu div:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .header.active .hamburgermenu div:nth-child(2) {
    opacity: 0;
  }
  .header.active .hamburgermenu div:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  ul.children_wrap {
    padding: 0 15px 15px;
    display: none;
  }
  ul.children_wrap li {
    padding: 10px 0 0;
  }
  .click {
    color: #fff;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 10px;
  }
}
@media (max-width: 576px) {
  .header_logo {
    max-width: 180px;
  }
  .header_logo img {
    width: 100%;
  }
  .header-cta a {
    padding: 10px 10px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (max-width: 376px) {
  .header_logo {
    max-width: 140px;
  }
}
/* header section ends here  */

/* About Us Section  start  */
.about_section {
  padding: 70px 0px;
  position: relative;
  background: radial-gradient(circle at 125% 140%, #cbf0ff 0%, rgb(0 0 0) 60%);
}
.about_top h2 {
  border-bottom: 7px solid #d0d5dd;
}
.about_top {
  margin-bottom: 60px;
}
.aobut_inner {
  padding: 32px;
  background-color: #fff;
  border-radius: 8px;
}
.about_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 15px;
}
.about_content h5 {
  flex: 0 0 35%;
}
@media (max-width: 767px) {
  .about_content {
    flex-wrap: wrap;
  }
  .about_content h5 {
    flex: 1 0 35%;
  }
}
@media (max-width: 467px) {
  .about_top {
    margin-bottom: 30px;
  }
  .aobut_inner {
    padding: 32px 16px;
  }
  .about_top h2 {
    border-bottom: 4px solid #d0d5dd;
  }
}
/* About Us Section  End  */

/* About us commitement starts here  */

.about_section.our-commitment {
  background: #fff;
}
.about_section.our-commitment .aobut_inner {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
/* About us commitement ends here  */

/*  employee slider style starts here */

.slider {
  width: 100%;
}
.slider img {
  width: 100%;
  border-radius: 10px;
}
.employee_slide {
  margin-right: 24px;
}
.employee_name {
  text-align: center;
  margin-top: 24px;
}
.team_slider_wrapper {
  padding: 70px 0px 20px;
}
.our_team {
  background-color: #001720;
}
.employee_name h3 {
  font-weight: 600;
  color: #fff;
}
.top_content h2 {
  color: #fff;
}
.top_content {
  padding-top: 36px;
  text-align: center;
}
.our_team .slick-dots li.slick-active button:before {
  opacity: 0.85 !important;
  color: #b7e4f6 !important;
}
.our_team .slick-dotted.slick-slider {
  padding-bottom: 70px;
}
.our_team .slick-dots li button:before {
  color: #002f41 !important;
  font-size: 18px !important;
}
@media (max-width: 575px) {
  .employee_slide {
    margin-right: 24px;
    margin-left: 24px;
  }
}
/*  employee slider style ends here */

/* Contact ection Start  */

.contact_section .top_content h2 {
  color: #000;
  margin-bottom: 12px;
}

.contact_section .top_content h2 {
  color: #000;
  margin-bottom: 12px;
}

.contact_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  gap: 20px;
}
.contact-details {
  background-color: #000c10;
  padding: 80px 36px;
  border-radius: 8px;
}
.contact_section .contact-details h3 {
  color: #fff;
}
.contact_section .contact-details ul {
  padding: 0px;
  list-style: none;
}
.contact_section .contact-details ul li,
.contact_section .contact-details ul li a {
  color: #fff;
  text-decoration: none;
}
.contact_section .contact-details ul li {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.address_info {
  margin-top: 36px;
}
.contact_section {
  padding: 80px 0px 100px;
}
.map {
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 48%;
}

@media (max-width: 991px) {
  .contact_bottom {
    flex-wrap: wrap;
  }
  .contact-details {
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 36px;
  }
  .map {
    flex: 1 0 100%;
  }
  .map iframe {
    width: 100%;
    height: 400px;
  }
  .address_info {
    margin-top: 0px;
  }
  .contact-logo {
    width: 240px;
  }
  .contact-logo img {
    width: 100%;
  }
}
@media (max-width: 676px) {
  .contact-details {
    flex-wrap: wrap;
  }
  .contact_section {
    padding: 40px 0px 60px;
  }
  .address_info {
    margin-top: 36px;
  }
}
@media (max-width: 376px) {
  .contact-details {
    padding: 40px 20px;
  }
}
/* Contact section Ends */

/* Contact us page  starts here */

.contact_page_section .top_content {
  margin-bottom: 48px;
}
.contact_page_section .top_content h2 {
  color: #000;
  margin-bottom: 12px;
}
.contactus-page .contact_section .top_content {
  padding-top: 0px;
}
.fluid-container_banner img {
  width: 100%;
}
.contactus-page .services_at ul {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 45px;
}
.contactus-page .services_at ul li {
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 28%;
}
.contactus-page .services_at h3 {
  text-align: center;
}
.contactus-page .map iframe {
  width: 100%;
}
.contactus-page .map {
  margin-top: 50px;
}
.contactus-page .contact_section {
  background-image: url("images/services-location-bg.png");
  padding-bottom: 0px;
  background-size: cover;
}
.contactus-page .location_map {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .contactus-page .contact_bottom {
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contactus-page .services_at ul li {
    padding: 20px 20px;
    flex: 1 0 31%;
  }
}
@media (max-width: 476px) {
  .contactus-page .services_at ul li {
    flex: 1 0 51%;
  }
}
/* Contact us page  ends here */

/* Services page starts here  */

.services-page .service_card {
  padding: 100px 0px;
}
.services-page .inner-service-wrapper .newservice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services-page .inner-service-wrapper .newservice:nth-child(2n) {
  flex-direction: row-reverse;
}
.services-page .inner-service-wrapper .newservice h3 {
  margin-bottom: 16px;
}
.services-page .inner-service-wrapper .newservice p {
  line-height: normal;
  margin-bottom: 30px;
}
.services-page .inner-service-wrapper .newservice a {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: #0075a2;
  font-size: 24px;
  font-weight: 500;
  align-items: center;
}
.services-page .newservice a img {
  width: 40px;
  height: 40px;
}
.services-page .newservice .left {
  flex: 0 0 50%;
}
.services-page .newservice:not(:last-child) {
  margin-bottom: 100px;
}
.services-page .newservice .right {
  flex: 0 0 45%;
}
.services-page .right img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .services-page .newservice {
    flex-wrap: wrap;
    gap: 30px;
  }
  .services-page .newservice .left {
    flex: 1 0 51%;
  }
  .services-page .newservice .right {
    flex: 1 0 50%;
  }
  .services-page .service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services-page .service_img {
    height: 500px;
  }
}
/* services page ends here */


.blog_page_wrapper {
    padding: 100px 0px;
}

.blog_page_wrapper .blog_post {
    flex: 0 0 30%;
    background-color: #d4e8ef;
    padding: 20px;
    border-radius: 8px;
}

.blog_page_wrapper .blog_post .img img {
    width: 100%;
    height: auto;
}
.blog_page_wrapper h3.blog_title {
    font-size: 24px;
    line-height: normal;
}
.blog_page_wrapper h3.blog_title a {
    color: #000;
}

.blog_page_wrapper .description {
    margin-top: 24px;
}
.blog_page_wrapper .blog_data {
    margin-top: 32px;
}
span.single-tag {
    padding: 8px;
    background-color: #FEF7EB;
    border-radius: 8px;
}
span.single-tag a {
    color: #000;
}
.tags-wrap {
    margin-bottom: 20px;
}
.blog_page_wrapper .blog_page_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.blog_page_wrapper span.post-tags {
    display: flex;
    gap: 12px;
}



/*Blog detail page design */


.blog--detail-section h1{
    font-size:24px ;
}
section.blog--detail-section {
    margin-top: 60px;
}
section.blog--detail-section .banner-img img {
    width: 100%;
    border-radius: 8px;
    height: auto;
}
.blog_timeline {
    display: flex;
    gap: 5px;
    font-size: 20px;
    margin: 20px 0px 40px;
}
.post-section > .related-post h3 {
    font-size: 16px;
}
.blog--detail-section .post-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.blog--detail-section .post-card {
    display: flex;
    margin-bottom: 32px;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.blog--detail-section .post-img {
    flex: 0 0 40%;
}
.blog--detail-section .post-img img {
    width: 100%;
    height: auto;
}
.blog--detail-section .post-details {
    flex: 0 0 65%;
}
.blog--detail-section section.related-post {
    flex: 0 0 30%;
    position: sticky;
    top: 30px;
    align-self: flex-start;
    height: fit-content;
}
.blog--detail-section .post-desc {
    padding: 14px;
}
section.blog--detail-section h2 {
    font-size: 32px;
    border-left: 4px solid #FAAE39;
    line-height: 1;
    padding-left: 5px;
    border-radius: 4px;
}
section.blog--detail-section .top-section {
    margin-bottom: 32px;
}

.pagination-wrap {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.page-numbers {
    padding: 6px 11px;
    border: 1px solid #0075a2;
    line-height: 1;
    margin-right: 6px;
    color: #0075a2;
    transition: all 0.3s ease-in-out;
}
span.page-numbers.current {
    background-color: #0075a2;
    color: #fff;
}
.page-numbers:hover {
    background-color: #0075a2;
    color: #fff;
}
.post-details-description.toc-wrap {
    margin-top: 48px;
}
.post-details-description.toc-wrap p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
}
.post-details-description.toc-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.post-details-description.toc-wrap ol span {
    font-size: 24px;
}
.post-details-description.toc-wrap ol li:before {
    font-size: 24px;
}
.post-details-description.toc-wrap ol li::marker {
    font-size: 24px;
}
section.blog--detail-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media(max-width:1040px){
    .blog--detail-section .post-section .post-details {
    flex: 1 0 100%;
}
	.blog--detail-section section.related-post {
    flex: 0 0 30%;
    position: unset;
    top: unset;
    align-self: flex-start;
    height: unset;
}
.blog--detail-section .post-desc {
    padding: 10px 0px 0px;
}
.blog--detail-section .post-card {
    padding: 20px;
    flex-direction: column;
    flex: 0 0 30%;
    margin: 20px;
}
.blog--detail-section .post-section {
    flex-wrap: wrap;
}
.blog--detail-section  section.related-post {
    flex: 1 0 100%;
    width: 100%;
}
.card-wrap {
    display: flex;
    justify-content: space-between;
}
.blog--detail-section .post-section .inner-wrap{
    width: 100%;
}
}


@media(max-width:991px){
    .blog_page_wrapper .blog_post {
    flex: 0 0 46%;
}
}
@media(max-width:676px){
    .blog_page_wrapper .blog_post {
    flex: 1 0 100%;
}
}





/* New banner  start */

.main-banner{
	padding:60px 0px;
	position:relative;
	background-size:50%;
}

.main-banner .container {
    z-index: 999;
    position: relative;
}
.mb-inner {
    display: flex;
}
.mb-inner .inner-left {
    flex: 0 0  65%;
}
.mb-inner .inner-left h1, .mb-inner .inner-left p {
    margin-bottom: 25px !important;
    color: #fff;
}
.main-banner > img {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0px;
}
@media(min-width:991px){
	.mobile{
		display:none;
	}
}
@media(max-width:1320px){
	.main-banner{
		background-size:60%;
	}
}
@media(max-width:1180px){
	.main-banner{
		background-size:72%;
	}
}
@media(max-width:991px){
	.main-banner > img {
    width: 100%;
}
		.mb-inner .inner-left {
    flex: 0 0  90%;
}
	.main-banner{
		background-image:none !important;
	}
	.mobile-hidden{
		display:none;
	}
	.mobile {
    display: block;
    z-index: 999;
    position: relative;
    text-align: center;
}
	.curve-img img {
    clip-path: polygon(0% 0%, 75% 0, 100% 48%, 75% 100%, 0% 100%);
    width: 100%;
    margin-bottom: 30px;
}
}
@media(max-width:767px){
	.mb-inner .inner-left h1 {
    margin-bottom: 15px !important;
    font-size: 40px;
    line-height: 1;
}
	.mb-inner .inner-left p{
		margin-bottom: 20px !important;
	}
}
@media(max-width:476px){
	.main-banner {
    padding: 30px 0px;
}
}
/* New banner  end */

.post-details-description.toc-wrap ol {

    padding: 0px;
}

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