html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel img {
    width: auto;
}
.maxcontainer {
    max-width: 1320px;
}
.nice-select .list {
    width: 100%;
}

.inner-page {
    padding: 80px 0px 100px;
}

/* ==== common-style :start ==== */
/* b {
    font-weight: bold;
}
i {
    font-style: italic;
}
u {
    text-decoration: underline;
} */

.common-style ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}
.common-style ul li {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
.common-style li:last-child {
    margin-bottom: 0;
}
.common-style ul li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 32px;
    color: #A27100;
    position: absolute;
    left: 0;
    top: 0;
}


.common-style ol {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0px;
    padding-left: 40px;
}
.common-style ol > li:first-of-type {
  counter-reset: item;
}
.common-style ol > li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
.common-style ol li:last-child {
    margin-bottom: 0;
}
.common-style ol > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    color: #000;
    position: absolute;
    top: 0;
    left: -30px;
}
.common-style ol > li ol {
    margin-top: 10px;
}
.common-style ol > li ol li::before {
    left: -30px;
}
.common-style ol > li a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.common-style ol > li a:hover {
    color: #4d489e;
}



.common-style .nice-select .option {
    margin: 0;
}
.nice-select .option::after {
    display: none;
} 
/* ==== common-style :end ==== */

/* Common Style :start */

/* ------ section Spacing :start ------ */
.section-padding {
    padding: 100px 0px;
}
.section-margin {
    margin: 100px 0px;
}
/* ------ section Spacing :end ------ */

/* ------ section title :start ------ */
.section-title {
    /* font-family: 'Montserrat', sans-serif; */
    margin-bottom: 40px;
}
.section-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.section-title h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #A27100;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/* ------ section title :end ------ */

/* ------ owl arrow-1 :start ------ */
.owlarrow-1 {
    position: relative;
    overflow: hidden;
}
.owlarrow-1 .owl-nav .owl-prev, 
.owlarrow-1 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owlarrow-1 .owl-nav .owl-prev {
    left: 0;
}
.owlarrow-1 .owl-nav .owl-next {
    right: 0;
}
.owlarrow-1 .owl-nav .owl-prev.disabled, 
.owlarrow-1 .owl-nav .owl-next.disabled {
    pointer-events: none;
    opacity: 0.23;
}
.owlarrow-1 .owl-nav .owl-prev img,
.owlarrow-1 .owl-nav .owl-next img {
    max-width: 100%;
}
.owlarrow-1 .owl-nav .owl-prev::after,
.owlarrow-1 .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 49px;
    height: 99px;
    opacity: 0;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owlarrow-1 .owl-nav .owl-prev::after {
    background-image: url('../images/owl-arrow-left-hover.png');
    background-size: contain;
}
.owlarrow-1 .owl-nav .owl-next::after {
    background-image: url('../images/owl-arrow-right-hover.png');
    background-size: contain;
}
.owlarrow-1 .owl-nav .owl-prev:hover::after,
.owlarrow-1 .owl-nav .owl-next:hover::after {
    opacity: 1;
}
/* ------ owl arrow-1 :end ------ */

