/*
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.8
*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');


#Top_bar {
	top: 45px !important;
	background: #000000bf;
}
#Top_bar.is-sticky {
	top: 0 !important;
}
#Action_bar {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: #000;
}
#Action_bar .contact_details {
	width: 100%
}

#Action_bar .container, #Top_bar .container {
	max-width: 94% !important
}

#Action_bar .contact_details li {
	float: right;
	margin-right: 0;
}

#Action_bar .contact_details li:first-child {
	float: left !important
}

#Action_bar .contact_details li:last-child {
	margin-right: 10px;
}
#Action_bar .contact_details li {
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
}
#Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 52px;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a {
    color: #444;
}

#Top_bar.is-sticky .menu_wrapper .menu li > a:before {
    top: 17px; 
}	

#Top_bar .menu_wrapper .menu li > a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 48px;
    left: 12px;
    height: 18px;
    width: 20px;
    transition: 0.4s;
    transform: scale(0);
    opacity: 0.4;
    z-index: -1;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

#Top_bar .menu > li.current-menu-item > a:before, #Top_bar .menu > li.current_page_item > a:before, #Top_bar .menu > li > a:hover:before {
	background-color: #ab9664c4;
	transition: 0.4s;
	transform: scale(1);
}



#Top_bar .menu > li ul {
    background-color: #da251c;
}

#Top_bar .menu > li ul li a {
	color: #fff !important
}

#s1 .l-s1 img {
	border-radius: 100px 0px 100px 0px;
}

#s1 .video {
	position: relative;
	margin-top: 40px;
	cursor: pointer;
}

#s1 .video div {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 222;
}

#s1 .video div span {
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	background-color: #b8967e;
	border: 3px solid #b8967e;
	color: #FFFFFF;
	font-size: 21px;
	margin-bottom: 5px;
	border-radius: 20px 0px 20px 0px;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
}
#s1 .video div:hover span {
	background: #222
}

.click-pop {
    position: relative;
    cursor: pointer;
    z-index: 2;
	margin: 0
}

#s1 .click-pop:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background: #fff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-radius: 20px 0px 20px 0px;
	opacity: 0.6;
	z-index: -1;
	background: rgba(255,255,255,0.3) !important;
	border: 1px solid rgba(234, 234, 234,0.6);
}
#s1 .click-pop:after {
    content: "";
    position: absolute;
	z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    animation: video-toggle-animate 1.9s linear 0s infinite;
    background: #fff;
    border-radius: 20px 0px 20px 0px;
  
}
@keyframes video-toggle-animate {
  0% {
    width: 70px;
    height: 70px;
    opacity: 0.8; }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0; }
}

.sub-title {
    color: #da251c;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-left: 31px;
}

.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to right, #da251c, rgb(184 151 128 / 6%));
}
.sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: linear-gradient(to left,#da251c,rgb(184 151 128 / 6%));
}

#s1 .r-s1 {
	padding-left: 40px;
}

.section-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.5px;
    color: #262626;
    position: relative;
    /* font-family: 'Marcellus', serif; */
    /* text-align: center; */
    text-transform: uppercase;
}

.section-title:before {
	content: '';
	display: inline-block;
	background-image: linear-gradient(to right,#da251c,rgb(58 123 213 / 0));
	border-image-slice: 1;
	width: 12%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

#s1 p {
	color: #777777;
	text-align: justify;
}

#s1 .r-s1 img {
	height: 350px;
	object-fit: cover;
}

#s1 .call-us-team {
	margin: -115px 30px 0px 30px;
	padding: 35px 35px 25px 35px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EFEFEF;
	border-radius: 50px 0px 50px 0px;
	z-index: 22222;
	position: relative;
	text-align: center;
}

#s1 .call-us-team a {
	background-color: #a0a2a5;
	color: #fff;
	border-radius: 15px 0 15px 0;
	transition: all .3s;
	display: flex;
	max-width: 345px;
	margin: 20px auto 0;
	justify-content: space-between;
}

#s1 .call-us-team a  span.cea-button-text {
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 25px;
    font-size: 15px;
}

#s1 .call-us-team a span.cea-button-num {
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 0 0 15px 0;
    background-color: #846108;
}

