h1, h2, h3, h4, h5, h6 {
    color: black;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    /*position: relative;*/
    width: 100%;
    /*background: rgb(0, 0, 0);*/
    z-index: 99;
}

/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
    /* padding: 12px 0px 15px 0px; */
    /* background: rgba(0, 0, 0, 0.57); */
}
.left_info ul li {
    display: inline-block;
    margin-right: 30px;
}

.left_info a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.left_info i.fa {
    font-size: 19px;
    color: #fff;
    padding-right: 10px;
}

.right_info p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !IMPORTANT;
}
.header-main {
    padding: 21px 0;
    border-top: 1px solid #ffffff;;
}
/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
    float: right;
    margin-top: 13px;
}
.logo{
    position:relative;
    z-index:123;
    padding:10px;
    font:18px verdana;
    color:#6DDB07;
    float:left;
}
.logo img {
    /* max-width: 170px; */
    max-width: 261px;
}

@media (max-width: 767px) {
    .logo img {
        max-width: 221px;
        margin-right: 131px;
    }
}

.logo a{color:#6DDB07;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {
    padding: 9px 17px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: black;
    font-family: 'Overlock', sans-serif;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background: #f82249!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:991px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
    float: left;
}
#cssmenu ul li:hover{
    background: transparent !important;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{
    width:55px;
    height:46px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    z-index: 12399994;
        /*display: none;*/
}
.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

img{
    width: 100%;
}
div#slider-home .carousel-item::before {
    background: #0000005c;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
}

#slider-home p {
    font-size: 52px;
    /*margin-bottom: 416px;*/
        margin-bottom: 392px; 
     background-color: #80808054;
    font-family: 'Overlock', sans-serif;
     color: rgb(245, 244, 244);
     /* font-weight: 600; */
}
@media (max-width: 767px) {
    #slider-home p {
        font-size: 14px;
        margin-bottom: 51px;
        background-color: #80808054;
       font-family: 'Overlock', sans-serif;
        color: rgb(255 255 255);
    }
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#slider-home .btn:hover{    
    background: #ffffff;
    color: #f82249;
}

.carousel-control-prev {
    left: 5%; /* Adjust this value as needed */
}



/*About us css*/

.container p{
    font-size: 30px;
    font-family: 'Overlock', sans-serif;
}
@media (max-width: 767px) {
    .container p{
        font-size: 17px;
        font-family: 'Overlock', sans-serif;
    }
}

.box-wrapper {
    display: flex;
    justify-content: center;
}

