@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
{}


@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../css/fonts/FontAwesome5Free-Regular.eot');
    src: url('../css/fonts/FontAwesome5Free-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Free-Regular.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Free-Regular.woff') format('woff'),
        url('../css/fonts/FontAwesome5Free-Regular.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Free-Regular.svg#FontAwesome5Free-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('../css/fonts/FontAwesome5Brands-Regular.eot');
    src: url('../css/fonts/FontAwesome5Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Brands-Regular.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Brands-Regular.woff') format('woff'),
        url('../css/fonts/FontAwesome5Brands-Regular.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free Solid';
    src: url('../css/fonts/FontAwesome5Free-Solid.eot');
    src: url('../css/fonts/FontAwesome5Free-Solid.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Free-Solid.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Free-Solid.woff') format('woff'),
        url('../css/fonts/FontAwesome5Free-Solid.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Free-Solid.svg#FontAwesome5Free-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

* {
	text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--ff-body);
    font-size: 16px;
    color: var(--clr-black);
}
:root {
    --clr-primary: #336FC4;
	--clr-accent: #151515;
    --clr-white: #fff;
    --clr-black: #000;
	--clr-gray: #707070;
	--clr-blue: #3386FB;
    --ff-body: "Poppins", sans-serif;
	--ff-heading: "Cormorant", serif;
	--ff-secondary: "Outfit", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
a:hover, a {
	text-decoration: none;
}
a {
    color: var(--clr-primary);
    transition: 0.5s all;
    word-wrap: break-word;
}
a:hover {
    color: var(--clr-red);
}
img {
    max-width: 100%;
}
::selection {
    background-color: var(--clr-primary);
    color: var(--clr-white);
}

hedaer, footer ,section, main {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5,h6 {
    margin: 0;
	opacity: 0.91;
    font-weight: 700;
    line-height: normal;
    font-family: var(--ff-heading);
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    color: var(--clr-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	opacity: 0.91;
    text-transform: none;
}
p:last-child {
    margin-bottom: 0px;
}
section {
    padding: 60px 0;
}
.section-title{
	margin-bottom: 20px;
}
.section-title h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
	letter-spacing: 0.02px;
	color: var(--clr-blue);
}
.section-title.white_text h6 {
    /* color: var(--clr-white); */
}
.section-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
	color: var(--clr-blue);
}
.section-title.white_text h2 {
    color: var(--clr-white);
}
.section-title h3 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: var(--clr-secondary);
}
.section-title.white_text h3{
    color: var(--clr-white);
}
.section-title.blue_text h3{
    color: var(--clr-blue);
}
.container-fluid {
    padding: 0 70px;
}
.mt-7{
	margin-top: 80px;
}
@keyframes rotate {
  0% {
    transform: rotate(-360deg)
  }
  100% {
    transform: rotate(360deg)
  }
}



/**** header   ****/

.header {
    width: 100%;
    position: relative;
    z-index: 111111;
    background-color: #151515;
}
.header-navbar.fixed-top.addsticky {
    top: 0px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
}
.navbar-collapse {
    justify-content: space-between;
}
.logo {
    flex-grow: 0;
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    top: -20px;
}
.logo img {
    max-width: 200px;
    object-fit: contain;
    height: auto;
    margin: 0 auto;
}
.left_nav {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.right_nav {
    flex: 1;
    display: flex;
    justify-content: end;
}
.header_navmenu ul li:not(:first-child) {
    margin-left: 35px;
}
.header_navmenu ul li a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--clr-white);
}
.header_navmenu ul li a.active, .header_navmenu ul li a:hover {
    color: var(--clr-primary);
}
.navigation {
    width: 100%;
    position: relative;
    display: flex;
	padding: 20px 0 0;
    align-items: center;
    justify-content: space-between;
}
.navigation ul {
    display: flex;
    gap: 20px;
    padding-bottom: 5px;
}
.contact-info {
    border-bottom: 1px solid rgb(239 239 239 / 22%);
    width: 35%;
}
.contact-info ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: var(--clr-white);
    font-family: "Outfit", sans-serif;
}
.contact-info ul li a:hover {
    color: var(--clr-primary);
}
.socail_media {
    border-bottom: 1px solid rgb(239 239 239 / 22%);
    width: 35%;
}
.navigation .socail_media ul {
	justify-content: end;
}
.socail_media ul li a {
    color: var(--clr-white);
}

