/* 

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


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

ul li{
	font-size: 1.2rem;
	color: #000;
}



p{
	font-size: 1.2rem;
	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;
}

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

}

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

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


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

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

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


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


@media (max-width: 768px){

	header{
		margin-top: -15px;
	}

	.header-flex{
		display: block;
	}


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

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

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

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

	#mainMenu nav > ul > li > a{
		color: #000;
	}

	#page-title{
		padding: 0;
	}
}


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

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

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





/*Body*/
body {
	font-size: 1.3em;
	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: 16px;
	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;
}

#page-title .breadcrumb,
#page-title .breadcrumb a{
	color: #FFF !important;
}


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



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

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



h2.subtitle-article{
	color: #af126b;
	font-size: 24px;
	font-weight: 400;
	position: relative;
}

h2.subtitle-article:after{
	position: absolute;
	bottom: -10px;
    left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #86a009;
}



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


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


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

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

.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 {
    max-height: 65px;
    padding-bottom: 6px;
}




.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: 85%;
}

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

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

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

.rsformappointment-form h2{
	color: #010a2a;
    font-size: 24px;
    margin-top: 20px;
}


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


#xtra-mdule{
	padding: 0px 0 80px 0;
}


.single-post span.logo-default img{
	max-height: 60px;
}

.breadcrumb .active span{
	color: #FFF;
}

.widget ul li{
	width: 100%;
}


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

#page-title[data-bg-parallax] .page-title > h1{
    font-size: 32px;
    text-transform: uppercase;
}

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

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

.mod-breadcrumbs__wrapper{
  display: flex;
  justify-content: center;
}



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

	.formResponsive input[type="text"]{
		width: 90% !important;
	}
}

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

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





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

	}

}

