body {
	margin: 0;
    padding: 0;
    color: #C8C8CB;
    font-family: 'Oxygen', sans-serif;
}
@font-face {
    font-family: 'sofia_probold';
    src: url('../fonts/sofia_pro_bold_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_bold_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sofia_proregular';
    src: url('../fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'),
         url('../fonts/sofia_pro_regular_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1 {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'sofia_probold';
	font-size: 42px;
    color: #fff;
    font-weight: 600;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'sofia_probold';
    margin-bottom: 15px;
    line-height: 45px !important;
    color: #000;
}

h3 {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'sofia_probold';
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

h4 {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'sofia_probold';
    font-size: 18px;
    margin-bottom: 15px;
    color: #C8C8CB;
}

h5 {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: 'sofia_probold';
    font-size: 16px;
}

p {
	font-family: 'Oxygen', sans-serif;
	line-height: 25px;
    font-size: 15px;
    color: #888888;
    margin-bottom: 10px;
    font-weight: 400;
}
ul li
{
	font-family: 'Oxygen', sans-serif;
	line-height: 25px;
	font-size:15px;
}

li {
	font-family: 'Oxygen', sans-serif;
	font-size: 15px
}

a{
    font-weight: 600;
    font-family: 'Oxygen', sans-serif;
}

a:hover{
    text-decoration: none;
}
.bg-footer a:hover{
    text-decoration: none;
    color:#5c5c5c;
}
.bg-footer a{
    
    color:#5c5c5c;
}
.bg-footer p{
    
    color:#5c5c5c;
}

.text-brand{
    color: #E13F4E;
}

.text-black{
    color: #000;
}
.text-merune{
    color: #6e1c32;
}

section{
    padding: 60px 0px;
}

@media(max-width: 480px){
   section{
        padding: 45px 15px;
    } 
}

@media(min-width: 768px){
    .width-60-desktop{
        width: 55%;
        margin: auto;
    }
    .width-70-desktop{
        width: 60%;
        margin: auto;
    }
    .desk-block{
        display: block;
    }
}

.bg-brand{
    background: #390119;
}
@media(min-width: 600px){
    .flex-row{
        align-items: center;
    }
}
.text-gold{
    color: #D0995E !important;
}

.border-bottom-gold{
    border-bottom : 2px solid #D0995E;
}

.border-bottom-gold:hover{
    border-bottom: 2px solid #CFC2C8;
}

.border-bottom-black{
    border-bottom : 2px solid #000000;
}

.border-bottom-white{
    border-bottom : 2px solid #EDE1E6;
}

div:focus{
    outline: none;
}
button:focus{
    outline: none;
}
a:focus{
    outline: none;
}

/*Slick CSS Begin*/

@media(min-width: 1900px){
    .slick-arrow{
        right: 20.5% !important;
    }
    .slick-arrow.slick-next {
        right: 18% !important;
    }
}

.banner-slider.slick-dotted.slick-slider{
    margin-bottom: 10px !important;
}

.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.slick-slide{
    height: auto;
}
.slider-container {
    position: relative
}

.slick-arrow {
    font-family: "Font Awesome 5 Free";
    background: #fff !important;
    width: 35px !important;
    height: 35px !important;
    position: absolute !important;
    top: -25% !important;
    right: 21.2% !important;
    left: initial !important;
    margin: auto;
    color: #1d1818 !important;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: 0;
    border: 1px solid #69032D !important;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    cursor: pointer;
}

.slick-arrow:hover{
    background: #69032D !important;
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    color: #1d1818;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
}

.slick-arrow.slick-next {
    right: 18% !important;
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    color: #1d1818;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
}

.slick-arrow:hover.slick-prev:before{
    color: #fff;
}
.slick-arrow:hover.slick-next:before{
    color: #fff;
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    margin: 0 2px;
    padding: 0;
    cursor: pointer
}

.slick-dots li:only-child {
    opacity: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px !important;
    height: 12px !important;
    padding: 0;
    cursor: pointer !important;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button::before,
.slick-dots li button:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto auto;
    width: 10px !important;
    height: 10px !important;
    background: 0 0;
    background: #333434;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: inherit;
    color: transparent !important;
}

.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button:before {
    background: #cc0d6f;
    width: 12px;
    height: 12px
}

@media(max-width: 1024px){
    .slick-arrow{
        right: 23.2% !important;
    }
    .slick-arrow.slick-next {
        right: 18% !important;
    }
}

#testimonials .slick-dots li button::before,
#testimonials .slick-dots li button:before{
    border: 1px solid #000;
    opacity: 1;
    background: #fff;
}

#testimonials .slick-dots li.slick-active button::before,
#testimonials .slick-dots li.slick-active button:before {
    background: #000;
    width: 10px;
    height: 10px
}

@media(max-width: 480px){
    .slick-dots{
        position: relative !important;
        bottom: initial !important;
    }
}

/*Slick Css END*/
/*Btn Css Begin*/

.btn-banner{
    /*background: #E0A865;*/
    background: #E6A31C;
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #E0A865;
    /*text-transform: capitalize;*/
}


.btn-banner:hover{
    background: #fff;
    color: #E0A865;
    border: 1px solid #E0A865;
}

.btn-brand a{
    background: #E0A865;
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #E0A865;
}


.btn-brand a:hover{
    background: #fff;
    color: #E0A865;
    border: 1px solid #E0A865;
}

.btn-brand-pink{
    background: #69032D;
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 13px;
}

.btn-brand-pink:hover{
    background: #fff;
    color: #69032D;
    border: 1px solid #69032D;
}

.btn-brand-pink:hover .fa-arrow-right.text-white{
    color: #69032D !Important;
}

.btn-brand-pink:hover .fa-arrow-left.text-white{
    color: #69032D !Important;
}

/*Btn CSS END*/

/*Header css begin*/

.main-header{
    background: #f2e9d8;
    padding: 10px 0px;
    box-shadow: 0px 0px 5px 4px #ddd;
}

.main-header .nav-logo{
    width: 200px;
}

.main-header .menu-item{
    padding: 0px 8px;
    line-height: 15px;
    border-right: 2px solid #dddddd40;
    display: inline;
}

.main-header .menu-item:last-child{
    border-right: 0;
    padding-right: 0;
}
.main-header .menu-item:last-child a{
    padding-right: 0;
}

.main-header .menu-item a{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-light .navbar-toggler{
    border-color: transparent;
}
.main-header .container{
    position: relative;
}
.japanese-page-div{
	line-height: 1;
}
.main-header .container .korean-text{
    font-weight: 400;
    text-decoration: underline;
    font-size: 12px;
}

.stickymain {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 99;
    box-shadow: 0px 0px 5px 1px #ddd;
    background: #f2e9d8;
}

#menu-primary-menu{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}


@media(max-width: 1024px){
    .main-header .menu-item{
        padding: 0px 5px;
    }
}

@media(min-width: 992px){
    .menu-primary-menu-container{
        position: absolute;
        right: 0;
    }
    .navbar-expand-lg .navbar-nav #practiceares-submenu{
        padding: 20px 25px;
        border-radius: 0;
        border: none;
        background: #F7F7F7;
        min-width: 70rem;
        left: -350px;
        top: 170%;
    }
    
    .nav-item.dropdown{
        position: relative;
    }
    
    .navbar-expand-lg .navbar-nav #practiceares-submenu:before{
          content: " ";
          position: absolute;
          bottom: 100%;  /* At the top of the tooltip */
          left: 38%;
          margin-left: -5px;
          border-width: 15px;
          border-style: solid;
          border-color: transparent transparent #F7F7F7 transparent;
    }
    #practiceares-submenu .dropdown-item{
        color: #000 !Important;
    }
    .navbar-expand-lg .navbar-nav #practiceares-submenu h4{
        color: #000 !Important;
    }
    .otherareas-row{
        border-left: 1px solid #00000026;
    }
    
    /*.mega-sub-menu{*/
    /*    position: absolute;*/
    /*    top: 60px !important;*/
    /*}*/
}

