img{max-width:100%;height:auto;display:block;}
 .clear{clear:both}
  .text-left{text-align:left}
  .text-right{text-align:right}
  .text-center{text-align:center}
picture.aligncenter,
figure{
	margin:0px!important;
	padding:0px!important
}
.parallax{position:relative;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;width:100%}
  .parallax-overlay{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.4;z-index:0;margin-top:0}
  .container-parallax{position:relative;z-index:1}
  .no_parallax{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;background-attachment:inherit}
.content-post{
	background:#fff;
}
#main-color2 .cta_title,
#main-color .cta_title{
	color:#fff;
}
 
 a{
     text-decoration:none;
	 color:var(--main-color);
	transition:all 0.3s;
 }
 
 
a:hover{
	 color:var(--second-color);
}
 
 
 *{
	margin:0px;
}
p{
    margin-bottom:15px;
}

:root{
    --main-color:#27273d;
     --second-color:#8585ff;
}
a:hover{
    
    text-decoration:none;
}
html {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
       font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
	margin: 0; 
	font-size:16px ;
	line-height: 30px;
	color: #3c3c3c;
	overflow-x: hidden;
	
}

@font-face {
   font-family: 'br_candorbold';
    src: url('/app/themes/websearchengineering/resources/assets/fonts/brink_-_br_candor_bold.woff2') format('woff2'),
         url('/app/themes/websearchengineering/resources/assets/fonts/brink_-_br_candor_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 font-display: swap;
}


h1, h2, h3, h4, h5, h6{
	text-transform:capitalize;
	font-family: 'br_candorbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.aligcenter {
	margin:auto;
	display:block;
}




@media(min-width:1201px){
    

    
body.logged-in  .header3{
top: 32px;	
}


 .header3{
position: fixed;
    background: transparent;
	width:100%;
	
}


	
	.hide_desktop,
	.mobile_show{
		display:none;
	}

#navigation .menu-main-menu-container > ul > li>ul.sub-menu li{list-style:none;}	
#navigation .menu-main-menu-container > ul > li>ul.sub-menu li a{color:#333;font-size: 16px;position:relative;
display: block;line-height: 23px;padding: 17px 0;border-bottom: 1px solid #ddd;}	

#navigation .menu-main-menu-container > ul > li>ul.sub-menu li a:hover{
background:var(--main-color);color:#fff;}

#navigation .menu-main-menu-container > ul > li:hover>ul.sub-menu{display: block;}
#navigation .menu-main-menu-container > ul > li.mega_menu > ul.sub-menu{
	padding-top:10px;
}
#navigation .menu-main-menu-container > ul > li.mega_menu > ul.sub-menu > li {
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}
#navigation .menu-main-menu-container > ul > li.mega_menu > ul.sub-menu > li > a, .menu_head > a {
padding-left: 0px;
font-weight: 600;
font-size: 15px;
}

 #navigation .menu-main-menu-container > ul > li > ul.sub-menu li:last-child a{
         border-bottom: 0px solid #ddd;
 }
#navigation .menu-main-menu-container > ul > li.mega_menu >ul.sub-menu{
	padding-left:5px;
	padding-right:5px;
}
#navigation .menu-main-menu-container > ul > li.mega_menu.w_less >ul.sub-menu{
		max-width:700px;
}
#navigation .menu-main-menu-container > ul > li.mega_menu.w_less > ul.sub-menu > li {
  width: 50%;}
.mobile_menu{
	display:none;
}
.mobile_hidden{
	display:block;
}
	
}

/* min-width:1201px  */
/** ================== 
header 2
===========================**/
.top_sec {
    background: var(--main-color);
    color: #fff;
    padding: 6px 0;
	
}
.top_sec a{
	color:#fff;
	font-size:16px;
}
.header2 .nav_logo a img {
    max-width: 190px;
    display: block;
}
body:not(.logged-in) .header2 {
    top: 0px;
}
.header2 {
    padding: 7px 0px;
    box-shadow: 0 4px 10px -8px rgba(0,0,0,0.45);
  
    background: #fff;
    z-index: 99;
    width: 100%;
    top: 32px;
}
.header2  .container  .row {
    justify-content: space-between;
}
.header2 .container  .row {
    margin: 0px;
}
.align_center {
    align-items: center;
}
.header2 .menu_sec {
    float: right;
}
.header2 #navigation .menu-main-menu-container {
    display: block;
    padding: 0px;
}
.header2 #navigation .menu-main-menu-container > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.header2 #navigation .menu-main-menu-container > ul > li {
    padding: 0px;
    list-style: none;
    position: relative;
}
.header2 .mobile_show,
.header2 #res_menu_b  {
    display: none;
}
.header2 #navigation .menu-main-menu-container > ul > li > a {
    font-size: 15px;
    display: inline-block;
    padding: 10px 9px;      
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.header2 .nav_logo,
.header2 .menu_sec{
	flex-grow:1;
}
/** end of header 2 **/
/** global css **/
.align_center{
    align-items:center;
}
.j_between{
    justfy-content:space-between;
}

h1, .h1{
  font-size:34px;
}
h2, .h2{
  font-size:30px;
  line-height: 38px;
}
h3, .h3{
  font-size:25px;
  line-height: 32px;
}
h4, .h4{
  font-size:20px;
}
h5, .h5{
  font-size:18px;
}


.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    box-sizing:border-box;
}
@media(min-width:576px){
	
	.container {
		max-width: 540px;
	}
}
@media(min-width:768px){
	
	.container {
		max-width: 720px;
	}
}
@media(min-width:992px){
	
	.container {
		max-width: 960px;
	}
}
@media(min-width:1200px){
	
	.container {
		max-width: 1300px;
	}
	
	#navigation .menu-main-menu-container > ul > li:not(.mega_menu){
    position:relative;
}
#navigation .menu-main-menu-container > ul > li > ul.sub-menu {
    position: absolute;
    left: 0px;
    right: 15px;
    width: 100%;
    min-width: 350px;
    padding: 5px;
    text-align: left;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    background: #fff;
    padding: 0;
    display: none;
}
#navigation .menu-main-menu-container > ul > li:hover ul.sub-menu {
    display: block;
}
#navigation .menu-main-menu-container  > ul > li > ul.sub-menu li {
    list-style: none;
	position:relative;
}
#navigation .menu-main-menu-container  > ul > li > ul.sub-menu li a{
	color:#333;
	padding-left: 15px;
padding-right: 15px;
}
.header2 #navigation .menu-main-menu-container > ul > li.menu-item-has-children > a::after{
	  border-top: 4px solid #333;
}
	
	
	
}
@media(min-width:576px){
    
    .row {
 display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}


#related-post .attachment .content-post figure a:hover::after, #related-post .page .content-post figure a:hover::after, #related-post .portfolio .content-post figure a:hover::after, #related-post .post .content-post figure a:hover::after, .block-news .attachment .content-post figure a:hover::after, .block-news .page .content-post figure a:hover::after, .block-news .portfolio .content-post figure a:hover::after, .block-news .post .content-post figure a:hover::after, .block-pages .attachment .content-post figure a:hover::after, .block-pages .page .content-post figure a:hover::after, .block-pages .portfolio .content-post figure a:hover::after, .block-pages .post .content-post figure a:hover::after, .main .attachment .content-post figure a:hover::after, .main .page .content-post figure a:hover::after, .main .portfolio .content-post figure a:hover::after, .main .post .content-post figure a:hover::after{
    display:none;
}
.header-contact .hcall {
    float: right;
    padding-left: 20px;
	cursor:pointer;
}

.header-contact .hcall img{
	transition:all 0.3s;
}

.header-contact .hcall:hover img{
	transform:scale(1.1);
}

.theme_color{
	color:#7e7e9b;
}
.line-heading{
	margin-top:0px;
	position:relative;
}
.line-heading:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: -10px;
    background: #1E4F7A;
}
.block-columns .item-col{
	box-sizing:border-box;
}
.title-divider-line {
    font-size: 35px;
	margin:0px;
}
h1.line_below::after, h2.line_below::after, h3.line_below::after, .title-divider-line::after {
    height: 5px;
    width: 50px;
    content: "";
    display: block;
    margin-top: 18px;
    background-color:var(--main-color);
	opacity:0.8;
}
.title-divider-line.text-center::after, h1.text-center::after {
    margin-left: auto !important;
    margin-right: auto !important;
}
.content-post a h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}
.itemR .reviewtext .starRatting {
    display: block;
}



.itemR .reviewtext p{
	line-height: 28px!important;
	margin-bottom: 0px !important;
	margin-top: 8px;
  opacity: 0.8;
}

.owl-nav.disabled{
	display:none;
}
#space .hr-custom{
	display:none;
}
.entry-summary>a{
	display:none;
}


 .about_left_content {
  
    padding: 25px;
    box-sizing: border-box;
    border-radius: 5px;
   background:rgba(22, 125, 146, 0.67);
	max-width:750px;
}
.about_left_content  h3{
	color:#fff;
}

.content-info {
    background-color: #f3f3fd;
    width: 100%;     
	padding: 40px 0px 30px;
	background: linear-gradient(180deg, #f8f9fe 0%, #f4f4f9 100%);
}


#pre-footer-location{	
	padding:10px 0;
}
#pre-footer-location p{
	margin-bottom:0px;
}
.content-info .widget-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 20px;  
    font-weight: 700;
    line-height: 28px;
    padding: 0px 0px 15px;
}

#pre-footer-location p,
#pre-footer-location p a{
	
	
}
#pre-footer-location p a:hover{
    	color:#000;
}
#img-center .row {
	align-items:center;
}
.page-header{
	position:relative; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container{
	width:100%;
	box-sizing: border-box;
}
.nav{
	display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.blog_sidebar .widget {    
    position: relative;
   

box-sizing: border-box;

}
.sidebar .widget-title {  
  font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: 400;
color: #fff;
font-size: 20px;
line-height: 1.2;
background: var(--main-color);
padding: 12px 15px;
}
.sidebar ul {
list-style: none;
padding-left: 0px;
background: #f3f3fd;
padding-top: 8px;
}
.sidebar ul li {
  margin-bottom: 12px;
border-bottom: 1px solid #ddd;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
}

.sidebar ul li:last-child{
border-bottom: 0px solid #ddd;	
}

.sidebar ul li a {
display: block;
  line-height: 26px;
}

.sidebar ul li a:hover{
	 color: #333;
}

.single_post_con .entry-content h2,
.single_post_con .entry-content h3{
	margin-bottom:25px;
	margin-top:15px;
}

.single_post_con .entry-content img{
	display:block;
	margin:40px 0;
}

.breadcrumb a,
.breadcrumb span{color:#fff;}

.search{
	box-sizing:border-box;
}
.right_sidebar .container,
.left_sidebar .container,
.container.no-sidebar .container{
	padding:0px;
	max-width:100%;
}
.item-col .box-img{
	margin-bottom:20px;
}
.inner-grid {
    box-shadow: 3px 8px 16px #ececec;
    border-radius: 6px;
    overflow: hidden;
}
.grid-img {
    position: relative;
}
.grid-img > a {
    display: block;
    overflow: hidden;
}
.grid-img  a img {
    transition: all 0.3s;
}
.grid-img a  img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}


.blog .blog_disc {
    min-height: 250px;
}
.blog_disc h2 {
   
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
}
.blog .inner-grid {
    margin-bottom: 35px;
}
.blog_disc a.more {
    position: static;
    margin-top: 15px;
	display: block;
width: auto;
text-align: right;
color: #333;
}
.blog_disc {
    padding: 20px 20px;
	min-height: 250px;
}

.page-header{
	position:relative;
}


/** end of global css **/
/** Header 3 css **/
@media (min-width:992px){
#siteheader{ -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;}
    .sticky #siteheader{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  animation: smoothScroll 1s forwards;padding:5px 0 10px}

body.page-template-contact-page .sticky#sticky_section+#inner-content,
body.error404  .sticky#sticky_section+#inner-content{padding-top:0px;}
.header3 #navigation>ul>li>a:hover { background: #135b9f; color: #fff;}

.header3 #navigation .menu-main-menu-container > ul > li:hover>a,
.header3 #navigation .menu-main-menu-container > ul > li.current-menu-item>a{
background:transparent;}
.header3 #navigation .menu-main-menu-container > ul > li.mainbuton.current-menu-item>a{text-decoration:none!important;}
.header3 #navigation>ul>li>a{ font-size:16px; display:inline-block; padding:3px 15px; color:#fff;text-transform: capitalize;letter-spacing: 0.5px; border-radius: 18px; cursor: pointer;}
   .sub-menu-wrap>ul{padding-left:15px;}
 .menu_sec .mainbuton:hover a{text-decoration:none!important;}
 
} /**@media (min-width:992px) */
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header3{
width: 100%;
z-index: 3;
padding:15px 0px;
}
.header-contact{
	text-align: right;
}
.header-contact a {
    display: inline-block;
    padding: 0px 0 0 0px;
    font-size: 26px;
    position: relative;
    line-height: 1.2;
    font-weight: 600;
}
.hcall, .hemail {
   display: inline-block;
}
.header3 .menu_sec{
	float: right;
margin-top: 15px;
margin-right: 0px;
}
#header-wrap .parallax-overlay{
	
background-color:#000;
}
/** end of Header 3 css **/
.card{
	padding: 25px;
-webkit-box-shadow: 0 0px 10px 3px rgba(0,0, 0, 0.2);
        box-shadow: 0 0px 10px 3px rgba(0,0, 0, 0.2);
border-radius: 20px;
background:#fff;
}
.text-center.line-heading::before{
	margin:auto;
}

