/* ==============================================
                Table of Content
 ============================================== 
 
// =================== Home One Sections Css  ===========
01. Banner Css
---------------------------
02. Features Css
---------------------------
03. About Css
---------------------------
04. Counterup Css
---------------------------
05. Team Css
---------------------------
06. Accordion Css
---------------------------
07. Ceo-testi Css
---------------------------
08. Popular-work Css
---------------------------
09. Cosulting-form Css
---------------------------
10. Testimonials Css
---------------------------
11. Offer Css
---------------------------
13. Location Css
---------------------------
14. Brand Css
----------------------
15. Blog Css
---------------------------
16. Cta Css
---------------------------

// =================== Home Two Sections Css  ===========
17. Header Css
---------------------------
18. Banner Css
---------------------------
19. About Css
--------------------------
20. Services Css
---------------------------
21. latest-work Css
---------------------------
22. Accordion Css
---------------------------
23. Testimonials Css
---------------------------
24. Expert Css
------------------------
25. Cta Css
------------------------
26. Footer Css
------------------------

// =================== Service Section Css  ===========
27. Service-details Css
------------------------

// =================== Project Section Css  ===========
28. Project Css
------------------------
29. Project-destails Css
------------------------

// =================== Blog-details Section Css  ===========
30. Blog-details Css
------------------------
// =================== Team-details Section Css  ===========
30. Team-details Css
------------------------

// =================== Contact Section Css  ===========
31. Contact Css
------------------------

// =================== Error Section Css  ===========
32. Error Css
------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
.section-heading {
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading.style-two {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .section-heading.style-two {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .section-heading.style-two {
        margin-bottom: 30px;
    }
}

.section-heading .title {
    margin-bottom: 20px;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    color: #040916;
    display: block;
}

@media (max-width: 767px) {
    .section-heading .title {
        font-size: 30px;
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .section-heading .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.section-heading .para {
    font-size: 22px;
}

@media (max-width: 1199px) {
    .section-heading .para {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .section-heading .para {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .section-heading .para {
        font-size: 18px;
    }
}

.section-title {
    text-align: left;
    padding-bottom: 50px;
}

.section-title.style-left {
    text-align: left;
}

.section-title .title {
    padding: 0 0 20px;
    font-size: 36px;
    position: relative;
    color: #14306F;
    display: block;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section-title .title {
        font-size: 20px;
    }
}

.section-title .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 90px;
    height: 3px;
    background: #B69149;
}

.section-title .title::after {
    position: absolute;
    left: 24px;
    bottom: 0px;
    content: "";
    width: 45px;
    height: 3px;
    background: #07294d;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: #B69149;
    color: #fff;
    width: 50px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    top: -39px;
    font-size: 21px;
}

@media (max-width: 991px) {
    .slick-arrow {
        width: 45px;
        height: 40px;
        font-size: 18px;
    }
}

.slick-arrow:hover {
    background-color: #B69149;
    border-color: #B69149;
    color: #fff;
}

.slick-next {
    right: 80px;
}

.slick-prev {
    right: 15px;
    background-color: #14306F;
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
    margin-bottom: -20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: #B69149;
    color: #fff;
    margin: 0 3px;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background: #14306F;
}

.bg--base {
    background-color: #B69149;
}

.bg--primary {
    background-color: #7367F0;
}

.bg--secondary {
    background-color: #868E96;
}

.bg--success {
    background-color: #28C76F;
}

.bg--danger {
    background-color: #EA5455;
}

.bg--warning {
    background-color: #FF9F43;
}

.bg--info {
    background-color: #1E9FF2;
}

.text--base {
    color: #B69149;
}

.text--primary {
    color: #7367F0;
}

.text--secondary {
    color: #868E96;
}

.text--success {
    color: #28C76F;
}

.text--danger {
    color: #EA5455;
}

.text--warning {
    color: #FF9F43;
}

.text--info {
    color: #1E9FF2;
}

.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.mb-40 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}

.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.pt-md-60 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.pb-md-60 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-md-60 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

.py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 40px;
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

.py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.pt-40 {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .pt-40 {
        padding-top: 40px;
    }
}

.pb-40 {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .pb-40 {
        padding-bottom: 40px;
    }
}

.py-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .py-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.pt-50 {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .pt-50 {
        padding-top: 50px;
    }
}

.pb-50 {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .pb-50 {
        padding-bottom: 50px;
    }
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 32px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 28px;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 24px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    /* word-break: break-word; */
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 1.4;
    /* word-break: break-word; */
}