/***  banner  section  ***/

.banner {
    width: 100%;
    height: 995px;
    position: relative;
    display: flex;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .inner-block {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.banner .inner-block h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
	text-transform: uppercase;
	color: var(--clr-white);
}
.linked_btn a {
    width: auto;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 20px;
    transition: 0.5s;
    border-radius: 0px;
    color: var(--clr-white);
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    background: var(--clr-blue);
}
.linked_btn a:hover {
	color: var(--clr-blue);
    background: var(--clr-white);
}
.img_colm {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img_colm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.img_colm img:hover {
    transform: scale(1.1);
}
.primary_btn .btn-primary {
    padding: 8px 20px;
    border: none;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none !important;
    background-color: var(--clr-primary);
}
.primary_btn .btn-primary:hover {
    color: var(--clr-blue);
    background: var(--clr-white);
}


/***    ***/

.legal_expert {
    background-color: #151515;
}
.blue_legal_box {
    width: 82%;
    padding: 70px;
    border-radius: 0px 12px 12px 0px;
    margin-top: -45px;
    position: relative;
    background-color: var(--clr-blue);
}
.secondary_btn a {
    width: 70px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    color: var(--clr-white);
    display: inline-block;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #FFFFFF;
}
.secondary_btn a:hover {
    color: var(--clr-primary);
    background-color: var(--clr-white);
}
.abt_partner {
    background-color: #151515;
    overflow: hidden;
}
.text_content p {
    color: #D4D4D4;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
}
.right_colm {
    padding: 0 35px;
}
.left_colm {
    position: relative;
    z-index: 1;
}
.abt_partner .text_content ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.abt_partner .text_content ul li {
    width: 100%;
    padding: 12px 15px;
    gap: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #336FC4;
}
.abt_partner .text_content ul li img {
    width: 30px;
    object-fit: contain;
}
.abt_partner .text_content ul li p {
    color: var(--clr-white);
}
.abt_partner .text_content ul li:nth-child(3) {
    width: calc(100% + 64px);
}
.legal_advocate {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.our_legal_service {
    background-color: var(--clr-accent);
}
.box_colm {
	width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px 30px;
    background-color: #212121;
}
.icon_img img{
    animation: rotate 5s infinite;
}
.box_colm h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: var(--ff-body);
    color: var(--clr-white);
}
.home_contact_form {
    background-color: #212121;
}
.contact_form .form-group{
	margin: 8px 0;
}
.contact_form .form-group input[type="text"], .contact_form .form-group input[type="tel"], .contact_form .form-group textarea, .contact_form .form-group input[type="email"] {
    width: 100%;
    height: 68px;
    padding: 0 0 12px;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.35px;
    color: var(--clr-white);
    background-color: transparent;
    border-bottom: 1px solid #336FC4;
}
.contact_form .form-group textarea{
	padding: 12px;
	height: 195px;
	border: 1px solid #336FC4;
}
.contact_form .form-group input::placeholder {
  color: var(--clr-white);
}
.contact_form .form-group textarea::placeholder {
  color: var(--clr-white);
}
.contact_form .form-group input[type="submit"] {
    width: auto;
    height: 46px;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.45px;
    padding: 0 30px;
    text-align: center;
    transition: 0.5s all;
    border-radius: 0;
	margin-top: 25px;
    color: var(--clr-white);
    background-color: var(--clr-blue);
}
.contact_form .form-group input[type="submit"]:hover {
	color: var(--clr-blue);
    background-color: var(--clr-white);
}
.form_colm_2 {
    padding-left: 42px;
}
.testimonial_sec{
	width: 100%;
    background-color: var(--clr-accent);
}
.testimonial_slider{
	margin-top: 40px;
}
.testimonial_slider .item{
	padding: 0 12px;
}
.testi_slide_bx {
    background-color: #212121;
    padding: 30px 20px;
}
.star_img img {
    width: 100px;
}
.testi_slide_bx .content_summary {
    padding: 0;
}
.testi_slide_bx .content_summary p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 15px 0 15px;
    color: #D4D4D4;
    min-height: 78px;
}
.user_title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.user_title h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
	letter-spacing: -0.01px;
    color: var(--clr-white);
	font-family: "Outfit", sans-serif;
}
.user_title h6 span{
	width: 100%;
	display: inline-block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.testimonial_slider ul.slick-arrow {
    position: relative;
}
.testimonial_slider button.slick-arrow {
    top: -120px;
    right: 16px;
    left: initial;
    z-index: 11111;
    position: absolute;
}
.testimonial_slider button.slick-prev.slick-arrow::before {
    
    color: var(--clr-black);
    font-size: 20px;
    left: -50px;
    position: relative;
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: var(--clr-blue);
}
.testimonial_slider button.slick-next.slick-arrow::before {
 
    color: var(--clr-black);
    font-size: 20px;
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background-color: var(--clr-blue);
}

/***  footer  start  ***/

.footer {
    width: 100%;
    background-color: var(--clr-accent);
    border-top: 2px solid rgb(255 255 255 / 40%);
}
.footer_top {
    padding: 60px 0 40px;
}
.footer_colm{
    width: 100%;  
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-logo img {
    max-width: 220px;
    object-fit: contain;
    height: auto;
}
.footer_colm p {
    color: #D4D4D4;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 10px;
}
.footer_colm h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 15px;
    color: var(--clr-white);
    font-family: var(--ff-body);
}
.footer_nav ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.footer_colm ul li a {
    color: #D4D4D4;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
	padding: 8px 0;
}
.footer_colm ul li a:hover{
	color: var(--clr-blue);
	text-decoration: underline;
}
.footer_colm ul.connect_detail li {
    padding-bottom: 8px;
}
.meadia_colm ul {
    display: flex;
    gap: 15px;
}
.footer_bottom {
    width: 100%;
    text-align: center;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid rgb(255 255 255 / 40%);
}
.copyright p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
    color: var(--clr-white);
	font-family: "Outfit", sans-serif;
}
.law_policy ul {
    display: flex;
    gap: 30px;
}
.law_policy ul li a {
    color: var(--clr-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
	padding: 8px 0;
	font-family: "Outfit", sans-serif;
}
.law_policy ul li a:hover{
	color: var(--clr-blue);
	text-decoration: underline;
}

/***  footer  end  ***/

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .8s !important;
}

