/* 

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

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

*/



body, header, section{
  background-color: #111216;
}

section{
  padding: 25px 0;
}
.home-row-call{
  background: transparent url(/images/foo-back.jpg) repeat-x 0 0
}



.mobile-only{
    display: block !important;
}

.desktop-only{
    display: none !important;
}


@media (min-width: 650px){

    .mobile-only{
        display: none !important;
    }

    .desktop-only{
        display: block !important;
    }
}




#footer{
  background-color: #111216 !important;
  color: #FFF;
}

#footer .copyright-content{
  background-color:transparent;
}

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

#footer .widget h4, #footer .widget p{
   color: #FFF;
}

#footer .widget h4{
  font-size: 18px;
}

#footer .widget p{
  font-size: 14px;
}

#slider{
  background-color: #000;
}
.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;
}

.extra-title{
  font-family: "Playfair Display", serif;
background: #FFFFFF;
background: linear-gradient(to bottom, #FFFFFF 0%, #DFC936 75%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

      font-size: 30px;
    line-height: 40px;

    text-align: center;
  
}


.gard-title{
    font-family: "Playfair Display", serif;
background: #FFFFFF;
background: linear-gradient(to bottom, #FFFFFF 0%, #DFC936 75%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;  font-family: "Playfair Display", serif;
}


a.elite-btn{
    width: 85%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-image: linear-gradient(90deg, #e0ce88 0%, #ae8e39 50%, #e0ce88 100%);
    background-size: 200% auto;
    color: #323232 !important;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 24px;
    z-index: 3;
    transition: all .4s;
    cursor: pointer;
    overflow: hidden;
    border: none;
    display: inline-block;
    text-decoration: none;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    box-shadow: 0px 10px 40px -10px rgba(217, 198, 126, .7);
    margin-bottom: 15px;
}

a.elite-btn:hover{
  
    background-position: right center;
}





.home-welcome{
  -webkit-box-shadow: 0px 12px 19px -11px #000000; 
box-shadow: 0px 12px 19px -11px #000000;
  margin-bottom: 60px;
}

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

}

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

@media (max-width: 768px){
  div#logo {
    margin: 0;
    padding: 30px 0;
  }
}


#mainMenu nav {
    float: right;
    margin-top: 20px;
    margin-right: 23px;
}


#mainMenu nav > ul > li > a{
    color: #cbd0d4;
    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: #fcba03 !important;
    text-transform: uppercase;
}


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


.gard-title{
    font-size: 2vw;
}


@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%;
    }

    .gard-title{
    font-size: 5vw;
    }



    p{
        font-size: 1.3rem;
    }

    .home-row-gallery1 img{
        margin-bottom: 20px;
    }
}


.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;
}



#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 */


    #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: 10px;
    padding-right: 10px;
    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: #000;
        white-space: nowrap;

    }

}

.team-members .team-member .team-image{
  margin-top: 20px;
  margin-bottom: 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);
}

a.readmore {
    width: auto;
    display: flex;
    white-space: nowrap;
  color: red;
}

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

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

.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;
}
@media (max-width: 768px){
.two-col-grid-40-60{
  display: block !important;
}

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


.lines, .lines:before, .lines:after{
  background-color: #fff;
}



input:not([type="checkbox"]):not([type="radio"]), select{
  padding: 10px 12px;
}

i.fa.fa-phone {

    transform: rotate(90deg);
    margin-right: 5px;
}



.inspiro-slider .slide .slide-captions{
    position: absolute !important;
    right: 2vw !important;
}


.inspiro-slider .slide .container{
    padding-bottom: 0!important;
    padding-top: 0!important;
}


.hero-call-to{
    background-color: rgba(0, 0, 0, 0.9);
    padding: 35% 0;
}


.mobile-slider .hero-call-to{
    background-color: #000;
    padding: 5% 0;
}


.mobile-slider .hero-call-to a{
    display: inline-block;
}











