/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template:	betheme
Version: 1.6.1.2
*/

/***** General ******/
a.button .button_label {
	font-family: Cormorant Upright;
	text-transform: capitalize;
	font-weight: 400;
   font-size: 24px;
       padding: 0;
}
.fancy_heading { text-align: left; }
a.button { border-radius: 0; border-width: 3px; border-style: solid; }
/*	a.button .button_label { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; font-size: 18px; }*/
/*a.button:not(.button_left) .button_label {padding: 3px 20px;}*/
#Subheader:after { display: none; }
#Subheader { padding-bottom: 0 !important; }
h2.entry-title, .single-post h2 {font-family: 'Barlow Condensed'; text-transform: uppercase;}
.section-post-related .post-related .date_label {font-size: 16px;}
.single-post:not(.home) #Content .section_wrapper,
.single-post:not(.home) #Content .container {max-width: 700px;}
.single-post:not(.home) #Subheader .container {max-width: 900px;}
#Subheader .title { width: 100%;}
.wpcf7-submit:hover {
	background-color: #231F20 !important;
    color: #fff !important;
    transition: .3s ease-in-out;
}

h1.title {
	font-size: 44px;
	line-height: 60px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.large-text p {
	font-size: 24px !important;
	line-height: 35px !important;
    font-weight: 500;
}

#Top_bar .menu > li ul {
	background: #F2F1F0;
	left: 20px;
}
#Top_bar .menu > li ul.sub-menu li a {
    color: #231F20;
    font-size: 18px;
	background: transparent;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 20px;
}
#Top_bar .menu > li ul.sub-menu li a:hover {
	color: #EB2027;
}
/***** Reusables ******/
.font-barlow { font-family: 'Barlow Condensed', sans-serif; }
.font-poppins { font-family: 'Poppins', sans-serif; }
.font-cormorant { font-family: 'Cormorant Upright', serif; }
.text-black { color: #000 !important; }
.text-white { color: #fff !important; }
.font-32 { font-size: 32px; }
.bg-blend { background-blend-mode: soft-light; }
.fullwidth-inner { max-width: 1200px; float: none; margin: 0 auto; }
.box { padding: 30px 20px; }
.serif { font-family: 'Cormorant Upright', serif; }
.serif strong { font-family: 'Poppins', sans-serif; }
	.serif .fancy_heading .title { font-family: 'Cormorant Upright', serif; font-weight: normal; line-height: 1.4; }
.valign-bottom {vertical-align:bottom;}
.shadow {box-shadow: 6px 7px 20px 5px #00000033;}
.right {float: right;}
.highlight div { display: inline; }
	.highlight div div { display: inline; }
.highlight .title { display: inline; padding: 0 5px; }
.highlight .fancy_heading .title { margin-bottom: 0; }
.highlight-inline { width: initial !important; display: inline; }
.highlight { z-index: 999; position: relative; white-space: nowrap; overflow: visible; border-radius: 0; width: auto !important;  margin-top: 50px; padding: 7px;}
.heading-highlight-container { max-width: 1220px; margin: 0 auto; float: none; }
.heading-highlight-container .column_fancy_heading { padding: 0 10px; }
a.button.button-brown { border-color: #685f51; }
a.button.button-brown:hover { background-color: #231F20; color: #fff; transition: .3s ease-in-out; }
.button-brown a.button:hover { background-color: #231F20; color: #fff; transition: .3s ease-in-out; }
a.button.button-black { border-color: #000; background-color: #000; }
	a.button.button-black:hover { background-color: #fff !important; color: #000; transition: .3s ease-in-out; }
a.button.button-large { background-color: transparent; border: 2px solid #fff; }
	a.button.button-large .button_label { font-size: 32px; padding: 15px 40px; }
	a.button.button-large:hover { background-color: #fff; color: #000; transition: .3s ease-in-out; }
	a.button.button-large.button-large-secondary { border: 3px solid #474748; color: #474748; }
.bg-offset-square {box-shadow: 35px 35px rgb(104,95,81); width: 100%;}
.hide { display: none; }
.fade-in-custom .fancy_heading h1.title { opacity: 0; margin-left:-200px; }
.fade-in-custom.highlight { opacity: 0; margin-left:-200px; }
.name.fade-in-custom .fancy_heading h2.title { opacity: 0; }
.light-box-shadow .image_frame {
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

/***** Mobile Menu ******/
#Side_slide {
    display: flex;
    flex-direction: column;
}
#Side_slide .extras {
    order: 1;
	padding: 0;
}
#Side_slide .extras .action_button:hover {
	color: #fff;
	border-color: #fff;
}
#Side_slide #menu ul li,
#Side_slide #menu > ul:last-child > li:last-child {
	border: none;
}
#Side_slide #menu ul li a {
	font-size: 24px;
	margin-bottom: 10px;
}
#Side_slide .extras .action_button {
    background: #DFD9D2;
    border-color: #DFD9D2;
    border-radius: 0;
    font-size: 22px;
    font-family: 'Cormorant Upright';
    color: #231F20;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px;
}
#Side_slide #menu ul li ul li a {
    font-family: "Barlow Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    margin: 0;
}

#Side_slide .close-wrapper a.close {
	margin: 15px 20px 0 0;
}
#Side_slide .close-wrapper a.close i {
    font-size: 32px;
    line-height: 34px;
}
#Side_slide .icon-cancel-fine:before {
    content: '\e8fb';
    transform: rotate(45deg);
}

/* #Side_slide #menu ul li.submenu .menu-toggle:after {
    content: '\e8b7';
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
	transform: rotate(180deg);
}
#Side_slide #menu ul li.hover > .menu-toggle:after {
    content: '\e8b7';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
	transform: rotate(-90deg);
}
 */



/*new mobile header*/
@media only screen and (max-width: 1239px){
   
	#Side_slide #menu ul li.submenu .menu-toggle {
		width: 100%;
	}
    #Side_slide #menu ul li.submenu .menu-toggle:after {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
	#Side_slide #menu ul li ul {
		background: transparent;
	}
    #Side_slide .menu {
        position: relative;
    }
    #Side_slide .menu-main > li.submenu.hover {
        position: absolute !important;
        background: #474748;
        z-index: 99;
        border: none !important;
        min-height: 585px;
        margin-top: 0;
        padding-top: 25px;
    }
    #Side_slide #menu ul li {
        border-top: none;
    }
   
    #Side_slide #menu ul li.hover > .menu-toggle {
        left: 20px;
		top: -45px;
		color: #fff !important;
		width: 100%;
		text-align: left !important;
		font-size: 16px;
		background: #474748;
		text-transform: uppercase;
		font-family: 'Cormorant Upright' !important;
    }
    #Side_slide #menu ul li.hover > .menu-toggle:after {
        content: 'Back';
        padding-left: 15px;
		font-family: 'Barlow Condensed';
    	font-weight: 500;
    }
    #Side_slide #menu ul li.hover > .menu-toggle:before {
        content: "\f104";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
	#Side_slide #menu ul li ul li a {
		padding-left: 20px;
	}
   
}   





