/* font-family: 'Josefin Sans', sans-serif;
font-family: 'Poppins', sans-serif; */

 body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #000000;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FD1826;
}
.font-15
{
	font-size:15px;
}
.font_popins {
  font-family: 'Poppins', sans-serif;
}

.font-josefin {
  font-family: 'Josefin Sans', sans-serif;
}

.small, small {
  font-size:14px;
  line-height: 18px;
}

/* the slides */
.slick-slide {
  margin: 0 10px;

}
/* the parent */
/* .slick-list {
  margin: 0 -10px;
} */

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
}

.text-primary {
  color: #FD1826 !important;
}

a.text-primary:hover {
  color: #000 !important;
}

.fw-bold {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.devider {
  height: 25px;
  background-color: #A6A6A6;
  width: 1px;
  margin: 0 5%;
}


.btn {
  padding: 12px 18px ;
  border: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.btn-primary {
  background-color: #FD1826;
}

.btn-primary:hover {
  background-color: #000;
}

.font-50 {
  font-size: 50px;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

nav.navbar  {
  font-family: 'Josefin Sans', sans-serif
}

.navbar-light .navbar-nav .nav-link{
  color: #000;
}

.navbar-light .navbar-nav .nav-link{
 padding: 8px 16px ;
 border-radius: 4px;
 line-height:24px ;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #FD1826;
}


.accordian-list li{
  margin-bottom: 30px;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}

.accordian-list li a:hover{
 color: #FD1826;
 font-weight: 600;
}

.home-accordian .nav-link.active, .home-accordian .show>.nav-link {
  color: #FD1826;
  background-color:transparent;
}

.home-accordian .nav-link {
  padding:0;
  color: #000;
}

.home-accordian .nav-link:focus, .home-accordian .nav-link:hover {
 color: #FD1826;
}

.home-accordian-content.tab-content>.active {
  display: flex;
}


.bg-dark {
  background-color: #000!important;
}

.footer-title {
  font-size: 48px;
}

footer {
  padding-top: 60px;
}

a.text-secondary:hover {
  color: #FD1826  !important;
}

.footer-menu li {
  padding-bottom: 15px;
}

.footer-menu a {
  color: #fff;
}

.footer-menu a:hover {
  color: #FD1826 ;
}

.border-primary {
  border-color: #FD1826 !important;
}

.pt-40 {
  padding-top: 40px;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.1);
  background: #FD1826;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 100%;
 
}

.navbar-light .navbar-toggler-icon {
 background-image: url(../images/menu-toggle.png);
 background-size: 20px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.showcase .slick-prev:before, .showcase .slick-next:before{ 
  background-size:26px 16px;
  width:26px;
  height: 16px;
  font-size: 0;
}

.showcase .slick-prev:before{
  width:26px;
  height: 16px;
  background: url(../images/arrow-right.png) left top no-repeat;
 
}

.showcase .slick-next:before{
  width:26px;
  height: 16px;
  background: url(../images/arrow-left.png) right top no-repeat;
  transform: rotate(0);
}

.showcase .slick-prev, .showcase .slick-next {
  width: 26px;
  height: 16px;
  z-index: 1;
}

.showcase .slick-prev:before, .showcase .slick-next:before{
  display: block;
  width: 26px;
  height: 16px;
  font-size: 0;   
  background: url(../images/arrow-right.png) left top no-repeat;
  background-size: 100%; 
}

.showcase .slick-prev:before{
  
}



.showcase .slick-next:before{ 
  transform:rotate(180deg);
}

.showcase .slick-prev {
  left:0px;
}

.showcase .slick-next {
  right:0px;
}

.showcase {
  padding-bottom: 22px;
}

.showcase button.slick-arrow {
  top: 99%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase button.slick-prev {
  left:48%
}

.showcase button.slick-next {
  right:48%
}

.border-show-hide div:first-child {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.border-show-hide div:nth-child(2){ 
  border-bottom: 1px solid #ccc;
}

.border-show-hide div:nth-child(3){ 
  border-right: 1px solid #ccc;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.border_bottom {
  margin-bottom: 50px;
}
.border_bottom:before {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -24px;
}


.custom-accordian button.accordion-button{
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid;
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 600;
}

.custom-accordian .accordion-body {
  font-family: 'Josefin Sans', sans-serif;
}

.custom-accordian .accordion-item {
  border: 0;
}

.custom-accordian .accordion-button:not(.collapsed) {
  color:#000;
  background-color:transparent;
  box-shadow:none
}

.custom-accordian .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}


.service-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-rows: 110px;

}
.service-logo { 
  padding: 30px 16px;
  text-align: left;
}


.list li {
  margin-bottom: 10px;
}

.hide-arrow .slider button{
  display: none !important;
}

.custom-tab .nav-link {
  display: block;
  padding: 0.5rem 0rem;
  color:#202124;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  margin: 0 20px;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
}

.custom-tab .nav-link.active, .custom-tab .show>.nav-link {
  color: #FD1826;
  background-color:transparent;
  border-bottom: 1px solid #FD1826;
}


/* Accordian css Start */
#accordionExample .accordion-item{
	background-color: transparent;
	border-bottom: 0px solid #000 !important;  
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10); */
  margin-bottom: 24px;
}

#accordionExample .accordion-item:last-child{
	border-bottom: 0px !important;
}

