﻿/*@import url(/css/font-style.css);*/

body, html {
  font-family: Helvetica, sans-serif;
  font-stretch:narrower;  
    color: #202020;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;       
       background-color: #fff;     
        
}
.header {
    margin: 0px 0px 10px;
    padding: 1% 0% 1%;
    width: 100%;    
}
.header h1 {
    margin: 0px;
    padding: 0.025% 0% 0.025%;
    text-transform:uppercase;
    font-weight:600;
    color:#0038b7 !important;
    font-family:Tahoma;
     font-size:2.75em;
   
}
.header h4 {
    margin: 0px;
    padding: 0.025% 0% 0.025%;
    text-transform:uppercase;
    font-weight:600;
    color:#0038b7 !important;
    font-family:Tahoma;
    font-size:1.25em;
   
}
.header h5 {
    margin: 5px 0px 0px;
    padding: 0.5% 0% 0.025%;
    text-transform:capitalize;
    font-weight:600;
    color:#202020 !important;
    font-size:1.0em;
   
}
.header h6 {
    margin: 3px 0px 0px;
     padding: 0.025% 0% 0.025%;
    text-transform:capitalize !important;    
    color:#202020 !important;
    font-size:1.0em;
   
}
.header .contact {
    margin: 3px 0px 0px;
     padding: 0.025% 0% 0.025%;   
    color:#202020 !important;
    font-size:1.0em;
    vertical-align:middle;
    font-weight:700;
   
}
.header p {
    margin: 3px 0px 0px;
     padding: 0.025% 0% 0.025%;   
    color:#202020 !important;
    font-size:1.0em;
   
}
.header p span{
   display:inline-block;
     text-transform:lowercase;
}
.header p span i{
  padding-right: 5px;
}
.main-block {
    margin: 0px;
    padding: 2% 0% 1%;
    width: 100%;  
    height:100%;
    min-height:500px;
    clear: both;
    font-size:1.2em;
    color: #202020;
}
.orgalogo { 
   padding:0px;
  margin:0px; 
  display:inline-block;
  position:relative;
  z-index:99999;
}
.orgalogo img {
  height:100px !important; 
  display:inline-block;
  padding:0px;
  margin:0px;
}
@media (max-width: 768px) {
    .orgalogo img {
     height:auto!important; 
     max-width:250px !important;
  display:inline-block;
  padding:0px;
  margin:0px;
 
    }
}
.adminlogo{
  height:85px !important; 
  display:inline-block;
  padding:0px;
  margin:0px;
}
a {
    color: #202020;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

    a:hover, a:focus {
        color: #202020;
        text-decoration: none;
        outline: none;
    }

.primary-color {
    color: #202020;
}

.white-color {
    color: #FFF;
}

.font-weak {
    font-weight: 400;
}

strong {
    color: #202020;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-color:#7c7c7c;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: none;
}

.main-btn {
    color: #202020;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

    .main-btn:hover, .main-btn:focus {
        color: #202020;
        -webkit-box-shadow: 0px 0px 0px 1px #202020 inset, 0px 0px 0px 0px #202020;
        box-shadow: 0px 0px 0px 1px #202020 inset, 0px 0px 0px 0px #202020;
    }

.primary-btn {
    color: #FFF;
    background-color: #202020;
    -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
}

    .primary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #04abdf;
        -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
    }

.searchprimary-btn {
    color: #FFF;
    background-color: #202020;
    display: inline-block;
    padding: 8px 18px 8px 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: 5px;
}

    .searchprimary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #202020;
    }


/*----------------------------*\
	Sections
\*----------------------------*/
.section {
    padding:50px 0px 30px 0px !important;
    margin-top:3% !important;
}
.section h1 {
    padding:10px 0px 20px;
    font-size:3.4rem;
    color:#202020 !important;
}
.gallery-scroller {
    padding-top:30px;
    padding-bottom:30px;
    width:100%;
   /*background-color:#202020;
background-image: radial-gradient(closest-side, transparent 98%, rgba(60,60,60,.3) 99%),
radial-gradient(closest-side, transparent 98%, rgba(60,60,60,.3) 99%);
background-size:40px 40px;
background-position:0 0, 20px 20px;*/
}
.gallery-scroller h1{
   padding:10px 0px 20px;
   color:#202020;
}
.section-grey {
    width: 100%;
    position: relative;
    background: url("/Images/bkbanner.jpg") scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .section-grey::after {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 25px;
        position: absolute;
        z-index: -1;
    }



.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 2px solid #53d4fc;
}

    .section-title .title {
        display: inline-block;
        text-transform: capitalize;
    }

    .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }

