body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a,
.btn,
input,
button,
:after,
:before{
    transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
}

.qodef-show-element-left{
	animation-name: qodef-show-element-left;
}

.qodef-show-element-right{
	animation-name: qodef-show-element-right;
}

.qodef-show-element-bottom{
	animation-name: qodef-show-element-bottom;
}

.qodef-show-element-top{
	animation-name: qodef-show-element-top;
}

.wow{
	animation-duration: 1.3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.645,.045,.355,1);
}

.cust-title-48{
	line-height: 1;
	font-size: 44px;
	font-weight: bold;
}

.menu .navbar-brand img{
	width: 90%;
	height: 90%;
	max-height: inherit;
}

.menu a{
	font-weight: normal;
	font-family: 'Circular Std Medium';
}

.menu-sidebar a{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 10px;
	margin-right: 30px;
	background: #07beb8;
	font-family: 'DM Sans';
}

.menu-sidebar a:hover,
.menu-sidebar a:focus{
	background: #5f0f40;
}

.menu .nav > li > a{
	position: relative;
}

.menu .nav > li > a:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	content: '';
	width: 0;
	height: 5px;
	margin: auto;
	background: #5f0f40;
	border-radius: 0 !important;
}

.menu .nav > li > a:hover:after,
.menu .nav > li > a:focus:after,
.menu .nav > li.active > a:after{
	width: 100%;
}

.top-bar,
#masthead{
	box-shadow: none;
}

.top-bar div{
	color: #333333;
	font-size: 16px;
	font-family: 'Circular Std Medium';
}

.top-bar li a{
	text-transform: uppercase;
}

.top-bar li:after{
	position: relative;
	content: '/';
	padding: 0 5px;
}

.top-bar li:last-child:after{
	display: none;
}

.full-width-img,
.full-width-img img{
	width: 100%;
}

.footer-bottom-sec .book-appo-sec,
.footer-bottom-sec .book-connect-sec{
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-bottom-sec .book-appo-sec{
	padding-right: 40px;
}

.footer-bottom-sec .book-connect-sec{
	padding-left: 40px;
}

.btn-book a{
	border: 0 !important;
	color: #fff !important;
	font-size: 18px !important;
	border-radius: 0 !important;
	padding: 5px 30px !important;
	background: #07beb8 !important;
	font-family: 'Circular Std Book' !important;
}

.btn-book a:hover,
.btn-book a:focus{
	background: #5f0f40 !important;
}

.book-appo-sec{
	position: relative;
}

.book-appo-sec::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	content: '';
	width: 1px;
	margin: auto;
	height: 100px;
	background: #b7b7b7;
}

#footer,
.footer-bottom-sec{
	margin-top: -90px;
}

#footer{
	padding-top: 50px;
}

.book-appo-sec p{
	color: #4d4e4a;
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Circular Std Medium';
}

.btn-book{
	margin-bottom: 10px;
}

#footer a,
#footer div{
	color: #efd9ce;
	font-size: 16px;
	font-family: 'DM Sans';
}

#footer .menu li{
	margin-bottom: 0;
	border-bottom: 0;
}

.footer-mail{
	text-decoration: underline;
}

.sidebar-header,
#footer .subfooter div,
#footer .subfooter div a{
	font-family: 'Circular Std Medium';
}

#footer .subfooter div{
	color: #6f6e6e;
	font-size: 14px;
}

#footer .subfooter div a{
	color: #000;
	font-size: 14px;
}

.maria-des{
	position: absolute;
	z-index: 1;
	color: #fff;
	right: 45px;
	bottom: 20px;
	padding: 15px;
	background: #5f0f40;
}

.maria-des p{
	margin-bottom: 0;
}

.maria-img{
	position: relative;
	z-index: 1;
	padding: 0 30px;
}

.maria-img:after{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	width: 100%;
	height: 70%;
	margin: auto;
	background: #adeae8;
}

.common-pr{
	padding-right: 50px;
}

.about-des p{
	padding-top: 10px;
}

.btn-common{
	font-size: 18px;
	border-radius: 0;
	font-weight: 500;
	padding: 6px 30px;
	background: #07beb8 !important;
}

.btn-common:hover,
.btn-common:focus{
	background: #5f0f40 !important;
}

.about-practice{
	padding-left: 50px;
}

.about-practice .maria-img{
	padding-right: 0;
}

.cust-testi-list .blockquote-list{
	position: relative;
	background: #fff;
	padding: 60px 15px 15px;
}

.cust-testi-list .blockquote-list::after{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	content: '';
	width: 50px;
	height: 50px;
	opacity: 0.5;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('http://popwebserver03.com/projects/cfc/wp-content/uploads/2021/04/quote.svg');
}