.nut-xem-them {
    /* border: 1px solid #fab502 !important; */
    font-weight: normal;
    /* font-size: 14px !important; */
    padding-top: 3px;
    padding-bottom: 3px;
    padding: 9px 30px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all .2s;
    background: #fab502;
    margin-top: 30px;
    font-weight: 500;
}
.nut-xem-them  span {
    -ms-transform: translateX(0.75em);
    transform: translateX(0.75em);
}
.nut-xem-them   i {
    margin-right: -.15em;
    margin-left: .4em;
}
.nut-xem-them:hover{
    background-color: #d9261c;
    color: #fff;
}
.nut-xem-them:hover span {
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nut-xem-them:hover  i {
    margin-right: -.15em;
    margin-left: .4em;
}
a:hover{
    text-decoration: none;
}

#s2 .counter .icon_wrapper, #s2 .icon_box .icon_wrapper {
	display: none
}

#s2 .icon_box h4 {
	    color: #da251c;
   
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: normal;
}

#s2 .counter {
    background-image: none;
}

#s2 .counter {
    background-image: none;
    border-right: 1px solid #EAEAEA;
	padding: 0;
}

#s2 .column_counter .mcb-item-counter-inner {
    background-image: none;
}

#s2 .column_counter:last-child .counter {
	border-right: 0;
}

#s2 .number-wrapper {
	/* font-family: 'Marcellus', serif; */
	color: #da251c;
	font-weight: bold;
}

#s2 .desc {
	font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}


#s3 .slick-slider {
    margin: 0 0 0 -30px;
}
#s3 .slick-slide {
	margin-left: 30px;
/*     margin-left:15px; */
}

#s3 .column_icon_box {
	margin: 0 0 40px;
}

#s3 .section-title {
	/* width: 70%; */
	margin: 0 0 30px;
}

#s3 .xct {
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #fab502;
	border-radius: 15px 0px 15px 0px;
	padding: 15px 30px 15px 88px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	/* right: 0; */
	/* top: 90px; */
	margin-top: 30px;
	display: inline-flex;
}

#s3 .xct .cea-button-icon {
	 font-size: 26px;
	 vertical-align: middle;
	 position: absolute;
	 top: 0;
	 left: 0;
	 padding: 0 15px;
	 height: 55px;
	 line-height: 55px;
	 background-color: #0d152c;
	 border-radius: 15px 0 0px 0;
	 color: #fff;
	 transition: all .3s;
}

#s3 .icon_box {
	position: relative;
	color: #797979;
	background-color: #FFFFFF;
	box-shadow: 3px 5px 41px 0px rgb(2 24 93 / 6%);
	padding-bottom: 0;
	margin: 20px 0;
}

#s3 .icon_box:before {
	content: "";
    width: 40px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 40px;
    transition: all .3s;
    background: linear-gradient(to left,rgb(162 128 52 / 45%),rgb(58 123 213 / 0));
    transition: all .3s;
}

#s3 .icon_box:hover:before {
	background: linear-gradient(to left,rgb(162 128 52 / 75%),rgb(58 123 213 / 0));
}

#s3 .icon_box .image_wrapper {
	text-align: left;
	padding: 20px 30px 0;
}

#s3 .icon_box .image_wrapper img {
    height: 51px;
    margin-left: 0;
    object-fit: cover;
    width: auto;
}

#s3 .icon_box .desc_wrapper {
    text-align: left;
}


#s3 .icon_box .desc_wrapper h4 {
	color: #262626;
	position: relative;
	font-family: 'Marcellus', serif;
	font-size: 25px;
	line-height: 30px;
	margin: 20px 0;
	padding: 0 30px;
}

#s3 .desc p {
	    color: #797979;
	    font-size: 16px;
	    line-height: 25px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    padding: 0 30px;
	    margin-bottom: 35px;
}

#s3 .icon_box .desc_wrapper img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

#s3 .slick-arrow {
    line-height: 20px;
    margin-bottom: 0!important;
    position: absolute !important;
    bottom: -25px;
    right: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #8d6906 !important;
}

#s3 .slider_prev.slick-arrow {
	 margin-right: 65px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}


#tt {
	background: #f9f7f5
}

#tt .slick-dots {
	text-align: center;
	margin-top: 40px;
}

#tt .slick-dots li {
	display: inline-block;
	list-style: none;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 4px 0 4px 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
	background-color: #fab502;
	margin: 0 7px;
	cursor: pointer
}

#tt .slick-dots li.slick-active {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}


#tt .slick-slider {
    margin: 0 -15px;
}
#tt .slick-slide {
	margin-right: 15px;
    margin-left:15px;
}

#tt .item {
	position: relative
}

#tt .desc-post-law {
	margin-left: 0;
	/* margin-right: 50px; */
	margin-bottom: 0;
	position: absolute;
	padding: 12px;
	bottom: 0;
	box-shadow: none;
	background: #ffffffe3;
	text-align: left;
	width: 100%;
}