/* ------ owl arrow-2 :start ------ */
.owlarrow-2 .owl-nav {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 50px;
}
.owlarrow-2 .owl-nav .owl-prev, 
.owlarrow-2 .owl-nav .owl-next {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
}
.owlarrow-2 .owl-nav .owl-prev img, 
.owlarrow-2 .owl-nav .owl-next img {
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owlarrow-2 .owl-nav .owl-prev::before, 
.owlarrow-2 .owl-nav .owl-next::before {
    content: '';
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid #B3B3B3;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owlarrow-2 .owl-nav .owl-prev::before {
    left: -25px;
}
.owlarrow-2 .owl-nav .owl-next::before {
    right: -25px;
}
.owlarrow-2 .owl-nav .owl-prev:hover img {
    transform: translateX(-15px);
}
.owlarrow-2 .owl-nav .owl-next:hover img {
    transform: translateX(15px);
}
/* ------ owl arrow-2 :end ------ */

/* ------ box-style-1 :start ------ */
.box-style-1 {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    padding: 45px 30px;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-1 .bsimage {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.box-style-1 .bsimage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.box-style-1 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
.box-style-1:hover {
    background-color: #f2f2f2;
    box-shadow: none;
}
/* ------ box-style-1 :end ------ */

/* ------ box-style-2 :start ------ */
.box-style-2 {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-2 .bs2image {
    width: 100%;
    height: 268px;
    overflow: hidden;
}
.box-style-2 .bs2image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-2 .bs2text {
    padding: 30px 30px;
}
.box-style-2 .bs2text time {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #737373;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.box-style-2 .bs2text time i {
    color: #A27100;
}
.box-style-2 .bs2text h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-2:hover {
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
}
.box-style-2:hover .bs2image img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.box-style-2:hover .bs2text h3 {
    color: #A27100;
}
/* ------ box-style-2 :end ------ */

/* ------ box-style-3 :start ------ */
.box-style-3 {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    padding-bottom: 45px;
    /* border: 1px solid transparent; */
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-3 .bs3image {
    width: 100%;
    height: 226px;
    padding: 20px 20px;
    overflow: hidden;
    position: relative;
}
.box-style-3 .bs3image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    background-color: #346881;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-3 .bs3image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-3 .bs3text {
    padding: 5px 40px 0px;
}
.box-style-3 .bs3text h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    color: #346881;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-3 .bs3text .b3tlist {
    list-style: none;
    padding: 0;
    margin: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.box-style-3 .bs3text .b3tlist li {
    width: 100%;
}
.box-style-3 .bs3text .b3tlist h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #A27100;
    margin-bottom: 0;
}
.box-style-3 .bs3text .b3tlist h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #3A3A3A;
    margin-bottom: 0;
}
.box-style-3 .bs3buttons {
    padding: 0px 20px;
    margin-top: auto;
}

.box-style-3:hover {
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
}
.box-style-3:hover .bs3image::before {
    background-color: #A27100;
}
.box-style-3:hover .bs2text h3 {
    color: #A27100;
}
/* ------ box-style-3 :end ------ */

/* ------ box-style-4 :start ------ */
.box-style-4 {
    font-family: 'Montserrat', sans-serif;
    background-color: #EFEFEF;
    border: 2px solid #EFEFEF;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    /* display: flex;
    flex-direction: column; */
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-4 .bs4image {
    width: 100%;
    height: 220px;
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}
.box-style-4 .bs4image img {
    width: auto;
    max-width: 100%;
}
.box-style-4 .bs4text {
    margin-top: 26px;
    margin-bottom: 40px;
}
.box-style-4 .bs4text h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
}
.box-style-4 .bs4text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}
.box-style-4:hover {
    border-color: #A27100;
}
/* ------ box-style-4 :start ------ */

/* ------ box-style-5 :start ------ */
.box-style-5 {
    width: 100%;
    height: calc(100% - 113px);
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 0px 24px 38px;
    margin-top: 113px;
    display: flex;
    flex-direction: column;
}
.box-style-5 .bs5image {
    width: 100%;
    height: 225px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: -112.5px;
    margin-bottom: 24px;
}
.box-style-5 .bs5image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.box-style-5 .bs5text {
    margin-bottom: 20px;
}
.box-style-5 .bs5text h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-style-5 .bs5text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-style-5 .bs5buttons {
    margin-top: auto;
}
.box-style-5 .bs5buttons .btn {
    padding: 12px 22px;
    border-radius: 4px;
}
.box-style-5:hover .bs5image img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* ------ box-style-5 :start ------ */

/* ------ box-style-6 :start ------ */
.box-style-6 {
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px 30px 38px 30px;
    position: relative;
}
.box-style-6 .bs6icon {
    width: 89px;
    height: 89px;
    background: #C09E4F;
    border-radius: 100%;
    box-shadow: 0px 0px 15px rgba(192, 158, 79, 0.56);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    margin-bottom: 24px;
}
.box-style-6 .bs6icon img {
    max-width: 100%;
}
.box-style-6 h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 61px;
    color: rgba(162, 113, 0, 0.1);
    line-height: 0.8;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    right: 24px;
    user-select: none;
}
.box-style-6 h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0;
}
/* ------ box-style-6 :end ------ */