/*searchbar cSS BEGIN*/

.astm-search-menu{
    position: relative;
    padding: 11px 8px !important;
    background: #E0A865;
}
.search-icon{
    position: relative;
    top: 5px;
    right: 3px;
}

/*Search bar css ENDS*/

#practiceares-submenu .dropdown-item{
    padding: .25rem 0rem;
    color: #C8C8CB;
    line-height: 20px;
    white-space: initial;
    font-size: 14px;
}

#practiceares-submenu .dropdown-item:hover{
    color: #fff;
    background: none;
}

.navbar-expand-lg .navbar-nav #practiceares-submenu h4{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

@media(max-width: 1024px){
    .navbar-expand-lg .navbar-nav #practiceares-submenu{
        min-width: 63rem;
        left: -330px;
    }
}

@media(max-width: 991px){ 
    .main-header{
        padding-bottom: 0;
    }
    .main-header .container{
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .main-header .navbar-brand{
        padding-left: 35px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        
    }
    
    .main-header .navbar-toggler{
        padding-right: 35px;
    }
    .main-header .navbar-collapse{
        background: rgb(57, 1, 25);
        padding-top: 0px !important;
    }
    .main-header .navbar-nav{
        padding-top: 15px;
        margin-left: initial;
    }
    .main-header .menu-item{
        border-bottom: 1px solid;
        padding: 15px 30px;
        margin-bottom: 0;
        display: block;
    }
    .main-header .menu-item:last-child{
        border-bottom: none;
    }
    .main-header .menu-item a{
        color: #fff !Important;
        padding-left: 0;
        padding-bottom: .5rem;
    }
    .main-header .search-container{
        margin: 30px;
        margin-top: 15px;
    }
    
    .navbar-expand-lg .navbar-nav #practiceares-submenu{
        background: none;
    }
    
    .navbar-expand-lg .navbar-nav #practiceares-submenu .wrapper{
        margin-bottom: 20px;
    }
    
    .navbar-expand-lg .navbar-nav #practiceares-submenu{
        min-width: initial;
        left: initial;
    }
    
    #navbarNavDropdown{
        position: absolute;
        width: 100%;
        top: 60px;
        background: transparent;
        z-index: 999;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > .mega-menu-item{
        display: block !important;
    }
    #mega-menu-wrap-primary-menu .mega-menu-column{
        width: 100% !important;
    }
    .mega-menu-item-311, .mega-menu-item-312{
        margin-bottom: 10px !important;
        padding-top: 0px !important;
    }
    #mega-menu-25-0{
        padding: 0px 0px 20px 0px !important;
    }
    #mega-menu-item-25 ul.mega-sub-menu{
        background: #000 !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item{
        border-left: 0 !important;
    }
    ul.mega-sub-menu a.mega-menu-link{
        font-size: 14px !important;
    }
}
.mega-menu-item-311 a, .mega-menu-item-312 a{
    font-weight: 600 !important;
}
@media(max-width: 480px){
    .main-header .nav-logo{
        width: 150px;
    }
    .main-header .container .korean-text{
        right: 40px;
    }
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    padding-left: 15px !important;
}

