/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,23): run-time error CSS1039: Token not allowed after unary operator: '-fntR'
(166,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(219,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(248,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(270,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(300,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(336,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(355,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(396,23): run-time error CSS1039: Token not allowed after unary operator: '-fntEB'
(414,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(474,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(523,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(541,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(594,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(618,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(644,23): run-time error CSS1039: Token not allowed after unary operator: '-fntL'
(674,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(712,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(736,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(758,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(777,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(795,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(828,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(864,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(886,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(905,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(912,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(942,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(958,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(990,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(1049,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(1080,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(1093,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(1129,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(1222,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(1313,23): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
(1490,27): run-time error CSS1039: Token not allowed after unary operator: '-fntM'
 */

:root {
    --fntR: "Montserrat", sans-serif;
    --fntM: "Montserrat", sans-serif;
    --fntB: "Montserrat", sans-serif;
    --fntEB: "Montserrat", sans-serif;
    --fntL: "Montserrat", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
label,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

button,
input,
textarea {
    outline: none;
}

body {
    overflow-x: hidden !important;
    font-family: var(--fntR);
font-weight: 400;
}

.img {
    width: 100%;
    position: relative;
}

.img img {
    width: 100%;
    object-fit: cover;
}

.img2 {
    display: none;
}

.btw {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* loading wrapper */
.loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #585858;
    left: 0;
    top: 0;
    z-index: 1060;
    overflow: hidden;
}

.loading-wrapper.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-delay: 0.4s;
    transition: all 0.2s ease;
}

.loading-wrapper.hide .loading-logo {
    opacity: 0;
    transform: translateY(150%);
}

@keyframes loader-animation {
    0% {
        transform: translateX(-100%);
    }

    49% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.loading-wrapper .loading-logo {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.loading-wrapper .loading-logo .spinner {
    position: absolute;
    max-width: 100px;
    overflow: hidden;
    height: 10px;
    z-index: 9;
    display: block;
    top: 0;
    right: 30px;
    width: 100%;
}




header {
    width: 100%;
    height: 163px;
    background-color: #482C6FCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 150px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.lftHdr {
    cursor: pointer;
    user-select: none;
}

.logo {
    width: 370px;
    position: relative;
}

.logo img {
    width: 100%;
    object-fit: cover;
}

.rghtHdr ul {
    display: flex;
    gap: 46px;
}

.rghtHdr ul li {
    list-style: none;
    cursor: pointer;
}

.rghtHdr ul li select {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: var(--fntM);
font-weight: 500;
    font-size: 22px;
    outline: none;
}

.rghtHdr ul li select option {
    color: #000;
}

.slide {
    background-color: #434343;
    max-height: calc(100vh + 120px);
}

.slide img {
    max-height: calc(100vh + 120px);
}

.aboutHome {
    padding-bottom: 15px;
    background-color: #F5F5F5;
    margin-bottom: 120px;
}

.aboutHomeNav {
    margin: 0 auto;
    background-color: #fff;
}

.aboutHomeNav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 2px 39px 50px -8px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 2px 39px 50px -8px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 2px 39px 50px -8px rgba(0, 0, 0, 0.51);
    margin-bottom: 50px;
}

.aboutHomeNav ul li {
    min-width: 20%;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: var(--fntB);
font-weight: 700;
    gap: 20px;
    padding: 15px;
}

.aboutHomeNav ul li img {
    min-height: 90px;
}


.aboutHomeNav ul li.activeHomeNav,
.aboutHomeNav ul li:hover {
    background-color: #F78F25;
    color: #fff;
}

.activeHomeNav .img1,
.aboutHomeNav ul li:hover .img1 {
    display: none;
}

.activeHomeNav .img2,
.aboutHomeNav ul li:hover .img2 {
    display: block;
}

.aboutHmLeft label {
    font-size: 45px;
    font-family: var(--fntM);
font-weight: 500;
    color: #000;
    margin-bottom: 35px;
}

.aboutHmLeft p {
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
}

.aboutHmLeft a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    background-color: #F78F25;
    border-radius: 999px;
    padding: 30px 45px;
    color: #fff;
    font-size: 16px;
    font-family: var(--fntB);
font-weight: 700;
}

.hoverAnim2 {
    transition: 0.3s;
    border: 1px solid transparent;
}

a.hoverAnim {
    transition: 0.3s;
    border: 1px solid transparent;
}

.hoverAnim2:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #482C6FCC;
}

a.hoverAnim:hover {
    background-color: #482C6FCC;
    border: 1px solid #482C6FCC;
}

.title label {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-family: var(--fntM);
font-weight: 500;
    color: #000;
}

.title p {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
}

.pdctBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #000000;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    transition: all 0.3s;
}

.prdctIcn {
    min-height: 75px;
    margin-bottom: 55px;
}

.pdctBox label {
    font-size: 25px;
    font-family: var(--fntB);
font-weight: 700;
    margin-bottom: 35px;
}

.pdctBox p {
    font-size: 16px;
}

.pdctBox a {
    max-width: fit-content;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 23px 50px;
    background-color: #F78F25;
    color: #fff;
    font-size: 15px;
    font-family: var(--fntB);
font-weight: 700;
}

.pdctBox:hover {
    background-image: url('/App_Themes/YilmazKimya/img/prdctBoxBg.png');
}

.pdctBox:hover p {
    display: none;
}

.pdctBox:hover a {
    display: flex;
}

.analysBox {
    width: 100%;
    padding: 80px 0;
    background-color: rgba(245, 245, 245, 1);
    margin-top: 122px;
    margin-bottom: 100px;
}

.anlysHmBox {
    width: 100%;
    min-height: 340px;
    background-image: url('/App_Themes/YilmazKimya/img/anlysBoxBg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.anlysHmBox label {
    font-size: 63px;
    font-family: var(--fntEB);
font-weight: 800;
    color: #818181;
    position: relative;
}

.anlysHmBox label:before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background-color: #F78F25;
}

.anlysHmBox p {
    font-size: 21px;
    font-family: var(--fntB);
font-weight: 700;
    padding: 0 50px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 100px;
}

.analysHmOwl.owl-theme .owl-dots .owl-dot span,
.mntrOwl.owl-theme .owl-dots .owl-dot span,
.blogOwl.owl-theme .owl-dots .owl-dot span {
    width: 31px;
    height: 31px;
    background-color: #DEDEDE;
    opacity: 1;
}

.analysHmOwl.owl-theme .owl-dots .owl-dot.active span,
.analysHmOwl.owl-theme .owl-dots .owl-dot:hover span,
.mntrOwl.owl-theme .owl-dots .owl-dot.active span,
.mntrOwl.owl-theme .owl-dots .owl-dot:hover span,
.blogOwl.owl-theme .owl-dots .owl-dot.active span,
.blogOwl.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F9AA5A;
}

.analysHmOwl.owl-carousel .owl-item:nth-child(even) {
    margin-top: 50px;
}

.blogImg {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.blogImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.blogImg:hover img {
    transform: scale(1.1);
}

.blgInfo p {
    color: #2B2B2B;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blgInfo a {
    color: #2B2B2B;
    font-size: 18px;
    font-family: var(--fntB);
font-weight: 700;
}

.mntrCon {
    background-color: #F5F5F5;
    padding: 50px 0;
    margin-top: 200px;
}

.mntrBox {
    width: 100%;
    height: 240px;
    background-image: url('/App_Themes/YilmazKimya/img/mntrBg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mntrImg {
    width: 140px;
    height: 100px;
}

.mntrImg img {
    width: 100%;
    object-fit: cover;
}

.topFooter {
    width: 100%;
    background-color: #F78F25;
    padding: 15px 0;
}

.topFooter div.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.topFooter p {
    font-size: 20px;
    font-family: var(--fntB);
font-weight: 700;
    color: #fff;
}

.topFooter a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    border-radius: 999px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    color: #482C6F;
    font-size: 18px;
    font-family: var(--fntB);
font-weight: 700;
}


footer {
    width: 100%;
    padding: 40px 0;
    position: relative;
}

footer::before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #482C6F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

footer::after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #36244E;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.footerImg {
    margin-bottom: 40px;
}

.footerLeft p {
    font-size: 17px;
    color: #fff;
    max-width: 297px;
}

.footerRight {
    padding-left: 65px !important;
}

.footerLink label,
.footerLink p {
    color: #F78F25;
    min-height: 50px;
    margin-bottom: 18px;
    font-size: 16px;
    font-family: var(--fntM);
font-weight: 500;
}

.footerLink p {
    font-size: 15px;
    margin-bottom: 0;
    min-height: auto;
    margin-bottom: 15px;
}

.footerLink ul li {
    list-style: none;
    margin-bottom: 15px;
    transition: 0.3s;
}

.footerLink ul li:hover {
    transform: translateX(10px);
}

.footerLink ul li a {
    font-size: 15px;
    color: #fff;
    font-family: var(--fntM);
font-weight: 500;
}

.footerLink ul li:last-child {
    margin-bottom: 0;
}

.bottomFooter {
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}

.bottomFooter div.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.bottomFooter p,
.bottomFooter ul li a {
    font-size: 14px;
    color: #5D5D5D;
    font-family: var(--fntL);
font-weight: 300;
}

.bottomFooter ul {
    display: flex;
    gap: 20px;
}

.bottomFooter ul li {
    list-style: none;
}

main {
    margin-top: 80px;
}

.pageTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.pageTop label {
    color: #482C6F;
    font-size: 23px;
    font-family: var(--fntB);
font-weight: 700;
}

.pageTop ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pageTop ul li {
    list-style: none;
}

.pageTop ul li a {
    color: #482C6F;
    font-size: 12px;
}

.pageRightNav {
    width: 100%;
    position: sticky;
    top: 180px;
}

.pageRightNav ul li {
    list-style: none;
    margin-top: 5px;
}

.pageRightNav ul li a {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 17px;
    font-family: var(--fntB);
font-weight: 700;
    background-color: #868686;
    padding-left: 15px;
    transition: 0.3s;
}

.pageRightNav ul li a img {
    transition: 0.3s;
}

.pageRightNav ul li a:hover,
.pageRightNav ul li.activePageNav a {
    background-color: #F78F25;
}

.pageRightNav ul li a:hover img,
.pageRightNav ul li.activePageNav a img {
    transform: translateX(-5px);
}

article label {
    color: #000;
    font-size: 20px;
    font-family: var(--fntB);
font-weight: 700;
    margin-bottom: 30px;
}

article p {
    color: #000;
    font-size: 16px;
}

.galeryBoxCon {
    margin: 50px 0;
}

.galeryBox {
    display: flex;
    align-items: center;
    gap: 30px;
}

.galeryBox label {
    font-size: 20px;
    font-family: var(--fntB);
font-weight: 700;
    color: #000;
}

.galeryImg {
    width: 198px;
    height: 213px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.title2 label {
    font-size: 25px;
    font-family: var(--fntB);
font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.blogPgOwlBox {
    background-color: #F5F5F5;
    padding: 25px;
}

.blgOwlInf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: var(--fntB);
font-weight: 700;
    color: #2B2B2B;
    margin-top: 40px;
}

.blgOwlInf img {
    width: 30px !important;
    height: 18px;
}

.pageNavB {
    position: sticky;
    top: 180px;
}

.pageNavB ul li {
    list-style: none;
    margin-bottom: 5px;
}

.pageNavB ul li p {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 25px;
    background-color: #F78F25;
    cursor: pointer;
    user-select: none;
    font-size: 17px;
    font-family: var(--fntB);
font-weight: 700;
    color: #fff;
}


.pageNavB ul li.activePageNavB p {
    margin-bottom: 15px;
}


ol {
    padding: 0;
}

.pageNavB ul li ol {
    display: none;
}

.pageNavB ul li ol li a {
    width: 100%;
    display: block;
    text-align: right;
    color: #000;
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2B2B2B;
}

.pageNavB ul li ol li a.active {
    color: #F78F25;
}

p.title3 {
    font-size: 20px;
    font-family: var(--fntB);
font-weight: 700;
    color: #482C6F;
    padding-left: 30px;
}

.tableBox {
    width: 100%;
    overflow: auto;
    margin-bottom: 60px;
}


.tableBox table tbody tr:nth-child(odd),
.tableBox2 table tbody tr {
    background-color: #F5F5F5;
}

.tableBox table tbody tr td {
    padding: 12px;
    min-height: 60px;
    font-size: 15px;
    font-family: var(--fntM);
font-weight: 500;
    color: #333333;
}

.tableBox2 table tbody tr td {
    margin-bottom: 30px;
    width: 190px;
    text-align: center;
}

.tableBox2 table tbody tr td label {
    width: 100%;
    background-color: #fff;
    border-radius: 999px;
    padding: 15px 0;
    text-align: center;
    color: #482C6F;
    font-size: 17px;
    font-family: var(--fntM);
font-weight: 500;
    margin-bottom: 20px;
}

.tableBox2 table tbody tr td p {
    font-size: 17px;
    font-family: var(--fntM);
font-weight: 500;
    color: #333333;
}

.pageNavBCon {
    padding-right: 30px;
}

.quickSearch {
    width: 100%;
    padding: 30px 50px;
    background-color: #F5F5F5;
}

.quickData {
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
}

.quickData select {
    width: 100%;
    height: 42px;
    border: none;
    background-color: #fff;
    outline: none;
    padding: 0 15px;
    color: #B5B5B5;
    font-size: 14px;
    font-family: var(--fntM);
font-weight: 500;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy42NTkiIGhlaWdodD0iNy45MTEiIHZpZXdCb3g9IjAgMCAxMy42NTkgNy45MTEiPgogIDxwYXRoIGlkPSJQYXRoXzQ5NjM5IiBkYXRhLW5hbWU9IlBhdGggNDk2MzkiIGQ9Ik0uMzE3LDEzLjM0MmExLjA4MSwxLjA4MSwwLDAsMCwxLjUyOSwwTDcuNTk0LDcuNTk0YTEuMDgxLDEuMDgxLDAsMCwwLDAtMS41MjlMMS44NDYuMzE3QTEuMDgxLDEuMDgxLDAsMCwwLC4zMTcsMS44NDZMNS4zLDYuODI5LjMxNywxMS44MTJBMS4wODEsMS4wODEsMCwwLDAsLjMxNywxMy4zNDJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMy42NTkpIHJvdGF0ZSg5MCkiIGZpbGw9IiNiZmJmYmYiLz4KPC9zdmc+Cg==);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 13px
}


.quickData button {
    background-color: none;
    border: none;
    outline: none;
    font-size: 17px;
    font-family: var(--fntB);
font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

.urnImgBox {
    width: 100%;
    background-color: #F5F5F5;
    padding: 15px;
}

.urnImg {
    width: 100%;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}

.urnImg img {
    width: 100%;
    object-fit: cover;
}

.title4 {
    color: #482C6F;
    font-size: 23px;
    font-family: var(--fntB);
font-weight: 700;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 0.3px solid #707070;
}

.container2 {
    max-width: 85%;
}

.cntctImg {
    min-height: 800px;
    max-height: 800px;
    height: 800px;
}

.cntctImg img {
    height: 100%;
}

.contactBox {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #482C6F;
}

.contactBoxCon {
    max-width: 500px;
}

.contactData {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 18px;
}

.contactData label {
    color: #fff;
    font-size: 16px;
}

.contactData input,
.contactData select,
.contactData textarea {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 24px;
    font-size: 14px;
    color: #000;
    font-family: var(--fntM);
font-weight: 500;
}

.contactData select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS43NzUiIGhlaWdodD0iNi44MiIgdmlld0JveD0iMCAwIDExLjc3NSA2LjgyIj4KICA8cGF0aCBpZD0iUGF0aF80OTcxNyIgZGF0YS1uYW1lPSJQYXRoIDQ5NzE3IiBkPSJNLjI3MywxMS41YS45MzIuOTMyLDAsMCwwLDEuMzE4LDBMNi41NDcsNi41NDdhLjkzMi45MzIsMCwwLDAsMC0xLjMxOEwxLjU5MS4yNzNBLjkzMi45MzIsMCwwLDAsLjI3MywxLjU5Mmw0LjMsNC4zLTQuMyw0LjNBLjkzMi45MzIsMCwwLDAsLjI3MywxMS41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNzc1KSByb3RhdGUoOTApIiBmaWxsPSIjNDgyYzZmIi8+Cjwvc3ZnPgo=);
    background-position: calc(100% - 24px);
    background-repeat: no-repeat;
    background-size: 13px;
    padding: 0 24px;
}


.contactData textarea {
    resize: none;
    min-height: 120px;
}

.contactData button {
    max-width: fit-content;
    min-width: 180px;
    margin-left: auto;
    padding: 20px 50px;
    border-radius: 999px;
    outline: none;
    border: none;
    background-color: #F78F25;
    color: #fff;
    font-size: 16px;
    font-family: var(--fntM);
font-weight: 500;
}

.contactAreaBox {
    background-color: #F5F5F5;
    padding: 30px 0 22px 0;
}

.contactAreaBox label {
    padding-left: 75px;
    color: #F78F25;
    font-size: 25px;
    font-family: var(--fntM);
font-weight: 500;
    margin-bottom: 32px;
}

.contactAreaBox ul li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}

.contactAreaBox ul li a {
    font-size: 16px;
    color: #000;
}

.cntIcnt {
    padding-left: 27px;
    padding-right: 16px;
    margin-right: 27px;
    border-right: 1px solid #707070;
    min-height: 75px;
    display: flex;
    align-items: center;
}

a.viewMap {
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 24px 0 0 26px;
    color: #F78F25;
    font-size: 16px;
    font-family: var(--fntM);
font-weight: 500;
    transition: .3s;
}

a.viewMap:hover {
    color: #482C6FCC;
}

.fixedPg {
    width: 70px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 40%;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    z-index: 999;
    overflow: hidden;
}

.fixedPg ul {
    display: flex;
    flex-direction: column;
}

.fixedPg ul li {
    list-style: none;
}

.fixedPg ul li a {
    width: 80px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    gap: 10px;
}

.fixedPg ul li:last-child {
    background-color: #F78F25;
}

.modal,
.fade,
.show {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.modal-content1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    width: 100%;
}

nav {
    display: none;
    position: fixed;
    top: 165px;
    left: 0;
    width: 100%;
    background-color: #F5F5F5;
    border-bottom: 3px solid #F78F25;
    z-index: 999;
    padding: 100px 0;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--fntM);
font-weight: 500;
}


nav ul {
    padding-right: 75px;
    margin-right: 70px;
    border-right: 1px solid #BCBCBC;
}

nav ul.nav1 li {
    margin-bottom: 25px;
    text-align: right;
}

nav ul.nav1 li:last-child,
nav ul.nav2 li:last-child {
    margin-bottom: 0;
}

nav ul.nav1 li a {
    font-size: 30px;
}

nav ul li a:hover {
    color: #F78F25;
}

nav ul.nav2 li {
    margin-bottom: 45px;
}

nav ul.nav2 li a {
    font-size: 27px;
}

nav ul.nav3 {
    padding: 0;
    margin: 0;
    border: none;
}

nav ul.nav3 li {
    margin-bottom: 30px;
}

nav ul.nav3 li a {
    font-size: 17px;
}

.nextNav {
    display: none;
}

.mobileNav {
    display: none;
}

.searchAreaCon {
    width: 100%;
    height: 100%;
    display: none;
}

.searchArea {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #482C6FCC;
    z-index: 99;
    display: grid;
    place-items: center;
}

.searchData {
    position: relative;
    width: 50%;
}

.searchData input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #fff;
    height: 50px;
    color: #fff;
    font-size: 30px;
    font-family: var(--fntM);
font-weight: 500;
}

.searchData input::placeholder {
    color: #fff;
}

.searchData img {
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: 0;
    top: 10px;
}

section.contents .history .owl-nav {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
}

section.contents .history .owl-nav .owl-prev,
section.contents .history .owl-nav .owl-next {
    transition: 0.2s linear;
    outline: none;
}

section.contents .history .owl-nav .owl-prev:hover,
section.contents .history .owl-nav .owl-next:hover {
    background-color: transparent;
    transform: scale(1.1);
}

section.contents .history .owl-nav .owl-prev {
    transform: rotate(180deg);
    float: left;
}

section.contents .history .owl-nav .owl-prev:hover {
    transform: rotate(180deg) scale(1.1) !important;
}

section.contents .history .owl-nav .owl-next {
    float: right;
}

section.contents .history .history-carousel {
    position: relative;
}

section.contents .history .history-carousel .owl-stage-outer {
    margin: 0 40px;
    z-index: 9;
    min-height: 290px;
}

section.contents .history .history-carousel::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 105px;
    width: calc(100% - 53px);
    height: 3px;
    background-color: #ffc100;
}

section.contents .history .history-carousel .items .owl-item .anim {
    opacity: 0;
    visibility: hidden;
    transform: scale(0) rotate(180deg);
    transition: 0.3s ease-out;
}

section.contents .history .history-carousel .items .owl-item:not(.active-history) {
    position: relative;
    width: 110px !important;
    margin-right: 0 !important;
}

section.contents .history .history-carousel .items .owl-item:not(.active-history) .title {
    position: absolute;
    left: 0;
    margin-left: 16px;
    top: 71px;
}

section.contents .history .history-carousel .items .owl-item:not(.active-history) .title .dot {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-color: #ffc100;
    border-radius: 100%;
    margin-top: 3px !important;
}

section.contents .history .history-carousel .items .owl-item:not(.active-history) .title .dot:hover {
    transform: scale(1.1);
}

section.contents .history .history-carousel .items .owl-item.active-history {
    width: 200px !important;
    margin-right: 40px !important;
}

section.contents .history .history-carousel .items .owl-item.active-history .anim {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0);
}

section.contents .history .history-carousel .items .owl-item.active-history .title {
    color: #505050;
    font-weight: 700;
    font-size: 25px;
}

section.contents .history .history-carousel .items .owl-item.active-history .title.active-hide {
    display: none;
}

section.contents .history .history-carousel .items .owl-item.active-history .photo {
    position: relative;
}

section.contents .history .history-carousel .items .owl-item.active-history .photo img {
    width: auto;
}

section.contents .history .history-carousel .items .owl-item.active-history .desc {
    font-size: 18px;
}

section.contents .history .history-carousel .items .owl-item.active-history.active-item {
    height: 260px;
}
@media screen and (max-width: 991px) {
    header{
        padding: 0 15px;
        height: 80px;
    }
    .lftHdr{
        width: 25px;
    }

    .lftHdr img{
        width: 100%;
    }

    .logo{
        width: 200px;
    }

    .rghtHdr ul{
        gap: 15px;
    }

    .mobileNav{
        display: none;
        position: fixed;
        top: 80px;
        background-color: #f5f5f5;
        border-bottom: 3px solid #757575;
        width: 100%;
        left: 0;
        padding: 15px;
        z-index: 999;
    }

    .mobileNav ul li{
        list-style: none;
        margin-bottom: 15px;
    }

    .mobileNav ul li a{
        color: #000;
        font-family: var(--fntM);
    }

    .searchData{
        width: 80%;
    }

    .aboutHomeNav ul{
        flex-wrap: wrap;
    }

    .aboutHomeNav ul li{
        min-width: 20%;
        flex: content;
    }

    .navM{
        display: none;
    }

    footer::after{
        width: 100%;
        left: 0;
    }

    footer::before{
        background-color: transparent;
    }

    .footerRight{
        padding-left: 15px !important;
    }

    .pageNavBCon{
        padding-right: 15px;
    }

    .quickSearch{
        padding: 15px;
    }

    .cntctImg{
        min-height: 400px;
        max-height: 400px;
        height: 400px;
    }

    .contactBox{
        padding: 15px;
    }

    .container2{
        max-width: calc(100% - 25px);
    }
}

@media screen and (max-width: 660px) {
    .fixedPg{
        width: 50px;
    }

    .analysHmOwl.owl-carousel .owl-item:nth-child(even){
        margin: 0;
    }
}

@media screen and (max-width: 460px) {
    .logo{
        width: 150px;
    }

    .rghtHdr ul li select{
        font-size: 16px;
    }

    .rghtHdr ul li img{
        width: 20px;
    }

    .galeryBox{
        gap: 25px;
    }

    .topFooter div.container{
        justify-content: center;
    }
}