h1.line_below::after, h2.line_below::after, h3.line_below::after, .title-divider-line::after{
	margin-top:20px;
}
body.home .card{
background: #ffffffc4;
}
.blog .blog_disc{
	min-height:250px;
}
.blog_disc p>a{
	display:none;
}
.block-description p{
	margin-top:30px;
}
.list_icon {
    list-style: none !important;
    padding-left: 0px !important;
	margin-top:10px;
}
.list_icon li {
    background: url(/app/uploads/2021/07/susscess.png) no-repeat left center;
        background-size: auto;
    background-size: 30px;
    padding: 7px 0 7px 43px;
    font-weight: 400;
    line-height: 1.4;
}
#header-wrap .row {
	align-items:center;
}
#siteheader .row .col-lg-7{
    position:static;
}
#siteheader .container{
    position:relative;
}
#navigation .menu-main-menu-container > ul > li > ul.sub-menu a{
    text-transform:capitalize;
}
#navigation .menu-main-menu-container > ul > li > ul.sub-menu .sub-menu{
    padding-left:0px;
}
 h2, h3, h4, h5, h6{
	margin-bottom:10px;
	color:#122237;
}

#navigation .menu-main-menu-container ul>li>a{ 
font-size: 19px;
display: inline-block;
padding: 25px 20px;
text-transform: capitalize;
cursor: pointer;
font-family: "Poppins", Arial, Helvetica, sans-serif;
color: #000; 
}
#navigation .menu-main-menu-container ul > li:last-child > a{
	padding-right:0px;
}
#navigation .menu-main-menu-container ul>li>a:hover{
	color:var(--second-color);
}
.nav_logo img{
	max-width:284px;
}
.header3{
	padding: 0px;
	width:100%;
}
.header3 .menu_sec{
	margin-top:0px;
	
}
.header-contact a{
	color:#fff;
}
.bannerCpation h1{
	font-size: 32px;
	font-weight: 300;
	color:#fff;
	margin-bottom:0px;
	text-transform: uppercase;
}
.bannerCpation{
	border-radius:20px;
		max-width:100%;
font-weight: normal;
color: #fff;
background: #3e77aad9;
padding: 25px;
display: inline-block;
line-height: 1.3;
border-left: 3px solid var(--second-color);
border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.bannerCpation p{
	font-size:17px;
	margin:0px;
}
.bannerCpation .sub_title{
margin: 0 0 15px;
font-size: 57px;
line-height: 60px;
font-weight: 700;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.header-contact a img{
margin-right:10px;	
}
.header-contact .hcall{
	padding-left: 25px;
border-left: 1px solid #ddd;
}
#header-wrap .card{
	box-shadow:none;
	padding-top:4em;
	padding-bottom:4em;
	border-radius:0px;
	margin:0px;
}
.logo_24{
    max-width: 100%;
    float: none;
    margin: auto;
    display: block;
}
body.home .card{
	background: #fff;
}
#service_sec h3{
	margin-bottom:5px;
	font-weight: 600;
font-size: 22px;
}
#service_sec .item-col .box-img{
	margin-bottom:0px;
}
#service_sec .box-text{
	padding: 25px!important;
background: #f7f7f7;
	border-bottom-left-radius: 20px;
}
.content-info .widget-title{
	padding-bottom:0px;
}
#pre-footer-location{
	

}
#pre-footer-location a{
	color:#a8adea;
}
#pre-footer-location a:hover{
	color:#fff;
}
#form_sec .card{
	margin-top:-120px;
}
.content-post a h3{
	margin-bottom:10px;
}
.frm_submit{
	text-align:center;
}
.logo_s .row{
	justify-content:space-between;
}

 .small-title,
.sub-title{
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	color:var(--second-color);
}



.block-description{
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}
.page-header .container{
	position:relative;
}
.page-header .logo_24_box{
	position:absolute;
	right:15px;
	top:-25px;
	max-width:235px;
	z-index:1;
}
.img-gray{	background:#f7f7f7!important;
	padding:0px!important;
}
.img-gray .box-text{
	padding-top:30px;
	padding-bottom:30px;
}
.page-template .main_content ul{
	padding:0px!important;
		margin:20px 0;
	list-style:none;
}
.page-template .main_content ul li{
	padding-left:35px;
	background:url(/app/uploads/2024/06/checked511.png)no-repeat 0 14px;
background-size: 20px;
margin-bottom: 8px;
	padding-bottom:5px;
}
.call-to-action > .container > .box-text > div:not(.readmore-content) {
    max-width: 70%;
	text-align:left;
	float:left;
}
.theme-color{
	color:var(--main-color);
}

.feature-icons.style1 .box-icon{
	font-size: 18px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
float: left;
	margin-top: 8px;
}
.feature-icons.style1 .box-text{
	padding-left: 70px;
}
.frm_required_field  label{
	line-height:1!important;
}
.feature-icons .box-text h3{
	font-weight:700;
}
@media(min-width:992px){
	
	.img-gray>.block-flex{
		padding-top:0px!important;
			padding-bottom:0px!important;
	}
	
}
.gray_wh_gradiant {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 35%);
}
.call-to-action .box-text:after{
	content:"";
	display:table;
	clear:both;
}
body.single-post .bannerCpation{
	width: calc(90% - 100px);
}

.page > .full-content {
    margin-bottom: 40px;
}
.logo_s br{
	display:none;
}
.page > .full-content:last-child{
	margin-bottom:0px;
}
.template-location-page .sub_title {
    font-size: 45px; 
}



.header_close {
  display: none;
}

@media(max-width:1200px){
	
#siteheader>.container>.row>div{
    -webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width:100%;
}
.mobile_hidden{
display: none;
}
#res_menu_b{
max-width: 35px;
display: block!important;
cursor: pointer;
height: 28px;
vertical-align: middle;
float:right;
margin-top: 19px;
}
.responsive_sec {
display:block;
}
	
.top_sec .nav_logo{
	padding-top:9px;
}	
	
	
#siteheader .menu_sec{
background: var(--second-color);
width: 100%;
position: fixed;
right:-100%;
height: 100vh;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
top: 78px;
z-index: 99999;
margin-top:0px;
}
#navigation .menu-main-menu-container > ul{display:block;
background:transparent;padding:12px 15px;}
	
#r_menu button {
    background: transparent;
    padding-left: 15px;
    border: 0px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 6px;
}
#navigation .menu-menu-container > ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
	list-style: none;
	padding-top:0px;
	display:block;
}
#navigation .menu-main-menu-container  ul  li{
    padding: 0;
	display: block;
	list-style:none;
	position:relative;
}
#navigation .menu-main-menu-container  ul  li  a {
    padding:0;      
   
    color: var(--main-color);
    display:inline-block;
}
#navigation .menu-main-menu-container  ul >li{
	padding:10px 0px;
	border-bottom:1px solid #e1e4e6;
	padding-left:0px;
}
#navigation .menu-main-menu-container > ul > li > ul.sub-menu {
    display: block;   
	list-style: none;
	padding: 0px;
	 padding-left: 8px;
animation: opac 0.6s;}
@keyframes opac{from{opacity:0} to{opacity:1}}
#navigation .menu-main-menu-container > ul > li > ul.sub-menu li a{
    font-size:17px;
}
	
#navigation.mobile_menu{
overflow-y: scroll;
height: 92vh;
width: 100%;
background: #fff;	
}
#navigation .menu-main-menu-container ul  li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 23px;
    border-top: 8px solid var(--second-color);
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
	
#r_menu button{
	display:block;
}	
#navigation .menu-main-menu-container > ul > li > ul.sub-menu li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}
#navigation .menu-main-menu-container .sub-menu .sub-menu li a{font-size:14px;}
#navigation .menu-main-menu-container  > ul > li > ul.sub-menu li:last-child{
    padding-bottom:  0px;
    border-bottom: 0px solid #ddd;  
}	
	
#res_menu_b span{width:35px;height:4px;position:relative;margin-top:0px;background:var(--main-color);padding:0px;display:block;border-radius:3px;}
#res_menu_b span:after{content:"";position: absolute;
top: 10px;
width: 25px;
height: 4px;border-radius:3px;
background:var(--main-color);
transition: all 0.3s;
right: 0px;}
#res_menu_b:hover span::after {
  width: 35px;
}
#res_menu_b span:before{content: "";  position: absolute;  width: 35px;  height: 4px;  background:var(--main-color);  bottom: -20px;  right: 0px;border-radius:3px;}
	
#navigation .menu-main-menu-container ul.sub-menu{
    padding-left:25px;
}
.header3 .nav_logo{
    display:inline-block;
  padding-top: 20px;
}
.desktp_menu{
    display:none;
}
#navigation .menu-main-menu-container > ul > li{
    position:relative;
}
 .res_phone{
     float:right;
 }  
    
    
.header3{
    padding:10px 0;
    position:relative;
}
    
    
.nav_logo a{
  padding: 0!important;
}
.res_phone .header-contact .hcall {
   padding-left: 0;
padding-right: 0;
border-right: 0px solid #ddd;
border-left: 0px solid #ddd;
margin-right: 25px;
margin-top: 11px;
}
#siteheader>.container>.row{
    display:block;
   margin:0px;
}

#siteheader>.container>.row .col-md-12{
	padding:0px;
}

#navigation .menu-main-menu-container > ul > li > ul.sub-menu ul.sub-menu {
    padding-left:10px;
}
 
#navigation .menu-main-menu-container ul.sub-menu ul.sub-menu li.menu-item-has-children::after{
    border-top: 5px solid #979595;
}
#navigation .menu-main-menu-container ul > li > a{
    font-size: 18px;
    font-weight: 300;
}

#navigation .menu-main-menu-container ul > li > a:hover{
	color:var(--second-color);
}

.logo_s .row{
    display:flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}
.logo_s img{
    padding-bottom:0;
}
.logo_s img:last-child{
    margin-right:0px;
}

.fixed_header .header_close {
  background: transparent;

  border: 0px;
  box-sizing: border-box;
  cursor: pointer;
  background: var(--main-color);
  margin-right: 0;
  padding: 6px !important;
 
  height: 35px;
  width: 35px !important;
top: 12px;
float: right;
position: relative;
border-radius: 3px;
}

.fixed_header .header_close {
  display: block;
}

.fixed_header #res_menu_b {
  display: none !important;
}
    
}/** end of max-width:1200px **/