@media(max-width: 991px){
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
        background: #000 !important;
        color: #828380 !important;
    }
}
/*Header css END*/

/*Home page css Begin*/

.hero{
    background-size: cover !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
#mega-menu-wrap-primary-menu{
    background: none !important;
}
.hero h1{
    font-family: 'sofia_probold';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.05 !important;
    padding-bottom:10px;
}


.banner-list li{
    font-family: 'sofia_proregular';
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
}


.banner-list ul{
    padding-left: 25px;
    margin-bottom: 1.5rem;
}

.border-highlight p{
    color: #fff !important;
}

.banner-slider .slick-slide[data-slick-index="1"] h1{
 color: #fff;   
}

.banner-slider .slick-slide[data-slick-index="1"] .banner-list li{
 color: #fff;   
}
.banner-slider .slick-slide[data-slick-index="1"] .btn.btn-banner{
    background: #E6A31C;
 color: #fff;   
 /*text-transform: capitalize;*/
}

@media(max-width: 768px){
    .hero{
        min-height: 50vh;
    }
    h1{
        font-size: 32px;
    }
    .banner-list li{
        font-size: 20px;
    }

    h2{
        font-size: 26px;
        line-height: 35px;
    }
}

@media(max-width: 480px){
    .hero{
        min-height: 90vh;
    }
}

.legal-services-sec .card{
    border: 0px;
    transition: .3s ease-in-out;
    border-radius: 4px;
}

.legal-services-sec .card h4{
    font-weight: 600;
}