#accordionExample .accordion-item .accordion-header .accordion-button{
	border-color: #000 !important;
  box-shadow: none;
}

.accordion-button {
    transition: none;
  }

.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #434343 ;
  background-color: #FCFAF2 ;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    width: 20px;
    height: 2px;
    background: #000;
    background-image: url("../images/dash.svg"); 
    background-repeat: no-repeat;
    background-size: 0.8rem;
    right: 15px;
    top: 15px;
}
.accordion-button::after { 
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  transition: transform 0.2s ease-in-out;
  top: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #FCFAF2 ;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(67, 67, 67, 0.125);
  border-width: 0px;
  
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-control { 
  padding: 10px 0; 
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius:5px;
  border: 0px;
  color: #444;
  cursor: pointer;
  background-color: #F2F2F2;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.mt-5 {
  margin-top:80px ;
}

.mb-4 {
  margin-bottom: 40px;
}




@media (min-width: 1400px){
  .image-full-width {
    height: 100vh!important;
  }
  .font-16
  {
	font-size:16px;  
  }

  
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
}

h1,.h1 {
  font-weight: 700;
  font-size: 64px;
}

h2,.h2 {
  font-weight: 600;
  font-size: 40px;
  color: #202124;
}

h3,.h3 {
  font-weight: 500;
  font-size: 32px;
}

.h4, h4 {
  font-size:20px;
  font-weight: 600;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
  line-height: 32px;
}

.font-32 {
  font-size: 30px;
}

.font-55 {
  font-size: 55px;
}

.subTitle {
  font-size: 24px;
}

.mt-md-0 {
  margin-top: 0;
}

}


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

  .service-container {
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-auto-rows: 100px;
  
  }
  .service-logo { 
    padding: 30px 16px;
    text-align: center;
  }

  .mt-5 {
    margin-top: 2rem;
}

  
  
}


@media only screen and (max-width:991px) {
  .accordian-list li {  
    padding-left: 10px;
}
.footer-title {
  font-size: 24px;
  font-weight: 700;
}

.footer-title br{
  display: none;

}

.mt-24 {
  margin-top: 24px;
}

h2,.h2 {
  font-size: 20px !important;
  font-weight: 700;
}


.font-20 {
  font-size: 16px;
}


body {
  font-size: 14px;
}

.mt-40 {
  margin-top: 40px;
}

.devider {
  display: none;
}

.experience div{
  margin-top: 25px;
}

.font-50 {
  font-size: 32px;
} 

.partners img
{
	width: 40%;
	padding: 0 14px;
}
.partners
{
	display: inline-block !important;	
}

.partners img {
  margin-top: 50px;
}

.partners img:first-child {
  margin-top: 0;
}
.partners {
  margin-bottom: 60px;
}

.custom-accordian button.accordion-button {
   font-size:14px;
}   

.h1, h1 {
  font-size:40px;
  font-weight: 700;
}  
}