.inner_banner {
    width: 100%;
    height: 320px;
    padding: 0px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_head_title {
    width: auto;
    display: inline-block;
}
.inner_head_title h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    padding: 10px 55px;
    color: var(--clr-white);
    background-color: var(--clr-primary);
}
.senior_attorney {
    background-color: #212121;
	padding-bottom: 100px;
}
.abt_founder  .left_colm {
    margin-top: -55px;
}
.abt_founder .flex-row-reverse .right_colm {
    padding: 0 20px 0 0;
}
.abt_founder .flex-row-reverse .left_colm {
    padding: 0 0px 0 50px;
}
.abt_passions  {
    background-color: var(--clr-accent);
}
.abt_passions .img_colm {
    position: relative;
}
.paly_btn {
    transform: translate(-25%, 50%);
    position: absolute;
    top: 25%;
    left: 50%;
}
.our_history {
    background-color: #212121;
}
.blue_bg_layout {
    background-color: #2258A5;
}
.blue_bg_layout ul {
    width: 100%;
    gap: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue_bg_layout ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sub_title {
    text-align: left;
}
.sub_title h4 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    color: var(--clr-white);
    font-family: var(--ff-body);
}
.sub_title p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--clr-white);
    font-family: "Outfit", sans-serif;
}

.footer section {
    padding: 0;
}
.header section {
    padding: 0;
}

