@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

body {
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: bold;*/
    line-height: inherit;
}

h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
}

h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

    h3,
    h3 a {
        color: #454545;
    }

p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
/*---------------------------------------
      news ticker             
  -----------------------------------------*/

.myWrapper {
    height: 155px;
}

    .myWrapper ul {
        list-style: none;
        padding: 0;
    }

.nli {
    margin: 0 0 12px 0 !important;
}

.nimg {
    width: 65px;
    float: left;
    padding: 0px 0px 19px 0px;
    height: 65px;
}

.nli img {
    object-fit: cover;
    height: 65px;
    width: 65px;
}

.nli p {
    float: initial;
    padding: 24px 0px 5px 75px;
    margin: 0 0 0 0px;
}

.nli h5 {
    float: left;
    padding: 0px 0 0px 10px;
    margin: 0 0px 0 0;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

    a:hover,
    a:active,
    a:focus {
        color: #df1e88;
        outline: none;
    }

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.section-title {
    padding-bottom: 2px;
}

    .section-title h3 {
        color: #302f64;
    }

#categorydisplay, .pdtl h4 {
    font-size: 14px;
}

.pdtl h4 {
    font-size: 14px;
}


.section-title hr {
    width: 20%;
    border-width: 3px;
    border-color: #302f64;
    border-radius: 38px;
    margin-top: 4px;
    margin-bottom: 22px;
}

.section-title h2 {
    margin: 0;
}

.section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.poverlay {
    background: linear-gradient(221deg, rgba(223,30,136,0.8) 25%, rgba(48,47,100,0.8) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 15px;
    width: 90%;
    height: 100%;
}

section {
    position: relative;
    padding: 10px 0;
}

#team,
#menu,
#testimonial {
    text-align: center;
}

section#about {
    margin: 2px 0 40px 0;
}

.about-image img,
.team-thumb img {
    width: 100%;
}

.abtc {
    padding-top: 2px;
}

    .abtc .container {
        padding-top: 20px;
        padding-bottom: 15px;
    }


#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
    background: #df1e88;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}

.btn-default:hover {
    background-color: #302f64;
    color: white;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

    .spinner:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 45px;
        height: 45px;
        margin-top: -10px;
        margin-left: -10px;
        border-radius: 50%;
        border: 1px solid #575757;
        border-top-color: #ffffff;
        animation: spinner 0.9s linear infinite;
    }

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.logo {
    height: auto;
    width: 96px;
}
.logohome {
    height: 200px;
    width: 296px;
    display:block;
    margin:auto;
    margin-top:50px;
        
    
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 24px;
        padding-bottom: 15px;
    }

    .navbar-right {
        margin: 9px -15px 0 0;
    }
}

.sec {
    border-left: 2px solid #f0f0f02e;
    border-right: 2px solid #f0f0f02e;
}

#menu li {
    display: inline;
    position: relative;
    font: bold 12px;
    text-transform: uppercase;
}

    #menu li:first-child {
        border-left: none;
    }

#menu a {
    display: block;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
}

#menu li:hover > a,
#menu li a:hover {
}

.menus a {
    padding-left: 0px !important;
}

#menu ul.menus {
    height: auto;
    width: auto;
    background: #eeeeee;
    position: absolute;
    z-index: 99;
    border: 0;
    border-radius: 4px;
    margin: 0px 0 0px -248px;
    padding: 0px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 34%);
    color: f2f1f0;
    display: none;
}

    #menu ul.menus li {
        display: block;
        width: 100%;
        font-size: 12.2px;
        text-transform: none;
    }

#menu li:hover ul.menus {
    display: block;
}

#menu a.prett::after {
    content: "";
    border: none;
    position: absolute;
}

#menu ul.menus .submenu {
    display: none;
    position: absolute;
    top: 0;
    width: 180px;
}

#menu ul.menus .has-submenu:hover .submenu {
    display: block;
}

.sub-img {
    display: block;
    margin: 26px 0 0px 0;
}

.msub-img {
    display: block;
    margin: 26px 0 0px 0;
}

    .msub-img img {
        width: 270px;
        height: 200px;
        object-fit: cover;
    }



.sub-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.sub-img:hover {
    transform: scale(1.1);
    transition: 0.6s 0.2s;
}

#smprodt .col-md-4 {
    height: 500px;
    margin: 26px 0 0 -12px;
}

    #smprodt .col-md-4 a {
        position: absolute;
        top: 50%;
        left: 53.5%;
        transform: translate(-50%, -50%);
        color: white !important;
        font-size: 20px;
    }



    #smprodt .col-md-4 img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.menus .container {
    width: 940px;
}

