html{
   scroll-behavior: smooth;
	scroll-padding-top: 120px !important;  
}


body {
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
   
}

body p {
    line-height: 1.5;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    list-style: none;
}

header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #ffffffa6;
}

.logo img {
    height: 100px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/* 
.section {
    text-align: center;
    font-size: 3em;
    font-family: arial;
} */

h1 span {
    font-size: 27px;
    display: block;
}

h1,
h2 {
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}


/* Styling Our Menu */
#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li.active,
#menu li.active:hover {
    background: rgba(0, 0, 0, 0.5);
}

#menu li a {
    text-decoration: none;
    color: #000;
    padding: 9px 18px;
    display: block;
}

#menu li.active a,
#menu li.active:hover a:hover {
    color: #fff;
}



.snap {}

.scroll-snap-divi {
    /* 
  scroll-snap-align: start; 
  scroll-snap-type: y mandatory;
  */
}

.vertical-scroll {
    background-color: #fff !important;
}

.fp-warning,
.fp-watermark {
    display: none;
}

ul.slimmenu li>ul li {
    margin-left: 0;
}

.banner {
    position: relative;
    /* background: url(../images/bgImg.jpg) no-repeat center center; */
}

.banner::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

.BnrCtn p {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    font-family: "Exo", sans-serif;
}

.bannerCtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnrTitle {
    font-family: "Exo", sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.subTitle {
    font-family: "Exo", sans-serif;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    color: #01019a;
    margin-bottom: 50px;
}

.subTitle::before {
    position: absolute;
    /* top: 0; */
    left: 0;
    content: '';
    width: 46px;
    height: 2px;
    background-color: #01019a;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.secBg2 {
    /* background: url(../images/img-1.jpg) no-repeat center center; */
}

.secBg3 {
    background: url(../images/img5.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.secBg3::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

.section {
    z-index: 999;
}

.sectionCTn {
    position: relative;

}

.secTitle {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    font-family: "Exo", sans-serif;
}

.section p {
    color: #cdcdcd;
}

.secBg3 p {
    font-size: 30px;
}

.btn {
    border: none;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 600;
}

.btn i {
    margin-left: 10px;
}

.themBtn {
    background-color: #fff;
    border: 2px solid #fff;
}

.themBtn:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.whiteBg {
    background: url(../images/whiteBg.jpg) no-repeat center center;
    background-size: cover;
}

.secBg4 h2,
.secBg4 p {
    color: #000;
}

.productItems {
    position: relative;
    color: #fff;
    transition: 0.5s ease;
}

.productItems p {
    color: #fff;
    transition: 0.5s ease;
}

.prdtImg {
    transform: skewX(-10deg);
    filter: blur(1px);
    position: relative;
    transition: 0.5s ease;
}

.productCtn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    transform: skewX(-10deg);
    z-index: -1;
    transition: 0.5s ease;
}

.productCtn .btn {
    padding: 6px 20px;
    font-size: 15px;
}

.productCtn h3 {
    font-size: 22px;
}

.productCtn p {
    font-size: 15px;
    margin-bottom: 10px;
}

.productCtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(0) !important;
    padding: 22px;
    z-index: 5;
    transition: 0.5s ease;
}

/* .productCtn p{
    display: none;
} */
.productItems:hover .prdtImg {
    filter: blur(0);
    transition: 0.5s ease;
}

/* .productItems:hover {
    transition: 0.5s ease;
    box-shadow: -3px 5px 20px 10px #00000063;
} */

.productItems:hover .productCtn h3,
.productItems:hover .productCtn p {
    display: none;
    transition: 0.5s ease;
}

.mb20 {
    margin-bottom: 40px;
}

.secBg5 {
    background: url(../images/Global-p-bg-img.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.secBg5 p {
    color: #fff !important;
}

.secBg5::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

.secItems {
    height: 100%;
    background-color: #ffffffd1;
    padding: 35px;
    color: #000;
}

.secItems p {
    color: #000;
    margin-bottom: 0;
}

.galleryRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gImgItems {
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.5s ease;
}

.gImgItems img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.gImgItems img:hover {
    transition: 0.5s ease;
    transform: scale(1.2, 1.2);
}

.gallery h2 {
    color: #000;
    margin-bottom: 35px;
}

.footer {
    height: 50vh !important;
    background-color: #313233 !important;
    text-align: left;
}

.footer-logo img {
    height: 100px;
    margin-bottom: 15px;
}

.footerTitle {
    position: relative;
    font-size: 25px !important;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 18px;
    color: #cdcdcd;
}

.footerTitle::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 35px;
    background-color: #cdcdcd;
    width: 50px;
    height: 3px;
}

.footerTitle::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #cdcdcd;
    width: 30px;
    height: 3px;
}

.footerItems ul li {
    list-style: none;
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    margin: 8px 0;
}

.footerItems ul li a {
    color: #cdcdcd;
    font-size: 15px;
}

.footerItems h4 {
    color: #cdcdcd;
    font-weight: 700;
    line-height: 20px;
    margin: 8px 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.cc_content p {
    display: flex;
    gap: 15px;
    font-size: 15px;
}

.cc_content p i {
    margin-top: 3px;
    color: #cdcdcd;
}

.footer p {
    font-size: 15px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #01019a !important;
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    z-index: 10000;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}








.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    /* z-index: -1; */
    /* display: none; */
}

.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* .items::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004e;
    z-index: 5;
} */

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.bannerCtnArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000007e;
    padding: 0 80px;
    text-align: center;
}