p,
li,
span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
p {
    font-family: "Roboto", sans-serif;
    color: #81848A;
    /* word-break: break-all; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    color: #040916;
    margin: 0;
    font-weight: 600;
}

p,
span {
    color: #81848A;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

a {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #81848A;
}

a:hover {
    color: #B69149;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

.custom--accordion .accordion-item {
    border: none;
    background-color: transparent !important;
    margin-bottom: 10px;
    border-radius: 5px;
}

.custom--accordion .accordion-body {
    padding: 0 20px 0px;
    padding-left: 80px;
}

@media (max-width: 991px) {
    .custom--accordion .accordion-body {
        padding-left: 60px;
    }
}

@media (max-width: 575px) {
    .custom--accordion .accordion-body {
        padding-left: 50px;
    }
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion .accordion-button {
    background-color: transparent;
    color: #040916;
    font-size: 22px;
    font-weight: 500;
    padding-left: 80px;
    padding: 10px 20px 20px 70px;
}

@media (max-width: 991px) {
    .custom--accordion .accordion-button {
        font-size: 20px;
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 16px;
        padding: 10px;
        padding-left: 50px;
        padding-right: 0;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: #B69149 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: none;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
    position: absolute;
    left: 0px;
    content: "\f068";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 20px;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #B69149;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .custom--accordion .accordion-button[aria-expanded="true"]::after,
    .custom--accordion .accordion-button[aria-expanded="false"]::after {
        width: 40px;
        height: 40px;
    }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
    content: "\f067";
}

button {
    border: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--base {
    color: #fff;
    font-weight: 700;
    background-color: #B69149;
    padding: 13px 30px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    border: none;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 767px) {
    .btn--base {
        padding: 10px 22px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .btn--base {
        padding: 10px 16px;
        font-size: 14px;
    }
}

.btn--base.style-two {
    background-color: #fff;
    color: #B69149;
}

.btn--base.style-two::before {
    background-color: #B69149;
}

.btn--base.style-two:hover {
    color: #fff;
}

.btn--base.style-three {
    background-color: #B69149;
    color: #fff;
}

.btn--base.style-three::before {
    background-color: #14306F;
}

.btn--base.style-three:hover {
    color: #fff;
}

.btn--base::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    content: "";
    z-index: -1;
    border-radius: 2px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.btn--base:hover {
    color: #B69149;
}

.btn--base:hover::before {
    height: 100%;
}

.btn--base-two {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-right: 5px;
}

.btn--base-two::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #81848A;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.btn--base-two:hover::before {
    background-color: #B69149;
    width: 30px;
}

.btn--primary {
    background-color: #7367F0;
    color: #fff;
}

.btn--primary:hover {
    color: #fff;
    background-color: #6457f3;
}

.btn--primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--secondary {
    background-color: #868E96;
    color: #fff;
}

.btn--secondary:hover {
    color: #fff;
    background-color: #636c75;
}

.btn--secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--success {
    background-color: #28C76F;
    color: #fff;
}

.btn--success:hover {
    color: #fff;
    background-color: #13af59;
}

.btn--success:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--danger {
    background-color: #EA5455;
    color: #fff;
}

.btn--danger:hover {
    color: #fff;
    background-color: #ad2b2b;
}

.btn--danger:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--warning {
    background-color: #FF9F43;
    color: #fff;
}

.btn--warning:hover {
    color: #fff;
    background-color: #d47c29;
}

.btn--warning:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--info {
    background-color: #1E9FF2;
    color: #fff;
}

.btn--info:hover {
    background-color: #0e7bbe;
    color: #fff;
}

.btn--info:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--card {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px 0px #ddddddd5;
    box-shadow: 0px 0px 14px 0px #ddddddd5;
    -webkit-box-shadow: 0px 0px 14px 0px #dddddd96;
    box-shadow: 0px 0px 14px 0px #dddddd96;
    background: #f6f6f6 !important;
    border: transparent;
}

.custom--card:hover {
    -webkit-box-shadow: 0px 0px 24px 0px #d7d7d7bb;
    box-shadow: 0px 0px 24px 0px #d7d7d7bb;
}

.custom--card .card-body {
    text-align: center;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
}

.custom--card .card-body i {
    font-size: 26px;
    color: rgba(104, 51, 153, 0.788);
}

.custom--card .card-title {
    color: #14306F;
    font-size: 25px;
}

.contact-title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #333;
}

.contact--wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 14px 0px #ddddddd5;
    box-shadow: 0px 0px 14px 0px #ddddddd5;
}

.form--label {
    margin-bottom: 10px;
    font-size: 15px;
    color: #d6d6d6 !important;
    font-weight: 400;
}

.form--control {
    height: 60px;
    border-radius: 1px;
    color: #000;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 0px 15px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .form--control {
        margin-top: 20px;
        height: 50px;
    }
}

.form--control::-webkit-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.form--control:-ms-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.form--control::-ms-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.form--control::placeholder {
    color: #999999;
    font-size: 15px;
}

.form--control:focus {
    border: 1px solid #B69149;
    border-radius: 1px;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57 !important;
    box-shadow: 0px 2px 13px -2px #7c7b7c57 !important;
    background-color: #fff;
    color: #14306F;
}

.form--control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #B69149;
}

textarea.form--control {
    height: 110px;
    padding-top: 18px;
}

.input-field.message .input-icon {
    top: 25px;
}

.input-field.message .form--control {
    min-height: 150px;
    padding: 15px 15px 15px 70px;
}

.custom--select {
    position: relative;
}

.custom--select.style-two .icon {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    background-color: #11C451;
    height: 80%;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
}

.custom--select.style-two .icon i {
    margin-left: 10px;
    margin-top: -10px;
}

.custom--select.style-two .form--select {
    border: 1px solid #124887;
}

.custom--select.style-two .form--select:focus {
    border-radius: 3px;
    -webkit-box-shadow: -2px 1px 10px 3px #11c4506e;
    box-shadow: -2px 1px 10px 3px #11c4506e;
}

.custom--select .icon {
    position: absolute;
    right: 15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    z-index: 3;
}

.form--select {
    height: 50px;
    position: relative;
    padding-left: 10px;
    background-color: transparent;
    color: #fff;
    background-image: none;
    background-color: #092443;
}

.form--select option {
    background: #24374e;
}

.form--select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group--text {
    background: #B69149;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    padding: 0;
    position: absolute;
    right: 0;
    border: transparent !important;
    z-index: 5;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom--modal .modal-content {
    padding: 30px;
    text-align: center;
}

.custom--modal .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding: 0 20px;
}

.custom--modal .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.custom--modal .modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-icon i {
    font-size: 32px;
    color: red;
    border: 3px solid red;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0 0;
    border-top: 1px solid #dee2e6;
}

.pagination {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: transparent;
    color: #81848A;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 8px 15px;
    font-weight: 400;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
    color: #B69149;
    background-color: transparent;
}

.pagination .page-item .page-link {
    margin: 0 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    background-color: #F0E9DA;
    color: #B69149;
    border: none;
}

@media (max-width: 575px) {
    .pagination .page-item .page-link {
        margin: 0 3px;
        height: 40px;
        width: 40px;
    }
}

.pagination .page-item .page-link.active {
    background-color: #B69149;
    color: #fff;
}

.pagination .page-item .page-link:hover {
    background-color: #B69149;
    color: #fff;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--table tr th,
.custom--table tr td {
    position: relative;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .custom--table tr th,
    .custom--table tr td {
        display: block;
        text-align: right !important;
    }
}

.custom--table tr td:first-child {
    text-align: left;
}

.custom--table.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #0f3c70;
}

.custom--table {
    border-collapse: separate;
    border-spacing: 0 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .custom--table thead tr th {
        display: none;
    }
}

.custom--table [data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 500;
    color: #fff;
    top: 0;
    left: 0;
    padding: 15px;
    display: none;
    font-size: 16px;
    text-align: left;
}

@media (max-width: 991px) {
    .custom--table [data-label]::before {
        display: block;
        width: 50% !important;
    }
}

.custom--table.table-responsive--xl.table> :not(caption)>*>* {
    border-width: 1px !important;
    border-color: #0f3c70;
    padding: 0px;
}

@media (max-width: 1199px) {
    .custom--table.table-responsive--xl thead tr th {
        display: none;
    }
}

.custom--table.table-responsive--xl.style-two {
    border-collapse: collapse;
}

.custom--table.table-responsive--xl.style-two thead tr th {
    padding: 30px !important;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .custom--table.table-responsive--xl.style-two tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 10px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .custom--table.table-responsive--xl.style-two tr td {
        padding-left: 45%;
    }
}

@media (max-width: 1199px) {
    .custom--table.table-responsive--xl.style-two [data-label]::before {
        position: absolute;
        content: attr(data-label);
        font-weight: 400;
        color: #fff;
        top: 50%;
        left: 0;
        padding: 15px;
        display: none;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .custom--table.table-responsive--xl.style-two [data-label]::before {
        display: block;
        width: 50% !important;
    }
}

.custom--table.table-responsive--md.table> :not(caption)>*>* {
    border-width: 1px !important;
    border-color: #0f3c70;
    padding: 0px;
}

@media (max-width: 991px) {
    .custom--table.table-responsive--md thead tr th {
        display: none;
    }
}

.custom--table.table-responsive--md.style-two {
    border-collapse: collapse;
}

.custom--table.table-responsive--md.style-two thead tr th {
    padding: 30px !important;
    font-weight: 400;
}

@media (max-width: 991px) {
    .custom--table.table-responsive--md.style-two tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .custom--table.table-responsive--md.style-two [data-label]::before {
        position: absolute;
        content: attr(data-label);
        font-weight: 400;
        color: #fff;
        top: 50%;
        left: 0;
        padding: 15px;
        display: none;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .custom--table.table-responsive--md.style-two [data-label]::before {
        display: block;
        width: 50% !important;
    }
}

.custom--tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #07294d;
    padding: 0;
    border-radius: 6px;
}

.custom--tab li button {
    color: #fff;
    padding: 13px 20px;
    background-color: transparent !important;
    border-right: 1px solid #dddddd61 !important;
    -webkit-transition: .4s;
    transition: .4s;
    border-bottom: 3px solid transparent !important;
}

@media (max-width: 1199px) {
    .custom--tab li button {
        padding: 12px 15px;
    }
}

.custom--tab li button.active {
    color: #fff;
    border-bottom: 3px solid #B69149 !important;
    border-radius: 0;
}

.custom--tab li button:hover {
    color: #fff;
    border-bottom: 3px solid #B69149 !important;
    border-radius: 0;
}

ul[class*="custom--tab"] li:last-child button {
    border-right: none !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .navbar-brand.logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.navbar-brand.logo img {
    height: 100%;
    /* max-width: 204px;
    max-height: 50px; */
}

@media (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .navbar-brand.logo img {
        max-width: 135px;
    }
}

@media (max-width: 991px) {
    .header {
        background-color: #14306F;
    }
}

@media (max-width: 991px) {
    .header .header-bottom.fixed-header {
        padding: 15px 10px;
    }
}

.header-container {
    position: relative;
}

@media (max-width: 991px) {
    .header-container {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
    }
}

.header-bottom {
    background-color: #14306F;
    padding: 0 60px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.header-bottom::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 13px;
    top: 0;
    right: 0;
    background-color: #B69149;
}

@media (max-width: 991px) {
    .header-bottom::before {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-bottom {
        padding: 0px 30px;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 10px;
        margin-top: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        position: relative;
    }
}

.header-bottom.fixed-header {
    background-color: #14306F;
    position: fixed;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #2063b14a;
    margin-top: 0px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: slide-down .8s;
    animation: slide-down .8s;
    width: 100%;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
}

@media (max-width: 991px) {
    .header-bottom {
        background-color: #14306F;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

.nav-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-menu .nav-item {
    position: relative;
    margin: 0 10px;
}

@media (max-width: 991px) {
    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
    }
}

.nav-menu .nav-item:hover .nav-link i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s;
    transition: .4s;
}

.nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
}

.nav-menu .nav-item:hover .nav-link::after {
    visibility: visible;
    opacity: 1;
}

.nav-menu .nav-item:hover>.nav-link {
    color: #B69149 !important;
}

.nav-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    padding: 33px 0 !important;
    position: relative;
    cursor: pointer;
}

@media (max-width: 991px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 400;
    }
}

.nav-menu .nav-item .nav-link:hover {
    color: #B69149 !important;
}

@media (max-width: 991px) {
    .nav-menu .nav-item .nav-link {
        display: inline-block;
        margin-bottom: 8px;
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #B69149;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .4s;
        transition: .4s;
    }
    .nav-menu .nav-item .nav-link:hover::before {
        width: 100%;
        -webkit-transition: .5s;
        transition: .5s;
    }
    .nav-menu .nav-item .nav-link::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -2px;
        border-style: solid;
        border-width: 4px;
        border-color: #B69149 #0000ff00 #00800000 #B69149;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        visibility: hidden;
        opacity: 0;
    }
    .nav-menu .nav-item .nav-link:hover::after {
        visibility: visible;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
    }
}

.nav-menu .nav-item .nav-link i {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 13px;
    margin-left: 2px;
}

