/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

div[role=tooltip]{
  display: none;
}



.header-flex{
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
}

.header-back{
  background-color: #FFF;
  /*background-image: url(/images/pattern-bg.jpg);*/
}

#topbar{
  background-color: #EEE;
}


.top-tel{
    font-weight: 600;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #000;

}

div#logo {
    max-width: 250px;
    margin: 15px 0;
}

#mainMenu nav {
    float: right;
    margin-top: 50px;
    margin-right: 0;
}


#mainMenu nav > ul > li > a{
  color: #02783d;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

#mainMenu nav > ul > li > a:hover{
  color: #fcba03 !important;
}

#mainMenu nav > ul > li.current > a{
  color: #86a009 !important;
  text-transform: uppercase;
}

a.arrange-care-cta{
  margin-top: 25px !important;
  font-family: "Roboto", sans-serif;
  color: #000 !important;
}

.home-service-carousel{
    padding: 0;
    margin-top: -12vw;
    background-color: transparent;
}


@media (max-width: 768px){

  header{
    margin-top: -15px;
  }

  #mainMenu-trigger{
    height: 20px;
    margin-top: -50px;
  }


  #mainMenu:not(.menu-overlay) nav > ul > li > a{
    font-size: 20px;
  }

  #footer .logo-default img{
    max-height: 100%;
  }

  .home-service-carousel{
    padding: 0;
    margin-top: -55vw;
    background-color: transparent;
  }

}


/*.team-members .team-member{
    min-height: 427px;
}*/

.team-members .team-member .team-desc > h3{
  font-size: 24px;
  line-height: 48px;
  color: #06507d;
}

.team-members .team-member .team-desc > p{
    font-size: 16px;
    color: #000;
    padding: 0 20px;
}





/*Body*/
body {
  font-size: 1em;
  font-family: "Nunito", "Helvetica", "Arial", sans-serif;
}

/*Paragraphs*/
p {
  font-family: "Nunito", "Helvetica", "Arial", sans-serif;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
}

/*Main Menu*/
#mainMenu nav>ul>li>a {
  font-family: "Roboto", sans-serif;

  letter-spacing: 0.6px;
}

#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span{
  font-family: "Roboto", sans-serif;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content .mega-menu-title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.header-extras>ul>li>a:not(.btn),
.header-extras>ul>li .topbar-dropdown>.title {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

/*Page Menu*/
.page-menu nav>ul>li {
  font-family: "Roboto", sans-serif;
}

.page-menu nav>ul>li .dropdown-menu {
  font-family: "Roboto", sans-serif;
}

/*Sidebar Menu*/
.sidebar-menu {
  font-family: "Roboto", sans-serif;
}

/*Buttons*/
button,
a.btn:not([href]):not([tabindex]),
.btn {
  font-family: "Roboto", sans-serif;
}

/*slider*/
.inspiro-slider .slide .slide-captions .strong {
  font-family: "Roboto", sans-serif;
}

/*Page Title*/
#page-title .page-title>h1 {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 400;
}

/*Footer*/
#footer {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}



#footer .widget .widget-title,
#footer .widget h4 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

#footer .widget .widget-title ul li a,
#footer .widget h4 ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}



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

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

.light-cyan{
  color: #88ccfc !important;
}


.form-back{
  /* background-color: #94bad5; */
  background-color: rgba(148,186,213,0.5);
}


.text-title-medium{
  font-size: 40px;
  margin-bottom: 20px;
  color: #FFF;
}

.form-group label:not(.error){
  color: #FFF;
}

.ac-content h4{
  color: #154a9a;
}

.ac-content p{
  color: #393939;
}

#footer{
  background-color: #FFF;
  border-top: 2px solid #c4dae9;
}

#mainMenu nav > ul > li > a{
  padding: 10px 10px; 
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span{

  color: #025691;
}

.form-space{
  padding: 20px;
}

.form-space .text-title-medium{
  font-size: 28px;
}

.alert.alert-info, .alert.alert-dark{
  display: inline-block;
}

#scrollTop{
  right: 100px;
}

#header #logo > a img {
    height: 70px;
    padding-bottom: 6px;
}

/* #footer .logo-default img{
  max-height: 50px;
} */


.thirtySix{
  font-size: 20px;
}

.slider_small-font{
  font-size: 16px !important;
}


.desktop{
  display: none;
}

.text-title-medium{
  font-size: 24px;
}

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

.inspiro-slider .slide .slide-captions h1 {
  font-size: 50px;
  color: #FFF !important;
  margin-bottom: 10px !important;
}

.inspiro-slider .slide .slide-captions h3{
  color: #eb1b24 !important;
}

.call-to-action.call-to-action-colored{
  background-color: #53020a;
}

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


.portfol-desc h2{
  font-size: 24px;
  margin-top: 20px;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){
  background-color: #20228d;
}


.british-council-logo img{
  max-height: 65px;
}

.ico-logo img{
  max-height: 65px;
  padding-top: 20px; 
}

/* Very Important */

a.btn.jmodedit{
  display: none;
}


