html {
    scrollbar-color: #B5975B #fff;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #B5975B;
}

body::-moz-scrollbar {
    width: 8px;
}

body::-moz-scrollbar-track {
    background: #fff;
}

body::-moz-scrollbar-thumb {
    background: #B5975B;
}

body::-o-scrollbar {
    width: 8px;
}

body::-o-scrollbar-track {
    background: #fff;
}

body::-o-scrollbar-thumb {
    background: #B5975B;
}

body::-ms-scrollbar {
    width: 8px;
}

body::-ms-scrollbar-track {
    background: #fff;
}

body::-ms-scrollbar-thumb {
    background: #B5975B;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Paralucent thin';
    src: url('../fonts/Paralucent-Regular.eot');
    src: url('../fonts/Paralucent-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Paralucent-Regular.woff2') format('woff2'),
        url('../fonts/Paralucent-Regular.woff') format('woff'),
        url('../fonts/Paralucent-Light.ttf') format('truetype'),
        url('../fonts/Paralucent-Regular.svg#Paralucent-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Paralucent medium';
    src: url('../fonts/Paralucent-Regular.eot');
    src: url('../fonts/Paralucent-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Paralucent-Regular.woff2') format('woff2'),
        url('../fonts/Paralucent-Regular.woff') format('woff'),
        url('../fonts/Paralucent-Medium.ttf') format('truetype'),
        url('../fonts/Paralucent-Regular.svg#Paralucent-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'paralucent thin';
}


body {
    overflow-x: hidden;
}


/* preloader*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000000000000000000;
    display: flex;
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#preloader:after {
    left: auto;
    right: 0;
}

#preloader .loader_line {
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.loader_line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #B5975B;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #999999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

@keyframes lineheight {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes lineround {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}

.portfolio_list {
    min-height: 50vh;
}

/*hiding all*/
.preloaded .loader_line:after {
    opacity: 0;
}

.preloaded .loader_line {
    opacity: 0;
    height: 100% !important;
}

.preloaded:before,
.preloaded:after {
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
    0% {
        width: 50%;
    }

    100% {
        width: 0%;
    }
}

/*back to top*/
#button {
    display: inline-block;
    background-color: #B5975B;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/*header*/
header {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff2d;
}

.navbar-brand img {
    width: 240px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #B5975B;
    overflow-x: hidden;
    transition: 0.9s;
    padding: 60px 0 20px;
    padding-top: 60px;
    z-index: 9999;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 17px;
    color: #e3e3e3;
    display: block;
    transition: 0.3s;
}

.sidenav h6 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.header-right {
    position: absolute;
    right: 2%;
    top: 37%;
    z-index: 99;
}

.hedear-top.active .header-right {
    top: 48%;
}

.header-right ul {
    padding: 0;
}

/* hover */

.left-conantant {
    left: -300px;
    ;
}

.navbar-right {
    width: auto;
    display: flex;
    justify-content: center;
    margin: auto;
}

.navbar-right a {
    color: #fff;
}

.nav-btn .form-control {
    padding: 3px 30px;
    border-radius: 18px;
    background: url(../images/icon-feather-search.png) no-repeat rgb(255, 255, 255, 0.4);
    background-position: 4%;
    border-color: transparent;
}

.nav-btn input::placeholder {
    color: #fff !important;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 19px;
    color: #fff;
    font-size: 15px;
    font-family: 'SF Pro Display';
    font-weight: normal;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #B5975B !important;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
    align-items: center;
    border-right: 02px solid #ffffff2d;
    border-left: 1px solid #ffffff2d;
    max-width: 55%;
}

.mr-sm-2 {
    margin-right: 3.5rem !important;
}
.navbar-right li
{
    list-style:none !important;
    padding:15px;
}
.call-me-back
{
        background-color: #b5975b;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.call-me-back:hover
{
    text-decoration:none;
    background-color: #003049;
}
.hedear-btn .btn-primary {
    background: #ED1C24;
    color: #fff;
    border-radius: 23px;
    padding: 5px 25px;
    border-color: #ED1C24;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
}

.hedear-btn {
    margin-left: 60px;
}

.nav-btn {
    width: 100%;
}

.hedear-btn .btn-primary:not(:disabled):not(.disabled):active {
    background: #192544;
    border-color: #192544;
}

.hedear-btn .btn-primary:focus {
    box-shadow: none !important;
}

.hedear-btn .btn-primary:hover {
    background: #f7941d;
    border-color: #f7941d;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #B5975B;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.navbar {
    padding-bottom: 0;
}

.hedear-top.active {
    top: 0px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.hedear-top.active .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.hedear-top.active .hvr-underline-from-center:before {
    background: #000;
}

.hedear-top.active .nav-btn .form-control {
    background: url(../images/icon-feather-search.png) no-repeat #8d8d8d;
    background-position: 4%;
}

.hedear-top.active .mr-sm-2 {
    margin-right: 0.5rem !important
}

.hedear-top.active .on-srool-1 {
    display: none;
}

.hedear-top.active .on-srool-2 {
    display: block;
    cursor: pointer;
}

.on-srool-2 {
    display: none !important;
}

/* banner */
.banner {
    position: relative;
}

.phone-img {
    display: none;
}

.banner .owl-carousel .owl-nav.disabled {
    display: block;
}

.banner-text {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-text h1 {
    font-size: 60px;
    color: #fff;
    padding-right: 45%;
    font-family: 'paralucent medium';
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.banner-text h6 {
    font-size: 20px;
    color: #B5975B;
    padding-right: 51%;
    font-family: 'paralucent medium';
    position: relative;
}

.banner-img img {
    width: 100%;
}

.date-box {
    padding-left: 30px;
    position: relative;
}

.date-box h4 {
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff;
}

.date-box h5 {
    font-size: 21px;
    font-family: 'Roboto';
    font-weight: normal;
    color: #fff;
    opacity: 0.8;
}

.date-box h6 {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    font-family: 'Roboto';
    font-weight: normal;
}

.date-box::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 2px;
    height: 100px;
    left: 15px;
}

.calendar {
    position: absolute;
    right: 5%;
    bottom: 44%;
    z-index: 9;
    display: flex;
    align-items: center;
}

.banner-text span {
    color: #ED1C24;
    font-family: 'SF Pro Display';
    font-weight: 500;
}

.banner-text p {
    color: #fff;
    font-size: 17px;
    padding-right: 47%;
}

.banner-taxt-btn a {
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 23px;
    padding: 8px 30px;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: normal;
}

.banner-taxt-btn a:hover {
    background: #ED1C24;
    color: #fff;
    transition: .4s;
}

.idac-logo {
    position: absolute;
    top: 11%;
    left: 5%;
    display: flex;
    z-index: 1;
}

.idac-logo img {
    width: 100px;
}

.all-social {
    width: 100%;
}

.social-media {
    position: absolute;
    transform: rotate(7deg);
    -webkit-transform: rotate(90deg);
    left: -8%;
    top: 60%;
    z-index: 9;
    display: flex;
    align-items: baseline;
}

.social-media svg {
    color: #B5975B;
    font-size: 18px;
    margin: -2px 15px;
    transform: rotate(7deg);
    -webkit-transform: rotate(-90deg);
}

.social-media i:hover {
    color: #ED1C24;
    transition: .4s;
}

.social-media p {
    font-size: 18px;
    padding: 0;
    /* transform: rotate(7deg);
    -webkit-transform: rotate(-90deg);
    left: -240px; */
}

.all-social p {
    position: relative;
    padding-left: 70px;
    color: #fff;
    -webkit-transform-0p0: rotate(180deg);
    font-family: 'paralucent thin';
    font-weight: 100;

}

.scroll-area {
    position: relative;
    overflow: hidden;
    width: 150px;
}

.scroll-area::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    width: 100%;
    height: 2px;
    /* Adjust line height as needed */
    background-color: #B5975B;
    /* Adjust line color as needed */
    animation: scrollAnimation 2s ease-in infinite;
    /* Adjust animation properties as needed */
    transform: translateY(-50%);
    margin-top: -10px;

}

@keyframes scrollAnimation {
    0% {
        transform: translateX(40%);
    }

    100% {
        transform: translateX(100%);
    }
}

.banner-slider .owl-item {
    opacity: 1;
    transition: opacity 0.5s ease;
    /* Adjust the duration and timing function as needed */
}

.banner-slider .owl-item.fadeOut {
    opacity: 0;
}

.banner-button {
    width: 100%;
    margin-top: 40px;
}
.btn-square {
    width: auto;
    border-radius: 0 !important;
    padding: 10;
    text-align: center;
    border-color: #252525;
    border-right: 4px solid #B5975B;
    border-bottom: 4px solid #B5975B;
    background-color: #252525;
}
.btn-serv {
    width: auto;
    border-radius: 0 !important;
    padding: 10;
    text-align: center;
    border-color: #252525;
    border-right: 4px solid #B5975B;
    border-bottom: 4px solid #B5975B;
    background-color: #252525;
    font-size:16px;
}
.btn-serv:hover
{
    background-color:#003049 !important;
     border-color: #000;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-button .btn-square {
    animation: fadeInUp 1s ease forwards;
}
.navbar-call a
{
    text-decoration:none;
}
.navbar-call a:hover
{
    text-decoration:none;
}
.banner-button .btn-square:hover {
    background-color: #B5975B;
    border-right: 4px solid #252525;
    border-bottom: 4px solid #252525;
}

.banner .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.banner .owl-carousel .owl-dots.disabled {
    display: block;
}

.banner .owl-nav {
    position: absolute;
    bottom: 20%;
    left: 12%;
}

.banner .owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 300;
    opacity: 0.7;
}

.banner .owl-dots {
    display: flex;
    position: absolute;
    right: 70px;
    bottom: 100px;
}

.banner .owl-dots .owl-dot {
    margin: 0px 5px;
    display: none;
}

.banner .owl-dots .owl-dot.active {
    display: block;
}

.box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    bottom: 5%;
}

.box p {
    color: #fff;
    opacity: 0.7;
    font-family: 'Roboto';
}

.box img {
    transform: rotate(45deg);
    animation: animate 2s infinite;
}

@keyframes animate {

    0% {
        opacity: 0;
        transform: rotate(0deg) translate(0px, 0px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(0deg) translate(0px, 0px);
    }
}

.scroll-img {
    text-align: center;
}


/*about section*/
.about {
    padding-top: 80px;
    position: relative;
    z-index: 9;
    padding-bottom: 5%;
    overflow: hidden;
    margin-bottom: 80px;
    padding-bottom: 0px;
}

.shape {
    position: absolute;
    width: 310px;
    height: 350px;
    background-color: #b5975b29;
    z-index: 0;
    top: 65%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.shape02 {
    position: absolute;
    width: 310px;
    height: 350px;
    background-color: #b5975b29;
    z-index: 0;
    top: 65%;
    transform: translate(-50%, -50%);
    right: -30%;
}

.bg-img {
    position: absolute;
    z-index: 1;
    top: 45%;
    right: 10%;
}

.bg-img img {
    width: 150px;
}

.img-text {
    position: relative;
    text-align: center;
    z-index: 1;
    left: -10%;
}

.img-text img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.text-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    border-radius: 10px;
    max-width: 80%;
    text-align: center;
}

.text-overlay p {
    font-family: 'paralucent thin';
    font-weight: 100;
    color: #CACCD1;
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.text-overlay h6 {
    text-align: left;
    color: #B5975B;
    padding-left: 15px;
}

.text-overlay img {
    width: 60px;
    margin-left: 0;
}

.about-right img {
    width: 250px;
    position: relative;
    right: -30%;

}

.text-container {
    text-align: right;
}

.text-containerphone {
    display: none;
}

.text-container h2 {
    color: #B5975B;
    margin-right: -30px;
}

.text-containerphone h2 {
    color: #B5975B;
    margin-bottom: 20px;
}

.text-container h4 {
    margin-right: -30px;
}

.text-container p {
    margin-right: -30px;
}

.text-container span {
    color: #B5975B;
}

.text-containerphone span {
    color: #B5975B;
}

.readmore-button {
    position: relative;
    background-color: #B5975B;
    border: none;
    color: #fff;
    font-family: 'paralucent thin';
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: -30px;
}

.readmore-button::after {
    content: "\2192";
    font-size: 20px;
    margin-left: 5px;
}

.readmore-button:hover {
    background-color: #252525;
    ;
}

/*our team */
.team {
    margin-bottom: 50px;
}

.image-container {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../images/detail-rice-plant-sunset-valencia-with-plantation-out-focus-rice-grains-plant-seed.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.image-container img {
    width: 100%;
    position: absolute;
}



.title-head {
    position: absolute;
    /* top: 20%; */
    padding-top: 60px;
    /* left: 120px; */
    left: 8%;
    text-align: center;
    color: #B5975B;
    z-index: 1;
}

.viewmore-button {
    position: absolute;
    top: 15%;
    right: 8%;
    background-color: transparent;
    color: #B5975B;
    font-family: 'paralucent thin';
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #B5975B;
}

.viewmore-button:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
}

.viewmore-button::after {
    content: "\2192";
    font-size: 20px;
    margin-left: 5px;
}

.team-detail {
    width: 100%;
    margin-top: -270px;
    margin-bottom: 80px;
}
.team-detail .custom-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 0px;
    padding-bottom: 0px;
    position: relative;
}
.team-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    box-shadow: none !important;
    transition: transform 0.3s ease;
}

.team-text {
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: -10%;
}

.team-box:hover {
    transform: translateY(-15px);
}

.team-box:hover {
    .team-text {
        background-color: #B5975B;
        color: #fff;
    }

}


.team-box img {
    width: 100%;
}



.team-box p {
    font-family: 'paralucent thin';
}

.team-box span {
    font-family: 'paralucent medium';
}

.team-card {
    display: grid;
    place-items: center;
    height: 600px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}

/* .team-box:hover .team-text {
    transform: translate(1.2);
} */


/*our services*/

.services {
    width: 100%;
    margin-bottom: 80px;
}

.services-inner {
    width: 100%;
    background-image: url(..//images/service-bg.png);
    height: auto;
    padding: 30px;


}

/* .services-inner .col-xl-6  {
    max-width: 49%;
  } */
.title-head01 {
    margin-left: 62px;
    padding-top: 30px;
    text-align: left;
    color: #B5975B;
    z-index: 1;
}

.title-head01 p {
    color: #fff;
    font-family: 'paralucent thin';
    margin-bottom: 30px;

}

.services .container {
    max-width: 2100px;
    padding-right: 0px;
    margin-right: 0px;
}

.services-textbox {
    background-color: #fff;
    height: auto;
}

.services-innersec {
    width: 80%;
    display: flex;
}

.innersec-left {
    width: 55%;
    text-align: end;
}

.innersec-left img {
    width: 260px;
}

.innersec-right {
    background-color: #fff;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
}

.srvice-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-innersec .read-button {
    background-color: transparent;
    color: #B5975B;
    font-family: 'paralucent thin';
    display: inline-flex;
    justify-content: left;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.services-innersec .read-button:hover {
    color: #000;
    transform: translateY(-2px);
}

.services-innersec .read-button::after {
    content: "\2192";
    font-size: 20px;
    margin-left: 5px;
}

.services-innersec .read-button:hover {
    border: none !important;
}

/*expertise*/
.expertise {
    margin-bottom: 80px;
    position: relative;
}

.expertise-inner {
    background-color: #F6F6F6;
    border-radius: 20px;
}

.title-head02 {
    margin-left: 60px;
    padding-top: 60px;
    text-align: left;
    color: #B5975B;
    z-index: 1;
}

.title-head02 p {
    color: #2b2b2b;
    font-family: 'paralucent thin';
    margin-bottom: 30px;
}

.title-head02 h6 {
    color: #2b2b2b;
    font-family: 'paralucent thin';
}

.expert-carousel {
    padding: 20px 60px;
}

.cards {
    display: grid;
    place-items: center;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    margin-left: 10px;
}

.cards {
    position: relative;
    text-align: center;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* width: 150px;
height: 150px; */
    width: 50%;
    height: 50%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: #0b0f08;
    display: flex;
    flex-direction: column;
    /* align-content: stretch; */
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
    align-items: center;
}

.text-box h6 {
    font-size: 13px;
    font-weight: 500;
    color: 5b641e;
}

.text-box button {
    padding: 0px 0px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    background: linear-gradient(45deg, #ffd400, #5b641e);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    width: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cards>* {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.card__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.card-text {
    padding: 20px;
    margin-top: -70px;
}

.card-text h6 {
    text-align: left;
}

.card-text p {
    text-align: left;
    padding-right: 50px;
}

.card-icon {
    display: flex;
    justify-content: space-between;
}

.card-icon1 {
    width: 100%;
    display: contents;
}

.card-icon2 {
    width: 100%;
    display: contents;
}

.card-icon2 img {
    height: 100%;
    opacity: 0.5;
}

.card-icon1 img {
    height: 100%;
    opacity: 1;
}

.cards:hover {
    .card-icon2 img {
        opacity: 1;
    }

    .card-icon1 img {
        height: 100%;
        opacity: 0.5;
    }
}

.custom-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 50px;
    padding-bottom: 20px;
}

.custom-nav .prev-arrow {
    background-color: #B5975B;
    color: #fff !important;
    border-radius: 10px 0px;
}

.custom-nav .next-arrow {
    background-color: #B5975B;
    color: #fff !important;
    border-radius: 0px 10px;
}

.custom-nav a {
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;


}

.custom-nav a:hover {
    background-color: #000;
}


/* free consultation*/

.consult {
    width: 100%;

}

.consult .container {
    padding: 50px;
   background-image: url(../images/1111.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 80px;
}

.top-text {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.top-text h4 {
    color: #fff;
}

.top-text p {
    color: #d8d8d8;
    margin-top: 20px;
}

.bottom-text {
    width: 100%;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
}

.bottom-text h5 {
    color: #d8d8d8;
    font-family: 'paralucent medium';
}

.bottom-text h6 {
    color: #fff;
}

.bottom-text p {
    color: #b4b4b4;
    margin-top: 20px;
}

.contact-form {
    background-color: #000000;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
}

.enquiry-formn .form-group {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-sub .form-group select {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.form-group label {
    display: none;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    color: #999;
}

.form-group input[type="text"]:focus+label,
.form-group input[type="tel"]:focus+label,
.form-group input[type="email"]:focus+label,
.form-group select:focus+label,
.form-group textarea:focus+label,
.form-group input[type="text"]:not(:placeholder-shown)+label,
.form-group input[type="tel"]:not(:placeholder-shown)+label,
.form-group input[type="email"]:not(:placeholder-shown)+label,
.form-group textarea:not(:placeholder-shown)+label {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    color: #999;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    color: black;
}

.form-group .submit-btn {
    background-color: #B5975B;
    color: white;
    border: none;
    padding: 10px 30px 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    font-family: 'paralucent thin';
}

.form-group .submit-btn:hover {
    background-color: #fff;
    color: #B5975B;
}

.form-group .submit-btn::after {
    content: "\2192";
    position: relative;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}




/* latest news*/
.shape-container {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;

}

.title-head03 {
    position: absolute;
    top: 15%;
    left: 120px;
    text-align: center;
    color: #B5975B;
    z-index: 1;
}

.bg-shape {
    width: 100%;
    height: 300px;
    background-color: #b5975b29;
}

.news {
    width: 100%;
}

.arrow-container {
    width: 90px;
    position: absolute;
    top: 20%;
    right: 8%;
}

.left-arrow,
.middle-arrow,
.right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-size: cover;
}

.left-arrow {
    width: 30px;
    height: 30px;
    left: 0;
    background-image: url('..//images/leftarrow.png');
}

.right-arrow {
    width: 40px;
    height: 40px;
    right: 0;
    background-image: url('..//images/right\ arrow.png');
}

.news-detail {
    width: 100%;
    margin-top: -240px;
    margin-bottom: 80px;
}

.news-image img {
    max-width: 300px;
}

.news-card {
    padding: 5px;
}

.news-text h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.news-text .read-button {
    background-color: transparent;
    color: #B5975B;
    font-family: 'paralucent thin';
    display: inline-flex;
    justify-content: left;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.news-text .read-button::after {
    content: "\2192";
    font-size: 20px;
    margin-left: 5px;
}

.news-text .read-button:hover {
    border: none !important;
    color: #000000;
}

/*footer*/

.footer-inner {
    width: 100%;
}

.footer-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-left {
    width: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: auto;
    background-color: #f4efe6;
    height: 350px;

    padding-left: 50px;
    padding-top: 70px;
}

.footer-left p {
    margin-top: 10px;
    text-align: center;
}

.footer-left img {
    width: 220px;
}

.link-text {
    width: 100%;
    padding: 50px;
}

.final {
    width: 80%;
}

.link-text h6 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.link-text p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.link-text a {
    color: #fff;
    text-decoration: none;
}

.link-text a:hover {
    color: #b4b1b1;
}

.footer span {
    font-weight: bold;
}

footer .read-button {
    background-color: transparent;
    color: #B5975B;
    font-family: 'paralucent thin';
    display: inline-flex;
    justify-content: left;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 0px;
    margin-top: 40px;
    font-size: 20px;
}

footer .row {
    margin-right: 0px;
}

footer .read-button::after {
    content: "\2192";
    font-size: 20px;
    margin-left: 5px;
}

footer .read-button:hover {
    border: none !important;
    color: #fff;
}

.copyright {
    text-align: right;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: 0px;
    background-color: #f4efe6;
    width: 65%;
    padding-right: 10px;
}

.social-icons {
    z-index: 100;
}

.social-icons svg {
    color: #B5975B;
    font-size: 18px;
    margin: -2px 5px;
}

.social-icons svg:hover {
    color: #000;
}


footer {
    
    background-image: url(../images/Footernew.jpg);
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.link-text .social-icons {
    display: none;
}

.link-text p {
    font-size: 16px;
}

/* our services */
.entry-tab-main {
    padding: 50px 0;
}

.pro--bdy {
    background: #fff;
    box-shadow: 3px 3px 9px #0000004d;
    border-radius: 10px;
    padding: 20px;
}

.entry-tab-btn .nav {
    border-bottom: none !important;
    display: block;
}

.entry-tab-btn .nav li {
    margin-bottom: 20px;
}

.entry-tab-btn .nav li a {
    color: #000;
    padding: 15px 0px;
    border: 1px solid #dadfe7;
    border-radius: 10px;
    font-family: 'paralucent thin';
    font-weight: 500;
    text-align: left;
}

.forbullet ul {
    padding-left: 0;
    margin-bottom: 0;
}

.forbullet ul li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #B5975B;
    border-radius: 50%;
    left: 3px;
    top: 8px;
}

.forbullet ul li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.forbullet ul li {
    position: relative;
    list-style: none;
    padding-left: 0;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'paralucent thin';
    padding-bottom: 15px;
}

.entry-tab-btn .nav li a.active {
    background-color: #B5975B;
    color: #fff;
}

.forbullet .form-group select {
    padding: 0px !important;
    border: none !important;
    color: #999;
    background-color: transparent !important;
}

.pro--bdy a img {
    width: 60px;
    margin-left: 20px;
}

.entry-tab-btn .nav li:last-child {
    margin-bottom: 0px !important;
}

.main-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px !important;
}

/* responsive */


@media(max-width:1380px) {
    .navbar-expand-lg .navbar-collapse {
        max-width: 50%;
    }

    .idac-logo {
        top: 82px;
    }

    .banner-text .container {
        max-width: 80%;
    }

    .shape02 {
        right: -45%;
    }

    .innersec-left {
        width: 45%;
    }

    .footer-left {
        padding-left: 50px;
        padding-top: 70px;
    }

    .team-text {
      
    }

    .team-box p {
        font-size: 14px;
    }

}

@media(max-width:1240px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 15px;
    }

    .navbar-expand-lg .navbar-collapse {
        max-width: 48%;
    }

    .idac-logo {
        top: 11%;
    }

    .idac-logo img {
        width: 80px;
    }

    .banner-text .container {
        max-width: 80%;
    }

    .footer-left {
        padding-left: 50px;
        padding-top: 70px;
    }
}

@media(max-width:1160px) {

    .idac-logo {
        top: 67px;
    }
}


@media(max-width:1199px) {
    .scroll-area {

        width: 100px;
    }

    .scroll-area::before {


        left: 20px;
    }

    .navbar-nav {
        display: none;
    }

    .navbar-right {
        right: 7%;
        position: absolute;
    }

    .mr-sm-2 {
        margin-right: 0 !important;
    }

    .nav-btn .form-control {
        width: 80%;
    }

    .hedear-btn {
        margin-left: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 25px 10px;
    }

    .banner-text .container {
        max-width: 80%;
    }

    .banner-text h1 {
        padding-right: 40%;
        font-size: 45px;
    }

    .banner-text p {
        padding-right: 45%;
    }

    .all-social p {
        padding-left: 10px;
    }

    .social-media {
        left: -13%;
    }

    .social-media svg {
        font-size: 14px;
    }

    .span-wrapper p {
        padding: 10px 20px;
    }

    .hedear-btn .btn-primary {
        font-size: 14px;
        padding: 5px 12px;
    }

    .shape02 {
        right: -67%;
    }

    .text-overlay p {
        padding-left: 0px;
        padding-right: 0px;
    }

    .text-overlay img {
        margin-left: -20px;
        margin-top: 5px;
    }

    .services-innersec p {
        font-size: 15px;
    }

    .top-text,
    .bottom-text {
        padding-left: 0px;
    }

    .text-overlay h6 {

        padding-left: 0px;
    }

    .footer-left {
        padding-left: 50px;
        padding-top: 50px;
    }

    .team-text {
        width: 90%;
    }

    .team-box p {
        font-size: 16px;
    }
}

@media(max-width:1070px) {
    .innersec-left {
        width: 39%;
    }
}

@media(max-width:991px) 
{
   
    .about-head h1 {
        font-size: 24px;
    }

    .about-head {
        height: 80px !important;
    }

    .pro--bdy a img {
        width: 60px;
        margin-left: 0px;
    }

    .entry-tab-btn .nav li a {font-size: 15px;
        padding: 10px 10px;
    }

    .forbullet p {
        font-size: 15px;
        text-align: justify;
        margin-bottom: 0;
    }

    .pro--bdy h3 {
        font-size: 18px;
        padding-top: 10px;
    }

    .pro--bdy {
        padding: 20px;
    }

    .entry-tab-main {
        padding: 20px 0;
    }

    .hedear-btn {
        display: none;
    }

    .navbar-toggler {
        display: none;
    }

    .banner-text h1 {
        padding-right: 22%;
        font-size: 35px;
    }

    .banner-text p {
        padding-right: 17%;
    }

    .social-media {
        display: none;
    }

    .banner .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .banner .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .box {
        display: none;
    }

    .idac-logo {
        top: 66px;
    }

    .idac-logo img {
        width: 60px;
    }

    .services-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-innersec {
        margin-bottom: 20px;
    }

    .top-text {
        padding-right: 0px;
    }

    .bottom-text {
        padding-top: 10px;
        padding-right: 0px;
    }

    .contact-form {
        border-radius: 10px;

        max-width: 700px;
    }

    .title-head03 {
        left: 0;
        margin-left: 55px;
    }

    .slick-initialized .slick-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-right {
        display: none;
    }

    .copyright {
        text-align: center;
        padding-bottom: 10px;
        margin-top: -10px;
        margin-bottom: 0px;
        background-color: #f4efe6;
        width: 100%;
        padding-right: 10px;
    }

    .team-text {
        width: 80%;
    }

    .team-box p {
        font-size: 14px;
    }

    .news-text p {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    header {
        overflow: hidden;
        background-color: #000000a3;
    }
    .team-sub .tab-content {
  width: 100% !important;
}
.social-media
{
    display:none !important;
}
 .navbar-right
    {
        display:none !important;
    }
    .banner .owl-dots .owl-dot button {
        display: none;
    }

    .banner-taxt-btn a {
        font-size: 14px;
        padding: 6px 16px;
    }

    .calendar {
        display: none;
    }

    .phone-img {
        display: block;
    }

    .not-phone {
        display: none;
    }

    .banner {
        overflow: hidden;
    }

    .banner-text h1 {
        padding-right: 0%;
        font-size: 30px;
    }

    .banner-text p {
        padding-right: 0%;
        font-size: 15px;
    }

    .banner-button {
        margin-top: 60px;
    }

    .slick-initialized .slick-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-overlay {
        left: 48%;
        width: 150px;
    }

    .about {
        padding-top: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .team-detail {
        margin-bottom: 40px;
    }

    .services {
        margin-bottom: 40px;
    }

    .expertise {
        margin-bottom: 40px;
    }

    .consult {
        margin-bottom: 40px;
    }

    .news-detail {
        margin-bottom: 40px;
    }

    .team-text {
        width: 70%;
    }

    .team-box p {
        font-size: 14px;
    }

    #button {
        display: flex;
        width: 40px;
        height: 40px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #button::after {
        font-size: 25px;
    }

}

@media(max-width:599px) {
    .navbar-right {
        display: none;
    }

    .idac-logo {
        top: 66px;
    }

    .services-inner {
        border-radius: 20px;
        padding: 10px;
    }

    .services-innersec {
        width: 100%;
    }

    .title-head {
        margin-left: 20px;
        left: 0%;
    }

    .title-head01 {
        margin-left: 10px;
    }

    .title-head02 {
        margin-left: 20px;
    }

    .title-head03 {
        left: 0;
        margin-left: 20px;
    }

    .expert-carousel {
        padding: 10px 30px;
    }

    .slick-initialized .slick-slide {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }


}

@media(max-width:576px) {
    .text-container {
        text-align: left;
        margin-top: 80px;
        margin-left: 10px;
    }

    .text-container p {
        margin-right: 0px;
    }

    .shape {
        position: absolute;
        width: 386px;
        height: 350px;
        background-color: #b5975b29;
        z-index: 0;
        top: 10%;
        left: 10%;
        transform: none;
    }

    .bg-img {
        top: 50%;
    }

    .footer-left {
        height: 250px;
    }

    .link-text {
        width: 100%;
        padding: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .text-containerphone {
        display: block;
        text-align: left;
    }

    .text-container {
        display: none;
    }

    .team-text {
        width: 70%;
    }

    .team-box p {
        font-size: 12px;
    }

    .about {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 10px #00000029;
        margin: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .readmore-button {
        margin-bottom: 20px;
    }

    .image-container {
        border-radius: 10px;
        margin: 10px;
        width: auto;

    }

    .consult .container {
        border-radius: 10px;
        box-shadow: 5px 5px 10px #00000029;
        margin: 10px;
        width: auto;
    }

    .bg-shape {
        padding: 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 10px #00000029;
        margin: 10px;
        margin-top: 0px;
        width: auto;
    }

    .link-text .social-icons {
        display: block;
    }

    .footer-left .social-icons {
        display: none;
    }

    .shape {
        height: 300px;
    }

    .footer-left {
        padding: 30px;
        height: 200px;
    }

    .form-group .submit-btn {
        margin: 8px;
    }

    .team-detail {
        margin-top: -285px;
    }

    .about-left {
        margin-bottom: 120px;
        margin-top: 20px;
    }
}

@media(max-width:499px) {

    /* header{
        position: relative;
    } */
    .on-srool-2 {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.603);
        padding: 5px;
        border-radius: 5px;
       
    }
.header-right ul {
  padding: 0;
  margin: 0;
}
    .menu-icon {
        display: none;
    }
.btn-square
{
    font-size:13px;
}
    .header-right {
        top: 20%;
        cursor: pointer;
    }

    .detils-btn {
        text-align: center;
        display: block;
        padding-top: 45px;
    }

    .detils-btn .btn-primary {
        background: #ED1C24;
        border-color: #ED1C24;
        font-size: 14px;
        border-radius: 23px;
    }

    .detils-btn .btn-primary:hover {
        background-color: #fff;
        color: #000;
    }

    .number-sec {
        display: none;
    }

    .number-box {
        margin-bottom: 20px;
    }

    .border-bottom-sec {
        margin-bottom: 20px;
    }

    .span-wrapper {
        top: 39px;
    }

    .banner-button {
        margin-top: 30px;
    }

    .idac-logo {
        top: 63px;
    }

    .title-head03 {
        width: 70%;
        text-align: left;
    }

    .slick-initialized .slick-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shape {
        position: absolute;
        width: 310px;
        background-color: #b5975b29;
        z-index: 0;
        top: 12%;
        left: 0%;
        transform: none;
        margin-left: 20px;
    }

    .banner-text p {
        display: none;
    }

    .team-text {
        width: 90%;
    }

    .team-box p {
        font-size: 14px;
    }

    .banner-text .container {
        margin-left: 0px;
        padding-left: 24px;
    }

    .footer-left {
        padding: 30px;
        height: 200px;
    }

    .navbar-brand img {
        width: 220px;
    }

    .banner-text h6 {
        padding-right: 35%;
    }

    .banner-text {
        top: 76%;
    }

    .viewmore-button {
        top: 16%;
        padding: 3px 10px;
    }

    .banner-text h1 {
        font-size: 28px !important;
        line-height: 30px !important;
        margin-bottom: -10px !important;
        font-weight:300 !important;
         font-family: 'Paralucent thin';
        
        
    }
    .navbar {
  padding-bottom: 0;
  padding-top: 0;
}

    .banner-text h6 {
        font-size: 18px;
        margin-bottom: -2px;
    }

    .banner-img img {
       
        width: auto !important;
    }

    .img-fluid {
        max-width: 100%;
    }

    .img-text img {
        width: 235px;
    }

    .text-overlay img {
        width: 60px;
    }

    .consult .container {
        padding: 15px;
        padding-top: 30px;

    }

    .news-text p {
        margin-top: 15px;
    }

    .services {
        margin-top: 60px;
    }

    .card-text {
        padding-bottom: 0px;
    }

    .card-text p {
        padding-right: 20px;
    }

    .services .container {
        padding-left: 0px;
    }

    .team-detail {
        margin-bottom: -9px;
    }

    .card-icon2 img {
        height: 160px;
        opacity: 0.5;
    }

    .custom-nav a {
        padding: 5px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 18px
    }
}

@media(max-width:450px) {
    .bg-img img {
        display: none;
    }

    .shape {
        height: 300px;
        margin-top: 20px;
        left: 3%;
        top: 5%;
    }

    .innersec-right {
        padding: 15px;
    }

    .img-text {

        left: -6%;
    }

    .about-left {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .team-text {
        width: 90%;
    }

    .team-box p {
        font-size: 12px;
    }

    .team-detail {
        margin-top: -320px;
    }
}

@media(max-width:400px) {
    .innersec-right {
        padding: 10px;
    }

    .shape {
        position: absolute;
        width: 310px;

        background-color: #b5975b29;
        z-index: 0;
        top: 5%;
        left: 1%;
        transform: none;
        margin-left: 17px;
    }

    .img-text {

        left: 0;
    }

    .team-box p {
        font-size: 11px;
    }

    .team-detail {
        margin-top: -305px;
    }
}

@media(max-width:380px) {
    .navbar-brand img {
        width: 220px;
    }

    .span-wrapper p {
        font-size: 11px;
    }

    .span-wrapper a {
        font-size: 12px;
    }

    .span-wrapper {
        top: 44px;
    }

    .contact-form {
        padding: 10px;
    }

    .consult .container {
        padding: 15px;
        padding-top: 30px;
    }

    .team-text {
        width: 90%;
    }

    .shape {
        left: -2%;
    }
}


/*about page*/

.subheader-top {
    position: relative;
    z-index: 99;
    top: 0;
    width: 100%;
    background-color: #161616;
}

.navbar-nav .nav-item.active .nav-link {
    color: #B5975B;
}

.navbar-nav .nav-item.active .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #B5975B;
    height: 1px;
}

.about-head {
    width: 100%;
    background-image: url(..//images/aboutsub.jpg);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-head h1 {
    color: #B5975B;
}

.about-top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.about-top h2 {
    color: #B5975B;
}

.about-top p {
    width: 50%;
}

.about-sub {
    margin-top: 50px;
}

.d-about {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.readmoreicon {
    padding-top: 15px;
    float: left;
    cursor: pointer;
    color: #B5975B !important;
    font-size: 18px;
}

.about-image img {
    border-radius: 10px;
    width: 300px;
}

#details {
    display: none;
}

#details {
    display: none;
}

.about-sub h1 {
    color: #B5975B;
}

/*purpose*/
.purpose {
    width: 100%;
    background-color: #000000df;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.center {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.purpose h2 {
    color: #B5975B;
}

.purpose p {
    color: #cecece;
}

/*history*/
.history {
    background-image: url(../images/service-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.history h2 {
    color: #ffffff;
}

.history p {
    color: #000000;
}

.history h6 {
    color: #eeeeee;
    font-size: 22px;
}

.history-inner {
    margin: 50px;
    background-color: #B5975B;
    padding: 50px;
    min-height: 372px;
    border-radius: 20px;
}

.pdt-50 {
    padding-top: 50px;
    padding-bottom: 50px;

}

.pt-90 {
    padding-top: 53px;
}

/*story*/

.story {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.story .story-left {
    position: relative;
}

.story .story-shape {
    position: relative;
    top: 0;
    left: 0;
    width: 400px;
    height: 700px;
    background-color: #B5975B;
    z-index: 0;
}

.story-image {
    position: absolute;
    top: 13%;
    left: 29%;
}

.story-right {
    padding: 50px;
}

.story-image img {
    width: 100%;
    max-height: 600px;
}

.story-right h1 {
    margin-bottom: 30px;
}

.story-right span {
    color: #B5975B;
}

/*vision*/

.vision {
    width: 100%;
    margin-bottom: 50px;
}

.vision-shape {
    display: flex;
    width: 100%;
    height: 250px;
    background-color: #B5975B;
    justify-content: center;
    align-items: center;
}

.vision-shape h1 {
    color: #fff;
    margin-bottom: 90px;
}

.vision-inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
    text-align: center;
}

.divider {
    width: 1px;
    background-color: #0000001f;
    height: 100%;
    margin: 0 auto;
}

.vision-inner h3 {
    color: #B5975B;
}

.small {
    display: none;
}

/*about page responsive*/

@media (max-width:1399px) {
    .about-image img {
        width: 250px;
    }

    .history-inner {
        height: 500px;
    }

    .vision-shape {
        margin-top: -2px;
    }
}

@media (max-width:1199px) {
    .large {
        display: none;
    }

    .small {
        display: block;
    }

    .about-image {
        margin-top: 30px;
    }

    .about-image img {
        width: 100%;
    }

    .history-inner {
        margin: 0px;
        min-height: 467px;
    }
}

@media (max-width:991px) {
    .history-inner {
        min-height: 1px;
        height: auto;
    }
}

/*contact-page*/

.contact-sub {
    background-image: url('..//images/contact-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-sub h1 {
    color: #B5975B;
}

.contact-sub p {
    color: #c1c1c1;
}

.text-center {
    text-align: center;
}

.contact-content {
    margin-top: 40px;
}

.icon {
    background-color: white;
    border-radius: 30px;
    padding: 15px;
    vertical-align: top;
}

.contact-info {
    display: inline-block;
    padding: 4px 20px 0px 20px;
    color: #fff;
}

.address-line {
    margin-top: 40px;
    display: flex;
}

.address-line svg {
    font-size: 30px;
    color: #B5975B;
}

.contact-sub .contact-form {
    background-color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
}

.contact-sub .form-group .submit-btn:hover {
    background-color: #000000;
    color: #B5975B;
}

.contact-sub .form-group input[type="text"],
.contact-sub .form-group input[type="email"],
.contact-sub .form-group input[type="tel"],
.contact-sub .form-group textarea,
.contact-sub .form-group select {
    flex: 1;
    padding: 7px;
    /* border: 1px solid #B5975B; */
    border: none;
    border-bottom: 1px solid #B5975B;

}

/*our team*/

.team-sub {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.sec-title h1 {
    color: #B5975B;
}

.team-sub .container {
    display: flex;
}

.tablink.active {
    background-color: #B5975B;
    color: #fff !important
}
.tab-content
{
    width:100%;
}
.tab-container {
   width: 40%;
    background-color: #ededed;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* margin-left: -90px; */
    margin: 20px;
}

.team-sub .tab-content
{
    width:70%;
}
.team-sub .tab-container {
   width: 30%;
    background-color: #ededed;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* margin-left: -90px; */
    margin: 20px;
}

.tab-title {
    /* position: absolute; */
    top: 165px;
    color: #B5975B;
    padding: 5px 10px;
    border-radius: 5px;
    height: fit-content;
    width: fit-content;
    margin-top: 20px;
}

.tab-container a {
    color: #B5975B !important;
    display: block;
    width: 100%;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #B5975B;
    text-align: left;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.tab-container button:hover {
    background-color: rgba(181, 151, 91, 0.2);
}

.team-member {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.team-member {
    position: relative;
    /* Ensure proper positioning context */
}

.team-member img {
    width: 320px;
    border-radius: 20px;
    margin-right: 10px;
    border: 5px solid #fff;
    transition: transform 0.3s;
}

.team-member:hover {
    transform: scale(1.01);
}


.team-member-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.team-member-info {
    text-align: center;
}

.team-member h3 {
    margin: 5px 0;
}

.team-member p {
    margin: 0;
}

.teamcard-text {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 100;
}

.teamcard-text p {
    background-color: #B5975B;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0);
    padding: 5px;
    border-radius: 20px;
    width: 80%;
    margin-top: -20px;
    color: #fff;

}

.tab-det {
    display: flex;
    flex-direction: column;
}

.team-sub .container {
    margin-left: 20PX;
    margin-right: 20PX;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.filter-tabs button.active {
    background-color: #B5975B;
    color: #fff;
}

.filter-tabs {
    display: flex;
    flex-direction: column;
}

.filter-tabs .tablink {
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: left;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-names {
    display: flex;
    flex-direction: column;
}

.popup-cont {
    display: flex;
    justify-content: space-around;
}

.phone-filter {
    display: none;
}

/*service detail page*/

.service-card {
    background: #fff;
    box-shadow: 3px 3px 9px #0000004d;
    border-radius: 25px;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.left-content {
    padding-top: 30px;
}

.left-content p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.service-card h1 {
    margin-bottom: 30px;
}

.enquiry-formn {
    max-width: 500px;
    padding: 25px;
    background-color: #B5975B;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.enquiry-formn h2 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.enquiry-formn input[type="text"],
.enquiry-formn input[type="email"],
.enquiry-formn textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.enquiry-formn textarea {
    height: 120px;
}

.enquiry-formn input[type="submit"] {
    background-color: #000000;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    box-shadow: 0 5px 10px rgba(181, 151, 91, 0.3);
}

.enquiry-formn input[type="submit"]:hover {
    background-color: #000000;
    color: #B5975B;
    transform: translateY(-2px);
}

.enquiry-formn input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(181, 151, 91, 0.5);
}

.enquiry-formn label {
    display: none;
}

.hidden {
    display: none;
}

.left-content .readmoreicon {
    padding-top: 15px;
    float: left;
    cursor: pointer;
    color: #B5975B !important;
    font-size: 18px;
}

.left-content .readlessicon {
    padding-top: 15px;
    float: left;
    cursor: pointer;
    color: #B5975B !important;
    font-size: 18px;
}

.enquiry-bottomm {
    background: #B5975B;
    border-radius: 19px;
    padding: 30px;
    padding-bottom: 1px;
    margin-top: 10px;
}

.enquiry-bottomm a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 30px;
    gap: 20px;
}

.enquiry-bottomm a:hover {
    color: #000;
}

.express-icon {
    width: 25px;
}

/*practice area page*/

.practicearea-sub {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pract-text .view-more-btn {
    display: inline-block;
    color: #B5975B;
    text-decoration: none;
}

.pract-text .view-more-btn::after {
    content: "\2192";
    margin-left: 5px;
}

.pract-text .view-more-btn:hover {
    color: #000;
}

.pract-text h5 {
    color: #B5975B;
}

.prl-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.mt-100 {
    margin-top: 100px;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 93%;
}

/*profiledetailpage*/

.cover {
    width: 100%;
    max-height: 350px;
}

.d-center {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-center {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.profile {
    width: 100%;
    margin-top: -85px;
    margin-bottom: 10px;
}

.profile-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.profile-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #B5975B;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.profile-image img:hover {
    transform: scale(1.05);
}

.profile-bottom {
    background-color: #dfdfdf;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.contact-button {
    text-align: center;
    padding: 10px 20px;
    background-color: #B5975B;
    color: #fff !important;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-button:hover {
    background-color: #000;
}

.bottom-inner-text {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
}

.bottom-inner-text svg {
    margin-right: 10px;
    color: #B5975B;
}

.bottom-call {
    margin-bottom: 20px;
}

.bottom-mail {
    margin-bottom: 20px;
}

.profile-right {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.right-text h6 {
    font-size: 22px;
}

.mobile {
    display: none;
}


/* call me back popup */

.sidenav3 {
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 47px;
    overflow-y: hidden;
    transition: 0.5s;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.bottomQucikConatct {
    background: #f4f4f4;
    padding: 30px 0px 20px;
    width: 422px;
    border-radius: 0px 0 20px 20px;
    position: relative;
}
.bottomClosebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 0px;
    margin-left: 0px;
    cursor: pointer;
    z-index: 99;
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    border: 1px #B5975B solid;
    border-radius: 50%;
}
.bottomQucikConatct h3 {
    font-size: 25px !important;
    margin-bottom: 20px !important;
    color: #B5975B !important;
    text-align: left !important;
    padding-left: 32px !important;
}
.bottomSpacefield {
    padding: 0px 32px 20px;
}
.bottomSpacefield p {
    font-size: 14px;
    text-align: left;
}
.quickInputStyle {
    display: block;
    font-size: 15px;
    color: #555555;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #cecece;
    width: 100%;
    background: transparent;
    margin: 0 0 24px 0;
    outline: none;
}
.subMitMainall {
    background: #B5975B;
    font-size: 19px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.bottomSpacefield input::placeholder {
    color: #c2c2c2 !important;
}



/* subpage responsive*/

@media (max-width:1600px) {
    .navbar-right {
        width: auto;
        display: flex;
        justify-content: center;
        margin: 0px;
    }
    .social-media {
        position: absolute;
        transform: rotate(7deg);
        -webkit-transform: rotate(90deg);
        left: -12%;
        top: 60%;
        z-index: 9;
        display: flex;
        align-items: baseline;
    }
    
}
@media (max-width:1300px) {
    .team-member img {
        width: 280px;
    }

    .team-sub .container {
        max-width: 1260px;
    }

    .story .row {
        margin-right: 0px;
        margin-left: 0px;
    }

}

@media (max-width:1200px) {
    .teamcard-text p {
        width: 60%;
    }

    .tab-container {
        width: 40%;
    }

    .enquiry-formn {
        max-width: 100%;
        margin-top: 20px;
    }

    .story-right {
        padding: 30px;
    }

    hr {
        width: 90%;
    }
}

@media (max-width:991px) {
    .team-sub .container {
        max-width: 773px;
    }

    .pract-image {
        margin-top: 20px;
    }

    .prl-60 {
        padding-left: 0px;
        padding-right: 0px;
    }

    hr {
        width: 100%;
    }

}

@media (max-width:767px) {
    .team-sub .container {
        max-width: 573px;
    }

    .team-member img {
        width: 243px;
    }

    .tab-container {
        display: none;
    }

    .phone-filter .btn-primary {
        background: transparent;
        color: #000;
        border: 0.20000000298023224px solid rgba(133, 133, 133, 0.2);
        border-radius: 20px;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 15px;
    }

    .modal-dialog {
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .phone-filter .nav-pills .nav-link.active {
        background: transparent;
        color: #000;
        border-left: 2px solid #B5975B;
        border-radius: 0;
    }

    .phone-filter .nav-pills .nav-link {
        color: #000;
        padding-right: 0;
        padding-right: 0;
        padding-left: 7px;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 13px;
    }

    .phone-filter .nav-pills .nav-link:last-child {
        margin-bottom: 0;
    }

    .phone-filter .nav-pills .nav-link:hover {
        color: #B5975B;
    }

    .tab-border {
        border-right: 1px solid #bcbcbc;
    }

    .tab-padd {
        padding-right: 0;
        height: 200px;
        width: 100%;
        overflow-y: scroll;
    }

    .tab-padd-1 {
        padding-left: 15px;
        height: 200px;
        overflow-y: scroll;
        width: 100%;
    }

    .tab-padd-1 a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-weight: normal;
        transition: .4s;
        line-height: 30px;
    }

    .tab-padd-1 .tab-content {
        padding-left: 30px;
    }

    .tab-padd-1 a:hover {
        color: #B5975B;
    }

    .appy-btn {
        border-radius: 0 !important;
        background: #B5975B !important;
        color: #fff !important;
        border-color: #B5975B !important;
        padding: .375rem 25px !important;
        border-radius: 3px !important;
    }

    .phone-filter ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        -ms-overflow-style: none;
        gap: 8px;
        /* overflow-x: scroll; */
        margin: 0;
    }

    .mobfilter ul {
        display: block;
    }

    .phone-filter button::after {
        display: none !important;
    }

    .phone-filter ul::-webkit-scrollbar {
        display: none !important;
        scrollbar-width: 0 !important;
    }

    .phone-filter .dropdown-menu.show {
        transition: .10s;
        box-shadow: 0px 3px 6px #00000029;
        top: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle {
        background: transparent;
        box-shadow: none;
        color: #000;
    }

    .phone-filter .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .phone-filter .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
        border-color: #000;
        background: transparent;
        color: #000;
    }

    .phone-filter .dropdown-menu {
        padding: 20px 20px;
        width: 185px;
        z-index: 999999 !important;
        border-radius: 10px;
    }

    .phone-filter .dropdown-item:hover {
        background: #B5975B;
        color: #fff;
    }

    .phone-filter .dropdown-item {
        font-size: 13px;
    }

    .left-bx {
        display: none;
    }

    .recommend {
        display: none;
    }

    .phone-filter {
        display: block;
    }

    .sticky {
        top: 0px;
        transition: all 0.3s ease-in-out;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: #fff;
        /* box-shadow: 0px 0px 6px #00000029; */
        padding: 20px 0;
        left: 0;
        padding-left: 15px;
    }

    .modal-content {
        z-index: 9999999 !important;
        border-radius: 10px;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .modal-backdrop.show {
        z-index: 1;
    }

    .contact-sub .contact-form {
        margin-top: 20px;
    }

    .contact-sub {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile-text {
        text-align: center;
        margin-top: 20px;
    }

    .profile {
        margin-top: -105px;
    }

    .profile-right {
        margin-top: 30px;
    }

}

@media (max-width:599px) {
    .team-member img {
        width: 300px;
    }

    .teamcard-text p {
        width: 70%;
    }

    .team-sub .container {
        max-width: 480px;
    }

    .team-sub p {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .team-sub {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .prl-60 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .sec-title p {
        font-size: 13px;
    }

    .practicearea-sub {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec-title h1 {
        font-size: 30px;
    }

    .pract-text h2 {
        font-size: 27px;
    }

    .text-containerphone h2 {
        font-size: 30px;
    }

    .title-head h2 {
        font-size: 30px;
    }

    .title-head01 h2 {
        font-size: 30px;
    }

    .title-head02 h2 {
        font-size: 30px;
    }

    .title-head03 h2 {
        font-size: 30px;
    }

    .head-text h1 {
        font-size: 24px;
    }

    .about-textbox h1 {
        font-size: 30px;
    }

    .story-right h1 {
        font-size: 30px;
    }

    .vision-shape h1 {
        font-size: 30px;
    }

    .service-card h1 {
        font-size: 30px;
    }

    .sec-title h1 {
        font-size: 30px;
    }

    .tab-title {
        font-size: 25px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media (max-width:499px) {
    .team-sub .container {
        max-width: 418px;
    }

    .service-card {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
    }

    .contact-sub p {
        font-size: 13px;
    }

    .contact-content {
        margin-top: 0px;
    }

    .address-line {
        margin-top: 25px;
    }

    .story .story-shape {
        height: 500px;
    }

    .about-head {
        height: 90px;
    }

    .about-sub {
        margin-top: 30px;
    }

    .pt-90 {
        padding-top: 10px;
    }

    hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width:449px) {
    .team-sub .container {
        max-width: 369px;
    }

    .story .story-shape {
        height: 440px;
        width: 325px;
    }
}

@media (max-width:399px) {
    .team-sub .container {
        max-width: 346px;
    }

    .story .story-shape {
        height: 400px;
        width: 297px;
    }
}