/***** Navigation Menu ******/

#Top_bar .top_bar_right .top_bar_right_wrapper {
    display: block;
    margin: 20px 0;
}
#Top_bar.is-sticky .top_bar_right .top_bar_right_wrapper {
    display: block;
    margin: 5px 0;
}

#Top_bar .top_bar_right .action_button {
    display: block;
    padding: 5px 15px;
    font-family: Cormorant Upright;
	text-transform: capitalize;
	font-weight: 400;
   font-size: 24px;
   background-color: #685F51;
   border-color: #685F51;
}
#Top_bar .top_bar_right .action_button:hover {
	border-color: #EB2027 !important;
}
#menu-primary-navigation li.menu-item a span { text-transform: uppercase; font-weight: 500; }
a.action_button { border-radius: 0; border: 3px solid #000; transition: .3s ease-in-out; padding: 0 2px; text-transform: uppercase;}
a.action_button:hover { background-color: #EB2027 !important; border-color: #EB2027; transition: .3s ease-in-out; }
#Top_bar a.action_button {margin: 0 20px; top: 6px;}
#Top_bar .wpml-languages {float: right; margin-left: 20px; margin-right: 0;}
#Top_bar .top_bar_right {padding: 0;}
#Top_bar .wpml-languages a.active { padding: 4px 6px 6px 10px; margin-top: 6px;}


/***** Footer ******/
#Footer { text-align: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 300; }
#Footer .widget_nav_menu ul.menu { list-style-type: none; text-transform: uppercase; font-size: 24px; background-color: transparent; }
#Footer .widget_nav_menu ul.menu li { display: inline-block; padding: 5px 20px; }
#Footer .widget_nav_menu ul.menu li:after { display: none; }
#Footer .widget_nav_menu ul.menu li a:hover { text-decoration: none; color: #F1E2C3; }
#Footer .widget_nav_menu ul.menu a {font-size: 26px; font-weight: 500;}
#Footer .textwidget p { font-size: 18px; }
#Footer .textwidget i { padding: 0 10px; }
#Footer .textwidget a { text-decoration: none; }
#Footer .textwidget a:hover i { color: #F1E2C3; }
#Footer .widgets_wrapper .widget_media_image {
	padding-bottom: 0;
}
#Footer .widget_nav_menu ul.menu .outline a {
    padding: 8px 20px;
    font-family: Cormorant Upright;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #464748;
}
#Footer .widget_nav_menu ul.menu .outline a:hover {
	background-color: #231F20;
	border-color: #231F20;
	color: #fff;
	transition: 0.3s ease-in-out;
}
#Footer .widget_nav_menu ul.menu {
	min-height: 200px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