.legal-services-sec .card:hover{
    box-shadow: 2px 4px #39011912;
    transition: .3s ease-in-out;
}

.legal-services-sec .btn-light{
    border: 1px solid #39011933;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
}

.legal-services-sec .btn-light:hover{
    background: #390119;
    color: #fff !important;
}

.legal-services-sec{
    position: relative;
}

.legal-services-sec .card .card-divider:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 2px;
    height: 73%;
    background: #ddd;
}

@media(max-width: 480px){
    .legal-services-sec .card .card-divider:after{
        display: none
    }
}

@media(min-width: 1600px){
    .bg-icon{
        width: 110px !important;
    }
    .bg-icon-02{
        width: 100px !important;
    }
}

.bg-icon{
    position: absolute;
    left: 1%;
    top: 13%;
    width: 70px;
}

.bg-icon.bg-single-icon{
    top: 0;
    bottom: 0;
    margin: auto;
}

.bg-icon-02{
    position: absolute;
    right: 1%;
    width: 70px;
}

.viewallbtn{
    font-size: 15px;
    transition: .3s ease-in-out;
}

.viewallbtn:hover{
    font-size: 16px;
    transition: .3s ease-in-out;
}

.more-btn{
    font-size: 14px;
    transition: .3s ease-in-out;
}

.more-btn:hover{
    font-size: 15px;
    transition: .3s ease-in-out;
}


.home-practicearea-sec .mobile-text p{
    color: #ababab;
}
.home-practicearea-sec .mobile-text h4{
    margin-bottom: 7px;
}

@media(max-width: 480px){
    .mobile-icon{
        width: 20%;
    }
    .mobile-text{
        width: 80%;
    }
    .mobile-padding{
        margin-top: 3rem;
    }
}

/*Home Page CSS ENDS*/

/*Footer Css Begin*/

.bg-footer{
    background: #f2e9d8;
}

.footer-sec .wrapper h4{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color:#5c5c5c !important;
}

.footer-sec .wrapper h4:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 1px;
    background: #5c5c5c;
    bottom: -5px;
}

.footer-sec .wrapper p{
    color: #5c5c5c !important;
    font-weight: 400;
}
.footer-sec .wrapper.head-office-wrapper p{
    padding-left: 25px;
}

.footer-sec .wrapper a{
    color: #5c5c5c !important;
    font-weight: 400;
}

footer{
    padding: 15px 0px;
    border-top: 1px solid #dfe0e017;
}

.footer-icon{
    position: relative;
}
.footer-icon:before{
    content: '\f08d';
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    color: #D0995E;
}
.footer-icon.phone-icon:before{
    content: '\f879';
    transform: rotate(0deg);
}
.footer-icon.time-icon:before{
    content: '\f017';
    transform: rotate(0deg);
}

.social-links .fab{
    font-size: 20px;
    padding: 0 9px;
}
.social-links .fab.fa-twitter{
    padding-left: 0;
}

.footer-sec{
    padding: 45px 0px;
}

.footer-links ul{
    padding-left: 0px;
    list-style-type: none;
}

.footer-links ul li{
    margin-bottom: 10px;
}

@media(max-width: 480px){
    .footer-sec{
        padding: 30px 15px;
    }
}

@media(min-width: 768px){
    .desktop-padding{
        padding-left: 3rem;
    } 
}

/*Footer Css END*/

.border-gold-row {
    border: 1px solid #D0995E;
}


.news-updates-sec .wrapper{
    overflow: hidden;
    box-shadow: 0px 2px 8px 0px #ddd;
    border-radius: 4px;
}
.news-bg{
    transition: .5s ease-in-out;
    position: relative;
}
.overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    align-items: center;
    top: 0;
    font-size: 16px;
    background-color: #00000096;
    display: none;
}
.overlay span{
    margin: auto;
}
.overlay .fa-link{
    font-size: 30px;
    color: #E33D4A;
}

.news-updates-sec .wrapper:hover .news-bg .overlay{
    display: flex;
}

.news-updates-sec .wrapper:hover .news-bg{
    transform: scale(1.04);
    transition: .5s ease-in-out;
}