/* ------ Button Style 1 :start ------ */
.btn-style-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #A27100;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1 img {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-1:hover {
    color: #A27100;
}
.btn-style-1:hover img {
    padding-left: 10px;
}
/* ------ Button Style 1 :end ------ */

/* ------ Button Style 2 :start ------ */
.btn-style-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    color: #ffffff;
    background-color: #A27100;
    border: 1px solid #A27100;
    padding: 12px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-2 img {
    filter: brightness(0) invert(1);
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-2:hover {
    color: #A27100;
    background-color: #ffffff;
}
.btn-style-2:hover img {
    filter: none;
}
/* ------ Button Style 2 :end ------ */

/* ------ Button Style 3 :start ------ */
.btn-style-3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #A27100;
    background-color: #ffffff;
    border: 1px solid #A27100;
    padding: 15px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-3 img {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #A27100;
}
.btn-style-3:hover img {
    filter: brightness(0) invert(1);
}
/* ------ Button Style 3 :end ------ */

/* ------ Button Style 4 :start ------ */
.btn-style-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 19px 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-4 img {
    filter: brightness(0) invert(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-style-4:hover {
    color: #000000;
    background-color: transparent;
}
.btn-style-4:hover img {
    filter: none;
}
/* ------ Button Style 4 :end ------ */

/* ------ Button Style 5 :start ------ */
.btn-style-5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #346881;
    border: 1px solid #346881;
    border-radius: 25px;
    padding: 12px 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-style-5:hover {
    color: #346881;
    background-color: #ffffff;
}
/* ------ Button Style 5 :start ------ */

/* ------ Button Wrap 1 :start ------ */
.btn-wrap-1 {
    position: relative;
    padding: 0px 20px;
}
.btn-wrap-1 > * {
    position: relative;
}
.btn-wrap-1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: rgba(162, 113, 0, 0.39);
}
/* ------ Button Wrap 1 :end ------ */

/* ------ Form style 1 :start ------ */
.form-style-1 .form-control {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #5A5A5A;
    width: 100%;
    height: auto;
    background-color: #F6F6F6;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 18px 25px;
    overflow: hidden;
}
.form-style-1 .form-control:focus {
    color: #212529;
    background-color: #F6F6F6;
    border-color: #A27100;
    outline: 0;
    box-shadow: none;
}

.form-style-1 .form-control + .select2 {
    width: 100% !important;
}
.form-style-1 .form-control + .select2 .select2-selection {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #5A5A5A;
    width: 100%;
    height: auto;
    background-color: #F6F6F6;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 12.5px 25px;
    overflow: hidden;
}
.form-style-1 .form-control + .select2 .select2-selection__rendered {
    padding-left: 0;
}
.form-style-1 .form-control + .select2 .select2-selection__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
}
/* ------ Form style 1 :end ------ */

/* ------ select2 style :start ------ */
.select2-dropdown {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #A27100;
}
.select2-search--dropdown .select2-search__field {
    padding: 7px 7px;
}
.select2-results__option {
    font-size: 14px;
    padding: 10px 10px;
}
/* ------ select2 style :end ------ */

/* ------ List style 1 :start ------ */
.list-style-1 ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
}
.list-style-1 ul li {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
.list-style-1 li:last-child {
    margin-bottom: 0;
}
.list-style-1 ul li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 32px;
    color: #A27100;
    position: absolute;
    left: 0;
    top: 0;
}
/* ------ List style 1 :end ------ */

/* ------ txtimg-style-1 :start ------ */
.txtimg-style-1 .tis-row {
    margin: 56px 0px;
}
.txtimg-style-1 .tis-row:first-child {
    margin-top: 0px;
}
.txtimg-style-1 .tis-row:last-child {
    margin-bottom: 0px;
}
.txtimg-style-1 .tis-row:nth-child(even) {
    flex-direction: row-reverse;
}
.txtimg-style-1 .tis-row .tiImage {
    width: 100%;
    height: 100%;
}
.txtimg-style-1 .tis-row .tiImage img {
    width: 100%;
    height: auto;
}
.txtimg-style-1 .tis-row .tiContent {
    width: 100%;
    height: 100%;
}
.txtimg-style-1 .tis-row .tiContent h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
}
.txtimg-style-1 .tis-row .tiContent ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
}
.txtimg-style-1 .tis-row .tiContent ul li::after {
    color: #A27100;
}
.txtimg-style-1 .tis-row .tiContent ul li span {
    color: #A27100;
}
/* ------ txtimg-style-1 :end ------ */