.bannerCtnArea span {
    font-family: "Exo", sans-serif;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
}

.item.current {
    opacity: 1;
}

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

.buttons {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button {
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    background: transparent center no-repeat;
    cursor: pointer;
    opacity: 0.4;
}

.button.prev {
    background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}

.button.next {
    background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}

.button:hover {
    opacity: 0.8;
}

.dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    display: none;
}

.dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background: #777;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
}

.dot:nth-child(n+2) {
    margin-left: 5px;
}

.dot.current {
    opacity: 1;
}

.about {
    height: 1000px;
    background-color: red;
}

.innerFooter {
    height: auto !important;
    padding: 70px 0;
}

.innerBnr {
    position: relative;
}

.innerBnrShap {
    position: absolute;
    left: 0;
    bottom: 0;
}

.innerCtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.innerCtnArea ul {
    display: inline-flex;
    justify-content: center;
    gap: 15px;
    background-color: #01019a;
    padding: 10px 37px;
}

.innerCtnArea ul li {
    color: #fff;
    margin-bottom: 0;
}

.innerCtnArea ul li a {
    color: #fff;
    font-size: 16px;
}

.innerBnrTitle {
    text-align: center;
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    display: block;
}

.innerBnr::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
}

.cntAdrsItems {
    /* border: 1px solid black; */
    height: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 4px 5px 11px 0px #00000036;
}

.cntAdrsItems i {
    font-size: 35px;
    color: #0014a5;
}

.cntAdrsItems h3 {
    margin: 12px 0;
    font-size: 25px;
}

.cntAdrsItems p {
    margin-bottom: 0;
}

.cntAdrsItems ul {
    margin-top: 12px;
}

.cntAdrsItems ul li a {
    /* color: #000; */
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.ctnFrm {
    background-color: #ffffff;
    padding: 60px;
    margin-top: 100px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 3px 18px 4px #00000030;
}

.ctnFrm h2 {
    color: #000;
}

.ctnFrm p {
    margin-bottom: 50px;
}

.ctnFrm .form-control {
    padding: 16px 20px;
    border: 1px solid #0014a529;
    background-color: transparent;
}

textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #0014a529;
    padding: 12px 20px;
    background-color: transparent;
}

.submitBtn {
    background-color: #0014a5;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    border: 2px solid #0014a5;
    font-weight: 600;
}

.submitBtn:hover {
    background-color: none;
    border: 2px solid #0014a5;
    color: #0014a5;
}

.map {
    margin-top: -120px;
}

.innerHeader {
    position: static;
}

.aboutCtn {
    padding-left: 70px;
}

.innerPage .secTitle {
    color: #000;
}

.pdnBtm {
    padding-bottom: 60px;
}