.aboutm p {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: justify;
}

.aboutm h4 {
    text-align: start;
}

.ssub {
    padding: 0;
    margin: 0;
    text-align: left;
}

    .ssub a {
        padding: 0px !important;
        text-align: left;
        color: black !important;
    }

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 18px 0;
}

    .custom-navbar .navbar-brand {
        float: left;
        height: 62px;
        padding: 0px 15px;
        font-size: 18px;
        line-height: 0px;
    }

        .custom-navbar .navbar-brand span {
            color: #df1e88;
        }

.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
    /*margin-left: 55px;*/
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 10px 0 0 1em;
}

    .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
        background: #302f64;
        color: #ffffff;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
        color: #ffffff;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn a {
        padding: 10px 25px;
    }

.custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
}

.custom-navbar .nav li a {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #333;
    padding-right: 22px;
    padding-left: 28px;
    text-transform: capitalize;
}

    .custom-navbar .nav li a:hover {
        background: transparent;
        color: #df1e88;
    }

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #df1e88;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 56px;
}

#bootstrap-override .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 48px;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

    .custom-navbar .navbar-toggle .icon-bar {
        background: #FFFF;
        border-color: transparent;
    }

@media (min-width: 768px) {
    .custom-navbar {
        border-bottom: 0;
        background-color: #fff;
    }

        .custom-navbar.top-nav-collapse {
            background: #302f64 !important;
            -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
            padding: 12px 0;
        }

    .top-nav-collapse .navbar-brand {
        color: #454545 !important;
    }

    .top-nav-collapse .nav li a {
        color: #575757 !important;
    }

    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }

    #bootstrap-override .onav {
        background: 0 0;
    }

    .custom-navbar .onav li a {
        color: #ffffff !important;
    }
}

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
    padding: 0;
}

    #home h1 {
        color: #ffffff;
        padding-bottom: 30px;
    }

    #home h3 {
        color: #f9f9f9;
        font-size: 14px;
        line-height: inherit;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0;
    }

@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 7px 10px;
        border: 2px solid #d9d9d9;
        background: transparent;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #ffffff;
        border-color: transparent;
    }

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: 100% 100%;
    height: 515px;
}



.slider .item-first-about {
    background: linear-gradient(184deg, rgba(222,30,136,0.8) 0%, rgba(48,47,100,0.2) 150%),url(../images/aboutous.jpg);
    background-size: auto 306px;
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
}

.slider .item-first-cnt {
    background: linear-gradient(184deg, rgba(222,30,136,0.8) 0%, rgba(48,47,100,0.2) 150%),url(../images/contact.jpg);
    background-size: auto 306px;
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
}

.slider .item-first-prd {
    background: linear-gradient(184deg, rgba(222,30,136,0.8) 0%, rgba(48,47,100,0.2) 150%),url(../images/productpage.jpg);
    background-size: auto 306px;
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
}

.slider .item-first-pi {
    background: linear-gradient(184deg, rgba(222,30,136,0.8) 0%, rgba(48,47,100,0.2) 150%),url(../images/RnD.jpg);
    background-size: auto 306px;
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
}

.slider .item-first-vg {
    background: linear-gradient(184deg, rgba(222,30,136,0.8) 0%, rgba(48,47,100,0.2) 150%),url(../images/Vlogpage.jpg);
    background-size: auto 306px;
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
}

.inner h1,
span {
    text-align: center;
    margin: -15px auto;
    display: block;
}

/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
    padding-bottom: 0;
}


.about-info {
    padding: 0 6em;
}

    .about-info .section-title {
        padding-bottom: 2px;
    }

.about-image {
    position: absolute;
}

.abt-img {
}

    .abt-img img {
        object-fit: cover;
        width: 300px;
        height: 500px;
    }

.abt-text {
    text-align: justify;
}

.bdcm {
    margin: 100px 0 0 0;
}

/*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
    background: #f9f9f9;
}

.team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team-info {
    padding: 10px 30px 20px 30px;
}

.team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
}

.team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
}

.team-thumb img {
    transition: 0.5s 0.2s;
}

.team-thumb:hover img {
    transform: scale(1.2);
}

.team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
}

.team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-item h4 {
    color: #ffffff;
}

.team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

/*---------------------------------------
     MENU              
  -----------------------------------------*/