@media only screen and (max-width:767px) {
  .border-show-hide div:first-child {
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  
  .border-show-hide div:nth-child(2){ 
    border-bottom: 1px solid #ccc;
  }
  
  .border-show-hide div:nth-child(3){ 
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  body #wptime-plugin-preloader
  {
	background-size:30% !important;
  }
  .home-video-section .mt-24
  { 
  	margin-top:0 !important;
  }
  .award-home-section .btn-primary
  {
	   margin-top: 10px;  
  }
  .experience div
  {
	 margin-top:0;  
  }
  .home-service-section .nav-pills
  {
	display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto; 
  }
  .home-service-section .nav-pills li
  {
	flex: 0 0 38%;
    max-width: 38%;  
  }
  .sticky-contact-us
  {
	 left: -35px !important;	
  }
  .sticky-contact-us a
  {
		padding: 10px 10px;
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;  
  }
  .sticky-contact-us
  {
	 display:none !important;  
  }
  .team-section .card
  {
	margin:15px 0 !important;  
  }
  .home-accordian .nav-link
  {
    font-size: 18px;
    font-weight: 600;  
  }
}



/* Hide the last devider span */
.experience  span:last-child  {
  display: none;
}

/* Style the top-level menu items */
#menu-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-header-menu li {
    display: inline-block; /* Display items horizontally */
    margin-right: 20px; /* Add spacing between items */
}

#menu-header-menu a {
    text-decoration: none;
    color: #333; /* Change link color */
}

/* Style the sub-menu */
#menu-header-menu ul.sub-menu {
    display: none; /* Hide sub-menu by default */
    position: absolute; /* Position absolutely to the parent */
    background-color: #fff; /* Background color for the sub-menu */
    box-shadow: 0 0 6px 0 #d3d3d3; /* Add shadow */
    z-index: 1; /* Ensure the sub-menu appears above other content */
}

#menu-header-menu ul.sub-menu li {
    display: block; /* Display sub-menu items as blocks */
    padding: 0;
}

#menu-header-menu ul.sub-menu a {
    display: block; /* Display sub-menu links as blocks */
    padding: 10px; /* Add padding to sub-menu items */
    color: #333; /* Change sub-menu link color */
    text-decoration: none;
}

/* Show sub-menu on hover */
#menu-header-menu li:hover ul.sub-menu {
    display: block;
}

/* Style sub-menu items on hover */
#menu-header-menu li:hover ul.sub-menu li:hover a {
    background-color: #f0f0f0; /* Background color for sub-menu items on hover */
    color: #333; /* Text color on hover */
}
#menu-header-menu li
{
  margin-right: 0;
}
#menu-header-menu li a
{
  padding: 10px 20px;
  border-radius: 4px;
}
#menu-header-menu li ul.sub-menu
{
  padding-left: 0;
}
#menu-header-menu li a:hover {
    color: #fff;
    background: #FD1826;
}
/* Add down arrow icon to parent menu items */
#menu-header-menu li.menu-item-has-children > a::after {
    content: "\f107"; /* Unicode character for down arrow (you may need to adjust this) */
    font-family: FontAwesome; /* Use an icon font like FontAwesome */
    margin-left: 5px; /* Adjust spacing as needed */
}
.wpforms-submit
{
  background-color: #FD1826 !important;
}
.site-header .sticky-head
{
  animation: smoothScroll 1s forwards;
  top:0;
  position:fixed;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 #d3d3d3;
}
.sticky-contact-us
{
	position: fixed;
    display: inline-block;
    top: 50%;
    transform: rotate(-90deg);
    left: -49px;
}
}
.sticky-contact-us a
{
	cursor:pointer;
}
.mob-menu-header-holder
{
	box-shadow:0 0 6px 0 #cfcfcf;	
}
.mobmenul-container
{
	top:0 !important;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0px)
    }
}

.team-section .slick-prev:before, .team-section .slick-next:before{ 
  background-size:26px 16px;
  width:26px;
  height: 16px;
  font-size: 0;
}

.team-section .slick-prev:before{
  width:26px;
  height: 16px;
  background: url(../images/arrow-right.png) left top no-repeat;
 
}

.team-section .slick-next:before{
  width:26px;
  height: 16px;
  background: url(../images/arrow-left.png) right top no-repeat;
  transform: rotate(0);
}

.team-section .slick-prev, .team-section .slick-next {
  width: 26px;
  height: 16px;
  z-index: 1;
}

.team-section .slick-prev:before, .team-section .slick-next:before{
  display: block;
  width: 26px;
  height: 16px;
  font-size: 0;   
  background: url(../images/arrow-right.png) left top no-repeat;
  background-size: 100%; 
}
.team-section .slick-next:before{ 
  transform:rotate(180deg);
}
.team-section .card
{
	margin:15px 65px;
}
#wptime-plugin-preloader
{
	background-size:10% !important;
}
div.wpforms-container-full
{
	margin-top:0 !important;
}
.video-contrainer { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

.video-contrainer iframe,
.video-container object,
.video-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.home-accordian .nav-link br
{
	display:none;
}