@media (max-width: 991px) {
    .nav-menu .nav-item .nav-link i {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 25.23px 3.77px rgba(82, 81, 81, 0.13);
        box-shadow: 0px 0px 25.23px 3.77px rgba(82, 81, 81, 0.13);
        -webkit-transition: .4s;
        transition: .4s;
        top: 90px;
        padding: 0 !important;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        left: 50%;
        text-align: center;
        border: none;
        -webkit-transition: .3s linear;
        transition: .3s linear;
        overflow: hidden;
        border-radius: 2px;
        -webkit-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
    }
    .dropdown-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .dropdown-menu li:last-child {
        border-bottom: 2px solid #14306F;
    }
    .dropdown-menu li .dropdown-item {
        padding: 7px 10px;
        font-weight: 500;
        font-size: 16px;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 991px) {
    .nav-menu {
        margin-top: 20px;
    }
    .nav-menu .nav-item:hover .nav-link i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-item {
        border-bottom: 1px solid #ffffff2c;
        padding: 10px 0;
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
    }
    .nav-item .nav-link::before {
        display: none;
    }
    .nav-item .nav-link.show[aria-expanded="true"] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .dropdown-menu {
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: .25rem;
        width: 100%;
        margin-left: 10px !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
        border: none;
        background-color: #f7f7f7;
        margin-top: 11px !important;
        overflow: hidden;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .dropdown-menu {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 991px) {
    .dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }
    .dropdown-menu li .dropdown-item {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 16px;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .dropdown-menu li .dropdown-item {
        font-weight: 400;
        color: #fff;
    }
    .dropdown-menu li .dropdown-item:hover {
        background-color: #B69149;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #14306F;
}

.navbar-toggler.header-button {
    color: #000;
    border-color: transparent;
    color: #fff;
    background: transparent !important;
    padding: 0 !important;
    font-size: 23px !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 30px;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
    content: "\f00d";
}

.header-top {
    background-color: #fff;
    padding: 24px 0 69px;
}

.top-contact-menu {
    margin: 0 -10px;
}

.top-contact-menu .item {
    padding: 0 10px;
    gap: 11px;
}

.top-contact-menu .item .icon {
    background-color: #14306F;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.top-contact-menu .item .text p {
    font-size: 14px;
    font-weight: 500;
    color: #040916;
}

.social-icons.style-two li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #B69149;
    font-size: 20px;
    border: none;
}

@media (max-width: 767px) {
    .social-icons.style-two li a {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
}

.social-icons.style-two li a:hover,
.social-icons.style-two li a.active {
    background-color: #B69149;
    color: #fff;
}

.social-icons li {
    padding: 5px;
}

.social-icons li a {
    border: 1px solid #dfdfdf;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}

.social-icons li a:hover,
.social-icons li a.active {
    background-color: #B69149;
    color: #fff;
    border-color: #B69149;
}

.breadcumb-section {
    position: relative;
    padding: 160px 0 115px;
}

@media (max-width: 1199px) {
    .breadcumb-section {
        padding: 120px 0 75px;
    }
}

@media (max-width: 991px) {
    .breadcumb-section {
        padding: 120px 0 60px;
    }
}

@media (max-width: 767px) {
    .breadcumb-section {
        padding: 100px 0 40px;
    }
}

.breadcumb-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #14306F;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcumb-title {
    font-size: 55px;
    padding: 0px 0 10px;
}

@media (max-width: 1399px) {
    .breadcumb-title {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 25px;
    }
}

.breadcumb-list li {
    color: #fff;
    padding: 0 5px;
    font-weight: 500;
    font-size: 16px;
}

.breadcumb-list li:last-child {
    color: #B69149;
}

.breadcumb-list li span {
    color: #fff;
}

@media (max-width: 575px) {
    .breadcumb-list li {
        font-size: 15px;
    }
}

.breadcumb-list li a {
    color: #fff;
    font-weight: 500;
}

.breadcumb-list li a:hover {
    color: #B69149;
}

.footer-area {
    background: #14306F;
}

.footer-social {
    padding-top: 20px;
}

.footer-social li {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: 1px solid #919191;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.footer-social li .social-icon i {
    color: #fff;
}

.footer-social li .social-icon i:nth-child(1) {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 26px;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-social li .social-icon i:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-social li:hover a.social-icon i:nth-child(1) {
    margin-top: 0px;
}

.footer-social li:hover .social-icon i:nth-child(2) {
    margin-top: -26px;
}

.footer-social li:hover {
    background-color: #B69149;
    border: 1px solid #B69149;
}

.common-footer {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
}

.common-footer::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0px;
    background: #B69149;
    opacity: .3;
}

.common-footer::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    left: 0;
    bottom: 0px;
    background: #B69149;
    opacity: .5;
}

.footer-menu li {
    display: block;
    padding: 9px 0;
}

.footer-menu li .icon {
    font-size: 26px;
    color: #B69149;
    width: 30px;
}

@media (max-width: 575px) {
    .footer-menu li .icon {
        font-size: 25px;
    }
}

.footer-menu li .content {
    width: calc(100% - 30px);
    padding-left: 20px;
}

@media (max-width: 575px) {
    .footer-menu li .content {
        padding-left: 10px;
    }
}

.footer-menu li .content .text {
    display: block;
    padding: 3px 0;
    color: #fff;
}

.footer-menu li a {
    color: #fff;
    font-size: 16px;
}

.footer-menu li a:hover {
    color: #B69149;
    margin-left: 4px;
}

.footer-item .form--control {
    margin-top: 0;
}

.footer-item .title {
    color: #fff;
    font-size: 29px;
    padding-bottom: 18px;
}

@media (max-width: 991px) {
    .footer-item .title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .footer-item .title {
        font-size: 22px;
    }
}

.footer-item .title span {
    color: #B69149;
}

.footer-item a img {
    width: 100%;
    padding-bottom: 20px;
}

.footer-item .text {
    color: #ddd;
}

.bottom-footer {
    background-color: #0e2863;
    padding: 30px 0;
}

@media (max-width: 400px) {
    .bottom-footer-text {
        font-size: 16px;
    }
}

.bottom-footer-text a {
    color: #B69149;
    font-weight: 600;
    padding: 0 5px;
}

.bottom-footer-text a:hover {
    color: #fff;
}

.footer-bottom-right .right-text {
    margin: 0 -15px;
}

.footer-bottom-right .right-text li {
    padding: 0 15px;
}

.footer-bottom-right .right-text li a {
    color: #fff;
    font-size: 15px;
    position: relative;
}

@media (max-width: 400px) {
    .footer-bottom-right .right-text li a {
        font-size: 13px;
    }
}

.footer-bottom-right .right-text li a:hover {
    color: #B69149;
}

.preloder {
    position: fixed;
    top: 0;
    right: 0;
    background: black;
    height: 100%;
    width: 100%;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 1;
    visibility: visible;
    z-index: 9899;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.done {
    opacity: 0;
    visibility: hidden;
}

.circle,
.circle:before,
.circle:after {
    border: 3px solid transparent;
    border-radius: 50%;
}

.circle {
    height: 110px;
    width: 110px;
    margin: 200px auto;
    position: relative;
    border-top-color: gold;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.circle:before,
.circle:after {
    content: "";
    position: absolute;
}

.circle:before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-top-color: red;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    animation-duration: 2.1s;
}

.circle:after {
    top: 23px;
    left: 23px;
    bottom: 23px;
    right: 23px;
    border-top-color: indigo;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-duration: 3.1s;
    animation-duration: 3.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay-one {
    position: relative;
    isolation: isolate;
}

.bg-overlay-one::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #14306F;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-two {
    position: relative;
    isolation: isolate;
}

.bg-overlay-two::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #B69149;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.scroll-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    color: #fff;
    background-color: #B69149;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    z-index: 5;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: 210px;
}

.scroll-top:hover {
    color: #fff;
    background-color: #14306F;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

.search-icon.close i::before {
    content: "\f057";
}

.toggle-search-box {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 991px) {
    .toggle-search-box {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: auto;
        margin-right: 16px;
    }
}

.toggle-search-box .search-icon {
    background-color: #B69149;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .toggle-search-box .search-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .toggle-search-box .search-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.toggle-search-box .search-icon.close i::before {
    content: "\f00d";
    font-size: 20px;
}

.toggle-search-box .search-icon i {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 18px;
}

.toggle-search-box .search-input {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    background-color: #B69149;
    padding: 10px;
    border-radius: 3px;
    margin-top: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

@media (max-width: 500px) {
    .toggle-search-box .search-input {
        right: -50px;
    }
}

.toggle-search-box .search-input.show {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}

.toggle-search-box .search-input::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 4px;
    top: -7px;
    background-color: #B69149;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
}

@media (max-width: 500px) {
    .toggle-search-box .search-input::before {
        right: 50px;
    }
}

.toggle-search-box .search-input form {
    position: relative;
}

.toggle-search-box .search-input form input {
    padding: 10px 35px 10px 10px;
    border: 0;
    width: 100%;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
}

.toggle-search-box .search-input form input:focus {
    border: none;
    outline: none;
}

.toggle-search-box .search-input form input::-webkit-input-placeholder {
    color: #14306F;
    font-weight: 400;
}

.toggle-search-box .search-input form input:-ms-input-placeholder {
    color: #14306F;
    font-weight: 400;
}

.toggle-search-box .search-input form input::-ms-input-placeholder {
    color: #14306F;
    font-weight: 400;
}

.toggle-search-box .search-input form input::placeholder {
    color: #14306F;
    font-weight: 400;
}

.toggle-search-box .search-input form button {
    position: absolute;
    right: 15px;
    top: 50%;
    border: none;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border-radius: 0px 5px 5px 0px;
    color: #B69149;
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
    font-size: 18px;
}

::-moz-selection {
    color: #fff;
    background-color: #0b3391;
}

::selection {
    color: #fff;
    background-color: #0b3391;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #B69149;
    border: 0px solid transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #14306F;
}

.filter {
    padding: 60px 30px;
    z-index: 2;
    background-color: #14306F;
}

@media (max-width: 575px) {
    .filter {
        padding: 40px 20px;
    }
}

@media (max-width: 450px) {
    .filter {
        padding: 40px 0px;
    }
}

.filter-item {
    position: relative;
}

.filter-icon i {
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
    z-index: 1;
    color: #B69149;
}

.filter-select {
    height: 50px;
    position: relative;
    padding-left: 50px;
}

.filter-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner {
    padding: 265px 0 340px;
    position: relative;
}

@media (max-width: 1199px) {
    .banner {
        padding: 205px 0 268px;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 160px 0 270px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 90px 0 200px;
    }
}

@media (max-width: 575px) {
    .banner {
        padding: 100px 0 90px;
    }
}

.banner-content {
    position: relative;
    z-index: 3;
    max-width: 860px;
    margin: 0 auto;
}

.banner-content .title {
    line-height: 1.2;
    font-size: 80px;
    color: #fff;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .banner-content .title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .banner-content .title {
        font-size: 50px;
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .banner-content .title {
        font-size: 40px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .banner-content .title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 400px) {
    .banner-content .title {
        font-size: 25px;
        margin-bottom: 35px;
    }
}

.banner-content .title span {
    color: #B69149;
}

.buttons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px;
}

@media (max-width: 575px) {
    .buttons-list {
        margin: -5px;
    }
}

.buttons-list__item {
    padding: 15px;
}

@media (max-width: 575px) {
    .buttons-list__item {
        padding: 5px;
    }
}

.features {
    position: relative;
    margin-top: -118px;
    z-index: 1;
}

@media (max-width: 575px) {
    .features {
        margin-top: 0px;
    }
}

.features-content {
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

@media (max-width: 575px) {
    .features-content {
        border: none;
    }
}

.features-content .features-item {
    padding: 40px 30px;
}

@media (max-width: 1199px) {
    .features-content .features-item {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .features-content .features-item {
        padding: 30px 20px;
    }
}

.features-content .features-item .para p {
    margin-bottom: -8px;
}

.features-content .features-item.with-border {
    border-top: 2px solid #B69149;
}

@media (max-width: 991px) {
    .features-content div[class*="col"]:first-child .features-item {
        padding: 30px 0px 30px 15px;
    }
}

@media (max-width: 767px) {
    .features-content div[class*="col"]:first-child .features-item {
        padding: 60px 20px 0px;
    }
}

@media (max-width: 575px) {
    .features-content div[class*="col"]:first-child .features-item {
        padding: 60px 0px 0px;
    }
}

@media (max-width: 991px) {
    .features-content div[class*="col"]:nth-child(2) .features-item {
        padding: 30px 0px 30px 15px;
    }
}

@media (max-width: 575px) {
    .features-content div[class*="col"]:nth-child(2) .features-item {
        padding: 30px 0px 30px 0px;
    }
}

@media (max-width: 991px) {
    .features-content div[class*="col"]:last-child .features-item {
        padding: 30px 15px 30px 0px;
    }
}

@media (max-width: 767px) {
    .features-content div[class*="col"]:last-child .features-item {
        padding: 0px 20px 60px;
    }
}

@media (max-width: 575px) {
    .features-content div[class*="col"]:last-child .features-item {
        padding: 0px 0px 60px;
    }
}

.title-icon {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .title-icon {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .title-icon {
        margin-bottom: 13px;
    }
}

.title-icon .icon {
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .title-icon .icon {
        width: 32px;
    }
}

.title-icon .title a {
    color: #040916;
    font-size: 24px;
}

.title-icon .title a:hover {
    color: #B69149;
}

@media (max-width: 1199px) {
    .title-icon .title a {
        font-size: 19px;
    }
}

.about-left .thumb {
    position: relative;
}

.about-left .thumb img {
    width: 100%;
    max-height: 420px;
    -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .about-left .thumb img {
        max-height: unset;
        height: 440px;
    }
}

@media (max-width: 991px) {
    .about-left .thumb img {
        -webkit-clip-path: unset;
        clip-path: unset;
        height: unset;
    }
}

.about-left .thumb .experience-time {
    display: inline-block;
    padding: 15px 40px;
    border: 5px solid #fff;
    position: absolute;
    bottom: -30px;
    left: 58%;
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%);
}

@media (max-width: 1399px) {
    .about-left .thumb .experience-time {
        padding: 15px 32px;
    }
}

@media (max-width: 1199px) {
    .about-left .thumb .experience-time {
        padding: 15px 20px;
    }
}

@media (max-width: 991px) {
    .about-left .thumb .experience-time {
        bottom: 30px;
        left: 30px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .about-left .thumb .experience-time {
        bottom: 20px;
        left: 20px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 575px) {
    .about-left .thumb .experience-time {
        padding: 6px 10px;
        bottom: 15px;
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.about-left .thumb .experience-time .time {
    font-size: 40px;
}

@media (max-width: 1199px) {
    .about-left .thumb .experience-time .time {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about-left .thumb .experience-time .time {
        font-size: 27px;
    }
}

.about-left .thumb .experience-time .time span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .about-left .thumb .experience-time .time span {
        font-size: 21px;
    }
}

@media (max-width: 676px) {
    .about-left .thumb .experience-time .time span {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .about-left .thumb .experience-time .time span {
        font-size: 16px;
    }
}

.about-left .thumb .experience-time .experience {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .about-left .thumb .experience-time .experience {
        font-size: 20px;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .about-left .thumb .experience-time .experience {
        font-size: 16px;
        font-weight: 500;
    }
}

.about-right .title {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
}

@media (max-width: 1399px) {
    .about-right .title {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .about-right .title {
        font-size: 32px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .about-right .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about-right .title {
        font-size: 23px;
    }
}

.about-right .para {
    margin-top: 34px;
}

@media (max-width: 1199px) {
    .about-right .para {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .about-right .para {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-right .para {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .about-right .para {
        margin-top: 15px;
    }
}

.about-right .about-btn {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-right .about-btn {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .about-right .about-btn {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-right .about-btn {
        margin-top: 25px;
    }
}

.counterup {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .counterup .section-heading.style-two {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.counterup .background-left {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #b69149;
    opacity: 0.8;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
    .counterup .background-left {
        width: 100%;
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item {
        text-align: center;
    }
}

.counterup .counterup-item .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .counterup .counterup-item .title {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item .title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .counterup .counterup-item .title {
        font-size: 18px;
    }
}

.counterup .counterup-item .title span {
    color: #fff;
    font-size: 55px;
}

@media (max-width: 1199px) {
    .counterup .counterup-item .title span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item .title span {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .counterup .counterup-item .title span {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .counterup .counterup-item .title span {
        font-size: 35px;
    }
}

.counterup .counterup-item .para {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .counterup .counterup-item .para {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .counterup .counterup-item .para {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .counterup .counterup-item .para {
        font-size: 16px;
    }
}

.counter-play-button {
    left: 55%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .counter-play-button {
        left: 50%;
        top: 0;
        position: relative;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .counter-play-button {
        margin-bottom: 20px;
    }
}

.counter-play-button a {
    position: relative;
    font-size: 30px;
    color: #fff;
    background-color: #B69149;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 8px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .counter-play-button a {
        width: 70px;
        height: 70px;
        border: 5px solid #fff;
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .counter-play-button a {
        width: 65px;
        height: 65px;
        border: 3px solid #fff;
        font-size: 20px;
    }
}

.counter-play-button a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #14306F;
    border-radius: 50%;
    -webkit-animation: popup 2.5s linear infinite;
    animation: popup 2.5s linear infinite;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes popup {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes popup {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.team.bg-img {
    background-size: 100% 32%;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
}

.team.bg-overlay-one::before {
    top: unset;
    bottom: 0;
    background-color: #14306f;
    opacity: 0.8;
    height: 32%;
}

@media (max-width: 991px) {
    .team {
        background-image: none !important;
        padding-bottom: 0;
    }
    .team.bg-overlay-one::before {
        background-color: transparent;
    }
}

.team-item .thumb {
    position: relative;
    max-width: 100%;
}

.team-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-item .thumb .social-icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.team-item:hover .social-icons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.team-item .content {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .team-item .content {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .team-item .content {
        margin-top: 18px;
    }
}

.team-item .content .name a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .team-item .content .name a {
        color: #040916;
        font-size: 22px;
    }
}

.team-item .content .name a:hover {
    color: #B69149;
}

.team-item .content .designation {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .team-item .content .designation {
        color: #14306F;
    }
}

@media (max-width: 991px) {
    .consulting-agency .section-heading {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.service-right {
    position: relative;
}

.service-right ul li img {
    border-radius: 50%;
    width: 280px;
}

@media (max-width: 1199px) {
    .service-right ul li img {
        width: 280px;
    }
}

@media (max-width: 991px) {
    .service-right ul li img {
        width: 100%;
        height: 232px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0px;
    }
}

@media (max-width: 767px) {
    .service-right ul li img {
        width: 172px;
        height: 172px;
    }
}

@media (max-width: 575px) {
    .service-right ul li img {
        width: 149px;
        height: 149px;
    }
}

.service-right ul li:nth-child(1) {
    position: absolute;
    top: 65%;
    z-index: 1;
    left: 3%;
}

@media (max-width: 1399px) {
    .service-right ul li:nth-child(1) {
        top: 65%;
    }
}

@media (max-width: 991px) {
    .service-right ul li:nth-child(1) {
        position: relative;
        top: 0;
        z-index: 1;
        left: 0%;
    }
}

.service-right ul li:nth-child(2) {
    position: absolute;
    top: 83%;
    left: 44%;
    z-index: 1;
}

@media (max-width: 991px) {
    .service-right ul li:nth-child(2) {
        position: relative;
        top: 0%;
        left: 0%;
        z-index: 1;
    }
}

.service-right ul li:nth-child(3) {
    position: relative;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
    left: 45%;
    top: 0;
}

@media (max-width: 1199px) {
    .service-right ul li:nth-child(3) {
        left: 50%;
    }
}

@media (max-width: 991px) {
    .service-right ul li:nth-child(3) {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        left: 0;
        top: 0;
    }
}

.service-right ul li:nth-child(4) {
    position: absolute;
    top: 38%;
    left: 7%;
    z-index: -1;
    width: 250px;
}

@media (max-width: 991px) {
    .service-right ul li:nth-child(4) {
        display: none;
    }
}

.service-right ul li:nth-child(5) {
    position: absolute;
    top: 51%;
    left: 48%;
    z-index: -1;
}

@media (max-width: 991px) {
    .service-right ul li:nth-child(5) {
        display: none;
    }
}

.ceo-testi.bg-overlay-one::before {
    background-color: #14306F;
    opacity: 1;
    height: 70%;
    -webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
    .ceo-testi.bg-overlay-one::before {
        -webkit-clip-path: unset;
        clip-path: unset;
        height: 100%;
    }
}

.ceo-thumb {
    text-align: center;
}

.ceo-thumb img {
    width: 100%;
    height: auto;
    border: 5px solid #B69149;
}

.ceo-right-content .name-designation {
    position: relative;
    margin-bottom: 64px;
}

@media (max-width: 991px) {
    .ceo-right-content .name-designation {
        margin-bottom: 54px;
    }
}

@media (max-width: 767px) {
    .ceo-right-content .name-designation {
        margin-bottom: 44px;
    }
}

@media (max-width: 575px) {
    .ceo-right-content .name-designation {
        margin-bottom: 24px;
    }
}

.ceo-right-content .name-designation .name {
    font-size: 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .ceo-right-content .name-designation .name {
        font-size: 25px;
    }
}

.ceo-right-content .name-designation .designation {
    color: #B69149;
    font-size: 20px;
}

@media (max-width: 767px) {
    .ceo-right-content .name-designation .designation {
        font-size: 17px;
    }
}

.ceo-right-content .name-designation img {
    position: absolute;
    left: 0;
    top: -25px;
    z-index: -1;
    max-height: 125px;
}

@media (max-width: 991px) {
    .ceo-right-content .name-designation img {
        max-height: 110px;
    }
}

@media (max-width: 767px) {
    .ceo-right-content .name-designation img {
        max-height: 100px;
        top: -10px;
    }
}

@media (max-width: 575px) {
    .ceo-right-content .name-designation img {
        max-height: 80px;
        top: -10px;
    }
}

.ceo-right-content .para {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    max-width: 570px;
}

@media (max-width: 991px) {
    .ceo-right-content .para {
        font-size: 21px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ceo-right-content .para {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .ceo-right-content .para {
        font-size: 16px;
    }
}

div[class*="col"]:nth-of-type(3n+2) .work-item {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

@media (max-width: 991px) {
    div[class*="col"]:nth-of-type(3n+2) .work-item {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.popular-work {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .popular-work {
        margin-bottom: 0px;
    }
}

.work-item .thumb {
    position: relative;
}

.work-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-item .thumb .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    z-index: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.work-item .thumb .text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#B69149), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #B69149, rgba(0, 0, 0, 0));
    z-index: -1;
}

.work-item .thumb .text .title a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
    max-width: 340px;
    margin-left: 10px;
    margin-right: 10px;
}

.work-item .thumb .text .title a:hover {
    color: #14306F;
}

@media (max-width: 1199px) {
    .work-item .thumb .text .title a {
        font-size: 27px;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .work-item .thumb .text .title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .work-item .thumb .text .title a {
        font-size: 20px;
    }
}

.work-item:hover .text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.consulting-agency.bg-overlay-one::before {
    opacity: 1;
    height: 52%;
}

@media (max-width: 991px) {
    .consulting-agency.bg-overlay-one::before {
        height: 100%;
    }
}

.consulting-agency .consult {
    position: relative;
}

.consulting-agency .consult::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    background-color: #B69149;
}

@media (max-width: 991px) {
    .consulting-agency .consult::before {
        display: none;
    }
}

.consulting-agency .consult::after {
    bottom: 48%;
    left: 0;
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-color: #B69149;
}

@media (max-width: 991px) {
    .consulting-agency .consult::after {
        display: none;
    }
}

.consulting-form {
    background-color: #fff;
    padding: 75px 35px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
}

@media (max-width: 1199px) {
    .consulting-form {
        padding: 65px 30px;
    }
}

@media (max-width: 767px) {
    .consulting-form {
        padding: 55px 25px;
    }
}

@media (max-width: 575px) {
    .consulting-form {
        padding: 45px 10px;
    }
}

.consulting-form .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .consulting-form .title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .consulting-form .title {
        font-size: 22px;
    }
}

.testimonails .slick-slide {
    margin: 0 15px;
}

@media (max-width: 767px) {
    .testimonails .slick-slide {
        margin: 0 7px;
    }
}

.testimonails .slick-list.draggable {
    margin-bottom: -7px;
}

.testimonails .slick-slide.slick-current.slick-active.slick-center .testimonials-item {
    opacity: 1;
}

.testimonials-item {
    opacity: .2;
}

@media (max-width: 767px) {
    .testimonials-item {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .testimonials-item .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testimonials-item .icon img {
    max-width: 100%;
}

.testimonials-item .para {
    font-size: 20px;
    font-family: "Roboto Slab", serif;
    padding: 25px 0 35px;
}

@media (max-width: 991px) {
    .testimonials-item .para {
        padding: 20px 0 30px;
    }
}

@media (max-width: 767px) {
    .testimonials-item .para {
        font-size: 18px;
        padding: 15px 0 25px;
    }
}

@media (max-width: 575px) {
    .testimonials-item .para {
        font-size: 15px;
        padding: 15px 0 20px;
    }
}

@media (max-width: 767px) {
    .testimonials-item .client-detail {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.testimonials-item .client-detail .thumb {
    width: 70px;
}

.testimonials-item .client-detail .thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonials-item .client-detail .meta {
    width: calc(100% - 70px);
    padding-left: 20px;
}

@media (max-width: 575px) {
    .testimonials-item .client-detail .meta {
        padding-left: 10px;
    }
}

.testimonials-item .client-detail .meta .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
}

@media (max-width: 575px) {
    .testimonials-item .client-detail .meta .name {
        font-size: 18px;
    }
}

.testimonials-item .client-detail .meta .designaion {
    font-size: 14px;
    display: block;
    text-align: left;
}

.offer.bg-overlay-one::before {
    opacity: 1;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
}

@media (max-width: 991px) {
    .offer.bg-overlay-one::before {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}

.offer .section-heading {
    max-width: 100%;
    position: relative;
}

.offer .section-heading .title {
    margin-bottom: 0px;
    text-align: left;
    max-width: 450px;
}

@media (max-width: 991px) {
    .offer .section-heading .title {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.offer .section-heading .para {
    max-width: 450px;
    padding-left: 50px;
    position: relative;
}

.offer .section-heading .para::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    background-color: #B69149;
}

@media (max-width: 991px) {
    .offer .section-heading .para::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .offer .section-heading .para {
        max-width: 100%;
        padding-left: 0;
    }
}

.offer-item {
    background-color: #fff;
    padding: 40px 30px 40px;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
}

@media (max-width: 1199px) {
    .offer-item {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .offer-item {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .offer-item {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .offer-item {
        padding: 15px;
    }
}

.offer-item:hover .thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.offer-item .thumb {
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.offer-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s;
    transition: .4s;
}

.offer-item .content {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .offer-item .content {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .offer-item .content {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .offer-item .content {
        margin-top: 20px;
    }
}

.offer-item .content .title a {
    color: #040916;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 3px solid #B69149;
}

@media (max-width: 575px) {
    .offer-item .content .title a {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.offer-item .content .title a:hover {
    color: #B69149;
}

.offer-item .content .para {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.provide-service .location-thumb img {
    max-width: 100%;
}

.provide-service .location-button {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .provide-service .location-button {
        margin-top: 55px;
    }
}

@media (max-width: 991px) {
    .provide-service .location-button {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .provide-service .location-button {
        margin-top: 45px;
    }
}

@media (max-width: 575px) {
    .provide-service .location-button {
        margin-top: 40px;
    }
}

.brand-slider {
    background-color: #14306F;
    padding: 40px 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .brand-slider {
        padding: 40px 40px;
    }
}

@media (max-width: 767px) {
    .brand-slider {
        padding: 30px 30px;
    }
}

@media (max-width: 575px) {
    .brand-slider {
        padding: 30px 0px;
    }
}

.brand-slider img {
    max-width: 100px;
    height: 80px;
}

@media (max-width: 575px) {
    .brand-slider img {
        height: 55px;
    }
}

.brand .brand-slider {
    padding: 0;
}

.brand .brand-slider img {
    opacity: .4;
}

.brand .brand-slider.style-two {
    background-color: transparent;
}

.blog-item {
    position: relative;
}

.blog-item:hover .thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-item .thumb {
    margin-bottom: 100px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .blog-item .thumb {
        margin-bottom: 0;
    }
}

.blog-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blog-item .blog-content {
    background-color: #fff;
    padding: 30px 20px;
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
}

@media (max-width: 1199px) {
    .blog-item .blog-content {
        position: unset;
        bottom: 0;
        padding: 20px;
        left: 0px;
        right: 0px;
    }
}

@media (max-width: 991px) {
    .blog-item .blog-content {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .blog-item .blog-content {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .blog-item .blog-content {
        padding: 20px;
    }
}

.blog-item .blog-content .category {
    background-color: #B69149;
    padding: 5px 15px;
    color: #fff;
}

.blog-item .blog-content .title {
    margin: 25px 0;
}

@media (max-width: 991px) {
    .blog-item .blog-content .title {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .blog-item .blog-content .title {
        margin: 15px 0;
    }
}

.blog-item .blog-content .title a {
    color: #040916;
    font-size: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .blog-item .blog-content .title a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-item .blog-content .title a {
        font-size: 17px;
    }
}

.blog-item .blog-content .title a:hover {
    color: #B69149;
}

.blog-item .blog-content .blog-meta .meta {
    margin: 0 -10px;
}

@media (max-width: 1399px) {
    .blog-item .blog-content .blog-meta .meta {
        margin: 0 -5px;
    }
}

.blog-item .blog-content .blog-meta .meta li {
    font-size: 14px;
    padding: 0 10px;
}

@media (max-width: 1399px) {
    .blog-item .blog-content .blog-meta .meta li {
        padding: 0 5px;
    }
}

.popup-share-icons {
    background-color: #14306F;
    padding: 15px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 26%;
    right: 8px;
    height: auto;
    width: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media (max-width: 1199px) {
    .popup-share-icons {
        bottom: 55px;
    }
}

.popup-share-icons.show {
    visibility: visible;
    opacity: 1;
    bottom: 30%;
}

@media (max-width: 1199px) {
    .popup-share-icons.show {
        bottom: 65px;
    }
}

.popup-share-icons::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
    right: 15px;
    bottom: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 7px;
    border-style: solid;
    border-color: #ff000000 #14306f #14306f #ffff0000;
}

.popup-share-icons .popup-icons {
    margin: -5px;
}

.popup-share-icons .popup-icons li {
    line-height: 0;
    padding: 5px;
}

.popup-share-icons .popup-icons li a {
    color: #fff;
}

.popup-share-icons .popup-icons li a:hover {
    color: #B69149;
}

@media (max-width: 991px) {
    .cta .section-heading {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.cta.bg-overlay-one::before {
    top: unset;
    bottom: 0;
    background-color: #14306F;
    opacity: 1;
    height: 71%;
}

@media (max-width: 991px) {
    .cta.bg-overlay-one::before {
        height: 100%;
    }
}

.cta-content {
    padding: 80px 0;
    background-color: #B69149;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
    .cta-content {
        -webkit-clip-path: unset;
        clip-path: unset;
        background-color: transparent;
        padding: 60px 0 0;
    }
}

.input--group {
    margin: 0 130px;
    position: relative;
}

@media (max-width: 991px) {
    .input--group {
        margin: 0 100px;
    }
}

@media (max-width: 991px) {
    .input--group {
        margin: 0 0px;
    }
}

.input--group input {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.input--group input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.input--group input:-ms-input-placeholder {
    color: #d9d9d9;
}

.input--group input::-ms-input-placeholder {
    color: #d9d9d9;
}

.input--group input::placeholder {
    color: #d9d9d9;
}

.input--group input:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #14306F;
    color: #fff;
}

@media (max-width: 991px) {
    .input--group input:focus {
        border-bottom: 1px solid #B69149;
    }
}

.input--group button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    font-size: 25px;
}

.input--group button i {
    color: #fff;
}

.home-two.header-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: -webkit-sticky !important;
    position: sticky !important;
}

@media (max-width: 991px) {
    .home-two.header-bottom {
        position: absolute !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 89;
    }
}

.home-two.header-bottom.fixed-header {
    position: fixed !important;
}

@media (max-width: 1199px) {
    .home-two.header-bottom .nav-menu .nav-item {
        margin: 0 8px;
    }
}

.home-two.header-bottom .nav-menu .nav-item:first-child {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .home-two.header-bottom .nav-menu .nav-item .nav-link {
        font-size: 15px;
    }
}

.home-two .toggle-search-box .search-icon {
    background-color: transparent;
    width: 0;
    height: 30px;
    margin-left: 18px;
}

.home-two .get-started-button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 55px;
}

@media (max-width: 1199px) {
    .home-two .get-started-button {
        margin-left: 27px;
    }
}

@media (max-width: 991px) {
    .home-two .get-started-button {
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .home-two .get-started-button .btn--base {
        padding: 9px 18px;
        font-size: 15px;
    }
}

.home-two.banner {
    padding: 210px 0;
}

@media (max-width: 1199px) {
    .home-two.banner {
        padding: 190px 0;
    }
}

@media (max-width: 991px) {
    .home-two.banner {
        padding: 155px 0 100px;
    }
}

@media (max-width: 767px) {
    .home-two.banner {
        padding: 135px 0 80px;
    }
}

@media (max-width: 575px) {
    .home-two.banner {
        padding: 115px 0 60px;
    }
}

.home-two.banner .banner-content {
    margin: 0;
    max-width: 850px;
}

.about-left-thumb {
    margin-bottom: 28px;
}

.about-left-thumb .thumbs li {
    width: 100%;
}

.about-left-thumb .thumbs li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
    overflow: hidden;
}

.about-left-thumb .thumbs .rotate-thumbs {
    margin: 0 -10px;
}

@media (max-width: 575px) {
    .about-left-thumb .thumbs .rotate-thumbs {
        margin: 0 -8px;
    }
}

.about-left-thumb .thumbs .rotate-thumbs li {
    padding: 0 10px;
}

@media (max-width: 575px) {
    .about-left-thumb .thumbs .rotate-thumbs li {
        padding: 0 -8px;
    }
}

.about-left-thumb .thumbs .rotate-thumbs li:nth-child(1) {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

@media (max-width: 991px) {
    .about-left-thumb .thumbs .rotate-thumbs li:nth-child(1) {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.about-left-thumb .thumbs .rotate-thumbs li:nth-child(2) {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
}

@media (max-width: 991px) {
    .about-left-thumb .thumbs .rotate-thumbs li:nth-child(2) {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (max-width: 767px) {
    .home-two.service .section-heading {
        text-align: left;
    }
}

.service-item {
    background-color: #FAFAFA;
    padding: 40px 30px;
}

@media (max-width: 991px) {
    .service-item {
        padding: 40px 25px;
    }
}

@media (max-width: 767px) {
    .service-item {
        padding: 40px 20px;
    }
}

@media (max-width: 575px) {
    .service-item {
        padding: 40px 13px;
    }
}

.service-item .title-icon .title a {
    font-weight: 500;
}

.latest-work.bg-overlay-one::before {
    opacity: 1;
    height: 80%;
}

@media (max-width: 991px) {
    .latest-work.bg-overlay-one::before {
        height: 100%;
    }
}

@media (min-width: 1600px) {
    .latest-work .container-restricted {
        max-width: 1800px;
    }
}

.latest-work-item .thumb {
    position: relative;
}

.latest-work-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-work-item:hover .work-content {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.work-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    padding: 20px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (max-width: 767px) {
    .work-content {
        padding: 10px;
    }
}

.work-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #B69149;
    z-index: -1;
    opacity: 0.8;
}

.work-content .title {
    font-size: 29px;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .work-content .title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .work-content .title {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .work-content .title {
        font-size: 22px;
    }
}

.work-icons a {
    color: #fff;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1px;
    font-size: 20px;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .work-icons a {
        height: 45px;
        width: 45px;
        font-size: 17px;
    }
}

.work-icons a:hover {
    background-color: #fff;
    color: #B69149;
}

.home-two-form {
    position: relative;
}

.home-two-form .background-thumb {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 80%;
    max-height: 90%;
    overflow: hidden;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

@media (max-width: 575px) {
    .home-two-form .background-thumb {
        display: none;
    }
}

.home-two-form .background-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-two-form .consulting-form {
    max-width: 400px;
    padding: 45px 20px;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.home-two-form .consulting-form::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    left: 0;
    bottom: -15px;
    background-color: white;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-box-shadow: 11px 11px 10px -11px #7c7b7c3d;
    box-shadow: 11px 11px 10px -11px #7c7b7c3d;
}

@media (max-width: 575px) {
    .home-two-form .consulting-form {
        padding: 45px 15px;
        max-width: 100%;
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    .home-two-form .consulting-form {
        padding: 45px 10px;
    }
}

.home-two-form .consulting-form .title {
    font-size: 19px;
}

.home-two-form .consulting-form .form--control {
    margin-top: 20px;
}

.testimonials {
    background-color: #14306F;
    background-size: contain;
    background-origin: content-box;
}

.testimonials.bg-overlay-one {
    isolation: unset;
}

.testimonials .slick-slide {
    margin: 0 10px;
}

.testimonials-content {
    position: relative;
    padding: 80px 0;
}

@media (max-width: 1399px) {
    .testimonials-content {
        padding: 60px 0;
    }
}

@media (max-width: 1199px) {
    .testimonials-content {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .testimonials-content {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .testimonials-content .testimonials-content-thumbs {
        display: none;
    }
}

.testimonials-content .testimonials-content-thumbs li {
    position: absolute;
}

.testimonials-content .testimonials-content-thumbs li:nth-child(1) {
    top: 0;
    left: 0;
    position: absolute;
}

.testimonials-content .testimonials-content-thumbs li:nth-child(2) {
    top: 0;
    right: 0;
    position: absolute;
}

.testimonials-content .testimonials-content-thumbs li:nth-child(3) {
    top: 50%;
    left: 10%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials-content .testimonials-content-thumbs li:nth-child(4) {
    right: 10%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials-content .testimonials-content-thumbs li:nth-child(5) {
    bottom: 0;
    left: 4%;
    position: absolute;
}

.testimonials-content .testimonials-content-thumbs li:nth-child(6) {
    right: 3%;
    bottom: 0;
    position: absolute;
}

.inner-content {
    max-width: 625px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    .inner-content {
        max-width: 100%;
    }
}

.inner-content .icon {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 63px;
    margin: 0 auto;
    height: 63px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #B69149;
    border-radius: 50%;
}

.inner-content .para {
    margin-bottom: 30px;
    margin-top: 32px;
    font-size: 20px;
    font-family: "Roboto Slab", serif;
}

@media (max-width: 991px) {
    .inner-content .para {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .inner-content .para {
        font-size: 16px;
    }
}

.inner-content .client-meta .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .inner-content .client-meta .title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .inner-content .client-meta .title {
        font-size: 20px;
    }
}

.expert-item .thumb {
    position: relative;
    max-height: 500px;
    width: 100%;
    overflow: hidden;
}

.expert-item .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.expert-item .content {
    background-color: #14306F;
    padding: 78px 0 38px;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.expert-item .content .title a {
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 991px) {
    .expert-item .content .title a {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .expert-item .content .title a {
        font-size: 22px;
    }
}

.expert-item .content .title a:hover {
    color: #B69149;
}

.expert-item .content .designation {
    font-size: 18px;
}

@media (max-width: 991px) {
    .expert-item .content .designation {
        font-size: 16px;
    }
}

.expert-item .social-icons {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80%;
}

.expert-item .social-icons li {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: .3s;
    transition: .3s;
}

.expert-item .social-icons li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.expert-item .social-icons li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.expert-item .social-icons li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.expert-item .social-icons::before {
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.expert-item:hover .social-icons::before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.expert-item:hover .social-icons li {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.home-two.cta-section {
    position: relative;
    z-index: 1;
    height: 100%;
}

.home-two.cta-section.bg-img {
    background-size: contain;
    background-position: right;
}

@media (max-width: 991px) {
    .home-two.cta-section.bg-img {
        background-size: 0;
    }
}

.home-two.cta-section .background-thumb {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.home-two.cta-section .background-thumb::before {
    position: absolute;
    content: "";
    width: 62%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #B69149;
    overflow: hidden;
    -webkit-clip-path: polygon(90% 0, 100% 74%, 88% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 74%, 88% 100%, 0 100%, 0 0);
}

@media (max-width: 991px) {
    .home-two.cta-section .background-thumb::before {
        display: none;
    }
}

.home-two.cta-section .background-thumb .background-color {
    background-color: #14306F;
    width: 60%;
    height: auto;
    -webkit-clip-path: polygon(90% 0, 100% 74%, 88% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 74%, 88% 100%, 0 100%, 0 0);
}

@media (max-width: 991px) {
    .home-two.cta-section .background-thumb .background-color {
        -webkit-clip-path: unset;
        clip-path: unset;
        width: 100%;
    }
}

.home-two.cta-section .input--group {
    margin: 0;
}

.home-two.cta-section .input--group input:focus {
    border-bottom: 1px solid #B69149;
}

.home-two.footer {
    background-color: #B69149;
}

.home-two.footer .footer-area {
    background-color: #14306F;
    -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);
}

@media (max-width: 767px) {
    .home-two.footer .footer-area {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}

.icon-title {
    padding: 40px 0 30px;
}

.icon-title .icon {
    background-color: #B69149;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .icon-title .icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .icon-title .icon {
        width: 55px;
        height: 55px;
    }
}

.cmn-title {
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .cmn-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cmn-title {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .cmn-title {
        font-size: 20px;
    }
}

.service-benefit-features {
    margin-top: 40px;
}

.service-benefit-features .title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .service-benefit-features .title {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .service-benefit-features .title {
        font-size: 23px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .service-benefit-features .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.service-benefit-features .para {
    max-width: 370px;
}

@media (max-width: 767px) {
    .service-benefit-features .para {
        max-width: 100%;
    }
}

.services-items {
    margin-top: 17px;
}

.services-items li i {
    color: #B69149;
    font-size: 18px;
    margin-right: 10px;
}

.more-service-slider {
    margin-top: 20px;
}

.more-service-wrapper {
    padding: 0px 15px;
    margin: 10px 0 20px;
}

.service-details .slick-list {
    margin: -10px 0 -20px;
}

.service-details .service-details-content .thumb img {
    width: 100%;
    height: 100%;
}

.project-page {
    margin-bottom: 0;
}

.project-page div[class*="col"]:nth-of-type(3n+2) .work-item {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.project-button {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .project-button {
        margin-top: 40px;
    }
}

.project-detials-thumb {
    max-height: 490px;
    overflow: hidden;
}

.project-detials-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .project-detials-thumb img {
        height: 332px;
    }
}

@media (max-width: 767px) {
    .project-detials-thumb img {
        height: unset;
    }
}

.project-detials-sidebar {
    padding: 20px;
    height: 100%;
}

.sidebar-item {
    padding: 10px 0;
}

.sidebar-item .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.sidebar-item .time {
    color: #fff;
}

.project-detials-para {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .project-detials-para {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .project-detials-para {
        margin-top: 40px;
    }
}

.project-detials-gap {
    row-gap: 60px;
}

@media (max-width: 991px) {
    .project-detials-gap {
        row-gap: 50px;
    }
}

.project-item-thumb {
    max-height: 350px;
    overflow: hidden;
}

.project-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-item-content .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .project-item-content .title {
        margin-bottom: 25px;
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .project-item-content .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .project-item-content .title {
        margin-bottom: 15px;
    }
}

.blog-details .blog-item:hover .thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-details .blog-item .thumb {
    max-height: 442px;
    margin-bottom: 0px;
}

.blog-details .blog-item .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-details .blog-item .blog-content {
    padding: 30px 20px 50px;
    position: relative;
    margin-top: -170px;
    margin-left: 30px;
    margin-right: 30px;
    left: 0;
    right: 0;
    bottom: 0px;
}

@media (max-width: 991px) {
    .blog-details .blog-item .blog-content {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .blog-details .blog-item .blog-content {
        padding: 30px 10px 30px;
    }
}

.blog-details .blog-item .blog-content .title {
    margin: 20px 0;
}

.blog-details .blog-item .blog-content .blog-share {
    position: relative;
}

.blog-details .blog-item .blog-content .blog-share .popup-share-icons {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 30px 20px;
    bottom: -40px;
}

.blog-details .blog-item .blog-content .blog-share .popup-share-icons.show {
    bottom: -20px;
}

.blog-details .blog-item .blog-content .blog-share .popup-share-icons::before {
    display: none;
}

.blog-details .blog-item .blog-content .blog-share .popup-share-icons ul li a {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.blog-details .blog-item .blog-content .para {
    margin-top: 20px;
}

.admin-post {
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
    margin-left: 30px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .admin-post {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .admin-post {
        padding: 20px 10px;
    }
}

.admin-post .thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 575px) {
    .admin-post .thumb {
        width: 100%;
        text-align: center;
    }
}

.admin-post .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px;
    height: 70px;
}

.admin-post .content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

@media (max-width: 575px) {
    .admin-post .content {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        margin-top: 15px;
    }
}

.admin-post .content .name {
    font-size: 18px;
    color: #040916;
}

.admin-post .content .admin {
    color: #B69149;
}

.admin-post .content .para {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .admin-post .content .para {
        margin-top: 10px;
    }
}

.contact-form-wrapper {
    background-color: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
    margin-left: 30px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .contact-form-wrapper {
        margin-left: 0px;
        margin-right: 0px;
        padding: 40px 20px;
    }
}

@media (max-width: 575px) {
    .contact-form-wrapper {
        padding: 30px 15px;
    }
}

.send-messge {
    font-size: 24px;
    font-weight: 500;
}

.contact-form-field {
    position: relative;
}

.contact-form-field.message textarea {
    padding-left: 45px;
}

.contact-form-field.message .icon {
    top: 30px;
}

.contact-form-field .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px;
}

.contact-form-field input {
    padding-left: 45px;
}

.submit-button {
    margin: 40px 0 0px;
}

@media (max-width: 991px) {
    .submit-button {
        margin: 30px 0 0px;
    }
}

@media (max-width: 575px) {
    .submit-button {
        margin: 20px 0 0px;
    }
}

.testi-details {
    text-align: center;
    padding: 25px;
    background-color: #b691491a;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .testi-details {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .testi-details {
        padding: 15px;
    }
}

.testi-details .icon {
    display: inline-block;
}

.testi-details .text {
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    padding-top: 16px;
}

@media (max-width: 575px) {
    .testi-details .text {
        font-size: 16px;
    }
}

.right-sidebar {
    background-color: #fafafa;
    padding: 38px 30px;
    border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .right-sidebar {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .right-sidebar {
        padding: 26px 20px;
    }
}

@media (max-width: 767px) {
    .right-sidebar {
        padding: 22px 15px;
    }
}

@media (max-width: 575px) {
    .right-sidebar {
        padding: 20px 10px;
    }
}

.right-sidebar .search-box-two {
    position: relative;
}

.right-sidebar .search-box-two .form--control {
    height: 50px;
    margin-top: 0;
}

.right-sidebar .search-box-two button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #14306F;
    margin-right: 15px;
}

.right-sidebar .search-box-two button i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 20px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 19px;
}

.sidebar-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #B69149;
}

.blog-category {
    background-color: #fafafa;
    padding: 38px 30px;
    border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .blog-category {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .blog-category {
        padding: 26px 20px;
    }
}

@media (max-width: 767px) {
    .blog-category {
        padding: 22px 15px;
    }
}

@media (max-width: 575px) {
    .blog-category {
        padding: 20px 10px;
    }
}

.sidebar-category {
    margin: -5px 0;
}

.sidebar-category li {
    padding: 5px 0;
}

.sidebar-category li a {
    color: #14306F;
    display: inline-block;
}

.sidebar-category li a:hover {
    color: #B69149;
}

.blog-post {
    background-color: #fafafa;
    padding: 38px 30px;
    border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .blog-post {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .blog-post {
        padding: 26px 20px;
    }
}

@media (max-width: 767px) {
    .blog-post {
        padding: 22px 15px;
    }
}

@media (max-width: 575px) {
    .blog-post {
        padding: 20px 10px;
    }
}

.latest-thumb {
    width: 80px;
    height: 80px;
}

@media (max-width: 575px) {
    .latest-thumb {
        width: 60px;
        height: 60px;
    }
}

.latest-blog {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media (max-width: 575px) {
    .latest-blog {
        width: calc(100% - 60px);
    }
}

.latest-blog .title a {
    font-size: 16px;
    font-weight: 500;
    color: #14306F;
}

@media (max-width: 991px) {
    .latest-blog .title a {
        font-size: 14px;
    }
}

.latest-blog .title a:hover {
    color: #B69149;
}

.latest-blog .name-date {
    font-size: 13px;
    margin: 0 -5px;
}

.latest-blog .name-date li {
    padding: 0 5px;
}

.blog-tag {
    background-color: #fafafa;
    padding: 38px 30px;
    border: 1px solid #dfdfdf;
}

@media (max-width: 1199px) {
    .blog-tag {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .blog-tag {
        padding: 26px 20px;
    }
}

@media (max-width: 767px) {
    .blog-tag {
        padding: 22px 15px;
    }
}

@media (max-width: 575px) {
    .blog-tag {
        padding: 20px 10px;
    }
}

.blog-tag .tag-item {
    margin: -5px;
}

.blog-tag .tag-item li {
    padding: 5px;
}

.blog-tag .tag-item li a {
    border: 1px solid #dfdfdf;
    padding: 7px 15px;
}

.blog-tag .tag-item li a:hover {
    background-color: #B69149;
    color: #fff;
    border-color: #B69149;
}

.team-details .contact-form-field.button {
    margin-top: 30px;
}

.team-details .contact-form-field input {
    padding-left: 15px;
}

.team-details .team-item {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
    box-shadow: 0px 2px 13px -2px #7c7b7c57;
    padding: 40px 30px;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .team-details .team-item {
        padding: 40px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .team-details .team-item {
        padding: 30px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-details .team-item__thumb img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #14306F;
}

.team-details .team-item__contact {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .team-details .team-item__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-details .team-item__list {
    padding: 4px 0;
}

.team-details .team-item__list i {
    color: #040916;
    font-size: 20px;
    width: 20px;
}

.team-details .team-item__list span {
    color: #040916;
    font-weight: 500;
    width: calc(100% - 20px);
    text-align: left;
    padding-left: 20px;
}

.team-details .team-item__designation {
    color: #B69149;
    font-weight: 500;
    font-size: 16px;
}

.team-details .team-item .social-icons {
    margin: 0 auto;
}

.team-member-data {
    background-color: #14306f0f;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.team-member-data i {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 100px;
    z-index: -1;
    opacity: 0.2;
    color: #b69149;
}

@media (max-width: 991px) {
    .team-member-data {
        padding: 12px;
    }
}

@media (max-width: 575px) {
    .team-member-data {
        border-left: 0px solid #14306F;
    }
}

.team-member-data .highlighted {
    font-size: 17px;
    color: #14306F;
    font-weight: 600;
}

.team-cmn-title {
    font-size: 28px;
    margin-bottom: 17px;
}

@media (max-width: 991px) {
    .team-cmn-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .team-cmn-title {
        margin-bottom: 10px;
    }
}

.member-experience-skills div[class*="experience-skill"]:last-child {
    padding-bottom: 0px;
}

.experience-skill {
    padding-bottom: 20px;
}

.experience-skill .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.experience-skill .para {
    font-weight: 400;
}

.experience-skill .progress {
    height: 18px;
    background-color: #b6924959;
    border-radius: 5px !important;
}

.experience-skill .progress .progress-bar {
    background-color: #14306F;
    font-weight: 500;
    font-size: 15px;
}

.map iframe {
    height: 714px;
}

@media (max-width: 1199px) {
    .map iframe {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .map iframe {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .map iframe {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .map iframe {
        height: 300px;
    }
}

.address-item {
    background-color: #fafafa;
    padding: 55px 72px;
}

@media (max-width: 1399px) {
    .address-item {
        padding: 50px 60px;
    }
}

@media (max-width: 1199px) {
    .address-item {
        padding: 40px 35px;
    }
}

@media (max-width: 991px) {
    .address-item {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .address-item {
        padding: 40px 40px;
    }
}

@media (max-width: 575px) {
    .address-item {
        padding: 30px 30px;
    }
}

.address-item .thumb {
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .address-item .thumb {
        margin-bottom: 30px;
        max-width: 45px;
    }
}

@media (max-width: 767px) {
    .address-item .thumb {
        margin-bottom: 25px;
        max-width: 50px;
    }
}

@media (max-width: 575px) {
    .address-item .thumb {
        margin-bottom: 20px;
        max-width: 40px;
    }
}

.address-item .title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .address-item .title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .address-item .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .address-item .para,
    .address-item .para a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .address-item .para,
    .address-item .para a {
        font-size: 16px;
    }
}

.consultation-form .title {
    font-size: 40px;
    text-align: center;
}

@media (max-width: 991px) {
    .consultation-form .title {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .consultation-form .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .consultation-form .title {
        font-size: 21px;
    }
}

.consultation-form .form--control {
    border: 1px solid #707070;
    margin-top: 40px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .consultation-form .form--control {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .consultation-form .form--control {
        margin-top: 20px;
    }
}

.consultation-form .contact-button {
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .consultation-form .contact-button {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .consultation-form .contact-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .consultation-form .contact-button {
        margin-top: 20px;
    }
}

.error-content .subtitle {
    font-size: 40px;
}

@media (max-width: 991px) {
    .error-content .subtitle {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .error-content .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .error-content .subtitle {
        font-size: 25px;
    }
}

.error-content .title {
    font-size: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .error-content .title {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .error-content .title {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .error-content .title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .error-content .title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .error-content .title {
        font-size: 45px;
    }
}

.error-content .error-button {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .error-content .error-button {
        margin-top: 40px;
    }
}

/*# sourceMappingURL=style.css.map */