/*
::

:: 
*/

/*
01 :: Reset Page Css
02 :: Style Page Css
    01-  :: Loading
    02-  :: Header Navs
        01- :: Navbar Top
        02- :: Navbar
    03-  :: Search Box
    04-  :: Menu Box
    05-  :: Header
        01- :: Header 1
        02- :: Header 2
        03- :: Header 3
    06-  :: Features
        01- :: Features 1
        02- :: Features 2
        03- :: Features 3
    07-  :: About Us
        01- :: About Us 1
        02- :: About Us 2
        03- :: About Us 3
        04- :: About Us 4
    08-  :: Skills
    09-  :: Practice Area
        01- :: Practice Area 1
        02- :: Practice Area 2
        03- :: Practice Area 3
    10-  :: History
        01- :: History 1
        02- :: History 2
    11-  :: Quote
    12-  :: Sponsors
    13-  :: Case Study
    14-  :: Contact
    15-  :: Advisors
        01- :: Advisors 1
        02- :: Advisors 2
    16-  :: Provide
    17-  :: Statistic
    18-  :: Presentation
    19-  :: Testimonial
    20-  :: Testimonial And Subscribe
    21-  :: Blog
    22-  :: Footer
    23-  :: Scroll Up
*/

/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* :: Body */
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #262b3e;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #c89d66;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #c89d66;
    color: #fff;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #fff;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Playfair Display', serif; */
    margin: 0;
    padding: 0;
}

p {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh !important;
}

/* :: My Classes */
.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000ab;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000ab;
}

.btn-1 {
    font-size: 16px;
    color: #173b77;
    text-transform: capitalize;
    padding: 0 30px;
    line-height: 50px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to right, #e91e63, #9c27b0) border-box;
    border-radius: 15em;
    border: 3px solid transparent;
}

.btn-1:hover {
    border: 3px solid #262b3e;
    color: #c89d66;
    background-color: #262b3e;
}

.btn-2:hover {
    border: 2px solid #fff;
    color: #c89d66;
    background-color: #fff;
}

.btn-3 {
    background-color: #fff;
    color: #c89d66;
    border-color: #fff;
}

.btn-4 {
    background-color: #fff;
    color: #c89d66;
    border-color: #fff;
}

.btn-4:hover {
    border: 2px solid #c89d66;
    color: #fff;
    background-color: #c89d66;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: #c89d66;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.sec-title h3 {
    color: #262b3e;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.3;
}

.sec-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.sec-title-2 h2:after {
    content: "";
    background-color: #c89d66;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title-3 h2 {
    margin-bottom: 10px;
}