.news-content{
    background: #fff;
    padding: 20px 20px 40px 20px;
}
.news-thumbnail{
    overflow: hidden;
}
.news-content .author{
    font-size: 12px;
    letter-spacing: 2px;
    color: #888888;
    text-transform: uppercase;
}

p.author{
    font-size: 12px;
    letter-spacing: 2px;
    color: #888888;
}

.news-content .date{
    background: #E0A865;
    position: absolute;
    padding: 8px 20px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    right: 12%;
    top: 40%;
}

.news-content .date.dealclosing-date{
    top: 35%;
}

.news-content .date .text-large{
    font-size: 26px;
    font-weight: 600;
}

.news-content h4{
    color: #000;
    min-height: 85px;
}

.news-content.dealclosings-content h4{
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
}

.news-btn{
    color: #000 !important;
    font-size: 14px;
    transition: .3s ease-in-out;
    font-weight: 600;
}

.news-btn:hover{
    font-size: 15px;
    transition: .3s ease-in-out;
}

.article-wrapper .article-content{
    min-height: 100px;
}

.border-highlight{
    border-left: 3px solid #E13F4E;
    padding-left: 25px;
}

.news-border{
    position: relative;
}

.news-border:after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

.casestudy-slider .slider-wrapper{
    position: relative;
}

.casestudy-content{
    background: rgb(105 3 45 / 70%);
    padding: 12px 12px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    transition: .3s all ease-in-out;
}

.casestudy-content h3{
    color: #fff;
    font-size: 22px;
}

.casestudy-content a{
    font-weight: 400;
    color: #EDE1E6 !important;
    font-size: 14px;
}
.casestudy-content a .fa-arrow-right{
    font-size: 14px;
}
/*.casestudy-content{*/
/*    transform: translateY(145px);*/
/*}*/

.casestudy-slider .slider-wrapper:hover .casestudy-content{
    transform: translateY(0px)
}

.casestudy-slider .slick-current .casestudy-content{
    transform: translateY(0px)
}

@media(max-width: 480px){
   .casestudy-content{
        display: block;
        position: initial;
        transform: translateY(0px)
    } 

    .casestudy-content h3{
        font-size: 20px
    }

    .casestudy-content a{
        font-size: 14px;
    }
    
    .casestudy-sec .container .row{
        margin: 0px !important;
    }
    .casestudy-slider .slider-wrapper{
        margin-bottom: 20px;
    }
}

.subscribe-sec h2{
    font-size: 26px;
}

.subscribe-sec .form-control{
    background-color: #4E525F;
    border: none;
    height: 50px;
    border-radius: 0;
    color: #fff;
}

.subscribe-sec .btn-subscribe{
    background: #69032D;
    color: #fff;
    border: none;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 30px;
}
.subscribeform-wrapper{
    margin-bottom: -25px;
    margin-top: 15px;
}
.subscribeform-wrapper #email{
    width: 70%;
    float: left;
}
.subscribeform-wrapper .wpcf7-not-valid-tip{
    position: absolute;
    top: 50px;
}
@media(max-width: 480px){
    .subscribe-sec h2{
        font-size: 26px;
    }
    .subscribeform-wrapper #email{
        width: 100%;
    }
    .subscribeform-wrapper .btn-subscribe{
        width: 100%;
    }
}

/*Practice areas CSS BEGIN*/
.practice-title{
    /*text-transform: uppercase;*/
    font-size:13px;
}
.practice-title a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
.practice-title a:hover{
    text-decoration: underline;
}
.servicespage-contentwrapper ul{
    padding-left: 25px;
}
.servicespage-contentwrapper li{
    color: #888888;
    margin-bottom: 10px;
}
.servicespage-contentwrapper img{
    /*width: 100%;*/
    height: auto;
}
.servicespage-contentwrapper h3{
    margin-top: 20px;
    margin-bottom: 12px;
}
/*.servicespagetitle{*/
/*    text-transform: uppercase;*/
/*}*/
.twocolumn-structure{
    border: 1px solid #ddd;
    border-radius: 4px;
}
.twocolumn-structure .wp-block-column{
    border-right: 1px solid #ddd;
    padding: 20px;
}
.twocolumn-structure h3{
    margin-top: 0;
}

.servicespage-contentwrapper table{
    border: 1px solid #888888;
}
.servicespage-contentwrapper table td, .servicespage-contentwrapper table th{
    border: 1px solid #888888;
    padding: 5px 10px;
    color: #888888;
}