.form-back .formContainer .rsform-block .formControlLabel{
  display: none;
}

.rsformappointment-form .rsform-block .formControls{
  margin-left: 0;
}

.rsformappointment-form .rsform-block{
  margin-bottom: 0;
}

.rsformappointment-form .rsform-block .formControls input:not([type="checkbox"]):not([type="radio"]), select{
  padding: 0 16px;
  width: 90%;
}

.rsformappointment-form .rsform-block .formControls .rsform-text-box{
  width: 98%;
}

.rsformappointment-form .formResponsive .formHorizontal .rsform-block{
  margin-bottom: 0;
}

.rsformappointment-form p{
  color: #000;
}

.rsformappointment-form h2{
  color: #FFF;
}


.rsformappointment-form .formResponsive button[type="submit"]{
  padding: 10px 45px 10px;
  font-size: 18px;
}


ul.home-service li{
  list-style: none;
}


ul.home-service li i{
  color: #AE1E23;
}


.banners-home{
  padding-bottom: 0; 
}


.widget ul li{
  width: 100%;
}




#topbar .top-menu > li > a{
  display: inline-block;
}


#footer {
  line-height: 28px;
}

.rsfpmodal-container.rsfpopen .rsfpmodal .rsfpmodal-title{
font-size: 24px;
}

@media (min-width: 650px){
  #header #logo > a img {
      max-height: 75px;
      padding-bottom: 6px;
  }

  .thirtySix{
    font-size: 32px;
  }

  .desktop{
    display: block;
  }

  .text-title-medium{
    font-size: 30px;
  }

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

}


@media (max-width: 768px){
  .form-back{
    background: transparent; 
  }

}

@media (max-width: 1024px){
  #mainMenu:not(.menu-overlay) nav > ul > li{
    width: 100% !important;
  }
}


img{
  width: 100%;
  max-width: 100%;
  
}

a.arrange-care-cta {
    border: 1px solid #86a009;
    background: #86a009;
    padding: 10px 25px;
    display: inline-block;
    height: 40px;
    line-height: 18px;
    margin-top: 18px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
  white-space: nowrap;
}


.menu-cta {
    display: flex;
    justify-content: flex-end;
    width: auto;
}


.header-flex{
  display: flex;
  justify-content: space-between;
}

.cta-hero{
    background-color: #cc7204 !important;
    border-color: #cc7204 !important;
    color: #FFF !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    padding: 0px 50px !important;
    margin-top: 40px !important;
    box-shadow: rgba(0, 0, 0, 0.75) 4px 3px 5px 0px !important;
    line-height: 45px !important;
    opacity: 1 !important;
    animation-duration: 600ms !important;
}


  .full-width-banner-home{
      text-align: center;
  }


  .bg-loaded{
      padding: 3vw 0;
  }

  .bg-loaded h3{
      color: #5ec506;
      text-transform: uppercase;
      font-size: 2.2vw;
  }

  .bg-loaded p{
      color: #fff;
      font-size: 1vw;
  }




.h3-bottom{
  font-size: 2.5vw;
  color: #000;
  text-align: center;
}


/* ----- */


.mobile-view{
  display: block !important
}

.desktop-view{
  display: none !important
}

@media (min-width: 769px){
  .mobile-view{
    display: none !important
  }

  .desktop-view{
    display: block !important
  }
}

/* ----- */


@media (max-width: 768px){
  
  .cta-hero{
    line-height: 54px !important;
    height: 52px !important;
  }
  
  .header-flex{
    display: block;
  }
  
  .menu-cta{
    display: block;
  }
  
  #header #logo > a img{
    height: 55px;
  }
  
  .container{
    padding: 0 15px;
  }
  
  .about-home-content.grey{
    margin-bottom: 15px;
  }


  .more-btn{
    margin-bottom: 50px !important;
  }

  .bg-loaded h3{
    font-size: 5vw;
  }

  .bg-loaded p {
    font-size: 3.5vw;
  }

  .h3-bottom{
    font-size: 3.8vw;
  }

}


/* drop down menu */

.mod-menu__sub.list-unstyled.small{
  display: none;
}


.mod-menu__sub.list-unstyled.small.show-menu{
  display: block;
}


#mainMenu nav > ul > li:not(.hover-active):hover > ul{
    z-index: 999;
    padding-top: 32px;
}


#mainMenu nav > ul li ul{
  display: none;
}

#mainMenu nav > ul > li:not(.hover-active):hover > ul li a{
  font-size: 15px;
}

ul.nav-child.unstyled.small li a{
  font-size: 15px;
  color: #000;
}


@media (min-width: 769px){

  #mainMenu nav > ul li ul{
    display: none;
  }

  #mainMenu nav > ul > li:not(.hover-active):hover > ul {
    background-color: #FFF;
    position: absolute;
  }

  #mainMenu nav > ul > li:not(.hover-active):hover > ul li{
    line-height: 40px;
    border-bottom: 1px solid #000;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
  }

  #mainMenu nav > ul > li:not(.hover-active):hover > ul li:hover{
    background-color: #f0eeeb;
  }


  #mainMenu nav > ul > li:not(.hover-active):hover > ul li a{
    font-size: 13px;
    text-transform: uppercase;
    color: #02783d;
    white-space: nowrap;
        display: inline-block;
        width: 100%;

  }

}

