@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700&display=swap');

/* ==========
   1.Basic
   ========== */

body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    padding: 10px 0 30px 0;
    font-size: 15px;
} 
.contact-information {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
::selection{
    background: rgba(151, 160, 175, 0.3);
}

::-moz-selection {
    background: rgba(151, 160, 175, 0.3);
}
  
a,a:hover {
    text-decoration: none !important;
    outline: none !important;
}


/*==============
  2. Helper Class
  ===============*/

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
    padding-top: 20px;
}                                                                     

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-50 {
    margin-top: 50px;
}

.text-muted {
    color: #777!important;
}  

.page-title h2,.page-title h3{
    text-align: center;
    letter-spacing: 1px;
    font-size: 34px;
    font-weight: 300;
}

.page-title span {
    font-weight: 500;
    border-bottom: 3px solid;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none !important;
}

button:focus{
    outline: none!important;
}

.subtitle {
    font-weight: 300;
    line-height: 28px;
    font-size: 16px;
}

.btn {
    border-width: 2px;
    border-radius: 4px;
    transition: all .3s ease-out;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px;
    outline: none !important;
}

/*==============
  3. Navbar Custom
  ===============*/

.navbar-custom {
    margin-bottom: 0px;
    width: 100%;
    z-index: 1000;
    border: none;
    color: #333;
    border-radius: 0px;
    position: relative;
}

.logo>img {
    height:42px;
}

.logo{
    padding: 19px 0px;
    height: 80px;
    line-height: 40px;
    font-weight: 700;
    font-size: 40px;
    color: #333 !important;
}

.navbar-custom .navbar-nav>li>a {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bolder;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link {
    color:#4d148c;
    padding: 0;
    margin: 0 15px;
}

.navbar-toggler {
    padding: 4px 10px;
    font-size: 24px;
}

.navbar-toggler:hover {
    background-color: #ddd;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color:transparent;
}


.navbar-custom .navbar-nav>li>a:hover{
    color: #333;
    transition:all 0.3s;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu>li>a{
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    color:#800080;
    transition: all 0.3s;
    background-color: transparent;
} 

.dropdown-menu>li:active>a,.dropdown-menu>li:hover>a {
    color: #b45dbb;
}

.textbg{
    text-align: center;
    background-color: #4d148c;
    width: auto;
    height: auto;
    margin-top: 20px;
    border-radius: 12px;
    color: #fff;
}
.lifecoach{
    text-align: center;
    background-color: #800080;
    width: auto;
    height: auto;
    border-radius: 12px;
    margin-top: 20px;
    color: #fff;
}
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    right: auto;
    margin-top: -3px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.navbar-custom li.dropdown:last-of-type .dropdown-submenu>.dropdown-menu {
    right: 100%;
    left: auto;
}

.dropdown-submenu.pull-left{
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.submenu-arrow {
    position: absolute;
    right: 8px;
    font-size: 16px;
    margin-top: -1px;
}

.navbar-custom .dropdown-menu {
    transition: all .3s ease;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.05);
    padding: 10px;
}

.navbar-toggle{
    margin-top: 22px;
}

.navbar-custom .navbar-nav li.active-item > a{
    color: #ff6600;
}


.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: auto;
    
    border-radius: 0; /* Remove border-radius for rectangular shape */
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; 
    left: -85px;
    margin-top: 8px; /* Add margin-top to create space between button and dropdown */
    border-radius: 0; /* Remove border-radius for rectangular shape */
}        
        
.dropdown-content a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color:  rgb(209, 42, 209);
    font-size: 16px;
    border-radius: 0; /* Remove border-radius for rectangular shape */
    white-space: nowrap; /* Prevent text from wrapping */
}

.dropdown-content a:hover {
    background-color: rgb(218, 212, 212);
}
/*==============
  4. Portfolio
===============*/

.portfolio-filter {
    margin-top: 50px;
    margin-bottom: 20px;
}

.portfolio-filter a {
    display: inline-block;
    margin: 0 6px 6px 6px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 12px 7px 12px;
    cursor: pointer;
    line-height: 1em;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    color: #333;
    border-radius: 3px;
    font-weight: 500;
}

.portfolio-filter a:hover {
    color: #222;
}

.portfolio-filter a.current {
    background-color: rgba(85, 110, 230, 0.25);
    color: #556ee6;
}

.portfolio-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px; 
}

.portfolio-box .portfolio-box-img {
    position: relative;
    overflow: hidden; 
    border-radius: 5px;
}

.portfolio-box .portfolio-box-img:after {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); 
}

.portfolio-box .portfolio-box-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0; 
}

.portfolio-box .portfolio-box-detail {
    opacity: 0;
    color: #1a1b1d;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); 
}