#tt .date-post {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 70px;
    text-align: center;
    height: 70px;
    padding: 12px 10px 10px;
    font-size: 14px;
    line-height: 19px;
    border-top-left-radius: 20px;
    background-color: #db2c23c9;
    font-weight: bold;
    display: none;
}

#tt .date-post .d {
	display: block;
}

#tt .desc-post-law h3 {
	 /* margin-bottom: 23px; */
	 font-size: 16px;
	 line-height: 1.4em;
	 color: #262626;
	 /* font-family: Marcellus; */
	 font-weight: 400;
	 text-align: left;
	 padding-top: 0;
	 /* padding-right: 55px; */
	 margin-bottom: 12px;
}

.slider-box-news .img-p img {

	object-fit: cover;
	width: 100%;
}

#tt .xt {
	text-transform: uppercase;
	fill: #B8967E;
	color: #e0564f;
	background-color: #B8967E00;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.5px;
	float: right;
	font-style: italic;
	font-weight: bold;
}

#tt .img-p {
	position: relative
}

#tt .img-p:before {
	content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
  
    transition: all .3s;
}

#tt .item:hover .img-p:before {
	opacity: 1;
    transition: all .3s;
    width: 100%;
}

#Footer h4 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	/* font-family: 'Marcellus'; */
}

#Footer h4:after {
	content: "";
	height: 2px;
	width: 50px;
	border-radius: 80px;
	position: absolute;
	right: -64px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to right, #df5a52, rgb(184 151 128 / 0));
}


#Footer .footer_copy .copyright {
    font-size: 15px;
}

#Footer p, #Footer li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

#Footer .social{
	display: flex;
	margin-bottom: 20px;
}
#Footer .widget{
	margin: 0;
}

.footer_copy{
	padding: 15px 0;
}
#Footer .social li{
    margin-right: 10px;
}
#Footer .social li i{
    width: 40px;
    color: #fff;
    height: 40px;
    background: #3b5997;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Footer .social li i.icon-twitter{
    background: #00aced;
}
#Footer .social li i.icon-linkedin{
    background: #0274b3;
}
#Footer .social li i.icon-pinterest{
    background: #c35513;
}
#Footer .social li i.icon-instagram{
    background: #e0479c;
}

a:hover {
	text-decoration: none
}

#Footer .fr-ft {
	display: flex;
	border-bottom: 1px solid #ccc
}

#Footer .fr-ft input {
	background: transparent;
	border: 0;
	color: #fff;
}

#Footer .fr-ft .wpcf7-form-control-wrap {
	width: 90%;
}

#Footer .fr-ft .wpcf7-submit {
	width: 10%;
	position: relative;
	text-indent: -99999px;
}

#Footer .fr-ft .wpcf7-submit:before {
	content: '\e858';
    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; 
	position: absolute;
	right: 0;
	top: 5px;
}

#Footer .wpcf7-spinner {
	width: 0;
	margin: 0;
}

input[type="email"]:focus {
	background-color: transparent !important
}

#Footer .im {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

#Footer .im i {
	position: absolute;
}

#Footer .footer_action {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

#Footer .footer_action .title-wrap {
	text-align: left;
	padding: 20px 0;
}

#Footer .footer_action .title-wrap .sub-title {
    color: #bfa04d; 
}

#Footer .footer_action .title-wrap .section-title {
	color: #fff;
	width: 60%;
	margin: 0;
	padding: 0;
}

#Footer .footer_action .section-title:before {
	display: none 
}

#Footer .footer_action .xct {
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #B8967E;
	border-radius: 15px 0px 15px 0px;
	padding: 15px 40px;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: 90px;
	background: linear-gradient(to right,#bfa04d 0,rgb(227 223 220 / 36%));
}

#Subheader {
    background-color: #000000c9 !important;
}

.sidebar .widget {
    padding: 30px 30px;
    background: #FAFAFA;
}

.sidebar .widget.add-div {
	padding: 0;
    background: transparent;
    margin: 0;
}

.sidebar .widget > h3 {
	font-size: 22px;
	line-height: 30px;
	color: #262626;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	font-family: 'Marcellus';
}

.sidebar .widget > h3:after {
	content: "";
	height: 2px;
	width: 50px;
	border-radius: 80px;
	position: absolute;
	right: -64px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to right, #da251c, rgb(184 151 128 / 0));
}

.sidebar .post-excerpt {
	display: none
}

.sidebar .post-desc {
    padding: 0 0 0 15px;
}

.sidebar .post-desc .entry-title {
	line-height: 20px;
	font-weight: 600;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 0;
}

