* {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
  outline: none;
}

body {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
  font-weight: normal;
  background: #FFFFFF;
  font-family: 'Segoe UI';
}

.container {
  max-width: 1170px;
  width: 100%;
}

.container-lg {
  max-width: 1710px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gilroy";
  color: #0C99A5;
  font-weight: 800;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 300;
  color: #333333;
}

h1 {
  font-size: 66px;
  line-height: 81px;
  margin-bottom: 20px;
}

h2 {
  font-size: 58px;
  line-height: 67px;
  margin-bottom: 20px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}

h4 {
  font-size: 28px;
  line-height: 36px;
}

h5 {
  font-size: 28px;
  line-height: 35px;
}

h6 {
  font-size: 24px;
  line-height: 29px;
}

p {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 20px;
}

ul, ol, figure {
  margin-bottom: 0px;
}

a {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a:hover {
  color: currentColor;
}

button {
  cursor: pointer;
  border: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 14px 29px;
  border-radius: 0;
}

.transparent_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  margin: 0;
}

.transparent_btn:hover {
  color: #FFFFFF;
}

.transparent_btn img {
  max-width: 16px;
  width: 100%;
  margin-left: 15px;
}

.primary_btn {
  background: #0C99A5;
  border-color: #0C99A5;
  padding: 14px 45px;
}

.primary_btn:hover {
  color: #0C99A5;
  background: #FFFFFF;
}

.p-100 {
  padding: 100px 0px;
}

header {
  background: #FFFFFF;
}

header .container {
  max-width: 1456px;
}

.app-container {
  display: none;
}

.top_bar_wrap {
  border-bottom: 1px solid rgba(40, 48, 102, 0.3);
}

.top_bar {
  padding: 16px 0px;
}

.top_bar .left_side_bar {
  margin: 0;
}

.top_bar .left_side_bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_bar .left_side_bar ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
}

.top_bar .left_side_bar ul li img {
  max-width: 25px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}

.top_bar .left_side_bar ul li:last-child {
  margin-right: 0;
}

.top_bar .right_side_bar {
  margin-right: 0;
}

.top_bar .right_side_bar ul li {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #283066;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 60px;
}

.top_bar .right_side_bar ul li:first-child {
  margin-left: 0;
}

.top_bar .right_side_bar ul li a {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #283066;
}

.top_bar .right_side_bar ul li a img {
  max-height: 22px;
  max-width: 22px;
  width: 100%;
  height: 100%;
  margin-right: 15px;
}

.left-side-header {
  margin: 0;
}

.left-side-header a img {
  max-width: 345px;
	max-height: 54px;
    height: 54px;
}

.center-header {
  margin-right: 0;
}

.center-header > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-header > ul > li.menu-item {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 0 9px;
  padding: 38px 16px;
}

.center-header > ul > li.menu-item a {
  color: rgba(40, 48, 102, 0.8);
}

.center-header > ul > li.menu-item.current-menu-item {
  position: relative;
}

.center-header > ul > li.menu-item.current-menu-item::before {
  content: "";
  width: 100%;
  border-top: 4px solid #283066;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: .45s linear;
  transition: .45s linear;
}
.center-header > ul > li.menu-item:hover::before {
  content: "";
  width: 100%;
  border-top: 4px solid #283066;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: .45s linear;
  transition: .45s linear;
}
.center-header > ul > li.menu-item-has-children:hover ul.submenu.metismenu {
  visibility: visible;
  opacity: 1;
}

.center-header ul.submenu.metismenu {
  position: fixed;
  left: 50%;
   top:171px;
  width: calc(100% - 66px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  max-width: 1426px;
}

.center-header ul.submenu.metismenu > li.menu-item {
  width: 25%;
 /* margin-right: 1px;*/
  padding: 30px;
  background: white;
 /* border-right: 2px solid lightgray;*/
  margin: 0px;
}
.center-header ul.submenu.metismenu > li.menu-item:last-child {
  border: none;
}
.center-header ul.submenu.metismenu > li.menu-item h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Segoe UI";
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;
  word-break: break-word;
 /* margin-bottom: 20px;*/
}

.center-header ul.submenu.metismenu > li.menu-item h6 a {
  color: #333333;
  margin: 0;
}

.center-header ul.submenu.metismenu > li.menu-item h6 img {
  width: 44px;
  height: 44px;
  margin: 0;
  margin-right: 12px;
}

.center-header ul.submenu.metismenu ul.submenu li {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}

.center-header ul.submenu.metismenu ul.submenu li a {
  color: #333333;
  text-transform: capitalize;
}

.center-header ul.submenu.metismenu ul.submenu li a:hover {
  color: #BB9871;
}

.right-side-header {
  margin: 0;
}

.right-side-header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
  position: relative;
}

.right-side-header ul li::before {
  content: "";
  border-left: 1px solid rgba(40, 48, 102, 0.3);
  position: absolute;
  left: 0;
  width: 1px;
  height: 34px;
}

.right-side-header a.search_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 26px;
}

