:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #046B8A; --secondery-color: #ffc9a2; }
@font-face { font-family: 'Luckiest Guy'; src: url('../fonts/LuckiestGuy-Regular.eot'); src: url('../fonts/LuckiestGuy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LuckiestGuy-Regular.woff2') format('woff2'), url('../fonts/LuckiestGuy-Regular.woff') format('woff'), url('../fonts/LuckiestGuy-Regular.ttf') format('truetype'), url('../fonts/LuckiestGuy-Regular.svg#LuckiestGuy-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Inconsolata'; src: url('../fonts/Inconsolata-Regular.eot'); src: url('../fonts/Inconsolata-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inconsolata-Regular.woff2') format('woff2'), url('../fonts/Inconsolata-Regular.woff') format('woff'), url('../fonts/Inconsolata-Regular.ttf') format('truetype'), url('../fonts/Inconsolata-Regular.svg#Inconsolata-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .4s ease; max-width: 1320px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Luckiest Guy'; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Inconsolata'; position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.gradient-text { background: -webkit-linear-gradient(45deg, #2b6267, #000000); -webkit-text-fill-color: transparent; background-clip: text;
    { background: linear-gradient(45deg, #2b6267, #000000); }; }
.nav-wrapper { background: linear-gradient(45deg, #2b6267, #000000); }
.logo-text { text-align: right; flex: 1; }
.coad-head a { font-size: 18px; }
.dual-logo { border-radius: 20px; width: 100%; height: 100%; background: #fff; justify-content: space-around; align-items: center; max-width: 280px; padding: 10px; }
.link-section { background: linear-gradient(45deg, #312d2d, #2b6267); }

/* ====================heador css====================*/
.mbshado.show { overflow: hidden; }
.brand { z-index: 1; }
.nav-menu .nav-link { color: #fff; font-size: 19px;}
.nav-menu .nav-link.active { color: #ffc9a2; }
.nav-menu .nav-link:hover { color: var(--secondery-color); }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: #173538; transition: all 0.3s ease-in-out; -webkit-tranzsition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
.link-sign { text-align: center; width: calc(25% - 30px); background: linear-gradient(45deg, #2b6267, #000000); margin: 15px;padding: 15px 10px; border-radius: 10px; box-shadow: 3px 3px 3px 3px #f1f1f10a; }
.link-sign a {color: #fff;font-size: 22px;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;border-radius: 10px; !I; !; }
.link-sign:hover { background: linear-gradient(45deg, #000000, #2b6267); }

/* ====================home page banner css====================*/
.card-wrapper { background: #f6f6f6; }
.card-details p { border-top: 1px solid #ccc; padding: 8px 0; }
.main-item-container .card { border: 1px solid transparent; transition: all 0.4s ease 0s; overflow: hidden; box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.8) 15px 18px 36px -18px inset; }
.main-item-container .card:hover {z-index: 9;box-shadow: rgb(30, 45, 69) 0px 14px 23px -14px;border: 1px solid #2b6267;}

/* ====================inner-pages-css====================*/
.image-head { background: var(--bg-white); border: 1px solid #f1f1f1; position: relative; transition: all .4s ease 0s; }
.image-head:hover { border-color: var(--theme-color); }
.hed-in { font-size: 32px; color: var(--theme-color); }
.table-wrapper p strong {margin-bottom: 12px;display: block;}
/* ====================contact-pages-css====================*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; border: 1px solid #081415; width: 23%; margin-top: 60px; font-size: 18px; padding: 60px 15px 10px; background: #fff; }
.contact-page ul li span { display: block; font-size: 24px; color: #081415; margin-bottom: 5px; line-height: 30px; }
.contact-page ul li img.hover_img { display: none; }
.contact-page ul li:hover img.hover_img { display: block; margin: 0 auto; }
.contact-page ul li:hover img { display: none; }
.contact-page ul li a { color: var(--black); }
.contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: var(--bg-white); border: 1px solid #081415; width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.contact-page ul li:hover figure { background: var(--theme-color); }

/* ====================footer-css====================*/
.main-footer { background: linear-gradient(45deg, #2b6267, #000000); }
.f_titel { font-size: 24px; color: #ffc9a2; margin-bottom: 20px; }
.f_link, .f-text { font-size: 16px; color: var(--white); transition: .2s; }
.payment-icon li img { border: 1px solid #fff; padding: 8px; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover { color: #ffc9a2; }
.icon-box img { padding-right: 2px; color: var(--black); }
.icon-box.address img { padding-top: 5px; }
.address { line-height: 34px; display: flex; align-items: flex-start; margin-bottom: 0; }

/* ====================media query====================*/
@media(min-width : 992px){
.nav-wrapper .navbar .nav-menu {width: 100%;justify-content: space-between;}
}
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .link-sign a {font-size: 20px;}
}
@media (max-width:991px) {
    .contact-page ul li { width: 47%; }
    .payment-icon li img { padding: 5px }
    .logo-text { text-align: center; }
    .brand { max-width: 50px; }
    .nav-menu .nav-link.active {    color: #2a6064;}
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .6); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .nav-menu { position: fixed; right: -100%; top: 0px; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: var(--bg-white); z-index: 999; bottom: auto; height: 100%; padding-top: 78px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-item { border-top: 1px solid #7d7f7f; width: 100%; padding: 10px; text-align: left; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid #7d7f7f; margin-right: auto; }
    .hamburger { cursor: pointer; z-index: 9999; transition: 0.3s; position: relative; padding: 3px; border-radius: 4px; }
    .hamburger.show { transition: 0.3s; }
    .hamburger.show .bar {        /* background: var(--seconndery-color); */ }
    .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.show .bar:nth-child(2) { opacity: 0; }
    .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .nav-menu .nav-link { font-size: 16px; color: #000; margin-right: 0; }
}
@media (max-width:767px) {
    .hed-in { font-size: 24px; }
    .contact-details .icon-box { margin-bottom: 8px; }
    .f_titel { font-size: 20px; }
    .f_link, .f-text { font-size: 14px; }
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 16px; }
    .table-wrapper.inner-table .table { min-width: 580px; width: 100%; font-size: 14px; }
    .main-item-container h2 { font-size: 18px; }
    .link-sign { width: calc(33% - 10px); height: 80px; padding: 10px; margin: 5px; }
    .link-sign a { font-size: 16px; }
    .item-details h4 { font-size: 18px; }
}
@media (max-width:575px) {
    .contact-page ul li { width: 100%; font-size: 16px; }
    .link-sign { width: calc(50% - 10px); height: 60px; }
}
@media (max-width:414px) { }
.fadeInLeft { animation: fadeinleft 1s ease; }
@keyframes fadeinleft {
    0% { opacity: 0; transform: translateX(-200px); }
    100% { opacity: 1; transform: translateX(0); }
}