/* ------ table-style-1 :start ------ */
.table-style-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-color: #EDEDED;
}
.table-style-1 thead {
    color: #ffffff;
    background-color: #A27100;
    white-space: nowrap;
}
.table-style-1 th {
    font-weight: 600;
}
.table-style-1 th, 
.table-style-1 td {
    padding: 15px 25px;
}
.table-style-1 tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

/* ------ table-style-1 :end ------ */

/* Common Style :end */

/* Header Section :start */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.headertop {
    padding: 16px 60px;
}
.headertop .htopinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headertop .htopinner .hticontact-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
.headertop .htopinner .hticontact-links li {
    flex-grow: 0;
    flex-shrink: 0;
}
.headertop .htopinner .hticontact-links li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.headertop .htopinner .hticontact-links li a:hover {
    color: #A27100;
}

.headertop .htopinner .htism-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
.headertop .htopinner .htism-links li {
    flex-grow: 0;
    flex-shrink: 0;
}
.headertop .htopinner .htism-links li a {
    width: 28px;
    height: 28px;
    font-size: 16px;
    color: #346881;
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headertop .htopinner .htism-links li a:hover {
    color: #ffffff;
    background-color: #A27100;
}
/* Header Section :end */

/* Footer Section :start */
footer {
    background-color: #1C1C1C;
}
footer .ftop {
    padding: 50px 0px;
}
footer .ftop .ftblock h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-bottom: 15px;
}
footer .ftop .ftblock h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.9;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-bottom: 15px;
}
footer .ftop .ftblock.fabt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #BDBDBD;
}

footer .ftop .fquicklink {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
footer .ftop .fquicklink li {
    width: calc(50% - 5px);
}
footer .ftop .fquicklink li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #BDBDBD;
}
footer .ftop .fquicklink li a:hover {
    color: #A27100;
}

footer .ftop .fcontacts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer .ftop .fcontacts li {
    width: 100%;
    display: flex;
    gap: 15px;
}
footer .ftop .fcontacts li div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 18px;
    height: auto;
    text-align: center;
}
footer .ftop .fcontacts li div:first-child i {
    font-size: 18px;
    color: #A27100;
}
footer .ftop .fcontacts li div:last-child p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;
}
footer .ftop .fcontacts li a {
    color: inherit;
}
footer .ftop .fcontacts li a:hover {
    color: #A27100;
}

/* footer .fcopyright > .container {
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 2px solid #292929;
} */
footer .fcopyright .fcrinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 2px solid #292929;
}
footer .fcopyright .fcrinner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #6F6F6F;
    text-align: center;
}
footer .fcopyright .fcrinner a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6F6F6F;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
footer .fcopyright .fcrinner a:hover {
    color: #A27100;
}
/* Footer Section :end */

/* Home Banner Section :start */
.homeslider-owl .item {
    width: 100%;
    height: 101vh;
    min-height: 600px;
    background-color: #000000;
}
.homeslider-owl .item .hsoimg {
    width: 100%;
    height: 100%;
    min-height: 700px;
    object-fit: cover;
    object-position: center;
}
.homeslider-owl .hslide-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 170px;
    background-color: rgba(0, 0, 0, 0.2);
}
.homeslider-owl .hslide-caption .hscap-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 60px;
}
.homeslider-owl .hslide-caption .hscap-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 78px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}
.homeslider-owl .hslide-caption .hscap-inner h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A27100;
    margin-bottom: 20px;
}
.homeslider-owl.owl-carousel .owl-nav button.owl-next, 
.homeslider-owl.owl-carousel .owl-nav button.owl-prev {
    padding-top: 170px !important;
}
.homeslider-owl.owl-carousel .owl-nav button.owl-next img , 
.homeslider-owl.owl-carousel .owl-nav button.owl-prev img {
    max-width: 100%;
}
.homeslider-owl.owlarrow-1 .owl-nav .owl-prev::after,
.homeslider-owl.owlarrow-1 .owl-nav .owl-next::after {
    top: auto;
}
/* Home Banner Section :end */