.right-side-header a.search_icon img {
  max-width: 18px;
  max-height: 18px;
  width: 100%;
  height: 100%;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fixed_header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.fixed_header .top_bar .right_side_bar ul li {
  color: #FFFFFF;
}

.fixed_header .top_bar .right_side_bar ul li a {
  color: #FFFFFF;
}

.fixed_header .center-header > ul > li.menu-item a {
  color: rgba(255, 255, 255, 0.8);
}

.fixed_header .center-header > ul > li.menu-item.current-menu-item a {
  color: white;
}

.fixed_header .center-header > ul > li.menu-item::before {
  border-top-color: #FFFFFF;
}
.fixed_header .center-header > ul > li.menu-item:hover::before{
   border-top-color: #FFFFFF;
}

.fixed_header .top_bar_wrap {
  border-bottom-color: #FFFFFF;
}

.fixed_header .logo_1_img {
  display: inline-block !important;
}

.fixed_header .logo_2_img {
  display: none !important;
}

.fixed_header .right-side-header ul li::before {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.stickyHeader {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  -webkit-animation: smoothScroll .45s forwards;
          animation: smoothScroll .45s forwards;
        
}

.stickyHeader .top_bar .right_side_bar ul li {
  color: #283066;
}

.stickyHeader .top_bar .right_side_bar ul li a {
  color: #283066;
}

.stickyHeader .center-header > ul > li.menu-item a {
  color: rgba(40, 48, 102, 0.8);
}

.stickyHeader .center-header > ul > li.menu-item::before {
  border-top-color: #283066;
}

.stickyHeader .center-header > ul > li.menu-item:hover::before {
  border-top-color: #283066;
}
.stickyHeader .center-header > ul > li.menu-item.current-menu-item a {
  color: #283066;
}

.stickyHeader .top_bar_wrap {
  border-bottom-color: rgba(40, 48, 102, 0.3);
}

.stickyHeader .logo_1_img {
  display: none !important;
}

.stickyHeader .logo_2_img {
  display: inline-block !important;
}

.stickyHeader .right-side-header ul li::before {
  border-left-color: rgba(40, 48, 102, 0.3);
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.search_form_wrap {
  position: absolute;
  top: 100%;
  max-width: 100%;
  width: 400px;
  background: #FFFFFF;
  z-index: 99;
  right: 0;
  display: none;
}

.search_form_wrap .form_field_full {
  margin-bottom: 0;
}

.search_form_wrap .search-field {
  padding: 10px 15px;
}

.search_form_wrap .btn.primary_btn {
  background: #231f20 url("../image/search.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  width: 50px;
  height: 100%;
  font-size: 0px;
  padding: 10px;
  border-color: #231f20;
}

.hero_banner_fixed {
  background: url("../image/banner.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 288px 0px;
}

.hero_banner_text_fixed {
  max-width: 712px;
  width: 100%;
  margin: 0;
}
.hero_banner_text_fixed p{
    font-size: 17px;
    margin: 40px 0px 50px 0px;
    max-width: 615px;
    color: white;
    line-height: 31px;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero_banner_text_fixed h1{
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.hero_banner_text_fixed h1 span {
  color: #FFFFFF;
  font-size: 58px;
  line-height: 67px;
}
.hero_banner_text_fixed h1{
  color: #FFFFFF;
}
.about_section {
  padding: 227px 0px 176px;
  position: relative;
}

.about_section .container {
  max-width: 1207px;
}

.about_section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: rgba(196, 196, 196, 0.1);
  max-width: 735px;
  width: 38.6%;
}

.advantages_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
  max-width: 1140px;
  width: 100%;
  position: absolute;
  top: -109px;
  padding: 49px 10px;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.advantages_widget_grid {
  text-align: center;
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0px 10px;
}

.advantages_widget_grid:last-child {
  border-right: 0px;
}

.advantages_widget_grid figure {
  margin-bottom: 16px;
}

.advantages_widget_grid figure img {
  max-width: 54px;
}

.advantages_widget_grid p {
  line-height: 24px;
  color: #383F6F;
}

.advantages_widget_grid p:last-child {
  margin-bottom: 0;
}

.about_image_content figure {
  display: inline-block;
  border: 15px solid #EFF0F3;
}

.about_image_content img {
  max-width: 531px;
  width: 100%;
}

.about_text_content {
  //max-height: 506px;
  height: 100%;
  max-width: 563px;
  width: 100%;
  margin-right: 0;
  padding-right: 33px;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.about_text_content h2 {
  margin-bottom: 25px;
  /*font-weight: 300;
  font-size: 36px;*/
  line-height: 56px;
  color: #0C99A5;
    font-weight: 800;
}

.about_text_content h2 span {
  display: block;
  font-weight: 300;
 font-size: 36px;
 line-height: 56px;
}

.about_text_content p {
  line-height: 31px;
}

.about_text_content ul {
  margin-top: 30px;
}

.about_text_content ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  color: #252525;
  margin-bottom: 14px;
  position: relative;
  padding-left: 41px;
}

.about_text_content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../image/check.svg") no-repeat;
  background-size: cover;
}

.about_text_content::-webkit-scrollbar {
  width: 4px;
}

.about_text_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #DFDFDF;
          box-shadow: inset 0 0 5px #DFDFDF;
}

.about_text_content::-webkit-scrollbar-thumb {
  background: #737B7D;
  border-radius: 10px;
}

.about_text_content::-webkit-scrollbar-thumb:hover {
  background: #737B7D;
}

.quote_section {
  padding: 93px 0px;
}

.quote_left_side {
  max-width: 600px;
  width: 100%;
  float: right;
  height: 100%;
}

.quote_left_side .quote_left_side_content {
  max-width: 556px;
  width: 100%;
  float: left;
  height: 100%;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_left_side h4 {
  margin-bottom: 10px;
  max-width: 467px;
}

.quote_left_side p {
  line-height: 31px;
}

.quote_left_side p:last-child {
  margin-bottom: 0;
}

.quote_right_side {
  max-width: 900px;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  background: rgba(124, 182, 194, 0.79);
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.quote_right_side .quote_right_side_content {
  max-width: 468px;
  width: 100%;
  margin: 0;
  padding: 66px 0px 65px 57px;
}

.quote_right_side h6 {
  line-height: 40px;
  color: #FFFFFF;
}

.quote_right_side h6:last-child {
  margin-bottom: 0;
}

.quote_right_side .quote_img {
  position: absolute;
  top: 43px;
  left: 27px;
}

.quote_right_side .quote_img img {
  max-width: 50px;
  width: 100%;
  opacity: 0.1;
}

.law_section {
  padding: 134px 0px 0px;
}

.law_section .heading_text {
  max-width: 973px;
  width: 100%;
  margin: 0px 0px 50px;
}

.law_section .heading_text h4 {
  max-width: 849px;
  width: 100%;
  padding-bottom: 54px;
  margin: 0;
  margin-bottom: 56px;
  position: relative;
}

.law_section .heading_text h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 8px;
  background: #BB9871;
}

.law_section .heading_text p {
  font-size: 20px;
  line-height: 35px;
  color: #7B8591;
}

.law_section figure.background_img {
  display: inline-block;
  margin-top: -410px;
}

.law_grid {
  background: #FFFFFF;
  height: 100%;
}
.law_grid_3:last-child{
  height: 100%;
}
/*.law_grid_3 ul:nth-child(2n + 2)>li{
  padding: 20px 25px 0px 25px !important;
}*/

.law_grid .law_title {
  background: rgba(12, 153, 165, 0.15);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.law_grid .law_title img {
  max-width: 40px;
  margin: 0;
  margin-right: 15px;
}

.law_grid .law_title h6 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  max-width: 203px;
  text-align: start;
}

.law_grid .law_desc {
  padding: 33px 0px 20px;
}

.law_grid ul li {
  font-size: 15px;
  line-height: 40px;
  color: #000000;
  padding: 0px 25px;
  font-family: 'Inter';
}

.law_grid ul li:nth-child(2n + 2) {
  background: #f3f9fb;
}

.law_grid ul li {
  background: floralwhite;
}
.law_grid ul li p{
  
  font-size: 13px;
  line-height: 21px;
  padding-bottom: 15px;
}

.law_grid ul li a {
  color: #000000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.law_grid ul li a:hover {
  color: #BB9871;
}

.law_grid ul li a span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.law_grid ul li a:hover span {
  padding-left: 10px;
  visibility: visible;
  opacity: 1;
}

.law_grid .read_more {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0C99A5;
  display: inline-block;
  padding-left: 25px;
}

.law_grid .read_more img {
  margin-left: 10px;
  width: 10px;
}

.law_grid_2 .law_title {
  background: rgba(187, 152, 113, 0.15);
}

.law_grid_2 ul li:nth-child(2n + 2) {
  background: #fbf9f9;
}

.law_grid_3 .law_title {
  background: rgba(123, 133, 145, 0.15);
}

.law_grid_3 ul li:nth-child(2n + 2) {
  background: #f8f9fa;
}

.law_row .col {
  margin-bottom: 50px;
}

.employment_law {
  background: #01172D;
  padding: 66px 0px 65px;
}

.employment_law_grid {
  margin: 0;
}

.employment_law_grid h4 {
  font-size: 34px;
  line-height: 50px;
}

.employment_law_grid h4 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.07em;
  color: #333333;
  text-transform: capitalize;
  color: #FFFFFF;
}

.employment_law_grid p {
  color: #FFFFFF;
  //max-width: 306px;
  width: 100%;
}

.employment_law_grid p:last-child {
  margin-bottom: 0;
}

.employment_law_row .col_first {
  max-width: 773px;
  width: 100%;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.employment_law_row .col_first .col:nth-child(2) .employment_law_grid p {
  opacity: 0.6;
  padding-left: 8px;
}

.employment_law_row .col_second {
  max-width: 397px;
  width: 100%;
  padding: 0px 15px;
}

.employment_law_grid_shadow {
  background: rgba(255, 255, 255, 0.06);
  padding: 65px 35px 92px;
}

.employment_law_grid_shadow p {
  padding-bottom: 20px;
  position: relative;
}

.employment_law_grid_shadow p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: #0C99A5;
}

.employment_law_grid_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.meet_section {
  background: #F9F9F9;
  padding: 93px 0px;
}

.meet_inner_content {
  padding: 74px 87px 73px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.03);
}

.meet_inner_content h4 {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 23px;
}

.meet_inner_content h4 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.07em;
  color: #333333;
  text-transform: capitalize;
  line-height: 30px;
}

.meet_inner_content p {
  font-size: 16px;
  line-height: 31px;
  color: #6B6B6B;
}

.meet_inner_content .primary_btn {
  margin-top: 25px;
}

.testomonial_section {
  padding: 50px 0px;
}

.testomonial_section .heading_text {
  margin-bottom: 60px;
}

.testomonial_section .heading_text h4 {
  font-size: 34px;
  line-height: 50px;
  line-height: 42px;
}

.testomonial_section .testomonial_btn_wrap {
  padding-top: 24px;
}

.testomonial_section .testomonial_btn_wrap .transparent_btn {
  font-family: "Segoe UI";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0C99A5;
  margin: 0 auto;
  padding: 0;
}

.testomonial_grid {
  background: rgba(196, 196, 196, 0.13);
  padding: 30px 44px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 30px;
}

.testomonial_grid .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

.testomonial_grid .head figure {
  width: 53px;
  height: 53px;
}

.testomonial_grid .head figure img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.testomonial_grid .head .head_title {
  margin: 0;
  padding-left: 18px;
  width: calc(100% - 53px);
}

.testomonial_grid .head h6 {
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #202E40;
  margin-bottom: 1px;
}

.testomonial_grid .head p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #737B7D;
  margin-bottom: 11px;
  font-weight: normal;
}