#Footer li.current_page_parent {
	position: relative;
	text-align: left;
}
#Footer ul.sub-menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    text-align: left;
    left: 0;
    top: auto;
    padding: 0;
    background: transparent;
}
#Footer .widget_nav_menu ul.sub-menu li {
	padding: 0 20px;
}
#Footer .widget_nav_menu ul.sub-menu a {
	font-size: 20px;
	white-space: nowrap;
}

#Footer #custom_html-2 a {
    font-size: 30px;
}
@media (min-width: 600px) and (max-width: 980px){
	#Footer .widget_nav_menu ul.menu a {
    	font-size: 20px;
	}
	#Footer .widget_nav_menu ul.sub-menu a {
    	font-size: 18px;
	}
}
@media screen and (max-width: 599px){
	#Footer .widget_nav_menu ul.menu {
		flex-direction: column;
		align-items: center;
	}
	#Footer ul.sub-menu {
		position: relative;
		align-items: center;
	}
	#Footer .widget_nav_menu ul.menu a {
		margin-bottom: 10px;
		text-align: center;
	}
	#Footer .widget_nav_menu ul.sub-menu a {
		margin-bottom: 0;
	}
}
/***** Page: Home ******/
#hero .column_fancy_heading { margin-bottom: 0; }
#hero .section_wrapper .one-second { position: relative; z-index: 99; margin-right: -30%; margin-left: 100px; }
#hero .section_wrapper .four-fifth { margin-right: -10%;}
#hero .name .title { font-size: 30px; padding-top: 100px; padding-left: 150px; }
#hero .title strong {font-family:"Poppins"; }
.valign-bottom video {vertical-align: bottom;}
#hero .section_video {
	filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='brightness'><feColorMatrix type='matrix' values='1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0 0 0 0 0 1.2 0'/></filter></svg>#brightness");
    -webkit-filter: brightness(108.5%);
}
#hero .content_video { width: 120%; float: right; }

#section-2 .box-white { float: right;}
#section-2 .bg-offset-square { box-shadow: 35px 35px rgb(104,95,81); width: 100%; }
#section-2 .fancy_heading { margin-bottom: 30px; }
	#section-2 .fancy_heading .title { font-size: 36px; }
		#section-2 .fancy_heading .title .serif { font-size: 52px; }
#section-2 .inside { color: #474748; }

#section-3 .fancy_heading { max-width: 500px; }
	#section-3 .fancy_heading .title { margin-bottom: 50px; }
	#section-3 .title strong{font-family:"Poppins",sans-serif;}
	#section-3 .fancy_heading .inside { margin-bottom: 30px; font-family: 'Poppins', sans-serif; color: #474748; font-size: 22px; }
#section-3 .image_wrapper { max-width: 400px; margin: 0 auto; }

#section-4 .fancy_heading { margin-bottom: 30px !important; }
	#section-4 .fancy_heading .inside { margin-bottom: 30px; font-family: 'Cormorant Upright', serif; color: #000; font-size: 28px; }
#section-4 .box-white { margin-top: 90px; font-family: 'Poppins', sans-serif; font-size: 20px; float: right; }
#section-4 .column_visual { padding-bottom: 10px; }
#section-4 .small {font-size: 17px; font-weight: 200;}
#section-4 .small strong {font-weight: bold; font-size: 25px;}
#section-4 .image_frame .image_wrapper img {width: 90%;}