.title1 span {
    font-size: 19px;
    color: #202020;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #04abdf;
}
/*.section-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5px;
  height: 3px;
  width: 25%;
  background-color: #202020;
}*/
.section-title ul {
    margin: 35px 0px 5px;
}

    .section-title ul > .active {
        color: #202020;
    }

    .section-title ul > li {
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
    }

        .section-title ul > li + li:before {
            color: #DADADA;
            content: "/\00a0";
            padding: 0 5px;
        }

        .section-title ul > li + li + li:before {
            color: #DADADA;
            content: "/\00a0";
            padding: 0 5px;
        }
    /*.section-title ul li:nth-child(odd)
{  
  color:#202020;
}
.section-title ul li:nth-child(even)
{
  color:#202020;
}*/
    .section-title ul li {
        color: #202020;
    }

        .section-title ul li + li {
            color: #202020;
        }

            .section-title ul li + li + li {
                color: #202020;
            }

                .section-title ul li + li + li + li {
                    color: #202020;
                }

                    .section-title ul li + li + li + li + li {
                        color: #202020;
                    }
/*----------------------------*\
	Breadcrumb
\*----------------------------*/
 .page-headbk {
    
            position: relative;
            width:100%;
            margin:0px;
        }  
       
        .page-headbk:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  /*background: rgba(55,208,255,.5);*/
  padding:3% 0px 3%;
}
#breadcrumb {
    background: rgba(4,171,223,.6)!important;
    color:#fff; 
  top:0%;
  padding:1.5% 0px 1.5%;
  position:absolute;
  z-index:2;
 width: 100%;
    object-fit: cover;  
        background: no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.breadcrumb {
    background-color: transparent;
    border: none;
    border-radius: 0px;  
    margin: 0;    
}
.breadcrumb li a{color:#fff;}
    .breadcrumb > .active {
        color:#202020;
    }

    .breadcrumb > li + li:before {
        color:#fff;
    }

 .page-head {
   
    color:#fff; 
  bottom:25%;
  /*padding:1.5% 0px 1.5%;*/
  position:absolute;
  z-index:2;
  text-align:center;
  width:100%;
}
  .page-head h1 {   
    color:#fff !important; 
    font-size:7vh !important;
    text-shadow:2px 5px 10px #000 !important;
    text-transform:uppercase;
    font-weight:800;
  
}
    #pimg {       
  vertical-align:top;
   width: 100%;
    object-fit: cover;  
        background: no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position:relative;
        z-index:1;
    }
/*@media (max-width: 450px) {
    #breadcrumb {
      background:rgba(4, 171, 223, 0.9) ;     
     padding:15px 0px 15px; 
  color:#fff; 
  margin:0px; 
}
     .dibpmg {
    width: 100%; 
}
}*/
.section-page{ width:100% !important; padding:1% 0% 1% !important;}
/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

.top-header {
    padding: 0.45% 0% 0.45%;
    background-color:#f1f1f1;
    align-items: center;
   justify-items: center;
 align-items: center;
  justify-content: center; 
  vertical-align:middle;  
}

 .top-header .ulcallus > li {
       
        display: inline-block;
        text-align: center;        
             padding:7px 5px 0px;
              color:#202020; 
              font-size:14px;
              font-weight:500;
             letter-spacing:1px;
    }

  .top-header .ulcallus> li >i {
           padding:0px 3px;                
            color:#202020;            
        }
  .top-header .ulcallus> li >a {
           text-decoration:none;               
            color:#202020;            
        }
 .social > li {
       
        display: inline-block;
        text-align: center;
    }

  .social > li > a>i {
           padding:8px 9px;
           width:35px;
           height:32px;
           font-size:14px;
           border-radius:50px;               
            color:#fff; 
             background: #04abdf;
             border:2px solid #04abdf;
             margin:0px 5px;            
             -webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;
        }

          

 .social> li>a>i:hover, .social>li>a>i:focus {
           
           color:#04abdf !important;
           background:#fff;
           -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
        }