@media(min-width:1100) and (max-width:1199px){
    
#siteheader > .container > .row > div{
    padding:0px;
}    
    
}/** end of max-width:1200px **/
@media(max-width:991px){
    
body .box{
    padding: 44px 30px!important;
    margin-left: auto!important;
    width: 80%;
    margin-right: auto!important;
}
	.bannerCpation .sub_title{
		font-size: 34px;
	}
	
	.bannerCpation h1{
		font-size: 24px;
	}
	
	.bannerCpation{
		padding:15px;
	}
	.bannerCpation .btn-readmore {
		margin-left:0px!important;
	}
	
	#header-wrap .item-col img{
		max-width:120px;
	}
	
}/** end of max-width:991px **/
@media(min-width:768px){
#form_sec .column-1 {
	order:2;
}
#form_sec .column-2 {
	order:1;
}
}
@media(max-width:767px){
    
   #blog_sec .content-post{
        margin-bottom:20px;
    }
    
    .two_col li,
    .three_col li{
        width: 100%;
        box-sizing: border-box;
    }
	
		#header-wrap .item-col img{
		max-width:100%;
	}
	
#header-wrap .column-2 .logo_24 {
   display:none;
}
	
	
	
	
#service_sec .item-col {
    max-width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
padding:0px;
}
	
.title-divider-line{
    font-size: 27px;
    line-height: 1.6;
}	
.reviewslist .owl-nav{
    display:none;
}
	
.page-header .logo_24_box{
    display:none;
}
.cta1 .readmore-content .btn:hover{
	background:#000!important;
	color:#fff!important;
}
.cta1 .lead a{color:#000;
text-decoration:underline;}
.cta1.call-to-action .box-text{
display: flex;
justify-content: space-between;
align-items: center;	
}
.cta1.call-to-action .lead {
    font-size: 18px;
}
.cta1.call-to-action .box-text{
    display: block;
}
.cta1.call-to-action > .container > .box-text > div:not(.readmore-content),
.call-to-action > .container > .box-text > div:not(.readmore-content){
    max-width: 100%;
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom:20px;
}
.call-to-action .box-text .text-right{
   text-align: center;
}
body.single-post .bannerCpation{
    width: 100%;
    box-sizing:border-box;
}
h2, .h2{
    font-size: 25px;
}
h3, .h3{
    font-size: 20px;
}
.img-gray .pleft-text,
.img-gray .pright-text {
    padding-top:30px;
     padding-bottom:30px;
}
.bannerCpation{
    max-width:100%;
}
	
}/** end of max-width:767px **/
@media(max-width:500px){
    
     .two_col li,
    .three_col li,
    .page-template .main_content ul li{
        width: 100%;
        box-sizing: border-box;
    }
    
    .block-description{
        max-width: 100%;
    }
    
    #service_sec .item-col {
    max-width: 90%;
    
    }
.bannerCpation .btn{
width: 100%;
box-sizing: border-box;
}
	
	#header-wrap .column-2{
		   max-width: 26%;
	}
   .res_phone .phone_no span{
       display:none;
   } 
   
   
    
    
}
.comment-form input[type="email"], .comment-form input[type="text"], .comment-form input[type="url"], .comment-form textarea, .form-control, .search-form .search-field{
    box-sizing:border-box;
}
 .navigation .nav-links .page-numbers,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 .navigation{display: block;
text-align: center;
width: 100%;
margin-top: 30px;}
.navigation li {
    display: inline;
}
 .navigation .nav-links .page-numbers,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #1E4F7A;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 8px 0.75rem;
}
 
  .navigation .nav-links .page-numbers:hover,
  .navigation .nav-links .page-numbers.current,
.navigation li a:hover,
.navigation li.active a {
    background-color: #000;
    color:#fff;
}
.navigation>div{
    display:none;
}
.nav_logo a{
font-size: 22px;
display: block;
padding: 13px 0;
line-height: 1;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.nav_logo a span{
	display: block;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: bold;
font-size: 22px;
}
@media(max-width:991px){
	
	
	#siteheader > .container > .row > div{
		padding:0px;
	}
	
}
.content-info .widget-title{
	margin-bottom: 20px;
  font-weight: 500;
}
.area_cover li{
	margin-bottom:9px;
	margin-top:9px;
}
@media(min-width:1201px){
    
 
	
.header3 #navigation .menu-main-menu-container>ul{list-style:none; margin:0px; padding:0px;display:flex;justify-content: space-between;align-items: center;}
.header3 #navigation .menu-main-menu-container>ul>li{padding:0px; list-style:none;position:relative;}
.header3 #navigation .menu-main-menu-container>ul>li.mega_menu{position:unset;}
	
	#navigation .menu-main-manu-container > ul > li:not(.mega_menu) {
		position:relative;
	}	
	#navigation .menu-main-manu-container > ul > li:not(.mega_menu) ul li:last-child a{
		border-bottom:0px;
	}
	
	
	
}
body.search{
	background:transparent!important;
	float:none!important;
	height:auto!important;
	padding:0px;
}
.logo_24_box img,
.header-contact a img{
	max-width:100%;
}  
.search-form label{
	display:block;
}
.search-form label .search-field{
	width:100%;
height: 45px;
font-family: inherit;
font-size: 17px;
padding: 10px 15px;
}
.search-form  .search-submit{
border-radius: 0;
background: #070b43;
color: #fff;
border: 0px;
font-family: inherit;
	font-size:20px;
}
.search-form  .search-submit:hover{
	background: var(--second-color);
}

.rBottom .authorR{
	font-weight:600;
}
#list_sec h3 {
    
    font-size: 22px;
}
.gray_wh_gradiant {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, #3e77aa0f  0%, rgba(255,255,255,1) 35%);
}
.content-info ul{
	list-style:none;
padding:0px;
}
.content-info .widget_recent_entries ul li a{
color:#fff;
	display:block;
margin-bottom: 8px;
line-height: 26px;
border-bottom: 1px solid #113565;
padding-bottom: 16px;
}
.content-info .widget_recent_entries ul li a:hover{
	text-decoration:underline;
}


.readmore-content.text-left{
	text-align:right;
	flex-grow: 1;
}
.call-to-action .box-text {
   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hero-banner{
	background:url(/app/uploads/2021/11/home-banner-min.jpeg.webp)no-repeat center;
	background-size: cover;
}
.frm_fields_container{
	display: grid;
grid-template-columns: 1fr 1fr;
	grid-gap:10px;
}
.frm_fields_container .form-field  input{
    	height:42px;
}
.frm_fields_container .form-field  input,
.frm_fields_container .form-field  select,
textarea{
	padding:10px 15px;
	border-radius:22px;
	width:100%;
	box-sizing:border-box;
	box-shadow:none;
	border:1px solid #ddd;
	font-size:16px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	transition:all 0.3s ease-out;
	height: 50px;	
}
.frm_fields_container .form-field  .frm_primary_label,
fieldset>.frm_screen_reader{

font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
fieldset{
	padding:0px;
	border:0px!important;
}

.frm_forms  {
margin-top: 30px !important;}

.frm_submit button{
	padding: 12px 30px;
font-size: 16px;
font-family: inherit;
line-height: 1;
background: var(--main-color);
border: 0px;
color: #fff;
border-radius: 22px;
margin-top: 12px;
	transition:all 0.3s ease-out;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
}
.frm_submit button:hover{
	background: var(--second-color);
}
.header-contact a picture{
	display:inline-block;
	vertical-align:middle;
}
.frm_error{
	color: red;
font-size: 14px;
font-family: inherit;
}
@media(max-width:767px){
    #style-1 ul li{
        flex: 100%!important;
    }
    
    #style-1 ul{
        padding-left:0px!important;
    }
    
}
.logo_s picture{
	margin-right:15px;
}
  hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
@media(max-width:1199px){
	
.header3 #navigation .menu-main-menu-container > ul{
	display:block;
}	
	
}
@media(max-width:991px){
	.content-info [class*="col-"]{
		margin-bottom:30px;
	}
	
}

@media(max-width:767px){
	.our_guarntee li{
		font-size:18px!important;
	}
	.lead {
		font-size:18px;
		line-height:1.5;
	}
	
	#all_services ul li{
		width:50%;
	}
	
.call-to-action .readmore-content.text-left{
		text-align:center;
	}
		.bannerCpation{
		font-size:28px;
	}
	
}
@media(max-width:600px){
	
	#all_services ul li{
		width:100%;
	}
	
#all_services ul{
		padding-left:0px!important;
	}
	
}
@media(max-width:420px){
	
	.content-info 	.col-xs-6{
		width:100%;
	}
	
		.content-info 	.col-xs-6+.col-xs-6  .widget-title{
		display:none;
	}
	
}
.two_cl_img img{
	max-height:300px;
	object-fit:cover;
}
.rv_logo .alignnone{
	margin-left: auto!important;
margin-right: auto!important;
display: inline-block!important;
	vertical-align: middle;
}
#sidebar .widget+.widget{
	margin-top:30px;
}

#list_sec .col-xs-3 img{
    max-width:70px;
    margin:auto;
}
.card_box .info_block_inner{
     margin-bottom:30px;
}
.block-news .post .content-post .box-text{
    padding:15px 0px 0;
}
@media(max-width:991px){
    
.card_box  .item-col:first-child:nth-last-child(4){
    width: 33%;
   
}    
    
}
@media(max-width:767px){
    
.card_box  .item-col:first-child:nth-last-child(4){
    width: 50%;
}    
    
}
@media(max-width:500px){
    
.card_box  .item-col:first-child:nth-last-child(4){
    width: 100%;
}    
    
}
.logo_s .rows {
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));	
	grid-gap:10px;
}
.logo_s picture{
	margin:0px;
	text-align:center;
}
@media(max-width:767px){
	
	.logo_s .rows	{grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}
	

	
	.nav_menu-3 .widget-title{
	    display:none;
	}
	
}
@media(max-width:480px){
	
	.logo_s .rows	{display:flex;
	flex-wrap:wrap;
	}
	.logo_s picture{
		width:48%;
	}
	
}


/**
New header desing
**/

.top-bar-links {
  position: relative;
  background-color: #e6e6e661;
  color: rgba(0,0,0,0.8);
  padding: 5px 10px;  
}

.top-bar-links ul {
  list-style: none;
  padding:0px;
}

.top-bar-links-box ul li {
  display: inline-block;
  border-right: 1px solid rgba(0,0,0,0.1);
  padding: 5px 20px 5px 0px;
  margin-right: 20px;
}

.top-bar-links ul li a, 
.top-bar-links ul li span, 
.top-bar-links ul li div {
  color: rgba(0,0,0,0.7);
font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}

.top-bar-links ul li span {
  color: #262626;
}

 .bar-social {
display: flex;
align-items: center;
justify-content: end;
}

 .bar-social a {
  display: inline-block;
  margin-left: 15px;
}


 .bar-social a img{
	transition:all 0.3s;
}

 .bar-social a:hover img{
	transform:scale(1.1);
}

.top-bar-links .row{
	align-items:center;
}

.top-bar-links .top-bar-social-label {
  font-size: 0.9rem;
  padding: 6px 0px;
  font-weight: 700;
}

.top-bar-links-box ul li:last-child{
	border-right: 0px solid rgba(0,0,0,0.1);
	margin-right: 0px;
}

.call_btn a{
border-radius: 25px;
border: 1px solid var(--main-color);
background:var(--main-color) url(/app/uploads/2023/04/clock-circular-white.png) 10px center/18px no-repeat;
padding: 3px 20px 3px 40px;
font-size: 17px;
display: inline-block;
color: #fff;
}

.call_btn a:hover{
border: 1px solid #000;	
background-color:#000;
color: #fff;
}


/**
End of New header desing
**/



.header_banner{
	background-size:cover;
	background-position:top center;
}