/* About Us Section :start */
.aboutus-section {
    background-color: #FAFAFA;
}
.aboutus-section .abtsec-left {
    width: 100%;
    height: 100%;
}
.aboutus-section .abtsec-left .aslinner {
    width: 100%;
    height: 100%;
    float: right;
}
.aboutus-section .abtsec-left .aslinner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus-section .abtsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 0px 80px 36px;
}
.aboutus-section .abtsec-right .section-title {
    margin-bottom: 30px;
}
.aboutus-section .abtsec-right .asrtext p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #222222;
    margin-bottom: 20px;
}
/* About Us Section :end */

/* Our Projects Section :start */
.ourprojects-section {
    background-color: #FAFAFA;
}
/* Our Projects Section :end */

/* Inner Banner Section :start */
.innerslider-owl .isoimg {
    width: 100%;
    height: 495px;
    object-fit: cover;
    object-position: top;
}

.innerbanner-wrap {
    position: relative;
}
.innerbanner-wrap .iso-breadcrumb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 170px;
    z-index: 1;
}
.innerbanner-wrap .iso-breadcrumb .isbinner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.innerbanner-wrap .iso-breadcrumb .isbinner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 78px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.innerbanner-wrap .iso-breadcrumb .isbinner .breadcrumb {
    width: 100%;
}
.innerbanner-wrap .iso-breadcrumb .isbinner .breadcrumb .breadcrumb-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.innerbanner-wrap .iso-breadcrumb .isbinner .breadcrumb .breadcrumb-item i {
    padding-right: 12px;
}
.innerbanner-wrap .iso-breadcrumb .isbinner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.innerbanner-wrap .iso-breadcrumb .isbinner .breadcrumb .breadcrumb-item a {
    color: inherit;
}
.innerbanner-wrap .iso-breadcrumb .isbinner .breadcrumb .breadcrumb-item a:hover {
    color: #A27100;
}
/* Inner Banner Section :end */

/* Alliances Page :start */
.ouralliances-pg {}

.ouralliances-pg .oapg-details .section-title {
    margin-bottom: 20px;
}
.ouralliances-pg .oapg-details .oad-txt p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.oapg-slide-wrap {
    padding-top: 40px;
}
.oapg-slide-wrap .ouralliance-head {
    margin-bottom: 40px;
}
.oapg-slide-wrap .ouralliance-head p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}


.ouralliance-owl .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ouralliance-owl .owl-stage .item {
    width: 100%;
    height: 100%;
}
/* Alliances Page :end */

/* Projects Page :start */
.projectsdetail-popup .modal-content {
    border-radius: 0;
}
.projectsdetail-popup .modal-body {
    padding: 70px 70px;
    position: relative;
}
.projectsdetail-popup .modal-body .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E7D8D8'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 1px solid #E7D8D8;
    border-radius: 100%;
    opacity: 1;
}
.projectsdetail-popup .modal-body .btn-close:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A27100'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-color: #A27100;
}
.projectsdetail-popup .modal-body h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px;
}
.projectsdetail-popup .modal-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #222222;
}
/* Projects Page :end */

/* Contact Page :start */
.address-block {
    width: 100%;
    height: 100%;
    padding: 30px 30px 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}
.address-block .abtop {
    margin-bottom: 20px;
}
.address-block .abtop i {
    font-size: 46px;
    color: #A17100;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.address-block .abtop i:hover {
    color: #000000;
}
.address-block .abtop h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}
.address-block .abtop p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #222222;
}

.address-block .abbottom {
    padding-top: 24px;
    border-top: 1px solid #EAE3E3;
    margin-top: auto;
}
.address-block .abbottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.address-block .abbottom ul li {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0px;
    margin: 0px;
}
.address-block .abbottom ul li::after {
    display: none;
}
.address-block .abbottom ul li div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 30px;
    text-align: center;
}
.address-block .abbottom ul li div:first-child img {
    max-width: 100%;
}
.address-block .abbottom ul li div:last-child a {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: #000000;
}
.address-block .abbottom ul li div:last-child a:hover {
    color: #A27100;
}