.portfolio-box .portfolio-box-detail h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px; 
}

.portfolio-box .portfolio-box-detail p {
    margin-bottom: 0;
    color: #565f75;
    font-size: 13px;
    font-weight: 500;
}

.portfolio-box:hover .portfolio-box-detail {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 3;
    opacity: 1; 
}

.portfolio-box:hover .portfolio-box-img:after {
    background: rgba(255, 255, 255, 0.8); 
}

.portfolio-box:hover .portfolio-box-img > img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
}

/* Project description */
.project-desc {
    line-height: 26px;
    font-size: 15px;
}


/*==============
  5. Testimonials
  ===============*/

.testimonial-box .client-comment{
    font-weight: 300;
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
}

.testimonial-box .testi-user {
    height: 60px;
    width: 60px;
    margin: 20px 0 10px 0;
}


/*==============
  6. Team
  ===============*/

.team-box {
    padding: 30px 20px;
    margin-top: 30px;
}

.team-box img {
    margin-bottom: 15px;
}
.logo {
    width: 320px;
    height: 110px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/*==============
  7. Services
  ===============*/

.service-box {
    padding: 20px 0;
}

.service-box .service-icon {
    font-size: 42px;
    line-height: 60px;
}

.service-box .service-title {
    font-size: 16px;
    letter-spacing: 1px;
}

.service-box p {
    line-height: 24px;
}

/*==============
  13. Footer
  ===============*/

.footer {
    margin: 50px 0 -30px 0;
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}

.social-circle li a {
    height: 42px;
    width: 42px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 18px;
    display: inline-block;
    line-height: 42px;
    background-color: #f6f6f6;
    transition: all 0.5s ease-in-out;
}

.social-circle li a:hover {
    color: #ffffff !important;
}

.copyright-txt {
    margin-top: 20px;
}



/* ==========
   14. Responsive
   ========== */

@media (min-width: 769px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }

    .nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px){ 
    body {
        padding: 0;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
        text-decoration: none;
        color:#556ee6 !important;
        transition: all 0.3s;
    }    
}