.shadow-right {
    width: 300px; /* Adjust as needed */
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.title {
    margin-bottom: 20px; /* Add margin between title and content */
}

.shadow-right h3 {
    margin: 0; /* Remove default margin */
}

 @media (max-width: 767px) {
        .carousel-control-prev,
        .carousel-control-next {
            display: none!important;
        }
    }
/*== demo styles ==*/
body {
    overflow-y: auto; 
     font-family: 'Overlock', sans-serif;
    font-weight: 100;
    /*letter-spacing: 2px;*/
  }
 /* css for after scroll */ 
  html, body {
      overflow-x: hidden!important;
  }
  
  .box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .box-wrapper > div {
    margin: 44px;  /*20px*/
    border: 1px solid #ccc;
    /* color: #999; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1 0 21%;
    line-height: 1.2em;
    height: 200px;
    background-color: white;
    font-family: 'Overlock', sans-serif;
}
@media (max-width: 767px) {
    .box-wrapper > div {
        height: 266px; 
        text-align: left;
    }
}

  
  /*== box-shadow styles ==*/
  
  /*== outer box-shadow styles ==*/
  
  .shadow-top {
    box-shadow: 0 -5px 5px -5px #333;
  }
  
  .shadow-right {
    box-shadow: 5px 0 5px -5px #333;
  }
  
  .shadow-bottom {
    box-shadow: 0 5px 5px -5px #333;
  }
  
  .shadow-left {
    box-shadow: -5px 0 5px -5px #333;
  }



  /*Key Feature home page */
  
/* html, body {
    height: 100%;
    background-color: #F5F9FC;  
    font-family: 'Open Sans', sans-serif;
  } */
  /* .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  
  img.logo {
    /* width: 300px; */
    height: 73px;
 }
 /*.content p{*/
 /* font-size: 12px;*/
 /* text-align: left;;*/
 /* font-family: 'Overlock', sans-serif;*/
 /*}*/
  .card {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 22em;
    max-width: 80%;
    padding: 2em 0;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(#202024, .12);
    transition: all .35s ease;
    
    &::before, &::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      background: #000;
      height: 4px;
    }
    
    &::before {
      width: 0;
      opacity: 0;
      transition: opacity 0 ease, width 0 ease;
      transition-delay: .5s;
    }
    
    &::after {
      width: 100%;
      background: white;
      transition: width .5s ease;
    }
    
    .content {
      width: 18em;
      max-width: 80%;
    }

    
    .logo {
      margin: 0 0 1em;
      width: 10.625em;
      transition: all .35s ease;
    }
    
    h6 {
      color: #999;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      letter-spacing: 2px;
    }
    
    .hover_content {
      overflow: hidden;
      max-height: 0;
      transform: translateY(1em);
      transition: all .55s ease;
      
      p {
        margin: 1.5em 0 0;
        color: black;
        line-height: 1.2em;
        margin-left: 22px;
       /* text-align: center; */
        text-align: left;
        font-family: 'Overlock', sans-serif;
        display: inline-block;
      }
    }
    
    &:hover {
      width: 24em;
      box-shadow: 0 10px 20px 0 rgba(#202024, .12);
      
      &::before {
        width: 100%;
        opacity: 1;
        transition: opacity .5s ease, width .5s ease;
        transition-delay: 0;
      }
      
      &::after {
        width: 0;
        opacity: 0;
        transition: width 0 ease;
      }
      
      .logo {
        margin-bottom: .5em;
      }
      
      .hover_content {
        max-height: 10em;
        transform: none;
      }
    }
  }




  /* key feature new card*/
  .our_offerings .service-each {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
    transition: 0.3s ease;
    text-align: center; /* Center the content */
}

.our_offerings .service-each .service-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.our_offerings .service-each .service-box img {
  max-width: 80px; /* Adjust size as needed */
  margin-top: -15px;
}

.our_offerings .service-each .service-content {
  padding: 20px; /* Adjust spacing as needed */
}
.our_offerings .service-each .service-content h3 {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px; /* Adjust spacing as needed */
}

.our_offerings .service-each:hover {
    transform: translateY(-5%);
    box-shadow: 0 35px 40px rgba(0,0,0,0.4);
    cursor: pointer;
}

.our_offerings .service-each .service-box::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 14%;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.5); */
    transition: 0.3s ease;
    opacity: 0;
}

.our_offerings .service-each:hover .service-box::before {
    opacity: 1;
    height: 100%;
    top: 0;
}

.our_offerings .service-each .service-content h3 {
    color: #111010de;
     font-family: 'Overlock', sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    margin: auto;
    padding: 0;
    display: block;
    line-height: 1.4;
    /* text-shadow: 0 1px 15px rgba(0,0,0,1); */
    /*text-shadow: 0 1px 15px rgb(8 8 8 / 72%);                                          */
    transition: 0.3s ease;
    bottom: 36px;
    margin-left: -16px;

}

.our_offerings .service-each:hover .service-content h3 {
    text-shadow: 0 1px 15px rgba(0,0,0,1);
    transform: translate(0, 0);
    top: 60px;
    display: none;
}

.our_offerings .service-each .service-content p {
    color: white;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    top: 200px;
    left: 0;
    margin: auto;
    /* text-align: center; */
    display: block;
    line-height: 1.1;
    padding: 0px 10px;
    transform: translate(0, 300px);
    transition: 0.3s ease;
    font-family: 'Overlock', sans-serif;
    margin-top: -60px;
    text-align: center;
}

.our_offerings .service-each:hover .service-content p {
    transform: translate(0, 0);
    top: 50px;
}

.our_offerings .service-each:hover .service-content .read_more_about_services {
    display: block !important;
    text-align: center;
    margin: 40px auto !important;
    width: 130px;
    font-size: 14px;
    background: #282C2D !important;
    text-transform: uppercase;
    padding: 2px 5px;
}