.header-top-links > li {
    display: inline-block;
    padding-top: 5px;
}

    .header-top-links > li + li {
        margin-left: 15px;
    }

    .header-top-links > li > a {
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
    }

.header-top-links a:hover {
    color: #202020;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

/*=========================================================
	10 -> FOOTER
===========================================================*/
.section-grey-foter {
    padding:30px 0px 30px;
  background-color:#04abdf;
}

.footer {
    margin: 10px;
}
.footer p{
    padding:5px 0px 5px;
    color:#fff;
    font-size:12px !important;
}
.footer p> i{
    padding-right:3px;
     color:#fff;
}
.footer p> a{
    text-decoration:none;
     color:#fff;
}
.footer h3{
    padding:5px 0px 5px;
    color:#fff !important;
    font-weight:700;
    font-size:1.3em;
}
    .footer .footer-header {
        font-size: 16px;
        text-transform:capitalize;
        margin-bottom: 15px;
        border-bottom: 4px solid #31add3;
        position: relative;
        color:#fff !important;
    }

        .footer .footer-header:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3.5px;
            height: 4px;
            width: 50%;
            background:#39c8f4;
        }

.footer-pad {
    padding-top: 30px;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

        .footer-logo .logo > img {
            width: auto;
            max-height: 40px;
        }

 .footer-social > li {
       
        display: inline-block;
        text-align: center;
    }

  .footer-social> li > a>i {
           padding:8px 9px;
           width:35px;
           height:32px;
           font-size:14px;
           border-radius:50px;               
            color:#04abdf; 
             background: #fff;
             border:2px solid #fff;
             margin:0px 5px;            
             -webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;
        }

          

 .footer-social> li>a>i:hover, .footer-social>li>a>i:focus {
           
           color:#04abdf !important;
           background:#f1f1f1;
           -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
        }
.footer-copyright {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 13px;
    padding:15px 0px 15px;
    color:#fff;
    
    
}
.footer-copyright a, .footer-copyright p{
    color:#fff;
   text-decoration:none;
}
.footer-copyright a:hover{
   color:#f1f1f1;
   text-decoration:none;
}
/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
    text-transform:capitalize;
    margin-bottom: 10px;
    font-size: 13px !important;
}

.list-links li > a {
    position: relative;
    display: inline-block;
    text-transform:capitalize;
    padding: 2px 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color:#f1f1f1;
     font-size: 12px !important;
}

    .list-links li > a:before {
        content: "\f105";
        position: absolute;
        left: 0px;
        font-family: FontAwesome;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .list-links li > a:hover, .list-links li > a:focus, .list-links li.active > a {
        color: #fff;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

        .list-links li > a:hover:before, .list-links li > a:focus:before, .list-links li.active > a:before {
            opacity: 1;
            visibility: visible;
        }

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #202020;
    z-index: 22;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background: #202020;
    }

    .slick-prev:before, .slick-next:before {
        color: #FFF;
    }

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

    .slick-dots li button:before {
        content: "";
        opacity: 1;
        background: #DADADA;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button:before {
        background-color: #202020;
    }

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
    #home .home-wrap {
        margin-left: 0px;
    }

    #aside {
        margin-bottom: 60px;
    }

    .product-reviews {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner h1 {
        font-size: 36px;
    }

    .store-filter .pull-right, .store-filter .pull-left {
        float: none !important;
    }

    .store-filter .pull-right {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    [class*='col-xs'] {
        width: 100%;
    }

    .team-clm {
        display: flex;
        flex-wrap: wrap;
        max-width: 98%;
        padding: 6px;
    }

    .wwd-div-element {
        width: 98%;
        min-width: 300PX;
        margin: 1.0%;
    }

    .wwd-div-element-food {
        width: 98%;
        min-width: 300PX;
        margin: 0.75%;
    }
}

.homefixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("/Images/fixbk1.jpg");
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 1;
}

    .homefixed-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
        z-index: 2;
    }

    .homefixed-bg p {
        position: absolute;
        padding: 5%;
        z-index: 3;
        color: #fff !important;
        font-size: 13px;
        text-align: center;
    }