.calllist-section .clistsec-inner {
    position: relative;
    padding-top: 130px;
}
.calllist-section .clistsec-inner .clsinner-bg {
    /* padding-left: 360px; */
    width: 100%;
    height: 615px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}
.calllist-section .clistsec-inner .clsinner-bg img {
    /* width: calc(100% - 360px); */
    width: 75%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.calllist-section .clistsec-inner .cls-wrap {
    background-color: #FAFAFA;
    padding: 60px 24px 60px 0px;
    position: relative;
}
.calllist-section .clistsec-inner .cls-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10000px;
    height: 100%;
    background-color: #FAFAFA;
    transform: translateX(-100%);
}
.calllist-section .cls-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.calllist-section .cls-wrap ul li {
    width: calc(25% - 12px);
    text-align: center;
    color: #ffffff;
    background-color: #346881;
    border: 1px solid #346881;
    padding: 35px 10px;
    margin: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.calllist-section .cls-wrap ul li::after {
    display: none;
}
.calllist-section .cls-wrap ul li img {
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.calllist-section .cls-wrap ul li h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.calllist-section .cls-wrap ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
}
.calllist-section .cls-wrap ul li a:hover {
    color: #A27100 !important;
}
.calllist-section .cls-wrap ul li:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ececec;
}
.calllist-section .cls-wrap ul li:hover img {
    filter: brightness(0) invert(0);
}
.calllist-section .cls-wrap ul li:hover h3 {
    color: #000000;
}
.calllist-section .cls-wrap ul li:hover a {
    color: #000000;
}

.contactform-section {
    padding-top: 84px;
}
/* Contact Page :end */

/* About Page :start */
.ouraim-block {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    padding: 40px 24px 60px 24px;
}
.ouraim-block.s2 {
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.04);
}
.ouraim-block .oab-icon {
    width: 75px;
    height: 75px;
    background: #346881;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 24px auto;
}
.ouraim-block .oab-icon img {
    max-width: 100%;
    height: auto;
}
.ouraim-block h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 8px;
}
.ouraim-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #222222;
}
/* .ouraim-block ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    text-align: left;
}
.ouraim-block ul li {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
.ouraim-block li:last-child {
    margin-bottom: 0;
}
.ouraim-block ul li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
} */

.abtpg-box {
    background: #FAFAFA;
}
.abtpg-box .albx-left {
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: center;
    position: relative;
}
.abtpg-box .albx-left img {
    width: 100%;
    height: calc(100% - 90px);
    object-fit: cover;
    object-position: center;
}
.abtpg-box .albx-left .since-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #111111;
    padding: 30px 10px;
}
.abtpg-box .albx-left .since-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.abtpg-box .albx-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 60px 0px;
}
.abtpg-box .albx-right h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 20px;
}
.abtpg-box .albx-right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 20px;
}

.abtpg-listbox {
    background-color: #346881;
    margin: 80px 0px 50px;
    overflow: hidden;
}
.abtpg-listbox .alb-left {
    width: 100%;
    height: 100%;
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.abtpg-listbox .alb-left .section-title {
    width: 100%;
    margin-bottom: 20px;
}
.abtpg-listbox .alb-left .section-title h3 {
    color: #ffffff;
}
.abtpg-listbox .alb-left ul {
    width: 100%;
    color: #ffffff;
}
.abtpg-listbox .alb-left ul li::after {
    color: #ffffff;
}
.abtpg-listbox .alb-right {
    width: 100%;
    height: 100%;
}
.abtpg-listbox .alb-right .lbrightinner {
    width: 100%;
    height: 100%;
}
.abtpg-listbox .alb-right .lbrightinner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abtpg-contents p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
}
/* About Page :end */