.testomonial_grid .head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testomonial_grid .head ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  margin-right: 8px;
}

.testomonial_grid .head ul li:last-child {
  margin-right: 0;
}

.testomonial_grid .head ul li img {
  width: 16px;
  height: 16px;
}

.testomonial_grid p {
  font-weight: 600;
  color: #6B6B6B;
}

.testomonial_grid .test_footer p {
  font-size: 15px;
  text-transform: uppercase;
  color: rgba(135, 135, 135, 0.5);
  margin-top: 11px;
}

.testomonial_grid .test_footer p:last-child {
  margin-bottom: 0;
}

.testomonial_grid:hover {
  background: #0C99A5;
}

.testomonial_grid:hover .head h6 {
  color: #FFFFFF;
}

.testomonial_grid:hover p {
  color: #FFFFFF !important;
}

.testomonial_grid:hover .test_footer p {
  color: rgba(255, 255, 255, 0.5) !important;
}

.blog_section {
  padding: 20px 0px;
}

.blog_section .heading_text {
  margin-bottom: 56px;
}

.blog_section .heading_text h2 {
  color: #202E40;
  padding-bottom: 54px;
  position: relative;
}

.blog_section .heading_text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 8px;
  background: #BB9871;
}

.blog_grid {
  background: #FFFFFF;
  -webkit-box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
          box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  padding: 24px 38px 11px;
  height: 100%;
}

.blog_grid .category {
  background: rgba(12, 153, 165, 0.15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: initial;
  padding: 6px 30px;
  margin: 0;
  margin-left: -38px;
  margin-bottom: 19px;
}

.blog_grid .category a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #202E40;
}

.blog_grid .category-2 {
  background: rgba(123, 133, 145, 0.15);
}

.blog_grid .category-3 {
  background: rgba(187, 152, 113, 0.15);
}

.blog_grid > a {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #202E40;
  margin-bottom: 15px;
}

.blog_grid p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #7B8591;
}

.blog_grid p:nth-last-child(2) {
  margin-bottom: 9px;
}

.blog_grid .date {
  border-top: 1px solid #0C99A5;
}

.blog_grid .date p {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #7B8591;
  margin-bottom: 0;
}

.blog_row > .col {
  margin: 0;
  margin-bottom: 25px;
}

.blog_grid_color {
  background: #0C99A5;
  -webkit-box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
          box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  padding: 50px 46px 45px;
}

.blog_grid_color figure {
  margin-bottom: 21px;
}

.blog_grid_color figure img {
  max-height: 63px;
  max-height: 75px;
  margin: 0;
}

.blog_grid_color h5 {
  text-transform: uppercase;
  color: #FFFFFF;
}

.blog_grid_color .btn {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  background: #BB9871;
  border-color: #BB9871;
  color: #FFFFFF;
  padding: 12px 44px;
  margin-top: 32px;
}

.blog_slider {
  padding-bottom: 105px;
}