/* Mobile responsive Css key  */
@media only screen and (max-width: 768px) {
  .our_offerings .service-each .service-content p {
      /* Adjust styles for <p> tags on mobile devices */
      top: 38px;
      transform: translate(0, 0);
      font-family: 'Overlock', sans-serif;
      text-align: start;
      padding: 48px 13px 16px 18px;
  }

  .our_offerings .service-each .service-content h3 {
      /*bottom: 119px;*/
    
       bottom: initial; /* Reset the 'bottom' property */
        top: initial; /* Reset the 'top' property */
        /*margin-left: initial;*/
  }
  
  .our_offerings .service-each .service-box img {
  max-width: 80px;
  margin-top: -32px;
  }
      /* Ensure the hover effect doesn't hide the content on mobile */
    .our_offerings .service-each:hover .service-content h3 {
        display: block !important; /* Ensure the <h3> is visible on hover */
        text-shadow: initial; /* Reset text-shadow property */
        transform: initial; /* Reset the transform property */
        top: initial; /* Reset the 'top' property */
    }
 
}
/*End*/

/*process css*/
@media (max-width: 767px) {
  img.Process {
    /* width: 100%; */
    max-width: 100%;
}}
/*End*/ 


/* Team css Start*/
body {
	background-color: #f4f4f4;
}

.box {
	border-radius: 150px;
	/*background:#dbdad430;*/
	position:relative;
	overflow: hidden;
	text-align:center;
}

/* @media (max-width: 767px) {
    .box {
        border-radius: 13px;
        background: #dbdad430;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
} */

.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 150px;
    /*box-shadow: inset 0 0 25px rgba(0,0,0,0.30);*/
    transition: all 0.3s ease;
    /*background-image: linear-gradient(to right, #d1283642 0%, #ec1d3017 100%);*/
}
.box:hover:before {
    width: 100%;
}
.box:hover .image-wrapper {
	padding:0;
}
.box:hover .box-desc {
	color:#fff;
}
.box:hover .social li a {
	background:#fff;
	background-image: none;
	color:#000;
}
.box:hover .social li a:hover {
	background:#1d1d1d;
	color:#fff;
}
/*.image-wrapper {*/
/*    position: relative;*/
/*	max-width: 210px;*/
/*    max-height: 210px;*/
/*	margin:0 auto;*/
/*    overflow: hidden;*/
/*    border-radius: 50%;*/
/*    padding: 15px;*/
/*    transition: all 0.5s ease;*/
/*    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);*/
/*}*/
.image-wrapper {
    position: relative;
    max-width: 210px;
    max-height: 210px;
    margin: 0 auto;
    overflow: hidden;
    /* border-radius: 50%; */
    /* padding: 15px; */
    /* transition: all 0.5s ease; */
    /* box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20); */
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.box-desc {
	position:relative;
}
ul.social {
	padding:0;
}
ul.social li {
	display:inline-block;
	list-style-type:none;
}


/* End Team CSS */


/*Footer Css*/
h1,
h2,
h3,
h4,
h5,
h6 {}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}

/*@media (max-width: 767px) {*/
/*    img {*/
/*        max-width: 55%;*/
/*}}*/


@media (max-width: 767px) {
    li {
        font-size: 11px;
        font-family: 'Overlock', sans-serif;
    }
}
.footer-section {
background-color: white; 
position: relative;
overflow: hidden;
z-index: 9;
}

.footer-section:before {
content: '';
position: absolute;
top: -146%;
left: -18%;
width: 44%;
height: 257%;
transform: rotate(54deg);
/*background-color: rgb(31, 47, 64);*/
background-color: white; 
-webkit-transform: rotate(54deg);
-moz-transform: rotate(54deg);
-ms-transform: rotate(54deg);
-o-transform: rotate(54deg);
z-index: -10;
}
.footer-section:after {
position: absolute;
content: '';
  background-color: white; 
top: -24%;
right: 4%;
width: 26%;
height: 264%;
transform: rotate(44deg);
-webkit-transform: rotate(44deg);
-moz-transform: rotate(44deg);
-ms-transform: rotate(44deg);
-o-transform: rotate(44deg);
z-index: -10;
}
.footer-top {
padding-top: 26px;
/* padding-bottom: 50px; */
}
.footer-top p,
.company-footer-contact-list li {
color: black;
font-family: 'Overlock', sans-serif;
}
.company-footer-contact-list {
margin-top: 10px;
}
.company-footer-contact-list li {
display: flex;
display: -webkit-flex;
align-items: center;
}
.company-footer-contact-list li+li {
margin-top: 5px;
}
.company-footer-contact-list li i {
margin-right: 6px;
font-size: 20px;
display: inline-block;
}

.footer-top .site-logo {
margin-bottom: 25px;
display: block;
max-width: 170px;
}
.widget-title {
text-transform: capitalize;
}