.scroll-bg {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 70px;
    color: #fff;
}



   .page-bpmg {
    width: 100%;   
}

    .page-bpmg img {       
  vertical-align:top;
   width: 100%;
   height: 14.625rem;
    object-fit: cover;
   object-position: 50% 50%;
        background: no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .dibpmg .page-info {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        z-index: 3;
       
        
    }
   
     .dibpmg .page-info ul {
       list-style:none;
       display:block;           
        font-size: 1.8vw;
        text-shadow: 2px 2px 2px #202020;
        text-align: center;
         padding:8% 0%;
    }
        .dibpmg .page-info ul > li {
            display:inline-block;
            padding:0px 5px;
              color: #fff !important;  
        }
        .dibpmg .page-info ul > li a {
               color: #fff !important;  
        }
.dibpmg .page-info ul > li > .active {
       color:#fff;
    }
  .dibpmg .page-info ul li + li:before {
 color:#202020;
  content: "/";
}
.prdpageimage {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    bottom: 0;
}
.Pagecategory {            
        padding:5px 5px 15px 5px;
         background: #f1f1f1;
    background-size: 20px; 
   
    }
.Pagecategory .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 2px solid #53d4fc;
}
 .Pagecategory .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #04abdf;
}
     .Pagecategory .section-title> h3 {
        display: inline-block;
        text-transform: capitalize;
        font-size:1.3em;
        padding:2px 0px 2px; 
        color: #04abdf;      
    }
    .Pagecategory .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }    
     .Pagecategory ul {
    list-style-type: none;
    text-align: left;
    margin: 15px 5px 5px 15px;
}
      .Pagecategory ul li {
       -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
       color:#202020;
        padding: 5px 0px 5px !important;
    }  
    
    .Pagecategory ul li:not(:last-child) {
        border-bottom: 1px solid #fff;
    }  
     .Pagecategory ul li .catbtn {     
       color:#202020;
    }  
   
    .Pagecategory ul li .catbtn:hover, .Pagecategory ul li .catbtn:focus {color: #202020;}
   
    .Pagecategory ul li:hover, .Pagecategory ul li:focus {color: #202020;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
   .Pagecategory ul li
     {
       border-bottom: 1px solid #cccccc !important;
        margin: 5PX 0px 5PX;
        padding-top: 5PX;
    }
   

/*--------------------------------
     content Body
--------------------------------*/
 .content-body {
    margin:0px 5px 0px 25px;
}
@media screen and (max-width: 450px) {
  .content-body {
    margin:0px 10px;
}
}
    .content-body div {
        line-height:2;
        margin-top: 10px;
        padding:0px 5px 0px 5px;
        text-align:justify !important;
    }
     .content-body image,.content-body img {
         border-radius:25px !important;
        
    }
     .content-body div>image,.content-body div>img {
        float:left !important;
        clear:right;
        padding:15px !important;
        max-width:45% !important;
        
        
    }
   .content-body div>div image,.content-body div>div img {
        float:right !important;
        clear:left;       
        padding:15px !important;
         max-width:45% !important;
       
    }
   @media screen and (max-width: 468px) {
   .content-body div>image,.content-body div>img {
        float:none;
        padding:15px 0px 15px !important;
          max-width:90% !important;
    }
}
    .content-body ul, .content-body ol {
        padding-left: 45px !important;
        font-weight: 500;
    }
    .content-body ul li:before {
        content: '✓' !important; 
        }
    .content-body ul li>ul li:before {
       list-style-type: square;
        }
        .content-body ul li {
            padding: 8px 0px 8px 0px !important;
            color: #010101;
        }
         .content-body ol li>ul li:before {
       list-style-type: square;
        }
         .content-body ol li {
           padding: 8px 0px 8px 0px !important;
            color: #010101;
        }
          .content-body div>h1, h2, h3, h4 {
        color: #04abdf !important;
        font-size: 1.5em;
        padding:8px 0px 8px;
}
    .content-body h2 {
  color: #04abdf;
        font-size: 1.8em;
        padding:0;
}
    .content-body h3 {
        color: #04abdf;
        font-size: 1.5em;
         padding:0;
    }

    .content-body .prd-view-btn {
  color: #fff;
  background: #010101;  
  text-transform:uppercase;  
  font-weight:600;  
  font-size:1.1em;
  padding:5px;
  margin:2px;
  display:inline-block;
  -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
} 
.content-body .prd-view-btn>i {
   font-weight:700;  
  font-size:1.4em;
  padding-right:5px;
} 
.content-body .prd-view-btn:hover, .content-body .prd-view-btn:focus {
  color: #FFF;
  background:#04abdf !important;
   -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
}
.content-body .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 3px solid #dedede;
}
 .content-body .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #202020;
}
     .content-body .section-title> h1 {
        display: inline-block;
        text-transform: capitalize;
        font-size:2.2em;
        padding:5px 0px 5px;  
        color:#04abdf !important;     
    }
 /*--------------------------------
     content Body end
--------------------------------*/
  .seprate-body {
    margin:0px 5px 0px 25px;
}
@media screen and (max-width: 450px) {
  .seprate-body {
    margin:0px 10px;
}
}
    .seprate-body div {
        line-height:2;
        margin-top: 10px;
        padding:0px 5px 0px 5px;
        text-align:justify !important;
    }
     .seprate-body image,.seprate-body img {
         border-radius:50% !important;
         padding:25px;
           max-height:300px !important;
    }
     .seprate-body div>image,.seprate-body div>img {
        float:left !important;
        clear:right;
        border-radius:50% !important;
         padding:25px;
        max-height:300px !important;
        
    }
   .seprate-body div>div image,.seprate-body div>div img {
        float:right !important;
        clear:left;       
        border-radius:50% !important;
         padding:25px;
        max-height:300px !important;
       
    }
   @media screen and (max-width: 468px) {
   .seprate-body div>image,.seprate-body div>img {
        float:none;
        border-radius:50% !important;
         padding:25px;
        max-width:250px !important;
    }
}
    .seprate-body ul, .seprate-body ol {
        padding-left: 45px !important;
        font-weight: 500;
    }
    .seprate-body ul li:before {
        content: '✓' !important; 
        }
    .seprate-body ul li>ul li:before {
       list-style-type: square;
        }
        .seprate-body ul li {
            padding: 8px 0px 8px 0px !important;
            color: #010101;
        }
         .seprate-body ol li>ul li:before {
       list-style-type: square;
        }
         .seprate-body ol li {
           padding: 8px 0px 8px 0px !important;
            color: #010101;
        }
          .seprate-body div>h1, h2, h3, h4 {
        color: #04abdf !important;
        font-size: 1.5em;
        padding:8px 0px 8px;
}
    .seprate-body h2 {
  color: #04abdf;
        font-size: 1.8em;
        padding:0;
}
    .seprate-body h3 {
        color: #04abdf;
        font-size: 1.5em;
         padding:0;
    }
    .seprate-body .prd-view-btn {
  color: #fff;
  background: #010101;  
  text-transform:uppercase;  
  font-weight:600;  
  font-size:1.1em;
  padding:5px;
  margin:2px;
  display:inline-block;
  -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
} 
.seprate-body .prd-view-btn>i {
   font-weight:700;  
  font-size:1.4em;
  padding-right:5px;
} 
.seprate-body .prd-view-btn:hover, .seprate-body .prd-view-btn:focus {
  color: #FFF;
  background:#04abdf !important;
   -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
}
.seprate-body .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 3px solid #dedede;
}
 .seprate-body .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #202020;
}
     .seprate-body .section-title> h1 {
        display: inline-block;
        text-transform: capitalize;
        font-size:2.2em;
        padding:5px 0px 5px;  
        color:#04abdf !important;     
    }
 /*--------------------------------
     other Body end
--------------------------------*/
     .vteach-body{  margin:55px;}
    .vteach-body image,.vteach-body img {
         border-radius:25px !important;
    }
     .vteach-body div>image,.vteach-body div>img {
        float:left !important;
        clear:right;
        padding:0px 15px 10px 15px !important;
        max-width:350px !important;
        
    }
   .vteach-body div>div image,.vteach-body div>div img {
        float:right !important;
        clear:left;       
        padding:5px !important;
        max-width:350px !important;
       
    }
   @media screen and (max-width: 468px) {
   .vteach-body div>image,.vteach-body div>img {
        float:none;
        padding:15px 0px 15px !important;
        max-width:250px !important;
    }
}
    .vteach-body ul, .vteach-body ol {
        padding-left: 45px !important;
        font-weight: 500;
    }
    .vteach-body ul li:before {
        content: '✓' !important; 
        }
    .vteach-body ul li>ul li:before {
       list-style-type: square;
        }
        .vteach-body ul li {
            padding: 8px 0px 8px 0px !important;
            color: #010101;
        }
         .vteach-body ol li>ul li:before {
       list-style-type: square;
        }
         .vteach-body ol li {
           padding: 8px 0px 8px 0px !important;
            color: #010101;
        }
          .vteach-body div>h1, h2, h3, h4 {
        color: #04abdf !important;
        font-size: 1.5em;
        padding:8px 0px 8px;
}
    .vteach-body h2 {
  color: #04abdf;
        font-size: 1.8em;
        padding:0;
}
    .vteach-body h3 {
        color: #04abdf;
        font-size: 1.5em;
         padding:0;
    }
    .vteach-body .prd-view-btn {
  color: #fff;
  background: #010101;  
  text-transform:uppercase;  
  font-weight:600;  
  font-size:1.1em;
  padding:5px;
  margin:2px;
  display:inline-block;
  -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
} 
.vteach-body .prd-view-btn>i {
   font-weight:700;  
  font-size:1.4em;
  padding-right:5px;
} 
.vteach-body .prd-view-btn:hover, .vteach-body .prd-view-btn:focus {
  color: #FFF;
  background:#04abdf !important;
   -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
}
.vteach-body .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 3px solid #dedede;
}
 .vteach-body .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #202020;
}
     .vteach-body.section-title> h1 {
        display: inline-block;
        text-transform: capitalize;
        font-size:2.2em;
        padding:5px 0px 5px;  
        color:#04abdf !important;     
    }
    .package-category {
        border: 1px solid #015c8c;
        background: #202020;
        margin:25px 0px 25px;
    }