.abt_skill {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.expertise_sec{
	overflow: hidden;
	background-color: var(--clr-accent);
}

.expertise_sec .left_colm {
    position: relative;
    z-index: 4;
}
.expertise_sec .left_colm img {
    padding: 40px 0;
}
.expertise_sec .right_colm {
    position: relative;
    z-index: 1;
    padding: 70px 50px;
    height: 100%;
    display: flex;
    align-items: center;
}
.expertise_sec .right_colm::before {
    content: "";
    position: absolute;
    right: -70px;
    height: 100%;
    z-index: -1;
    top: 0;
    display: inline-block;
    width: calc(100% + 201px);
    background-color: #212121;
}
.section-title h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: var(--clr-accent);
}
.section-title.white_text h4 {
    color: var(--clr-white);
}
.our_service {
    background-color: var(--clr-accent);
}
.service_colm {
    width: 100%;
    padding: 40px;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #CDCDCD85;
    background-color: transparent;
}
.service_colm img {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border: 2px solid #336FC4;
}
.service_colm.colm_text {
    width: 100%;
    padding: 82px;
    margin: 0;
    text-align: center;
    border: 1px solid #336FC4;
    background-color: #1e1e1e;
}
.service_colm h4{
	font-size: 31px;
    line-height: 40px;
    font-weight: 400;
	margin-bottom: 15px;
    color: var(--clr-white);
}
.img_bx {
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
}
.learn_more a{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: var(--clr-blue);
	border-bottom: 1px solid transparent;
}
.learn_more a:hover{
	border-bottom: 1px solid var(--clr-blue);
}

.inner_box_colm {
    padding: 0 65px 65px;
    background-color: #262626;
}
.service_description  .img_colm {
    margin-top: -265px;
    position: relative;
}
.service_description .img_colm img {
    height: 470px;
    object-fit: cover;
}
.service_description  .text_content {
    margin: 50px 0 0;
}
.service_sub_title {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}
.service_sub_title p {
    width: 45%;
    margin: 0;
}
.right_col {
    width: 100%;
    float: right;
    position: relative;
    padding-left: 35px;
    margin-left: 30px;
}
.right_col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 2px solid rgb(255 243 243 / 36%);
}
.service_sub_title h6 {
    color: #D4D4D4;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--ff-body);
}
.service_sub_title h4{
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
    color: var(--clr-white);
}
.expert_testimony {
    width: 100%;
    height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.expertise_sec {
    width: 100%;
    height: 930px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.expertise_colm {
    width: calc(100% - 250px);
}
.expertise_sec ul li {
	margin-bottom: 30px;
}
.expertise_sec ul li h3 {
    font-size: 22px;
    line-height: 52px;
    font-weight: 700;
    padding-bottom: 5px;
    color: var(--clr-white);
}
.expertise_sec ul li p {
    color: #CFCDCD;
    font-size: 16px;
	line-height: 26px;
	font-weight: 400;
    position: relative;
    padding-bottom: 12px;
}
.expertise_colm.colm_2 {
    text-align: right;
    float: right;
}
.expertise_colm.colm_2 ul li p::before {
    right: 0;
}
.expertise_sec .primary_btn a{
	background-color: var(--clr-primary);
}
.expertise_sec .primary_btn a:hover{
	background-color: var(--clr-gray);
}


.contact_rightbar {
    width: 100%;
    height: 100%;
    padding: 45px;
    text-align: center;
    background-color: var(--clr-accent);
}
.contact_rightbar h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
	margin-bottom: 15px;
    color: var(--clr-blue);
}
.address-detail ul li {
    padding: 15px 0;
}
.address-detail ul li h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--clr-white);
}
.address-detail ul li p{
	font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--clr-white);
}
.address-detail ul li p a{
	font-size: 16px;
    line-height: 25px;
    font-weight: 400;
	transition: 0.5s;
    color: var(--clr-white);
}
.address-detail ul li p a:hover{
	color: var(--clr-primary);
}
.img_border {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    line-height: 40px;
    border-radius: 100px;
    border: 2px solid var(--clr-blue);
}
.img_border img {
    width: 25px;
}
.contact_sec .contact_form {
    width: 100%;
    padding: 50px 60px;
    background-color: #efefef;
}
.contact_sec h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--clr-blue);
}
.contact_sec .form-group input[type="text"], .contact_sec .form-group input[type="email"], .contact_sec .form-group input[type="tel"], .contact_sec .form-group textarea {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    padding: 0 15px;
    color: var(--clr-accent);
    border: 1px solid #BFBFBF;
}
.contact_sec .form-group input::placeholder, .contact_sec .form-group textarea::placeholder{
	color: var(--clr-accent);
}
.contact_sec .form-group textarea {
    height: 140px;
    padding: 15px 15px;
}
.contact_sec .form-group input[type="submit"]{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s;
    display: inline-block;
    padding: 12px 25px;
	outline:none;
	border:none;
    color: var(--clr-white);
    background-color: var(--clr-blue);
}
.contact_sec .form-group input[type="submit"]:hover{
	background-color: var(--clr-accent);
}