@media (max-width: 767px){ 
    .sidebar {
        padding-top: 50px;
        padding-left: 0;
    }
    .navbar-custom .navbar-nav>li>a {
        line-height: 24px;
    }
    .page-title h2 {
        line-height: 36px;
        font-size: 22px;
        margin-top: 40px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
.container{
  max-width: 1170px;
  margin:auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
.footer{
  background-color: #4d148c;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: #ff6600;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  color: #ff6600;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #812dda;
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #ff6600;
}

/*responsive footer*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
/* my code for mentoring csr life coach */


.container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.image {
    float: left;
    width: 300px; /* Adjust as needed */
    box-sizing: border-box;
    margin-right: 20px; /* Adjust spacing */
}
img {
    display: block;
    max-width: 100%;
    
}



.text {
    overflow: hidden; /* Clear floats */
    padding-bottom: 20px;
    text-align:left;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5;
}
.container2 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.image2 {
    float: right;
    width: 300px; /* Adjust as needed */
    box-sizing: border-box;
    margin-right: 20px; /* Adjust spacing */
    
}

.text2 {
    overflow: hidden; /* Clear floats */
    padding-bottom: 20px;
    text-align: justify;
    font-size: medium;
    line-height: 2.3;
}
.containerlifecoach1 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.imagelifecoach1 {
    float: left;
    width: 300px; /* Adjust as needed */
    box-sizing: border-box;
    margin-right: 20px; /* Adjust spacing */
}
.textlifecoach1 {
    overflow: hidden; /* Clear floats */
    padding-bottom: 20px;
    text-align: justify;
    font-size: medium;
    line-height: 2.3;
}
.containerlifecoach2 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.imagelifecoach2 {
    float: right;
    width: 300px; /* Adjust as needed */
    box-sizing: border-box;
    margin-right: 20px; /* Adjust spacing */
}
.textlifecoach2 {
    overflow: hidden; /* Clear floats */
    padding-bottom: 20px;
    text-align: justify;
    font-size: medium;
    line-height: 2.3;
}
/* Mentoring*/
.containermentoring1 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.imagementoring1 {
    float: left;
    width: 300px; /* Adjust as needed */
    box-sizing: border-box;
    margin-right: 20px; /* Adjust spacing */
    
}
.textmentoring1 {
    overflow: hidden; /* Clear floats */
    padding-bottom: 20px;
    text-align: justify;
    font-size: medium;
    line-height: 2;
}
.containermentoring2 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.imagementoring2 {
    float: right;
    width: 300px; /* Adjust as needed */
    box-sizing: border-box;
    margin-right: 20px; /* Adjust spacing */
    
}
.textmentoring2 {
    overflow: hidden; /* Clear floats */
    padding-bottom: 20px;
    text-align: justify;
    font-size: medium;
    line-height: 2;
}

@media (max-width: 768px) {
    .image {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .image2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .imagelifecoach1 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .imagelifecoach2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .imagementoring1 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .imagementoring2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}



.contactinfo {
    margin: 20px auto;
    margin-left: 140px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.contactheadingemail {
    color: #333;
    margin-bottom: 10px;
    font-size: 40px;
    
}

.contacttitleemail {
    margin: 0 0 15px 0;
    font-size: 20px;
    
}
.contactheadingmobileno {
    color: #333;
    margin-bottom: 10px;
    font-size: 40px;
}

.contacttitlemobileno {
    margin: 0 0 15px 0;
    font-size: 20px;
    
}
.contactheadinglocation {
    color: #333;
    margin-bottom: 10px;
    font-size: 40px;
    
}

.contacttitlelocation {
    margin: 0 0 15px 0;
    font-size: 20px;
    
}

.mapforcontact {
    color: #0066cc;
    text-decoration: none;
}

.contactpageimg{
    max-width: 100%;
    float: left;
    width: 450px;
    height: 350px;
    align-items: center;
    margin-right:30px;
    margin-left: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

@media only screen and (max-width: 600px) 
{
    .contactinfo {
        padding-right: 60px;
        float: right;
    }
}

.indeximg {
    max-width: 100%;
    height: auto;
    width: 1200px; /* Ensures the image takes the full width of its container */
    max-height: 300px; /* Restricts the maximum height to 400 pixels */
    display: block;
    margin: 0 auto;
    border-color: #ff6600;
    border-style: solid;
    border-width: 5px;
    border-radius: 12px;
    margin-top: -10px;
    object-fit: cover;
    
}
.ctctext {
    padding-right: 100px;
}
/* Apply specific styles for larger screens (e.g., tablets) */
@media (min-width: 768px) {
    indeximg {
        max-width: 80%; /* Adjust the percentage as needed */
    }
}

/* Apply specific styles for larger screens (e.g., desktops) */
@media (min-width: 992px) {
    indeximg {
        max-width: 60%; /* Adjust the percentage as needed */
    }
}

/* Apply specific styles for larger screens (e.g., large desktops) */
@media (min-width: 1200px) {
    indeximg {
        max-width: 50%; /* Adjust the percentage as needed */
    }
}

/* index page three image */    

.indeximage {
    display: flex; /* Set to flex to display images in a row */
    justify-content: space-around; /* Adjust as needed for spacing */
}

.indeximage .imageeffect {
    position: relative;
    width: 340px; /* Set to 100% for responsiveness */
    max-width: 348.15px; /* Set max-width for larger screens */
    height: 300px;

    overflow: hidden;
    margin: 0 10px; /* Adjust as needed for spacing between images */
}

.indeximage .imageeffect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.indeximage .imageeffect:hover::before {
    opacity: 1;
}

.indeximage .imgfile {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.indeximage .imgfile:hover {
    transform: scale(1.1);
}

.indeximage .hoveringtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    transition: visibility 0.3s ease;
}

.indeximage .imageeffect:hover .hoveringtext {
    visibility: visible;
}

/* Media queries for responsiveness */
@media (min-width: 768px) {
    .indeximage .imageeffect {
        max-width: 30%; /* Adjust as needed */
    }
}

@media (min-width: 992px) {
    .indeximage .imageeffect {
        max-width: 25%; /* Adjust as needed */
    }
}

@media (min-width: 1200px) {
    .indeximage .imageeffect {
        max-width: 20%; /* Adjust as needed */
    }
}






.imageboxx {
    position: relative;
    overflow: hidden;
    text-align: center; /* Center the text horizontally */
    border-color: #ff6600;
    border-style: solid;
    border-radius: 12px;
    border-width: 4px;
    margin-bottom: 10px;
}

.imageboxx .imganimated {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
}

.imageboxx .overlayeffectt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #812ddac1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.imageboxx:hover .overlayeffectt {
    opacity: 1;
}

.imageboxx .overlayeffecttextt {
    margin: 0;
    color: #ff6600;
    font-weight: bold;
}

.imageboxx:hover .imganimated {
    transform: scale(1.);
}

.ourservices{
    text-align: center;
    width: auto;
    height: auto;
    margin-top: 20px;
    border-radius: 12px;
    color: #4d148c;
    margin-bottom: 17px;
    border: 2px solid #ff6600; /* Add a border */
    padding: 5px 19px;
}

.accordion {
    
    display: flex;
    flex-direction: column;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
    font-weight:bolder;

}
.accordion h1 {
    font-size: 140%;
    text-align: left;
}
.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: left;
}
.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}