/*Accordion CSS BEGIN*/
.custom-accordion .wp-block-getwid-accordion__header{
    background-color: rgb(105 3 45);
    padding: 12px !important;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child .wp-block-getwid-accordion__header{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:last-child .wp-block-getwid-accordion__header{
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.custom-accordion .wp-block-getwid-accordion__header a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.custom-accordion .wp-block-getwid-accordion__content h5{
    color: #000;
    font-weight: 600;
}

.custom-accordion .wp-block-getwid-accordion__content li{
    color: #00000096;
    margin-bottom: 5px;
}
.custom-accordion .wp-block-getwid-accordion__content hr{
    margin-left: -25px;
    margin-right: -25px;
}

/*Accordion CSS ENDS*/

/*Practice areas CSS ENDS*/


/*Services sidebar CSS BEGIN*/
#services-sidebar .sidebar-wrapper{
    background: #f2e9d8;
    padding: 30px;
    border-radius: 4px;
}
#services-sidebar .sidebar-wrapper h3{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 0;
}
#services-sidebar .sidebar-wrapper ul{
    padding-left: 0px;
    list-style-type: none;
}
#services-sidebar .sidebar-wrapper ul li:not(:last-child){
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
#services-sidebar .sidebar-wrapper ul li{
    padding: 10px 0px;
}
#services-sidebar .sidebar-wrapper ul li a{
    color: #323297;
    font-weight: 400;
}

#services-sidebar .sidebar-wrapper ul li:before{
    content: none;
}
/*Services sidebar CSS ENDS*/
@media (min-width: 576px){
    .wp-block-cover__inner-container, .wp-block-group__inner-container {
        max-width: 540px;
        margin: auto;
    }
}
@media (min-width: 768px){
   .wp-block-cover__inner-container, .wp-block-group__inner-container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
   .wp-block-cover__inner-container, .wp-block-group__inner-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
  .wp-block-cover__inner-container, .wp-block-group__inner-container {
        max-width: 1140px;
    } 
}

.wp-block-image img{
    height: auto;
}
.wp-block-getwid-section{
    padding: 60px 0px;
}

/*ABout Page CSS BEGIN*/
.journey-iframe iframe{
    width: 100% !important;
    height: 400px !important;
}

.teamcontent-wrapper{
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}
.team-wrapper{
    margin-bottom: 30px;
}

.teamcontent-wrapper h4{
    color: #323297;
    font-weight: 600;
    margin-bottom: 5px;
}
.teamcontent-wrapper p{
    color: #000;
    margin-bottom: 0;
}
.team-wrapper img{
    position: relative;
	width: 100%;
}
.designation-strip{
    padding: 5px 20px;
    position: absolute;
    text-align: center;
    color: #46061e;
    bottom: 100px;
    background: #D0995E;
}

@media (min-width: 782px){
.wp-block-column:not(:first-child) {
    margin-left: 1em !important;
}
}
/* @media (min-width: 480px){
.team-wrapper img{
    width: 100%;
}
} */
/*About Page CSS ENDS*/


/*AWARDS PAGE CSS BEGIN*/
.Awards-grid .wp-block-getwid-image-box__image-wrapper img{
    width: 100%;
}
.Awards-grid .wp-block-getwid-image-box__image-container{
    margin-bottom: 0;
}
.Awards-grid .wp-block-getwid-image-box__content{
    background: #f7f7f7;
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.Awards-grid .wp-block-getwid-image-box__content h4{
    margin-bottom: 5px;
    color: #323297 !important;
    font-weight: 600;
    min-height: 45px;
}
.Awards-grid .wp-block-getwid-image-box__content p{
    margin-bottom: 0;
    min-height: 100px;
}
.Awards-grid .wp-block-getwid-image-box__content .wp-block-button__link{
    border: 0;
    padding: 0;
    color: #d0995c !important;
    font-size: 15px;
    text-decoration: underline;
    padding-top: 10px;
}

/*Awards Page css ENDS*/


/*Contact Page Css BEGINS*/

.contact-grid .wp-block-getwid-icon-box{
    border: 1px solid #ddd;
    padding: 30px 40px;
    /*width: 70%;*/
    /*margin: auto;*/
    margin-bottom: 35px;
}
.contact-grid .wp-block-getwid-icon-box h4{
    font-weight: 600;
}
.contact-grid .wp-block-getwid-icon-box:nth-child(2) p{
    margin-bottom: 0;
}
.contact-grid .wp-block-getwid-icon-box:nth-child(2) p a{
    color: #000;
    font-weight: 400;
}

.contact-grid .wp-block-getwid-icon-box__icon-wrapper{
    padding: 0;
}
.contactiframe{
    margin-bottom: -66px;
}

#wpcf7-f2131-o1 form .card{
    border: 0;
    box-shadow: 0 0 8px 4px #ddd;
    border-radius: 0;
    margin-bottom: 40px;
}