/* Hsse Page :start */
.hsse-pg .hpg-txtimg {
    padding-top: 75px;
}
/* Hsse Page :end */
.box-style-4.oclist-block {
    background-color: #FCFCFC;
    border-color: #F4F4F4;
    padding: 20px 20px;
}
.box-style-4.oclist-block .bs4image {
    width: 100%;
    height: 160px;
}
.box-style-4.oclist-block .bs4image img {
    max-width: 100%;
    max-height: 100%;
}
.box-style-4.oclist-block .bs4text {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.box-style-4.oclist-block .bs4text h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}
.box-style-4.oclist-block:hover {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}
/* Hsse Page :end */

/* sidemenu-1 :start */
.sidemenu1-toggle {
    border-radius: 22px;
    display: none;
}
.sidemenu-1 .clear-btn {
    display: none;
    background: rgba(162, 113, 0, 0.15);
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000 !important;
}
.sidemenu-1 .smtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #A27100;
    padding: 10px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}


.sidemenu-1 .accordion-item {
    border: 1px solid #E9E9E9;
    border-bottom: 0;
}
.sidemenu-1 .accordion-item .accordion-header {
    width: 100%;
    min-height: 51px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}
.sidemenu-1 .accordion-item .accordion-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0px;
    height: calc(100% - 10px);
    background-color: #A27100;
}
.sidemenu-1 .accordion-item .accordion-header.active::before {
    width: 3px;
}
.sidemenu-1 .accordion-item .accordion-header h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #000000;
    padding: 0px 0px 0px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.sidemenu-1 .accordion-item .accordion-header .accordion-button {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.sidemenu-1 .accordion-item .accordion-header .accordion-button::after {
    width: 15px;
    height: 15px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-position: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A27100'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sidemenu-1 .accordion-item .accordion-body {
    padding: 0px 0px;
    border-bottom: 1px solid #E9E9E9;
}
.sidemenu-1 .accordion-item .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidemenu-1 .accordion-item .accordion-body ul li {
    padding: 0px;
    margin: 0px;
}
.sidemenu-1 .accordion-item .accordion-body ul li::after {
    display: none;
}
.sidemenu-1 .accordion-item .accordion-body ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #282828;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidemenu-1 .accordion-item .accordion-body ul li a::after {
    content: '';
    width: 0px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A27100'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-90deg);
}
.sidemenu-1 .accordion-item .accordion-body ul li a.active::after {
    width: 15px;
}
.sidemenu-1 .accordion-item .accordion-body ul li a:hover {
    background-color: #ddd;
}


.sidemenu-1 .accordion-header h3:hover {
    color: #A27100;
}
/* sidemenu-1 :end */

/* Our Commpany Details :start */
.ocompanydetails-wrap .comlogo {
    max-width: 170px;
    height: auto;
    margin: 0px 40px 20px 0px;
    float: left;
}
.ocompanydetails-wrap .comlogo img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.ocompanydetails-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
    margin-bottom: 24px;
}

