﻿.MnTpNv{
    margin-top:44px;
}

/*SLIDER*/
.slideshow-container {
    max-width: 100%;
    display: block;
    margin-top: 36px;
}

.BannerText {
    color: black;
    background-color: rgb(241 239 239 / 0.6);
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    top: 17%;
    text-align: centerWtAn border-radius: 8px;
    box-shadow: inset 0px 0px 6px var(--InShadeColor);
}

.BannerRight {
    right: 1%;
    width: 55%
}

@media only screen and (min-width: 768px) {
    .slideshow-container {
        margin-top: 42px;
    }
    .BannerText {
        font-size: 28px;
        padding: 8px;
        top:280px;
    }

    .BannerRight {
        width: 55%;
    }
}



    /*PositionCenterTopLeftInOut*/

    .PnCrTpLtInOt {
        top: 0;
        left: 6%;
        margin: 0;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*-------------Top Nav Starts from Here With Responsive as Well----------------------------------*/
    .TopMenuLogo {
        top: 0;
        left: 1%;
        position: fixed;
        z-index: 1000000001;
        width: var(--Pl54);
        background-color: rgb(245 244 244 / 0.85);
        border-radius: var(--Pl9);
        box-shadow: inset 0 0 var(--Pl6) var(--CrSwIr);
        min-height: calc(var(--Pl1)*65);
    }

    .TopMenuLogoIcon {
        font-size: calc(var(--Pl1)*60);
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -52%);
        transform: translate(-50%, -52%);
    }

    @media only screen and (min-width: 768px) {
        .TopMenuLogo {
            border-radius: 15px;
            width: 80px;
            min-height: 108px;
        }

        .TopMenuLogoIcon {
            font-size: 100px;
        }
    }

    .TpNvLkAe {
        background-color: var(--CrTe);
        color: var(--CrTeHrTt) !important;
    }

    .TpNvBk {
        background-color: rgb(255 253 253 / 0.97);
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        z-index: 10000000;
    }

    .TpNv {
        background-color: rgb(var(--CrTeRGB)/.09);
        box-shadow: inset 0px 0px var(--Pl6) var(--CrSwIr);
    }

    .TpNvLks {
        color: var(--CrTe);
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out .35s;
        transition-property: background-color,color;
        padding: var(--Pl10) var(--Pl10);
        font-size: var(--Pl20);
    }

    @media (min-width:768px) {
        .TpNv {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }

        .TpNvLks {
            padding: var(--Pl10) var(--Pl8);
        }
    }

    .TpNvLks:hover {
        color: var(--CrTeHrTt) !important;
        background-color: var(--CrTe) !important;
        box-shadow: inset 0 0 var(--Pl6) var(--CrSwIr);
    }

    .TpNvLkDvPp, .TpNvLkWb, .TpNvLkMbDv {
        min-height: var(--Pl37);
        flex-direction: row;
        justify-content: flex-end;
        transition: all ease-in-out .3s;
    }

    .TpNvLkMbDv {
        display: flex;
        width: 100%;
        font-size: var(--Pl20);
    }

    .TpNvLkDvPp {
        flex-direction: column;
        width: 100%;
    }

    .TpNvLkWb, .TpNvLkDvPp {
        display: none;
    }

    @media (min-width:768px) {
        .TpNvLkWb, .TpNvLkDvPp {
            min-height: var(--Pl55);
            display: flex;
            flex-direction: row;
        }

        .TpNvLkMbDv {
            display: none;
        }
    }

    /*--------------------------Top Nav Ends Here With Responsive as Well----------------------------*/

    /*-----------------------------Footer Form Css Starts Here---------------------------*/
    .FrFdFm, .FrFdFmBnOn {
        background-color: rgb(var(--CrTeRGB)/.95);
        position: fixed;
        bottom: 0;
        padding: var(--Pl5) var(--Pl10);
        width: 100%;
        flex-wrap: wrap;
        z-index: 19999999;
    }

    .FrFdFm {
        display: none;
    }

    .FrFdFmBnOn {
        display: block;
    }

    .FrFdFmFd {
        gap: var(--Pl7);
    }

    .FrFdFmTe {
        display: inline-block
    }

    @media only screen and (min-width: 768px) {
        .FrFdFmFd {
            gap: 0;
        }

        .FrFdFmTe {
            display: none;
        }

        .FrFdFm {
            display: flex;
        }

        .FrFdFmBnOn {
            display: none;
        }
    }
    /*-----------------------------Footer Form Css Ends Here---------------------------*/
    /*------------------------------NewsLetter Css Starts Here----------------------------*/
    .NsLr {
        height: calc(var(--Pl1)*95);
    }

    .NsLrTe {
        flex: 35%;
        font-size: var(--Pl18);
        font-weight: 800;
        height: calc(var(--Pl1)*95);
        background-color: var(--CrTe);
        display: flex;
        align-items: center;
        padding-left: var(--Pl10);
        position: relative;
        text-align: center;
        box-shadow: inset 0px 0px 6px var(--CrSwIr);
    }
    /*TriangleDiv*/
    .NsLrTeDv {
        width: 0;
        height: 0;
        border-top: calc(var(--Pl1)*41) solid #f2eeee00;
        border-right: calc(var(--Pl1)*88) solid rgb(255 255 255 / 0.6);
        border-bottom: calc(var(--Pl1)*41) solid #faf8f800;
        position: absolute;
        right: 0;
        box-shadow: inset 0px 0px 6px var(--CrSwIr);
    }

    .NsLrFm {
        flex: 65%;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    @media only screen and (min-width: 768px) {
        .NsLrFm {
            flex-direction: row;
            padding: 5px;
        }

        .NsLr {
            height: calc(var(--Pl1)*80);
        }

        .NsLrTe {
            height: calc(var(--Pl1)*80);
            font-size: var(--Pl30);
        }
    }
    /*------------------------------NewsLetter Css Ends Here----------------------------*/


    /* Image Banner Text */

    .IeBrTt {
        color: black;
        background-color: rgb(241 239 239 / 0.5);
        font-size: var(--Pl16);
        font-weight: bold;
        padding: var(--Pl4);
        position: absolute;
        top: 40%;
        text-align: center;
        border-radius: var(--Pl8);
        box-shadow: inset 0px 0px var(--Pl6) var(--CrSwIr);
    }

    .IeBrRt {
        right: 1%;
        width: 55%;
    }

    .IeBrCr {
        right: 25%;
        width: 55%
    }
    /*ImageBannerCenter*/
    .IeBrFl {
        right: 1%;
        width: 98%
    }
    /*ImageBannerFullCaption*/
    .IeBrFlCn {
        font-size: var(--Pl24);
        padding: var(--Pl5);
    }

    @media only screen and (min-width: 768px) {
        .IeBrTt {
            font-size: var(--Pl28);
            padding: var(--Pl8);
        }

        .IeBrRt {
            width: 55%;
        }

        .IeBrFlCn {
            padding: var(--Pl5);
            font-size: var(--Pl50);
        }

        .IeBrFlDn {
            font-size: var(--Pl28);
        }
    }

    .WtAn {
        background-color: rgb(245 244 244 / 0.95);
        cursor: pointer;
        width: 96%;
        border-left: var(--Pl7) solid var(--CrTe);
        border-radius: var(--Pl5) var(--Pl3) var(--Pl3) var(--Pl5);
        text-align: left;
        outline: none;
        font-size: var(--Pl20);
        font-weight: bold;
        transition: 0.4s;
        margin: var(--Pl7) auto;
        padding: var(--Pl17) var(--Pl9);
        box-shadow: inset 0 0 var(--Pl6) var(--CrSwIr);
    }

    .WtAnPl {
        width: 96%;
        margin: var(--Pl10) auto 0 auto;
        border-radius: var(--Pl5);
        box-shadow: inset 0 0 var(--Pl6) var(--CrSwIr);
        padding: 0 var(--Pl18);
        background-color: var(--CrTeBdBody);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        font-size: var(--Pl16);
    }

    .WtAnPlAe, .WtAn:hover {
        background-color: #ccc;
    }

    .WtAn:after {
        content: '\002B';
        color: var(--TextColor);
        font-weight: 900;
        font-size: larger;
        float: right;
        margin-left: var(--P5);
    }

    .WtAnPlAe:after {
        content: "\2212";
    }

    /*NavSideBlogOpenBn /Close*/
    .NvSeBgOnBn, .NvSeBgCeBn {
        display: block;
        position: fixed;
        font-weight: 600;
        padding: var(--Pl10);
        font-size: var(--Pl20);
        width: auto;
        height: auto;
        background-color: var(--CrTe);
        cursor: pointer;
        z-index: 1500000;
        border-top-right-radius: var(--Pl3);
        border-bottom-right-radius: var(--Pl3);
    }

    .NvSeBgOnBn {
        left: 0;
        top: 35%;
    }

    .NvSeBgCeBn {
        top: 16%;
        left: 85%;
    }

    /*NavSideBlog*/
    .NvSeBg {
        width: 0;
        z-index: 150000;
        background-color: var(--CrTeBdBody);
        overflow: hidden;
        clear: both;
        opacity: 0;
        height: 0;
        transition: width ease-in-out .35s;
        display: none;
    }

    .abc {
        background-color: rgb(233, 169, 107)
    }


    @media only screen and (min-width: 768px) {
        .NvSeBg {
            display: block;
            width: 25%;
            opacity: 1;
            height: 100%;
        }


        .NvSeBgOnBn {
            display: none;
        }

        .NvSeBgCeBn {
            display: none;
        }
    }

/*Parallax*/
.PxCn {
    background-attachment: fixed;  
    background-repeat: no-repeat;
    background-size:auto;
}

.Fx23 {
    flex: 0 0 98%;
    max-width: 98%;
    margin-left:1%;
    margin-right:1%;
}
@media only screen and (min-width: 768px) {
    .Fx23 {
        flex: 0 0 23%;
        max-width: 23%;
    }
}

.BkHgWd{
    width:38vh;
}
@media only screen and (min-width: 768px) {
    .BkHgWd {
        width:46vh;
    }
}
