@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');



@font-face {
  font-family: visuelt-light;
  src: url(../font/VisueltPro-ExtraLight.ttf);
}

@font-face {
  font-family: visuelt-medium;
  src: url(../font/VisueltPro-Medium.ttf);
}

@font-face {
  font-family: visuelt-black;
  src: url(../font/VisueltPro-Black.ttf);
}

@font-face {
  font-family: visuelt-lightnew;
  src: url(../font/VisueltPro-Light.ttf);
}

@font-face {
  font-family: visuelt-Regular;
  src: url(../font/VisueltPro-Regular.ttf);
}

@font-face {
  font-family: visuelt-Bold;
  src: url(../font/VisueltPro-Bold.ttf);
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
}

body{
   margin: 0px;
   font-family: 'visuelt-medium';
}

p:last-child {
    margin-bottom: 0;
}
P {
   font-family: visuelt-Regular;
}

a {
    text-decoration: none;
}

.post_text_sec ul li {
	/* padding: inherit; */
	margin: inherit;
	list-style: disc;
}

.post_text_sec ol li {
	/* padding: inherit; */
	margin: inherit;
	list-style: disc;
}
.post_text_sec ol li {
	/* padding: inherit; */
	margin: inherit;
	list-style: decimal;
}

.py-60 {
    padding: 60px 0;
}

.title-sec h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: visuelt-Bold;
}

nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fff;

}
.main_header {
    padding: 0 20px;
    margin:0;
}
.main_header [class*="container-"] {
    /* position: relative; */
    max-width: 100%;
    /* height: 70px; */
    line-height: 75px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-logo {
    max-width: 260px;
    height: auto;
}
.logo img {
    max-width: 260px;
}


.main_header .navbar-nav li {
    padding: 0px 15px;
}

.main_header .navbar-nav li > a {

    padding-bottom: 15px !important;

}

.main_header .navbar-nav li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    transition: max-height 0.3s ease-in, max-height 0.1s ease-out;
    border-bottom: 2px solid transparent;
    display: inline;
    font-family: visuelt-medium;
}

.main_header .navbar-nav li a:hover {
    border-bottom: 2px solid #212123;
}

.main_header .fa-bars {
    font-size: 30px !important;
    color: #000;
}

.main_header .navbar-nav li i.fa-solid.fa-triangle-exclamation {
	color: red;
	font-size: 20px;
	margin-right: 7px;
}

/**  maga grid **/



.mega-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}


.mega-box .content {
    gap: 1.4rem;
    background: #ffffff;
    padding: 20px 85px 40px 85px;
    display: flex;
    border-radius: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 3px 6px rgb(0 0 0 / 44%);
    align-content: center;
    flex-direction: row;
}
.mega-box .content .row {
    line-height: 31px;
}
.row.f1 {
    width: 25% !important;
}
.bg-right-box {
    background: #f2f2f2; 
    padding: 0px 10px;
    padding: 24px 24px 32px;
    background: rgb(239, 239, 239);
    border-bottom: none !important;
    margin-top: 0px;
}
.for10 {
    font-family: 'visuelt-lightnew';
    margin-bottom: 0px ;
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
}
.tel10 {
    margin-top: 10px !important;
    font-family: 'Figtree' !important;
    font-size: 18px !important;
    margin-bottom: 10px;
}
.bg-right-box p {
    color: black;
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.5;
}

.content .row header {
    / color: #000; /
    / font-size: 18px; /
    / font-weight: 700; /
    margin-left: -1px;
    / font-family: visuelt-medium; /
    / letter-spacing: 0.5px; /
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Saira Condensed", sans-serif;
    letter-spacing: 0.3px;
	padding-inline:0px;
}


.content .row .mega-links {
    border-left: 2px solid #473effba;
    margin-top: 15px;
}

.row .mega-links li {
    position: relative;
    padding: 2px 12px;
    transition: background 0.5s ease;
}

.row .mega-links li:hover {
    background: rgb(239, 239, 239);
}
.row .mega-links li a {
    padding: 5px 5px !important;
    / font-weight: 600; /
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    opacity: var(--body-font-opacity, 1);
    width: 100%;
    line-height: 19px;
    color: rgb(17, 16, 19);
    / text-transform: uppercase; /
    font-family: 'Figtree';
    border-bottom: none !important;
}
.mega-links {
    padding-left: 0px !important;
}
.row .mega-links li a:hover {
    border: none !important;
    color: #473eff;
}
.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
    margin: 0;
}


/***  banner  ***/


.background-container {
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    padding: 30px 0px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.background-container .heading {
    font-size: 46px;
    line-height: 50px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'visuelt-Bold';
}
.background-container p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: white;
    margin-bottom: 10px;
}

.background-container hr {
    background-color: #fff;
    opacity: 1;
}
/***  articles  sec  ***/

.articles {
    background-color: #F7F8F9;
}
.article_card {
    transition: 0.5s all;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    min-height: 320px;
    
}
.article_card:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.article_card .card-body {
    padding: 30px 30px 10px 30px;
}
.article_card .card-body h5, .article_card .card-body p {
    margin-bottom: 20px;
}

.article_card .card-link [class*="fa-"] {
    font-size: 12px;
}
.article_card .card-footer {
    padding: 15px 30px;
}


/***  cta sec  ***/

.cta-sec {
    padding: 100px 0 60px;
    background-image: url('../images/banner2.webp');
    background-size: auto;
    background-position: center;
    background-size: cover;
}
.cta-sec h1 {
    margin-bottom: 20px;
    letter-spacing: .01em;
    font-size: 42px;
     font-family: visuelt-black;
}
.cta-sec p {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    font-family: visuelt-lightnew;
}

.cta-sec .btn-primary {
    background: #473eff;
    color: #fff;
    font-size: 18px;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
}
.cta-sec .btn-primary:hover {
    border-color: #fff;
    border-width: 2px;
}

/**  blog detail  **/

.blog-inner {
    background-color: #001244;
    min-height: 175px;
}

.post-heading {
    background-color: #001244;
}

/****  footer  ****/


footer {
    background: #f0f0f0;
    padding-block: 20px !important;
}
footer .logo img {
    max-width: 190px;
}
footer p {
    font-family: visuelt-medium;
}

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

.post_text_sec blockquote {
    position: relative;
   padding: 0 10px;
}

.post_text_sec blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 2em;
  margin-left: -0.6em;
  margin-top: -0.4em;
}
/* .post_text_sec blockquote:after {
  position: absolute;
  content: close-quote;
  font-size: 4em;
  bottom: 0;
  right: 0;
  margin-right: -0.6em;
  margin-bottom: -0.8em;
} */
.post_text_sec blockquote p {
  display: inline;
}

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



/* Basic styling for the hamburger icon */
.navbar-toggler .icon-bar {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #333; /* Hamburger line color */
  margin: 6px auto; /* Space between the lines */
  transition: all 0.3s ease-in-out; /* Smooth transition for the animation */
}

/* When the navbar is expanded (collapsed class is removed), transform the hamburger into an 'X' */
.navbar-toggler:not(.collapsed) .top-bar {
  transform: rotate(45deg); /* Rotate the top line */
  position: relative;
  top: 8px; /* Adjust top position */
  z-index: 1; /* Make sure it's on top */
}

.navbar-toggler:not(.collapsed) .middle-bar {
  opacity: 0; /* Hide the middle line */
}

.navbar-toggler:not(.collapsed) .bottom-bar {
  transform: rotate(-45deg); /* Rotate the bottom line */
  position: relative;
  bottom: 8px; /* Adjust bottom position */
  z-index: 1; /* Make sure it's on top */
}