/*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

#testimonial {
    background: url("../images/testimonial-bg.jpg") center center no-repeat;
    background-size: cover;
}

    #testimonial .owl-dots {
        position: relative;
        top: 0;
        right: 0;
        justify-content: center;
    }

    #testimonial .owl-theme .owl-dots .owl-dot,
    #testimonial .owl-theme .owl-dots .owl-dot span {
        display: inline-block;
    }

        #testimonial .owl-theme .owl-dots .owl-dot span {
            margin: 20px 5px;
        }

    #testimonial h2 {
        color: #ffffff;
    }

    #testimonial p,
    .tst-author h4,
    .tst-author span {
        display: inline;
    }

    #testimonial p {
        color: #191b7e;
        font-size: 20px;
        line-height: 35px;
    }

.tst-author {
    margin-top: 20px;
}

    .tst-author h4,
    .tst-author span {
        color: #b2b2b2;
    }

    .tst-author span {
        margin-left: 5px;
    }

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

.cnt-img {
    width: 100%;
}

    .cnt-img img {
        object-fit: cover;
        width: 100%;
    }

#contact .section-title {
    padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
    display: none;
}

#contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
}

    #contact .form-control:hover,
    #contact .form-control:focus {
        border-bottom-color: #c9c9c9;
    }

#contact input {
    height: 55px;
}

#contact button#cf-submit {
    background: #df1e88;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
}

    #contact button#cf-submit:hover {
        background: #292929;
        color: #ffffff;
    }

.cnt-add {
    text-align: center;
}

    .cnt-add li {
        list-style: none;
    }

    .cnt-add i {
        font-size: 50px;
        text-align: center;
        color: #df1e88;
        transition: 0.6s 0.2s;
    }

        .cnt-add i:hover {
            color: #302f64;
        }

    .cnt-add p {
        margin-top: 10px;
    }

    .cnt-add h2 {
        margin-bottom: -20px;
        font-size: 30px;
    }

section#cnt-dtl {
    margin: 10px 0;
}

.section-title {
    text-align: center;
}

/*---------------------------------------
     CALL TO ACTION              
  -----------------------------------------*/

.cta .row {
    background-color: #df1e88;
    color: white;
    padding: 20px 0;
}

.cta h4 {
    font-size: 38px;
}

.cbtn button {
    background-color: #302f64;
    width: 100%;
    padding: 20px 40px;
    font-size: 25px;
    border: 0;
    transition: 0.5s 0.2s;
}

    .cbtn button:hover {
        background-color: #535385;
    }
/*---------------------------------------
     Product             
  -----------------------------------------*/
#product {
    text-align: center;
}

.vtext p {
    text-align: justify;
}

iframe {
    border: none;
}

.vif {
    display: table;
    margin: 0 auto;
}


/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

.copyright-text img {
    height: auto;
    width: 150px;
}

section#contact {
    background: #f5f5f5;
}

.fbtm {
    text-align: center;
    color: #fff;
    background-color: #302f64;
    margin: 0 0;
    padding: 15px 0;
}

.footer-info ul {
    list-style: none;
    padding: 0;
}

.footer-info i {
    margin: 0 5px 0 0;
    color: #171717;
}

.fmenu li {
    line-height: 34px;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 95px 0 0px 0px;
    background-color: #eee;
}

    footer .container {
        margin-bottom: 48px;
    }

    footer .section-title {
        padding-bottom: 10px;
        text-align: left;
    }

    footer h2 {
        font-size: 20px;
    }

    footer a,
    footer p {
        color: #171717;
    }

    footer strong {
        color: #d9d9d9;
    }

    footer address p {
        margin-bottom: 13px;
    }

.footer-open-hour {
    background: #df1e88;
    background: url("../images/footer-open-hour-bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
}

    .footer-open-hour::after {
        background: rgba(29, 29, 29, 0.85);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2222;
    }

    .footer-open-hour h2 {
        color: #ffffff;
    }

    .footer-open-hour p {
        color: #d9d9d9;
    }

    .footer-open-hour strong {
        color: #f9f9f9;
    }

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

    .social-icon li {
        display: inline-block;
        list-style: none;
        margin-bottom: 5px;
    }

        .social-icon li a {
            border-radius: 100px;
            color: #df1e88;
            font-size: 15px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-decoration: none;
            text-align: center;
            transition: all 0.4s ease-in-out;
            position: relative;
        }

            .social-icon li a:hover {
                background: #df1e88;
                color: #ffffff;
            }

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}