.team-members .team-member .team-image{
  margin-top: 0;
  margin-bottom: 20px;
}

.team-members.team-members-shadow .team-member .team-desc{
  padding: 0;
}

.slide-captions{
  margin-top: -16%;
}



.team-members.team-members-shadow .team-member{
  border: 1px solid #FFF;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.09);
  padding: 15px;
}

a.readmore {
    width: auto;
    display: flex;
    white-space: nowrap;
    color: #c16a05;
    margin-bottom: 20px;
}

a.readmore img{
  margin-left: 10px;
}

.team-members .team-member .team-desc > h3{
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
}

.testimonial .testimonial-item > p{
  color: #000;
}

img.five-star{
  height: auto !important;
  border-radius: 0 !important;
  margin-top: 30px;
}

.post-item .post-image .post-meta-category{
  background-color: #86a009;
}


.flickity-button:hover{
  background-color: #038f28;
}


#footer .footer-content{
  font-size: 16px;
}


@media (max-width: 768px){
  .two-col-grid-40-60{
    display: block !important;
  }

  .rsfpmodal.rsfpmodal-ltr{
    width: 100vw !important;
  }
  

}


 .team-members .team-member .team-desc > h3{
        color: #02783d;
      }
    
      .two-col-grid{
          display: grid;
          grid-template-columns: 50% 50%;
          grid-column-gap: 0;
      }

      .two-col-grid-40-60{
          display: grid;
          grid-template-columns: 50% 46%;
          grid-column-gap: 4%;
      }

      .about-home-content.grey{
          background-color: #e0e0e0;
          padding: 20px;
          text-align: center;
      }

      .about-home-content h3, .about-home-content p{
          color: #000;
      }

      .about-home-content h3{
          text-transform: uppercase;

      }

      .about-home-content p{
          font-size: 1.3rem;
          color: #000;
      }

      .core-home-title{
          text-align: center;
          margin-bottom: 40px;
      }

      .gen-title {
          font-size: 32px;
          border-bottom: 2px solid green;
          display: inline-block;
          text-transform: uppercase;
      }


      .more-btn{
          border: 1px solid #51986c;
          background: #51986c;
          padding: 10px 30px;
          font-size: 18px;
          border-radius: 30px;
          color: #fff;
          margin-bottom: 0px;
          margin-top: 20px;
          display: inline-block;
      }

      .more-btn:hover{
          border: 1px solid #51986c;
          background: #FFF;
          color: #013716 !important;
      }

      .h-divider {
        margin: auto;
        margin-top: 80px;
        margin-bottom: 70px;
        width: 80%;
        position: relative;
      }

      .h-divider .shadow {
        overflow: hidden;
        height: 3px;
      }

      .h-divider .shadow:after {
        content: '';
        display: block;
        margin: -25px auto 0;
        width: 100%;
        height: 25px;
        border-radius: 125px/12px;
          box-shadow: 0 0 8px black;
      }



      @media only screen and (max-width: 600px) {
          .two-col-grid{
              display: block;
          }
      }


  .about-home-title{
      color: #02783d; 
      font-size: 3vw;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      top: clamp(1vw, 2.2vw, 2.5vw);
      left: 6vw;
      text-transform: uppercase;
      display: inline-block;
  }

  .about-home-details{
      margin-bottom: 20px; 
      background-color: #02783d;
      padding: 2vw 2vw 2vw 6vw;
      color: #fff;
      font-size: 1.2vw;
      line-height: 2vw;
      color: #FFF !important;
  }


  .care-assistant-content{
      background-color: #e6e6e6;
      margin: 8vw 0;
      padding: 2vw 3vw;
  }  

  .care-assistant-content h5, .care-assistant-content p {
      color: #02783d;
  }

  .care-assistant-content p {
      font-size: 1.2vw;
  }

  .arrange-care-cta{
      background-color: #02783d !important;
      color: #FFF !important;
      border-radius: 20px !important;
  }

  #footer .copyright-content{
      min-height: 20px;
      padding: 10px 0;
      background-color: #000;
      font-size: 13px;
  }



  @media only screen and (max-width: 768px) {
      .about-home-title{   
          font-size: 6vw;
      }   


      .about-home-details{
          font-size: 4vw;
          line-height: 5vw;
          color: #FFF !important;
          padding: 3vw;
      
      }

      .care-assistant-content p{
          font-size: 4vw !important;
          line-height: 5vw !important;
      }

      #footer .footer-content .logo-default img{
          max-width: 60%;
      }


     #footer .footer-content{
          text-align: center;
      }

      #footer .footer-content ul{
          list-style: none;
      }
  
  }


.team-members .team-member .team-desc > p{
  line-height: 22px;
}



.team-members.team-members-shadow .team-member{
  min-height: 372px;
}

div#calc {
    background-color: #88cfa0 !important;
}



