/*
::selection {
  color: #fff;
  background: #2bd886;
}
*/
body{
    font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:26px;
	font-weight:400;
	text-align:left;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_Adobe Caslon Pro Regular';
	src: url('../fonts/Adobe Caslon Pro Regular.eot');
	src: local('☺'), url('../fonts/Adobe Caslon Pro Regular.woff') format('woff'), url('../fonts/Adobe Caslon Pro Regular.ttf') format('truetype'), url('../fonts/Adobe Caslon Pro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
ul{
    padding: 0px;
    margin: 0px;
}
a,a:hover{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{

}
p{

}
h2{
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px auto;
}
.mt-50{
    margin-top: 50px;
}
/*=========================
header position css start
===========================*/
.nav-header{
   background: #0a0f16;
    position: relative;
/*    padding: 5px 0px;*/
}
.headersticky{
	position: fixed;
  	top: 0;
  	width: 100%;
	z-index:9999;
}
.nav-header:before{
    content: '';
    background: #9a7117;
    position: absolute;
    left: 0px;
    width: 28%;
    top: 0px;
    height: 100%;
}
.menu-list{
    padding: 5px 5px;
    border-radius: 20px;
}
.navigation-wrap{
	display:inline-block !important;
	width:100%;
	text-align:right;
}

.menu-primary-menu-container{
	display:inline-block;
}
.navigation-wrap ul{
	padding: 0;
	margin: 0;
	text-align: right;
}
.navigation-wrap ul li{
	list-style-type: none;
    display: inline-block;
    position:relative;
	padding:0px;
}
.navigation-wrap ul li:last-child{
	margin-right: 0;
}
.navigation-wrap ul li a{
	color: #000;
	font-size: 13px;
	display: block;
	text-align: center;
	padding:17px 14px;
	background: transparent;
    text-transform: uppercase;
	transition: all ease 0.3s;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.navigation-wrap ul li a i{
    padding-left: 5px;
}
.navigation-wrap ul li:hover a, .navigation-wrap ul li:focus a, .navigation-wrap ul li.active a{
  	background:#9a7117; 
	transition: all ease 0.3s;
}
.navigation-wrap ul li.menu-item-has-children{
    position: relative;
}
.navigation-wrap ul li.menu-item-has-children:before{
    content: '\f107';
    position: absolute;
    right: 2px;
    top: 24%;
    color: #fff;
    font-family: FontAwesome;
}
.navigation-wrap ul li.menu-item-has-children ul.sub-menu{
    background: #9a7117;
    color: #fff;
    position: absolute;
    top: 100px;
    z-index: 333;
    left: 0px;
    width: 245px;
    text-align: center;
   	display:none;
    transition: all ease 0.3s;
}
.navigation-wrap ul li.menu-item-has-children ul.sub-menu li{
	border-bottom:1px dashed #fff;
	width:100%;
}
.navigation-wrap ul li.menu-item-has-children ul.sub-menu li:last-child{
	border-bottom:0px;
}
.navigation-wrap ul li.menu-item-has-children ul.sub-menu li a{
	line-height:5px;
}
.navigation-wrap ul li.menu-item-has-children ul.sub-menu li{
	
}
.navigation-wrap ul li.menu-item-has-children:hover ul.sub-menu{
	display:block;
    top:52px;
    transition: all ease 0.3s;
}
.bobs-btn{
	padding:0px !important;
}
.bobs-btn a{
       background: #fff !important;
    text-transform: uppercase !important;
    height: 38px;
    width: auto;
    font-family: 'Raleway', sans-serif !important;
    display: inline-block !important;
    padding: 0px 15px !important;
    border-radius: 5px;
    line-height: 38px;
    font-weight: 700 !important;
    color: #282828 !important;
    font-size: 13px !important;
	transition:all ease 0.3s;
}
.bobs-btn a:hover{
	background: #9a7117 !important;
    color: #fff !important;
    transition: all ease 0.3s;
}
.linkicon > i{
    color: #00a2ff;
    font-size: 28px;
    padding: 0px;
    vertical-align: middle;
}
/*=========================
header position css End
===========================*/
/*=================
banner position start
==================*/
.banner-wraper{
    width: 100%;
    background: url(../images/banner-back.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 553px;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-mid{
    width: 100%;
}
.banner-wraper .banner-title{
    background: #fff;
    text-align: center;
    padding-bottom: 25px;
    display: block;
    float: right;
}
.banner-wraper .banner-title h1{
    font-size: 26px;
    line-height: 53px;
    color:#fff;
    background: #9a7117;
    font-weight: 200;
    margin: 0px;
    padding: 0px 25px;
}
.banner-wraper .banner-title h3{
    font-size: 26px;
    line-height: 44px;
    color: #282828;
    text-align: center;
    font-weight: 200;
}
.banner-wraper .banner-title strong{
    font-family: 'Righteous', cursive;
    color: #0a0f16;
    font-size: 54px;
    line-height: 51px;
    font-weight: 400;
}
.banner-subtitle{
    background: #0b35ad;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-right: 8%;
}
.banner-subtitle h3{
    font-family: 'Conv_Adobe Caslon Pro Regular';
    color: #fff;
    font-size: 29px;
    line-height: 53px;
    font-weight: 400;
    margin: 0px;
    padding-left: 25px;
}
/*=================
banner position stop
==================*/
.searcase-archives-wraper{
    margin-top: 30px;
}
.searcase-archives-wraper h2{
    padding-bottom: 30px;
}
.searcase-archives-form{
    background: url(../images/archives-back.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
}
.searcase-archives-form form .form-group label{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 50px;
    margin: 0px;
}
.searcase-archives-form  form{
    padding-bottom: 15px;
}
.searcase-archives-form form select{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    margin: 0px;
    color: #282828;
    min-height: 50px;
}
.searcase-archives-form form button{
    background: #9a7117;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 34px;
    width: 100%;
    height: 50px;
	transition:all ease 0.3s;
}
.searcase-archives-form form button:hover{
    color: #9a7117;
	background:#fff;
}
.caselindquist-wraper{
    position: relative;
    margin: 75px 0px;
}
/* .caselindquist-wraper:after{
    content: '';
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: url(../images/caselindquistimg.jpg)no-repeat;
    background-size: cover;
} */
.caselindquist-title{
	position:relative;
}
.caselindquist-title h3{
    color: #010101;
    font-size: 40px;
    line-height: 50px;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin:0px;
}
.caselindquist-title h4{
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding-bottom: 15px;
	
}
.caselindquist-title p{
    font-size: 14px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 16px 0px;
    text-align: justify;
}
.caselindquist-title h5{
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 26px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}
.caselindquist-title h5 b{
    font-weight: 700;
}
.selectedcases-wraper{
    background: #9a7117;
    padding: 60px 0px;
}

.selectedcases-col{
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:13%;
	cursor:default;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-md-4:nth-child(even) .selectedcases-col {
    background: #fff;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(even) .selectedcases-col:hover, .selectedcases-wraper .row .col-md-4:nth-child(even) .selectedcases-col:hover, .selectedcases-wraper .row .col-6:nth-child(even) .selectedcases-col:hover{
	background:#010101;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(even) .selectedcases-col:hover img, .selectedcases-wraper .row .col-md-4:nth-child(even) .selectedcases-col:hover img, .selectedcases-wraper .row .col-6:nth-child(even) .selectedcases-col:hover img{
	    filter: invert(1);
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(even) .selectedcases-col:hover a h3, .selectedcases-wraper .row .col-md-4:nth-child(even) .selectedcases-col:hover a h3, .selectedcases-wraper .row .col-6:nth-child(even) .selectedcases-col:hover a h3{
	color:#9a7117;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(odd) .selectedcases-col, .selectedcases-wraper .row .col-md-4:nth-child(odd) .selectedcases-col, .selectedcases-wraper .row .col-6:nth-child(odd) .selectedcases-col{
	background:#010101;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(odd) .selectedcases-col a h3, .selectedcases-wraper .row .col-md-4:nth-child(odd) .selectedcases-col a h3, .selectedcases-wraper .row .col-6:nth-child(odd) .selectedcases-col a h3{
	color:#9a7117;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(odd) .selectedcases-col:hover, .selectedcases-wraper .row .col-md-4:nth-child(odd) .selectedcases-col:hover, .selectedcases-wraper .row .col-6:nth-child(odd) .selectedcases-col:hover{
	background:#fff;
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(odd) .selectedcases-col:hover img, .selectedcases-wraper .row .col-md-4:nth-child(odd) .selectedcases-col:hover img, .selectedcases-wraper .row .col-6:nth-child(odd) .selectedcases-col:hover img{
	filter:brightness(0);
	transition:all ease 0.3s;
}
.selectedcases-wraper .row .col-lg-2:nth-child(odd) .selectedcases-col:hover a h3, .selectedcases-wraper .row .col-md-4:nth-child(odd) .selectedcases-col:hover a h3, .selectedcases-wraper .row .col-6:nth-child(odd) .selectedcases-col:hover a h3{
	color:#010101;
	transition:all ease 0.3s;
}
.selectedcases-col img{
    padding-bottom: 10px;
}
.selectedcases-col h3{
    color: #010101;
    font-size: 29px;
    line-height: 40px;
    font-family: 'Conv_Adobe Caslon Pro Regular';
    font-weight: 700;
}
.selectedcases-wraper .selectedcases-col:nth-child( even ){
	background:red;
}
.selectedcases-wraper h2{
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}
.selectedcases-colalt{
    background: #010101;
}
.selectedcases-colalt img{
    filter: brightness(50);
}
.selectedcases-colalt h3{
    color:#9a7117;
}
.meetboblindquist-wraper{
    position: relative;
    margin: 0px 0px 10px;
}
.meetboblindquist-wraper .rdps {
	padding-bottom: 40px;
}
/* .meetboblindquist-wraper:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35%;
    height: 100%;
    background: url(../images/meetboblindquistimg.jpg)no-repeat;
    background-size: cover;
} */
.meetboblindquist-rgt{
  width: 75%;
}
.meetboblindquist-rgt h2{
  font-size: 40px;
  line-height: 1.2;
  color: #010101;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.meetboblindquist-rgt h4{
    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    padding-bottom: 10px;
}
/*.meetboblindquist-rgt p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #000000;
}*/
.meetboblindquist-rgt a{
    width: auto;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    background: #010101;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 35px;
	transition:all ease 0.3s;
}
.meetboblindquist-rgt a:hover{
	background:#9a7117;
	color:#fff;
	transition:all ease 0.3s;
}
.meetboblindquist-lft{
    position: relative;
	width: 25%;
}
.meetboblindquist-lftimg{
	position:absolute;
	top:0;
	left:0;
}
.meetboblindquist-lfttop{
    width: auto;
    height: auto;
    position: absolute;
    top: 60px;
    right: 35%;
}
.rdps{
	display: flex;
	align-items: center;
	padding: 30px 0px;
	width: 100%;
}
.meetboblindquist-lftbtm{
    z-index: 99;
    position: relative;
}
.meetboblindquist-lftbtm:before{
	content: "";
    height: 278px;
    width: 30px;
    background: #9a7117;
    position: absolute;
    top: 50%;
    left: -8px;
    z-index: -2;
    transform: translate(-8px, -50%);
}
.Press-Publications-wraper{
    max-width: 945px;
    height: auto;
    margin:0px auto;
    padding: 60px 0px;
}
.Press-Publications-wraper table{
    background: #010101;
    border-radius: 5px;
    width: 100%;
}
.Press-Publications-wraper table tr td{
    padding-top: 15px;
    padding-bottom: 15px;
}
.Press-Publications-wraper table thead tr th:nth-child(1){
    width: 80%;
    padding:0px 50px;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.Press-Publications-wraper table thead tr th:nth-child(2){
    background: #9a7117;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-top-right-radius: 5px;
}
.Press-Publications-wraper table tr td:nth-child(1){
    width: 80%;
    border-bottom: 1px solid #babbbc;
    padding-left: 50px;
    padding-right: 50px;
}
.Press-Publications-wraper table tr:last-child td{
    border: 0px;
}
.Press-Publications-wraper table tr td:nth-child(1) h3{
    color: #babbbc;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
}
.Press-Publications-wraper table tr td:nth-child(1) p{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.Press-Publications-wraper table tr td:nth-child(2){
    background: #9a7117;
    width: 20%;
}
.Press-Publications-wraper table tr td:nth-child(2) h3{
    font-size: 24px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.Press-Publications-wraper table tr:last-child td:nth-child(2){
    border-bottom-right-radius: 5px;
}
.Press-Publications-wraper .datatable-filter-cell ,.Press-Publications-wraper .datatable-filter-line{
    display: none !important;
}
.Press-Publications-wraper h2{
    text-align: center;
}
.Press-Publications-wraper p{
   color: #282828;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.Press-Publications-mid-col{
    width: 80%;
    float: left;
    background: #010101;
    padding-left: 50px;
    padding-top: 10px;
    border-top-left-radius:5px;
}
.Press-Publications-midrgt-col h3{
    text-align: center;
}
.Press-Publications-midrgt-col h3, .Press-Publications-mid-col h3{
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.Press-Publications-midrgt-col{
    width: 20%;
    float: left;
    background: #9a7117;
    padding-top: 10px;
    border-top-right-radius:5px;
}
.Press-Publications-midtitle-col{
    width: 80%;
    float: left;
    background: #010101;
    padding:0px 50px;
    border-bottom: 1px solid #babbbc;
}
.Press-Publications-midtitle-col h3{
    color: #babbbc;
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
}
.Press-Publications-midtitle-col p{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}
.Press-Publications-midtitlergt-col{
    width: 20%;
    float: left;
    background: #9a7117;
    padding-top: 10px;
    text-align: right;
}
.Press-Publications-midtitlergt-col h3{
    font-size: 24px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.Press-Publications-mid-row{
    height: auto;
    background: #9a7117;
    width: 100%;
    display: flex;
    align-items: center;
}
.border-style{
    border-bottom: 1px solid #010101;
    border-bottom-left-radius: 5px;
}
.border-style-rgt{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.Press-Publications-pagination{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.Press-Publications-wraper .pagination li.current{
    color: #fff;
}
.Press-Publications-wraper .pagination a {
  color: black;
  float: left;
    font-size: 24px;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  padding: 18px 25px;
  text-decoration: none;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(191,185,191,1);
-moz-box-shadow: 2px 4px 5px 0px rgba(191,185,191,1);
box-shadow: 2px 4px 5px 0px rgba(191,185,191,1);
    cursor: pointer;
	transition:all ease 0.3s;
}
.Press-Publications-wraper .pagination a:hover{
	background:#9a7117;
	color:#fff !important;
	transition:all ease 0.3s;
}
.Press-Publications-wraper .pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
    color: #9a7117;
}

.Press-Publications-wraper .pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
    color: #9a7117;
}
.Press-Publications-wraper .pagination{
    justify-content: center;
    padding: 50px 0px;
}
/*==================
footer section css start
====================*/
.footer-sec{
    background: #010101;
     padding: 50px 0px;   
}
.footer-blog-lft p{
  color:#5a5a5a;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    font-weight: 400;
}
.footer-blog h3{
    font-size:  18px;
    line-height: 27px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.navigation ul li {
    width: 50%;
    float: left;
    display: block;
}
.navigation ul li a{
    font-size:  14px;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    color: #5a5a5a;
    font-weight: 400;
}
.navigation ul li a:hover{
    /*color: ;*/
}
.contuct-us-detailes li{
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    margin: 10px 0px;
}
.contuct-us-detailes li i{
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.contuct-us-detailes li span{
    color: #9a9a9a;
    padding-left: 35px;
    display: block;
    line-height: 20px;
}
.contuct-us-detailes li a{
    font-size: 13px;
    line-height: 20px;
    color: #9a9a9a;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.footer-blog.navigation ul li a {
    color: #9a9a9a;
}
.contuct-us-detailes li a:hover, .footer-blog.navigation ul li a:hover{
	color:#9a7117;
}
.footer-blog .form-group .form-control{
    font-size: 13px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #010101;
}
.footer-blog .form-group button{
    width: 100%;
     font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #9a7117;
    text-transform: uppercase;
}
/*======================
footer section css stop
=======================*/
/*======================
copy right section css start
=======================*/
.copyright-sec{
    background-color: #171616;
    text-align: center;
    
}
.copyright-sec p{
    color: #9a9a9a;
    font-size: 13px;
    line-height: 27px;
      font-family: 'Raleway', sans-serif;
    padding: 15px;
    font-weight: 400;
    margin: 0px;
}
.copyright-sec p a{
    color: #9a7117;
}
/*======================
copy right section css stop
=======================*/


.nav-btn{
	display: none;
	background: linear-gradient(to right, #ffffff 0%,#ffffff 100%);
	text-align: center;
	margin: 26px 0 0;
	border-radius: 7px;
	cursor: pointer;
	transition: all ease 0.3s;
	color: #000;
	font-size: 21px;
	line-height: 38px;
	border-radius: 2px;
}
.nav-btn i{
	color: #9a7117;
}
/*=====================
content-wrapper section css start
=======================*/
.inner-banner {
    position: relative;
}
.inner-banner-image{
	width: 100%;
	height: 250px;
	position: relative;
}
.inner-banner-image img{
	width: 100%;
	height: 250px;
}
.inner-banner-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.7);
}
.inner-banner h2{
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0px;
    text-transform: uppercase;
	 font-family: 'Conv_Adobe Caslon Pro Regular';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-banner h2:first-letter{
	color: #9a7117;
}
.lindquist{
	margin: 75px 0px;
}
.about-wrap h3{
	color: #010101;
    font-size: 34px;
    line-height: 50px;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.about-wrap p{
	font-size: 14px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-weight: 400;
    margin: 0px;
    text-align: justify;
}
.service-rep{
	margin-top: 15px;
}
.service-rep li{
	position: relative;
    display: inline-block;
    margin: 8px 6px;
    padding-left: 15px;
    width: 31%;
    font-size: 14px;
}
.service-rep li:before{
    content: "";
    width: 8px;
    height: 8px;
	border-radius: 50%;
    background: #9a7117;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0, -50%);
}
.servicemeet{
	margin-bottom: 40px;
}
.servicemeet .meetboblindquist-rgt {
    padding: 35px 0px;
}
/*---------------404 page css stop-----*/

.requir-form-mean {
    border: 2px solid #eee;
    padding: 50px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(108,109,112,1);
    -moz-box-shadow: 0px 2px 7px 0px rgba(108,109,112,1);
    box-shadow: 0px 0px 2px 0px rgba(108,109,112,1);
	font-family: 'Poppins', sans-serif;
}
.clear{
	clear: both;
}
.lindquist-img{
	display: block;
	position:absolute;
	top:0px;
	right:0px;
}
.lindquist-img img{
	position:absolute;
	top:0px;
	right:0px;
}
/*-----------About Sec css start-----*/
.aboutbanner-wraper{
    position: relative;
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
}
.aboutbanner-title h2{
    position: absolute;
    background: #0b35ad;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    right: 0px;
    bottom: 80px;
    width: auto;
    margin: 0px;
    padding: 10px 105px 10px 50px;
}
.aboutbanner-title span{
    font-weight: 900;
}
.content-wraper {
    padding: 100px 0px;
}
.content-wraper h2{
    font-size: 40px;
    line-height: 50px;
    color: #010101;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	margin:0px;
	width:100%;
}
.content-wraper h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
}
.catItemCategory{
	padding:10px 0px;
	width:100%;
}
.blog-readmore{
	font-weight:bold;
	padding-bottom:15px;
	color:#9a7117;
	transition:all ease 0.3s;
	border-bottom:1px solid #cec8c8;
	width:100%;
}
.breadcrumbs{
	 font-size: 15px;
}
.breadcrumbs a{
	color: #010101;
    text-transform: uppercase;
    font-weight: 500;
	transition:all ease 0.3s;
}
.breadcrumbs a.home{
	color:#9a7117;
	padding-right:5px;
}
.blog-content a{
	color: #9a7117;
    font-weight: 500;
    font-size: 14px;
	transition:all ease 0.3s;
}
.blog-content a:hover{
	color:#010101;
}
.breadcrumbs a.home:hover{
	color: #010101;
	transition:all ease 0.3s;
}
.breadcrumbs a.current-item{
	padding-left:5px;
}
a.current-item span{
	color:#010101;
	transition:all ease 0.3s;
}
a.current-item span:hover{
	color:#9a7117;
	transition:all ease 0.3s;
}
.breadcrumbs a.current-item:hover{
	color:#9a7117;
	transition:all ease 0.3s;
}
.blog-readmore:hover{
	color:#010101;
}
.blog-content{
	padding:50px 0px 80px;
	width:65%;
	margin:0px auto;
}
.blog-content p{
	text-align:justify;
}
.blog-content h2{
	margin-top:35px;
	font-size:25px;
}
.blog-content span{
	margin-bottom:25px;
}
.blog-content span a{
	padding-left:10px;
	font-weight:600;
	color:#9a7117;
}
.blog-content span:nth-child(1) a {
    padding-left: 0;
}
.content-wraper p{
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    /*text-align: justify;*/
}
.content-wraper h5{
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
    margin-bottom:32px;
}
.content-wraper h5 strong{
    font-weight: 700;
}
.content-wraper .ctn{
    color: #fff;
    width: auto;
    padding: 0px 35px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
    background: #9a7117;
    border-radius: 7px;
    transition: all ease 0.3s;
}
.content-wraper .ctn:hover{
    color: #fff;
    background: #333333;
    transition: all ease 0.3s;
}
.contentmid-img{
    position: relative;
}
.contentmid-img img{
    width: 100%;
    height: auto;
}
.content-wraper-reverse{
    display: flex;
    flex-direction: column-reverse;
}
.altback{
    background: #333333;
    color: #fff;
}
.altback:hover{
    background: #9a7117;
    color: #fff;
}
/*-----------About Sec css stop-----*/

/*-----------Contact Us sec css start------*/
.contentcontact-us-wraper{
    padding: 100px 0px;
}
.contentcontact-us-wraper h2{
    font-size: 40px;
    line-height: 50px;
    color: #010101;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contactmid-img{
    position: relative;
    width: 300px;
    height: 402px;
}
.contactmid-img img{
    width: 100%;
    height: auto;
}
.contactmid-img:before{
    content: '';
    position: absolute;
    top: -25px;
    right: -50px;
    background: url(../images/conmanbeofre.jpg)no-repeat;
    width: 222px;
    height: 455px;
    z-index: -1;
}
.contentcontact-us-wraper ul{
    margin: 0px;
    padding: 0px;
}
.contentcontact-us-wraper ul li{
    list-style: none;
    margin-bottom: 15px;
	font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
.contentcontact-us-wraper ul li i{
    font-family: FontAwesome;
    font-size: 29px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    padding-right: 15px;
}
.contentcontact-us-wraper ul li:last-child i{
    font-size: 16px;
    float: left;
    
}
.contentcontact-us-wraper ul li span{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
.contentcontact-us-wraper ul li a{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
	transition:all ease 0.3s;
}
.contentcontact-us-wraper ul li a:hover{
	color:#9a7117;
	transition:all ease 0.3s;
}
.contentcontact-us-title{
    padding: 90px 0px;
}
/*-----------Contact Us sec css stop------*/
/*-----------Blog Sec css start----------*/
.blog-wraper{
    margin: 50px 0px 60px 0px;
}
.blog-mid{
    text-align: center;
    padding: 0px 55px 40px;
}
.blog-mid-img{
    width: 205px;
    height: 205px;
    border-radius: 50%;
    margin: auto;
    -webkit-box-shadow: 0px 0px 19px -2px rgba(97,97,97,1);
-moz-box-shadow: 0px 0px 19px -2px rgba(97,97,97,1);
box-shadow: 0px 0px 19px -2px rgba(97,97,97,1);
    margin-bottom: 20px;
}
.blog-mid-img img{
    width: 100%;
    height: 100%;
	border-radius:50%;
	object-fit:cover;
}
.blog-mid-title h3{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 38px;
    font-weight: 700;
    color: #0a0f16;
    text-transform: uppercase;
}
.blog-mid-title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0a0f16;
}
.blog-mid-title a{
    height: 23px;
    padding: 0px 20px;
    border-radius: 5px;
    color: #fff;
    background: #010101;
    font-size: 9px;
    font-family: 'Raleway', sans-serif;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.blog-mid-title a:hover{
     background: #9a7117;
    color: #fff;
    transition: all ease 0.3s;
}
.blog-morebtn{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    line-height: 21px;
    color: #010101;
    font-weight: 400;
    text-transform: lowercase;
    display: flex;
    justify-content: center;
}
.blog-morebtn:hover{
    color: #9a7117;
}
.blog-morebtn i{
    padding-left: 10px;
}
.selectedcasessec-mid{
     text-align: center;
    width: 100%;
    padding: 80px 0px 20px;
}
.selectedcasessec-mid h3{
    font-size: 26px;
    line-height: 50px;
    color: #282828;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.selectedcasessec-mid h3 span{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.selectedcasessec-mid h1{
    font-size: 40px;
    line-height: 50px;
    color: #010101;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.selectedcasessec-mid h5{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
	margin-bottom:50px;
}
.selectedcasessec-mid h5:after{
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    left: 45%;
    bottom: -25px;
    background: #9a7117;
}
.selectedcasessec-mid p{
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
  	max-width: 900px;
    margin: 0px auto 10px;
}
.selectedcasesseclist{
    width: 100%;
    height: auto;
}
.selectedcasesseclist ul{
    padding: 0px;
    margin: 0px;
}
.selectedcasesseclist ul li{
    width: 33%;
    display: inline-block;
    list-style-type: none;
}
.selectedcasesseclist ul li i{
    padding-right: 12px;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 36px;
    color: #9a7117;
}
.selectedcasesseclist ul li a{
    font-size: 17px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.selectedcasessetable {
    background: #010101;
    border-radius: 5px;
    margin-top: 25px;
    padding: 0px 100px;
}
.selectedcasessetable .table{
    padding: 0px 50px;
    margin-bottom: 0px;
}
.selectedcasessetable .table thead th, .table td{
    border: 0px !important;
}
.selectedcasessetable .table thead th{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
    font-weight: 700;
}
.selectedcasessetable .table thead th:nth-child(even){
    background: #0b35ad;
    text-align: center;
} 
.selectedcasessetable .table thead th:nth-child(odd){
    
} 
.selectedcasessetable .table tbody td:nth-child(even){
    background: #0b35ad;
    text-align: center;
    color: #fff;
       font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.selectedcasessetable .table tbody td:nth-child(odd) a{
    font-size: 18px;
    line-height: 22px;
    color: #babbbc;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.selectedcasessetable .table tfoot td:nth-child(even){
    background: #0b35ad;
}
/*-----------Blog Sec css stop-----------*/
.gform_wrapper input[type="submit"]:hover {
	background:#010101;
	color:#fff;
	transition:all ease 0.3s;
}

.newsletter_form input[type="text"], .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper textarea {
	font-size: 13px !important;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif !important;
    color: #010101;
	border-radius:5px;
	margin:0px !important;
	border:0px;
	padding:5px 15px !important;
}
.newsletter_form input[type="submit"], .gform_wrapper input[type="submit"] {
	 width: 100% !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #9a7117;
    text-transform: uppercase;
	border:0px;
	border-radius:5px;
	margin:0px !important;
	transition:all ease 0.3s;
	cursor:pointer;
}
.newsletter_form input[type="submit"]:hover{
	background:#fff;
	color:#9a7117;
	transition:all ease 0.3s;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper textarea {
	border:1px solid #010101;
}
.gform_wrapper input[type="submit"] {
	max-width: 200px;
    margin: 0 auto !important;
    display: block !important;
}

.gform_wrapper .newsletter_form .gform_footer{
	margin:0px;
}
.gform_wrapper form.newsletter_form li, .gform_wrapper .newsletter_form li{
	padding-right:0px !important;
}
.selectedcasessec-wraper{
	padding-bottom:80px;
}
ul.list {
	margin-left:40px;
}