@media only screen and (max-width: 1200px) {
    .about-info {
        padding-right: 0;
    }

    .about-image {
        position: relative;
    }
}

@media only screen and (max-width: 992px) {
    .abt-img img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
   
    .top-nav-collapse {
        padding: 32px 0 0px 0 !important;
    }

    .sub-img img {
        width: 100%;
        height: 230px;
    }

    img.di {
        display: block;
        margin: 0 auto 25px auto;
        width: 70% !important;
    }

    .col-md-3.d-n-add {
        border-top: 2px solid #d3d3d36b;
    }

    section {
        padding: 60px 0;
    }

    .custom-navbar .section-btn {
        margin-left: 1em;
    }

    .slider .item {
        background-position: center;
    }

    .about-info {
        padding: 0;
    }

    .team-info {
        margin-bottom: 50px;
    }

    #menu .menu-thumb {
        width: 103%;
    }

    #testimonial {
        background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h1,
    h2,
    h3 {
        line-height: normal;
    }

    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }

        .custom-navbar .nav li a {
            line-height: normal;
            padding: 10px;
        }

        .custom-navbar .navbar-brand,
        .top-nav-collapse .navbar-brand {
            color: #252525;
            font-weight: 600;
        }

        .custom-navbar .nav li a,
        .top-nav-collapse .nav li a {
            color: #ffffff;
            
        }

        .custom-navbar .navbar-nav.navbar-right li {
            display: inline-block;
        }

        .custom-navbar .navbar-nav.navbar-right .section-btn {
            display: block !important;
            width: 50%;
            margin: 10px auto 10px auto;
            padding: 10px;
        }

        .custom-navbar .section-btn a {
            color: #ffffff !important;
        }

    .slider .caption {
        padding: 0;
    }

    .menu-thumb .menu-info {
        top: 80%;
    }

    footer {
        padding: 60px 0 0 0;
    }

    .footer-open-hour {
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.8em;
    }

    .menu-thumb .menu-info {
        top: 60%;
    }
}

.col-lg-3.col-md-2.text-center p {
    padding-top: 20px;
    font-weight: bolder;
}

@property --num {
    syntax: "<integer>";
    initial-value: 100;
    inherits: false;
}

.cnt {
    height: 150px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    display: block;
}

.Count {
    display: block;
    padding: 10px;
    font-size: 35px;
    width: 100%;
    font-weight: 800;
}

.cnt p {
    font-size: 16px;
    font-weight: 200;
}

.counts {
    background: #fff;
    height: 300px;
    padding: 80px 0 45px 0;
}

    .counts li {
        list-style: none;
    }

    .counts i {
        font-size: 56px;
        color: #df1e88;
    }

/*Slider*/

#p-slider {
    text-align: center;
    background-color: #eee;
}

#pslider h2 {
    padding: 0px 0 20px 0 !important;
}

#blogSlider {
    position: relative;
    margin: 10px 0 0 0;
}

    #blogSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 5%;
    }

        #blogSlider .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            width: 24.03%;
            margin: 5px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
            box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
        }

@media (max-width: 991px) {
    #blogSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #blogSlider .MS-content .item {
        width: 100%;
    }
}

#blogSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 25px;
    top: 130px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

    #blogSlider .MS-controls button:hover {
        color: rgba(0, 0, 0, 0.8);
    }

@media (max-width: 992px) {
    #blogSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #blogSlider .MS-controls button {
        font-size: 20px;
    }
}

#blogSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #blogSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#blogSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #blogSlider .MS-controls .MS-right {
        right: -10px;
    }
}

/* Product Display
 * -------------------------------------- */