.sec-title-3 h2:after {
    content: "";
    background-color: #c89d66;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

.bg-section {
    background-image: url(../images/history/01_history.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #c89d66;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

/* :: Header Navs */
header.navs {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

/* header.navs.active {
	position: unset;
} */

/* :: Navbar Top */
.nav-top {
    border-bottom: 1px solid rgb(249 249 249 / 0.2);
}

.nav-top .nav-top-box ul li {
    display: inline-block;
}

.nav-top .nav-top-box ul.info li {
    color: #fff;
    font-size: 13px;
    padding: 15px;
    line-height: 1.1;
    border-left: 1px solid rgb(249 249 249 / 0.2);
}

.nav-top .nav-top-box ul.info li:first-of-type {
    padding-left: 0;
    border-left: none;
}

.nav-top .nav-top-box ul.info li:last-of-type {
    padding-right: 0;
}

.nav-top .nav-top-box ul li span {
    color: #fff;
}

.nav-top .nav-top-box ul li a.icon {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.nav-top .nav-top-box ul li a.icon:hover {
    color: #c89d66;
}

.nav-top .nav-top-box ul li .btn-1 {
    border-radius: 0;
    margin-left: 15px;
    line-height: 40px;
}

/* :: Navbar */
/* .nav-bar.active{
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
            box-shadow: 0 3px 4px rgba(0,0,0,.07);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
} */
.nav-bar .logo .logo-nav {
    display: block;
}

.nav-bar .logo .logo-nav img {
    width: 300px;
}

.nav-bar .logo .logo-nav img.two,
.nav-bar.active .logo .logo-nav img.one {
    display: none;
}

.nav-bar.active .logo .logo-nav img.two {
    display: block;
}

.nav-bar .nav-bar-link > ul > li {
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 5px;
}

.nav-bar .nav-bar-link ul li a {
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    text-align: center;
}

.nav-bar .nav-bar-link ul li a:before {
    /* content: ''; */
    background-color: #c89d66;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-bar .nav-bar-link ul li a:hover:before,
.nav-bar .nav-bar-link ul li .color-active:before {
    width: 100%;
}

.nav-bar.active .nav-bar-link ul li a {
    color: #262b3e;
}

.nav-bar.active .nav-bar-link > ul ul li a {
    color: #f1f1f1;
}

.nav-bar .nav-bar-link ul li a:hover,
.nav-bar .nav-bar-link ul li a.color-active,
.nav-bar.active .nav-bar-link > ul ul li:hover a {
    color: #151515;
}

.nav-bar .nav-bar-link > ul ul {
    position: absolute;
    z-index: 2;
    background-color: #575757;
    border-radius: 2px;
    padding: 20px 0;
    left: -70px;
    min-width: 280px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    border-left: 3px solid #ffffff;
    top: 75px;
}

.nav-bar .nav-bar-link > ul li:hover > ul {
    -webkit-transform: translateY(00px);
    -ms-transform: translateY(00px);
    transform: translateY(00px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .nav-bar-link > ul ul li {
    position: relative;
    padding: 0 10px 0 20px;
}

.nav-bar .nav-bar-link > ul ul li a {
    color: #ffffff !important;
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px solid rgb(249 249 249 / 46%);
    padding: 4px;
    width: 100%;
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
    display: inline-block;
}

.nav-bar .nav-bar-link > ul ul li:hover a {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.nav-bar .nav-bar-link > ul ul ul {
    left: 100%;
    top: 0;
}

.nav-bar .nav-bar-link > ul ul ul li a {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    color: #ffffff !important;
}

.nav-bar .nav-bar-link > ul ul ul li:hover a {
    -webkit-transform: translateX(10px) !important;
    -ms-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
    color: #c89d66 !important;
}

.nav-bar .nav-bar-link .level-1:last-of-type li a {
    padding-right: 0px;
}

.nav-bar .nav-bar-link .level-1:last-of-type li:last-of-type a {
    margin: 0;
    border-bottom: 1px solid #ffffff80;
}

.nav-bar .info-nav i {
    float: left;
    font-size: 30px;
    color: #f1f1f1;
    line-height: 1.3;
}

.nav-bar .info-nav .contact-nav {
    padding-left: 45px;
}

.nav-bar .info-nav .contact-nav p {
    color: #f1f1f1;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.nav-bar .info-nav .contact-nav span {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

.nav-bar.active .info-nav i {
    color: #c89d66;
}

.nav-bar.active .info-nav .contact-nav p,
.nav-bar.active .info-nav .contact-nav span {
    color: #262b3e;
}

.nav-bar .icon li {
    display: inline-block;
}

.nav-bar .icon li .icon-item {
    color: #fff;
    font-size: 16px;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
}

.nav-bar.active .icon li .icon-item {
    color: #262b3e;
}

.nav-bar .icon li:last-of-type .icon-item {
    margin-right: 0;
}

.nav-bar .icon li:hover .icon-item i {
    color: #c89d66;
}

.nav-bar .icon li.cart .cart-popup {
    background-color: #262b3e;
    padding: 30px;
    position: absolute;
    right: 20px;
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    box-shadow: 0 8px 80px rgba(40, 40, 40, 0.08);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

.nav-bar .icon li.cart:hover .cart-popup {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-bar .icon li.cart .cart-popup .item {
    position: relative;
    border-bottom: 1px solid rgb(249 249 249 / 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav-bar .icon li.cart .cart-popup .item img {
    width: 50px;
    height: 50px;
    float: left;
}

.nav-bar .icon li.cart .cart-popup .item .item-content {
    padding-left: 65px;
    padding-right: 25px;
}

.nav-bar .icon li.cart .cart-popup .item .item-content div {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: bold;
}

.nav-bar .icon li.cart .cart-popup .item .item-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #f1f1f1;
}

.nav-bar .icon li.cart .cart-popup .item .delete-item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #262b3e;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-bar .icon li.cart .cart-popup .item .delete-item:hover {
    background-color: #c89d66;
}

.nav-bar .icon li.cart .cart-popup .subtotal span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #f1f1f1;
}

.nav-bar .icon li.cart .cart-popup .subtotal span:last-of-type {
    float: right;
    color: #c89d66;
}

.nav-bar .icon li.cart .cart-popup .button-cart {
    margin-top: 20px;
}

.nav-bar .icon li.cart .cart-popup .button-cart button {
    outline: none;
    padding: 0 22px;
}

.nav-bar .icon li.cart .cart-popup .button-cart button:first-of-type {
    margin-right: 10px;
}

.nav-bar .icon li.cart .cart-popup .button-cart a {
    padding: 0 18px;
    line-height: 45px;
}

.nav-bar .icon li.cart .cart-popup .button-cart a:first-of-type {
    margin-right: 16px;
}

/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(38 43 62 / 0.9);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 35px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
}

.search-box form input:focus {
    border-bottom: 1px solid #c89d66;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    font-size: 25px;
    color: #c89d66;
    border: 0;
    outline: none;
}

.search-box .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.search-box .close-search:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #c89d66;
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 20px;
}

.menu-box .inner-menu .website-info .logo img {
    width: 150px;
}

.menu-box .inner-menu .website-info p {
    text-transform: capitalize;
    font-size: 14px;
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #262b3e;
}

.menu-box .inner-menu .contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i {
    color: #c89d66;
    font-size: 24px;
    float: left;
    line-height: 1.4;
}

.menu-box .inner-menu .contact-info .contact-box .box {
    padding-left: 40px;
}

.menu-box .inner-menu .contact-info .contact-box .box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
}

.menu-box .inner-menu .follow-us .icon-follow li {
    display: inline-block;
}

.menu-box .inner-menu .follow-us .icon-follow li a {
    background-color: #f1f1f1;
    display: inline-block;
    color: #c89d66;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 12px;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a {
    background-color: #c89d66;
    color: #fff;
}

.exit-menu-box {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #c89d66;
    width: 35px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.exit-menu-box:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* :: Header */
.header {
    height: 103vh !important;
}

.header .header-owl {
    height: 100%;
}

.header .header-owl .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header .banner .headline-top {
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
}

.header .banner .handline {
    color: #fff;
    /* text-transform: capitalize; */
    font-weight: 600;
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: justify;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
}

.header-owl.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}

.header-owl.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}

.header-owl.owl-theme .owl-nav [class*="owl-"] i {
    font-size: 50px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.header-owl.owl-theme .owl-nav [class*="owl-"] i:hover {
    color: #c89d66;
}

.header-owl.owl-theme .owl-nav [class*="owl-"] i.flaticon-left-arrow {
    left: 10px;
}

.header-owl.owl-theme .owl-nav [class*="owl-"] i.flaticon-right-arrow {
    right: 10px;
}

.header-owl.owl-theme:hover .owl-nav [class*="owl-"] i {
    opacity: 1;
    visibility: visible;
}

.header-owl.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-owl.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-owl.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 20px;
    height: 6px;
    background-color: #fff;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-owl.owl-theme .owl-dots .owl-dot.active span,
.header-owl.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c89d66;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header 2 */
.header-2 .box-hero {
    position: relative;
    z-index: 1;
}

.header-2 .box-hero .banner,
.header-2 .box-hero .services-header {
    width: 50%;
}

.header-2 .box-hero .services-header .services-item {
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    min-width: 145px;
    min-height: 120px;
    display: inline-block;
    margin: 5px;
    padding: 20px;
    text-align: center;
}

.header-2 .box-hero .services-header .services-item:hover {
    background-color: #c89d66;
    color: #fff;
}

.header-2 .box-hero .services-header .services-item i {
    display: block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
}

.header-2 .box-hero .services-header .services-item span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

/* :: Header 3 */
.header-3 .box-hero .banner-3 {
    width: 100%;
}

/* :: Features */
.features .features-box {
    overflow: hidden;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    border-radius: 0px;
}

.features .features-box .features-item {
    width: 50%;
    float: left;
    margin: 0;
    padding: 30px 30px;
    background-color: #173b77;
    height: 350px;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.features .features-box .features-item i {
    float: left;
    font-size: 40px;
    color: #c89d66;
    line-height: 1;
}

.features .features-box .features-item:hover i {
    -webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}

.features .features-box .features-item .item-text {
    padding-left: 0px;
}

.features .features-box .features-item .item-text span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: #f1f1f1;
}

.features .features-box .features-item .item-text h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: 8px;
    text-align: center;
}

.features .features-box .features-item .item-text p {
    margin: 15px 0 0 0;
    color: #fff;
    text-align: justify;
}

.features .features-box .features-item:nth-of-type(2) {
    background-color: #b73a36;
}

.features .features-box .features-item:nth-of-type(2) i {
    color: #f1f1f1;
}

/* :: Features 2 */
.features-2 .features-box {
    margin-top: calc(-127px / 2);
}

.features-2 .features-box .features-item {
    padding: 35px 25px;
    background-color: #c89d66;
}

.features-2 .features-box .features-item:nth-of-type(2) {
    background-color: #262b3e;
}

.features-2 .features-box .features-item i {
    line-height: 1.4;
    color: #f1f1f1;
}

.features-2 .features-box .features-item:nth-of-type(2) i {
    color: #c89d66;
}

/* :: Features 3 */
.features-3 {
    background-color: #262b3e;
    padding: 50px 0 20px 0;
}

.features-3 .features-box {
    margin: 0;
    border-radius: 0;
}

.features-3 .features-box .features-item {
    width: auto;
    padding: 0 0 30px 0;
}

/* :: About Us */
.about .img-box {
    position: relative;
    margin-right: 40px;
}

.about .img-box .about-img img {
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(38 43 62 / 0.1);
    box-shadow: 0 1px 73px 0 rgb(38 43 62 / 0.1);
}

.about .img-box .case-about {
    position: absolute;
    background-color: #c89d66;
    min-width: 225px;
    padding: 40px;
    border-radius: 2px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
    border: 10px solid #fff;
}

.about .img-box .case-about i {
    font-size: 35px;
    line-height: 1;
    color: #fff;
    margin-bottom: 18px;
    display: block;
}

.about .img-box .case-about .counter {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.about .img-box .case-about h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    color: #fff;
}

.about .text-box .sec-title {
    margin-bottom: 10px;
}

.about .text-box .sec-title h3 {
    margin-bottom: 20px;
}

.core-about {
    overflow: hidden;
    padding-top: 20px;
}

.core-about li {
    margin-bottom: 12px;
    width: 100%;
}

.core-about li i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 8px;
    z-index: 99999999;
    position: relative;
}

.core-about li h4 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.about .text-box .p-about {
    margin-bottom: 30px;
}

.about .text-box .sign-about {
    width: 200px;
}

/* :: About Us 2 */
.about-2 .img-box {
    margin: 0;
    padding: 40px 0;
}

.about-2 .img-box:after {
    content: "";
    background-color: #c23535;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    z-index: -1;
}

.about-2 .text-box .sign-about {
    display: block;
    margin: 25px 0;
    width: 180px;
}

/* :: About Us 3 */
.about-3 .img-box {
    margin: 0;
    padding-bottom: 40px;
}

.about-3 p:last-of-type {
    margin-bottom: 30px;
}

.about-3 .img-box .experiance-item {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: #c89d66;
    padding: 30px;
    border-radius: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-3 .img-box .experiance-item i {
    font-size: 50px;
    line-height: 50px;
    float: left;
    color: #fff;
}

.about-3 .img-box .experiance-item .content {
    padding-left: 65px;
}

.about-3 .img-box .experiance-item .content .counter {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.about-3 .img-box .experiance-item .content .counter-name {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

/* :: About Us 4 */
.about-4.about-5 {
    padding-top: 0px !important;
}

.about-4 .img-box {
    margin: 0;
}

.about-4 .logo-box {
    position: absolute;
    top: 0;
    left: 60px;
    background: #c89d66;
    padding: 20px;
}

.about-4 .logo-box img {
    width: 40px;
}

.about-4 .text-box p:last-of-type {
    margin-bottom: 30px;
}

/* :: Skills */
.skills .skill-box {
    margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
    margin-bottom: 0;
}

.skills .skill-box .skill-top {
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}

.skills .skill-box .skill-top .name {
    text-transform: capitalize;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #262b3e;
    display: inline-block;
}

.skills .skill-box .skill-top .number {
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #262b3e;
    display: inline-block;
}

.skills .skill-box .skill-line {
    height: 10px;
    width: 100%;
    background-color: #f1f1f1;
}

.skills .skill-box .skill-line .line {
    height: 100%;
    width: 0%;
    background-color: #c89d66;
}

/* :: Practice Area */
.practice-area {
    background-color: #f9f9f9;
    background-image: url(../images/practice-area/01_practice-area.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.practice-area-item {
    padding: 20px 30px;
    margin-bottom: 30px;
    /* border: 3px solid #4a57a1; */
    border-radius: 50px;
    /* box-shadow: 9px 9px 5px #929292f7; */
    /* background-color: #4a57a1; */
    /* background-image: linear-gradient(to right, #4a57a1 , #F44336); */
    /* height: 240px; */
}

.practice-area-item:hover {
    /* background-color: #4a57a1; */
    /* border-color: #4a57a1; */
}

.practice-area-item i {
    float: left;
    font-size: 40px;
    line-height: 1;
    color: #c89d66;
}

.practice-area-item:hover i {
    -webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}

.practice-area-item .content {
    text-align: justify;
}

.practice-area-item .content h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}

.practice-area-item .content p {
    margin-bottom: 0;
    color: #000000;
}

.practice-area-item .content a {
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    color: #262b3e;
}

.practice-area-item:hover i,
.practice-area-item:hover .content h4,
.practice-area-item:hover .content p,
.practice-area-item:hover .content a {
    color: #fff;
}

/* :: Practice Area 2 */
.practice-area-2 {
    background-image: url(../images/practice-area/02_practice-area.jpg);
}

.practice-area-2 .sec-title h3 {
    color: #fff;
}

.practice-area-2 .sec-title p,
.history-2 .sec-title p {
    color: #f1f1f1;
}

.practice-area-2 .practice-area-item {
    border: 1px solid #f1f1f1;
}

.practice-area-2 .practice-area-item .content h4,
.practice-area-2 .practice-area-item .content a {
    color: #fff;
}

.practice-area-2 .practice-area-item .content p {
    color: #f1f1f1;
}

.practice-area-2 .practice-area-item:hover {
    border-color: #c89d66;
}

/* :: Practice Area 3 */
.practice-area-3 {
    background: #f9f9f9 url(../images/01_pattern.png);
}

.practice-area-3 .practice-area-item i {
    float: none;
    margin-bottom: 30px;
    display: inline-block;
}

.practice-area-3 .practice-area-item .content {
    padding: 0;
}

/* :: History */
.history {
    position: relative;
    padding-top: 100px;
}

.history .bg-section {
    height: calc(100% - 300px);
}

.history .sec-title h3 {
    color: #fff;
    margin-bottom: 0;
}

.history-line .box-line .head h4 {
    max-width: 100px;
    min-height: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.history-line .box-line .down {
    position: relative;
    padding: 15px 0 0 0;
    border-top: 1px solid #fff;
}

.history-line .box-line .down:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c89d66;
    position: absolute;
    top: -7px;
    left: 0;
    border-radius: 50%;
}

.history-line .box-line .down span {
    color: #fff;
    display: block;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.history-line .box-line .down span:last-of-type {
    margin: 0;
}

.history-line.owl-theme .owl-dots,
.history-line.owl-theme .owl-nav {
    display: none;
}

/* :: History 2 */
.history-2 .bg-section {
    height: calc(100% - 250px);
}

.history-2-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.history-2-item i {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    float: left;
}

.history-2-item .content {
    padding-left: 60px;
}

.history-2-item .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
}

.history-2-item .content p {
    margin-bottom: 0;
    color: #fff;
}

/* :: Quote */
.quote {
    position: relative;
    padding-top: 30px;
    /* padding-bottom: 70px; */
}

.quote .box {
    background-color: #fff;
    padding: 20px 10px 20px 30px;
    border-radius: 32px;
    border: 1px dashed #ffc107;
    box-shadow: 5px 5px 3px #bd3535;
    margin-top: 40px;
    height: 230px;
}

.quote .box .img-box {
    position: relative;
    height: 100%;
}

.quote .box .img-box .quote-img {
    height: 100%;
}

.quote .box .img-box img {
    border-radius: 2px;
    height: 100%;
}

.quote .box .img-box .quote-info {
    background-color: #c89d66;
    color: #fff;
    padding: 18px 30px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.quote .box .img-box .quote-info i {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.quote .box .img-box .quote-info h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    margin-left: 10px;
}

.quote .box .quote-box .sec-title {
    margin-bottom: 30px;
}

.quote .box .quote-box .sec-title h3 {
    color: #262b3e;
    margin: 0 0 15px 0;
    font-size: 30px;
}

.quote .box .quote-box .sec-title p {
    font-size: 14px;
}

.quote-item input,
.quote-item textarea {
    border: 2px solid #e9e9e9;
    padding: 7px 8px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.quote-item input:focus,
.quote-item textarea:focus {
    border-color: #c89d66;
}

.quote-item textarea {
    display: block;
    min-height: 80px;
}

.nice-select {
    border: 2px solid #e9e9e9;
    padding: 7px;
    width: 100%;
    color: #767676;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
    height: auto;
    line-height: unset;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #c89d66;
}

.nice-select .list {
    background-color: #262b3e;
    min-width: 200px;
    padding: 25px 0;
    border-color: #262b3e;
    border-radius: 2px;
}

.nice-select .option {
    color: #f1f1f1;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 40px;
    border-bottom: 1px solid rgb(249 249 249 / 0.1);
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}

.nice-select .option:last-of-type {
    border: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    color: #c89d66;
    font-weight: 400;
}

/* :: Sponsors */
.sponsors {
    padding: 50px 0;
    border-bottom: 1px solid #e9e9e9;
}

.sponsors.page {
    padding: 100px 0;
}

.sponsors img {
    opacity: 0.5;
}

.sponsors img:hover {
    opacity: 1;
}

/* :: Case Study */
.case-study-item {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
}

.case-study-item span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.85;
    background-color: #c89d66;
}

.case-study-item:hover span {
    width: 1000px;
    height: 1000px;
}

.case-study-item:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.case-study-item .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.case-study-item .hover-box .text-box .tags a {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.case-study-item .hover-box .text-box h4 a {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    font-size: 22px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.case-study-item:hover .hover-box .text-box .tags a,
.case-study-item:hover .hover-box .text-box h4 a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.owl-case-study.owl-theme .owl-dots,
.owl-case-study.owl-theme .owl-nav {
    display: none;
}

/* :: Contact */
.contact {
    background-image: url(../images/contact/01_contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.contact .sec-title {
    margin-bottom: 0;
}

.contact .sec-title h3 {
    color: #fff;
    margin-top: 0;
}

.contact .sec-title p {
    color: #f1f1f1;
    margin-bottom: 30px;
}

/* :: Advisors */
.advisors-box {
    margin-bottom: 30px;
}

.advisors-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.advisors-box:hover .img-box img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.advisors-box .img-box ul {
    position: absolute;
    top: 15px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
}

.advisors-box:hover .img-box ul {
    left: 15px;
    opacity: 1;
    visibility: visible;
}

.advisors-box .img-box ul li a {
    display: block;
    margin-bottom: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5);
    background-color: #c89d66;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
}

.advisors-box .img-box ul li:hover a {
    color: #c89d66;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5);
}

.advisors-box .text-box {
    margin-top: 25px;
    padding: 0 40px;
}

.advisors-box .text-box h5 {
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #262b3e;
}

.advisors-box .text-box span {
    display: inline-block;
    line-height: 1.4;
    font-weight: 600;
    color: #c89d66;
    margin: 14px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

/* :: Advisors 2 */
.advisors-2 .advisors-box .img-box ul {
    right: -40px;
    left: auto;
    background-color: #c89d66;
    border-radius: 2px;
    overflow: hidden;
}

.advisors-2 .advisors-box:hover .img-box ul {
    right: 15px;
    left: auto;
}

.advisors-2 .advisors-box .img-box ul li a {
    border-radius: 0;
}

.advisors-2 .advisors-box .img-box ul li:last-of-type a {
    margin-bottom: 0;
}

/* :: Provide */
.provide {
    position: relative;
}

.provide .col-md-6 {
    padding: 0;
}

.provide .text-box {
    background-color: #262b3e;
    padding: 80px 100px;
}

.provide .text-box .sec-title {
    margin-bottom: 30px;
}

.provide .text-box .sec-title h3 {
    color: #fff;
}

.provide .text-box .sec-title p {
    color: #f1f1f1;
}

.provide .text-box .content-box .content-item {
    margin-bottom: 25px;
}

.provide .text-box .content-box .content-item:last-of-type {
    margin-bottom: 0;
}

.provide .text-box .content-box .content-item i {
    float: left;
    font-size: 40px;
    color: #c89d66;
    line-height: 1;
}

.provide .text-box .content-box .content-item:hover i {
    -webkit-animation: updown 0.4s ease-in-out 50ms;
    animation: updown 0.4s ease-in-out 50ms;
}

.provide .text-box .content-box .content-item .box {
    padding-left: 60px;
}

.provide .text-box .content-box .content-item .box h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #f1f1f1;
    font-family: "Poppins", sans-serif;
}

.provide .text-box .content-box .content-item .box p {
    margin: 10px 0 0 0;
    color: #f1f1f1;
}

.provide .img-box {
    background-image: url(../images/provide/01_provide.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

/* :: Statistic */
.statistic-owl {
    width: 300px;
    background-color: #262b3e;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    border-top-left-radius: 2px;
    padding: 30px;
}

.statistic-item i {
    color: #c89d66;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}

.statistic-item .content-box .counter {
    font-size: 38px;
    font-weight: 600;
    line-height: 0.9;
    color: #fff;
    display: inline-block;
    position: relative;
}

.statistic-item .content-box .name-content {
    color: #c89d66;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0.23px;
    display: inline-block;
    margin-left: 5px;
}

.statistic-item p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}

.statistic-owl.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    margin: 0;
    line-height: 1;
    top: 30px;
    right: 30px;
}

.statistic-owl.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.statistic-owl.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.statistic-owl.owl-theme .owl-dots .owl-dot.active span,
.statistic-owl.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c89d66;
}

/* :: Presentation */
.video-presentation {
    position: relative;
    background-image: url(../images/video-presentation/01_video-presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 20px rgb(38 43 62 / 0.2);
    box-shadow: 0px 5px 20px rgb(38 43 62 / 0.2);
}

.presentation-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.presentation-box .pulse {
    background-color: #c89d66;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 62px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7),
            0 0 0 0 rgb(200 157 102 / 0.7);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7),
            0 0 0 0 rgb(200 157 102 / 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 0 rgb(200 157 102 / 0.7);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 0 rgb(200 157 102 / 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7),
            0 0 0 0 rgb(200 157 102 / 0.7);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0.7),
            0 0 0 0 rgb(200 157 102 / 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 0 rgb(200 157 102 / 0.7);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0), 0 0 0 0 rgb(200 157 102 / 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
        box-shadow: 0 0 0 0 rgb(200 157 102 / 0),
            0 0 0 30px rgb(200 157 102 / 0);
    }
}

.presentation-box .pulse i {
    color: #fff;
    font-size: 14px;
}

/* :: Testimonial */
.testimonial {
    background-color: #f9f9f9;
}

.owl-testimonial .item-box .text-box {
    position: relative;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #262b3e;
    margin-bottom: 30px;
    margin-top: calc(69px + 30px);
    text-align: center;
}

.owl-testimonial .item-box .item-name i {
    font-size: 40px;
    line-height: 1;
    color: #c89d66;
    display: block;
}

.owl-testimonial .item-box .item-name h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #262b3e;
    text-align: center;
}

.owl-testimonial .item-box .item-name span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #9b9b9b;
}

.owl-testimonial.owl-theme .owl-dots {
    line-height: 1;
    position: absolute;
    width: 100%;
    top: 0;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
    border-radius: 50%;
    padding: 5px !important;
    outline: none;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot.active {
    border: 2px solid #c89d66;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    background-size: cover;
    width: 55px;
    height: 55px;
    margin: auto;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(1) span {
    background-image: url(../images/testimonial/01_testimonial.jpg);
}

.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(2) span {
    background-image: url(../images/testimonial/02_testimonial.jpg);
}

.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-of-type(3) span {
    background-image: url(../images/testimonial/03_testimonial.jpg);
}

.owl-testimonial.owl-theme .owl-nav {
    display: none;
}

/* :: Testimonial And Subscribe */
.testimonial-and-subscribe,
.testimonial-4 {
    background-image: url(../images/testimonial-and-subscribe/01_testimonial-and-subscribe.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: 50px 0px;
    padding: 40px 0px;
}

.testimonial-box .sec-title h3,
.testimonial-4 .sec-title h3 {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.testimonial-4 .sec-title p {
    color: #f1f1f1;
}

.owl-testimonial-1 .box-item .text-box,
.owl-testimonial-3 .box-item .text-box {
    padding: 10px;
    background-color: #c89d66;
    position: relative;
    border-radius: 2px;
}

.owl-testimonial-3 .box-item .text-box {
    background-color: #fff;
    /* padding: 60px 30px 30px 30px; */
    height: 380px;
}

.owl-testimonial-1 .box-item .text-box:after {
    content: "\f13a";
    font-family: Flaticon;
    font-size: 80px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 15px;
    right: 15px;
    z-index: 0;
    line-height: 1;
}

.owl-testimonial-3 .box-item .text-box:after {
    /* content: "\f13a"; */
    font-family: Flaticon;
    font-size: 20px;
    position: absolute;
    color: #fff;
    /* background-color: #C89D66; */
    top: 0;
    left: 30px;
    z-index: 0;
    padding: 6px 18px;
    line-height: 1;
}

.owl-testimonial-1 .box-item .text-box:before,
.owl-testimonial-3 .box-item .text-box:before {
    content: "";
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #c89d66;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}

.owl-testimonial-3 .box-item .text-box:before {
    border-color: transparent transparent transparent #fff;
}

.owl-testimonial-1 .box-item .text-box p,
.owl-testimonial-3 .box-item .text-box p {
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.owl-testimonial-3 .box-item .text-box p {
    color: #9b9b9b;
}

.owl-testimonial-1 .box-item .clients-talk,
.owl-testimonial-3 .box-item .clients-talk {
    overflow: hidden;
    margin-top: 30px;
}

.owl-testimonial-1 .box-item .clients-talk .img-box,
.owl-testimonial-3 .box-item .clients-talk .img-box {
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 15px;
    float: left;
    position: relative;
    border-radius: 50%;
}

.owl-testimonial-1 .box-item .clients-talk .img-box img,
.owl-testimonial-3 .box-item .clients-talk .img-box img {
    border-radius: 50%;
    border: 2px solid #c89d66;
    padding: 4px;
    background-color: #fff;
    margin: auto;
}

.owl-testimonial-1 .box-item .clients-talk .info,
.owl-testimonial-3 .box-item .clients-talk .info {
    padding-left: 75px;
}

.owl-testimonial-1 .box-item .clients-talk .info h5,
.owl-testimonial-3 .box-item .clients-talk .info h5 {
    color: #fff;
    padding-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.owl-testimonial-1 .box-item .clients-talk .info span,
.owl-testimonial-3 .box-item .clients-talk .info span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #c89d66;
}

/* :: Subscribe */
.subscribe {
    padding: 40px;
    background-color: #fff;
    border-radius: 2px;
}

.subscribe .sec-title h3 {
    margin-top: 0;
}

.subscribe input {
    border: 2px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.subscribe input:focus {
    border: 2px solid #c89d66;
}

/* :: Blog */
.blog-item {
    margin-bottom: 30px;
}

.blog-item .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.blog-item:hover .img-box .open-post img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.blog-item .img-box ul {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #c89d66;
    padding: 2px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blog-item .img-box ul li {
    display: inline-block;
}

.blog-item .img-box ul li a {
    font-size: 13px;
    text-transform: capitalize;
}

.blog-item .img-box ul li:hover a {
    color: #262b3e;
}

.blog-item .text-box {
    padding: 30px 0px 0px 30px;
}

.blog-item .text-box .title-blog {
    display: block;
}

.blog-item .text-box h5 {
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 15px 0;
    font-weight: 600;
    color: #262b3e;
}

.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
    color: #c89d66;
}

.blog-item .text-box .link {
    font-size: 14px;
    color: #262b3e;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-item .text-box .link:hover {
    color: #c89d66;
}

/* :: Footer */
.footer {
    padding-top: 150px;
    background-image: linear-gradient(to right, #000000, #553f36);
}

.footer .logo,
.footer .links,
.footer .newsletter {
    margin-bottom: 30px;
}

.footer .logo img {
    width: 150px;
}

.footer .logo p {
    margin: 10px 0 20px 0;
    color: #f9f9f9;
    font-size: 18px;
}

.footer .logo ul li {
    display: inline-block;
}

.footer .logo ul li a {
    width: 35px;
    /* display: inline-block; */
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
    margin-right: 5px;
    border-radius: 2px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .logo ul li:hover a {
    background-color: #fff;
    color: #c89d66;
}

.footer-title h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 25px;
}

.footer .links li a {
    display: inline-block;
    position: relative;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 32px;
}

.footer .links li:hover a {
    color: #c89d66;
}

.footer .newsletter {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 5px 10px 5px #f44336 inset;
    text-align: center;
}

.footer .newsletter h5 {
    color: #222222;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
}

.footer .newsletter p a {
    color: #000000;
    font-size: 17px;
}

.footer .newsletter form {
    position: relative;
}

.footer .newsletter form input {
    width: 100%;
    color: #9b9b9b;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}

.footer .newsletter form input:focus {
    border-color: #c89d66;
}

.footer .newsletter form a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #c89d66;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.copyright {
    margin-top: 0px;
    padding: 5px 0;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 50px;
}

.copyright p {
    margin: 0;
    color: #000000;
    text-align: center;
}

.copyright p a {
    color: #000000;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li:hover a {
    color: #c89d66;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scroll-up a {
    background-color: #c89d66;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #c89d66;
    border-radius: 3px;
    outline: none;
}

.scroll-up:hover a {
    background-color: #262b3e;
    border: 1px solid #262b3e;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 20px;
    padding-top: 170px;
    color: #fff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 60px;
}

.breadcrumb-header-2 {
    padding-bottom: 120px;
    padding-top: calc(85px + 120px);
}

.breadcrumb-header .banner h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #f9f9f9;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li:hover a {
    color: #c89d66;
}

/* :: Brochures */
.brochures {
    padding: 40px;
    background-color: #f9f9f9;
    margin: 0px 0 30px 0;
}

.brochures h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #262b3e;
    font-size: 18px;
}

.brochures a {
    width: 100%;
}

/* :: Single Advisors */
.introduction-advisors h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}

.introduction-advisors h3:first-of-type {
    margin-top: 0;
}

.introduction-advisors .core-about:first-of-type li {
    width: 100%;
    float: none;
    display: block;
}

.introduction-advisors .skills .skill-box .skill-top .name {
    font-size: 15px;
}

/* :: Single Practice Areas */
.single-practice-areas-head h4 {
    font-size: 24px;
    line-height: 1.1;
    color: #262b3e;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.single-practice-areas-list li:last-of-type {
    margin-bottom: 30px;
}

.single-practice-areas-list li a {
    color: #9b9b9b;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.single-practice-areas-list li:last-of-type a {
    margin-bottom: 0;
}

.single-practice-areas-list li.active a,
.single-practice-areas-list li:hover a {
    color: #c89d66;
}

.single-practice-areas-list li a i {
    float: right;
}

.call-back {
    padding: 40px;
    background-color: #c89d66;
    margin: 30px 0;
    text-align: center;
}

.call-back i {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

.call-back h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
}

.call-back p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    color: #fff;
}

.call-back a {
    width: 100%;
    margin-top: 16px;
}

.single-practice-areas-box h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #262b3e;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-practice-areas-box h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.benfits {
    overflow: hidden;
}

.benfits li {
    width: 50%;
    float: left;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #687076;
}

.faq .faq-box {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 2px;
}

.faq .faq-box .question-header {
    line-height: 1;
}

.faq .faq-box .question-header .click {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #262b3e;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}

.faq .faq-box .answer p {
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 18px;
    letter-spacing: 0.3px;
    color: #9b9b9b;
    border-top: 1px solid #e9e9e9;
}

/* :: Blog Page */
/* :: Pagination */
.pagination-area .pagination li {
    display: inline-block;
    text-align: center;
    color: #262b3e;
    font-weight: 600;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 2px;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.pagination-area .pagination li:last-of-type {
    margin-right: 0;
}

.pagination-area .pagination li.active {
    background-color: #c89d66;
    color: #fff;
    border-color: #c89d66;
}

/* :: Widget */
.widget {
    margin-bottom: 40px;
}

.widget .widget-title {
    padding-bottom: 25px;
}

.widget .widget-title h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #262b3e;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.widget .widget-body .search {
    position: relative;
}

.widget .widget-body .search input {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
}

.widget .widget-body .search input:focus {
    border-color: #c89d66;
}

.widget .widget-body .search button.click {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    font-size: 13px;
    background-color: transparent;
    color: #c89d66;
    border: none;
}

.widget .widget-body .instagram ul {
    overflow: hidden;
}

.widget .widget-body .instagram ul li {
    float: left;
    display: inline-block;
    margin: 4px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.widget .widget-body .instagram ul li img {
    width: 60px;
    height: 60px;
}

.widget .widget-body .instagram ul li a {
    background-color: #c89d66;
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widget .widget-body .instagram ul li:hover a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.widget .widget-body .follow .icon li {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.widget .widget-body .follow .icon li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #c89d66;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c89d66;
    border-radius: 2px;
}

.widget .widget-body .follow .icon li:hover a {
    background-color: #262b3e;
    border-color: #262b3e;
}

.widget .categories ul li {
    border-bottom: 1px solid #eaeaea;
}

.widget .categories ul li:last-of-type {
    border-bottom: none;
}

.widget .categories ul li a {
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 15px;
    text-transform: capitalize;
    color: #a5a5a5;
}

.widget .categories ul li:first-of-type a {
    padding-top: 0;
}

.widget .categories ul li:last-of-type a {
    padding-bottom: 0;
}

.widget .categories ul li a i {
    margin-right: 5px;
}

.widget .categories ul li a span {
    float: right;
}

.widget .categories ul li:hover a {
    color: #c89d66;
    padding-left: 10px;
}

.widget .widget-body .tags ul li {
    display: inline-block;
}

.widget .widget-body .tags ul li a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    color: #a5a5a5;
    border-radius: 3px;
}

.widget .widget-body .tags ul li:hover a {
    background-color: #c89d66;
    color: #fff;
    border: 1px solid #c89d66;
}

.news-item {
    margin-bottom: 22px;
    overflow: hidden;
}

.news-item:last-of-type {
    margin-bottom: 0px;
}

.news-item img {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}

.news-item .item-content {
    padding-left: 70px;
}

.news-item .item-content span a {
    color: #c89d66;
    line-height: 0.8;
    display: block;
    padding-bottom: 8px;
}

.news-item .item-content a.title-blog {
    display: block;
}

.news-item .item-content a.title-blog h5 {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.news-item .item-content a.title-blog:hover,
.news-item .item-content a.title-blog:hover h5 {
    color: #c89d66;
}

/* :: Single Blog Page */
.single-bolg .blog-item .text-box {
    padding-left: 0;
}

.share-post {
    overflow: hidden;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.share-post span {
    font-size: 15px;
    font-weight: 600;
    color: #262b3e;
    margin: 4px 0;
    display: inline-block;
}

.share-post ul {
    float: right;
}

.share-post ul li {
    display: inline-block;
    margin: 0 4px 0px 0;
}

.share-post ul li a {
    display: inline-block;
    text-align: center;
    color: #262b3e;
    background-color: #f9f9f9;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
}

.share-post ul li:hover a {
    background-color: #c89d66;
    border-color: #c89d66;
    color: #fff;
}

.single-bolg .item-comments {
    margin-bottom: 30px;
}

.single-bolg .item-comments .title h4,
.single-bolg .add-comments .title h4 {
    line-height: 14px;
    text-transform: capitalize;
    color: #223645;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.single-bolg .item-comments .inner-comments .comments-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.single-bolg .item-comments .inner-comments .comments-box:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}

.single-bolg .item-comments .inner-comments .comments-box.reply,
.single-bolg .item-comments .inner-comments .comments-box .text-box {
    margin-left: 90px;
}

.single-bolg .item-comments .inner-comments .comments-box .img-box {
    height: 70px;
    width: 70px;
    display: block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.single-bolg .item-comments .inner-comments .comments-box .img-box img {
    border-radius: 50%;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box h5 {
    display: block;
    color: #223645;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box .time {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c89d66;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box p {
    margin-bottom: 15px;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    font-size: 13px;
    font-weight: 600;
    color: #7a8a9e;
    border-radius: 3px;
}

.single-bolg .item-comments .inner-comments .comments-box .text-box a:hover {
    color: #fff;
    border: 1px solid #c89d66;
    background-color: #c89d66;
}

.single-bolg .add-comments .inner-add-comments-box input,
.single-bolg .add-comments .inner-add-comments-box textarea {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 10px;
    width: 100%;
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.single-bolg .add-comments .inner-add-comments-box input:focus,
.single-bolg .add-comments .inner-add-comments-box textarea:focus {
    border-color: #c89d66;
}

.single-bolg .add-comments .inner-add-comments-box textarea {
    height: 100px;
    display: block;
}

/* :: Careers Page */
.item-careers {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 a {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 29px;
    margin: 0px 0 15px 0;
    font-weight: 600;
    color: #262b3e;
}

.item-careers h4:hover a {
    color: #c89d66;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #c89d66;
    padding: 2px 15px;
    color: #fff;
    border-radius: 3px;
}

.item-careers p {
    margin: 15px 0;
}

.item-careers a {
    font-size: 14px;
    color: #c89d66;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

/* :: Shop Page */
.shop-item {
    margin-bottom: 30px;
}

.shop-item .item-img {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.shop-item .item-img .box-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(38 43 62 / 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shop-item:hover .item-img .box-more {
    opacity: 1;
    visibility: visible;
}

.shop-item .item-img .box-more a {
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-item .item-text .open-item-shop h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 12px 0;
    color: #262b3e;
}

.shop-item .item-text span {
    color: #c89d66;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

/* :: Single Product */
.shop.area .text-box-details .title-product {
    font-size: 20px;
    line-height: 1.2;
    color: #262b3e;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.shop.area .text-box-details .item-review span {
    display: inline-block;
    font-size: 14px;
    color: #a5a5a5;
}

.shop.area .text-box-details .item-review span i.active {
    color: #c89d66;
}

.shop.area .text-box-details .item-review span.reviews {
    margin-left: 40px;
}

.shop.area .text-box-details .item-review span.spance-span {
    margin: 0 5px;
}

.shop.area .text-box-details .item-review span a {
    font-size: 14px;
    color: #a5a5a5;
}

.shop.area .text-box-details .item-review span a:hover {
    color: #c89d66;
}

.shop.area .text-box-details .item-price {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #c89d66;
    margin-top: 15px;
    margin-bottom: 25px;
}

.shop.area .text-box-details .btn-1 {
    margin-bottom: 25px;
}

.shop.area .text-box-details .list-details li {
    line-height: 2;
    font-size: 16px;
}

.shop.area .text-box-details .list-details li span {
    font-weight: bold;
    color: #262b3e;
    min-width: 120px;
    display: inline-block;
}

.shop.area .text-box-details .list-details li a {
    color: #262b3e;
    margin-right: 20px;
}

.shop.area .text-box-details .list-details li a:hover {
    color: #c89d66;
}

.shop.area .description {
    margin-top: 50px;
}

.shop.area .description ul li {
    display: inline-block;
    margin-right: 5px;
}

.shop.area .description p {
    margin: 25px 0 0 0;
}

/* :: 404 Error Page */
.page-404-area {
    padding: 150px 0;
}

.page-404-area h2 {
    font-size: 250px;
    color: #343434;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.page-404-area a {
    margin-top: 30px;
}

/* :: Dark Mode */
.dark-mode-decision {
    position: fixed;
    z-index: 100;
    bottom: 64px;
    right: 30px;
    background-color: #262b3e;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #262b3e;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.active-dark-mode-decision .nav-bar .logo .logo-nav img.two,
.active-dark-mode-decision .nav-bar.active .logo .logo-nav img.one {
    display: block;
}

.active-dark-mode-decision .nav-bar .logo .logo-nav img.two,
.active-dark-mode-decision .nav-bar.active .logo .logo-nav img.two {
    display: none;
}

.active-dark-mode-decision .features .features-box .features-item .item-text p {
    color: #9b9b9b;
}

.active-dark-mode-decision .practice-area-3 {
    background-image: url(../images/practice-area/01_practice-area.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.active-dark-mode-decision .nav-bar.active {
    border-color: #313851;
}

.active-dark-mode-decision .dark-mode-decision,
.active-dark-mode-decision
    .features
    .features-box
    .features-item
    .item-text
    span,
.active-dark-mode-decision .blog-item .text-box .link:hover,
.active-dark-mode-decision .features-2 .features-box .features-item i {
    color: #c89d66;
}

.active-dark-mode-decision .features .features-box .features-item .item-text h4,
.active-dark-mode-decision .subscribe .sec-title h3 {
    color: #262b3e;
}

.active-dark-mode-decision .dark-mode-decision,
.active-dark-mode-decision .nav-bar.active .info-nav .btn-1:hover,
.active-dark-mode-decision .features .features-box .features-item,
.active-dark-mode-decision .about .text-box .btn-1:hover,
.active-dark-mode-decision .brochures a:hover {
    background-color: #fff;
}

.active-dark-mode-decision .dark-mode-decision,
.active-dark-mode-decision .nav-bar.active .info-nav .btn-1:hover,
.active-dark-mode-decision .about .text-box .btn-1:hover,
.active-dark-mode-decision .brochures a:hover {
    border-color: #fff;
}

.active-dark-mode-decision .about .img-box .case-about,
.active-dark-mode-decision .nice-select,
.active-dark-mode-decision .nice-select:hover,
.active-dark-mode-decision .quote-item input,
.active-dark-mode-decision .quote-item textarea,
.active-dark-mode-decision .widget .widget-body .search input {
    border-color: #262b3e;
}

.active-dark-mode-decision .quote-item input:focus,
.active-dark-mode-decision .quote-item textarea:focus,
.active-dark-mode-decision .widget .widget-body .search input:focus {
    border-color: #c89d66;
}

.active-dark-mode-decision
    .features
    .features-box
    .features-item:nth-of-type(2),
.active-dark-mode-decision .widget .widget-body .tags ul li a:hover,
.active-dark-mode-decision
    .single-bolg
    .item-comments
    .inner-comments
    .comments-box
    .text-box
    a:hover {
    background-color: #c89d66;
}

.active-dark-mode-decision .widget .widget-body .tags ul li a,
.active-dark-mode-decision
    .single-bolg
    .item-comments
    .inner-comments
    .comments-box
    .text-box
    a,
.active-dark-mode-decision
    .single-bolg
    .add-comments
    .inner-add-comments-box
    input,
.active-dark-mode-decision
    .single-bolg
    .add-comments
    .inner-add-comments-box
    textarea {
    background-color: #262b3e;
}

body.active-dark-mode-decision,
.active-dark-mode-decision .nav-bar.active,
.active-dark-mode-decision .quote-item input,
.active-dark-mode-decision .quote-item textarea,
.active-dark-mode-decision .nice-select,
.active-dark-mode-decision .testimonial,
.active-dark-mode-decision .brochures,
.active-dark-mode-decision .widget .widget-body .search input,
.active-dark-mode-decision .widget .widget-body .tags ul li a,
.active-dark-mode-decision
    .single-bolg
    .item-comments
    .inner-comments
    .comments-box
    .text-box
    a,
.active-dark-mode-decision
    .single-bolg
    .add-comments
    .inner-add-comments-box
    input,
.active-dark-mode-decision
    .single-bolg
    .add-comments
    .inner-add-comments-box
    textarea {
    background-color: #262b3e;
}

.active-dark-mode-decision .practice-area-item,
.active-dark-mode-decision .sponsors,
.active-dark-mode-decision .faq .faq-box,
.active-dark-mode-decision .faq .faq-box .answer p,
.active-dark-mode-decision .item-careers {
    border-color: rgb(221 221 221 / 25%);
}

.active-dark-mode-decision .widget .widget-body .tags ul li a:hover,
.active-dark-mode-decision
    .single-bolg
    .item-comments
    .inner-comments
    .comments-box
    .text-box
    a:hover,
.active-dark-mode-decision
    .single-bolg
    .add-comments
    .inner-add-comments-box
    input:focus,
.active-dark-mode-decision
    .single-bolg
    .add-comments
    .inner-add-comments-box
    textarea:focus {
    border: 1px solid #c89d66;
}

.active-dark-mode-decision .sec-title h3,
.active-dark-mode-decision .nav-bar.active .nav-bar-link ul li a,
.active-dark-mode-decision .nav-bar.active .info-nav .contact-nav p,
.active-dark-mode-decision .nav-bar.active .info-nav .contact-nav span,
.active-dark-mode-decision
    .features
    .features-box
    .features-item:nth-of-type(2)
    i,
.active-dark-mode-decision
    .features
    .features-box
    .features-item:nth-of-type(2)
    span,
.active-dark-mode-decision
    .features
    .features-box
    .features-item:nth-of-type(2)
    h4,
.active-dark-mode-decision
    .features
    .features-box
    .features-item:nth-of-type(2)
    p,
.active-dark-mode-decision .core-about li h4,
.active-dark-mode-decision .practice-area-item .content a,
.active-dark-mode-decision .owl-testimonial .item-box .item-name h5,
.active-dark-mode-decision .blog-item .text-box .blog-date,
.active-dark-mode-decision .blog-item .text-box .link,
.active-dark-mode-decision
    .features-3
    .features-box
    .features-item
    .item-text
    p,
.active-dark-mode-decision .single-practice-areas-list li a,
.active-dark-mode-decision .widget .widget-title h3,
.active-dark-mode-decision .share-post span,
.active-dark-mode-decision .single-bolg .item-comments .title h4,
.active-dark-mode-decision .single-bolg .add-comments .title h4,
.active-dark-mode-decision .item-careers h4 a,
.active-dark-mode-decision .shop-item .item-text .open-item-shop h4,
.active-dark-mode-decision
    .shop.area.shop-area-page
    .text-box-details
    .title-product {
    color: #f1f1f1;
}

.active-dark-mode-decision p,
.active-dark-mode-decision .sec-title p,
.active-dark-mode-decision .benfits li,
.active-dark-mode-decision .faq .faq-box .question-header .click,
.active-dark-mode-decision .faq .faq-box .answer p,
.active-dark-mode-decision .pagination-area .pagination li,
.active-dark-mode-decision .widget .categories ul li a,
.active-dark-mode-decision .news-item .item-content a.title-blog h5,
.active-dark-mode-decision
    .single-bolg
    .item-comments
    .inner-comments
    .comments-box
    .text-box
    h5,
.active-dark-mode-decision .item-careers ul li,
.active-dark-mode-decision
    .shop.area.shop-area-page
    .text-box-details
    .item-review
    span,
.active-dark-mode-decision
    .shop.area.shop-area-page
    .text-box-details
    .item-review
    span.reviews,
.active-dark-mode-decision
    .shop.area.shop-area-page
    .text-box-details
    .item-review
    span
    a,
.active-dark-mode-decision
    .shop.area.shop-area-page
    .text-box-details
    .list-details
    li,
.active-dark-mode-decision
    .shop.area.shop-area-page
    .text-box-details
    .list-details
    li
    span {
    color: #f9f9f9;
}

.active-dark-mode-decision .practice-area,
.active-dark-mode-decision .quote .box,
.active-dark-mode-decision .provide .text-box,
.active-dark-mode-decision .statistic-owl,
.active-dark-mode-decision .bolg,
.active-dark-mode-decision .features-3,
.active-dark-mode-decision .practice-area-3,
.active-dark-mode-decision .features-3 .features-box .features-item,
.active-dark-mode-decision .advisors-home-1,
.active-dark-mode-decision .single-practice-areas,
.active-dark-mode-decision .single-advisors,
.active-dark-mode-decision .about-testimonial,
.active-dark-mode-decision .single-bolg,
.active-dark-mode-decision .advisors-case-study-page,
.active-dark-mode-decision .faqs-page,
.active-dark-mode-decision .shop-page,
.active-dark-mode-decision .shop-area-page,
.active-dark-mode-decision .page-404-area {
    background-color: #313851;
}

.active-dark-mode-decision .practice-area-item .content h4,
.active-dark-mode-decision .quote .box .quote-box .sec-title h3,
.active-dark-mode-decision .advisors-box .text-box h5,
.active-dark-mode-decision .owl-testimonial .item-box .text-box,
.active-dark-mode-decision .blog-item .text-box h5,
.active-dark-mode-decision
    .features-3
    .features-box
    .features-item
    .item-text
    h4,
.active-dark-mode-decision .skills .skill-box .skill-top .name,
.active-dark-mode-decision .skills .skill-box .skill-top .number,
.active-dark-mode-decision .introduction-advisors h3,
.active-dark-mode-decision .single-practice-areas-box h3,
.active-dark-mode-decision .brochures h5,
.active-dark-mode-decision .single-practice-areas-head h4,
.active-dark-mode-decision .single-practice-areas-box h4,
.active-dark-mode-decision .page-404-area h2 {
    color: #fff;
}

.handline span {
    color: #fbc522;
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000f0;
}

.text-box h3 {
    font-size: 20px;
    text-align: center;
    padding: 20px 0px 10px;
}

.icon-float {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 999;
}

.icon-float ul {
    padding: 0;
}

.icon-float ul li {
    list-style-type: none;
}

.icon-float ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
}

.nav-bar {
    background-color: white;
}

.mars {
    position: absolute;
    bottom: 29px;
    z-index: 99;
}

.paras {
    background-color: #000000c7;
    padding: 20px 40px;
    border: 4px double #ffffff61;
    border-radius: 20px;
}

.paras p {
    color: white;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.dis {
    display: flex;
    gap: 30px;
}

.why-choose-box-3 {
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 31%);
    padding: 0;
    border-radius: 5px;
    margin: 0 auto;
    height: 420px;
    background-image: url(../images/custom/background.jpg);
}

.items {
    padding: 0px 40px;
}

.items h4 {
    color: white;
    text-align: center;
    padding-top: 70px;
    font-size: 30px;
}

.items p {
    color: white;
    text-align: center;
    font-size: 15px;
    padding-top: 20px;
}

.why {
    margin: 120px 0px 20px;
}

.icons {
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    top: -50px;
}

.icons img {
    background-color: #183c77;
    border-radius: 90px;
}

.practice {
    padding-top: 50px;
}

.practice h4 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
}

.practice p {
    color: black;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.practice p span {
    color: #005ca5;
    font-weight: 600;
}

.pro {
    text-align: center;
    box-shadow: 2px 2px 15px #8080808f;
    padding: 20px 10px 0px;
    height: 220px;
    border-radius: 20px;
}

.pro img {
    width: 100px;
    box-shadow: 0px 0px 5px gray;
    border-radius: 80px;
    padding: 10px;
}

.pro h4 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 25px;
}

.part {
    background-color: #e08108;
    padding: 20px;
    margin-bottom: -120px;
    margin-top: 40px;
    border-radius: 20px;
}

.part h3 {
    color: white;
    text-align: center;
    padding-bottom: 15px;
    font-size: 35px;
}

.part p {
    color: white;
    text-align: center;
    font-size: 17px;
}

.partner {
    padding: 50px 0px;
}

.footer h3 {
    font-size: 50px;
    color: white;
    padding-bottom: 0px;
}

.enquiry {
    position: fixed;
    z-index: 99999;
    bottom: 150px;
    /* background-color: #FF5722; */
    line-height: 100px;
    width: 160px;
    height: 80px;
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    /* border-top-right-radius: 70px; */
    /* border-bottom-right-radius: 30px; */
    /* border-bottom: 5px groove #00BCD4; */
    right: -64px;
    transform: rotate(270deg);
}

.enquiry button {
    color: #fff;
    font-size: 20px;
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5722;
    line-height: 100px;
    width: 140px;
    height: 55px;
    /* border-radius: 0px 30px 30px 0px; */
    border: none;
    /* border-top-left-radius: 50px; */
    /* border-bottom-left-radius: 20px; */
    border-bottom: 5px groove #2196f3;
    border-radius: 20px 20px 0px 0px;
}

.need {
    font-size: 25px !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
}

.needs {
    -webkit-columns: 2;
}

.needs li {
    font-size: 13px;
    line-height: 29px;
    color: white;
    list-style: inside;
}

.para {
    color: #073388;
    padding-top: 20px;
    font-weight: 500 !important;
}

.support {
    font-size: 20px;
    padding: 0px 0px 10px;
    color: #292929;
    text-align: center;
}

.super li {
    line-height: 30px;
}

.company li {
    list-style: inside;
}

.company1 {
    padding-left: 20px;
}

.company1 li {
    list-style: circle;
}

.back {
    background-color: #c7e1f8;
    padding: 25px;
    border-radius: 20px;
    outline: 1px dashed #ffffff;
    outline-offset: -8px;
}

.back1 {
    background-color: #f8c0bc;
    padding: 25px;
    border-radius: 20px;
    outline: 1px dashed #ffffff;
    outline-offset: -8px;
    height: 260px;
}

.training {
    box-shadow: 2px 2px 8px #8080809e;
    padding: 10px;
    margin-top: 80px;
}

.training h3 {
    font-size: 18px;
    background-color: #133568;
    color: white;
    padding: 8px;
    margin-bottom: 20px;
}

.training ul {
    padding-left: 20px;
    line-height: 30px;
}

.training ul li {
    list-style-type: disclosure-closed;
}

.process {
    padding: 20px;
    border-bottom: 4px groove red;
    border-radius: 20px;
    box-shadow: 0px 2px 5px #80808073;
}

.process h3 {
    color: #3f51b5;
    padding-bottom: 10px;
}

.process ul {
    padding-left: 20px;
}

.process ul li {
    list-style-type: square;
}

.benefits {
    background-color: #4caf50;
    padding: 20px;
    height: 255px;
    border-radius: 10px 70px;
    border: 2px solid #ffc107;
}

.benefits h3 {
    color: white;
    padding: 10px;
}

.benefits ul {
    padding-left: 10px;
}
.benefits ul li {
    color: white;
    list-style-type: disclosure-closed;
}
.pic {
    margin-top: 80px;
}
.posh {
    background-color: #4caf50;
    padding: 40px;
    border: 1px dashed #ffc107;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
.posh p {
    color: white;
    text-align: center;
    margin-bottom: 0px;
}
.impo h3 {
    color: #3f51b5;
    text-align: center;
    padding-bottom: 10px;
    font-size: 22px;
}
.impo p {
    text-align: justify;
    color: #4e4e4e;
}
.train {
    margin-top: 50px !important;
}
.under {
    background-color: antiquewhite;
    padding: 40px 20px;
    border: 2px solid #ffcd84;
    border-radius: 30px;
}
.under h3 {
    color: #f44336;
    font-size: 22px;
    padding-bottom: 10px;
}
.under ul li {
    list-style: inside;
}
.posh1 {
    background-image: linear-gradient(to right, #1e4daa, #f44336);
    width: fit-content;
    margin: -40px auto 60px;
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
}
.coc {
    background-image: linear-gradient(to right, #0ca212, #0f2dd8);
    width: fit-content;
    margin: -60px auto 30px;
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
}
.code p {
    font-size: 16px;
    text-align: center;
    color: red;
    line-height: 25px;
}
.under1 {
    padding: 20px 20px;
    border-radius: 40px;
    box-shadow: 3px 4px 0px #ff9800;
    background-color: #f0f8ff4d;
}
.under1 h3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    color: #8bc34a;
}
.under1 ul li {
    list-style: inside;
}
.member {
    background-color: aliceblue;
    padding: 20px 0px 20px 30px;
    height: 190px;
    border: 3px double #c7e6ff;
    margin-bottom: 20px;
    border-radius: 50px 10px;
}
.member h3 {
    font-size: 15px;
    padding-bottom: 20px;
}
.member ul {
}
.member ul li {
    list-style-type: disclosure-closed;
}
.develop {
    box-shadow: 0px 10px 8px #80808063;
    padding: 0px 10px 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ff5722;
    height: 230px;
}

.develop h3 {
    font-size: 18px;
    background-color: #795548;
    color: white;
    padding: 8px;
    margin: -10px -10px 20px -10px;
    text-align: center;
}

.develop ul {
    padding-left: 20px;
    line-height: 30px;
}

.develop ul li {
    list-style-type: disclosure-closed;
}

.labour-hd {
    text-align: center;
    margin: 20px 0 30px;
}

.labour-fchart h5 {
    text-align: center;
    margin-bottom: 40px;
    background-color: white;
    box-shadow: 0 0 10px white;
    padding: 10px;
}

.labour-hd h4 {
    background-color: brown;
    color: white;
    padding: 10px;
}

.labour-pts {
    border-top: 3px double;
    border-left: 3px double;
    border-right: 3px double;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom, rgb(202, 202, 202), white);
    padding: 20px 10px 10px 0;
    margin: 5px;
    /* text-align: center; */
    background-color: white;
}

.flow-connect {
    position: absolute;
    top: 87%;
    left: 29%;
    transform: scaleY(4.4);
    z-index: -999;
}

.flow-connect2 {
    position: absolute;
    top: 87%;
    left: 68%;
    transform: scaleY(4.4);
    z-index: -999;
}

.labour-pts ol li {
    padding-left: 15px;
    padding-right: 5px;
}

.f1 h5 {
    border: 3px solid green;
}

.f2 h5 {
    border: 3px solid red;
}

.pts1 ol li::marker {
    content: "✔";
    color: green;
    font-size: 16px;
    font-weight: 900;
}

.pts2 ol li::marker {
    content: "✘";
    color: red;
    font-size: 16px;
    font-weight: 900;
}

.obj-hd {
    margin: 100px 0 30px;
    text-align: center;
}

.obj-hd h4 {
    background-color: brown;
    color: white;
    padding: 10px;
}

.single-obj {
    border: 5px double #e5ce00;
    border-radius: 40px;
    padding: 20px;
    margin: 50px 50px;
    height: 200px;
    text-align: center;
    background-color: #1c1c1c;
}

.obj-bg {
    position: absolute;
    top: 172%;
    transform: scale(1.2);
    z-index: -9999;
    opacity: 0.5;
}

.obj-margin {
    margin-top: 160px;
}

.obj-bg2 {
    position: absolute;
    top: 172%;
    transform: scale(1.5);
    z-index: -99999;
    opacity: 0.2;
}

.obj-abt p {
    color: white;
    font-size: 15px;
}

.obj-mid {
    position: absolute;
    top: 175%;
    transform: scale(0.6);
    filter: drop-shadow(0px 0px 5px black);
}

.contract-banner {
    text-align: center;
}

.obj-padding {
    padding-top: 50px;
}

.obj-padding2 {
    padding-top: 40px;
}

.first-p {
    padding: 20px 15px 10px;
    text-align: center;
    box-shadow: 0 0 10px #8080808f;
    border-radius: 10px;
    background: radial-gradient(#1f4dad, #0d284b);
}

.first-p p {
    font-size: 20px;
    font-weight: 600;
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
}

.single-points ol li::marker {
    content: "✔";
    color: rgb(110, 0, 0);
    font-size: 16px;
    font-weight: 900;
}

.single-content {
    background: linear-gradient(202deg, #bbbf00, #ffa200bd);
    box-shadow: 2px 2px 5px black;
    border-radius: 50px 0 50px 0;
    padding: 15px 25px 15px 15px;
    margin: 100px 0 20px;
    height: 300px;
}

.single-content-hd {
    text-align: center;
    border-bottom: 4px double white;
}

.single-content-hd h5 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-points ol li {
    padding-left: 15px;
    font-size: 16px;
    color: rgb(244, 244, 244);
}

.risk-hd {
    margin-bottom: 30px;
}

.fac-hd {
    margin-bottom: 15px;
}

.nav-bar .nav-bar-link > ul ul ul.secnd-menu {
    left: -107%;
    top: 0;
}

.apply-pts {
    padding: 20px;
    margin: 40px 0 0;
    background: radial-gradient(rgb(255, 234, 206), rgb(219, 124, 47));
}

.hd-wage {
    text-align: center;
    margin-bottom: 20px;
}

.hd-wage h5 {
    font-size: 25px;
    font-weight: 600;
}

.apply-pts ol li {
    font-size: 20px;
    list-style: disc;
}

.wage-connect {
    position: absolute;
    top: 40%;
    z-index: -9999;
}

.res-single {
    padding: 30px;
    /* background-color: #ffd280; */
    margin: 20px;
    outline: 5px double rgb(255, 255, 255);
    /* outline-offset: -15px; */
}

.include-single {
    padding: 30px;
    /* background-color: #ffd1ff; */
    margin: 20px;
    outline: 5px double white;
    /* outline-offset: -15px; */
}

.wage {
    background-image: url(../images/custom/wage2.jpg);
}

.wage-pts ol li {
    color: white;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.wage-pts ol {
    padding-left: 0px;
}

.wage-pts ol li::marker {
    content: "⚜";
    color: white;
}

.wage-hd {
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

.wage-hd h4 {
    font-size: 25px;
}

.single-card {
    background-color: #fbbc47;
    padding: 20px;
    margin: 20px;
    box-shadow: 2px 2px 10px grey;
}

.card1-ht {
    height: 466px;
}

.card-hd {
    text-align: center;
    margin-bottom: 25px;
}

.card-hd h4 {
    color: white;
    font-size: 25px;
    font-weight: 600;
}

.c1-hd {
    margin-top: 70px;
}

.lower-bg {
    position: absolute;
    left: 26%;
    top: 208%;
    z-index: -999;
    filter: drop-shadow(2px 4px 6px black);
    transform: scale(1.5);
}

.card-pts ol li {
    color: white;
    list-style-type: disc;
    font-size: 16px;
}

.single-card p {
    color: white;
    font-size: 16px;
}

.min-card {
    background-color: brown;
    padding: 20px;
    margin: 40px 20px 20px;
}

.min-hd {
    text-align: center;
}

.min-card h4 {
    color: white;
    padding: 10px;
}

.min-card p {
    color: white;
    font-size: 15px;
    line-height: 1.5;
}

.min-card ol li {
    color: white;
    font-size: 15px;
    padding-left: 5px;
    list-style-type: square;
    line-height: 1.5;
}

.min-card ol {
    padding-left: 10px;
}

.min-details {
    margin-top: 15px;
}

.min-bg {
    position: absolute;
    z-index: -9999;
    top: 60%;
    transform: scaleX(1.5);
}

.min1,
.min3 {
    margin-top: 256px;
}

.min-wage-card {
    background-color: orange;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px grey;
}

.min-wage-hd {
    text-align: center;
    margin-bottom: 20px;
}

.min-wage-hd h4 {
    font-size: 22px;
}

.min-wage-card ol {
    padding-left: 10px;
}

.min-wage-card ol li {
    padding-left: 10px;
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.5;
}

.wcard3 {
    height: 340px;
    padding-top: 65px;
}

.x-last-card {
    margin-top: -44%;
}

.x-last-card p {
    font-size: 16px;
    color: #2a2a2a;
}

.flow-card {
    text-align: center;
    background-color: #015100;
    padding: 60px;
    margin: 20px;
    border-radius: 50%;
}

.flow-c2,
.flow-c3 {
    margin-top: -70px;
}

.mid-fcard {
    margin-top: 70px;
}

.flow-bg {
    position: absolute;
    left: 27.7%;
    top: 300%;
    transform: scale(1.2);
}

.flow-hd h4 {
    color: white;
    border-bottom: 2px solid white;
    margin-bottom: 15px;
    margin-top: 5px;
}

.flow-p h2 {
    color: white;
}

.flow-p p {
    color: white;
}

.min-wage {
    margin: 50px 0;
}

.flowchart {
    margin: 100px 0;
}

.padding-100 {
    padding: 50px 0;
}

.mid-bg {
    position: absolute;
    left: 30%;
    top: 156%;
    filter: drop-shadow(2px 2px 7px grey);
}

.motto-hd {
    text-align: center;
    margin: 40px 0;
}

.motto-hd h3 {
    font-size: 30px;
    font-weight: 700;
    background: -webkit-linear-gradient(#0066b2, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.motto-hd h5 {
    font-size: 20px;
    background: -webkit-linear-gradient(#0066b2, #333);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.definition-card {
    padding: 20px;
    margin: 20px;
    background: linear-gradient(45deg, #8c1212, #ff8500);
    box-shadow: 2px 2px 5px grey;
}

.equality span,
.diversity span {
    font-weight: 800;
    text-decoration: underline;
}

.equality,
.diversity {
    font-size: 20px;
    color: white;
}

.diversity-card {
    background-color: goldenrod;
    padding: 20px;
    margin: 20px;
    box-shadow: 2px 2px 5px grey;
    border-radius: 10px;
}

.diversity-card ol li {
    font-size: 17px;
    color: white;
    list-style-type: square;
}

.diversity-hd {
    text-align: right;
}

.diversity-card.a2 {
    clip-path: polygon(
        25% 0,
        100% 0,
        100% 20%,
        100% 80%,
        100% 100%,
        25% 100%,
        0% 50%
    );
}

.equity-card {
    background-color: tomato;
    padding: 20px;
    margin: 20px;
    box-shadow: 2px 2px 5px grey;
    border-radius: 10px;
}

.equity-card ol li {
    font-size: 17px;
    color: white;
    list-style-type: square;
}

.equity-hd {
    text-align: left;
}

.equity-card.a2 {
    clip-path: polygon(0% 20%, 0 0, 75% 0, 100% 50%, 75% 98%, 0 100%, 0% 80%);
}

.inclusive-card {
    background-color: peru;
    padding: 20px;
    margin: 20px;
    box-shadow: 2px 2px 5px grey;
    border-radius: 10px;
}

.inclusive-card ol li {
    font-size: 17px;
    color: white;
    list-style-type: square;
}

.inclusive-hd {
    text-align: right;
}

.inclusive-card.a2 {
    clip-path: polygon(
        25% 0,
        100% 0,
        100% 20%,
        100% 80%,
        100% 100%,
        25% 100%,
        0% 50%
    );
}

.a2 h6 {
    color: whitesmoke;
}

.a2 h4 {
    font-weight: 700;
}

.inclusive-mid-hd h5 {
    color: white;
    font-weight: 600;
}

.disc-card {
    background: linear-gradient(45deg, #003806, #ffdd76);
    padding: 20px;
    margin: 20px;
    box-shadow: 2px 2px 5px grey;
}

.dc1 {
    text-align: center;
}

.inc-arrow {
    position: absolute;
    left: 37%;
    top: 240%;
}

.pad-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.disc-main h4 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    margin: 7px;
}

.disc-pts ol li {
    font-size: 20px;
    color: white;
    list-style-type: square;
}

.end-p-details {
    background-color: brown;
    padding: 25px;
    margin: 20px;
    border-radius: 10px;
}

.end-p-details p {
    font-size: 20px;
    color: white;
    line-height: 1.5;
}

.div-bg {
    position: absolute;
    z-index: 9;
    left: 54.2%;
    top: 110%;
}

.eq-bg {
    position: absolute;
    left: 32.55%;
    top: 163.3%;
    z-index: 9;
}

.inc-bg {
    position: absolute;
    z-index: 9;
    left: 54%;
    top: 213.4%;
}

.end-row {
    margin-bottom: 80px;
}

/* Bishal Custom Css Start*/

/* Ebook start */

.ebooks {
    margin: 80px 0;
}

.single-ebook {
    padding: 15px 15px;
    background: #1d4897;
    text-align: center;
    color: white;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    transition: 1s;
}
.single-ebook:hover {
    background-color: #c33937;
    color: black;
}
.single-ebook h3 {
    font-size: 16px;
    /* margin-bottom: 10px; */
}

/* Ebook end */

/* Card slider start */

.slider10 {
    max-width: 1100px;
    display: flex;
}
.slider10 .card {
    flex: 1;
    margin: 0 10px;
    background: #fff;
}
.slider10 .card .img {
    height: 100%;
    /* height: 200px; */
    width: 100%;
}
.slider10 .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider10 .card .content {
    padding: 10px 20px;
    height:70px;
}
.card .content .title {
    /* font-size: 25px; */
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.card .content .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
}
.card .content p {
    text-align: justify;
    margin: 10px 0;
}
.card .content .btn {
    display: block;
    text-align: left;
    margin: 10px 0;
}
.card .content .btn button {
    background: #e74c3c;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.card .content .btn button:hover {
    transform: scale(0.9);
}

/* Card slider end */

/* .nav-bar-link {
    margin-left: 190px;
}

@media (max-width: 768px) {
    .nav-bar-link {
        margin-left: 0;
    }
} */

/* Training toolkit start */

.training-row {
    row-gap: 60px;
}

/* Training toolkit end */

/* Footer start */

.footer {
    padding-top: 60px;
    margin-top: 60px;
}

/* Footer end */

/* posh start */

/* .posh{
    margin-top: 60px;
} */

/* Diversity start */

.diversity-last {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Diversity end */

.py-50 {
    margin: 50px 0;
}

.py-60 {
    padding: 60px 0;
}

.py-service {
    padding: 0px 0 40px;
}

/* Bishal Custom Css End*/



/* ===================== */
/* Training Toolkits PDF */
/* ===================== */

.download-section a {
	color: black;
}

.pdf-download h3 {
	margin: 30px 0;

}

.dwnload-btn {
	border-bottom: 4px groove #1c4796;
	box-shadow: 0 0 5px #bebebe;
	padding: 15px 6px;
	margin: 15px;
	text-align: center;
	border-radius: 20px;
	transition: all 0.1s linear;
}

.dwnload-btn:hover {
	box-shadow: 2px 2px 5px #bebebe inset;
	border-bottom: 2px groove #1c4796;

}

.download-section {
	margin-bottom: 60px;
}

.demo-btn {
    position: fixed;
    z-index: 99999;
    bottom: 145px;
    /* background-color: #FF5722; */
    line-height: 100px;
    width: 160px;
    height: 80px;
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    /* border-top-right-radius: 70px; */
    /* border-bottom-right-radius: 30px; */
    /* border-bottom: 5px groove #00BCD4; */
    left: -65px;
    transform: rotate(90deg);
}

.demo-btn button {
    color: #fff;
    font-size: 20px;
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbc522;
    line-height: 100px;
    width: 150px;
    height: 55px;
    /* border-radius: 0px 30px 30px 0px; */
    border: none;
    /* border-top-left-radius: 50px; */
    /* border-bottom-left-radius: 20px; */
    border-bottom: 5px groove #2196f3;
    border-radius: 20px 20px 0px 0px;
}



/* ================= */
/* Mobile Responsive */
/* ================= */

@media (min-width: 360px) and (max-width: 421px) {
	.pdf-download h3 {
        margin-bottom: 15px;
        margin-top: 35px;
    }

    .nav-bar .logo .logo-nav img {
        width: 70% !important;
    }

    /* .enquiry {
        right: -35px !important;
    } */

    html {
        width: 100% !important;
    }

    .demo-btn button {
        font-size: 15px;
        width: 125px;
        height: 40px;
    }

    .demo-btn {
        bottom: 80px;
        left: -80px;
    }

    .enquiry button {
        font-size: 15px;
        width: 125px;
        height: 40px;
    }

    .enquiry {
        bottom: 115px;
        right: -80px;
    }

    .mars {
        bottom: 90px;
    }

    .overlay2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000ab;
    }

    .overlay {
        height: 450px !important;
    }

    .table-cell {
        height: 88vh !important;
    }

    .header .header-owl {
        height: 450px;
    }

    .paras {
        padding: 10px 30px;
    }

    .why {
        margin: 30px 0px 0px !important;
    }

    .icons {
        width: 95%;
    }

    .items h4 {
        font-size: 20px;
    }

    .items p {
        font-size: 10px;
        line-height: 1.7;
        text-align: justify !important;
    }

    .practice h4 {
        font-size: 20px !important;
    }

    .practice p {
        font-size: 10px !important;
        line-height: 18px !important;
    }

    .testimonial-box .sec-title h3, .testimonial-4 .sec-title h3 {
        font-size: 20px !important;
        text-align: center !important;
    }

    .slider10 .card {
        flex: 1;
        margin: 0 10px;
        background: #fff;
        margin: 0px 40px;
    }

    .slider10 .card {
        margin: 0px 40px;
    }

    .sec-title h3 {
        font-size: 20px;
    }

    .pro h4 {
        font-size: 15px;
    }

    .part h3 {
        font-size: 20px;
    }

    .part p {
        font-size: 12px;
        line-height: 1.7;
    }

    .footer h3 {
        font-size: 30px;
        color: white;
        padding-bottom: 0px;
    }

    .footer .logo p {
        font-size: 12px;
    }

    .footer .logo ul li a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .footer .newsletter h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer .newsletter p a {
        font-size: 15px;
    }

    .copyright p a {
        font-weight: 500;
    }

    .copyright p {
        font-size: 13px;
    }

    .paras p {
        font-size: 12px;
    }

    .breadcrumb-header .banner h1 {
        font-size: 20px !important;
        text-align: center !important;
    }

    .factory-p p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    }

    .about-2 .img-box {
        margin: 0;
        padding: 25px 0;
    }


    .about-2 .img-box .about-img{
        padding: 0 10px;
    }


    .need {
        font-size: 20px !important;
    }

    .needs li {
        font-size: 12px;
        text-align: center;
    }

    .sec-title p {
        font-size: 12px;
        line-height: 23px;
        text-align: justify;
    }

    .quote-hd h2 {
        text-align: center;
        font-size: 20px;
    }

    .quote .box p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }


    .nav-bar .nav-bar-link li.labour-level > ul.secnd-menu {
        display: none;
    }

    .nav-bar .nav-bar-link li.labour-level:hover > ul.secnd-menu {
        display: block;
    }
    
    .wage-mrg {
        margin-top: -40px;
    }

    .labour-hd h4 {
        font-size: 20px;
    }
    
    .first-p p {
        font-size: 12px;
        text-align: center;
    }

    .apply-pts {
        margin: 10px 0 0;
    }

    .hd-wage h5 {
        font-size: 20px;
    }

    .apply-pts ol li {
        font-size: 14px;
    }

    .wage-hd h4 {
        font-size: 20px;
    }

    .wage-pts ol li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .card-hd h4 {
        color: white;
        font-size: 20px;
        font-weight: 600;
    }

    .card-pts ol {
        padding-left: 10px;
    }

    .single-card p {
        font-size: 13px;
        text-align: justify;
        line-height: 1.4;
    }

    .card-pts ol li {
        font-size: 12px;
    }

    .footer {
        margin-top: 15px !important;
    }

    .flow-connect {
        top: 125%;
    }

    .flow-connect2 {
        top: 181%;
    }

    .labour-fchart h5 li {
        font-size: 17px;
    }

    .labour-pts ol li {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }

    .pts1 ol li::marker {
        font-size: 13px;
    }

    .pts2 ol li::marker {
        font-size: 13px;
    }

    .obj-hd h4 {
        font-size: 20px;
    }

    .obj-hd {
        margin: 35px 0 35px !important;
    }

    .obj-abt p {
        font-size: 12px;
        line-height: 1.5;
    }

    .single-obj {
        margin: 10px 0px !important;
        height: 130px;
    }

    .obj-padding {
        padding-top: 30px;
    }

    .obj-padding2 {
    padding-top: 22px;
    }

    .first-obj {
        padding-top: 12px;
    }

    .single-content-hd h5 {
        font-size: 20px;
    }

    .single-content {
        padding: 15px;
        margin: 20px 0 20px !important;
    }

    .single-points ol {
        padding-left: 15px;
    }

    .single-points ol li {
        font-size: 13px;
        line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 10px;
    }

    .single-points ol li::marker {
        font-size: 13px;
    }

    .min-card h4 {
        font-size: 20px;
    }

    .min-card ol li {
        font-size: 12px;
    }

    .min-card p {
        font-size: 13px;
        text-align: center;
    }

    .min-wage-hd h4 {
        font-size: 20px;
    }

    .min-wage-card ol li {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 6px;
        text-align: justify;
    }

    .min-wage-card {
        margin: 20px 0 0;
    }

    .wcard3 {
        padding-top: 38px;
        margin-bottom: 20px;
    }

    .x-last-card p {
        font-size: 15px;
    }

    .flow-order {
        order: -1;
    }

    .mid-fcard {
        outline: 5px double #015100;
        outline-offset: 5px;
    }

    .about .text-box {
        margin-top: 0px !important;
    }

    .company li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .company1 li {
        font-size: 12px;
    }

    .training ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .training {
        margin-top: 10px !important;
    }

    .process h3 {
        font-size: 20px;
        text-align: center;
    }

    .process ul li {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 8px;
    }

    .process p {
        font-size: 13px;
        line-height: 18px;
    }

    .pic {
        margin-top: 15px;
    }

    .benefits h3 {
        font-size: 20px;
    }

    .benefits ul li {
        font-size: 12px;
    }

    .benefits {
        height: 170px;
    }

    .benefits {
        text-align: center;
    }

    .dwnload-btn {
        padding: 10px 5px;
    }

    .download-section {
        margin-bottom: 20px;
    }

    .ebooks {
    margin: 40px 0 20px !important;
}

.posh-pad {
    padding: 0px 0 !important;
}

.posh1 h3 {
    font-size: 20px !important;
    text-align: center;
}

.posh1 {
    margin: 0px auto 20px !important;
}

.posh p {
    font-size: 12px;
    line-height: 1.7;
}

.impo h3 {
    margin-top: 35px !important;
    font-size: 20px;
}

.impo p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.img-fluid2 {
    height: 360px;
}

.under h3 {
    font-size: 20px;
}

.under ul li {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.train2 {
    margin-bottom: 20px;
}

.coc-bc {
        margin-bottom: 20px !important;
}

.coc h3 {
    font-size: 20px;
}

.coc {
    margin-bottom: 15px !important;
}

.code p {
    font-size: 13px;
    line-height: 20px;
}

.under1 ul li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.member {
    padding: 20px 0px 20px 24px;
    height: 190px;
}

.member ul li {
    font-size: 12px;
}

.member h3 {
    text-align: center;
}

.develop ul li {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 7px;
}

.motto-hd {
    margin: 0px 0 25px;
}

.motto-hd h3 {
    font-size: 23px;
}

.motto-hd h5 {
    font-size: 15px;
}

.equality, .diversity {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.diversity-pts ol {
    padding-left: 15px;
}

.diversity-card ol li {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.diversity-card {
    padding: 20px 20px 10px;
    margin: 20px 0 0 !important;
}

.equity-card {
    margin: 20px 0 0 !important;
}

.inclusive-card {
    margin: 20px 0 0 !important;
}

.diversity-hd h4 {
    font-size: 20px;
}

.diversity-hd h6 {
    font-size: 12px;
}

.equity-hd h4 {
    font-size: 20px;
}

.equity-hd h6 {
    font-size: 12px;
}

.diversity-order {
    order: -1;
}

.inclusive-order {
    order: -1;
}

.equity-pts ol {
    padding-left: 15px;
}

.equity-card ol li {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 6px;
}

.inclusive-hd h4 {
    font-size: 20px;
}

.inclusive-hd h6 {
    font-size: 12px;
}

.inclusive-mid-hd h5 {
    font-size: 15px;
    margin-bottom: 8px;
}

.inclusive-card ol li {
    font-size: 12px;
    color: white;
    list-style-type: square;
    line-height: 1.7;
}

.inclusive-card ol {
    padding-left: 15px;
}

.disc-main h4 {
    font-size: 20px;
}

.dc2 {
    padding: 20px 20px 5px;
    margin: 0px 0 20px !important;
}

.dc1 {
    margin: 35px 0 20px !important;
}

.disc-pts ol li {
    font-size: 15px;
}

.end-p-details p {
    font-size: 13px;
    text-align: justify;
}

.mbl-part {
    margin-bottom: -30px;
    margin-top: -15px;
}

.breadcrumb-header .banner p {
    text-align: center;
}

.quote-item input, .quote-item textarea, .quote-item select {
    margin-left: 15px;
    margin-right: 15px;
    width: 92%;
}
.cv-container {
    margin-bottom: 40px;
}
.btn-1 {
    font-size: 13px;
    padding: 0 25px;
    line-height: 30px;
}

.bg-line, .provident-bg {
    display: none;
}

.benefit-pt-main {
    display: block !important;
}

.bp1,.bp2, .bp3, .bp4 {
    margin-bottom: 15px;
}

.provident-start p {
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
}

.objective-hd h3 {
    font-size: 20px;
}

.pf-objective ol {
    padding-left: 10px;
}

.pf-objective ol li {
    font-size: 12px;
    text-align: justify;
    line-height: 1.5;
}

.obj-img img {
    height: 185px !important;
    width: 50%;
}

.obj-img {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.mid-img2 img {
    width: 60% !important;
}

.mid-img2 {
    right: 5% !important;
    top: 160% !important;
}

.mid-img img {
    width: 75% !important;
}

.mid-img {
    top: 176.5% !important;
    left: 200px !important;
}

.employ-left img {
    width: 45%;
}

.employ-right img {
    width: 100%;
}

.employ-left {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.employ-right {
    margin-top: 30px;
    margin-bottom: 30px;
}

.benefits-hd h3 {
    font-size: 20px;
    line-height: 1.5;
}

.benefits-hd {
    margin: 0px auto 15px !important;
}

.benefit-pt {
    font-size: 12px;
    line-height: 1.5;
}

.criteria-hd h3 {
    font-size: 20px;
    text-align: center;
}

.criteria-pts li {
    padding-left: 5px !important;
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
}

.provident-fund {
    margin: 0 10px;
}
    
.col-employ-img {
    text-align: center;
}
.pt-table-bg, .pt-table-bg2 {
    display: none;
}

.pt-table table td {
    color: #212529 !important;
}

.banner-pt {
    position: relative !important;
    top: 16px !important;
    left: 82px !important;
    transform: rotate(180deg);
    width: 85%;
}

.banner-pts {
    position: absolute !important;
    top: 36px !important;
    right: -25px !important;
    transform: rotate(180deg);
}

.professional-section {
    margin-left: 15px;
    margin-right: 15px;
}

.pt-defn {
    font-size: 13px;
    line-height: 1.6;
}

.pt-main {
    height: 340px !important;
}

.banner-pts p {
    font-size: 13px !important;
    text-align: center;
    width: 165px !important;
}

.banner-pt img {
    width: 364px !important;
    height: 186px !important;
}

.pt-table h3 {
    color: #1f1f1f !important;
    margin-right: 0px !important;
    font-size: 20px !important;
}


.pt-main {
    padding: 10px !important;
    margin: 0 0px !important;
}

.pt-right {
    margin: 35px 20px 60px !important;
    text-align: center;
}

.pt-right img {
    height: 300px !important;
}

.pt-table tr th {
    padding: 10px 0px !important;
    font-size: 12px !important;
}

.pt-table table td {
    font-size: 12px !important;
}

.form-esic h3 {
    font-size: 20px;
}

.esic-bg2 {
    display: none;
}

.kf-bg {
    display: none;
}

.esic-eligible img, .esic-percentage img {
    width: 100%;
}

.form-esic {
    margin: 20px 0 0px !important;
    padding: 7px !important;
}

.esic-bfit-hd h3 {
    font-size: 20px;
}

.esic-benefits ol li {
    font-size: 12px;
    line-height: 1.7;
}

.lg-pad {
    padding-top: 0px !important;
}

.kf-row {
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}

.key-f-hd h3 {
    font-size: 20px;
}

.key-card p {
    font-size: 12px;
}

.key-card {
    margin: 10px 0 !important;
}

.esic-benefits ol {
    padding-left: 0px;
}

.esic-eligible {
    margin-bottom: -15px !important;
}

.esic {
    margin-left: 15px;
    margin-right: 15px;
}

.esic-benefits {
    padding: 10px !important;
}



}

/* ================= */
/* Mobile Responsive */
/* ================= */


.provident-start {
    padding: 20px;
    border-radius: 10px;
    margin: 15px 0;
    background-color: #031d48;
    box-shadow: 0 0 5px black;

}

.provident-start p {
    margin-bottom: 0px;
    color: white;
}

.provident-img {
    position: absolute;
    z-index: -1;
    top: 296px;
    left: 45%;
    transform: scale(1.9);
    opacity: 0.7;
}

.pf-objective ol li::marker {
    content: "»";
    font-size: 20px;
}

.pf-objective ol li {
    padding-left: 10px;
}

.objective-hd {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pf-objective {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid grey;
    background-color: #ffffaa;
    box-shadow: 2px 2px 5px black;
}

.benefits-hd {
    backdrop-filter: blur(50px);
    padding: 10px 15px;
    text-align: center;
    width: fit-content;
    margin: 20px auto 0;
}


.benefit-pt-main {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.benefit-pt {
    display: flex;
    flex-direction: column;
    flex: 0 0 15%;
    padding: 15px;
    text-align: center;
    background-color: #ffbf95;
    box-shadow: 0 0 5px black;
    border-radius: 10px;
    font-weight: 600;
}

.pf-benefits {
    /* border: 2px solid black; */
    padding: 20px;
    margin: 20px 0;
}

.criteria-pf {
    padding: 20px;
    margin: 20px 0;
    background: rgb(58,0,124);
background: linear-gradient(180deg, rgba(58,0,124,1) 0%, rgba(2,0,154,1) 100%);
    border-radius: 10px;
}

.criteria-hd {
    margin: 20px 0;
}

.criteria-hd h3 {
    color: white;
}

.criteria-pts li {
    color: white;
    padding-left: 10px;
}

.criteria-pts li::marker {
    content: "»";
    font-size: 20px;
}

.contribution {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.percentile {
    display: flex;
    flex-direction: column;
    flex: 0 0 10%;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
    margin: 60px 0 0;
}

.provident-bg {
    position: absolute;
    z-index: -1;
    top: 256px;
    left: 420px;
    transform: scaleY(1.1);
}

.bg-line {
    position: absolute;
    top: 715px;
    left: 27%;
    transform: scaleX(2);
    z-index: -1;
}

.mid-img {
    position: absolute;
    top: 116.5%;
    opacity: 0.5;
    left: 340px;
}

.mid-img2 {
    position: absolute;
    right: 25%;
    top: 116.5%;
    opacity: 0.5;
}

.percent-img {
    position: absolute;
    z-index: -1;
    filter: drop-shadow(2px 2px 4px black);
}

.percent-node1 img {
    width: 150px;
}
.percent-node2 img {
    width: 130px;
}
.percent-node3 img {
    width: 110px;
}
.percent-node4 img {
    width: 90px;

}
.percent-node1 {
    left: 206.5px;
    top: 201.5%;
}
.percent-node2 {
    left: 35.5%;
    top: 203%;
}
.percent-node3 {
    top: 205%;
    left: 55.5%;
}
.percent-node4 {
    top: 207%;
    left: 75%;
}

.percentile h3 {
     color: white;
     font-weight: 600;
}

.p-strght {
    position: absolute;
    top: 197%;
    left: 315px;
    transform: scaleX(3.5);
}

.obj-img {
    margin-top: -70px;
    margin-left: -40px;
}

.obj-img img {
    height: 242px;
}

.em-pf-row {
    margin-top: 30px;
}

.employ-left {
    margin-top: 8px;
    margin-left: 45px;
}

.criteria-pts ol {
    padding-left: 10px;
}

.pt-main {
    background-color: #112f5d;
    padding: 20px;
    color: white;
    border-radius: 10px;
}

.banner-pt img {
    height: 200px;
    width: 500px;
}

.banner-pt {
    position: absolute;
    top: -60px;
    right: -55px;
}

.banner-pts p {
    color: #ffffff;
    font-weight: 600;
    display: block;
    width: 230px;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 0 2px 5px black;
}

.banner-pts {
    position: absolute;
    top: 65px;
    right: 130px;
}

.pt-defn {
    font-weight: 500;
    text-align: justify;
}

.pt-table table td {
 border: 2px solid black;
 padding: 12px;
 text-align: center;
 color: white;
}

.pt-table {
    margin: 50px 0 20px;
}

.pt-table h3 {
    margin-bottom: 20px;
    color: white;
    text-align: center;
    margin-right: 20px;
}

.pt-table tr th {
    border: 2px solid black;
    padding: 20px;
    text-align: center;
    color: white;
    background-color: #00000063;
}

.pt-table-bg {
    position: absolute;
    top: 490px;
    left: 275px;
    z-index: -1;
    transform: scaleY(1.15);
}

.pt-right img {
    height: 390px;
}

.pt-right {
    margin: 20px;
}

.professional-tax {
    margin-bottom: -30px;
}

.pt-table-bg2 {
    position: absolute;
    left: -60px;
    top: 380px;
    z-index: -2;
    transform: rotate(340deg);
    opacity: 0.3;
}

.pt-right2 {
    position: absolute;
    top: 295px;
    right: -145px;
    z-index: -1;
}

.form-esic {
    background: linear-gradient(180deg, #000238, #23006659);
    margin: 20px 0 70px;
    padding: 20px;
    border-radius: 10px;
}

.esic-benefits {
margin: 30px 0;
padding: 25px;
border: 10px groove black;
box-shadow: 0px 0px 15px black inset;
background: url("../images/custom/benefit-bg.jpg");
}

.esic-bfit-hd {
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px black;
}

.esic-bfit-hd h3 {
    color: white;
}

.esic-benefits ol li {
    text-align: justify;
    font-weight: 500;
    padding-left: 10px;
    color: white;
}

.esic-benefits ol li::marker {
    content: "✧";
    color: white;
    font-weight: 600;
}

.esic-benefits ol {
    padding-left: 10px;
}

.key-f-hd {
    background: linear-gradient(0deg, #311313, #481d1d8c);
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    position: relative;
    z-index: 2;
}

.key-f-hd h3 {
    color: white;
    text-shadow: 2px 2px 3px black;
}


.lg-pad {
    padding-top: 45px;
}

.key-card {
    margin: 20px 0;
    text-align: center;
    padding: 15px 10px;
    background-color: #00000070;
    border-radius: 10px;
}

.key-card p {
    margin-bottom: 0px;
    color: black;
    font-weight: 600;
    padding: 4px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 4px black;
    position: relative;
    z-index: 9;
}

.form-esic h3 {
    color: white;
    text-shadow: 2px 2px 3px black;
}

.esic-bg {
    position: absolute;
    left: 82%;
    top: 480px;
}

.esic-bg2 {
    position: absolute;
    transform: rotate(270deg);
    top: -132px;
    left: 265px;
}

.esic-bg img {
    height: 90px;
    width: 140px;
}

.esic-bg2 img {
    width: 140px;
    height: 360px;
}

.kf-bg {
    position: absolute;
    top: 1160px;
    z-index: 1;
    left: 160px;
    opacity: 0.5;
}

.kf-bg img {
    width: 145%;
}

.kf-row {
    box-shadow: 0 0 25px #c8c8c8;
    border-radius: 10px;
    background: linear-gradient(0deg, #1d1322, transparent);
}

.quote-item select {
    border: 2px solid #e9e9e9;
    /* padding: 10px 8px; */
    width: 100%;
    color: #717171;
    font-size: 13px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.submit-btn-cv {
    text-align: center;
    margin-top: 25px;
}

.cv-container {
    padding: 50px 0;
    background: url("../images/custom/cv-bg.jpg");
    border-radius: 10px;
    box-shadow: 10px 10px 10px grey;
}

.submit-cv {
    margin-bottom: -10px;
}

.resume-item input {
    padding: 24.5px 8px;
}

.quote .box ol {
    padding-left: 10px;
}

.quote .box ol li {
    padding-left: 5px;
}

.about-2 .text-box ol {
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 15px;
}

.about-2 .text-box ol li {
    padding-left: 5px;
}
.about-2 .text-box ol li span {
    text-align: justify;
}

.template-section {
    margin-bottom: 85px;
}

.template-section a {
    color: black;
}
.times {
    position: absolute;
    top: 210px;
    right: 0px;
}
.times img {
    width: 700px;
}
