/*
Theme Name: Next Steps
Theme URI: https://www.google.com 
Author: Next Steps
Author URI: https://www.google.com 
Description: Next Steps WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: next-steps-wp
*/
html,body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}

.topheaderContainer{
    padding: 15px 0 0 0;
    background: #91aba5;
}

.logo a{
    color: #fff;
    font-size: 30px;
    font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.headerdesigntaion p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.current-menu-item {
    background: #faefe1;
}

.testimonials.current-menu-item {
    background: none;
}

.menu li ul li a {
    color: #4e4b46;
    text-decoration: none;
    padding: 12px 18px;
    display: block;
    line-height: 18px;
    font-size: 14px;
}
.headermenucontainer nav .navbar-container{
  padding: 0 0px;
}
.navbar-container .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar-container .nav-links{
  line-height: 70px;
  height: 100%;
}
.navbar-container{
    text-align: center;
}

/* Open button */
nav{
/*    background:#222;*/
/*    padding:15px 20px;*/
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu-toggle{
    display:none;
    font-size:28px;
    color:#fff;
    cursor:pointer;
}

.menu{
    list-style:none;
    display:flex;
}

.menu li{
    position:relative;
}

.menu li a{
    color:#4e4b46;
    text-decoration:none;
    padding:12px 18px;
    display:block;
    line-height: 50px;
    font-size: 15px;
}

/* Dropdown desktop */
.menu li ul{
    list-style:none;
    position:absolute;
    top:100%;
    left:0;
    background:#e4d8d4;
    min-width:240px;
    display:none;
    z-index: 99;
}

.menu li:hover > ul{
    display:block;
}

/* Mobile */
@media(max-width:768px){

    .menu-toggle{
        display:block;
    }

    .menu{
        position:fixed;
        top:0;
        right:-100%;
        width:280px;
        height:100%;
        background:#e4d8d4;
        flex-direction:column;
        transition:0.4s;
        padding-top:10px;
        z-index: 9;
    }

    .menu.active{
        right:0;
    }

    .menu li{
        width:100%;
        border-top:0px solid #444;
    }

    .menu li ul{
        position:static;
        display:none;
        width:100%;
        background:#e4d8d4;
        margin: 0 11px;
    }

    .menu li.active > ul{
        display:block;
    }
}

.headermenucontainer{
    background: #e4d8d4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.headersocial ul li{
    display: inline-block;
    padding: 0 0 0 20px;
}

.headersocial{
     position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    text-align: right;
}

.headersocial ul li .headerinsta{
    color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 20px;
}
.headersocial ul li .headerlinedin{
  color: #0A66C2;
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
  font-size: 20px;
}

.headerlogo{
    text-align: center;
}


/*-----Home about us CSS-------*/
.aboutuscontainer{
    background: #91aba5;
    padding: 60px 0;
}

.aboutusleftcontent h2{
    font-size: 60px;
    font-family: "Playfair Display", serif;
    color: #000;
    font-weight: 400;
}

.aboutusleftcontent p{
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.aboutusrightimg img{
    width: auto;
    min-width: auto;
}

.aboutusleftcontent{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 150px;
}


.readmorebtn a {
  padding: 10px 25px;
  text-align: center;
  color: #000;
  font-weight: 400;
  /*margin-left: 30px;
  margin-bottom: 30px;*/
  cursor: pointer;
  display: inline-block;
}

.readmorebtn a{
  color: #fff;
  border: 3px solid #49796a;
  background-image: -webkit-linear-gradient(30deg, #49796a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #49796a 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.readmorebtn a:hover {
  background-position: 100%;
  color: #000;
  transition: 0.8s ease-in-out;
}

.readmorebtn{
    text-align: right;
    margin: 20px 0 0 0;
}


.clnsplcontainer{
    background: #e4d8d4;
    padding: 60px 0;
}

.clisapltextbox h5{
    font-size: 20px;
    color: #563a21;
    font-weight: 500;
    padding: 10px 20px;
}

.clisapltextbox img{
    width: auto;
    min-width: auto;
}

.clisapltextbox{
    text-align: center;
    padding: 30px 0 10px 0;
}


.clisapltextbox{
    border: 1px solid #f5ebe2;
    height: 200px;
}

.clisapltext h3{
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 400;
    color: #563a21;
}

.clisapltext h1{
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 400;
    color: #563a21;
}

.clisapltext{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.approachcontainer{
    background: #91aba5;
    padding: 60px 0;
}

.approiachtitle{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.approiachtitle h3{
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 400;
    color: #563a21;
}

.approachbodycontent p{
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.partnerscontainer{
    background: #f8f8f8;
    padding: 30px 0;
}

.partnerlogobox img{
    width: auto;
    min-width: auto;
}

.partnerscontainer h3{
     font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 400;
    color: #1e2d38;
    text-align: center;
}

.footercntainer{
    background: #96aaa5;
    padding: 70px 0 0 0;
}

.fottercontactform ul li .footersmfield{
    width: 100%;
    border-bottom: 1px solid #563a21;
    border-top: none;
    border-right: none;
    border-left: none;
    background: #ffffff00;
    display: inline-block;
    height: 40px;
    outline: none;
    margin: 0 0 15px 0;
}
.fottercontactform ul li .footersmfield::placeholder{
    color: #563a21;
}
.fottercontactform ul li .footersmfield::-ms-input-placeholder{
    color: #563a21;
}

.fottercontactform ul li i{
    position: absolute;
    right: 0px;
    color: #563a21;
}

.fottercontactform{
    position: relative;
    padding: 0 0 20px 70px;
}

/*.fottercontactform ul li{
    height: 40px;
}*/

.fottercontactform ul li .footerbgfield{
    width: 100%;
    border-bottom: 1px solid #563a21;
    border-top: none;
    border-right: none;
    border-left: none;
    background: #ffffff00;
    display: inline-block;
    height: 100px;
    outline: none;
}
.fottercontactform ul li .footerbgfield::placeholder{
    color: #563a21;
}
.fottercontactform ul li .footerbgfield::-ms-input-placeholder{
    color: #563a21;
}

.footersubmitbtn{
    float: right;
    color: #563a21;
    background: none;
    border: none;
    margin-right: 25px;
    font-weight: 600;
    text-align: end;
    font-size: 16px;
    line-height: 16px;
}

.wpcf7-spinner{
    display: none;
}
.buttonclass{
    margin: 20px 0 0 0;
}

.buttonclass i{
    position: absolute;
    right: 0px;
    color: #ffffff;
/*    top: 295px;*/
}
.fottercontactform ul li input::placeholder{
    color: #b4c6c2;
    opacity: 1;
}
.fottercontactform ul li textarea::placeholder{
    color: #b4c6c2;
    opacity: 1;
}

.fottercontactform ul li{
    display: grid;
}

.fottercontactform h3{
    font-size: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: right;
    line-height: 60px;
    padding-bottom: 0px;
}

.appointmentcontent h3{
    font-size: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: right;
    line-height: 60px;
    padding-bottom: 0px;
}
.appointmentcontent h4{
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: right;
}

.appointmentcontent p{
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    padding-bottom: 0;
}
.appointmentcontent p a{
    color: #1e2d38;
    font-weight: 600;
}


.appointmentcontent{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.copyrightsbg{
    background: #e4d8d4;
    padding: 15px 0;
}

.fottersocialmedia ul li .headerinsta{
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fottersocialmedia ul li .headerfacebook{
    color: #3b5998;
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.fottersocialmedia ul li {
    display: inline-block;
    padding: 5px 20px 0 0;
}

.copyrightstext P,
.copyrightstext P a{
    color: #563a21;
    font-size: 16px;
    text-align: right;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.testimonialcontainer{
    padding: 70px 0;
}

.testlefttitle{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonialsicon i{
    color: #98d2c0;
    font-size: 60px;
    margin: 30px 0;
}

.testlefttitle h3{
    color: #1e2d38;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
}

.testimonialsbox img {
    width: auto !important;
    min-width: auto;
    text-align: center;
    margin: 0 auto;
}
.testimonialsbox p{
    font-size: 20px;
    color: #a49281;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
}

.testimonialsbox{
    text-align: center;
}

.testimonialsbox h4{
    color: #1e2d38;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0px;
}

.testimonialsbox h3{
    color: #96aaa5;
    font-size: 16px;
    font-weight: 400;
}

.testimonialsrightbox .owl-dots{
    text-align: center;
}



.testimonialsrightbox .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #d6e7ed;
  border: 1px solid #d6e7ed;
  margin: 0 3px;
}

.testimonialsrightbox .owl-dots button.owl-dot.active {
  background-color: #e3d2c3;
  border: 1px solid #e3d2c3;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

/* Scrollbar on a specific container */
.rainbow-scrollbar::-webkit-scrollbar {
  width: 0.4rem;
}

.rainbow-scrollbar::-webkit-scrollbar-track {
  background: #96aaa5;
}

.rainbow-scrollbar::-webkit-scrollbar-thumb {
  background: -webkit-radial-gradient(
    circle,
    #49796a  0%,
    #49796a  50%,
    #49796a  100%
  );
  border-radius: 10px;
}
/* Need to set overflow-y on container for scrollbar */
.rainbow-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 150px;
}




/* ============================================
   Firefox-Only Scrollbar Styling
   --------------------------------------------
   This @-moz-document rule targets only Firefox.
   It's the only browser that recognizes this CSS hack.

   Inside it, we apply:
   - scrollbar-width: 'thin' (can also be 'auto' or 'none')
   - scrollbar-color: [thumb color] [track color]

   No gradients or fancy shapes here, but it lets us
   control color and width on both the body and containers.

   Other browsers will ignore this block completely.
   ============================================ */

@-moz-document url-prefix() {
  body {
    scrollbar-width: thin;
    scrollbar-color: #49796a #96aaa5;
  }

  .rainbow-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #49796a #96aaa5;
  }
}

/*------My Approach Page CSS-------*/
.myapproachbanner img{
    width: 100%;
}

.myapproachcontaner{
    padding: 25px 0;
    background: #91aba5;
}

.myapproachcontaner h1{
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.myapproachbodytext p{
    color: #0f0f0f;
    font-size: 17px;
    line-height: 24px;
}

/*------Contact Us page CSS------*/
.contactpagecontaner{
    padding: 25px 0;
    background: #91aba5;
}
.contactpagecontaner h1{
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.contacmapicon {
    padding: 0px 10px 0 0;
    display: table-cell;
}

.contactaddress{
    text-align: left;
    padding: 0px;
    display: table-cell;
}

.contactaddress p {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.contacmapicon i {
    font-size: 16px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #e4d8d4;
    color: #563a21;
    border-radius: 50%;
}

.contactpageleft ul li{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 20px;
    margin: 0 0 10px 0;
    background: #fff;
}

.contactaddress p a{
    font-size: 17px;
    color: #0f0f0f;
}

/*----Inner Page CSS--------*/

.innerpagebanner img{
    width: 100%;
}

.innerpagecontainer h1{
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.innerpagecontainer{
    padding: 25px 0;
}

.innerpagecontainer p{
        font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/*------FAQ Page CSS-------*/

.faqpagecontaner{
    padding:25px 0;
    background: #e4d8d4;
}

.faqpagecontaner h1 {
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
}

/*-----Resources Page CSS-------*/
.resourcespagecontaner{
    padding: 25px 0;
    background: #e4d8d4;
}

.resourcespagecontaner h1{
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding-bottom: 0px;
}

.resourcespagecontaner p{
        color: #0f0f0f;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.resourcescontnt h3{
       font-size: 30px;
    color: #563a21;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.resourcescontnt p{
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.resourcescontnt h4{
    font-size: 20px;
    color: #563a21;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.resourcescontnt{
    margin: 30px 0 0 0;
}

.leftsidespecialization ul li,
.leftsidespecialization ul li a{
    font-size: 17px;
    color: #000;
    line-height: 17px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    display: flex;
}

.leftsidespecialization ul li::before {
    position: relative;
    top: calc(50% - 4px);
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-size: 15px;
    font-weight: 900;
    margin: 0 5px;
    color: #563a21;
}

.leftsidespecialization ul{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}

.resourcescontnt table{
    background: #91aba5;
}

.accordion-item button{
    background: #91aba5;
}

.accordion-button:not(.collapsed){
    background: #91aba5;
    color: #000;
}
.accordion-item:first-of-type .accordion-button{
    border: 0px;
}

.accordion-item h2{
    padding-bottom: 0px;
}

.accordion-button {
  border: 0 !important;
  box-shadow: none !important; /* Removes blue outline on focus */
}


.innerpagedes ul li::before {
    position: relative;
    top: calc(50% - 4px);
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 15px;
    font-weight: 900;
    margin: 2px 5px;
    color: #563a21;
}

.innerpagedes ul li{
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    display: flex;
    padding-bottom: 15px;
}

.innerpagedes ol li{
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 15px;
}


/*.rbtnbox a {
  padding: 10px 25px;
  text-align: center;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
}

.rbtnbox a{
  color: #fff;
  border: 3px solid #49796a;
  background-image: -webkit-linear-gradient(30deg, #49796a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #49796a 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.rbtnbox a:hover {
  background-position: 100%;
  color: #000;
  transition: 0.8s ease-in-out;
}

.rbtnbox{
    text-align: right;
    margin: 20px 0;
}

.form-popup {
  display: none; 
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 99;
}*/

/* Styles for the form container */
/*.form-container {
  max-width: 100%;
  padding: 10px;
  background-color: #e4d8d4;
}*/

/* Input fields and buttons */
/*.form-container .popupformsmfield {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border: none;
  background: #fff;
  height: 40px;
}
.form-container .popupformbgfield {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border: none;
  background: #fff;
  height: 100px;
}

.form-container h2{
    font-size: 20px;
    font-weight: bold;
    color: #1e2d38;
    font-family: "EB Garamond", serif;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.popupbtn{
    background: #49796a;
    border: 1px solid #49796a;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    padding: 12px 20px;
    font-family: "Nunito", sans-serif;
}

.popupbtn:hover{
    background: #49796a;
    color: #000;
    transition: all 0.6s ease-in;
}*/

.footermenu ul li,
.footermenu ul li a{
    color: #563a21;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: none;
    line-height: 24px;
}
.fottersocialmedia{
    margin: 5px 0 0 0;
}

.footermenu{
    margin: 5px 0 0 0;
    float: right;
}

.innerpagecontainer h1{
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.publicationpagecontainer{
    padding: 25px 0;
    background: #e4d8d4;
}

.publicationpagecontainer h1{
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    padding-bottom: 0px;
}

.publicationpagecontainer p{
    color: #0f0f0f;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.publicationpagecontainer ul li a {
    color: #101010;
}

.fottercontactform ul li .wpcf7-list-item {
    display: inline-block;
    /* margin: 0 0 0 1em; */
    margin: 0 10px 0 0;
}

.fottercontactform ul li .contactformcheckbbox{
    color: #563a21;
    font-weight: 400;
}

.fottercontactform ul li label{
    color: #563a21;
    font-weight: 400;
}

/* CSS Styling */
.hidden-text {
  display: none; /* Content is hidden by default */
}


#toggleBtn{
  color: #fff;
  border: 3px solid #49796a;
  background-image: -webkit-linear-gradient(30deg, #49796a 50%, transparent 50%);
  background-image: linear-gradient(30deg, #49796a 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  padding: 10px 25px;
}
#toggleBtn:hover {
  background-position: 100%;
  color: #000;
  transition: 0.8s ease-in-out;
}