.product-grid {
    font-family: "Encode Sans Expanded", sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 0 72px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(212, 210, 212, 1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(212, 210, 212, 1);
    box-shadow: 0px 0px 9px 0px rgba(212, 210, 212, 1);
}

    .product-grid .product-image {
        position: relative;
        transition: all 0.3s ease 0;
    }

        .product-grid .product-image a {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: 205px;
            display: block;
            object-fit: cover;
        }

    .product-grid .pic-1 {
        opacity: 1;
        transition: all 0.3s ease-out 0;
    }

    .product-grid .pic-2 {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-out 0;
    }

    .product-grid .product-content {
        background-color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -27px;
        z-index: 1;
        transition: all 0.3s;
        margin: 0 auto;
        padding: 12px 0;
    }

    .product-grid:hover .product-content {
        bottom: 0;
    }

    .product-grid .title {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: all 0.3s ease 0;
        margin: 0 0 50px 0;
    }

        .product-grid .title a {
            color: #828282;
        }

            .product-grid .title a:hover,
            .product-grid:hover .title a {
                color: #ef5777;
            }

@media only screen and(max-width :992px) {
    .product-grid {
        margin-bottom: 30px;
    }

    .counts {
        height: 690px;
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    color: #333;
}

.carousel-caption {
    top: 35%;
    right: 0px;
}

    .carousel-caption h1,
    p {
        color: #333;
        right: 0;
    }

.top_footer {
    background: #d1c510;
    line-height: 40px;
}

.tf {
    text-align: center;
    font-weight: 600;
}

.gold_rate {
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}

.pi .row {
    margin-top: 55px;
}

#loadMore {
    margin: 44.5%;
}

/* Mobile View
   * -------------------------------------- */

@media only screen and (max-width: 600px) {
     .tab button {
      padding: 14px 20.5px;
    }
    
    .a-c-text h3 {
        font-size: 18px;
    }

    .a-c-text p {
        margin-top: 8px;
        text-align: justify;
    }

    .carousel-caption {
        top: 15%;
        right: 0px;
    }

        .carousel-caption h1 {
            color: #333;
            right: 0;
            font-size: 16px;
        }

    .counts {
        height: 690px;
    }

    .cta h4 {
        font-size: 24px;
        text-align: center;
    }

    .cbtn button {
        background-color: #302f64;
        width: 52%;
        display: block;
        padding: 10px 15px;
        font-size: 18px;
        border: 0;
        transition: 0.5s 0.2s;
        margin: 28px auto 0px auto;
    }

    iframe {
        margin: 0 0px 20px 0px;
        width: 277px;
        height: 172px;
    }

    #loadMore {
        margin: 33%;
    }

    .grid-container {
        columns: 1 !important;
    }

        .grid-container div {
            padding: 15px !important;
        }

    .abt-img img {
        display: block;
        margin: 0 auto;
    }
}

#d-n li {
    list-style: none;
    margin-bottom: 10px;
    width: 12%;
}

#d-n i {
    font-size: 20px;
}

#d-n .fa-envelope {
    font-size: 17px;
}

#d-n .fa-mobile {
    font-size: 27px;
}

.d-n-cnt div {
    width: 100%;
    display: inline-flex;
}

.d-n-cnt a {
    width: 70%;
}

.pcat {
    text-align: left;
    text-transform: capitalize;
}

.pch h3 {
    margin-bottom: 10px;
}

.pcat .col {
    /*background-color: #df1e88;*/
    border-bottom: 1px solid #df1e88;
    padding: 6px;
    font-weight: 600;
    font-size: 15px;
}

.pcat a {
    color: #df1e88;
}

.pch {
    margin-bottom: 6%;
}

.ie {
    margin-top: 4%;
}

.fe li {
    list-style: none;
}

footer ul {
    color: #171717;
}

.ptab {
    border: 0.8px solid #df1e88;
    height: 307px;
}

.tab {
    overflow: hidden;
}

    /* Style the buttons inside the tab */
    .tab button {
        outline: none;
        cursor: pointer;
        padding: 14px 36.5px;
        transition: 0.3s;
        font-size: 17px;
        background-color: #df1e88;
        border: none;
        color: #fff;
        margin: 0 -2px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #280a50;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #fff;
            color: #252525;
            border: none;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 2px;
    text-align: start;
}

.pdesc .section-title, h3 {
    margin: 0;
}

.pdesc .col-md-12 img {
    width: 250px;
    height: 250px;
    display: inline-block;
    object-fit: cover;
    margin-top: 64px;
    margin-bottom: 20px;
}

.col-md-9.col-sm-9.pdesc {
    margin-top: 30px;
}

.pdesc .col-md-12 img:hover {
    transform: scale(1.1);
    transition: 0.6s 0.2s;
}

.pdesci {
    width: 100%;
    height: 376px;
}

img.di {
    display: block;
    margin: 12px auto;
    width: 40%;
}

.pdesci img {
    width: 100%;
    object-fit: cover;
    height: 305px;
    display: block;
    position: relative;
}
div.msub-img + a {
    color: #575757 !IMPORTANT;

}
div.msub-img + a:hover {
    color: #df1e88 !IMPORTANT;
    cursor:pointer;

}