
/*** Spinner Start ***/
 
 body {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #000;
}
 
a, a:hover {
    transition: .5s;
}
a {
    color: #000;
}
ul {
	list-style-type: none;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1270px;
}
.tcin span {
    font-size: 16px;
    margin-right: 10px;
}
.tmd i {
	
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
img {
    max-width: 100%;
}
.tmd {
    background: #fff;
    width: 440px;
    border-radius: 0 0 12px 12px;
    padding: 8px 18px;
	    align-items: center;
}
.tmd, .tmd span, .tmd a, .tmd a i {
 color: #b22327
}
.tmd a {
    border-radius: 0;
    font-weight: 400;
    color: #b22327!important;
    padding: 0 12px!important;
}
.temail {
	border-left: solid 1px #b22327;
}
.tmd a i {
    font-size: 22px;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    padding: 12px!important;
}

.selectyourjob .toggle-icon {
  transition: transform 0.3s ease;
}

/* Rotate icon when dropdown is open */
.selectyourjob button[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #c6c02b;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: #c6c02b;
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    transition: .5s;
}
 
.navbar .navbar-nav .nav-item .nav-link {
     padding: 30px 8px;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #d4aa00;
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #c6c02b;
        color: #c6c02b;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #c6c02b;
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
       /* background: var(--bs-light);*/
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 96px;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
/*.header-carousel .header-carousel-item {
    height: 700px;
}*/
.row {
    margin-top: 0;
}
.owl-carousel .owl-item img.people_slide {
    margin-top: 30px;
}
.carousel-caption h1 {
    line-height: 90px;
    color: #fff;
    margin-top: 20px;
}
.carousel-caption p {
    font-weight: 400;
}
.carousel-caption .subc {
    color: #fff;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: #c6c02b;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
strong.jno {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
}
span.jtx {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    width: 56%;
    margin-left: 10px;
    line-height: 22px;
    text-align: left;
}
.securejob img {
    height: 500px;
}
.btn-yellow {
	background: #ddd736!important;
	color: #000!important;
}
.color-primary {
	color: #ddd736!important;
}
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/

.bg-breadcrumb {
    /*position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
 
.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: #c6c02b;
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: #c6c02b;
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: #c6c02b;
    background: var(--bs-white);
}
.service .service-item .service-content .service-content-inner .btn.btn-primary {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
	border: solid 1px #fff;
}
.ab_bg {
    z-index: -9;
    opacity: .4;
}
.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: #fff;
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #c6c02b;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
.trus_bx, .trst_text, .trst_in {
	padding: 40px 0!important;
}
img.choose_icn {
    width: 40px;
    margin-right: 6px;
}
strong.ac_img {
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 3px #fbbf24;
}
strong.ac_img, strong.ac_img img {
    height: 130px;
}
strong.ac_img img {
    object-fit: cover;
}
span.ac_text {
    width: 87%;
}
/*** Service End ***/


/*** Blog Start ***/

.bg-new {
    background: #fcf8d3;
    color: #000;
}
a.bg-new:hover, .btn.bg-new:hover {
    background: #000;
    color: #fff;
}
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: #c6c02b;
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-white);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: #c6c02b;
}
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
    border: solid 1px #f2eb59;
    overflow: hidden;
}
.psal {
    background: #e7f6ea;
    color: #42b55b;
}
.fsal, .psal {
    text-transform: uppercase;
    padding: 4px 10px;
}
.fsal {
	background: #f1e0ff;
	color: #0d0d0c;
}
.btn-sml {
    padding: 8px 28px;
    border: solid 2px #0d0d0c!important;
}
.blog .blog-item .blog-content a.btn {
    color: #0d0d0c;
}
.btn-sml {
    background: #0d0d0c!important;
    color: #fff!important;
}
.btn-new {
    background: transparent!important;
    color: #0d0d0c!important;
}
.btn-sml:hover {
    background: #c6c02b!important;
    color: #fff!important;
    border-color: #c6c02b!important;
}
.jobs-icon {
    width: 80px;
    margin-right: 8px;
}
.jobimg {
    margin-right: 20px;
}
.jobimg img {
    width: 50px;
    height: auto;
}
.cname {
    color: #0d0d0c;
    font-size: 22px;
}
a:hover {
    color: #000;
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: #c6c02b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Footer Start ***/


.footer {
    background: #560406 url("../img/FooterBg.jpg") no-repeat center center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 0;
}
 
.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: #c6c02b;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #c6c02b;
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: #c6c02b;
}

.footer .footer-item .footer-btn a:hover {
    background: #c6c02b;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

/*** Footer-End ***/


/*** copyright-Start ***/

 .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-bottom a {
    text-decoration: none;
    transition: 0.3s;
}
.footer-bottom a:hover {
    color: #f0c040;
}

/*** copyright-end ***/


/*** custom ***/

.btn-primary {
    background-color: #b22327;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: -0.2px;
    word-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #b22327;
    border-radius: 60px 60px 60px 60px;
    padding: 8px 25px 8px 10px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-border:hover, .btn.btn-primary:hover, .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle, .btn-check:focus+.btn-primary, .service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover, .btn.btn-light:hover {
    background-color: #FFFFFF;
    color: #b22327;
    border-color: #FFFFFF;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
.bg-primary {
    background-color: #560406 !important;
}
.bg-primary h6, .bg-primary .h6, .bg-primary h5, .bg-primary .h5, .bg-primary h4, .bg-primary .h4, .bg-primary h3, .bg-primary .h3, .bg-primary h2, .bg-primary .h2, .bg-primary h1, .bg-primary .h1, .bg-primary p, .bg-primary li { 
color: #fff !important;
}
.text-primary {
    color: #ddd736 !important;
}
.bg-lightnew {
	background: #fdfee7;
}
.btn {
    border-radius: 5px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #000;
	font-family: "Prata", serif;
  font-weight: 400important;
  font-style: normal;
}
b, strong, th {
    color: #000;
    font-style: normal;
    font-weight: 500!important;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-weight: normal;
}
.header-carousel .header-carousel-item strong {
    color: #fff;
    font-size: 21px;
    font-weight: 400!important;
    letter-spacing: 2px;
}
.btn-dark {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.carousel-caption {
    color: #5e6670;
}
.formbox {
    padding: 20px 12px;
    border: solid 1px;
    border-radius: 7px;
    border-color: rgba(0, 0, 0, .6);
}
.sliderfield::placeholder {
  color: #9199a3;
  font-size: 20px;
}
.form_field {
    border-left: solid 1px #e4e5e8;
    padding: 0  0 0 18px;
    width: 27%;
}
.first_field {
    width: 45%;
}
.form-control:focus {
    box-shadow: none;
}
.formbox i {
    font-size: 26px;
}
.service .service-item {
    text-align: center;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 104px;
    padding: 20px;
}
.service .service-item .service-img img {
    width: 65px;
}
.service .service-item .service-img, .service .service-content {
    background: #fdfef3;
}
.service .service-item .service-content .service-content-inner .btn {
    width: 130px;
}
.sliderfield {
    width: 80%;
}
.litigation-section .container {
    background: url(../img/leaf.png) no-repeat;
    background-position: bottom left;
}
.thailand_sec .container {
    background-image: none;
    background-position: bottom left;
}
.litigation-section p {
	margin-bottom: 0;
}

/**business-section**/

.business-section {
    padding: 20px 0 60px;
}

.business-card {
    border: 1px solid #c40000;
    border-radius: 25px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
    padding: 20px;
}

.business-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.business-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px;
}

.business-content {
    padding: 25px 30px 30px;
}

.business-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.business-content p {
    color: #555;
}
.thailand_cardsec .owl-carousel .owl-item img, .thailand_cardsec .owl-carousel .owl-item:hover img {
    transition-duration: 0.3s;
}
.thailand_cardsec .owl-carousel .owl-item:hover img {
    transform: scale(1.5);
}
.thailand_cardsec {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: -70px;
}
/* .property-section */

.property-section {
    padding: 20px 0 60px;
}
 
/* Feature Grid */
.feature-box {
    padding: 25px;
}

.feature-grid {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.feature-box {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.feature-box h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.feature-icon {
    font-size: 32px;
    color: #c40000;
}
.property-section .practice-grid .icon-txt {
    width: 140px;
}
.property-section .practice-grid .icon-txt h5 {
    margin-bottom: 0;
    padding-top: 18px;
}
.property-section .practice-item {
    padding: 12px 30px 20px;
}
.read-more {
    color: #c40000;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/* Team */

.team-section{
    padding:80px 0;
}

.top-companies .item {
    padding: 10px 10px 30px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #b22327;
    border-radius: 20px 20px 20px 20px;
}
.image-ticker .item img {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 18px;
}
 
/* Team-End */



/**** Testimonial ******/
 
.cphoto {
	width: 100%;
	height: 100%;
}
.client_img, .client_img img {
    width: 80px;
    height: 80px!important;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial-item p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0;
    font-style: italic;
}
 
.footer .footer-item p {
    line-height: 24px;
}
.footer, .footer a, .footer .footer-item a, .copyright {
    color: #A2A0A0;
	transition: color 0.3s;
}
.footer ol, .footer ul {
    padding-left: 0;
}
.footer-social-media a {
    color: #fff;
}
h4.text-new {
    position: relative;
    border-bottom: solid 1px #ccc;
    line-height: 3px;
}
.topc_text {
    background: #fff;
    padding: 24px;
}
.comp_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.d-flex {
    flex-wrap: wrap;
}
.comp_list a {
    display: block;
}
.comp_list li {
    width: 150px;
}
.fjobin {
    background: #fbffb3;
    width: 80%;
    padding: 40px 100px;
    border-radius: 50px;
    margin-top: 60px;
    font-size: 38px;
    text-align: left;
    color: #000;
}
.counter-counting .fs-2, .counter-item .ct_txt {
    font-size: 42px!important;
}
.downloadapp {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 20px;
}
a.download-app {
    background: #fefff2;
    font-size: 48px;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 40px;
    color: #000;
}
a.download-app:hover {
    background: #ddd736;
    color: #000;
}
.hidden-testimonial {
	display: none;
}
.image-ticker .owl-item .item {
	text-align: center;
}
 
.nav-bar, .topcta, .hero_sec, .top-companies .item:hover {
    background: #560406;
}
.image-ticker .owl-item .item h5 {
    color: #b22327;
}
.top-companies .item:hover h5, .top-companies .item:hover p {
	color: #fff;
}
.top-companies .owl-item.active:first-child, .top-companies .owl-item.active:last-child {
	opacity: .6;
}

/*Visa*/
.visa-section {
    padding: 60px 0;
}

.visa-card, .visa_bg {
    border-radius: 30px;
}
.visa-card {
    position: relative;
    border-radius: 30px;
    text-align: center;
    padding: 0;
    height: 100%;
    transition: 0.3s ease;
}
.visa-card h3 {
    margin-bottom: 20px;
}

.visa-card p {
    font-size: 18px;
}
.visa-card img.city-img {
    width: 100%;
    border-radius: 0 0 30px 30px;
    margin-top: 40px;
}

.flag-circle {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
 

.bg-thailand {
    background: #7fc2ff;
}

.bg-us {
    background: #e8eeee;
}

.bg-uk {
    background: #f3efe4;
}
/*Visa-End*/
















.c_vido {
    background-color: transparent;
    padding: 10px 10px 10px 10px;
    background-image: linear-gradient(180deg, #773537 0%, #670B0E 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #946061;
    border-radius: 20px 20px 20px 20px;
}
.cbt_main {
    margin-top: -90px;
}
.c_vido {
    width: 450px;
}
.c_img {
    width: 40%;
}
.c_txt {
    width: 55%;
    text-align: left;
}
.c_txt p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.c_txt h5 {
    margin: 0 0 4px;
    font-size: 23px;
    color: #fff;
}
.c_rev {
    width: 320px;
}
.bg-breadcrumb {
    padding: 40px 0;
    transition: 0.5s;
}
.work-img i {
    font-size: 40px;
}
.work-item {
    box-shadow: 0 0 .25rem rgba(0,0,0,.075) !important;
    padding: 60px 10px 40px;
    border-radius: 10px;
}
.accordion-button:not(.collapsed), .accordion-button {
    color: #000;
}
.accordion-button:not(.collapsed), .accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    padding: 1rem 2rem;
}
.accordion-collapse.collapse.show .accordion-body {
	padding-top: 0;
}
.accordion-button {
    padding: 2.5rem 4rem;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: transparent;
	border: none;
    border-top: 2px solid rgba(0,0,0,.125);
    border-bottom: 2px solid rgba(0,0,0,.125);
}
.accordion-button {
    background-color: transparent;
}
.abt-list {
    list-style: none;
}
.abt-list li {
    width: 50%;
    margin: 10px 0;
}
.imgt_right {
    overflow: hidden;
}
.imgt_right, .imgt_right img {
    height: 268px;
}
.imgt_right img {
	object-fit: cover;
}
.abttxt {
	    align-items: center;
}
.videobox {
	
}
img.play-btn {
    width: 60px;
}
.videobtn {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    top: 30%;
}
.videobtn p {
	margin-top: 40px;
}
.vmain {
	height: 500px;
}
.vmain {
	border-radius: 10px 10px 0 0;
}

.videolinks {
    background: #0c0b0a;
}
.count {
    width: 36px;
    height: 34px;
    background: #000;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    border-radius: 5px;
}
.countxt {
    width: 86%;
}
.countxt a {
    font-size: 14px;
}
.countxt p {
    line-height: 22px;
    margin: 0;
    color: #fff;
}
.videolinks {
    background: #0c0b0a;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
    border-radius: 0 0 12px 12px;
}
.bg-o {
	background: #fcf9c1;
}
ul.side_list {
    margin: 0;
    padding: 4px 1px 18px;
}
ul.side_list li {
    margin: 6px 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #303030;
}
.leftblock .block_heading h5 {
    margin: 0;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    margin: 2px;
}
span.cat_r {
    background: #fff;
    color: #6c757d;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    font-size: 13px;
    letter-spacing: 0px;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.showreslts, .shorting_filter {
    width: auto;
}
.dropdown .btn {
    font-weight: 500;
    border: solid 1px #787878;
}
.job-header ul.dropdown-menu a {
    width: 100%;
    color: #787878;
    font-size: 14px;
    padding: 15px;
}
.job-header ul.dropdown-menu a:hover {
    color: #000;
}
.p_footer {
    justify-content: space-between;
	
}
.jf_list {
    margin: 0;
    padding: 0;
}
.jf_list li {
    margin-right: 30px;
}
.jf_list li i {
    color: #000;
    margin-right: 6px;
}
.job-post {
    box-shadow: 0 0 .25rem rgba(0,0,0,.075) !important;
    padding: 30px 40px;
    border-radius: 10px;
    margin: 20px 0;
}
.titlelogo {
    width: 50px;
}
.syjob {
    color: #000;
    font-size: 20px;
    border-radius: 60px;
    padding: 10px;
}
.syjob, .cremain {
	width: 100%;
    max-width: 800px;
}
.current_jobs {
	width: 100%;
    max-width: 1000px;
}
.currentjob_list {
    max-width: 566px;
    width: 100%;
}
.dropdown .btn.syjob i {
    margin-left: 10px;
    margin-top: 3px;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
 
.bg-dark {
    background-color: #000!important;
}
.cremain {
    color: #fff;
    padding: 18px 90px;
    font-size: 20px;
    border-radius: 60px;
    margin-top: 40px;
}
.avain {
    top: -19px;
    left: 33%;
    padding: 2px 50px;
    font-size: 16px;
    border-radius: 22px;
}
.current_jobs {
    padding: 10px 20px;
}
.current_head {
	font-size: 14px;
}
.current_head h4 {
    font-size: 18px;
    margin: 0;
}
.userbtn:hover {
	background: #000 !important;
}
.bg-secondary {
    background-color: #ddd736 !important;
	color: #000;
}
a.bg-secondary:hover, .btn.bg-secondary:hover, .btn.bg-new:hover, a.bg-new:hover {
    background-color: #000 !important;
	color: #ddd736;
}
.bigbtn {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 50px;
    max-width: 600px;
    width: 100%;
}
.btn.bg-new, a.bg-new {
	border: solid 1px #f5f0c1;
}
.btn.bg-new:hover, a.bg-new:hover {
	border-color: #f5f0c1;
}
.btn-border {
    border: solid 1px  #000;
    color: #000;
}
/* Profile-circle */
.progress-circle-sm {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: conic-gradient(
    #ddd736 calc(var(--percent) * 1%),
    #e9ecef 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 7px;
  font-weight: 600;
  color: #ddd736;
}

.progress-circle-sm::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.current_jobs .titlelogo {
    width: 40px;
}
.jobfilterbox a, .currentjob_list li {
    background: #f4f4f4;
    color: #000;
}
.jobfilterbox a, .currentjob_list li {
    margin: 6px;
    padding: 3px 40px;
    border-radius: 30px;
    height: 36px;
    line-height: 30px;
}
.jobfilterbox {
    padding: 20px;
    max-width: 800px;
}
.selectyourjob .collapse:not(.show) {
    display: none!important;
}
.curcontact {
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    margin-top: 80px;
    margin-bottom: 10px;
}
.curcontact:hover {
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.userbtn {
	background: #000;
	color: #fff;
}	
.userbtn {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.btn-light {
    color: #fff;
	background: #323232;
    border: none;
}
/*.plan_box, .plan_box h5 {
    color: #fff;
}*/
.plan_box h5 {
    font-weight: 600 !important;
    font-size: 22px;
}
.plan_box h5 span {
    font-weight: 500!important;
    font-size: 18px;
}
.jobs_plan li {
    margin: 10px 0;
}
.jobs_plan {
    border: solid 2px #000;
}
.sub_btn {
    background: #000;
    color: #fff;
    border-radius: 40px;
    padding: 4px 18px;
}
.plan_box {
    max-width: 280px;
}
.profile_img {
    width: 70px;
}
.profile_img, .profile_img img {
    height: 70px;
}
.profile_img img {
    border-radius: 50%;
}
.border-1 {
	border: solid 1px #dfdfdf;
}
.down_resume {
    padding-top: 100px;
}
ul.tech_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.tech_list li {
    width: 50%;
    font-size: 14px;
    margin: 3px 0;
}
.edpre a {
	color: #ddd736;
}
.edpre a:hover {
	color: #000;
}
.tech_list i {
    font-size: 12px;
    margin-right: 2px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
}
.leftpronav {
	padding: 40px 0;
}
.petec_list a {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.avatar {
    color: #ffff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 500;
    margin-right: 10px;
}
.avatar_txt {
    width: 220px;
}
.avatar_txt strong, .avatar_txt small {
    width: 100%;
    line-height: 20px;
}
.avatar_txt strong {
    font-weight: 700!important;
	font-size: 18px;
}
.avatar_txt small {
	font-size: 14px;
}
.testimonial-card {
    border: solid 1px #d9d9d9;
    border-radius: 12px;
    padding: 25px;
}
.leftpronav li a {
    border: solid 1px transparent;
    border-radius: 10px;
    margin-bottom: 4px;
}
.leftpronav li a:hover, .leftpronav li a.activetab {
	    border-color: #dfdfdf;
		    background: #fdfee7;
	
}
.stars {
    color: #f6bb06;
    font-size: 20px;
    margin: 6px 0 10px;
}
span.extra-text {
    display: none;
}
.progress-bar {
    color: #fff;
    background-color: #ddd736;
}
.form_resume .form-control {
    padding: .375rem .75rem;
    background-color: #f2f5f9 !important;
    border-radius: 3px;
}
.form_resume {
    padding: 20px;
}
.form-group {
    margin: 12px 0;
}
.form-group label {
    margin-bottom: 2px;
    width: 100%;
}
ul.deslist {
    list-style-type: circle;
    padding: 0 0 0 20px;
    display: inline-block;
}
.rside_list {
    padding: 0;
    margin: 10px 0 0;
}
.rside_list li {
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%;
}
.rside_list li i {
    margin-right: 15px;
    margin-top: 5px;
    color: #000;
}
.rside_list li span.cat_l {
    width: 220px;
}
.rside_list span.cat_l strong {
    width: 100%;
    float: left;
    font-size: 16px;
}
.mapframe iframe {
	height: 300px;
}
.drbig {
    font-size: 40px;
	font-weight: 600;
}
.drsmall {
    font-size: 18px;
}
.hirem {
    width: 33.33%;
}
.prvi {
    color: #000;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
/* Download App*/

.homec-btn {
    background: #7166F0;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    transition: all 0.5s ease;
    max-width: fit-content;
    cursor: pointer;
    height: 60px;
    font-size: 18px;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
}
.homec-bg-primary-color {
    background-color: #560406;
}
.homec-bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section {
    display: block;
}
.homec-shape {
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
}
.zi {
	z-index: 9;
}
.download-app__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.download-app__content {
    display: flex;
    flex-direction: column;
    max-width: 56%;
    position: relative;
}
.download-app__img {
    width: 32%;
}
.homec-section__head {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
:focus-visible {
    outline: none;
}
.download__app-button {
    display: flex;
    gap: 25px;
}
.download__app-button .homec-btn {
    background: #111111;
    border-radius: 100px;
    border: none;
    color: #fff;
    padding: 6px 30px;
    transition: all 0.3s ease;
}
.homec-btn {
    height: 52px;
    line-height: 44px;
}
.homec-btn__download {
    gap: 12px;
}
.homec-btn__download .btn-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.homec-btn__download span {
    color: #a0a0a0;
    font-size: 12px;
    line-height: initial;
}
.homec-btn__download p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.download__app-button i {
    font-size: 25px;
    margin-right: 6px;
}
.homec-btn span, .homec-btn svg, .homec-btn i, .homec-btn p, .homec-btn span {
    z-index: 111;
    position: relative;
    transition: all 0.5s ease;
}
.bg-light {
    background-color: #fcf8d3 !important;
}
.homec-btn__download:hover span {
    color: #fff;
}
.homec-shape-single.homec-shape-11 {
    top: 10%;
    left: 10%;
    animation: tptranslateX2 6s infinite alternate;
}
.homec-shape-single.homec-shape-12 {
    left: 22%;
    top: 22%;
    animation: moving 15s linear infinite;
}
.homec-shape-single.homec-shape-13 {
    left: 30%;
    bottom: 10%;
    animation: moving 15s linear infinite;
}
.homec-shape-single {
    position: absolute;
}
.tcin {
    --align-self: flex-end;
}

/* stats-section */

.stats-section {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}
.stats-box {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.stat-item {
    border-right: 2px solid #7a0000;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item h2 {
    font-family: "Prata", Sans-serif;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.4em;
    color: #560406;
}

.stat-item p {
    font-family: "Prata", Sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    margin: 0;
}


/* Responsive */
@media (max-width: 768px) {
    .stat-item {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
    }

    .stat-item:last-child {
        border-bottom: none;
    }
}

/* Download App End */




/* Subtitle */
.section-subtitle {
    color: #b22327;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

/* Main Heading */

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    display: inline-block;
    width: 100%;
}

.section-title span {
    color: #b22327;
}

/* Grid Borders */

.practice-item {
    padding: 24px 30px 10px;
    border-right: 1px solid #ddd;
}

.practice-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-bottom: 10px;
}
.why-section p, .why-section li, .litigation-text, .business-content p {
    font-size: 18px;
    line-height: 30px;
}
.practice-section, .why-section {
    padding: 20px 0 40px;
}
.stats-section, .litigation-section, .family-section, .securejob {
    padding: 80px 0;
}
 .visa-text {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 30px;
}
/* Icon */
.icon-box {
    width: 70px;
    margin-right: 20px;
}

.icon-box img, .family-section .icon-circle img {
    width: 68px;
}
.icon-txt {
    width: 240px;
}
span.nv-button-icon {
    background: #fff;
    color: #b22327;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px;
}
.callnavbtn:hover span.nv-button-icon {
    background: #b22327;
    color: #fff;
}
span.nv-button-txt {
    width: 130px;
    text-align: left;
    margin-top: 16px;
}
.nv-button-txt sup {
    width: 100%;
    float: left;
}
.btn-outline-danger {
    border-color: #b22327!important;
	border-width: 1px;
} 
.service-card .icon-txt {
    width: 196px;
}
.mx-60 {
	max-width: 60%;
}
/** ticker **/

.logo-ticker {
    overflow: hidden;
    background: #fff;
    padding: 40px 0 0;
    position: relative;
}

.logo-slider {
    display: flex;
    width: max-content;
    animation: ticker 25s linear infinite;
    margin: 40px 0 0;
}

.logo-item {
    flex: 0 0 auto;
    padding: 0 40px;
}

.logo-item img {
    max-height: 130px;
    object-fit: contain;
    transition: 0.3s ease;
}
.logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.recommended_sec {
	padding: 80px 0 40px;
}
.recommended_sec p {
    margin: 0;
}
.recommended_sec p img {
    margin: 10px 20px;
}

/* Perfect seamless animation */
@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .logo-item {
        padding: 0 20px;
    }

    .logo-item img {
        max-height: 50px;
    }
}

.faq-section {
    padding: 80px 0 10px;
}

.faq-title {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 50px;
}

.accordion-item {
    border: 1px solid #eee;
    border-radius: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.accordion-button {
    font-size: 22px;
    font-weight: 500;
    padding: 25px 30px;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    box-shadow: none;
}

.accordion-body {
    padding: 0 30px 25px 30px;
    font-size: 17px;
    line-height: 1.7;
}

.accordion-button::after {
    background-size: 18px;
}
.accordion-item:has(.accordion-collapse.show) {
    border: 1px solid #b22327;
}
.accordion-item:has(.accordion-collapse.show) .accordion-button:not(.collapsed), .accordion-button:hover {
    color: #b22327;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 32px;
    }

    .accordion-button {
        font-size: 18px;
        padding: 20px;
    }

    .accordion-body {
        font-size: 15px;
        padding: 0 20px 20px 20px;
    }
}

/* Remove last border */


/** Contact-Sec **/

.contact-section {
    padding: 20px 15px 60px;
}

.contact-wrapper{
    max-width:900px;
    margin:auto;
    border:2px solid #b22327;
    border-radius:40px;
    padding:70px 50px;
    text-align:center;
}

.contact-subtitle{
    color:#b22327;
    letter-spacing:3px;
    font-weight:600;
    margin-bottom:15px;
}

.contact-title {
    margin-bottom:20px;
	font-size: 46px;
}

.contact-text{
    font-size:18px;
    margin-bottom:50px;
}

.form-control {
    border-radius: 50px;
    padding: 14px 22px;
    border: 1px solid #ddd;
    margin-bottom: 18px;
}

textarea.form-control{
    border-radius:25px;
    padding:20px 25px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#b22327;
}

.submit-btn{
    background:#b22327;
    color:#fff;
    padding:18px 40px;
    border-radius:50px;
    font-size:18px;
    font-weight:500;
    transition:0.3s;
}
.callnavbtn {
    width: 230px;
}
.co_office {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0;
}
.form_main {
    border: 1px solid #b22327;
    padding: 50px 40px;
    border-radius: 30px;
}

/** Contact-Sec-end **/

/** Contact-right **/

.office-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    min-height: 482px;
    display: flex;
    align-items: flex-end;
}

.office-card img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.office-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(178,35,39,0.95) 50%, rgba(178,35,39,0.3) 100%);
}

.office-content {
    position: relative;
    z-index: 3;
    padding: 30px 30px;
}

.office-title {
    font-size: 22px;
    margin-bottom: 12px;
    color: #fff;
}
.office-name {
    font-size: 18px;
    font-weight: 600;
}
.office-text {
    margin: 8px 0;
    color: #E2ACAC;
}
.contact-item strong {
    color: #fff;
    font-weight: 700!important;
}
.contact-item {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 500;
}

.contact-item i{
    margin-right:10px;
}

.link-text{
    margin-top:15px;
    display:block;
    font-weight:500;
    text-decoration:none;
    color:#fff;
}
.link-text:hover {
    text-decoration: underline;
    color: #fff;
}

@media(max-width:768px){
    .office-content{
        padding:25px;
    }
    .office-title{
        font-size:24px;
    }
}

/** Contact-right-end **/


/* Responsive */
@media (max-width:768px){

.contact-wrapper{
    padding:50px 25px;
}

.contact-title{
    font-size:34px;
}

.contact-text{
    font-size:16px;
}
}

/** Contact-Sec-End **/

.practice-item:last-child {
    border-right: none;
}
.service-card {
    background: #fff;
    color: #000;
    border-radius: 24px;
}
.litigation-section .service-card h4, .litigation-section .service-card p, .litigation-section .service-card li {
    color: #000 !important;
}
.service-card {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 30px 24px 30px 24px;
    height: 100%;
}
/* Responsive */
@media (max-width: 768px) {
    .practice-item {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}


/* family-section */



.family-section .service-card {
    position: relative;
    border: 1px solid #b22327;
    border-radius: 25px;
    padding: 60px 30px 40px;
    text-align: center;
    background: #fff;
    transition: 0.3s ease;
	box-shadow: 0px 13px 13px 0px rgba(86, 3.9999999999999982, 6.000000000000002, 0.1);
}

.family-section .service-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.family-section .icon-circle {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: #fff;
    border: 2px solid #560406;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
	overflow: hidden;
}
 
.family-section .service-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.family-section .service-card p {
    font-size: 15px;
    color: #666;
    min-height: 70px;
}
 
.check-list i {
	color: #b22327;
}
ul.check-list {
    padding: 0;
    margin-bottom: .5rem;
}
ul.check-list li {
    margin: 3px  0;
}
/* family-section-end */



.text-primary {
    color: #000 !important;
}
.hero_sec {
    overflow: hidden;
    padding-bottom: 80px!important;
}
.hero_sec .hero_bg {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.topbar .dropdown-toggle::after, .navbar-light .navbar-nav .nav-item:hover, .navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #d4aa00;
}
.bg-lightnew {
	background: #fdfee7;
}
.homec-shape-single {
    position: absolute;
}
.homec-shape-single.homec-shape-10 {
    bottom: 0;
    animation: moving 8s linear infinite;
}
.homec-shape img {
    animation: floatApp 4s ease-in-out infinite;
}

/**Testimonial**/



/**form**/

.formbox_in {
    width: 470px;
    border: solid 2px;
}
.formbox_in {
	
}
.jobseek i {
    font-size: 63px;
}
span.jobsee_text {
    width: 70%;
}
.jobsee_text h5 {
    margin: 0;
    text-transform: uppercase;
}
.jobsee_text p {
    font-size: 14px;
    margin: 0;
    line-height: 19px;
}
.jobseek {
    padding: 30px 40px;
    border-radius: 20px;
    margin: 20px 0px;
    border: solid 1px rgb(221, 215, 54) !important;
}
.jobseek:hover {
    background: rgb(221, 215, 54) !important;
}
.popupclose {
    position: absolute;
    right: 30px;
    top: 30px;
}
.eotp {
    text-align: center;
    margin: 0;
}
.otptxt input {
    width: 50px;
    border-radius: 4px;
    border: solid 1px #ccc;
    height: 44px;
    margin: 4px;
    text-align: center;
}
.number_box span, .number_box input {
    background: #fafafa;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 8px;
    margin: 0 2px;
}
.number_box input {
    width: 84%;
}
.green_bg {
	background: #258f2d;
}
.jobposttab .nav-pills .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 7px 70px;
    border: solid 1px #000;
    margin: 0 2px;
}
.jobposttab .nav-link {
    color: #000;
}
.jobposttab .nav-pills .nav-link.active, .jobposttab .nav-pills .show>.nav-link, .bg_green {
    color: #fff;
    background-color: #128a3a;
}
.modal-content {
    background-color: rgba(255,255,255,.9);
}
.user-btn {
	border-radius: 50%;
}
.nav-btn .user-btn {
    border-radius: 50%!important;
}
.bg-yellow {
	background: #f9e231;
	color: #000;
}
.form_sec .form-group label {
    color: #000;
    font-size: 18px;
}
.formouter {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .075) !important;
    border: solid 1px #ccc;
    padding: 36px 4%;
}
.formouter .form-control {
    padding: 1rem .96rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.gender-field {
  font-family: Arial, sans-serif;
}

.gender-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.gender-options {
  display: flex;
  width: 160px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.gender-options input {
  display: none;
}

.gender-options label {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  background: #fff5f5;
  color: #333;
  font-weight: 500;
}

/* Active state */
.gender-options input:checked + label {
  background: #8ff0d2;
  color: #000;
}
 
.location-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.location-input {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  padding: 8px 10px;
  margin-bottom: 12px;
}

.location-input .icon {
  margin-right: 8px;
}

.location-input input {
  border: none;
  outline: none;
  width: 100%;
}

.location-field .btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.location-field .btn:hover {
    color: #fff;
	background: #ddd736 !important;
}
.current-location {
  background-color: #128a3a;
  color: #fff;
}

.manual-location {
  background-color: #000;
  color: #fff;
}
.option-card {
  background: #fff;
  border-radius: 14px;
  padding: 50px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

.option-card i {
  font-size: 28px;
  margin-bottom: 10px;
}

.option-card p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    color: #128a3a;
}
.option-card:hover, .form_sec .form-group label:hover {
    color: #128a3a;
}
.tandc .form-check-input:checked {
    background-color: #128a3a;
    border-color: #128a3a;
}
 
 .modal-backdrop {
    z-index: 9;
    background-color: rgba(0,0,1);
}
.form-control:disabled, .form-control:read-only {
    background-color: transparent;
    opacity: 1;
}
select {
	cursor: pointer;
}
textarea {
	resize: none;
	height: 200px;
}
/****
      Media
	        ******/
@media(min-width:0px) and (max-width:767px) {
.mb-mt {
	margin-top: 18px;
}
.carousel-caption h1 {
    line-height: 44px;
}
.form_field {
    width: 47%;
}
.first_field {
    width: 96%;
}
.form_field {
    border: solid 1px #e4e5e8;
    margin: 4px;
    padding: 6px 10px;
    border-radius: 4px;
}
.sliderfield::placeholder {
  font-size: 16px;
}
.formbox i {
    font-size: 18px;
}
.testimonial-item {
    width: 100%;
}
.comp_list li {
    width: 73px;
}
.comp_list img {
    border: solid 1px #ccc;
    width: 98px;
    border-radius: 4px;
}
.fjobin {
    padding: 40px 10%;
    font-size: 19px;
	width: 100%;
}
.counter-counting .fs-2, .counter-item .ct_txt {
    font-size: 40px!important;
}
.counter-item {
    border: solid 1px #fff;
    padding: 20px;
    border-radius: 14px;
    margin: 10px;
}
.owl-carousel.owl-drag .owl-item {
    margin-top: 50px;
}
a.download-app {
    font-size: 22px;
    padding: 10px 32px;
    margin-top: 20px;
}
.jf_list {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}
.jf_list li {
    margin: 5px 14px 0 0;
}
.p_footer .btn {
	margin: 0;
}
.job-post {
    padding: 20px;
}
.title_hed h4 {
    margin-bottom: 1px;
}
}

/**mega-menu-start**/

/* Navbar Background */
.navbar {
    background: #560406;
}

.navbar .nav-link {
    color: #fff;
    font-weight: 500;
}

.navbar .nav-link:hover {
    color: #ffc107;
}

/* Desktop Mega Menu */
@media (min-width: 992px) {

    .mega-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        padding: 30px;
        display: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .mega-dropdown:hover .mega-menu {
        display: block;
    }

    .dropdown-arrow {
        display: none;
    }
}

/* Mobile Mega Menu */
/* Navbar Background */
.navbar {
    background: #560406;
}

.navbar .nav-link {
    color: #fff;
    font-weight: 500;
}

.navbar .nav-link:hover {
    color: #ffc107;
}

/* Desktop Mega Menu */
@media (min-width: 992px) {

    .mega-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        padding: 30px;
        display: none;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .mega-dropdown:hover .mega-menu {
        display: block;
    }

    .dropdown-arrow {
        display: none;
    }
}

/* Mobile Mega Menu */
/* Navbar Background */
.navbar-custom {
    background: linear-gradient(to right, #560406, #7b0d10);
}

/* Nav links */
.navbar-custom .nav-link {
    color: #fff;
    font-weight: 500;
}

.navbar-custom .nav-link:hover {
    color: #ffc107;
}

/* Mega Menu Desktop */
@media (min-width: 992px) {
    .mega-dropdown {
        position: static;
    }

    .mega-menu {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 30px;
        background: #fff;
        border-top: 3px solid #b22327;
        display: none;
    }

    .mega-dropdown:hover .mega-menu {
        display: block;
    }

    .mega-menu h6 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .mega-menu a {
        text-decoration: none;
        color: #333;
        display: block;
        margin-bottom: 8px;
    }

    .mega-menu a:hover {
        color: #b22327;
    }
}

/* Mobile collapse style */
.main-navbar {
  background: #6a0508;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  margin: 0 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffc107;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  background: #ffffff;
}

.mega-menu a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 4px 0;
}

.mega-menu a:hover {
  color: #b22327;
}

.mega-dropdown {
  position: static;
}

@media (max-width: 991px) {
  .mega-menu {
    width: 100%;
  }
}


/**mega-menu-start**/

p.small {
    white-space: normal;
}

/**mega-menu-end**/

/**need to remove this code after menu setiing**/
/**.navbar .nav-item .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
	transform: none;
}**/