.header_banner .parallax-overlay{
	content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-color: transparent;
z-index: 2;
	background-image: linear-gradient(155deg,rgba(255,255,255,0) 7%,rgba(122,125,135,0) 44%,rgba(30,34,53,0.68) 71%,#212539 100%);
	opacity: 1 !important;
}

.header_banner .container{
	z-index: 2;
	position:relative;
}

.header_banner .banner-caption{
	max-width: 570px;
margin-right: 0;
margin-left: auto;
color: #fff;
padding-top:3em;
padding-bottom:3em;
}

.header_banner .banner-caption h1{
font-size: 46px;
color: #fff;
text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
padding-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,0.2);
margin-bottom: 15px;
}

.header_banner .banner-caption p{
	font-size: 24px;
line-height: 40px;
}

.banner-caption .btn{
	border: 3px solid #fff;
	padding: 15px 40px !important;
font-size: 22px;
line-height: 1.3;
font-weight:700;
display:inline-block;
margin-top:12px;
color:#fff;
letter-spacing: 0.2px;
}

.banner-caption .btn:hover{
	background:#fff;
	color:var(--main-color);
}

.link_banner{
border-bottom: 3px solid #fff;
margin-left: 30px;
color: #fff;
line-height: 1;
padding-bottom: 4px;
font-size: 32px;
font-weight: 700;
}


.icon_sec .info_block_inner {
	text-align:center;
	padding-right: 20px;
border-right: 1px solid rgba(0,0,0,0.1);
position:relative;
}

.icon_sec+.icon_sec .info_block_inner:before{
	content:"";
position:absolute;
top:-25px;
width:90%;
left:0px;
height:1px;
background:rgba(0,0,0,0.1);
}

.icon_sec .info_block_inner img{
	margin:auto;
max-height: 53px;
width: auto;
}

.icon_sec .info_block_inner h3{
	font-size: 20px;
}

.icon_sec .item-col:last-child .info_block_inner{
	padding-right: 0px;
border-right: 0px solid #ddd;
}



.form_banner 	.form_box {
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 6px;
  padding: 5% 5% 2%;
  box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.2);

}

.form_banner .row{
	align-items:center;
}

.form_banner .column-2 p{
	color:#fff;
	font-size:35px;
	line-height:38px;
}

.form_banner .column-2 h2{
	color:#fff;
	text-align: center;
font-size: 63px;
line-height: 72px;
margin-bottom: 35px;
}

#align_center .row{
	align-items:center;
}


.frm_button_submit{
  color: #fff!important;
  border-radius: 3px!important;
  text-transform: capitalize!important;
  font-size: 20px!important;
  line-height: 35px!important;
  position: relative!important;
  padding: 11px 20px!important;
  display: inline-block!important;
  padding-right: 55px!important;
  background: var(--main-color)!important;
position:relative!important;
border:0px!important;
}

.frm_button_submit:after{
    content:"";
    position:absolute;
background: url(/app/uploads/2024/06/right-arrows.png)no-repeat;
 background-size: 23px;
  height: 27px;
  width: 23px;
  right: 15px;
  top:50%;
transform: translateY(-50%) rotate(0deg);
  transition:all 0.3s;
}

.frm_button_submi:hover{
    color:#fff!important;
    background: var(--second-color)!important;
}

.contact_form .form_right {
  background: #f3f3fd;
  padding: 30px 30px 0;
  border-radius: 10px;
    margin-bottom: auto;
  margin-bottom: 40px;
}

.contact_form .form_right h2 {
  font-weight: 500;
margin-bottom: 0;
}


/**
Footer sec
**/
.social_icon{
margin-top: 23px;
  display: flex;
  padding-left: 49px;
}

.social_icon a {
  display: inline-block;
}
.social_icon a + a {
  margin-left: 15px;
}

.social_icon a img{
	max-width: 35px;
	 filter: grayscale(100%);
	 transition:all 0.3s;
}

.social_icon a:hover img{	
	 opacity:0.9;
}

#pre-footer-location{
padding-top:22px;
border-top: 1px solid rgb(18, 66, 129);
padding-bottom:20px;
background-color: var(--main-color);
color:#fff;
opacity: 0.8;	
}


.copy_info {
background: #f3f3fd;
  padding-top: 17px;
  border-top: 1px solid #dcdcec;
  background: linear-gradient(180deg, #f8f9fe 0%, #f4f4f9 100%);
}

html {
  scroll-behavior: smooth;
}

.social_icon li:first-child{
vertical-align: top;
}

#pre-footer-location .menu li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(78, 104, 139);
  line-height: 25px;
}

#pre-footer-location .menu li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid rgba(0,0,0,0.1);
}

#pre-footer-location .menu{
text-align:right;
padding:0px;
margin:0px;
}

#pre-footer-location .menu li a {
  color: #fff;

}

#pre-footer-location .menu li a:hover{
	text-decoration:underline;
}

@media(min-width:992px){
	
	.footer_top {
		padding-bottom:0px!important;
		overflow:hidden;
	}
	
.footer_top  .left_img img{
	width: 526px;
display: block;
position: relative;

}

}

/**
 end of Footer sec
**/


/**
Blog sec
**/




.blog_heading {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
  margin-bottom: 50px;
}
.blog_heading h1 {
  margin-bottom: 0px;
}


.blog_heading h1 img {
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
}
.content-posts > a { 
  display: block;
  overflow: hidden;
border-radius: 12px;
}
.content-posts > a img {
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
  transition: all 0.3s;
}

.content-posts > a:hover img {
  transform: scale(1.1);
}

.content-posts .entry-title {
font-size: 20px;
padding-top: 10px;
margin-bottom:12px;
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: 600;
}


.blog_page .content-posts {
  margin-bottom: 50px;
}

.content-posts .blog-text {
	padding-top:10px;
}



.author_sec {
  font-size: 100%;
  float: left;
  margin-top: 0px;
}
.author_sec .author {
  display: flex;
  line-height: 12px;
  margin: 0;
}

.author_sec .author a {
 
  display: flex;
  align-items: center;
  margin-left: 0px;
  text-transform: capitalize;
font-size: 15px;
}

.author_sec .author a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}





.footer_top {
 background-color: #f8f9f4;
  padding:50px 0; 
}

.footer_top h3{
	z-index: 2;
position: relative;
  font-size: 61px;
  margin-bottom: 40px;
}

.top_single_post{
	position:relative;
	color:#fff;
	overflow:hidden;
}



.top_single_post:after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.6;
	z-index:1;
}

.top_single_post .blog_disc {
position: absolute;
bottom: 2%;
width: 100%;
z-index: 2;
box-sizing: border-box;
max-width: 800px;
padding: 30px;
left: 2%;
}

.top-img img{
	width:100%;
	height:auto;
	min-height:460px;
	max-height:460px;
	object-fit:cover;
}



.top_single_post .title{
	font-size: 52px;
line-height: 62px;
margin-top: 0;
margin-bottom: 15px;

}
.top_single_post .title a{
	color:#fff;
}

.top_single_post .blog_text p{
	line-height:26px;
	white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
padding-bottom: 0;
}

.cat_b a{
	text-transform: uppercase;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
}



.blog_listing .blog_text p {
  line-height: 26px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}



.blog_listing .cat_b{
	max-width:150px;
	overflow:hidden;
	border:0px;
	padding-right:0px;
}