.cust-testi-list .blockquote-list p,
.cust-testi-list .blockquote-list footer{
	color: #333333;
	text-align: center;
	font-family: 'DM Sans';
}

.cust-testi-list .blockquote-list p{
	min-height: 150px;
}

.cust-testi-list .blockquote-list footer{
	text-transform: uppercase;
}

.cust-testi-list .blockquote-list footer:before{
	display: none;
}

.contactmap{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dedbdb;
}

.cust-contactform .form-control{
	border: 0;
	color: #464946;
	border-radius: 0px;
}

.cust-contactform .form-control:not(textarea){
    height: 50px;
}

#btn-submit{
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 0px;
    background: #07beb8;
    padding: 5px 50px 5px 50px;
}

#btn-submit:hover,
#btn-submit:focus{
	background: #5f0f40;
}

textarea{
	resize: vertical;
}

.contact-map-sec{
	margin-top: -150px;
}

.cust-title-18{
	font-size: 18px;
	font-family: 'Circular Std Medium';
}

.form-control::placeholder{
  	color: #464946 !important;
  	opacity: 1;
}

.form-control:-ms-input-placeholder{
  	color: #464946 !important;
}

.form-control::-ms-input-placeholder{
  	color: #464946 !important;
}

.contact-des p,
.contact-des p a{
	color: #333333;
	font-family: 'Circular Std Book';
}

.common-des p{
	padding-bottom: 15px;
	font-weight: 400;
}

.cust-counter .odometer-inside{
	position: relative;
	margin: 0 auto;
	width: max-content;
}

.cust-counter{
	padding-bottom: 0;
}

.cust-counter .odometer-inside::after,
.cust-counter .odometer-inside::before{
	color: #5f0f40;
}

.cust-counter .odometer-inside::after{
	content: 'Years';
	font-size: 34px;
	font-weight: 500;
}

.es .cust-counter .odometer-inside::after{
	content: 'años';
}

.cust-counter .odometer-inside::before{
	position: relative;
	top: 10px;
	content: '+';
	line-height: 0;
	font-size: 50px;
	font-weight: bold;
}

.cust-counter .odometer-inside span{
	color: #5f0f40;
	font-size: 58px;
	font-weight: bold;
	letter-spacing: 5px;
}

.cust-title-36,
.counseling-head h2{
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
}

.cust-title-24{
	font-size: 22px;
}

.english-btnlist a,
.english-btnlist .cust-pf_btn{
	width: 100%;
	display: block;
}

.english-btnlist .cust-pf_btn a{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	border-radius: 0;
	text-align: left;
	border: 0 !important;
	color: #3f3f3f !important;
	padding: 20px 30px 20px 20px;
	background-image: none !important;
	background-color: #f0f0f0 !important;
}

.resp-accordion:after,
.english-btnlist .cust-pf_btn a::after,
.cust-tabs .resp-vtabs .vresp-tabs-list li.vresp-tab-item:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	height: 25px;
	margin: auto;
	line-height: 1;
	font-size: 24px;
	content: '\f105';
	font-family: 'FontAwesome';
}

.english-btnlist .cust-pf_btn a:hover,
.english-btnlist .cust-pf_btn a:focus{
	color: #fff !important;
	background-color: #5f0f40 !important;
}

.english-btnlist .cust-title-24{
	padding-left: 20px;
}

.cust-tabs .tab_set1 .vresp-tab-content-active, .cust-tabs .tab_set2 .vresp-tab-content-active{
	color: #333333;
	background-color: #fff !important;
}

.cust-tabs .resp-vtabs .vresp-tabs-list li,
.cust-tabs .resp-vtabs li.vresp-tab-active,
.cust-tabs .tab_set1 .vresp-tab-item:hover{
	padding: 15px 30px;
	margin: 0 !important;
	border: 0 !important;
	color: #333333 !important;
}

