* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #686A6F;
    text-align: left;
    background-color: #fff;
}

a {
    color: #6e767c;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

h1 {
    font-size: 30px;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: "PT Serif", sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

section {
    position: relative;
    overflow: hidden;
}

.bg_white {
    background-color: #24272d !important;
}

.navbar-expand-lg {
    padding: 0 15px;
}

.navbar-toggler-icon {
    background-image: url(../img/nav.svg);
}

.navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 35px 15px !important;
    color: #ffffff;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.dropdown-menu {
    border-radius: 0;
    background: #24272d;
    border: 0;
    border-top: 1px solid #f8f8f8;
    padding: 0;
}

.dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background: #3f3f3f;
}

.banner .item {
    position: relative;
}

.banner .item::before {
    content: '';
    background-color: #00000054;
    position: absolute;
    width: 100%;
    height: 100%;
}

.head_text {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.head_text h2 {
    color: #ffffff;
    font-size: 52px;
    text-align: center;
    font-weight: 500 !important;
}

.heading {
    position: relative;
    margin-bottom: 20px;
}

.about_sec {
    padding: 50px 0;
}

.about_sec .heading h1,
.heading h2 {
    font-size: 28px;
    font-weight: 600 !important;
    color: #26579d;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.about_sec .heading h1::after,
.heading h2::after {
    content: '';
    position: absolute;
    background-color: #26579d;
    width: 8%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.about_sec .iner_text {
    width: 85%;
    margin: auto;
}

.about_sec p,
.whatwe_sec p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    letter-spacing: 1px;
}

.whatwe_sec {
    padding: 50px;
}

.whatwe_sec .about_text {
    padding: 50px 80px;
}

.whatwe_sec .about_text p b {
    color: #254e89;
}

.whatwe_sec .iner_text ul b {
    color: #254e89;
}



.whatwe_sec .heading h2::after {
    margin-left: 0;
}

.iner_text ul li {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0;
}

.iner_text ul i {
    margin-right: 10px;
    color: #254e89;
}

.expertise_sec {
    padding: 50px 0;
}

.w-100 {
    border-radius: 10px;
}

.portfolio-item .portfolio-btn {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(34, 36, 41, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 0;
    transition: .5s;
    text-align: center;
}

.portfolio-item h2 {
    font-weight: 600 !important;
    font-size: 26px !important;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 20px solid rgba(34, 36, 41, 0.9);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #26579d;
}

footer h2 {
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_widget a,
.footer_widget p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_widget ul,
.footer_social ul {
    list-style: none;
    padding: 0;
}

.footer_social li {
    display: inline-flex;
    margin-right: 5px;
}

.footer_social a {
    display: inline-flex;
    align-items: center;
    background: #254e89;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    font-size: 14px;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-primary {
    /* color: #212529;
    background-color: #FFAA17;
    border-color: #FFAA17; */
    color: #ffffff;
    background-color: #254e89;
    border-color: #254e89;
}

.btn-primary:hover {
    /* color: #212529;
    background-color: #f09800;
    border-color: #e39000; */
    color: #ffffff;
    background-color: #436495;
    border-color: #436495;
}

.footer_widget a:hover {
    color: #ffffff !important;
}

.navbar-toggler,
.btn-close {
    box-shadow: unset !important;
}

.page-header {
    text-align: center;
    background: #f8f8f8;
    padding: 50px 0;
}

.page-header h1 {
    font-size: 36px;
    text-transform: capitalize;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000000;
    width: 50%;
}

.page-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}

.page-header ul li {
    padding: 0 10px;
    position: relative;
}

.page-header ul li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -4px;
}

.associate_wrap {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 6px 6px 4px #6666661a;
}

.associate_wrap h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.associate_wrap p {
    margin-bottom: 0;
}

.contact_sec {
    padding: 60px 0;
}

.contact_detail h2 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.17;
    font-weight: 500;
    color: #26579d;
    font-size: 34px;
}

.contact_detail p {
    font-size: 14px;
    max-width: 570px;
    text-align: center;
    margin: 20px auto 80px;
}

.contact-info {
    text-align: center;
    background: #f8f8f8;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
}

.contact-info .title {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info .info {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #696969;
}

.contact-info .info:not(:last-child) {
    margin-bottom: 5px;
}

.contact-form input:not([type="checkbox"]):not([type="radio"]),
.contact-form textarea {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px;
    color: #333;
    border: 1px solid transparent;
    border-bottom-color: #ededed;
    background-color: transparent;
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 200px;
    resize: none;
}

.contact-form textarea:focus-visible {
    outline: none;
}

.contact-form input:not([type="checkbox"]):not([type="radio"]):focus,
.contact-form textarea:focus {
    border-bottom-color: #333;
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

input:focus-visible {
    outline: 0;
}

.button_icn_header button {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #254e89;
    padding: 15px 40px;
    border-radius: 4px;
    transition: all 1s ease-in;
    border: 0;
}

.button_icn_header button:hover {
    background: #24272d;
    color: #ffffff;
    transition: all 1s ease-in;
}

.banner .item img{
    height: calc(100vh - 91px);
    object-fit: cover;
    object-position: center;
}
.product_gall .gallery img{
    height: 100%;
}
.heading h4 {
    font-size: 100px;
    color: white;
    position: absolute;
    display: block;
    font-family: "Montserrat", sans-serif;
    top: -50px;
    text-transform: uppercase;
    font-weight: 800;
    right: 0;
    left: 0;
    text-align: center;
    z-index: -1;
    text-shadow: 0 10px 10px rgb(213 213 213 / 67%);
}
.heading{
    margin-top: 30px;
    margin-bottom: 30px;
}