.blog_listing .cat_b a{
	
	  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_listing .meta_block {
	float:right;
	color:#333;
}

.blog_listing .blog_info{
	
padding-top: 16px;
padding-bottom: 14px;
border-bottom: 1px solid #ddd;

display: flex;
align-items: center;
justify-content: space-between;
}

.blog_listing .cat_b{
	padding-left: 24px;
  background: url(/app/uploads/2023/07/category-icon.png)no-repeat left;
background-size: 14px;
line-height: 18px;

}

.blog_listing .meta_block  {
 padding-left: 25px;
  background: url(/app/uploads/2023/07/calendar11.png)no-repeat left;
background-size: 15px;
line-height: 17px;

}


/**
 end of Blog sec
**/



/** ================== 
social share
===========================**/

.social-btn a{
	border-radius: 5px;
	color:#fff;
	padding:5px 15px;
	padding-left:36px;
display:inline-block;
		margin: 5px 5px 5px 0;
}
.social-btn a span{
font-size: 16px;
line-height: 14px;
position: relative;
top: 0px;
}


.social-btn a.s-twitter{
		background: #00abf0 url(/app/themes/websearchengineering/resources/inc/images/s-twitter.svg)no-repeat;
  background-size: 20px;
	background-position: 7px center;
}

.social-btn a.s-facebook{
	background: #3a579a url(/app/themes/websearchengineering/resources/inc/images/s-facebook.svg)no-repeat;
  background-size: 20px;
	background-position: 7px center;
}

.social-btn a.s-pinterest{
	background: #c425a4 url(/app/themes/websearchengineering/resources/inc/images/s-pinterest.svg)no-repeat;
  background-size: 20px;
	background-position: 7px center;
}
.social-btn a.s-linkedin{
	background: #007cb7 url(/app/themes/websearchengineering/resources/inc/images/s-linkedIn.svg)no-repeat;
  background-size: 20px;
	background-position: 7px center;
}

.social-btn a.s-email{
	background: #047ec7 url(/app/themes/websearchengineering/resources/inc/images/s-email.svg)no-repeat;
  background-size: 20px;
	background-position: 7px center;
}

.social-btn a:hover{
	opacity:0.8;
}

.sharetitle{
	display: block;
	padding-bottom: 12px;
	font-size: 14px;
	margin-top: 8px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-left: 23px;
	background:url(/app/uploads/2024/06/share.png)no-repeat center left;
	background-size: 15px;
	line-height:1;
	font-weight:600;
}

.social-box{
	clear:both;
}
 
 
 body.single-post .single_post_con .blogMeta{
     margin-bottom:0px;
     padding-bottom:0px;
     border-bottom:0px;
 }
 
 /** ================== 
end of social share
===========================**/

/** ================== 
Single post
===========================**/


.blog_h {
	line-height: 1.1;
font-size: 39px;
}

.single_post .ptime {
  float: right;
  padding: 5px;
  padding-left: 5px;
padding-left: 30px;
background: url(/app/uploads/2023/07/s-reading-time-svg.png)no-repeat center left;
  background-size: auto;
background-size: 20px;
opacity: 0.7;
}

.single_post .entry-content p>a{
	text-decoration:underline;
} 

.single_post .entry-content p>a:hover{
	text-decoration:none;
}

.single_post .readingtime {
  float: right;
  padding-left: 30px;
  background: url(/app/uploads/2023/07/s-publish-date-svg.png)no-repeat center left;
    background-size: auto;
  background-size: 20px;
  margin-right: 20px;
  margin-top: 6px;
  opacity: 0.7;
}

.single_post .entry-content  ul,
.single_post .entry-content ol{
	padding-left:15px;
	margin-bottom:20px;
}

.s_f_img {
	position:relative;
}

.s_f_img .cat_b {
	position: absolute;
top: 1em;
right: 1em;
font-size: .7em;
color: white;
background-color: rgba(12, 48, 96, 0.79);
padding: .7em 1em;
  padding-left: 1em;
font-weight: bold;
}


.author_bio_section {
background-color: #f2f2f2 !important;
text-transform: capitalize;
padding: 30px;
margin: 15px 0px;
}

.author_name {
  padding-left: 0;
font-size: 18px !important;
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: 600;
margin-bottom: 7px;
}

body .author_bio_section img {
  border-radius: 50%;
   width: 100px;
  height: 100px;
}

.author_bio_section .author_details {
 
  margin-bottom: 0;
}


.right_con_a{
	 width: calc(100% - 100px);
padding-left: 30px;
box-sizing: border-box;

}

.author_bio_section{
	display: flex;
flex-wrap: wrap;
}



 /** ================== 
end of Single post
===========================**/

 /** ================== 
Page
===========================**/




.inner_map {
display: block;

height: 300px;
position: relative;

overflow: hidden;
margin: auto;
}

.inner_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loc_add .row{
	align-items:center;
}


.loc_add .box-text {
	text-align: center;
}

.loc_add .box-text br{
	display:none;
}

.loc_add .box-text .office-title{
	display: block;
font-size: 32px;
line-height: 42px;

font-weight: 400;
color:#333;
}

.loc_add .box-text img{
	max-width: 50px;
margin: auto;
}

.office-description{
	font-size: 19px;
	color:#333;
	max-width: 300px;
display: block;
margin: auto;
}



.editable-form,
.s_sidebar .editable-form{
background: #fff;
padding: 20px;
max-width: 400px;
margin: auto;
box-sizing:border-box;
}



.editable-form h2{
	text-align: center;
}

.editable-form p{
	text-align: center;
font-size: 16px;
line-height: 24px;
color: #777;
}

.frm_fields_container .form-field input, 
.frm_fields_container .form-field select, 
textarea,
.footer_top .frm_fields_container .form-field input, 
.footer_top .frm_fields_container .form-field select, 
.footer_top textarea{
	border-radius:0px!important;
}

textarea,
.footer_top textarea{
	max-height:120px;
	  border: 0px !important;
}


.rBottom img{
	height: 44px;
border-radius: 50%;
}

.list_icon_sec .container {
  max-width: 1100px;
}

.list_icon_sec ul li{
	font-family: 'DM Serif Text',serif;
font-weight: 400;	
  font-size: 20px;
  line-height: 37px;
}

.list_icon_sec ul li{
	padding-left: 45px!important;
	background: url(/app/uploads/2023/07/next1.png)no-repeat 0 15px !important;
	background-size: 24px!important;
}


.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.panel-	 > .panel-heading h3, .panel-default > .panel-heading h4 {
font-size: 22px;
line-height: 35px;
font-weight: 300;
cursor: pointer;
color: #000;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 28px;
position:relative;
}
.panel-group .glyphicon.glyphicon-minus {
  background: url(/app/uploads/2024/06/remove_b1.png)no-repeat center;
    background-size: auto;
  background-size: 22px;
}

.panel-group .glyphicon.glyphicon-plus {
  background: url(/app/uploads/2024/06/plus_b1.png)no-repeat center;
    background-size: auto;
  background-size: 22px;
}
.panel-group .glyphicon {
  line-height: 1;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-indent: -2000px;
  margin-top: 5px;
  position: absolute;
right: 0;
top: 4px;
}

.panel-group .panel {
  margin-top: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

.pull-right {
  float: right !important;
}



@media(min-width:992px){
	
.big_font .title-divider-line {
  font-size: 48px;
}

}

@media(min-width:1600px){
	.loc_header .parallax-overlay{
		max-width: 50%;
	}
	
	.loc_header > img {
	width: 53%;}
	
}

 /** ================== 
end of Page
===========================**/


 /** ================== 
Team sec
===========================**/



.three_box ul li{
	background: url(/app/uploads/2023/07/dot_icon.png)no-repeat 0 15px !important;

background-size: 24px !important;
}


.footer_top .editable-form{
	max-width: 500px;
	border: 0px dashed var(--main-color);
}

.footer_top .editable-form,
.s_sidebar .editable-form{
	padding: 20px 40px;
}

.footer_top {
	position:relative;
	overflow: hidden;
}

.footer_top:before{
	content: "";
background: rgb(191,229,248) !important;
opacity: 1 !important;
position: absolute;
top: -186px;
left: 25%;
right: 0;
bottom: 0;
z-index: 0;
margin-top: 0;
transform: rotate(66deg);
width: 1863px;
height: 1242px;
}



 /** ================== 
end of Team sec
===========================**/



 /** ================== 
Service Page Full width
===========================**/

.service_header .title_box{
	max-width: 100%;
}

.service_header .main-sub-title {
  font-size: 24px;
  margin-bottom: 10px;
}


.service_header.loc_header{
	height: 100%;
	min-height:400px;
}

.service_header.loc_header .parallax-overlay:before{
content: "";
position: absolute;
left: 0;
width: 260px;
min-height: 1600px;
background: #bfe5f8;
z-index: -1;
transform: rotate(-17deg);
top: -28%;
height: 100vh;
}

.service_header.loc_header > img {
  width: 65%;
  height: 67vh;
  object-fit: cover;
  min-height: 490px;
}

.sideCta{
	  margin-top: 40px;
  background: #f8f9f4;
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  border-radius:6px;
}


.sideCta .btn{
	background: var(--main-color);
color: #fff;
font-size: 20px;
min-width: 121px;
border-radius: 24px;
border: 0;
}

body.template-sidebar-page .mar_loc{
	background: #f7f7f7 !important;
}

.left_content .container{
	padding:0px;
	max-width:100%;
}

.s_sidebar  .top_con{
	background: #fff!important;
}

.s_sidebar .editable-form{
background: #dcf3ff;
padding: 20px;
max-width: 100%;
margin: auto;
box-sizing:border-box;
border-radius:6px;
overflow:hidden;
}


.process_box{
	text-align: center;
background: #fff;
padding: 40px;
box-sizing: border-box;
padding-top: 30px;
}

.process_box img{
	margin:auto;
	display:block;
	
}

.p_section .container {
	background: #fff;
}

.process_box h3{
	margin-bottom: 30px;
line-height: 30px;
font-size: 22px;
padding-top: 17px;
}

.process_box .n_box{
	width: 80px;
height: 80px;
background: var(--main-color);
margin: auto;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 62px;

font-weight: 400;
margin-bottom: 20px;
margin-top: -65px;
position: relative;
}

.related_post ul li {
  padding-left: 45px !important;
  background: url(/app/uploads/2023/07/next1.png)no-repeat 0 15px !important;
    background-size: auto;
  background-size: 24px !important;
}

.list_icon_sec ul li a:hover{
	text-decoration:underline;
}

.attorneys_header{
	overflow:hidden;
	max-height:500px;
	position: relative;
}
.attorneys_header img{
	min-height: 500px;
	max-height: 500px;
object-fit: cover;
width: 100%;
}

.attorneys_header .bottom_sec{
	background:#1b3d6ad1;
	width: 100%;
padding: 30px 0 40px;
bottom: 0;
margin-top: -120px;
z-index: 2;
position: absolute;
color: #fff;
}

.attorneys_header .bottom_sec h1{
	color:#fff;
	font-size:55px;
}

.team_box .team_details{
	background: var(--main-color);
	padding: 15px 10px !important;
	width: 100%;
	box-sizing: border-box;
}

.team_box .team_details h4{
	background: transparent;
	padding:0px !important;
}

.team_box .team_details .desin{
	color: #fff;
display: block;
text-align: center;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;

}


 .logo img{
	 display:block;
	 margin: auto;
max-height: 64px;
width: auto !important;
 }
 
 .as_seen  .owl-stage{
	 display:flex;
	 align-items:center;
 }
 
 .owl-carousel  .owl-nav {
  margin: 0;
  position: absolute;
  top: 20%;
  width: 100%;
  margin-top:0px!important;
}

.owl-prev,
.owl-next{
	background: var(--main-color) url(/app/uploads/2023/07/right_arrow.png)no-repeat center!important;
background-size: 21px !important;
border-radius: 50%!important;
width: 35px !important;
height: 35px !important;
float: left;
margin: 0 !important;
margin-left: -10px !important;
font-size:0px!important;
}

.owl-next{
	float:right;
	margin-right: -10px !important;
}

.owl-prev{
	transform:rotate(-180deg);
}

/* Search Box*/

.modal-Search{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#27273df5;width:100%;height:100%}

.searchBoxInner{display:table;width:800px;height:100%;margin:auto;position:relative;}
.searchBoxInner .searchConatiner{display:table-cell;text-align:center;vertical-align: middle;}
body .searchBoxInner .searchConatiner .search-form button.search-submit{
	position:relative;background:0 0!important;top:-13px!important;height:60px;width:60px;right:55px}

body .searchBoxInner .searchConatiner .search-form button.search-submit .screen-reader-text{text-indent:-10000px;background:url(img/magnifying-glass.svg) 0 0/40px no-repeat;width:40px;height:40px;display:inherit}

body .searchBoxInner .searchConatiner label{width:100%;display:block;text-align:left}
body .searchBoxInner .searchConatiner .search-field{background:0 0;border:none;border-bottom:none;font-size:22px;background: #fff;
color: #000;
padding: 15px;
height: auto;
box-sizing: border-box;
border-radius: 8px;}
body .searchBoxInner .searchConatiner .search-form{position:relative;

}
.searh-close{position: absolute;
width: 35px;
height: 35px;
top: 30%;
right: 0%;
background: #fff url(/app/uploads/2023/07/cancel-svg.png)no-repeat center;
background-size:19px;
z-index: 9999;
text-indent: -10000px;
border-radius: 50%;}

body .searchBoxInner .searchConatiner .search-submit{
	position: absolute;
background: transparent url(/app/uploads/2023/07/magnifying-glass.png)no-repeat center;
background-size: 37px;
text-indent: -50000px;
position: absolute;
top: 6px;
right: 3px;
cursor: pointer;
}


/* end of Search Box*/



 /** ================== 
Start Responsive Mobile
===========================**/


 #siteheader .menu_sec.open{
        right:0px;
    }
	

@media(min-width:1200px) and (max-width:1300px){
	
	.container {
	  max-width: 100%;
	  box-sizing: border-box;
	}
}


@media(max-width:1300px){
	
	
	
	.top-bar-links .top-bar-social-label{
		display:none;
	}
	
	
	
	
	.page-header {
		width:100%;
	}
	
	.mar_loc ul li{
		font-size: 20px;
	}
	
	.top-bar-link-address{
		display:none!important;
	}
	
	.top-bar-links-box ul li{
		border-right:0px;
	}
	
	.top-bar-links-box ul li .top-bar-link-phone span{
		font-size: 20px!important;
	}
	
	.footer_top h3{
		font-size: 50px;
	}
	.loc_header > img{
		min-height: 570px;
	}
	.page-header.loc_header{
		min-height: 570px;
height: 100%;
	}
	
	.loc_header .title_box{
		padding-top: 50px;
		margin-left: 0;
	}
	
	.loc_header .slanted-rectangle{
		left: 55vw;
	}
	
	.team_header{
		padding: 3em 0;
	}
	
	.bttns_team .bttn-box{
		padding: 8px;
	}
	.team_header h1 {
	  font-size: 40px;
	  
	}
	
	.t_img {
  width: 250px;
  height: 250px;
	}
	
}/* max-width:1300px */



@media(max-width:1200px){
	.top-bar-links .bar-social{
		display:none;
	}
	.page-header .container-hero {
	  max-width: 980px;
	}
	
	#siteheader{
		height: 58px;
	}
	
	.nav_logo img {
	  max-width: 248px;
	}
	
	.hidden-sm{
		display:none;
	}
	
	.top-bar-links .col-lg-3{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		text-align: right;
	}
	
	.top-bar-links{
		padding-left:0px;
		padding-right:0px;
	}
	

	
	.mar_loc ul{
		flex-wrap: wrap;
	max-width: 731px;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	
	.mar_loc ul li:nth-child(4){
		display:none;
	}
	
	.default_page_header{
	min-height:400px!important;
}


.fixed_header{
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.team_header{
	width:100%;
}


	
}/* max-width:1200px */




@media(max-width:1060px){
	.team_header .col-md-4 {
		-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align:center;
	}
	
	
	.team_header{
		background:var(--main-color);
	}
	
	.team_header .slanted-rectangle{
		display:none;
	}
	.team_header .row{
		display: flex;
flex-wrap: wrap;
	}
	
	.team_img {
		order:1;
		margin-bottom:30px;
	}
	.team_intro{
		order:2;
		margin-bottom:30px;
		margin-left:auto;
		margin-right:auto;
		max-width:500px;
	}
	.team_icon_s{
		order:3;
	}
	
	.team_intro h1,
	.team_intro p{
		color:#fff;
	}
	
}/* max-width:1060px */	

@media(max-width:991px){



	
	#siteheader .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.service_header.loc_header .parallax-overlay::before{
		left: 18%;
	}
	
	.loc_header .title {
  font-size: 37px;
line-height: 37px;
	}
	
	.service_header .main-sub-title {
		font-size: 19px;
	}
	
	.reviews img{
		max-width: 150px;
	}
	
	.location_form .title{
		font-size: 32px;
line-height: 38px;
	}
	
	.hide_mobile991{
		display:none;
	}
	.sideCta h2{
		font-size: 24px;
	}
	
	.team_box h4{
		font-size: 16px;
	}
	.footer_top h3{
		font-size: 42px;
	}
	
	.loc_header .container-hero {
	  max-width: 720px;
	}
	
	.loc_header .title_box{
		padding-top:0px;
	}
	
	.loc_header .address_h{
		font-size: 17px;
line-height: 23px;
	}


	
.loc_header .phone-number a{
		font-size: 22px;
		padding-left: 43px;
		background-position-y: 2px;
		padding-bottom: 4px;
	}
	
	.loc_header .title_box{
		margin-left: auto;
	}
	
	
	.process-section .work_box .work-description .icon_hold img{
		max-height: 60px;
width: auto;
	}
	
	.process-section .work_box .work-description .h4, 
	.process-section .work_box .work-description h4{
		font-size: 20px;
padding-top: 0;
	}
	
	.process-section .work_box .work_num{
		width: 75px;
height: 75px;
line-height: 75px;
	}
	
	.form_banner .column-2 h2{
		font-size: 40px;
		line-height: 44px;
	}
	
	.form_banner .column-2 p {
	  color: #fff;
	  font-size: 22px;
	  line-height: 32px;
	}
	
.three_bloc-sec_home .title-divider-line{
		line-height: 1.2;
font-size: 26px;
	}
	
	.attorneys_header img{
		min-height: 300px;
		max-height: 300px;
		object-fit: cover;
	}
	
	.attorneys_header .bottom_sec{
		padding: 20px 0 20px;
	}
	
	.attorneys_header .bottom_sec h1 {
	  color: #fff;
	  font-size: 35px;
	}
	
	.logo_sec{
		display:none!important;
	}
	
	.t_img {
  width: 200px;
  height: 200px;
  border: 5px solid #fff;
}

.content-info .col-md-3{
	
}

.service_header.loc_header > img{
	position: absolute;
height: 100%;
max-height: 100%;
}
	
}/* max-width:991px */


@media(min-width:768px){
	.res_phone .header-contact .hcall{
		display:none;
	}
	
	
	
}/* min-width:768px */


@media(max-width:767px){
	
	.custom_toggle .image_sec{
			margin-top:30px;
	}
	
	.team_header h1 {
  font-size: 35px;
	}
	
	.logo_icon .logo_sec{
		grid-template-columns: repeat(auto-fit,minmax(100px, 1fr));
	}
	
	.attorneys_header .bottom_sec h1 {
	  color: #fff;
	  font-size: 30px;
	}
	
	.loc_header .parallax-overlay{		
		opacity: 0.9 !important;
		max-width: 100%;
	}
	
	.service_header.loc_header .parallax-overlay::before{
		display:none;
	}
	
	.service_header.loc_header > img{
		width: 100%;
	}
	
	
	.page-header .container-hero {
	  max-width: 95%;
	}
	
	
	.top-bar-links{
		display:none;
	}
	
	.page-header .container-hero .row{
		display:block;
	}
	.service_header.loc_header > img{
		min-height: 300px;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.service_header.loc_header{
		min-height: 300px;
	}
	
	.res_phone .header-contact .hcall a{
		display: flex;
color: var(--second-color);
align-items: center;
border-right: 3px solid #ddd;
padding-right: 20px;
font-size: 22px;

margin-top: 2px;
	}
	
	
	.mar_loc ul li:nth-child(even) {
	 display:none;
	}
	
	.mar_loc ul li{
		width: 50%;
padding: 20px !important;
box-sizing: border-box;
border: 1px solid #ddd;
min-height: 120px;
display: flex;
align-items: center;
justify-content: center;
white-space: break-spaces;
	}
	
	.mar_loc ul li:nth-child(1),
	.mar_loc ul li:nth-child(3){
		border-bottom: 0px solid #ddd;
	}
	
.location_form .title{
		font-size: 25px;
		line-height: 32px
	}
	
	.location_form .editable-form{
		margin-top: 25px;
		max-width: 100%;
	}
	
	.right_top_img .image_sec{
		margin-top:30px;
	}
	
	.team_sec .col-md-3{
		-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
	}
	
	.team_sec .col-md-3:nth-child(1),
	.team_sec .col-md-3:nth-child(2){
		margin-bottom:30px;
	}
	
	.footer_top h3{
		font-size: 35px;
	}
	
.team_sec .row{
		display: flex;
flex-wrap: wrap;
	}
	
	.block-alternate .col-sm-6+.image_sec{
		margin-top:30px;
	}
	
	.col-sm-6,
	.col-md-8,
	.col-md-6,
.col-md-4,
.col-md-12	{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.right_button .col-md-4,
.right_button .text_box{
	text-align: center;
}

.content-infos .left_img{
	display:none;
}

.right_button .title{
	font-size: 28px;
line-height: 35px;
}

.right_button p{
	font-size: 18px;
}

.footer_top .editable-form{
	margin-top: 0;
}

.left_content .team_box{
	max-width: 350px;
margin: auto;
margin-bottom: 30px;
}

.template-sidebar-page .footer_top {
	margin-top:40px;
}

.loc_header .slanted-rectangle{
	width:100%;
	transform: skewX(0deg);
	left: 0;
	background: rgb(255, 255, 255) !important;
opacity: 0.9 !important;
}
.loc_header{
	min-height: 540px;
}
.loc_header > img {
	min-height: 540px;
	width: 100%;
}

.process-section .work_box{
	float: none;
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}

.top_single_post .title{
	font-size: 30px;
line-height: 40px;
}

.top-img img{
	min-height: 350px;
max-height: 350px;
}

.content-posts > a img{
	max-height: 100%;
}

.blog_h{
	font-size: 28px;
}

.left_map .row{
	display:flex;
	flex-wrap:wrap;
}

.left_map .column-1{
	order:2;
	margin-top:40px;
}

.loc_add:not(.left_map)  .column-2{
	margin-top:40px;
}

.default_page_header {
  min-height: 300px !important;
}


.header_banner .banner-caption h1{
	font-size: 46px;
	line-height: 48px;
}

.header_banner .banner-caption p {
  font-size: 20px;
  line-height: 31px;
}

body.home .banner-caption .btn{
	width: 100%;
box-sizing: border-box;
border: 2px solid #fff;
padding: 11px 31px !important;
font-size: 20px;
max-width: 250px;
display: block;
margin: 30px auto 0;
}

body.home .header_banner .banner-caption{
	text-align: center;
	padding-top: 1em;
padding-bottom: 0;
margin: auto;
}

body.home .link_banner{
	padding-top: 30px;
margin-left: 0;
display: inline-block;
}
.icon_sec .info_block_inner{
text-align: center;
padding-right: 0;
border-right: 0px solid rgba(0,0,0,0.1);
position: relative;
max-width: 400px;
margin: auto;

margin-bottom: 30px;
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 20px;
}

.icon_sec + .icon_sec .info_block_inner::before{
	display:none;
}

.form_banner .column-2 p {
	  color: #fff;
	  font-size: 20px;
	  line-height: 30px;
	}
.form_banner .row{
	display:flex;
	flex-wrap:wrap;
}
	
	.form_banner .row .column-1 {
		order:2;
		margin-top:30px;
	}
	
	.form_banner .column-2 h2 {
  font-size: 32px;
  line-height: 36px;
}

.block-news .col-sm-4+.col-sm-4{
	margin-top:40px;
}

.why_us_sec .block-flex {
	padding-top:30px!important;
	padding-bottom:30px!important;
}

body.home .review_icon_sec .info_block_inner{
	border-right: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
min-height: 228px;
max-height: 100%;
padding: 40px 20px;
}
body.home .review_icon_sec .row{
	display:flex;
	flex-wrap:wrap;
}

body.home .review_icon_sec .item-col{
	width: 50% !important;
	padding: 0;
}

body.home .three_bloc-sec_home .item-col+.item-col{
	margin-top:40px;
}



body.home .review_icon_sec .info_block_inner h4{
	font-size: 2rem;
margin-bottom: 0px;
line-height: 36px;
}

body.home .review_icon_sec .item-col:nth-child(3) .info_block_inner,
body.home .review_icon_sec .item-col:nth-child(4) .info_block_inner{
	border-bottom: 0px solid rgba(0,0,0,0.1);
}

body.home .header_banner{
	background-position-x: 14%;
}

body.home .header_banner .parallax-overlay{
	background-image: linear-gradient(155deg,rgba(51, 24, 24, 0.84) 7%,rgba(122,125,135,0) 44%,rgba(30, 34, 53, 0.96) 71%,#21253954 100%);
}

#free-case{
	background-position-x: 82%!important;
}

#free-case .parallax-overlay{
	opacity: 0.6!important;
}

.bg_cta{
	padding-top: 50px!important;
padding-bottom: 50px!important;
}

.block-news .col-sm-4 {
	-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
	
.footer_top .editable-form{
	padding: 20px 20px;
}

.img_cta_sec .block-flex{
	padding-top: 40px!important;
padding-bottom: 40px!important;
}

.fixed_header + .header_height{
	height:78px;
	clear:both;
}

#pre-footer-location .col-md-4 {
	text-align:center;
}

#pre-footer-location .menu{
	text-align: center;
	margin-top: 8px;
}

#header-wrap{
	padding: 40px 0;
}

.service_header.loc_header > img{
	position: absolute;
width: 100%;
height: 100%;
max-height: 100%;
top: 0;
}

.page-header .container-hero {
  max-width: 100%;
  padding: 0 15px;
}
	
}/* max-width:767px */


@media(max-width:560px){
	
		.t_img {
	  width: 150px;
	  height: 150px;
	 
	}

	body.attorneys	.team_sec .row{
		margin-left:-10px;
		margin-right:-10px;
	}
body.attorneys	.team_sec .row .col-md-3{
		padding-left:10px;
		padding-right:10px;
	}
	
	.header_banner .banner-caption h1{
	font-size: 36px;
	line-height: 3	8px;
}


	
	.res_phone .header-contact .hcall a{

	border-right: 0px solid #ddd;
	padding-right: 0px;

		}
		
	.mar_loc ul li{
		width: 50%!important;
		padding: 15px !important;
		min-height: 84px;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: break-spaces;
		font-size: 16px;
		line-height: 24px;
	}
	
	.author_bio_section{
		display: block;
		padding: 20px;
	}
	
	body .author_bio_section img{
		margin:auto;
		margin-bottom:20px;
	}
	
	.right_con_a{
		width: 100%;
	padding-left: 0;
	text-align: center;
	}

}

@media(max-width:480px){
	
	body.home .review_icon_sec .info_block_inner img{
		max-height: 40px;
width: auto;
	}
	
	body.home .review_icon_sec .info_block_inner {
		min-height: 197px;
max-height: 100%;
padding: 35px 20px
	}
	
	body.home .review_icon_sec .info_block_inner .cwi-desc{
		font-size: 1.1rem;
		line-height: 1.2;
	}
	
	#siteheader .header-contact .hcall img{
		margin-right: 0;
	}
	
	#siteheader{
		height: 51px;
	}
	
	#siteheader .menu_sec{
		    margin-top: 9px;
	}
	
	.res_phone .header-contact .hcall{
		    margin-top: 6px;
	}
	
	.fixed_header .header_close{
		top: 9px;
	}
	
	.fixed_header + .header_height {
    height: 71px;
    clear: both;
}
	
	.nav_logo img {
	  max-width: 180px;
	}
	
	.header3 .nav_logo{
		position: relative;
		top: 5px;
	}
	
	.team_box .team_details .desin{
		font-size: 13px;
letter-spacing: 0px;
line-height: 18px;
margin-top: 5px;
	}
	
	#res_menu_b{
		margin-top: 14px;
	}
	
	.btn-big {
	  font-size: 17px;
	  padding: 7px 20px !important;
	  font-weight: 700;
	}
	
}/* max-width:480px */


 /** ================== 
end of Responsive Mobile
===========================**/