.package-category .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 2px solid #015c8c;
}
 .package-category .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #fff;
}
     .package-category .section-title> h1 {
        display: inline-block;
        text-transform: capitalize;
        font-size:1.8em;
        padding:5px 0px 5px;   
        color:#fff;    
    }
    .package-category .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }
      .package-category ul {
    list-style-type: none;
    text-align: left;
    margin: 15px 5px 5px 15px;
}

    .package-category ul li {
        border-bottom: 1px solid #015c8c;
        margin-bottom: 5PX;
        padding-bottom: 5PX;
        padding-top: 5PX;
    }
      .package-category ul li .catbtn {      
       color:#fff;
    }  
    .package-category ul li .catbtn:hover, .package-category ul li .catbtn:focus {color: #d9e8f0;}
   
    .package-category ul li {
       -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
       color:#fff;
    }  
    .package-category ul li:hover, .package-category ul li:focus {color: #d9e8f0;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
   
     
.googlemapw {
   width:100%;
   padding-top:40PX;
}
.googlemapw iframe
{
 width: 100%;
    min-height: 500px !important;
    overflow: hidden;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    bottom: 0;
}
.clm-row {
    width: 100%;
    height: auto;
    display: flex;
}

.column-div {
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.gallclmstyle {
    width: 100%;
}

.Videosize {
    width: 100% !important;
    height: auto !important;
}

.Video-bk {
    background: linear-gradient(#e7e6e6,#f8f8f8, #e7e6e6);
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
    border: 1px solid #dadada;
}

.prdimage {
    width: 125px;
    height: auto;
    object-fit: cover;
}

.adv-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.photoimage {
    width: 75px;
    height: auto;
    object-fit: cover;
}

.post-job {
    background: #202020;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-animation: flash 1500ms infinite;
    -moz-animation: flash 1500ms infinite;
    -o-animation: flash 1500ms infinite;
    animation: flash 1500ms infinite;
}

    .post-job:hover, post-job:focus {
        background: #202020;
        color: #fff;
    }

@-webkit-keyframes flash {
    0% {
        background-color: #202020;
        -webkit-box-shadow: 0 0 3px #202020;
    }

    50% {
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px #fff;
    }

    100% {
        background-color: #202020;
        -webkit-box-shadow: 0 0 3px #202020;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: #202020;
        -moz-box-shadow: 0 0 3px #202020;
    }

    50% {
        background-color: #fff;
        -moz-box-shadow: 0 0 40px #fff;
    }

    100% {
        background-color: #202020;
        -moz-box-shadow: 0 0 3px #202020;
    }
}

@-o-keyframes flash {
    0% {
        background-color: #202020;
        box-shadow: 0 0 3px #202020;
    }

    50% {
        background-color: #fff;
        box-shadow: 0 0 40px #fff;
    }

    100% {
        background-color: #202020;
        box-shadow: 0 0 3px #202020;
    }
}

.fundus {
    background: #202020;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-animation: glowing 1200ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #202020;
        -webkit-box-shadow: 0 0 3px #202020;
    }

    50% {
        background-color: #fff;
        -webkit-box-shadow: 0 0 40px #fff;
    }

    100% {
        background-color: #202020;
        -webkit-box-shadow: 0 0 3px #202020;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #202020;
        -moz-box-shadow: 0 0 3px #202020;
    }

    50% {
        background-color: #fff;
        -moz-box-shadow: 0 0 40px #fff;
    }

    100% {
        background-color: #202020;
        -moz-box-shadow: 0 0 3px #202020;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #202020;
        box-shadow: 0 0 3px #202020;
    }

    50% {
        background-color: #fff;
        box-shadow: 0 0 40px #fff;
    }

    100% {
        background-color: #202020;
        box-shadow: 0 0 3px #202020;
    }
}

.fundus:hover, fundus:focus {
    background: #202020;
    color: #fff;
}

.fundus-pad {
    margin-right: 5px;
}

.fund-txt {
    color: #fff;
    padding-right: 5px;
}

.log-out {
    padding: 7px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    background: #202020;
    border-radius: 12px;
}

    .log-out:hover, log-out:focus {
        background: #202020 !important;
    }

.full-page-width {
    padding: 0.5%;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 99%;
}

.team-clm {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    max-width: 49%;
    padding: 6px;
}

.teamddl {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

    .teamddl select {
        line-height: 1;
        border: 1px solid #DADADA;
        height: auto;
        -webkit-appearance: listbox;
        color: #202020;
        padding: 5px;
        outline: none;
        margin: 5px;
        width: 100%;
    }

.donorimage {
    width: 100%;
}


.black-opacity {
    position: relative;
    z-index: 9999;
}

.banner-m-area {
    padding: 100px 0px;
    background: fixed;
}

    .banner-m-area.black-opacity:before {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

.admintopnav {
    padding-left: 3%;
}

.adminmain {
    padding: 3%;
    width: 96%;
    height: 100%;
    min-height: 450px;
    display: block;
}

.fam {
    color: #5b5b5b;
    font-weight: lighter;
}

.famj {
    color: #5b5b5b;
    margin-right: 5px;
}

.search-background {
    background: linear-gradient(#dedede, #e7e6e6);
    border: 2px solid #dadada;
    border-radius: 8px;
    padding: 5px;
    /*width:auto;*/
}

.grid-overlay {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
    clear: both;
    cursor: pointer; /* Add a pointer on hover */
    display: block;
}

    .grid-overlay .close {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 25px;
        height: 25px;
        transition: all 200ms;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        background: #202020;
        padding: 2px;
        border-radius: 50%;
    }

        .grid-overlay .close:hover {
            color: orange;
        }

    .grid-overlay .frm-pad {
        margin-top: 0.5%;
    }


.clm-ban {
    z-index: 1;
    position: relative;
}

    .clm-ban::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 2;
    }

    .clm-ban:hover {
        opacity: 1;
    }

    .clm-ban span {
        position: absolute;
        z-index: 3;
        top: 8%;
        left: 3%;
        right: 3%;
        color: #fff !important;
        font-size: 18px;
        text-shadow: 1px 0px 1px #202020;
        text-align: center;
        font-weight: 600;
    }

    .clm-ban a {
        position: absolute;
        z-index: 3;
        bottom: 1.75%;
        left: 35%;
        color: #fff !important;
        text-align: center;
        font-size: 15px;
    }

.clm-ban-btn {
    color: #2b2b2b;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #dadada;
}

.clm-ban h2 {
    padding: 0px;
}

.clm-ban-btn:hover, .clm-ban-btn:focus {
    color: #202020;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-intro {
    padding: 15px;
}

    .home-intro p div {
        padding: 5px;
        font-size: 18px;
        text-align: justify;
    }

.home-intro-border {
    border: 1px solid #dadada;
}

.grd-table {
    width: 100%;
}

    .grd-table td {
        border: 1px solid #dadada;
        padding: 5px;
    }

.callus {
    font-weight: 600;
}

.volunteer-bk {
    background: #ccc;
    font-weight: 600;
}

.shramdaan {
    color: #202020;
}


.pdf-block {
    display: block;
    padding: 5px;
}

    .pdf-block .datepdf {
        font-size: 12px;
    }

    .pdf-block .titlepdf {
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

        .pdf-block .titlepdf:hover {
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            color: #202020;
        }

    .pdf-block ul li {
        display: inline-block;
        list-style: none;
    }

        .pdf-block ul li img {
            width: auto;
            height: 25px;
        }

.pdf-menu {
    font-weight: 600;
    padding-right: 10px;
}

.user-master-content {
    min-height: 450px;
}

@keyframes bblink {
    0% {
        color: #202020;
    }

    100% {
        color: #202020;
    }
}

@-webkit-keyframes bblink {
    0% {
        color: #202020;
    }

    100% {
        color: #202020;
    }
}

.block-parallax-1 {
   position:relative;
  width:100%;
   height:100%;   
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image:url("/PageImageFolder/homepagebanner.jpg");
  
}
/*@media screen and (max-width: 468px) {
  .block-parallax-1 {
    position:relative;
  width:100%;
   height:100%;  
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image:url("/PageImageFolder/homepagebanner.jpg");
  
  }
   }*/
.block-parallax-1:before{
   content: "";
  position: absolute;
  left: 0; right: 0;  top: 0; bottom: 0;
  background: rgba(0,137,179,0.5);
}

.block-parallax-1 .container {
	position:relative;
    z-index:2;  
     padding:5% 0% 5%; 
}
.block-parallax-1 .container .content {	
      padding:0% 8% 1% !important;
}
.block-parallax-1 .content h3 {
	font-size: 2.75rem !important;
	margin-bottom: 5px;
    color:#fff !important;
   
}
.block-parallax-1 .container .content p {
	/*font-size: 2.0rem !important;*/	
    color:#fff !important;   
    text-align:start !important;
    /*min-height:25vh !important;*/
}
.block-parallax-1 .container .ban-btn {
  font-size: 0.8vw !important;
  font-weight: 700;
  color:#fff;  
  webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;
  padding: 1vh 2.5vh 1vh;  
  border-top:1px solid #fff;
   border-bottom:1px solid #fff;
  display:inline-block;   
}

.block-parallax-1 .container .ban-btn:hover, .block-parallax-1 .container .ban-btn:focus {
   -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
}
.homepagecnt{ padding:3% 0% 3%; width:100%}
.homepagecnt a {
  font-size: 1.2vw !important;
  font-weight: 700;
  color:#04abdf;  
  webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s;
  padding: 1vh 2.5vh 1vh;  
  border-top:1px solid #04abdf;
   border-bottom:1px solid #04abdf;
  display:inline-block;   
}

.homepagecnt a:hover, .homepagecnt a:focus {
   -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
}
.container-page{padding:0px 15px 0px 15px;}
.page-bk{background:rgba(196, 196, 196, 0.01); padding:20px 0px 20px;}
.project-page{width:100%; padding:10px 0px;}
.project-page p{text-align:justify;}
.number-scroll-banner
{  
    /*background:#010101;*/
    width:100%;
    padding:3% 0% 3%;
    background: #f1f1f1;  
}
 .number-scroll-banner i{
            font-size: 2.0em;
            text-align: center;
            color:#04abdf;
            padding:8px 12px;
            border-radius:50px;
  }
 .number-scroll-banner h3{
            font-size: 1.0em;
            text-align: center;
            color:#434343;
            padding:2px 0px 2px;
  }
  .number-scroll-banner .numcounter{
            font-size: 2.8em;
            padding:0px 0px 5px;
              color:#04abdf;
        }