.sidebar .post-meta {
    margin-bottom: 5px;
}

.sidebar .post-photo-wrapper {
    width: 30%;
    float: left;
}

.sidebar .post-photo-wrapper img {
	border-radius: 0 10px 0 10px;
   width: 100%;
    height: 70px;
    object-fit: cover;
}

.sidebar .post-desc-wrapper {
    width: 70%;
    float: left;
}

.sidebar .post-head {
	font-size: 14px; 
	line-height: 20px;
}

.sidebar .post-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar .post-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.archive.category .column_blog .post-desc-wrapper {
    box-shadow: 0px 12px 10px rgb(238 239 240 / 25%);
    border-radius: 0;
    border: 1px solid #F2F5FA;
}

.archive.category .column_blog .post-head {
	 position: absolute;
	 bottom: 200px;
	 left: 30px;
	 padding: 6px 17px 8px;
	 color: #fff;
	 margin-bottom: 0;
	 border: solid 4px;
	 border-radius: 15px 0 15px 0;
	 background-color: #da251c;
	 color: #fff;
	 display: none;
}

.archive.category .column_blog .post-meta {
    margin-bottom: 0;
    color: #fff !important;
    font-weight: 600;
}

.archive.category .column_blog img {
	height: 370px !important;
	object-fit: cover;
	width: 100%;
}

.post-header .title_wrapper h1 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
}

#lh .icon_box {
    margin: 0px 0px 0px 0px;
    padding: 43px 35px 38px 35px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EFEFEF;
    border-radius: 20px 0px 20px 0px;
    width: 94%;
}

#lh .icon_box .icon_wrapper {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 25px;
    border-width: 1px;
    box-shadow: none !important;
    background-image: none;
    border-color: #926c13 !important;
	transform: rotateY(0deg);
    transition: all .5s;
}

#lh .icon_box .icon_wrapper i {
	color: #926c13	
}

#lh .icon_box:hover .icon_wrapper {
    background-color: #926c13 !important;
    border-color: #926c13 !important;
	transform: rotateY(360deg);
    transition: all .5s;
}

#lh .icon_box:hover .icon_wrapper i {
	color: #fff !important
}

#lh .icon_box .icon_wrapper:before {
	display: none
}

#lh .icon_box .desc_wrapper h4 {
    font-family: Marcellus;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    margin: 25px 0;
}

#lh .desc {
	color: #797979;
    font-size: 15px;
    line-height: 22px;
}

#lh .fr-lh {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 50px;
    padding: 50px 55px 50px 55px;
    background-color: #FAFAFA;
}

#lh input, #lh textarea {
	border: 0;
    background: transparent;
    box-shadow: none;
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

#lh .box-form {
	display: flex;
}

#lh .box-form .wpcf7-form-control-wrap {
	width: 50%;
	margin-right: 30px;
}

#lh .box-form .wpcf7-form-control-wrap:last-child {
	margin-right: 0;
}

#lh textarea {
	height: 90px;
}

#lh .wpcf7-submit {
	border-radius: 15px 0 15px 0;
    padding: 0px 35px;
    background: #845f08;
    font-weight: bold;
}


 #tt .post-item{
    box-shadow: 0px 0px 3px #afafaf94;
    padding: 10px;
    transition: 0.5s;
    cursor: pointer;
}
#tt .post-item:hover{
    transform: translatey(-15px);
}
#tt .grid .post-desc-wrapper .post-desc {
    padding: 10px 10px 0;
}
#tt .image_wrapper img{
    max-height: 220px;
    min-height: 220px;
}
#tt h3.entry-title{
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    margin: 10px 0;
    height: 45px;
}
#tt h3.entry-title a{
    color: #e0554e;
}
#tt .post-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
}
#tt .post-meta {
    margin-bottom: 5px;
    font-size: 14px;
    font-style: italic;
}

#tt .post-meta i {
	margin: 0 2px;
}

#tt .icon-calendar-line {
	margin-left: 7px !important;
}

#tt .column_blog .mcb-item-blog-inner {
	margin-bottom: 0;
}

#dt .slick-slide {
                margin: 0 10px !important
            }

#dt .content_slider .content_slider_ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e4e2e2;
      padding: 3px 10px;
      border-radius: 3px;
}

#dt .content_slider .content_slider_ul li img {
	height: 120px;
	object-fit: cover;
	width: auto;
}

#dt p {
	width: 80%;
    margin: 0 auto;
}

.subheader-both-left #Subheader .breadcrumbs {
    margin-top: 0;
}