/* New Style */



.home_banner {
  background: #f3f3fd;
padding-top: 130px !important;
  padding-bottom: 60px !important;
}

.h1-title {
font-size: 63px;
  line-height: 86px;
  color: #122237;
  margin-bottom: 30px;
  margin-top: 15px;
  font-family: 'br_candorbold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.lead {
  font-size: 22px;
  line-height: 34px;
  color: #4a4855;
  font-weight:300;
}

.banner-content .lead {
  max-width: 80%;
  margin-bottom: 35px;
  font-weight: 300;
}

.align-items-center{
	align-items: center;
}

.banner-btn .btn,
.btn_default{
margin-top: 15px;
  color: #fff;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 35px;
  position: relative;
  padding: 11px 20px;
  display: inline-block;
  padding-right: 55px;
  background: var(--main-color);
position:relative;
}

.banner-btn .btn:after,
.btn_default:after{
    content:"";
    position:absolute;
background: url(/app/uploads/2024/06/right-arrows.png)no-repeat;
 background-size: 23px;
  height: 27px;
  width: 23px;
  right: 15px;
  top:50%;
transform: translateY(-50%) rotate(-50deg);
  transition:all 0.3s;
}

.btn_default:hover,
.banner-btn .btn:hover,
.btn_default:hover{
    color:#fff;
    background: var(--second-color);
}