.blog_colm {
    width: 100%;
    max-height: 100%;
    padding: 20px 0;
    transition: 0.5s;
    margin: 15px 0;
    box-shadow: 0px 8px 25px -2px rgb(236 236 236 / 90%);
    -webkit-box-shadow: 0px 8px 25px -2px rgb(236 236 236 / 90%);
    -moz-box-shadow: 0px 8px 25px -2px rgb(236 236 236 / 90%);
}
.blog_colm .img_bx {
    margin-top: 0px;
    margin-bottom: 20px;
}

.blog_colm:hover {
    transform: translateY(10px);
}

.blog_summary {
    width: 100%;
    display: inline-block;
    padding: 20px 20px 0;
}

.blog_summary h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
    color: var(--clr-yellow);
}

.blog_summary h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    margin-bottom: 8px;
    padding-bottom: 5px;
    color: var(--clr-primary);
    border-bottom: 1px solid var(--clr-primary);
}

.blog_summary p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--clr-black);
}

.share_btn {
    width: auto;
    float: right;
    margin-top: 25px;
}

.share_btn a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
	transition: 0.5s;
    color: var(--clr-yellow);
}

.share_btn a:hover{
	color: var(--clr-secondary);
}

.more_btn a {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    transition: 0.5s all;
    color: var(--clr-black);
    border-bottom: 1px solid var(--clr-black);
}
.more_btn a:hover {
    color: var(--clr-blue);
    border-bottom: 1px solid var(--clr-blue);
}

.defult_page_section_full {
    padding: 70px 0;
}
.mobile_view {
    display: none;
}
.abt_expertise {
	height: 100%;
}

.header_navmenu ul li {
    position: relative;
}
.header_navmenu ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fafafa;
    width: 220px;
    display: block;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    text-align: left;
}
.header_navmenu ul li ul.sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FAFAFA;
    position: absolute;
    left: 16px;
    top: -8px;
}
.header_navmenu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.header_navmenu ul li ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 0 0px;
    border-bottom: 1px solid var(--clr-primary);
}
.header_navmenu ul li ul.sub-menu li a {
    display: inline-block;
    width: 100%;
    padding: 5px 8px;
    font-size: 13px;
    color: #000;
}
.header_navmenu ul li ul.sub-menu li a br {
    display: none;
}
.header_navmenu ul li ul.sub-menu li:hover a {
    background-color: var(--clr-primary);
    color: #fafafa;
}

.date-time ul li {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    display: inline-block;
    padding: 0 5px 0 0;
}
.date-time ul li a {
    color: #4A4A4A;
}
.date-time ul li a:hover {
    color: var(--clr-primary);
}
.address {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    padding: 0 0 5px;
}
.abt_passions .section-title h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    margin: 10px 0 15px;
    padding-bottom: 5px;
    color: var(--clr-primary);
    border-bottom: 1px solid var(--clr-primary);
}
.abt_passions .date-time ul li {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    padding: 0 10px 0 0;
}
.abt_passions .date-time ul li a {
    color: #fff;
}
.abt_passions .date-time ul li a:hover {
    color: var(--clr-primary);
}
.abt_passions .address {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    padding: 0 0 5px;
}
.abt_img_mobile{display:none;}	