.ocompanydetails-wrap .cdet-images {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin: 30px 0px 40px 0px;
}
.ocompanydetails-wrap .cdet-images .cdimg-block {
    width: calc(33.3333% - 12px);
    height: auto;
    background: #FCFCFC;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    padding: 12px 12px;
}
.ocompanydetails-wrap .cdet-images .cdimg-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ocompanydetails-wrap .cdet-address {
    background: #F9F9F9;
    padding: 20px 20px;
}
.ocompanydetails-wrap .cdet-address > .row {
    background: #FFFFFF;
}
.ocompanydetails-wrap .cdet-address .addrtxt {
    padding: 25px 25px;
}
.ocompanydetails-wrap .cdet-address .addrtxt h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
}
.ocompanydetails-wrap .cdet-address .addrtxt h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts {
    margin-top: 15px;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin-bottom: 15px;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li::after {
    display: none;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li:last-child {
    margin-bottom: 0;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    width: 30px;
    text-align: center;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    display: inline-flex;
    word-break: break-all;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li a:hover {
    color: #A27100;
}
.ocompanydetails-wrap .cdet-address .addrtxt .atcontacts ul li hr {
    width: 100%;
    height: 2px;
    background-color: #E0E0E0;
    margin: 0;
}

.ocompanydetails-wrap .cdet-address .addrimg {
    width: 100%;
    height: 100%;
}
.ocompanydetails-wrap .cdet-address .addrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ocompanydetails-wrap .ocdw-inner ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}
.ocompanydetails-wrap .ocdw-inner ul li {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
.ocompanydetails-wrap .ocdw-inner li:last-child {
    margin-bottom: 0;
}
.ocompanydetails-wrap .ocdw-inner ul li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
}
/* Our Commpany Details :end */

/* News List :start */
.newslist-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.newslist-block .nlb-image {
    width: 100%;
    height: 190px;
    border-radius: 15px;
    overflow: hidden;
}
.newslist-block .nlb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.newslist-block .nlb-text {
    margin-bottom: 20px;
}
.newslist-block .nlb-text time {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #737373;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 15px 0px 5px;
}
.newslist-block .nlb-text time i {
    font-size: 8px;
}
.newslist-block .nlb-text h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.newslist-block .nlb-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.newslist-block .nlb-buttons {
    margin-top: auto;
    padding-bottom: 20px;
}
.newslist-block:hover .nlb-text h3 {
    color: #A27100;
}
.newslist-block:hover .nlb-image img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* News List :end */

/* News Details :start */
.newsdetails-wrap {}
.newsdetails-wrap .ndetinner {
    padding-bottom: 60px;
    border-bottom: 1px solid #E4E4E4;
}
.newsdetails-wrap .ndetinner .ndi-head h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
}
.newsdetails-wrap .ndetinner .ndi-image {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}
.newsdetails-wrap .ndetinner .ndi-image::before, 
.newsdetails-wrap .ndetinner .ndi-image::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
}
.newsdetails-wrap .ndetinner .ndi-image::before {
    top: 10px;
    left: 10px;
    border-bottom-width: 50px;
    border-top-width: 0px;
    border-left: 50px solid #ffffff;
}
.newsdetails-wrap .ndetinner .ndi-image::after {
    bottom: 10px;
    right: 10px;
    border-right-width: 0px;
    border-left-width: 50px;
    border-bottom: 50px solid #ffffff;
}
.newsdetails-wrap .ndetinner .ndi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.newsdetails-wrap .ndetinner time {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #737373;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}
.newsdetails-wrap .ndetinner time i {
    font-size: 8px;
}
.newsdetails-wrap .ndetinner .ndi-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #000000;
    margin-bottom: 20px;
}

.newsdetails-related {
    padding-top: 65px;
}
/* News Details :end */

/* 404 Page :start */
.p404-pg {
    padding: 120px 0px 150px;
}
.page404-section .p4simg {
    margin-bottom: 40px;
}
.page404-section .p4simg img {
    max-width: 100%;
}
/* 404 Page :end */

.innerbanner-wrap.ibstyle2 .innerslider-owl .isoimg {
    width: 100%;
    height: 170px;
}
.no-result {
    background-color: #F9F9F9;
    color: #353535;
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

/* category-download page :start */
.categoryfilter {
    display: flex;
    align-items: center;
    gap: 8px 14px;
    margin-bottom: 15px;
}
.categoryfilter h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
}
.categoryfilter .nice-select {
    width: 215px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
}
.categoryfilter .nice-select:after {
    width: 7px;
    height: 7px;
    right: 20px;
}

.catdownload-table {
    width: 100%;
}
.catdownload-table thead tr th:not(:last-child) {
    border-right-color: transparent;
}
.catdownload-table thead tr th:first-child {
    width: 32px;
    text-align: center;
}
.catdownload-table thead tr th:last-child {
    width: 100px;
}
.catdownload-table tbody tr td:not(:last-child) {
    border-right-color: transparent;
}
.catdownload-table tbody tr td:first-child {
    border-color: #EDEDED;
}
.catdownload-table tbody tr td:last-child {
    text-align: center;
}
.catdownload-table .btndownload {
    display: inline-block;
    color: #A27100;
    text-align: center;
    padding: 5px 10px;
}
.catdownload-table .btndownload:hover {
    color: #000000;
}
/* category-download page :end */
.founder-image {
    position: relative;
}
.founder-image img {
    width: 100%;
    object-fit: cover;
    max-height: 840px;
    object-position: top;
}
.founder-image span {
    width: calc(100% - 24px);
    font-size: 24px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 12px;
    z-index: 9;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}