.call-to-action-section:after { content: ""; width: 100%; height: 100%; display: block; background: rgba(104,95,81,0.5); position: absolute; top: 0; }
	.call-to-action-section strong { font-family:"Poppins",serif; }
	.call-to-action-section .column_visual { color: #fff; font-size: 38px; font-weight: bold; line-height: 1.2; max-width: 600px; float: none; margin: 0 auto !important; margin-bottom: 30px !important; }


.medium-text {font-size:1.2em}

/***** Page: Get Started ******/
.getting-started .highlight .fancy_heading .title { line-height: 1.8; text-transform: uppercase; font-size: 36px; font-family: 'Barlow Condensed', sans-serif; }
.getting-started .text-box-brown { background-color: #685F51; color: #fff; padding: 16px; font-size: 18px; box-sizing: border-box; }
.getting-started .contact-info p { margin-bottom: 0; color: #474748; }
.getting-started .contact-info a { color: #474748; text-decoration: none; }
.getting-started .contact-info a:hover { color: #EB2027; }
.getting-started .contact-info i.icon-phone { margin-left: 30px; }
.getting-started.step-2 .column_visual:nth-child(1) { margin-bottom: 20px; }
.getting-started.step-2 .cost { font-size: 20px; margin-bottom: 10px; }
#Content .getting-started.step-2 img.verify-status-symbol { max-width: 40px; margin-bottom: -12px; }
.getting-started.step-2 a.verify-status-link { font-size: 18px; text-decoration: underline; }


/***** Page: Services ******/
.services .serif { color: #fff; font-weight: bold; font-size: 32px; }
.columns {
	font-size: 18px;
	line-height: 1.2;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}
.columns .description { color: #888; font-size: 14px; }

.services .small { font-size: 20px; line-height: 1.2; margin-bottom: 15px !important; }
.services.bg-blend p {font-weight: 200; font-size: 36px; line-height: 40px;}
.services.bg-blend .highlight { font-size: 42px; margin: 5px 0; display: inline-block;}
.services.bg-blend .font-poppins { font-size: 25px; line-height: 30px;}
.services.book-consulation img {width: 95%;}
.services.book-consulation .font-barlow p { font-weight: 200; font-family: 'Barlow', sans-serif;}
.services.book-consulation .font-cormorant {font-size: 32px;}
.services.book-consulation .box { padding-top: 47px; padding-bottom: 47px; }
.simplybook-container { max-width: 700px; margin: 0 auto; float: none; }


/***** Page: Vocation ******/
.banner-heading .fancy_heading h1.title { color: #fff; text-align: center; margin-bottom: 40px; }
.vocation .highlight .fancy_heading .title { font-size: 24px; font-weight: bold; }
.vocation .column_video { text-align: center; }
.vocation {font-weight: 300; font-size: 17px; line-height: 24px;}
.vocation .two-fifth {z-index: 99;}
.vocation-reputation .highlight {margin-left: -80px;}
.vocation img { width: 97%;}
.vocation.story .three-fourth {width: 72%; margin-top: 40px;}


/***** Page: Permanent Residence ******/

.permanent-residence .large-text .mcb-column-inner.mcb-item-visual-inner {
    margin-bottom: 20px;
}
.permanent-residence p {
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 20px;
}
.permanent-residence h2.title {
    font-weight: bold;
    font-family: Cormorant Upright;
    font-size: 50px !important;
    line-height: 65px;
    margin-bottom: 65px;
}
.permanent-residence h2.title span {
	background-color: #f1e2c3;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 35px;
    padding: 5px 10px;
    margin-left: 20px;
}
.permanent-residence h3.title {
    font-weight: bold;
    font-family: Cormorant Upright;
    font-size: 36px !important;
    margin-top: 75px;
}
.permanent-residence .list_item .list_left {
	box-shadow: none;
	align-items: flex-start;
    justify-content: flex-end;
    padding-top: 5px;
    height: auto;
}
.permanent-residence .mcb-column-inner.mcb-item-list-inner {
    margin: 0;
}
.permanent-residence .desc {
    font: normal normal normal 20px/30px 'Poppins', sans-serif;
}
.permanent-residence .list_item {
	margin-bottom: 20px;
}
.permanent-residence .list_item .list_right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    padding: 0px;
}

.permanent-residence.why-choose .mcb-column-inner {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}
.permanent-residence .bg-darkbrown h2.title span {
	background-color: #685f51;
	color: #fff;
}
.permanent-residence.let-me .column_image .mcb-column-inner,
.permanent-residence.are-you-facing .column_image .mcb-column-inner {
	margin-bottom: 0;
}
.permanent-residence .faq .question {
	background-color: transparent;
	border-bottom: 2px solid #707070;
}
.permanent-residence .faq .question:before,
.permanent-residence .faq .question:after {
	content: none;
}
.permanent-residence .faq .question > .title .num {
	display: none;
}
.permanent-residence .faq .question > .title,
.permanent-residence .faq .question.active > .title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #161922;
    padding: 20px 0;
    font-weight: 500;
}
.permanent-residence .faq .question > .answer {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #161922;
    padding: 0 0 20px;
}
.permanent-residence .faq .question > .title > .acc-icon-plus,
.permanent-residence .faq .question.active > .title > .acc-icon-plus {
	color: #707070 !important;
	font-size: 22px;
}
.permanent-residence .faq .question > .title > .acc-icon-minus,
.permanent-residence .faq .question.active > .title > .acc-icon-minus {
	font-size: 22px;
}
.permanent-residence .icon-minus:before {
    content: '\e945';
}
.permanent-residence .icon-plus:before {
    content: '\e867';
}
/* .permanent-residence.my-reputation {
	max-width: 1000px;
	margin: 0 auto;
} */
@media (min-width: 960px) and (max-width: 1240px){
	.permanent-residence {
    	padding-top: 60px !important;
	}
	.permanent-residence.why-choose {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}
@media (min-width: 992px) and (max-width: 1240px){
	h1.title {
		font-size: 34px;
		line-height: 40px;
	}
	.large-text p {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	.permanent-residence p {
		font-size: 18px;
    	line-height: 28px;
	}
	.permanent-residence h2.title {
		font-size: 40px !important;
    	line-height: 55px;
	}
	.permanent-residence h2.title span {
		font-size: 25px;
	}
	.permanent-residence .desc {
    	font: normal normal normal 18px/20px Poppins;
	}
	.permanent-residence h3.title {
		font-size: 30px !important;
	}
	.permanent-residence .faq .question > .title,
	.permanent-residence .faq .question.active > .title {
		font-size: 18px;
    	line-height: 26px;
	}
	.permanent-residence .faq .question > .answer {
		font-size: 14px;
    	line-height: 20px;
	}
	.permanent-residence .faq .question > .title,
	.permanent-residence .faq .question.active > .title {
		padding-right: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	h1.title {
		font-size: 26px;
		line-height: 36px;
	}
	.large-text p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.permanent-residence p {
		font-size: 16px;
    	line-height: 26px;
	}
	.permanent-residence h2.title {
		font-size: 30px !important;
    	line-height: 45px;
	}
	.permanent-residence h2.title span {
		font-size: 20px;
	}
	.permanent-residence .list_item .list_right {
	    margin-bottom: 10px;
	}
	.permanent-residence .desc {
    	font: normal normal normal 16px/16px Poppins;
	}
	.permanent-residence h3.title {
		font-size: 24px !important;
	}
	.permanent-residence.why-choose .mcb-column-inner {
		padding-right: 15px;
    	padding-left: 15px;
	}
	.permanent-residence .faq .question > .title,
	.permanent-residence .faq .question.active > .title {
		font-size: 18px;
    	line-height: 26px;
	}
	.permanent-residence .faq .question > .answer {
		font-size: 14px;
    	line-height: 20px;
	}
	.permanent-residence .faq .question > .title,
	.permanent-residence .faq .question.active > .title {
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px){
	h1.title {
		font-size: 26px;
		line-height: 36px;
	}
	.large-text p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.permanent-residence p {
		font-size: 16px;
    	line-height: 26px;
	}
	.permanent-residence h2.title {
		font-size: 30px !important;
    	line-height: 45px;
    	margin-bottom: 40px;
	}
	.permanent-residence h2.title span {
		font-size: 20px;
	}
	.permanent-residence .list_item .list_left {
		padding-top: 0;
	}
	.permanent-residence .list_item .list_right {
	    margin-bottom: 10px;
	}
	.permanent-residence .desc {
    	font: normal normal normal 16px/16px Poppins;
	}
	.permanent-residence h3.title {
		font-size: 24px !important;
	}
	.permanent-residence.why-choose .mcb-column-inner {
		padding-right: 15px;
    	padding-left: 15px;
	}
	.permanent-residence .column_image .mcb-column-inner,
	.permanent-residence.let-me .column_image .mcb-column-inner,
	.permanent-residence.are-you-facing .column_image .mcb-column-inner {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.permanent-residence .button-brown {
	    margin: 25px 0 !important;
	}
	.permanent-residence .faq .question > .title,
	.permanent-residence .faq .question.active > .title {
		font-size: 18px;
    	line-height: 26px;
	}
	.permanent-residence .faq .question > .answer {
		font-size: 14px;
    	line-height: 20px;
	}
	.permanent-residence .faq .question > .title,
	.permanent-residence .faq .question.active > .title {
		padding-right: 30px;
	}

}



@media only screen and (max-width: 1239px) {
	#hero .name .title {
		padding-top: 20px;
		margin-bottom: 0;
	}
	.mcb-section-6qhemea69 .highlight {
		margin-top: 0;
	}
	#hero h1.title {
		margin-bottom: 0;
	}
}
.show-for-small {display: none;}

@media only screen and (max-width: 1239px) {
	#hero .section_wrapper .four-fifth {
		margin-right: -15%;
	}
	.services#specialization {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 1024px) {
	#hero .section_wrapper .one-second {
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px) {
	#hero .section_wrapper .one-second {
		padding-top: 10px !important;
	}
}

@media only screen and (max-width: 768px) {
	.hide-for-small {display: none;}
	.show-for-small {display: block;}
	#hero .section_wrapper .one-second {
		margin-right: 0 !important;
		margin-left: 0;
	}
	.video-replacement {}
	#hero .column_fancy_heading.highlight {width: auto !important}
	#hero { padding-top: 30px !important; }
	#hero .mcb-wrap-6e7aydggn { padding-top: 0 !important; padding-left: 0 !important; }
	#hero .column_fancy_heading.highlight { margin-top: 10px; }
	#hero .name .title { text-align: left; padding-top: 15px; }
	#hero .section_wrapper .one-second {padding-top: 0 !important}
	#hero .name .title {padding: 20px 0; font-size: 24px;}
	#hero .content_video { margin-top: -70px !important; }
}
@media only screen and (max-width: 600px) {
	#Top_bar .logo { margin-bottom: 5px; }
	#Top_bar .top_bar_right { display: none; }
	#Content { padding-top: 0; }
	#section-2, #section-4 {padding: 60px 0 !important;}
	#section-2 .bg-offset-square { box-shadow: none; }
	#section-2 .serif { line-height: 1; }
	#section-4 .image_frame .image_wrapper img { width: 100%; }
	#section-4 .box-white { padding-top: 40px !important; padding-bottom: 40px !important; }
	#section-5 { background-size: cover !important; background-position: 10% center !important; padding-top: 150px !important; padding-bottom: 150px !important; }
	#section-5 .mcb-wrap-inner { padding-left: 15px; padding-right: 15px; }
	.services.page-heading-banner { background-position: 48.5% 50% !important; }
	.services .columns { columns: 1; font-size: 14px; }
	.services#specialization { padding: 150px 15px 20px !important; background-size: cover; }
	.services#specialization p { font-size: 28px; line-height: 1; }
	.services#specialization .highlight { font-size: 28px; line-height: 1; }
	.services#specialization p .font-poppins { font-size: 20px; line-height: 1; }
	.services.book-consulation .font-barlow p { line-height: 1.15; }
	.bg-offset-square { box-shadow: 20px 20px rgb(104,95,81); }
	.getting-started .mcb-wrap-zjytckyu6 { padding: 50px 0 !important; line-height: 1.7; }
	.getting-started .mcb-wrap-zjytckyu6 .font-32 { line-height: .8; }
	.getting-started .mcb-wrap-zjytckyu6 ul { line-height: 1.1; }
	.page-id-213 #Subheader { padding-top: 20px !important; }
	.page-id-213 #Subheader h1.title { padding-bottom: 10px; }
	.getting-started .highlight { white-space: normal; }
	.getting-started .heading-highlight-container { padding-top: 10px; padding-bottom: 10px; }
	.getting-started .highlight .fancy_heading .title { font-size: 28px; line-height: 1; padding: 0;}
	.vocation.page-heading-banner p { line-height: 1.1; }
	.vocation .fancy_heading { white-space: normal; }
	.vocation-reputation .highlight { margin-left: 0; }
	.vocation.story .three-fourth { margin-top: 0; }
	.vocation .mcb-wrap-82e4p4eu7 { padding: 0 !important; }
	#Footer .widget_nav_menu ul { padding: 5px; }
}