.section-related-adjustment h3 {
	    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.section-post-related {
	clear: both
}

.single-photo-wrapper.image {
    margin-bottom: 15px;
}

.single-photo-wrapper.image img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

#s1 .section-title:before, #s3 .section-title:before {
	width: 15%;
    left: 0;
    bottom: 5px;
    transform: translateX(0);
}

.search-results .post-desc img {
    height: 370px !important;
    object-fit: cover;
    width: 100%;
}

.search-results .post-title {
    padding: 20px 0 0;
}

@media only screen and (max-width: 1145px) {

#Action_bar {
    display: none !important
}	
	
#Top_bar a.responsive-menu-toggle i{
    color: #da251c;
    font-size: 26px;
}	
	
.text-bn {
    position: absolute;
    left: 15px;
    top: 25px;
    max-width: 375px;
    line-height: 1 !important;
    white-space: unset;
    white-space: normal !important;
    word-wrap: normal !important;
    text-align: center;
}	
	
.text-bn h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    width: 375px !important;
    text-align: center;
}
	
.text-bn p {
	font-size: 15px; 
	line-height: 22px;
	margin-bottom: 20px;
	color: #fff;
	 width: 375px !important;
    text-align: center;
}	
.text-bn .xct {
    border-radius: 15px 0px 15px 0px;
    padding: 11px 25px 11px 25px;
    font-size: 13px;
    display: inline-block;
}	
.text-bn .xct .cea-button-icon {
    display: none; 
}	
#s1 .r-s1 {
    padding-left: 0;
}
	
p, li {
	font-size: 18px;
	line-height: 28px;
}	
#s1 .video {
    margin-top: 0;
}	
	
#s1 .call-us-team {
    margin: 0;
    padding: 25px 25px 10px; 
}	
	
#s1 .call-us-team a span.cea-button-text {
    padding: 9px 15px;
    font-size: 15px;
    display: flex;
}	
#s1 .call-us-team a span.cea-button-num {
	padding: 9px 30px
}
#s1 .call-us-team a {
    max-width: 100%;
}
	
#s3 {
	background: #fff !important;
	padding: 40px 0 !important
}	
	
#s3 .section-title {
    width: 100%;
}	
	
#s3 .xct {
    position: relative;
    right: auto;
    top: auto;
}	
#s3 .xct .cea-button-icon {
    height: 47px;
    line-height: 47px;
}	
.section-title {
    font-size: 25px;
    line-height: 35px;
}	
	
#s3 .slick-dots {
	text-align: center 
}

#s3 .slick-dots li {
	display: inline-block;
	list-style: none;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 4px 0 4px 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
	background-color: #916c09;
	margin: 0 7px;
	cursor: pointer
}

#s3 .slick-dots li.slick-active {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

#s3 .icon_box .desc_wrapper h4 {
	font-size: 22px; 
	line-height: 28px; 
	height: 50px;
}	
	
#s3 .column_icon_box {
	margin-bottom: 20px;
}	
	

#tt .desc-post-law h4 {
	font-size: 20px;
	line-height: 25px;
}
  
 
	
#Footer .footer_action .title-wrap .section-title {
    width: 100%;
}	
	
#Footer .footer_action .xct {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 25px;
    display: inline-block;
}
	
#Footer .footer_action .section-title {
    font-size: 25px;
    line-height: 30px;
}
	
#Subheader {
    /* padding: 30px 0 30px; */
}
	
#Subheader .title {
	display: none
}	
#Top_bar {
    box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}	
	
.single-post .the_content_wrapper  {
	text-align: justify
}
	
.section-related-adjustment h3 {
	font-size: 17px; 
	line-height: 25px;
	font-weight: bold;
}
.single-photo-wrapper.image {
    text-align: center;
    float: left;
    width: 30%;
    margin-right: 15px;
}	
.section-related-adjustment h4 {
	font-size: 15px; 
	line-height: 20px; 
	font-weight: bold;
}

.sidebar .post-desc-wrapper .post-desc {
    padding: 0 0 0 15px;
}	
	
.archive.category .column_blog .entry-title {
	font-size: 17px; 
	line-height: 25px; 
	font-weight: bold;
}
.post-excerpt {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
}	
	
#lh .fr-lh {
    margin: 0;
}	

#lh .icon_box {
    width: 100%;
}	
  
  #s1 {
  padding-top: 30px !important;
  }  
  
 .search-results #Subheader .title {
        display: block;
    }
  
      .mobile-tb-center #Top_bar .top_bar_right {
     
        display: none;
    }
  
}

@media only screen and (max-width: 375px){
.text-bn p, .text-bn, .text-bn h3 {
    width: 355px !important;
}
}