@media(min-width: 768px){
    #wpcf7-f2131-o1 form .card{
        margin-right: 30px;
    }
}

#wpcf7-f2131-o1 form .card .wpcf7-submit{
    margin-top: 20px;
}

@media(max-width: 480px){
    .contactiframe{
        margin-bottom: -50px;
    }
}

/*Contact Page CSS ENDS*/


/*Team page CSS BEGINS*/
.team-links a{
    margin-right: 15px;
}
.team-links a i{
    font-size: 20px;
}


/*Category page CSS BEGIN*/
.category-link{
    color: #d0995c !important;
    font-size: 15px;
    text-decoration: underline;
    padding-top: 10px;
}


/*Category page CSS ENDS*/

/*Sidebar CSS BEGIN*/

.sidebar-wrapper{
    margin-bottom: 30px;
    border-radius: 6px;
    margin-left: 30px;
    border: 1px solid #ddd;
    padding-top: 0;
}
.sidebar-wrapper h3{
    font-weight: 600;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}
.sidebar-wrapper ul{
    padding: 0 40px;
    list-style-type: none;
}
.sidebar-wrapper ul li{
    padding: 5px 10px;
    position: relative;
    border-top: 1px dotted #ddd;
}
.sidebar-wrapper ul li:first-child{
    border-top: 0;
}
.sidebar-wrapper ul li a{
    font-weight: 400;
    font-size: 15px;
    color: #000;
}
.sidebar-wrapper ul li:hover a{
    color: #d0995c;
}
.sidebar-wrapper ul li::before{
    content: '\f054';
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600;
    left: -5px;
    top: 6px;
    color: #000;
    font-size: 14px;
}
@media(max-width: 768px){
    .sidebar-wrapper{
        margin-left: 0;
    }
}
.tagcloud{
    padding: 15px 30px;
}

.tagcloud a{
    font-size: 15px !important;
    font-weight: 400 !important;
    display: inline-flex;
    align-items: center;
    margin: 2px 0;
    padding: 0 10px;
    min-height: 2.15em;
    line-height: 2.15em;
    font-size: .9em;
    border: 1px solid #eeeeee;
    text-shadow: none;
    color: #000;
    border-radius: 6px;
}
.tagcloud a:hover{
    background: #d0995c;
    color: #fff;
}

/*SIDEBAR CSS ENDS*/
#contactform .form-control {
border: 0;
border-bottom: 1px solid #ddd;
padding-left: 0;
border-radius: 0;
}
.wpcf7-form .card-body h2{
color: #000 !important;
}

.wpcf7-form .card-body p{
color: #000 !important;
}

/*Testimonials CSS BEGIN*/
.testimonial-slider .testimonial-wrapper .testi-quote i{
    font-size: 80px;
}
.testimonial-slider .testimonial-wrapper img{
    /*border-radius: 50%;*/
    margin: auto;
    max-width:25%;
}

.testi-quote{
    position: relative;
}
.testi-quote:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #ddd;
    left: -100px;
    top: -30px;
    bottom: 0;
    margin: auto;
}

.testi-quote:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #ddd;
    right: -100px;
    top: -30px;
    bottom: 0;
    margin: auto;
}

/*Testimonials CSS ENDS*/


.iAgreePopup .popupContainer{
    height: 50% !important;
    top: 45% !important;
}

@media only screen and (max-width: 540px){
    .iAgreePopup .popupContainer{
        height: 90% !important;
        width: initial !important;
        top: 5% !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
}