.footer-top .widget-title {
color: #ffffff;
margin-bottom: 40px;
}
.courses-link-list li+li {
margin-top: 10px;
}
.courses-link-list li a {
color: #ffffff;
text-transform: capitalize;
/*font-family: var(--para-font);*/
font-family: 'Overlock', sans-serif;
font-weight: 400;
}
.courses-link-list li a:hover {
color: #ffb606;
}
.courses-link-list li i {
margin-right: 5px;
}
.footer-top .small-post-title a {
/*font-family: var(--para-font);*/
font-family: 'Overlock', sans-serif;
color: #ffffff;
font-weight: 400;
}

.small-post-list li+li {
margin-top: 30px;
}
.news-letter-form {
margin-top: 15px;
}

.footer-bottom {
padding: 6px 0;
border-top: 1px solid rgba(255, 255, 255, 0.149);
}
.copy-right-text {
color: #black;
}
.copy-right-text a {
color: #ff7b01;
}
.terms-privacy li+li {
margin-left: 30px;
}
.terms-privacy li a {
color: black;
position: relative;
}
.terms-privacy li a:after {
position: absolute;
content: '-';
color: #ffffff;
display: inline-block;
top: 0;
right: -18px;
}
.terms-privacy li+li a:after {
display: none;
}
.company-footer-contact-list.single-row {
    display: flex;
    list-style: none;
    padding: 0;
  }
  
  #contact {
    overflow: hidden;
}

/* End footer */

/* Adjust the z-index of the carousel to ensure it's above the fixed navbar */
.carousel {
    z-index: 900; /* Adjust as needed */
}

/* Add padding to the top of the page to accommodate the fixed navbar */
body {
    padding-top: 33px; /* Adjust according to the height of your navbar */
}

/* Define a media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 768px) {
    /* Adjust padding or margins to make space for the fixed navbar */
    /* Example */
    .carousel {
        margin-top: 56px; /* Adjust according to the height of your navbar */
    }
}

.container {
    width: 100%;
    max-width: 1200px; /* Adjust the max-width as needed */
    margin: 0 auto;
    padding: 2 50px; /* Adjust the padding as needed */
}

li {
    font-size: 14px;
}
.content p{
    font-size:13px;
}
}
.social-media-links {
    width: 55%;
}

@media (max-width: 768px) {
.widget.company-intro-widget {
    width: 55%;
}
 }



/* new css */
/* Add your custom styles here */

/* Add your custom styles here */
.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Initial background color with transparency */
    transition: background-color 0.3s ease; /* Add smooth transition effect */
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Overlock', sans-serif;
}

@media (max-width: 768px) {
   .fixed-navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.3s ease; /* Add smooth transition effect */
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

}

.fixed-navbar.navbar-scrolled {
    background-color: rgba(255, 255, 255, 1); /* Change background color to solid white on scroll */
}

/* Optional: Add styling for logo */
.navbar-brand img {
    max-height: 40px; /* Adjust the height of the logo */
}

/* Optional: Add styling for menu items */
.navbar-nav .nav-link {
    color: #333333; /* Adjust the color of the menu items */
    font-size: 16px; /* Adjust the font size of the menu items */
    font-weight: bold; /* Adjust the font weight of the menu items */
}

.navbar-nav .nav-link.active {
    color: #fe7900; /* Adjust the color of the active menu item */
}

/*@media only screen and (max-width: 768px){*/
/*.navbar-fixed {*/
/*    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;*/
/*}}*/

/* Add your custom styles here */
@media (max-width: 768px) {
    body {
        padding-top: 56px; /* Adjust this value according to the height of your navbar */
    }
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    /*color: rgba(0, 0, 0, .9);*/
    /*background-color: #E73A46;*/
}

@media only screen and (max-width: 768px){
.navbar-fixed.navbar-light .navbar-nav .nav-link {
    color: #242121;
}
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: #E73A46 !important;
}

/* Ensure the carousel items are positioned relative */
.carousel-item {
    position: relative;
}

/* Reset the top margin for the first carousel item on mobile devices */
/*@media (max-width: 768px) {*/
/*    .carousel-item:first-child {*/
/*        margin-top: 0; */
/*    }*/

/*    .carousel-item:nth-child(2),*/
/*    .carousel-item:nth-child(3) {*/
/*        margin-top: 50px; */
/*    }*/
/*}*/