.cust-tabs .resp-vtabs .vresp-tabs-list li{
	position: relative;
/*	text-transform: capitalize; */
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.cust-tabs .resp-vtabs .vresp-tabs-list li:after{
	opacity: 0;
	font-size: 20px;
}

.resp-accordion:after{
	font-size: 20px;
	content: '\f107';
}

.resp-accordion{
	position: relative;
}

.cust-tabs .resp-vtabs li.vresp-tab-active:after,
.cust-tabs .tab_set1 .vresp-tab-item:hover:after{
	opacity: 1;
}

.cust-tabs .resp-vtabs li.vresp-tab-active{
	font-weight: bold;
}

.tab_set1 .vresp-tabs-container{
	background-color: #fff;
}

.resp-vtabs .vresp-tab-content{
	padding: 0 50px 15px !important;
}

.resp-vtabs .vresp-tab-content .cust-title-36{
	margin-top: 0;
	font-weight: 500;
	text-align: left !important;
}

.resp-vtabs .vresp-tab-content p{
	padding: 10px 0;
}

.resp-vtabs .vresp-tab-content p strong{
	display: block;
	color: #5f0f40;
	font-weight: 500;
}

.resp-vtabs .vresp-tab-content p br{
	display: none;
}

.specialhead{
	padding: 0 30px 10px;
	background: #dcf6f5;
}

.resp-vtabs ul.vresp-tabs-list{
	padding: 20px 0;
	background: #dcf6f5;
}

.counseling-head h4{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.counseling-des-sec p{
	padding-bottom: 15px;
}

.counseling-head h2{
	margin-top: 0;
}

.three-counter .odometer-inside:after,
.about-fif-counter .odometer-inside:before,
.thirty-plus-counter .odometer-inside:before{
	display: none;
}

.thomas-des,
.working-des{
	text-align: center;
}

.purposes-des{
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
}

.thomas-des h2{
	margin-top: 0;
	line-height: 1;
	font-size: 20px;
}

.hover-img-sec{
	padding: 0;
}

.hover-img-sec .jag-hoverimage-title{
	font-weight: 500;
	font-size: 42px !important;
	line-height: 1.2 !important;
}

.jag-hoverimage-short-desc{
	font-size: 18px !important;
	font-family: 'Circular Std Book';
}

.jag-hoverimage-short-desc i{
	position: relative;
	top: 1px;
	color: #fff;
	padding-left: 10px;
}

.location-box-sec{
	margin-top: -160px;
	padding-top: 100px;
}

.location-box-sec .jag-himg-wrapper .jag-hoverimage-overlay,
.location-box-sec .jag-himg-wrapper .jag-himg-s4 .jag-hover-content-wrapper{
	background-color: rgba(7, 190, 184, 1) !important;
}

.location-box-sec .our-location-box .jag-himg-wrapper .jag-hoverimage-overlay,
.location-box-sec .our-location-box .jag-himg-wrapper .jag-himg-s4 .jag-hover-content-wrapper{
	background-color: rgba(239, 217, 206, 1) !important;
}

.location-box-sec .individuals-box .jag-himg-wrapper .jag-hoverimage-overlay,
.location-box-sec .individuals-box .jag-himg-wrapper .jag-himg-s4 .jag-hover-content-wrapper{
	background-color: rgba(95, 14, 64, 1) !important;
}

.location-box-sec .jag-himg-wrapper:hover .jag-hoverimage-overlay,
.location-box-sec .jag-himg-wrapper:hover .jag-himg-s4 .jag-hover-content-wrapper{
	background-color: rgba(7, 190, 184, 0.8) !important;
}

.location-box-sec .our-location-box .jag-himg-wrapper:hover .jag-hoverimage-overlay,
.location-box-sec .our-location-box .jag-himg-wrapper:hover .jag-himg-s4 .jag-hover-content-wrapper{
	background-color: rgba(239, 217, 206, 0.8) !important;
}

.location-box-sec .individuals-box .jag-himg-wrapper:hover .jag-hoverimage-overlay,
.location-box-sec .individuals-box .jag-himg-wrapper:hover .jag-himg-s4 .jag-hover-content-wrapper{
	background-color: rgba(95, 14, 64, 0.8) !important;
}

.location-box-sec .jag-himg-wrapper .jag-hoverimage-card{
	height: 350px !important;
}

.location-box-sec .jag-himg-wrapper{
	height: 350px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.location-box-sec .jag-himg-wrapper:hover{
	height: 400px;
	margin-top: -50px;
}

.location-box-sec .jag-himg-wrapper:hover .jag-hoverimage-card{
	height: 400px !important;
}

.location-box-sec .jag-himg-wrapper:hover .jag-hoverimage-card{
	transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
}

.contact-common-box{
	padding: 0;
}

.contact-common-box .jag-hoverimage-title{
	position: relative;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 30px !important;
	padding-bottom: 30px !important;
}

.contact-common-box .jag-hoverimage-title:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: 1px;
	width: 100px;
	margin: 0 auto;
	background-color: #fff;
}

.our-location-box .jag-hoverimage-title,
.our-location-box .jag-hoverimage-short-desc{
	color: #660033 !important;
}

.our-location-box .jag-hoverimage-title:after{
	background-color: #660033;
}

.page-id-76 #footer .row{
	margin-top: 0 !important;
}


@media only screen and (min-width: 992px){
	.counseling-des-sec{
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1440px){
	.cust-title-48{
		font-size: 40px;
	}
	.hover-img-sec .jag-hoverimage-title{
		font-size: 34px !important;
	}
}

@media only screen and (max-width: 1280px){
	.menu .navbar-brand img{
		width: 80%;
		height: 80%;
	}
	.menu-sidebar a{
		font-size: 16px;
	}
	.cust-title-48{
		font-size: 36px;
	}
	.menu .nav > li > a{
		padding-left: 0;
		padding-right: 0;
	}
	.menu .nav > li{
		padding: 0 10px;
	}
	.top-bar div{
		font-size: 14px;
	}
}

@media only screen and (max-width: 1199px){
	.menu-sidebar a{
		font-size: 14px;
		margin-right: 10px;
	}
	.menu .nav > li{
		padding: 0 5px;
	}
	.menu .nav > li{
		font-size: 14px;
	}
	.cust-title-36,
	.counseling-head h2{
		font-size: 24px;
	}
	.cust-title-24{
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px){
	.menu .nav > li > a{
		width: max-content;
	}
	.menu-sidebar .sidebar-widget{
		text-align: left;
	}
	.cust-title-48{
		text-align: center !important;
	}
	.book-appo-sec::after{
		top: 0;
		left: 0;
		right: 0;
		width: 50%;
		height: 1px;
		bottom: auto;
	}
	.footer-bottom-sec .book-appo-sec{
		padding-right: 15px;
	}
	#btn-submit{
		display: block;
		margin: 0 auto;
	}
	.top-bar div{
		line-height: 1.5;
	}
	.immigration-des{
		padding: 0 30px;
		text-align: center;
	}
	.common-des,
	.cust-title-36,
	.cust-title-24,
	.res-991-center,
	.counseling-head h2{
		text-align: center !important;
	}
	.cust-title-36,
	.counseling-head h2{
		font-size: 22px;
	}
	.footer-bottom-sec .col-md-12{
		padding: 0;
	}
	#footer,
	.footer-bottom-sec{
		margin-top: 0;
	}
	.footer-bottom-sec .book-connect-sec{
		padding-left: 15px;
	}
	.footer-bottom-sec .book-appo-sec,
	.footer-bottom-sec .book-connect-sec{
		padding: 30px;
	}
	#footer .row{
		margin-top: 0 !important;
	}
	.footer-bottom-sec .container{
		width: 100%;
	}
	.counseling-des-sec{
		padding: 0 30px;
	}
	.counseling-head h4{
		font-size: 18px;
	}
	.counseling-head h4 br{
		display: none;
	}
	.cust-counter .odometer-inside span{
		font-size: 40px;
		letter-spacing: 3px;
	}
	.purposes-des{
		border-left: 0;
		border-right: 0;
		padding-top: 20px;
		margin-bottom: 20px;
		border-top: 1px solid #898989;
		border-bottom: 1px solid #898989;
	}
	.common-pr{
		padding-right: 15px;
	}
	.cust-counter .odometer-inside::before{
		top: 5px;
		font-size: 30px;
	}
	.cust-counter .odometer-inside::after{
		font-size: 24px;
	}
	.thomas-des h2{
		font-size: 30px;
	}
	.work-sec .background-overlay{
		background-color: rgba(0,0,0,0.4) !important;
	}
	.location-box-sec .jag-himg-wrapper,
	.location-box-sec .jag-himg-wrapper:hover,
	.location-box-sec .jag-himg-wrapper .jag-hoverimage-card,
	.location-box-sec .jag-himg-wrapper:hover .jag-hoverimage-card{
		height: 350px !important;
	}
	.location-box-sec .jag-himg-wrapper:hover{
		margin-top: 0;
	}
	.location-box-sec{
		margin-top: 0;
		padding-top: 0;
	}
}

@media only screen and (max-width: 768px){
	.resp-vtabs .vresp-tab-content{
		padding: 15px !important;
	}
	.tab_set1 .resp-accordion.vresp-tab-active{
		border: 0 !important;
		margin: 0 !important;
		color: #333 !important;
	}
	.tab_set1 .resp-arrow{
		display: none;
	}
	.tab_set1 .vresp-tabs-container h2heading{
		border: 0;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){
	.sidebar-header{
		padding-top: 30px;
	}
	#footer .subfooter div{
		text-align: center !important;
	}
	.cust-title-48{
		font-size: 24px;
	}
	.book-appo-sec p{
		font-size: 18px;
	}
	.contact-des p,
	.contact-des p a{
		font-size: 14px;
	}
	.cust-title-18{
		font-size: 16px;
	}
	#footer .subfooter div{
		font-size: 12px;
		line-height: 1.5;
	}
	.hover-img-sec .jag-hoverimage-title{
		font-size: 24px !important;
	}
}

@media only screen and (max-width: 375px){
	.maria-des{
		position: relative;
		right: 0;
		bottom: 0;
		text-align: center;
	}
}