<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 267:22 Unexpected "/"

**/
:root {
  --ft-md: 18px;
    --ft-hd1: 30px;
    --ft-hd2: 24px;
    --fmb-md: 14px;
    --ftab-md: 16px;
    --fontpp: poppins;
    --bgclr: #F6F6F6;

  }


  .head1{
    font-size: var(--ft-hd1);

      font-weight: 600;
      padding: 20px 0px;

      }
  .head2{
    font-size: var(--ft-hd2);

      font-weight: 600;
      padding: 20px 0px;

      }
  .corporate__wrapper img{

    width:80%;
  }
  .section{

    padding: 20px 0px;
  }

  .wrapper_grid_row{

    display:grid;
    grid-template-columns:auto;	

  }	
  .wrapper_container{

    width:60%;
    margin: 0px auto;
  }	
  .wrapper_grid{

    display:grid;
    grid-template-columns:auto auto;
    padding: 25px 0px;

  }
  .wrapper_content{

    position: relative;
    top: 15%;

  }

  

  .abt_img{
    position: relative;
    top: 15%;
    left:22%;

  }	
  .about__section{

    background: var(--bgclr);
      }
  .corporate_content{


    font-size:var(--ft-md);
      font-weight: 300;
      text-align: justify;
      line-height: 30px;

      }	

  .director__section{

    padding:0px 0px 50px;

  }
  .dir_block{
    padding-top:0px;
  } 
  .dir_img_mob{
    display:none;
  }
  .dir_img{

    position: relative;
    left:0;
    top:0px;
  }	
  .statement__section{

    background: url(https://cdn.shopify.com/s/files/1/0356/5315/7000/files/MISSION-VISION-BG.jpg?v=1616057378) center top;
    background-size: cover;
    padding: 50px 0px;

  }
  .bg_white{
    padding: 40px;
    margin: 25px 0px;
    border-radius:10px;
    background: rgba(255,255,255, 1);	
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  }

  .brand__section{

    background: #f4dbd7;

  }

  .history__section{

    padding:80px 0px 50px;

  }
  .id_img{

    position: relative;
    top: 12%;
  }	
  .id_con{

    position: relative;
    top: 12%
  }	
  .id_head{

    position: relative;
    top: 50px;
  }	
  /* timeline*/
  .timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;

  }

  .timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #020202;
    top: 11px;
    bottom: 0;
    left: 0%;
    margin-left: 5px;
    height:95%;
  }

  .history_section {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
  }

  .history_section::after {
    content: '';
    position: absolute;
    width:15px;
    height:15px;
    left: -2px;
    background-color: #020202;
    border:none;
    top: 18px;
    border-radius: 50%;
    z-index: 1;
  }
  .history_section::before{
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    left: -7px;
    background-color:transparent;
    border:none;
    top: 11px;
    border-radius: 50%;
    z-index: 1;
  }
  .history_content b{

    font-weight:600;
  }
  .left {
    left: 0;
  }

  .right {
    left: 0%;
  }

  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }

  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .right::after {
    left: -16px;
  }

  .history_content p {
    padding: 5px 0px ;
    margin: 0px;
    font-weight: 300;
    font-size:var(--ft-md);
      text-align:justify; 

      }

  .goddiva__section{

/*     background: url(https://cdn.shopify.com/s/files/1/0356/5315/7000/files/WORK-FOR-US-BG.jpg?v=1616057379) center top; */
    background-size: cover;
    padding: 50px 0px;

  }	


  .social__section{
    padding: 30px 0px 40px;

  }

  .corporate__wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  * Accordion styles */
  .corporate__wrapper .tabs {
    border-radius: 8px;
    overflow: hidden;


  }

  .corporate__wrapper .tab {
    width: 100%;
    color: #000;
    overflow: hidden;
    margin: 15px 0px;
    border-radius: 10px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);

  }
  .corporate__wrapper .tab-label {
    display: flex;
    justify-content:flex-start;
    padding: 1em;
    background: #f6f6f6;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    /* Icon */
  }
  .corporate__wrapper .tab-label:hover {
    background: #f6f6f6;
  }
  .corporate__wrapper .tab-label::after {
    content: "+";
    width: 1em;
    height: 1em;
    transition: all 0.35s;
    position: absolute;
    font-weight:500;
    font-size:25px;

  }
  .corporate__wrapper .tab-content {
    max-height: 0;
    padding: 0 30px;
    color: #2c3e50;
    background: #f6f6f6;
    transition: all 0.35s;

  }
  .corporate__wrapper .label-text{

    padding-left:25px;
    font-size:var(--ft-md);
      font-weight:500;
      }

  
  
  .corporate__wrapper input:checked + .tab-label {
    background: #f6f6f6;
  }
  .corporate__wrapper input:checked + .tab-label::after {
    content: "-";
  }
  .corporate__wrapper input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em 30px;
    color: #000;
    text-align:justify; 
    font-weight: 300;

  }
  /*accordion*/


  .flex-md-30 { flex: 0 0 30%;}
  .flex-md-40 { flex: 0 0 40%;}
  .flex-md-50 { flex: 0 0 50%;}
  .flex-md-60 { flex: 0 0 60%;}
  .flex-100 { flex: 0 0 100%;}
  
  .img-full {width: 100%!important;}
  .abt_img_bnr {
    margin-right: 50px;
  }
  
  .statement--section {
    position: relative;
    top: -50px;
    margin-bottom:50px
  }
  
  .corporate__content {padding-bottom: 30px;}
  
  .about__section .container-fluid{padding:0px;}
  .about__section .row{margin:0px;}
  .about__section .row [class*="col-"]{padding:0px;}
  .about__section .wrapper__content{max-width:600px;font-size:var(--ft-md);line-height:normal}

  .statement--section .bg_white{text-align:center;max-width:520px;padding:25px;height:100%;display:flex;align-items:center;justify-content:center}
  .director__section h2, .history__section h2, .social__section h2{text-align:center;font-size:35px;font-weight:500}
  .director__section .wrapper-grid{text-align:center;padding:0 40px;}
  .director__section .head2{font-weight:500}
 
  .history__section{background:#f6f6f6;padding:60px 0;}
  
  .goddiva__section{overflow:hidden}
  .goddiva__section .wrapper_lft{max-width:700px;box-shadow:0 0 4px 4px rgba(0,0,0,0.1);padding:25px;border-radius:20px;margin-right:-100px;position:relative;z-index:1;background:#fff;text-align:center}
  .goddiva__section .abt_img img{width:100%}
  .goddiva__section .abt_img{top:0;left:0;}

  

    @media screen and (max-width: 1024px)and (min-width: 800px) {
    .about__section .wrapper__content{padding:15px;}
    .about__section .wrapper__content p{font-size:14px;}
    .statement--section .bg_white{padding:10px;}
    .corporate_content{font-size:14px;line-height:normal}
      .goddiva__section .wrapper_lft{max-width:530px;}  
      
    .wrapper_container{
      width:80%
    }
    .wrapper_content {
      position: relative;
      top: 10%;
    }
    .corporate__wrapper img{

      width:80%;
    }

  }	
  
  @media screen and (max-width:992px) and (min-width:768px){
    .abt_img_bnr {margin-right:0px;}
    .about__section .wrapper__content{padding:25px;max-width:100%}
    .statement--section .bg_white {flex: 0 0 45%;padding:20px}
    .corporate_content{font-size:14px;}
    .director__section .wrapper-grid{padding:0 20px;}
    .column-reverse{flex-direction:column-reverse}
    .goddiva__section .wrapper_lft{max-width:600px;margin:-50px auto 0;}
  }
  
  
  
  
  
  @media screen and (max-width: 767px) {

    .section{
      padding:0px;
    }
    .wrapper_grid{
      grid-template-columns:100%;
    }	

    .wrapper_container{

      width:90%;	
    }
    .corporate__wrapper img{
      width: 70%;
    }
    .corporate_content{

      font-size:var(--fmb-md);
        line-height:20px;
        }
    .wrapper_content{
      top:0;
    }
    .wrapper_lft{

      text-align: center;
    }
    .wrapper_rgt{
      text-align: center;	
    }
    .abt_img{
      left:0;
      top: 12%;
    }
    .director__section{
      padding:30px 0px 20px;
    }
    .dir_img_mob{
      display:block;
    }

    .dir_img{
      left:0;
      top:0;
      display:none;
    }
    .statement__section{
      padding:30px 0px;
      background-position: 70%;
    }
    .id_head{
      padding:0px 0px 10px;
    }
    .id_con{
      padding:40px 0px 60px;	

    }
    .timeline::after {
      left:0px;
    }
    .head1{
      text-align: center;
      line-height: 25px;
      font-size:25px;
    }
    .director__section h2, .history__section h2, .social__section h2{font-size:25px}
    .corporate__wrapper .label-text{font-size:15px}
    
    .history__section{

      padding:20px 0px;
    }
    .history_section {
      padding-left:25px;
      padding-right: 25px;

    }

    .history_section p {
      font-size:var(--fmb-md);

        }

    .history_section::after{

      left:-2px;
    }

    .left::after, .right::after {
      left: 15px;
    }

    .right {
      left: 0%;
    }
    .goddiva__section{

      padding:0px 0px 50px;
      background-position: 60%;

    }
    .about__section .wrapper__content{font-size:14px;}
    
    .social__section{
      padding: 25px 0px 0px;
    } 
    
    .abt_img_bnr {margin-right:0px;}
    .about__section .wrapper__content{padding:0 15px;}
    .statement--section .bg_white{flex:0 0 96%;margin:15px 0;}
    .statement--section {top: 10px;}
    .director__section .wrapper-grid{padding:0 5px;}
    .director__section .head2{font-size:22px;}
    .goddiva__section .wrapper_lft{margin:-20px auto 0;max-width:96%}
    .column-reverse{flex-direction:column-reverse}
    .statement--section .bg_white{height:auto}
  }	

  @media screen and (max-width: 800px)and (min-width: 600px) {

    .wrapper_container{
      width:90%;
    }
    .wrapper_content{
      top:0%;
    }
    .corporate_content{
      line-height:20px;
    }
    .director__section{
      padding:20px 0px;
    }
    .statement__section{
      padding: 30px 0px;
    }
    .history__section{
      padding:50px 0px;
    }
    .goddiva__section{
      padding: 40px 0px 60px;
    }
    .social__section {
      padding: 30px 0px 0px;
    }

  }  




</pre></body></html>