.blog_slider .slick-arrow {
  font-size: 0;
  border: 1px solid #7B8591;
  width: 50px;
  height: 50px;
  background: #FFFFFF url("../image/left-arrow.svg") no-repeat;
  background-position: center;
  background-size: 13px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.blog_slider .slick-arrow:hover {
  border-color: #0C99A5;
  background: #0C99A5 url("../image/left-arrow-h.svg") no-repeat;
  background-position: center;
  background-size: 13px;
}

.blog_slider .slick-arrow.slick-prev {
  left: calc(50% - 25px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_slider .slick-arrow.slick-next {
  background-image: url("../image/right-arrow-h.svg");
  right: calc(50% - 100px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_slider .slick-arrow.slick-next:hover {
  background-image: url("../image/right-arrow-2.svg");
}

.contact_section {
  padding: 75px 0px 99px;
  background: #01172D;
  position: relative;
}

.contact_section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 457px;
  height: 100%;
  background: #FFFFFF;
  z-index: 1;
}

.contact_form_wrap {
  position: relative;
  z-index: 9;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.03);
  max-width: 1006px;
  width: 100%;
  padding: 69px 103px 68px;
}

.contact_form_wrap .contact_head {
  margin-bottom: 40px;
}

.contact_form_wrap .contact_head h4 {
  font-size: 38px;
  line-height: 50px;
  color: #3F3F3F;
  margin-bottom: 19px;
  font-family: 'Segoe UI';
  font-weight: 700;
  text-transform: capitalize;
}

.contact_form_wrap .contact_head p {
  font-size: 20px;
  line-height: 31px;
  color: #6B6B6B;
  max-width: 584px;
  margin: 0;
}

.contact_form_wrap .contact_head p a {
  color: #0C99A5;
  display: inline-block;
  text-decoration: underline !important;
}

.contact_form_wrap form p {
  font-weight: 350;
  font-size: 16px;
  line-height: 31px;
  color: #6C6C6C;
  margin-bottom: 7px;
}

.contact_form_wrap form p sup {
  color: #fe4b4b;
}

.contact_form_wrap .primary_btn {
  margin-top: 18px;
}
.contact_form_wrap .form_field_full:last-child{margin-bottom: 0;margin-top: 50px;}
input, textarea, select {
  width: 100%;
  border: none;
  background: rgba(196, 196, 196, 0.15);
  padding: 21px 37px;
  font-weight: 350;
  font-size: 16px;
  line-height: 31px;
  color: #6C6C6C;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #6C6C6C;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  text-transform: capitalize;
  color: #6C6C6C;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  text-transform: capitalize;
  color: #6C6C6C;
}

input::placeholder, textarea::placeholder, select::placeholder {
  text-transform: capitalize;
  color: #6C6C6C;
}

select {
  -webkit-appearance: none;
}

textarea {
  min-height: 182px;
}

textarea::-webkit-input-placeholder {
  text-transform: none;
}

textarea:-ms-input-placeholder {
  text-transform: none;
}

textarea::-ms-input-placeholder {
  text-transform: none;
}

textarea::placeholder {
  text-transform: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  width: auto;
  font-size: 18px;
  line-height: 31px;
  padding: 13.5px 56px;
}

.form_field_full {
  margin-bottom: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.placeholder label {
  margin-bottom: 0;
  font-weight: 350;
  font-size: 16px;
  line-height: 31px;
  color: #6C6C6C;
  position: absolute;
  top: 50%;
  left: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: text;
}

.placeholder label sup {
  color: #fe4b4b;
}

.setInput::-webkit-input-placeholder {
  color: transparent;
}

.setInput:-ms-input-placeholder {
  color: transparent;
}

.setInput::-ms-input-placeholder {
  color: transparent;
}

.setInput::placeholder {
  color: transparent;
}

.value_color {
  color: #6C6C6C;
}

textarea::-webkit-resizer {
  background-color: transparent;
  padding: 10px;
  border: 8px solid rgba(196, 196, 196, 0.74);
  border-top-color: transparent;
  border-left-color: transparent;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin: 0;
}

.form-check input {
  width: 19px;
  display: none;
}

.form-check label {
  font-weight: 350;
  font-size: 16px;
  line-height: 31px;
  color: #6C6C6C;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.form-check label sup {
  color: #fe4b4b;
}

.form-check label::before {
  content: "";
  -webkit-appearance: none;
  background: #E8E8E8;
  padding: 9.5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -2px;
  border: 1px solid gray;
}

.form-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #0C99A5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact_form_wrap .form_field_full .form-check {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 15px;
}

.contact_form_wrap .form_field_full ul {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-left: 15px;
}

.contact_form_wrap .form_field_full ul li {
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  color: #6C6C6C;
  margin: 0;
  padding: 0px 10px;
  position: relative;
}

.contact_form_wrap .form_field_full ul li::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #6C6C6C;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_form_wrap .form_field_full ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.contact_form_wrap .form_field_full ul li:last-child::after {
  display: none;
}

.contact_form_wrap .form_field_full ul li a {
  display: inline-block;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  color: #6C6C6C;
  text-transform: capitalize;
}

.location_grid h5 {
  font-family: "Segoe UI";
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.location_grid p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.location_grid p:last-child {
  margin-bottom: 0;
}

.location_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.location_grid ul li {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 10px;
}

.location_grid ul li a, .location_grid ul li span {
  display: inline-block;
  color: #FFFFFF;
  margin: 0;
}

.location_grid ul li figure + span, .location_grid ul li figure + a {
  width: calc(100% - 65px);
}

.location_grid ul li figure {
  margin: 0;
  margin-right: 26px;
  width: 39px;
  height: 39px;
  background: #0C99A5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.location_grid ul li figure img {
  max-width: 20px;
}

.location_grid ul li a.view_map {
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  text-underline-position: under;
  color: #0C99A5;
  text-transform: uppercase;
  padding-left: 65px;
}

.number_grid {
  max-width: 277px;
  width: 100%;
}

.number_grid ul li {
  margin-bottom: 30px;
}

.number_grid ul li:last-child {
  margin-bottom: 0;
}

.address_grid {
  max-width: 292px;
  width: 100%;
}

.address_grid ul li {
  font-size: 20px;
  line-height: 30px;
}

.address_grid ul li:last-child {
  margin-bottom: 0;
}

.location_row {
  padding-top: 60px;
  margin: 0 -15px
}

.location_section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../image/image-3.png") no-repeat;
  background-size: cover;
}

.location_iframe {
  height: 100%;
}

.location_iframe iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.location_add_grid {
  background: rgba(0, 0, 0, 0.8);
  padding: 153px 83px 111px;
  z-index: 9;
  position: relative;
}

.location_add_grid h4 {
  line-height: 55px;
  color: #FFFFFF;
}

.location_add_grid h4:first-child {
  max-width: 582px;
  margin: 0 0px 43px;
  padding-bottom: 36px;
  position: relative;
}

.location_add_grid h4:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 140px;
  height: 8px;
  background: #BB9871;
}

.location_add_grid h4 a {
  color: #FFFFFF;
  font-family: "Segoe UI";
}

.location_add_grid h4:last-child {
  margin-bottom: 0;
}

.location_add_grid h6 {
  color: #FFFFFF;
  line-height: 35px;
  margin-bottom: 29px;
}

.location_add_grid p {
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

footer {
  background: #01172D;
  padding-top: 120px;
}

footer .container {
  max-width: 1512px;
  width: 100%;
}

.top_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.footer_menu {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 366px;
  width: 100%;
}

.footer_menu h6 {
  font-family: "Segoe UI";
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.footer_menu ul li {
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer_menu ul li a {
  display: inline-block;
  color: #FFFFFF;
}

.footer_menu ul li a:hover {
  color: #0C99A5;
}

.footer_menu p {
  color: #FFFFFF;
  line-height: 30px;
  text-transform: capitalize;
}

.footer_menu_3 {
  max-width: 373px;
  width: 100%;
}

.footer_logo_content {
  max-width: 407px;
  width: 100%;
  padding-top: 37px;
	text-align: center
}

.footer_logo_content .footer_logo {
  display: inline-block;
	//margin-bottom: 15px
}

.footer_logo_content .footer_logo img {
  max-width: 345px;
	max-height: 55px;
	height: 55px
}

.footer_logo_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.footer_logo_content ul li {
  margin: 0 8px;
}

.footer_logo_content ul li img {
  max-width: 28px;
  width: 100%;
}

.bottom_footer {
  border-top: 1px solid #FFFFFF;
  padding: 17.5px 0px;
  margin-top: 159px;
  text-align: center;
}

.bottom_footer p {
  margin-bottom: 0;
  color: #FFFFFF;
  line-height: 24px;
}

.bottom_footer p a {
  display: inline-block;
  color: #FFFFFF;
}

.bottom_footer p a:hover {
  color: #0C99A5;
  text-decoration: underline !important;
  text-underline-position: under;
}

.hero_banner_image_content {
  position: relative;
}

.hero_banner_text_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.hero_banner_image_content > figure img {
  max-width: 100%;
  width: 100%;
  max-height: 497px;
  min-height: 497px;
  height: 100%;
}

.hero_banner_text h1 {
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.hero_banner_text a {
  display: inline-block;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  margin: 0;
  text-transform: capitalize;
}

.hero_banner_text figure {
  margin: 0px 13px;
}

.quality_section .container {
  max-width: 1330px;
}

.quality_section .row > .col:nth-child(n+4) {
  margin-bottom: 30px;
}

.row-24-5 {
  margin-left: -24.5px;
  margin-right: -24.5px;
}

.row-24-5 > .col {
  padding-left: 24.5px;
  padding-right: 24.5px;
}

.quality_grid {
  text-align: center;
}

.quality_grid figure {
  margin-bottom: 20px;
}

.quality_grid figure img {
  max-width: 80px;
}

.quality_grid h6 {
  font-family: "Segoe UI";
  font-weight: 600;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 15px;
}

.quality_grid p {
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #333333;
}

.quality_grid p:last-child {
  margin-bottom: 0;
}

.lawyers_section {
  background: #01172D;
  position: relative;
}

.lawyers_section .row {
  position: static;
}

.lawyers_section .row > .col {
  position: static;
}

.Lawyers_images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 897px;
  width: 100%;
  height: 100%;
}

.Lawyers_images figure {
  height: 100%;
}

.Lawyers_images figure img {
  height: 100%;
}

.Lawyers_text {
  padding: 44px 0px 74px;
  max-width: 594px;
  width: 100%;
  margin: 0;
}

.Lawyers_text > span {
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  display: block;
}

.Lawyers_text h3 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 38px;
}

.Lawyers_text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 5px;
  width: 50px;
  height: 3px;
}

.Lawyers_text p {
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.Lawyers_text h6 {
  font-family: "Segoe UI";
  font-weight: normal;
  font-size: 25px;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.Lawyers_text ul {
  margin-top: 20px;
}

.Lawyers_text ul li {
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}

.Lawyers_text ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../image/check-1.svg") no-repeat center;
  background-size: cover;
}

.Lawyers_text ul li:last-child {
  margin-bottom: 0;
}

.banner_text_section {
  padding: 140px 0px 82px;
  background: url("../image/banner-2.png") no-repeat center;
  background-size: cover;
}

.banner_text_section .row .col {
  margin: 0;
}

.banner_text {
  max-width: 580px;
  width: 100%;
  margin: 0;
}

.banner_text h4 {
  font-family: "Segoe UI";
  font-weight: 600;
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.banner_text h4 sup img {
  width: 50px;
}

.banner_text p {
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.banner_text .transparent_btn {
  font-family: "Segoe UI";
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 0;
  border: 0;
  text-transform: none;
}

.banner_text .transparent_btn img {
  max-width: 20px;
  width: 100%;
  margin: 2px 0px 0px 6px;
}

.banner_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px 50px;
}

.banner_profile figure {
  width: 55px;
  height: 55px;
  margin-right: 13px;
}

.banner_profile .banner_profile_text {
  margin: 0;
}

.banner_profile .banner_profile_text h6 {
  font-family: "Segoe UI";
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin-bottom: 1px;
}

.banner_profile .banner_profile_text p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.banner_profile .banner_profile_text p:last-child {
  margin-bottom: 0;
}

.team_section {
  padding: 100px 0px 84px;
}

.team_section .heading_text > span {
  font-family: "Gilroy";
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  display: block;
}

.team_section .heading_text h3 {
  line-height: 56px;
  color: #0C99A5;
}

.team_section .heading_text h3:last-child {
  margin-bottom: 0;
}

.team_section .heading_text p {
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #000000;
}

.team_section .heading_text p:last-child {
  margin-bottom: 0;
}

.team_section .col:last-child .heading_text {
  margin-top: 26px;
}

.team_section .heading_text_row {
  margin-bottom: 71px;
}

.heading_text_row .col:first-child {
  max-width: 609px;
  width: 100%;
  margin: 0;
  padding-right: 15px;
}

.heading_text_row .col:last-child {
  max-width: 533px;
  width: 100%;
}

.team_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team_grid .team_image {
  margin: 0;
  max-width: 250px;
  width: 100%;
}

.team_grid .team_image figure {
  -webkit-box-shadow: 5px 5px 30px 1px rgba(39, 92, 141, 0.1);
          box-shadow: 5px 5px 30px 1px rgba(39, 92, 141, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.team_grid .team_text {
  text-align: center;
  width: calc(100% - 250px);
  padding: 0px 15px;
}

.team_grid .team_text h4 {
  font-weight: 300;
  font-size: 34px;
  //line-height: 56px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.team_grid .team_text p {font-size: 14px}
.team_grid .team_text a.view_btn {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #0C99A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 5px 30px 1px rgba(39, 92, 141, 0.1);
          box-shadow: 5px 5px 30px 1px rgba(39, 92, 141, 0.1);
  border-radius: 30px;
  padding: 8px 21px;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.team_grid .team_text a.view_btn img {
  width: 9px;
  height: 15px;
  margin: 0 0 0 21px;
}

.secondary_contact_section {
  padding: 50px 0px 36px;
  background: url("../image/image-8.png") no-repeat center;
  background-size: cover;
}

.secondary_contact_section .contact_form_wrap {
  max-width: 700px;
  padding: 33px 60px 32px;
  margin-right: 0;
}

.secondary_contact_section .contact_form_wrap .contact_head h4 {
  text-transform: capitalize;
}


.secondary_contact_section .contact_form_wrap .contact_head p {
  font-size: 17px;
  max-width: 493px;
}

.secondary_contact_section .contact_form_wrap .contact_head {
  margin-bottom: 12px;
}

.secondary_contact_section .contact_form_wrap form p {
  font-size: 14px;
  margin-bottom: 8px;
}

.secondary_contact_section input, .secondary_contact_section textarea, .secondary_contact_section select {
  padding: 9.5px 20px;
  font-size: 14px;
}

.secondary_contact_section textarea {
  min-height: 150px;
}

.secondary_contact_section input[type=submit] {
  font-size: 18px;
  padding: 13.5px 15px;
  margin-top: 0;
  min-width: 220px;
}

.secondary_contact_section select {
  padding-right: 35px;
  background: rgba(196, 196, 196, 0.15) url("../image/down-grey-arrow.svg") no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}

.secondary_contact_section .form_field_half .placeholder label {
  left: 50px;
  font-size: 14px;
  line-height: 31px;
}

.secondary_contact_section .placeholder label {
  left: 20px;
  font-size: 14px;
  line-height: 31px;
}

.form_field_full .row {
  width: -webkit-fill-available;
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-30 > .col {
  padding-left: 30px;
  padding-right: 30px;
}

.timeline_section .heading_text {
  margin-bottom: 27px;
}

.timeline_section .heading_text h3 {
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 40px;
}

.timeline_section .heading_text p {
  letter-spacing: 0.02em;
  color: #333333;
  line-height: 31px;
}

.slider-for-row > .col:first-child {
  width: 45.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.3%;
          flex: 0 0 45.3%;
}

.slider-for-row > .col:last-child {
  width: 54.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.7%;
          flex: 0 0 54.7%;
}

.slider-for-image figure {
  border-radius: 10px;
  overflow: hidden;
}

.slider-for-text h4 {
  font-size: 33px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-family: "Segoe UI";
}

.slider-for-text p {
  line-height: 31px;
  letter-spacing: 0.02em;
}

.slider-for-text p:last-child {
  margin-bottom: 0;
}

ul.slider-nav {
  padding: 0 50px;
}

ul.slider-nav li {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #000000;
  height: 100px;
  position: relative;
}

ul.slider-nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.slider-nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../image/circle.svg") no-repeat center;
  background-size: cover;
  border-radius: 50%;
}

ul.slider-nav li span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

ul.slider-nav li:nth-child(even) span {
  bottom: 0px;
}

ul.slider-nav li:nth-child(odd) span {
  top: 0px;
}

ul.slider-nav li.slick-current.slick-active::after {
  background-color: #94d2d7;
  background-image: url("../image/color-circle.svg");
  background-size: 12px;
  border: 3px solid #ceebed;
  width: 24px;
  height: 24px;
}

ul.slider-nav .slick-arrow {
  font-size: 0px;
  width: 50px;
  height: 50px;
  background: rgba(12, 153, 165, 0.25) url("../image/left-arrow-2.svg") no-repeat center;
  background-size: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

ul.slider-nav .slick-prev {
  left: 0;
}

ul.slider-nav .slick-next {
  background-image: url("../image/right-arrow-4.svg");
  right: 0;
}

.slider-for {
  padding-top: 90px;
}

.center-header > ul > li.menu-item.current-menu-item a {
  font-weight: bold;
}
/*.center-header li:hover::before{
 
  content: "";
    width: 100%;
    border-top: 4px solid #283066;
    position: absolute;
    top: 0px;
    left: 0;
}*/
.center-header > ul > li.menu-item{
  position: relative;
}

.center-header ul li:hover::before {
    content: "";
    width: 100%;
    /*border-top: 4px solid #283066;
     border-top-color: #283066;*/
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: .45s linear;
    transition: .45s linear;
 }   

.primary_contact_section {
  background: #FFFFFF;
  padding: 97px 0 50px;
}

.primary_contact_section .inner_content {
  max-width: 1382px;
  width: 100%;
}

.primary_contact_section .contact_form_wrap {
  max-width: 700px;
  padding: 43px 50px;
  margin-right: auto;
  -webkit-box-shadow: 5px 5px 30px 1px rgba(39, 92, 141, 0.1);
          box-shadow: 5px 5px 30px 1px rgba(39, 92, 141, 0.1);
}

.contact_content_row .contact_text_col {
  width: 48.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.3%;
          flex: 0 0 48.3%;
          margin-top: 5.3%;
}

.contact_content_row .contact_form_col {
  width: 51.7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.7%;
          flex: 0 0 51.7%;
}

.contact_text_left {
  max-width: 617px;
  width: 100%;
  margin: 0;
}

.contact_text_left h3 {
  margin-bottom: 25px;
}

.contact_text_left h3 span {
  display: block;
}

.contact_text_left p {
  line-height: 31px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.contact_text_left h6 {
  font-family: "Segoe UI";
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #333333;
}

.contact_text_left h6 sup {
  color: #fe4b4b;
}

.contact_text_left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 70px;
}

.radio_label {
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 3px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.primary_contact_section .radio_buttons_wrap p {
  margin: 0;
  margin-bottom: 0 !important;
}

.radio_buttons_wrap {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio_buttons_wrap p {
  margin: 0;
  width: 99px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 99px;
          flex: 0 0 99px;
  padding-right: 15px;
}

.radio_buttons_wrap p label {
  margin: 0;
}

.radio_buttons_wrap p [type="radio"]:checked,
.radio_buttons_wrap p [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio_buttons_wrap p [type="radio"]:checked + label,
.radio_buttons_wrap p [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #787878;
}

.radio_buttons_wrap p [type="radio"]:checked + label {
  color: #0C99A5;
}

.radio_buttons_wrap p [type="radio"]:checked + label:before,
.radio_buttons_wrap p [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #787878;
  border-radius: 100%;
  background: #FFFFFF;
}

.radio_buttons_wrap p [type="radio"]:checked + label:before {
  border-color: #0C99A5;
}

.radio_buttons_wrap p [type="radio"]:checked + label:after,
.radio_buttons_wrap p [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #0C99A5;
  position: absolute;
  top: 50%;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio_buttons_wrap p [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

.radio_buttons_wrap p [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
.team_grid_row > .col {
	margin-bottom: 40px;
}
.team_grid_row > .col:last-child {
	margin-bottom: 20px;
}

@media (max-width: 1875px) {
	.container-fluid.container-responsive {
		width: 100% !important;
	}
  .Lawyers_images {
    max-width: 44%;
  }
}
@media (min-width: 1800px) {
	.container-fluid.container-responsive {
		width: 88% !important;
	}
}
@media (max-width: 1440px) {
  .center-header ul.submenu.metismenu > li.menu-item {
    padding: 15px;
  }
  .center-header ul.submenu.metismenu > li.menu-item h6 img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
  .center-header ul.submenu.metismenu > li.menu-item h6 {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .row-24-5 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-24-5 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
	.top-left-div {font-size: 30px !important}
  .center-header ul.submenu.metismenu {
    top: 105px;
    width: calc(100% - 30px);
  }
  .center-header ul.submenu.metismenu > li.menu-item h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .center-header ul.submenu.metismenu ul.submenu li {
    line-height: 34px;
  }
  .top_bar .left_side_bar ul li img {
    max-width: 20px;
    max-height: 20px;
  }
  .top_bar .left_side_bar ul li {
    margin-right: 7px;
  }
  .center-header > ul > li.menu-item {
    margin: 0 5px;
    padding: 18px 7px;
  }
  .top_bar {
    padding: 3px 0px;
  }
  .hero_banner_fixed {
    padding: 210px 0px;
  }
  .advantages_widget {
    width: calc(100% - 30px);
  }
  .employment_law_row .col_first .col:nth-child(2) .employment_law_grid p {
    padding-left: 0;
  }
  .testomonial_grid {
    padding: 30px;
  }
  .blog_grid_color {
    padding: 40px;
  }
  .location_add_grid {
    padding: 60px;
  }
  footer {
    padding-top: 70px;
  }
  .footer_logo_content {
    padding-top: 0;
  }
  .footer_logo_content .footer_logo img {
    max-width: 225px;
	  max-height: 40px;
	  height: 40px
  }
  .bottom_footer {
    margin-top: 60px;
  }
  .hero_banner_image_content > figure img {
    min-height: 400px;
  }
  .Lawyers_images {
    max-width: calc(50% - 15px);
  }
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .secondary_contact_section .form_field_half .placeholder label {
    left: 35px;
    line-height: 26px;
  }
	.left-side-header a img {max-width: 250px;}
}

@media (max-width: 991px) {
  .header-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0px;
  }
  .right-side-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar_expand_toggle a {
    width: 25px;
    height: 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar_expand_toggle a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .right-side-header a.search_icon {
    padding-left: 0;
  }
  .right-side-header ul li:first-child:before {
    display: none;
  }
  .right-side-header ul li {
    margin-left: 15px;
    padding-left: 12px;
  }
  .fixed_header .navbar_expand_toggle .logo_1_img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fixed_header .navbar_expand_toggle .logo_2_img {
    display: none !important;
  }
  .stickyHeader .navbar_expand_toggle .logo_1_img {
    display: none !important;
  }
  .stickyHeader .navbar_expand_toggle .logo_2_img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .active_navbar {
      left: 0 !important;
  }
  .body_toogle_menu {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .body_toogle_menu:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
  }
  .app-container {
      position: fixed;
      top: 0px;
      right: auto;
      left: -100%;
      max-width: 325px;
      width: 100%;
      z-index: 9999;
      background: #FFFFFF;
      -webkit-transition: 0.45s ease-in-out;
      transition: 0.45s ease-in-out;
      display: inline-block;
      height: 100%;
      overflow-y: auto;
  }
  .fixed_header {
    background: #FFFFFF;
    position: static;
  }
  .fixed_header .top_bar .right_side_bar ul li {
    color: #283066;
  }
  .fixed_header .top_bar .right_side_bar ul li a {
    color: #283066;
  }
  .fixed_header .logo_1_img {
    display: none !important;
  }
  .fixed_header .logo_2_img {
    display: inline-block !important;
  }
  .fixed_header .right-side-header ul li::before {
    border-left-color: rgba(40, 48, 102, 0.3);
  }
  .fixed_header .navbar_expand_toggle .logo_2_img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .fixed_header .navbar_expand_toggle .logo_1_img {
    display: none !important;
  }
  .fixed_header .top_bar_wrap {
    border-bottom-color: #E4E4E6;
  }
  ul.metismenu li a {
    font-size: 18px;
    line-height: 24px;
    color: #283066;
  }
  .navbar-header {
    padding: 10px 15px;
    background: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #E4E4E6;
  }
  .navbar-header .close_nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .navbar-header .close_nav img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  li.menu-item.menu-item-has-children > a {
    display: inline-block !important;
    position: relative;
    width: auto;
    z-index: 9 !important;
  }
  span.triggerBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
  }
  li.menu-item {
    border-bottom: 1px solid #E4E4E6;
    position: relative;
  }
  li.menu-item a {
    line-height: 20px;
    padding: 12.5px 53px 12.5px 30px;
    display: block;
  }
  ul.submenu.metismenu > li.menu-item {
    background: transparent;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  li.menu-item-has-children span.triggerBtn::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../image/ExpandSign.svg") no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  li.menu-item-has-children.active > span.triggerBtn::after {
    background-image: url("../image/CollapseSign.svg");
  }
  li.menu-item.menu-item-has-children.active {
    border-bottom: 0;
  }
  li.menu-item.menu-item-has-children.active > .submenu.metismenu {
    border-top: 1px solid #E4E4E6;
  }
  .metismenu .active > .has-arrow::after, .metismenu .has-arrow:hover::after {
    display: none;
  }
  ul.submenu li {
    border-bottom: 1px solid #E4E4E6;
  }
  li.menu-item.menu-item-has-children.active ul.submenu {
    border-top: 1px solid #E4E4E6;
  }
  .top_bar .right_side_bar ul li a img {
    max-height: 18px;
    max-width: 18px;
    margin-right: 7px;
  }
  .top_bar .right_side_bar ul li a {
    font-size: 16px;
  }
  .top_bar .right_side_bar ul li {
    margin-left: 20px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero_banner_text_fixed h1 {
    margin-bottom: 20px;
  }
  .hero_banner_text_fixed h1 span {
  font-size: 45px;
  line-height: 60px;
  }
  .hero_banner_text_fixed p{
    font-size: 12px;
    line-height: 25px;
  }
  .hero_banner_fixed {
    padding: 140px 0px;
  }
  .advantages_widget {
    top: -50px;
  }
  .advantages_widget_grid figure img {
    max-width: 40px;
  }
  .about_section {
    padding: 200px 0px 50px;
  }
  .about_text_content h4 {
    margin-bottom: 15px;
  }
  .quote_section {
    padding: 50px 0px;
  }
  .quote_right_side .quote_right_side_content {
    padding: 30px;
  }
  .law_section {
    padding: 50px 0px 0px;
  }
  .law_section .heading_text h4 {
    padding-bottom: 24px;
    margin-bottom: 15px;
  }
  .law_section .heading_text p {
    font-size: 16px;
    line-height: 26px;
  }
  .law_grid .law_desc {
    padding: 25px 0px;
  }
  .law_row .col {
    margin-bottom: 25px;
  }
  .employment_law {
    padding: 50px 0px;
  }
  .employment_law_row .col_first {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .employment_law_row .col_second {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .meet_section {
    padding: 50px 0px;
  }
  .meet_inner_content {
    padding: 50px;
  }
  .testomonial_section .heading_text {
    margin-bottom: 30px;
  }
  .testomonial_grid {
    padding: 25px;
  }
  .blog_section {
    padding: 50px 0px;
  }
  .blog_section .heading_text h2 {
    padding-bottom: 30px;
  }
  .blog_section .heading_text {
    margin-bottom: 30px;
  }
  .blog_grid {
    padding: 25px;
  }
  .blog_grid .category {
    padding: 6px 20px;
    margin-left: -25px;
  }
  .blog_grid_color .btn {
    padding: 12px 24px;
  }
  .contact_section {
    padding: 50px 0px;
  }
  .contact_form_wrap {
    padding: 60px;
  }
  input, textarea, select {
    padding: 15px 37px;
    font-size: 16px;
    line-height: 26px;
  }
  .location_row {
    padding-top: 0px;
  }
  .location_grid h5 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .location_grid p {
    font-size: 16px;
    line-height: 26px;
  }
  .location_grid {
    margin-top: 40px;
  }
  .number_grid, .address_grid {
    max-width: 50%;
  }
  .location_grid ul li figure img {
    max-width: 17px;
  }
  .location_grid ul li figure {
    margin-right: 15px;
  }
  .location_grid ul li {
    font-size: 20px;
    line-height: 30px;
  }
  .location_grid ul li a.view_map {
    padding-left: 55px;
  }
  .location_add_grid {
    padding: 30px;
  }
  .location_add_grid h4 {
    line-height: 38px;
  }
  .location_add_grid h4:first-child {
    margin: 0 0px 20px;
    padding-bottom: 30px;
  }
  .location_add_grid h6 {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .location_add_grid p {
    margin-bottom: 15px;
  }
  .top_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_logo_content {
    max-width: 100% !important;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .footer_menu {
    max-width: 33.33%;
  }
  .bottom_footer {
    margin-top: 30px;
  }
  .footer_menu ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .footer_menu h6 {
    line-height: 30px;
    margin-bottom: 15px;
  }
  .bottom_footer p {
    margin-bottom: 0;
    line-height: 28px;
  }
  .contact_form_wrap .contact_head h4 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact_form_wrap .contact_head p {
    font-size: 16px;
    line-height: 28px;
  }
  .hero_banner_image_content > figure img {
    min-height: 320px;
  }
  .hero_banner_text h1 {
    line-height: 46px;
  }
  .p-100 {
    padding: 50px 0px;
  }
  .quality_grid h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .quality_grid p {
    line-height: 26px;
  }
  .Lawyers_text > span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .Lawyers_text p {
    line-height: 26px;
  }
  .Lawyers_text h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .Lawyers_text ul li {
    line-height: 26px;
    margin-bottom: 15px;
  }
  .Lawyers_text ul li::before {
    top: 4px;
  }
  .timeline_section .heading_text p {
    line-height: 26px;
  }
  .slider-for {
    padding-top: 50px;
  }
  .slider-for-text h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .slider-for-text p {
    line-height: 26px;
  }
  .banner_text h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .banner_text h4 sup img {
    width: 30px;
  }
  .banner_text p {
    line-height: 26px;
  }
  .banner_profile {
    margin: 26px 0px;
  }
  .banner_text_section {
    padding: 50px 0px;
  }
  .team_section {
    padding: 50px 0px;
  }
  .team_section .heading_text > span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .team_section .heading_text h3 {
    line-height: 40px;
  }
  .team_section .heading_text p {
    line-height: 26px;
  }
  .team_grid .team_image {
    max-width: 150px;
  }
  .team_grid .team_text {
    width: calc(100% - 150px);
  }
  .team_grid .team_text h4 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: normal;
  }
  .team_grid .team_text a.view_btn {
    font-size: 16px;
    letter-spacing: normal;
  }
  .team_grid .team_text a.view_btn img {
    height: 11px;
    margin: 0 0 0 7px;
  }
  .secondary_contact_section {
    background: #e7e7e9;
    padding: 0px 0 50px;
  }
  .secondary_contact_section .contact_image {
    padding-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .secondary_contact_section .contact_form_wrap {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
	.top-left-div {font-size: 20px !important}
	.footer_logo_content ul {
		padding-top: 20px;
		-webkit-box-pack: start;
        -ms-flex-pack: start;
		justify-content: start;
	}
	.footer_logo_content ul li:first-child {margin-left: 0;}
  .advantages_widget {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_section {
    padding: 50px 0px;
  }
  .advantages_widget_grid {
    width: 50%;
    margin-bottom: 25px;
  }
  .advantages_widget_grid:nth-child(2n+2) {
    border-right: none;
  }
  .about_text_content {
    padding-top: 40px;
    max-width: 100%;
    padding-right: 0px;
    max-height: 400px;
  }
  .quote_right_side .quote_right_side_content {
    padding: 0;
  }
  .form-check label::before {
    margin-right: 7px;
  }
  .contact_form_wrap {
    padding: 30px;
  }
  input[type=submit] {
    padding: 9px 54px;
  }
  .location_iframe iframe {
    min-height: 275px;
    height: 100%;
  }
  .location_iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_menu {
    max-width: 50%;
  }
  .quality_section .row > .col {
    margin: 0;
    margin-bottom: 30px;
  }
  .Lawyers_images {
    position: static;
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .Lawyers_text {
    max-width: 100%;
    padding: 50px 0 40px;
  }
  .Lawyers_images figure img {
    max-height: 400px;
    width: 100%;
  }
  .heading_text_row .col:first-child {
    max-width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .heading_text_row .col:last-child {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .team_section .col:last-child .heading_text {
    margin-top: 15px;
  }
  .team_section .heading_text_row {
    margin-bottom: 30px;
  }
  .team_grid_row > .col {
    margin-bottom: 30px;
  }
  .team_grid_row > .col:last-child {
    margin-bottom: 0;
  }
  .team_grid .team_image {
    max-width: 40%;
  }
  .team_grid .team_text {
    width: 60%;
  }
  .secondary_contact_section .contact_form_wrap {
    padding: 30px;
  }
  .form_field_half {
    margin-bottom: 24px;
  }
  .form_field_half:last-child {
    margin-bottom: 0;
  }
  ul.slider-nav li {
    font-size: 16px;
    line-height: 26px;
  }
  ul.slider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  ul.slider-nav {
    padding: 0 40px;
  }
  .secondary_contact_section input[type=submit] {
    font-size: 16px;
  }
  .slider-for-row > .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .slider-for-row > .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .slider-for-text {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .container, .container-sm, .container-fluid, .container-lg {
    padding: 0 20px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h4 {
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .left-side-header a img {
    max-width: 198px;
	  max-height: 31px;
	  height: 31px;
  }
  .quote_right_side .quote_right_side_content {
    max-width: 100%;
    padding: 30px 0px;
  }
  .search_form_wrap .form_field_full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero_banner_fixed {
    padding: 60px 0px;
  }
  .quote_right_side {
    margin-top: 40px;
  }
  .law_section .heading_text {
    margin: 0px 0px 30px;
  }
  .law_grid .law_title h6 {
    font-size: 16px;
    line-height: 28px;
    max-width: none;
  }
  .law_grid .law_title img {
    max-width: 30px;
  }
  .employment_law_grid_shadow {
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
  }
  .employment_law_grid_shadow p {
    max-width: 100%;
  }
  .top_bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0px;
  }
  .top_bar .right_side_bar {
    margin: 0 auto;
  }

  /*custom*/
  
  .top_bar .right_side_bar ul{
    display: none;
  }
  .app-container .bottom_side_bar {
    margin: 15%;
  }
  .app-container .bottom_side_bar li{
    color: #283066;
    margin-bottom: 20px;
    display: block;
  }
  .app-container .bottom_side_bar .logo_1_img {
    display: none !important;
  }
  .app-container .bottom_side_bar ul li a {
    color: #283066;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;

  }
  .app-container .bottom_side_bar .logo_2_img {
     margin: 0 35PX;

  }
  
  /*.top_bar .right_side_bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }*/
  .top_bar .right_side_bar ul li {
    margin: 15px auto 0px;
    width: 100%;
  }
  .btn {
    font-size: 15px;
    padding: 12px 22px;
  }
  .quote_right_side h6 {
    line-height: 28px;
  }
  .employment_law_grid h4 {
    font-size: 22px;
    line-height: 34px;
  }
  .meet_inner_content {
    padding: 25px;
  }
  .meet_inner_content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .testomonial_section .heading_text h4 {
    font-size: 22px;
    line-height: 34px;
  }
  .blog_grid_color figure img {
    max-height: 50px;
  }
  .blog_grid .category a {
    font-size: 16px;
  }
  input, textarea {
    padding: 10px 15px;
  }
  .placeholder label {
    line-height: 24px;
    left: 15px;
  }
  .form_field_full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .form_field_half {
    margin-bottom: 15px;
  }
  .contact_form_wrap .form_field_full .form-check {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
  }
  .blog_slider {
    padding-bottom: 70px;
  }
  .contact_form_wrap .form_field_full ul {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 15px;
  }
  .contact_form_wrap .form_field_full ul li:first-child {
    padding-left: 0;
  }
  .contact_form_wrap {
    padding: 25px;
  }
  .location_grid_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .number_grid, .address_grid {
    max-width: 100%;
  }
  .location_grid ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .address_grid {
    margin-top: 15px;
  }
  .footer_menu {
    max-width: 100%;
    margin-bottom: 20px;
	  text-align: left;
  }
  .footer_menu:last-child {
    margin-bottom: 0;
  }
  footer {
    padding-top: 50px;
  }
  .hero_banner_text h1 {
    line-height: 36px;
  }
  .hero_banner_text a {
    line-height: 28px;
  }
  .hero_banner_text figure {
    line-height: 28px;
  }
  .hero_banner_image_content > figure img {
    min-height: 240px;
  }
  .quality_grid figure img {
    max-width: 50px;
  }
  .quality_grid h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .quality_section .row > .col:last-child {
    margin-bottom: 0;
  }
  .Lawyers_text h3 {
    margin-bottom: 20px;
  }
  .Lawyers_images figure img {
    max-height: 260px;
  }
  .slider-for-text h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner_text h4 {
    font-size: 22px;
    line-height: 34px;
  }
  .team_section .heading_text > span {
    font-size: 18px;
    line-height: 28px;
  }
  .team_section .heading_text h3 {
    line-height: 34px;
  }
  .team_grid .team_text h4 {
    font-size: 22px;
    line-height: 34px;
  }
  .Lawyers_images, .secondary_contact_section .contact_image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .secondary_contact_section input[type=submit] {
    margin-top: 20px;
  }
}

@media (max-width: 375px) {
  .team_grid .team_image {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .team_grid .team_text {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 0 0;
  }
  .team_grid .team_image figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .law_grid ul li{
    font-size: 14px;
  }
  /*.experienced_content .experienced_btn a{
     padding: 10px 20px;
  }
    .experienced_content .experienced_btn .primary_btn{
    margin-left:0px;
  }
  .facilities_section .facilities_touch{
    left:15%;
  }
  .facilities_content .experienced_btn a{
     padding: 10px 20px;
  }
   .facilities_content .experienced_btn .primary_btn{
    margin-left:0px;
  }
  .facilities_content .row_touch{
    margin-top: 35%;
  }*/
}
/*# sourceMappingURL=style.css.map */