.bt_border {
background: linear-gradient(81deg, #fff 0%, #7e7e9b 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  display: inline-block;
  position: relative;

}



.header3.sticky-header {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  background-color: #ffffff;
}

.smaLL_mark {
  display: inline-block;
  padding: 4px 15px 4px;
  color: #fff;  
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .2em;
  background: #7e7e9b;
  margin-bottom: 10px;
  font-weight: 300;
}


.left_head-sec h2 {
  font-size: 50px;
  line-height:60px;
  margin-top:15px;
}

@media(min-width:992px){
	.left_head-sec .column-2 {
  border-left: 2px solid var(--main-color);  
}

.left_head-sec .lead {
  padding-left: 25px;
  padding-top: 0px;
}

}



.sep_dashed{
	position:relative;
}
.sep_dashed{
	height:1px;
	background:#ddd;
	width:100%;
	margin: 40px 0;
}
.sep_dashed:before{
	content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  border-left: 17px solid transparent;
  border-top: 17px solid #ddd;
  border-right: 17px solid transparent;
  transform: translateX(-50%);
}

.sep_dashed:after {
  content: "";
  position: absolute;
  left: 50%;
bottom: -15px;
  border-left: 16px solid transparent;
  border-top: 16px solid rgb(255, 255, 255);
  border-right: 16px solid transparent;
  transform: translateX(-50%);
}

.four_home_s .box-text{
	text-align:center;
}

.four_home_s .box-text img{
	display:block;
	margin:auto;
}

.four_home_s .box-text h3{
	font-size: 22px;
	margin-top:15px;
}

/* end of New Style */


.block-alternate .image_box img{
	border-radius:16px;
}


.check_list{
	padding-left:0;
	margin-top:15px;
	list-style:none;
}
.check_list li{
	background: url(/app/uploads/2024/06/arrow-right_b2.png)no-repeat 0 9px;
	background-size: 26px;
	padding-left: 35px;
  padding-top:5px;
	  padding-bottom:5px;
}

hr.divider {
width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
  opacity: .4;
  border: none;
  margin: 30px 0;
}

.service_box .info_block_inner {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 5px;
  transition: all 0.3s;
}

.service_box .icon_box {
  background-color:#7e7e9b;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  transition: all 0.3s;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_box .icon_box img {
  display: block;
}

body .service_box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.cta_home_new h2{
	text-align: center;
  font-size: 55px;
  line-height: 65px;
  max-width: 900px;
  margin: auto;
}

.btns-group{
	text-align: center;
	margin-top:30px;
}

.btns-group .not_solid{
	margin-left:20px;
}

.btns-group .btn_default{
	border: 2px solid #7e7e9b;
}

.btns-group .btn_default:hover{
	border: 2px solid var(--second-color);
}

.not_solid{
	background: #7e7e9b;
  border: 2px solid var(--main-color);
  color: #fff;
}


.not_solid:hover{
	background: var(--second-color);
  border: 2px solid var(--second-color);
  color: #fff;
}



.why_choose  .icon_box {
  background-color: var(--main-color);
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: all 0.3s;
  margin-bottom: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.why_choose  .icon_box img {
  display: block;
  max-width: 35px;
}

body .why_choose  h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

body .why_choose h2{
font-size: 42px;
  line-height: 54px;
  margin-bottom: 30px;
}

body .why_choose .text_boxs{
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  border-radius: 12px;
  padding: 32px 35px;
  background:#fff;
  margin-bottom: 30px;
}

body .why_choose::after {
	position: absolute;
  content: '';
  z-index: -1;
  width: 48%;
  height: 72%;
  top: 12%;
  right:0;
  background-color: #f3f3fd;
}

body .why_choose .container>.row {
	align-items: center;
}

@media(min-width:992px){
	body .why_choose .column-1 {
		   width: 41.66666667%!important;
	}
	
	body .why_choose .column-2{
		 width: 58.33333333%!important;
	}
}

.align_center .row{
	align-items:center;
}

.transform_sec .image_sec img{
	max-width:560px;
	display:block;
	margin:auto;
}


.working_process  h2 {
font-size: 45px;
  line-height: 56px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.working_process  .row {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  margin:0px;
}

.working_process  .column-1 {
  padding-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  width: unset !important;
  float:none!important;
  padding: 0;
  order: 1;
}

.working_process  .column-2 {
	  width: unset !important;
	  float:none!important;
	  padding: 0;
  order: 2;
}

.working_process .p_icon_row .p_icon_box{
	width: 45px;
  height: 45px;
  background:#7e7e9b;
  font-weight:600;
  font-size:38px;
  color:#fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.working_process .p_icon_row .p_icon_box img{
max-height: 45px;
  width: auto;
	filter: grayscale(100%);
}
.working_process .p_icon_row .p_icon_t {
  width: calc(100% - 45px);
  padding-left: 20px;
  box-sizing: border-box;
}

.working_process .p_icon_row{
	background: #fafafe;
  padding:30px 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #ddd;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_icon_row h3 {
font-size: 23px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.working_process .p_icon_row:last-child{
	margin-bottom:0px;
}

.p_icon_row p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom:0px;
  
}

#faq_sec .panel{
	color: #2E2E2E;
  background-color: #fafafe;
  border: 0;
  border-radius: 8px;
  padding: 11px 20px;
  cursor: pointer;
}

body .panel .panel-title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

#faq_sec .row{
	align-items:center;
}

#faq_sec .panel .panel-body{
	opacity: 0.7;
}

.full_width .block-description{
	max-width:100%
}


.rBottom{
	display:flex;
	padding-left: 0!important;
}
.review_box .itemR .reviewtext{
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  background:#fff!important;
  border-radius: 8px!important;
}

.review_box .owl-stage-outer{
	padding-top: 7px;
  padding-bottom: 20px;
}

body .itemR .reviewtext::after{
	display:none!important;
}

.cta_dark h2{
	margin-bottom:20px;
}

.content-posts .blog-text .btn_default{
margin-top: 30px;
  font-size: 16px;
  line-height: 31px;
  padding: 6px 13px;
  padding-right: 55px;
}

.footer .menu li a {
display: block;
  margin-bottom: 8px;
}

.content-posts .blog-text .btn_default:after{

background: url(/app/uploads/2024/06/right-arrows.png)no-repeat;
 background-size: 23px;
height: 23px;
transform: translateY(-50%) rotate(0deg);

}

.ft_con li {
  padding-left: 35px;
  margin-bottom: 30px;
}

.ft_con .address {
  background: url(/app/uploads/2024/06/maps-and-flags_b1.png)no-repeat;
  background-size: 33px;
  background-position-y: 7px;
  padding-left: 50px;
  margin-bottom: 20px;
}

.ft_con .phone_icon {
  margin-bottom: 5px;
  padding-left: 50px;
  background: url(/app/uploads/2024/06/phone_orange11.png)no-repeat 5px;
  background-size: 28px;
  font-size: 28px;
font-weight:600;
}



#content-hero .page_title {
  margin-top: 12px;

  text-transform: capitalize;

}
 .page_title {
  font-size: 57px;
  line-height: 64px;
  margin-bottom: 20px;
  margin-top: 20px;  
  font-weight: normal;
}


.inner_hero .container{
	position: relative ;
  z-index: 1;
}


.page-hero-section{
	position: relative;
  z-index: 1;
}

.wave-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave-shape-bottom path {
  fill: #fff;
}

.wave-shape-bottom svg{
	display:block;
}


.block-alternate .image_sec img{
	border-radius: 16px;
}

.inner_hero_image{
	padding: 15px;
  box-sizing: border-box;
  max-width: 450px;
  margin: auto;
  transform: perspective(844px) rotateX(-2deg) rotateY(-9deg) rotateZ(0deg);
}
.inner_hero_image img{
	min-height:500px;
	object-fit:cover;
	border-radius:22px;
	z-index: 1;
  position: relative;
}

.inner_hero{
background:url(/app/uploads/2024/06/hero-5.jpg);
padding-bottom: 80px !important;
}

.inner_hero_image:before{
content: "";
  width: 100px;
  height: 200px;
  border-top-right-radius: 26px;
  background: #e9ecfb;
  position: absolute;
  right: 0px;
  top: -2px;

  border-top: 5px solid #d3d0fa;
  border-right: 5px solid #d3d0fa;
}

.inner_hero_image:after{
content: "";
 width: 100px;
  height: 200px;
  border-bottom-left-radius: 26px;
  background: #eff2fb;
  position: absolute;
  left: 0px;
  bottom: -2px;
  border-bottom: 5px solid #d3d0fa;
  border-left: 5px solid #d3d0fa;
}


body:not(.home) #faq_sec .panel {
  background-color: #f7f7fb;
  
}

.two_box_con {
	background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}

.two_box_con .item-col{
	width:50%!important;
	margin-bottom:30px;
}

.two_box_con .info_block_inner{
	-webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
padding: 30px;
  background: #fff;
  border-radius: 12px;
}

.two_box_con .info_block_inner ul{
	margin-bottom:0px!important;
}

#faq_sec .panel .panel-title{
	padding-top: 0;
	padding-bottom: 0;
}


@media(min-width:992px){
	.right_img_full .image_sec img{
		max-width: 1000px;
	}
}
body.search .header_height,
body.error404  .header_height{
	height:80px;
	width:100%;
	clear:both;
}

.serch_result {
    background: #f3f3fd;
    padding: 50px 0;
  }
  
   .serch_result h1 {
    font-size: 47px;
    line-height: 52px;
  }
  
  body.search-results .inner_box_s {
  background: #f7f7f7;
  padding: 30px;

}

  body.search-results .col-md-4{
	margin-bottom:30px;
}

  body.search-results .inner_box_s h2{
	font-size: 20px;
  line-height: 31px;
  margin: 0;
}

.error_sec img {
  max-width: 600px;
  margin: 30px auto;
}

body.search-no-results .serch_result{
	display:none;
}

@media (min-width: 992px) {
  .error_sec .page-title {
    font-size: 55px;
  }
}

.inner_404 .btn {
  display: inline-block;
  background: var(--second-color);
  color: #fff;
  padding: 8px 25px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 18px;
}

body.search-results  .search_p{
	padding:50px 0;
}


.about_hero .right_img img{
	min-height: 479px;
  object-fit: cover;
  border-radius: 22px;
  box-sizing: border-box;
}

.s_blog_header .right_img img{
	 border: 5px solid #ddd;
}