.container__img-holder {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

.container__img-holder:hover .imgCtn {
    transform: translateY(80%);
    transition: 0.5s ease;
}
.container__img-holder img{
    transition: 0.5s ease;
}
.container__img-holder:hover img {
    transition: 0.5s ease;
    transform: scale(1.2, 1.2);
}

.imgCtn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000b8;
    /* box-shadow: 2px 5px 20px 56px #000000b8; */
    padding-top: 12px;
    transform: translateY(100%);
    transition: 0.5s ease;
}

.imgCtn span {

    font-size: 25px;

    font-weight: bold;

    color: #fff;
}

.container .container__img-holder:nth-child(3n+1) {
    margin-left: 0;
}

.container__img-holder img {
    display: block;
}


/* Popup Styling */
.img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99999;
}

.img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close-btn .bar {
    height: 4px;
    background: #333;
}

.close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

.opened {
    display: flex;
}

.opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

}

@media screen and (max-width: 880px) {

    .container .container__img-holder:nth-child(3n+1) {
        margin-left: 16px;
    }

}

.muds::before {
    width: 300px;
}

.Traded {
    position: relative;
    padding: 60px 0;
    background-color: #0000001c;
}

.innerTopShap {
    position: absolute;
    top: 0;
    left: 0;
}

.list2 {
    column-count: 3;
}

.tradedList li {
    margin-bottom: 15px;
    background: url(../images/tick-icon.png) no-repeat;
    background-size: 16px;
    padding-left: 30px;
    background-position-y: 4px;
}

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

.ControlItems {
    position: relative;
    margin-top: 30px;
    height: 100%;
}

.ControlItems::before {
    content: "";
    position: absolute;
    width: 84px;
    height: 183px;
    background-color: #0a0a9b;
    transition: all 0.4s ease-in-out;
    /* left: -10px;
    top: -10px; */
    left: 0;
    top: 0;
    /* clip-path: path("M0 0H84L0 90V0Z"); */
    clip-path: polygon(0 0, 100% 0, calc(100% - 190px) 100%, 0% 100%);
    margin-right: 10px;
    border-top-left-radius: 20px;
    z-index: 2;
}

.ControlItems::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 185px;
    /* background-color: #7a7afff7; */
    background-color: rgb(41 70 184 / 43%);
    transition: all 0.4s ease-in-out;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 190px) 100%, 0% 100%);
    z-index: 1;
    border-top-left-radius: 20px;
}

.ControlItems li {
    /* padding-left: 60px; */
    /* margin-top: 50px; */
    padding-top: 22px;
    padding-left: 28px;
    position: relative;
    z-index: 5;
    border: 1px solid #0a0a9a24;
    border-top-left-radius: 20px;
    /* background-color: #00000008; */
    padding-right: 30px;
    /* padding-bottom: 30px; */
    height: 100%;
}

.ControlItemsCtn {
    display: flex;
    gap: 20px;
    /* align-items: center; */
}

.ControlItemsImg {
    position: relative;
    /* width: 55px; */
    min-width: 55px;
    height: 55px;
    /* background-color: rgba(41, 70, 184, 0.1); */
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: -1px 1px 13px 1px #00000080;
}




.ControlItemsImg img {
    /* background-color: #fff; */
    width: 25px;
}

.ControlItemsCtn span {
    font-size: 25px;
    font-weight: 600;
    font-family: "Exo", sans-serif;
    margin-bottom: 10px;
    display: block;
}

.ControlItemsCtn p {
    text-align: justify;
    margin-bottom: 0;
}

.Quality_Control {
    margin-bottom: 40px;
}
.borderBtn{
    border: 2px solid #000;
}
.borderBtn:hover{
    background-color: #0014a5;
    color: #fff;
    border: 2px solid #0014a5;
}
.aboutCtn p{
    text-align: justify;
}
.Membership h2{
    font-size:35px;
}
.Membership img{
    width:320px;
}
.MembershipImgArea{
    display:flex;
    justify-content:center;
    gap:80px;
}
.membership-img{
    
display: block;
    
margin: 30px auto;
    
/* margin-top: 20px; */
}

.secBg3 h3{
    font-size:35px;
}