.s_blog_header .h1-title {
  font-size: 48px;
line-height: 57px;
  margin-bottom: 20px;	
}

@media(min-width:992px){
	.about_hero .column-1,
	body.home .home_banner .column-1{
		width: 58.333333%!important;
	}
	.about_hero .column-2,
	body.home .home_banner .column-2{
		width: 41.666667%!important;
	}
}

.team_list .box-text img{
	border-radius:16px;
}

.team-member-data h3{
	margin-bottom: 0;
  padding-top: 10px;
}

.grey{
	font-size:18px;
	opacity:0.7;
}

.blog_header{
		text-align:center;
padding-top: 99px !important;
  padding-bottom: 42px !important;
  background:url(/app/uploads/2024/06/hero-5.jpg);
}
.blog_header h1{
	margin-bottom: 10px;

	font-size: 58px;
  line-height: 82px;
}

.blog_listing .meta_block .author {
	display:none;
}

.single_meta_info{
	margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post_info{
	width:calc(100% - 60px);
	padding-left:15px;
	box-sizing:border-box;
}
.usr_name{
display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--main-color);
  line-height: 21px;
}

.img_user img{
	display:block;
	filter: grayscale(100%);
}

.p_time{
	margin-right: 12px;
  padding-right: 12px;
  border-right: 2px solid #ddd;
font-size: 14px;
  opacity: 0.8;
}

.post_info .rt-reading-time{
	font-size: 14px;
  opacity: 0.8;
}

.contact_img .icon_box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 5px solid #fff;
  background-color:#7e7e9b;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_img .icon_box_home {
background-color: #fff;
  border-radius: 16px;
}

.contact_img .email_i a{
	font-size: 14px;
}

.contact_img .icon_box img {
  display: block;
  max-width: 35px;
}

@media (min-width: 768px) {
  .contact_img .icon_box_home {
    min-height: 230px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.phone_i a {
  font-size: 37px;
}

.con_txt{
	text-align:center;
	padding-top:25px;
}

.con_header .banner-content{
	text-align:center;
}

.con_header  {
	background:#f3f3fd;
}
.con_header  .banner-content .lead{
	margin:auto;
}

@media(min-width:992px){
	.con_header{
		padding-bottom: 200px !important;
	}
	.contact_img{
		margin-top: -150px;
	}
}

.gray_txt{
	font-size: 16px;
  display: block;
  color: #000;
  opacity: 0.5;
  text-transform: uppercase;
}

.con_header .h1-title {
  font-size: 55px;
  line-height: 65px;
  color: #122237;
  margin-bottom: 10px;
}

.portfolio_page_h{
	background:#f3f3fd;
}

.portfolio_page_h .inner_sec_p{
	text-align:center;
	max-width:800px;
	margin:auto;
}

.case_page {
  padding-top: 50px;
  padding-bottom: 60px;

}


.case_page .inner-grid{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  padding: 20px;
  border-radius: 20px;
}

.case_page .inner-grid .blog_disc {
padding: 24px 0 10px;
  min-height: 150px;
}

.case_page .inner-grid .grid-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.case_details  h2{
	font-size: 60px;
}


.f_img img{
	width:100%;
	object-fit:cover;
	border-radius:22px;
	max-height:420px;
}


.portfolio-info-content-box-one.line {
  border-right: solid 1px #b7b7b7;
}

.portfolio-info-content-box-one {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
}

.portfolio-info-box-one {
border: solid 1px #b7b7b7;
  border-radius: 10px;
  margin-top: 22px;
  margin-bottom: 26px;
}

.portfolio-info-content-one span:first-child {
  font-family: 'br_candorbold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #777777;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.portfolio-info-content-one span:last-child {
  font-size: 20px;
  line-height: 20px;
  color: #10161b;
  font-weight: 600;
}

.portfolio-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media(min-width:768px){
	.portfolio-img img{
		width:100%;
		object-fit:cover;
		max-height:500px;
		min-height:500px;
	}

}


.hero_2{
	background-image: url(/app/uploads/2024/06/hero-25.jpg);
  margin-bottom: 80px !important;
  padding-bottom: 0 !important;
  position: relative;
}

.hero_2 .inner_p{
	text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 55px;
}

.hero_2 .inner_p .lead{
	color: #6c757d;
}

.inner_hero_image_2{
max-width: 1000px;
  margin: auto;
  border-radius: 22px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  margin-bottom:-60px;
  margin-top:20px;
  position:relative;
    border-top-left-radius:0px;
	  border-bottom-right-radius:0px;
}

.inner_hero_image_2 img{
width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 22px;
  border-top-left-radius:0px;
  border-bottom-right-radius:0px;
}

.inner_hero_image_2:before {
  content: "";
width: 185px;
  height: 125px;
  border-top-right-radius: 26px;
  background: url(/app/uploads/2024/06/dot-bg.png)no-repeat;
  background-size:150px;
  position: absolute;
left: -39px;
  top: -36px;
}

.inner_hero_image_2:after {
  content: "";
width: 185px;
  height: 125px;
  border-top-right-radius: 26px;
  background: url(/app/uploads/2024/06/dot-bottom.png)no-repeat right;
background-size: 150px;
  position: absolute;
  right: -36px;
  bottom: -47px;

}

@media(max-width:1199px){
	.transform_sec .image_sec img{
		max-width:100%;
	}
	
	body .home_banner{
		padding-top: 60px !important;
	}
	
	.h1-title {
font-size: 49px;
    line-height: 70px;
    margin-bottom: 15px;
	}

.cta_home_new h2{
	font-size: 45px;
  line-height: 50px;
}

}

@media(max-width:991px){
	 .about_hero .column-1, 
	 body.home .home_banner .column-1 {
		width: 100% !important;
	  }
	  
	   .about_hero .column-2, 
	   body.home .home_banner .column-2 {
			width: 100% !important;
		  }
		  
		  .about_hero .column-2 .right_img, 
		  body.home .home_banner .column-2 .right_img{
			  margin-top:40px;
		  }
		  
		  .banner-content .lead{
			  max-width:100%;
		  }
		  
	.res_phone .header-contact .hcall a span{
		display:none;
	}
	
	.home_banner .banner-content{
		text-align:center;
	}
	
	
	
	
	.left_head-sec h2 {
  font-size: 41px;
  line-height: 50px;
	}
	
		.working_process .row {
    display: block;
  }
  
	.working_process .column-1{
  position: static;

	}
	
	.working_process .column-2{
		margin-top:40px;
	}
	
	.four_home_s .row .item-col {
		width:50%!important;
	}  
	
	.four_home_s .row .column-1,
	.four_home_s .row .column-2,
	.four_home_s .row .column-3{
		margin-bottom:30px;
	}
	
	.cta_home_new h2{
	font-size: 40px;
	  line-height: 44px;
	}
	
	.left_head-sec .item-col,
.why_choose .item-col	{
		width:100%!important;
	}
	
	.block-alternate .col-sm-6,
	#faq_sec .col-md-6{
		-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
		.block-alternate .col-sm-push-6 {
		left: 0%;
	  }
	  
	.block-alternate .col-sm-pull-6 {
    right: 0%;
  }
  
	.left_head-sec,
	.four_home_s {
		padding-bottom:0px!important;
	}
	
	.block-alternate .col-sm-push-6+.image_box,
	.why_choose .column-2{
		margin-top:40px;
	}
	body .why_choose::after{
		display:none;
	}
	
	#faq_sec .col-md-6+.col-md-6{
		margin-top:40px;
	}
	
	body .why_choose h2 {
  font-size: 36px;
  line-height: 45px;
	}
	
	.working_process h2 {
  font-size: 38px;
  line-height: 46px;
	}
	.page_title {
font-size: 30px;
    line-height: 40px;
	}
	
	.page-hero-section .lead {
  font-size: 18px;
  line-height: 30px;
	}
	
	.block-alternate .image_sec{
		margin-top:40px;
	}
	
	.about_hero .right_img img {
  min-height: 89px;

}

.portfolio-info-box-one .col-lg-3 .portfolio-info-content-box-one{
	border-bottom: solid 1px #b7b7b7;
	
}

.portfolio-info-content-box-one{
	display:block;
}

.case_details h2 {
  font-size: 40px;
}

.team-member-data h3{
	font-size: 20px;
}

.grey {
  font-size: 16px;
}

}/* 991px */

@media(max-width:767px){
	
 .h1-title {
    font-size: 40px;
    line-height: 60px;
 }
 
 .left_head-sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  
  .cta_home_new h2{
	  font-size: 40px;
	  line-height: 49px;
	  max-width: 100%;
	  margin: auto;
  }
  
  .four_home_s .box-text h3{
	  font-size: 20px;
  }
  .lead {
  font-size: 17px;
  line-height: 31px;
  }
 
  body .home_banner {
    padding-top: 40px !important;
  }
  
  body .why_choose h2 {
  font-size: 30px;
  line-height: 40px;
	}
	
	.working_process h2 {
  font-size: 30px;
  line-height: 40px;
	}
	
	.p_icon_row h3 {
  font-size: 20px;
	}
	
	.btns-group .not_solid{
		margin-left:0px;
	}
	
	.btns-group .btn_default{
		width: 250px;
  margin: 0 auto 15px;
  box-sizing: border-box;
  clear: both;
    display: block;
	}
	
  .content-posts > a img{
	  min-height: 170px;
  }
  
  .two_box_con .item-col {
  width: 100% !important;
  margin-bottom: 30px;
}

.page-hero-section .hero_image{
	margin-top:40px;
}

.team_list .item-col{
	width:50!important%;
}
  
}/* 767px */

@media(max-width:600px){
	.res_phone .header-contact .hcall a{
		font-size: 18px;
	}
	
	 .h1-title {
    font-size: 36px;
		line-height: 48px;
		margin-bottom: 15px;
	  }
	.cta_home_new h2 {
    font-size: 32px;
    line-height: 42px;
	}	
	  body .panel .panel-title{
		  font-size: 18px;
		  line-height: 28px;
	  }
	  
}

@media(max-width:550px){
	.four_home_s .row .item-col {
    width: 100% !important;
  }
  
  .smaLL_mark{
	  font-size: 11px;
  line-height: 17px;
  }
  

	  
}

@media(max-width:480px){
	.header3 .nav_logo{
		top: 0;
		padding-top: 16px;
	}
	.res_phone .header-contact .hcall{
		margin-right: 15px;
	}
	
	.nav_logo a {
  font-size: 17px;
  }
  #siteheader .menu_sec{
	  top: 60px;
  }
    .team_list .item-col{
	width:50!important%;
	}

}

.itemR .reviewtext::before {
	background: url(/app/uploads/2024/06/quotes_b1.png)no-repeat!important;
	background-size: 28px!important;
}


.cta_dark,
.s_blog_header{
	background: linear-gradient(180deg, #f8f9fe 0%, #f4f4f9 100%);
}

body.home .service_box .info_block_inner{
	background-color: #323256;
	color:#fff;
}

body.home .service_box h3 a{
	color:#fff;
}

body.home .home_banner{
	background: var(--main-color);
	position:relative;
}

body.home .home_banner .h1-title{
	color: #fff;
}

body.home .banner-content .lead{
		color: #fff;
}

body.home .home_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/app/themes/websearchengineering/resources/inc/images/b_vector.svg);
  background-size: cover;
  background-position: 50%;
  opacity: .4;  
  z-index: 0;
}

body.home .home_banner .banner-btn .btn{
	background: #7e7e9b;
}

body.home .home_banner .banner-btn .btn:hover{
	background: var(--second-color);
}

body.home .home_banner .row{
	align-items: center;
}

@media(min-width:1201px){
	body.home #siteheader:not(.sticky-header) #navigation .menu-main-menu-container ul > li > a{
		color:#fff;
	}
	
	body.home #siteheader:not(.sticky-header) .header-contact .hcall img{
		filter: contrast(0%) brightness(2);
	}

	
	body.home #siteheader:not(.sticky-header) .nav_logo a{
		color:#fff;
	}
}