*
{
    margin: 0px;
    padding: 0px;
}

/* the above is important  to keep the menu in one line*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
    border: 5px solid #554d9b;
}

/* the above will overflow the menu onto the next line*/


/*nav menu*/
header{position:relative;width:100%;background:#fff;} /* the background of the meny bar*/

.logo{position:relative;z-index:123;padding:5px;font:18px verdana;float:left;/*width:184px; height: 100;*/margin-left: 93px;} /*placement of logo on the menu bar*/



nav{position:relative;width:980px;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
/*#cssmenu > ul{border:1px solid #554d9b;}*/
#cssmenu #head-mobile{display:none;}
#cssmenu{font-family:sans-serif;background:#fff;float:right;margin-top: 24px;} /*The top margin of menu  */
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li > a{padding:10px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#554d9b;font-weight:700;} /* menu text color*/
#cssmenu ul li a:hover{ color: #000;} /*  not found*/
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#5b78cc;} /* menu on hover */
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:none!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px;}/*space between menu*/
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#554d9b;content:'';}/* the plus button of main menu*/
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#554d9b;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;} /* the plus button of main menu*/
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0;}
#cssmenu ul ul{position:absolute;left:-9999px;z-index: 10000; }
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#d7d8ed;transition:all .25s ease;}/*sub menu hover color */
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto;}
#cssmenu li:hover > ul > li{height:35px; margin-left:0px;
   box-shadow: 2px 2px 2px #999;
-moz-box-shadow:    inset 0 0 2px #554d9b;
   -webkit-box-shadow: inset 0 0 2px #554d9b;
   box-shadow:         inset 0 0 2px #554d9b;
}
#cssmenu ul ul ul{margin-left:100%;top:0;}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:240px;font-size:12px;text-decoration:none;color:#554d9b;font-weight:600;}/*sub menu text color*/
#cssmenu ul ul li a:hover{background:#fff;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff;letter-spacing: 1px;font-family: sans-serif; box-shadow:2px 2px 5px #fff8ff; background-color: #554d9b; border: 1px solid #fff;
/*-moz-box-shadow:    inset 0 0 10px #138cc2;
   -webkit-box-shadow: inset 0 0 10px #138cc2;
   box-shadow:         inset 0 0 10px #138cc2;*/}/*sub menu text & bg color on hover. Note this reflects on mobile too*/
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#554d9b;content:'';}/* the sub menu plus button*/
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#554d9b;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0;}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background: #fff; border: 1px solid #fff; color:#554d9b;}

#cssmenu ul ul ul li.active a{border-left:1px solid #000;}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #fff;}


.BG_Color:hover
{
  background: #554d9b; border: 1px solid #fff; color:#fff;
}

.table_div2
{
  margin:0px 50px;
}

.Health_Div
{
   text-transform:uppercase;
}

.border_Top
{
  border-top: 5px solid #554d9b;
  padding-bottom: 5px;
}

/*-- iphone code patch -- */
a
{
  cursor: pointer;
}
a[href^="tel"]
{
  color: black;
  text-decoration: none;
}
a[x-apple-data-detectors]
{
  color: inherit!important;
  text-decoration: none!important;
  font-size: inherit!important;
  font-family: inherit!important;
  font-weight: inherit!important;
  line-height: inherit!important;
}
/*-- iphone code patch end --*/



/*style for slider*/
.cust_silder
{
margin-top: -20px;
}


/*welcome page*/
.welcome
{
   -webkit-background-color:#d7d8ed;
   -moz-appearance-background-color:#d7d8ed;
   -ms-background-color:#d7d8ed;
      
    background-color: #d7d8ed;
    height:100%;
    text-align: center;
    padding-top:0px;
    padding-bottom: 20px;
    margin-top: 6px;
}

/* code for animation of links from left to right and vice versa*/
.vision
{
  -webkit-animation-name: fadeInLeft; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 7s;

}

.mission
{
  -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 7s;

}
/* End of animation code*/


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

*/

nav
{
  width:100%;
}

#cssmenu{
  width:100%
}


#cssmenu ul
{
  width:100%;
  display:none; 
  z-index: 999;
  position: absolute;
  background:#554d9b;
  /*padding-top: 20px !important;*/
  overflow-y: scroll !important;
  -webkit-overflow-scrolling:touch !important;
  overflow-scrolling: touch!important;
  /*overflow: scroll!important;*/
}
#cssmenu ul li{width:100%;border-top:1px solid #fff;}
#cssmenu ul li:hover{background: #fff; border: 1px solid #fff; color:#554d9b;}

#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:1;color:grey;}
#cssmenu > ul > li{float:none}



#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:black!important;}
#cssmenu ul ul li:hover{background:#000!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#5978cc;background:#d7d8ed;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#000;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{displayplay:block;padding:23px;color:#000;font-size:12px;font-weight:700}
.button:after{position:absolute;top:21px;right:10px;display:block;height:4px;width:30px;border-bottom:1px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:13px;right:10px;display:block;height:2px;width:30px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:18px;border:0;height:2px;width:30px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:18px;background:#fff;width:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fff;height:46px;width:46px;cursor:pointer;}
#cssmenu .submenu-button.submenu-opened{color:#fff;}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff;/* overflow-y: scroll !important*/;
  -webkit-overflow-scrolling:touch !important;}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
#cssmenu .submenu-button.submenu-opened{/*overflow-y: scroll !important;
  -webkit-overflow-scrolling:touch !important;*/}


/* Responsive classes for logo, button, #cssmenu ul, #cssmenu > ul > li > a, #cssmenu li:hover ul li,  #cssmenu  ul li.has-sub  a */
@media(max-width:767px)
{
  .logo{
    position:relative;
    z-index:123;
    padding:10px;
    font:18px verdana;
    /*color:#58b949;*/
    float:left;
    width:150px;
    
    margin-left: 0px;
  }
 
 .Page_Heading
 {
  padding-top: 10px;
 }

 .button 
    {
        width: 50px;
        height: 36px;
        position: absolute;
        right: 0;
        top: -15px;
        cursor: pointer;
        z-index: 12399994;
        background: #c06baa;;
    }
  #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background-color: #d7d8ed;border:none; }
  #cssmenu > ul > li > a{color:#fff;}/*menu color*/
  #cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#554d9b;background-color: #a5a7d8;} /* menu on hover */
  #cssmenu .submenu-button{border-left:1px ;}
}    

@media(min-width: 768px) and (max-width:991px)
{
     .logo
    {
        margin-left: 25px;
        width: 150px;
    }

      .button {
      width: 50px;
      height: 39px;
      position: absolute;
      right: 1px;
      top: -17px;
      cursor: pointer;
      z-index: 12399994;
      background: #c06baa;
    }

     /*
     commented for the menu plus button for thsi window size
     #cssmenu ul 
     {
      border: 12px;
      list-style: none;
      line-height: 0.5px;
      display: block; 
      position: relative; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: none!important;
      margin-left: 140px;
      margin-right: -40px;

      
      }    */
  #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background-color: #d7d8ed;border:none; }
  #cssmenu > ul > li > a{color:#fff;}/*menu color*/
  #cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#5978cc;background-color: #a5a7d8;} /* menu on hover */
  #cssmenu .submenu-button{border-left:1px ;}    

 } 





@media(min-width: 992px) and (max-width:1199px)
{
    .logo
    {
      margin-left: -30px;
      width: 190px;
     }
      #cssmenu ul 
      {
          display: block !important;
      }

     #cssmenu ul 
     {
      border: 1px;
      list-style: none;
      line-height: 0.5px;
      display: block; 
      position: relative; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 8px;
      margin-left: 140px;
      margin-right: -40px;
      /*background:#a38156;*/
      }

      #cssmenu > ul > li > a 
      {
        padding: 13px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
       
        font-weight: 700;
      }


}



@media(min-width: 1200px) and (max-width:1500px)
{
  .logo
  {
    margin-left: 1px;
    width: 250px;
    height: auto;
   }
   
  
  #cssmenu ul {margin-left: 20px; margin-right: 0px;}      
  /*#cssmenu  ul li.has-sub  a {  padding-right: 20px;}*/

    #cssmenu ul li a 
    {
        padding-left: 28px;
        padding-top:22px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        
        font-weight: 700;
        margin-left: 0px;
        margin-right:0px;
    }

  #cssmenu li:hover > ul > li 
  {
      height: 35px;
      margin-left:-12px;
  }

 #cssmenu > ul > li.has-sub > a:after{position:absolute;top:30px;}
 #cssmenu > ul > li.has-sub > a:before{position:absolute;top:27px;}

}


@media(min-width: 1501px) and (max-width:1920px)
{
   .logo
    {
      margin-left: 0px;
      /*width: 190px;*/
     }
      #cssmenu ul 
      {
          display: block !important;
      }
     #cssmenu ul 
     {
      border: 0;
      list-style: none;
      line-height: 1;
      display: block; 
      position: relative; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 10px;
      
      margin-right: 0px;
      }

      #cssmenu > ul > li > a 
      {
        padding: 13px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
       
        font-weight: 700;
      }
}
/* end of Responsive classes for logo, button, #cssmenu ul, #cssmenu ul li a,  #cssmenu li:hover ul li,  #cssmenu  ul li.has-sub  a   */


/*Responsive classes for table_div2, Health_Div, Oppurtunity_Div*/



@media (min-width: 320px) and (max-width: 480px)
{
.table_div2
  {
    margin:0px 33px;
  }

}
@media (min-width: 481px) and (max-width: 767px)
{
  .table_div2
  {
    margin:0px 50px;
  }
}




@media(min-width: 992px) and (max-width:1199px)
{
    .Health_Div
    {
      margin-left: -3px !important;
      padding-right: 50px !important;
    }
    .Opportunity_Div
    {
      margin-left: -3px !important;
    }
 }
 
 @media(min-width: 1200px) and (max-width:1500px)
{ 
  
      .Health_Div
      {
        margin-left: -3px !important;
      }

 } 

/*Responsive classes for Health_Div, Oppurtunity_Div*/





/* Responsive classes for  Page_Heading, Paragraph_Heading, Paragraph_Sub_Heading, Paragraph, & Welcome*/
@media (max-width:480px)
{
    .Page_Heading
    {
    font-size: 15px;
    /*height: 40px;*/
    padding-top:10px;
    
    } 
    .Paragraph_Heading
    {
    font-size: 13px;
    
    
    } 
    .Paragraph_Sub_Heading
      {
      font-size: 12px;
      
      } 
    .Paragraph
    {
    font-size:12px; 
    
    } 
  
}
@media (min-width: 320px) and (max-width: 481px)
{
  .Page_heading
  {
    font-size: 14px;
  }
}

@media (min-width: 481px) and (max-width: 585px)
{
    .Page_Heading
    {
    font-size: 14px;
    /*height: 50px;*/
    padding-top:10px;
    } 

    .Paragraph_Heading
    {
      font-size: 14px;
    
    }
    .Paragraph_Sub_Heading
      {
      font-size:13px;
      
      } 
    .Paragraph
    {
    font-size: 13px;
    
    } 
  
}

/*Start of Bookmark*/
:target 
{
  animation: highlight 8s ease;
  transform: translateZ(20px);
  animation-iteration-count: 2;
}

@keyframes highlight
{
  0% { background-color: #a5a7d8; }
  100% { background: none; }
}

@-webkit-keyframes highlight 
{
  0% { background-color: #a5a7d8; }
  100% { background: none; }
}
/*End of Bookmark*/

/* Space4 bullet*/
  .space4bullet
  {
    padding-left: 6px;
  }
/* Space4 bullet*/


@media(max-width: 767px)
{
      .welcome
    {
        background-color:#d7d8ed;
        background-repeat: no-repeat;
        height:100%;
        text-align: center;
        padding-bottom: 20px;
        margin-top: 6px;
    }
    /* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
      transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 320px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  -webkit-width: 320px;
  -webkit-height: 480px;
  -webkit-margin-left: auto;
  -webkit-margin-right: auto;

}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
  -webkit-position: absolute;
  -webkit-top: 0;
  -webkit-left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  -webkit-z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

/*Flipping Effect Ends here*/





}

    .Page_Heading
    {
      font-size: 18px;
      font-family: verdana;
      text-align: center;
        color:#fff;
        font-weight: bold;
        background:#554d9b;
        margin:8px 14px;
        /*height: 40px;*/
        padding: 5px;
    }

    .Paragraph_Heading
    {
      font-size: 16px;
      margin: 0px 25px;
      font-family: verdana;
      font-weight: bold;
      color:#554d9b;
      
    }

    .Paragraph_Sub_Heading
       {
        font-size: 14px;
        padding: 0px 0px;
        margin: 0px 25px;
        font-weight: bold;
        font-family: verdana;
        color:#c06baa;
       }


    .Paragraph
    { 
      font-size: 14px;
      padding: 0px 0px;
      margin: 0px 25px;
      text-align: justify;
      font-family: verdana;
      color:#000;
    }

    p1
    {
      margin-left: 6em;
    }




@media (min-width: 1200px) and (max-width: 1500px)
{
    .Page_Heading
    {
    font-size: 20px;
    
    } 
    .Paragraph_Heading
    {
      font-size:17px;
    }
    .Paragraph_Sub_Heading
      {
      font-size:14px;
      
      } 
    .Paragraph
    {
    font-size:14px;
    
    } 
  
}   


@media (min-width: 992px) and (max-width: 1199px)
{
    .Page_Heading
    {
    font-size: 19px;
    
    } 
     .Paragraph_Heading
    {
      font-size:17px;
    
    }
    .Paragraph_Sub_Heading
      {
      font-size: 14px;
      
      } 
    .Paragraph
    {
    font-size: 14px;
    
    } 
  
}

@media (min-width: 768px) and (max-width: 991px)
{
    .Page_Heading
    {
    font-size: 17px;
    
    } 
    .Paragraph_Heading
    {
      font-size: 15px;
    
    }
    .Paragraph_Sub_Heading
      {
      font-size:13px;
      
      } 
    .Paragraph
    {
    font-size: 13px;
    
    } 
  
} 

@media (min-width: 320px) and (max-width: 767px)
{
    .Page_Heading
    {
    font-size: 16px;
    
    } 
    .Paragraph_Heading
    {
      font-size: 13px;
    
    }
    .Paragraph_Sub_Heading
      {
      font-size: 13px;
      
      } 
    .Paragraph
    {
    font-size: 12px;
    
    } 
    .visionImg
    {
      text-align: center!important;
    }

  .flip-container, .front, .back {
  height: 210px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 22px;
  margin-bottom: 25px;
    }

    h3
    {
      margin-top: 0px;
      text-align: center;
     -webkit-text-align: center;

    }
  
}

#MissionImg
    {
      float: right;
      border:1px solid black;
      border-radius: 20px;" 
    }

/* end of Responsive classes for Paragraph, Paragraph_Heading, Paragraph_Sub_Heading & Welcome*/



/* Page_Heading1 made Responsive*/
.Page_Heading1
 {
    margin-top:-17px;
    font-size:25px;
    font-family: verdana;
    text-align: center;
    color:black;
    font-weight: bold;
    letter-spacing: 1px;
    background:#554d9b;
    margin-top: 12px;
}


.Page_Heading1
{
  font-size: 27px;
    font-family: verdana;
    text-align: center;
    color: black;
    font-weight: bold;
   
    background: #a38156;
    margin: 8px 14px;
}

@media (max-width:480px)
{
  .Page_Heading1
  {
  font-size: 14px;
  
  } 
}
@media (min-width: 481px) and (max-width: 767px)
{
  .Page_Heading1
  {
  font-size: 1px;
  
  } 
}
@media (min-width: 768px) and (max-width: 991px)
{
  .Page_Heading1
  {
  font-size: 19px;
  
  } 
} 
@media (min-width: 992px) and (max-width: 1199px)
{
  .Page_Heading1
  {
  font-size: 22px;
  
  } 
}
@media (min-width: 1200px) and (max-width: 1500px)
{
  .Page_Heading1
  {
  font-size: 26px;
  
  } 
}

/* End of Page_Heading1 made Responsive*/


/*buttons of Link_ReadMore & also made responsive*/
.Link_ReadMore
{
  height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom:9px;
    margin-top: 5px;
    border-radius: 15px 0px;
    background: #c06baa; /*#5b78cc;*/
    color: white;
    border: none;
    font-size: 17px;
    box-shadow: 4px 5px 8px #000;
  }
  .Link_ReadMore:hover
  {
    background: #554d9b;
    
    color: #554d9b;
  }

  @media(max-width: 767px)
  {
        .Vision_img
        {
      width: 120px;
      height: 120px;
        }
      .Link_ReadMore
      {
         height: 39px;
         padding-left: 11px;
         padding-right: 11px;
         margin-bottom: 23px;
         margin-top: 5px;
         border-radius: 15px 0px;
        font-size: 13px; 
      }

  }

/*close of buttons of Link_ReadMore & also made responsive*/


/* button of .Read_More_Welcome plus made responsive*/
.Read_More_Welcome
{
   
    height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 15px 0px;
    background: #c06baa;;
    color: white;
    border: none;
    font-size: 17px; 
    box-shadow: 4px 5px 8px #000;  
}
.Read_More_Welcome:hover
{
  background: #a5a7d8;
  color:#fff;
  font-weight: bolder;
  box-shadow: -2px -2px 2px #a5a7d8;
  border:solid 1px #000;
}

@media(max-width: 767px)
{
    .Read_More_Welcome
  {
     height: 39px;
      padding-left: 11px;
      padding-right: 11px;
      margin-bottom: 23px;
      margin-top: 5px;
      border-radius: 15px 0px;
      font-size: 13px;

  }
}

@media(min-width: 992px) and (max-width: 1199px)
{
    .Read_More_Welcome
  {
       height: 41px;
      font-size: 13px;
  }
}
/* close of button of .Read_More_Welcome plus made responsive*/


.Content_Title
{
     margin-top: 8px;
    font-size: 30px;
    font-family: verdana;
    text-align: center;
     color: #094EAC; 
}

@media (max-width:767px)
{
.Content_Title
{
font-size: 24px;

}
.Content_Title_For_Firm
{
   margin-top: 26px;
    font-size: 30px;
    font-family: verdana;
    text-align: center;
    color: #fff; 
    margin-bottom: 16px;
}
}

/*---For Profile---*/



/*================= Start Style for DirNote Page ========*/

#shadow4box
{
   /* box-shadow: 1px 2px 2px;
     border-style: groove;
     border: 1px;
     padding:0px;*/
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #633a3d;
    padding: 25px;
}
.responsive 
{
  width: 100%;
  height: auto;
}


#DirectImg
{
    box-shadow: 1px 2px 2px #633a3d;
     border-style: groove;
     border: 1px;
      
     margin-left:0px;
     margin-right:30px;
     float:left;
     margin-bottom: 10px;
}

@media(min-width: 768px) and (max-width: 991px)
{
    #DirectImg
        {
             box-shadow: 1px 2px 2px;
             border: 1px solid #ffcb0f;
             margin-right:10px;
             margin-left: 0px;
             margin-bottom: 10px;
        }
}

@media(max-width: 767px)
{
    #DirectImg
    {
        box-shadow: 1px 2px 2px;
        /*border: 1px solid #ffcb0f;*/
        margin-right: 10px;
        
        margin-bottom: 10px;
    }

}

@media(min-width: 481px) and (max-width: 767px)
{
    #DirectImg
    {
        box-shadow: 1px 2px 2px;
        /*margin-right: 150px;
        margin-left: 150px;*/
        margin: 0px 20px;
        margin-bottom: 10px;
        align-items: center;
         align-self: center;
    }
}

@media(min-width: 401px) and (max-width: 480px)
{
    #DirectImg
    {
        box-shadow: 1px 2px 2px;
        margin-right: 75px;
        margin-left: 45px;
        margin-bottom: 30px;
        align-items: center;
        align-self: center;
    }
}

@media(max-width: 400px)
{

    #DirectImg
    {
        box-shadow: 1px 2px 2px;
        margin-right: 40px;
        margin-left: 10px;
        margin-bottom: 30px;
        align-items: center;
        align-self: center;
    }
}

/*================= End Style for DirNote Page ========*/



/*start of footer*/

@media(max-width: 767px)
{
    .footer
  {
    margin-top: 14px;
  }
}

.service-title
{

    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 14px;
    margin: 0 0 16px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #fff;

}




/*footer menu start*/
/*.footerleft
{
  float: left;
}
.footerright
{
  float: right;
}*/
 ul li 
 {
  color: white;
  text-align: left;
  display: inline-block;
 }
 /*.footer_powerby
 {
  background: #000;
  height: 20px;
   text-align: center;
 }*/
.footer
{
 
    background:#d7d8ed;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    height: auto;
}
ul li a
{
  color: #554d9b;;
  font-size: 12px;
  font-weight: bold;
}
ul li a:hover, a:focus
{
   color: #c06baa;
   font-weight: bold;
  font-size:12px;
  text-decoration: none;
}
.footer_Sub
{
  background: #a5a7d8;
}
.footer_All_Right
{
    color: #554d9b;
    font-size: 12px;
    margin-top: 7px;
    margin-left: 11px;
    font-weight: bold;
}
.footer_All_Right_By
{
    color: #554d9b;
    font-size: 12px;
    margin-top: 7px;
   /* margin-left:661px;*/
   margin-right: 5px;
   text-align: -webkit-right;
   text-align: right;
}
.footer_All_Right_By p
  {
    font-size: 12px;
  }
  .footer_All_Right_By a
  {
    color: #fff;
    font-size: 12px;
  }
@media (max-width: 641px)
{
  .footer_All_Right
  {
    color: #fff;
    font-size: 12px;
    margin-top: 7px;
    margin-left: 11px;
  }
.footer_All_Right_By
  {
    color: #fff;
    font-size: 10px;
    margin-top: -7px;
    /* margin-left: 270px; */
    text-align: left;
    /* padding: 5px; */
    margin-left: 11px;
  }
  .footer_All_Right_By p
  {
    font-size: 10px;
  }
  .footer_All_Right_By a
  {
    color: #fff;
    font-size: 10px;
  }
}

@media (min-width: 642px) and (max-width: 767px)
{

  .footer_All_Right_By
  {
    color: #fff;
    font-size: 12px;
    margin-top: -33px;
    /* margin-left: 661px; */
    /* margin-right: 5px; */
    text-align: -webkit-right;
    padding: 6px;
  }
  .footer_All_Right_By p
  {
    font-size: 10px;
  }
  .footer_All_Right_By a
  {
    color: #fff;
    font-size: 10px;
  }
}


/*-------Social Media-------------*/

 .rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-top: 55px;
  font-size: 16px
}
.OGAS_India_Social {
  position: relative;
  z-index: 1050
}
.social {
  position: fixed;
  top: 30%;
  right: 0px
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(0, -350px, 0);
  -moz-transform: translate(0, -350px, 0);
  -ms-transform: translate(0, -350px, 0);
  -o-transform: translate(0, -350px, 0);
  transform: translate(0, -350px, 0)
}
.social ul li {
  display: block;
  margin: 5px 0 0 0;
  background: rgba(234, 234, 234, 0.5);
  border: 1px solid #554d9b;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li:hover {
  height: 135px;
  -webkit-transform: translate(0, 0px, 0);
  -moz-transform: translate(0, 0px, 0);
  -ms-transform: translate(0, 0px, 0);
  -o-transform: translate(0, 0px, 0);
  transform: translate(0, 0px, 0);
  background: rgba(255, 255, 255, 1)
}
.social ul li a {
  color: transparent
}
.social ul li:hover a {
  color: #000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li:hover i {
  color: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li i {
  margin-right: 10px;
  color: #fff;
  padding: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}

.androidapp
{
  color:#85ad06; 
  background: rgba(187, 0, 0, 1);
  text-align: center;
}
.androidapp:hover 
{
  background: rgba(187, 0, 0, 0.5)
}

.youtube {
  background: rgba(187, 0, 0, 1);
  text-align: center;
}
.youtube:hover {
  background: rgba(187, 0, 0, 0.5)
}
.fb {
  background: rgba(59, 89, 152, 1);
  text-align: center;
}
.fb:hover {
  background: rgba(109, 132, 180, 0.5)
}
.blog {
  background: rgba(242, 108, 55, 1);
  text-align: center;
}
.blog:hover {
  background: rgba(242, 108, 55, 0.5)
}
.twitter {
  background: rgba(85, 172, 238, 1);
  text-align: center;
}
.twitter:hover {
  background: rgba(85, 172, 238, 0.5)
}
.insta {
  text-align: center;
  background: rgba(138, 58, 85, 1);
  background: -webkit-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: -o-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: -moz-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: linear-gradient(45deg, #f5d006, #ef0717, #7a37ab)
}
.insta:hover {
  background: rgba(138, 58, 85, 0.5);
}
.googleplus {
  background: rgba(221, 75, 57, 1);
  text-align: center
}
.googleplus:hover {
  background: rgba(221, 75, 57, 0.5);
}
 @media (max-width: 767px) and (min-width: 320px)
 {  
   .Menu_Visibility
  { 
    display: none;
  }
 } 

@media (max-width: 320px)
{
   .Menu_Visibility
  { 
    display: none;
  }
 } 


/*start code for carosol different screen resolution*/
.wide_lg {
  width: 100%;
  height: 500px;
  height: auto;
}

.narrow_md {
  width: 100%;
  height: 500px;
  display: none;
  height: auto;
}

.narrow_sm {
  width: 100%;
  height: 500px;
  display: none;
  height: auto;
}


.narrow_xs {
  width: 100%;
  height: 500px;
  display:none;
  height: auto;
}

@media(min-width: 320px)and(max-width: 767px)
{
  .wide_lg {
    display: none;
    height: auto;
  }
  .narrow_md {
    display: none;
    height: auto;
  }
.narrow_sm {
    display: none;
    height: auto;
  }
  .narrow_xs {
    display: block;
    height: auto;
  }
}


@media (max-width: 1200px) {
  .wide_lg {
    display: none;
    height: auto;
  }
  .narrow_md {
    display: block;
    height: auto;
  }
  .narrow_sm {
    display: none;
    height: auto;
  }
  .narrow_xs {
    display: none;
    height: auto;
  }
}
@media(min-width: 768px)and(max-width: 991px)
{
  .wide_lg {
    display: none;
    height: auto;
  }
  .narrow_md {
    display: none;
    height: auto;
  }
.narrow_sm {
  display: block!important;
    height: auto;
  }
  .narrow_xs {
    display: none;
    height: auto;
  }
}


@media(min-width: 992px)and(max-width: 1199px)
{
  .wide_lg {
    display: none;
    height: auto;
  }
  .narrow_md {
    display: block;
    height: auto;
  }
.narrow_sm {
    display: none;
    height: auto;
  }
  .narrow_xs {
    display: none;
    height: auto;
  }
}

/*end code for carosol different screen resolution*/

/*start code for Section_Vision*/
.Section_Vision
{
  margin:10px 10px;
}

.Practice {
    height: auto;
    margin: 10px 10px;
    border: 1px solid #554d9b !important;
    text-align: center;
    background: #fff9f2;
}

@media(max-width: 767px)
{
  .style_prevu_kit
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.5); 
    -ms-transition: all 50s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1);
    transition: all 50ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.0);
    -ms-transition: all 10ms ease-in;
    -ms-transform: scale(1.0);   
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1.0);
    transition: all 10ms ease-in;
    transform: scale(1.0);
}
}


  /*Effect for zoom*/
.style_prevu_kit
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.5); 
    -ms-transition: all 50s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1);
    transition: all 50ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 10ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 10ms ease-in;
    transform: scale(1.1);
}

@media(max-width: 767px)
{
  

.style_prevu_kit
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.5); 
    -ms-transition: all 50s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1);
    transition: all 50ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.0);
    -ms-transition: all 10ms ease-in;
    -ms-transform: scale(1.0);   
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1.0);
    transition: all 10ms ease-in;
    transform: scale(1.0);
}



}

/*end effect of zoom*/
/*end code for Section_Vision*/

  /*code for contact Us*/
.Address
{
  text-align: center;
}
.Address_Map
{
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  height:200px;
  width: 58%;
}
.add_text
{
  text-align: left;
  margin-left: 352px;
  font-size: 16px;
  margin-top: 6px;
}

@media(min-width: 320px) and (max-width: 767px)
{
  .add_text
{
  text-align:left;
   margin-left:44px;
  margin-right:0px;
}
.Address_Map
{
  width: 92%;
  padding-right: 20px;
}
}

@media(min-width: 768px) and (max-width: 991px)
{
       .add_text
    {
      text-align:left;
      margin-left: 134px;
        margin-right: 0px;
    }
    .Address_Map
    {
      width: 66%;

    }
}

@media(min-width: 992px) and (max-width:1199px)
{
    .add_text
  {
      margin-left: 126px;
      margin-right: 0px;
      text-align: left;
  }
  .Address_Map
    {
      width: 73%;

    }
}


.map-details iframe 
{
    width: 100%;
    min-height: 29.5em;
    border: none;
}

.contact
{
    padding: 2em 0;
    background-color: #fff;
 /*background: url('../Images/ContactUsBg.jpg');*/
   background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    text-align: center;
    margin-top: 20px;
}
.contact-details
{
   margin-top: 50px; 
}



.contact-form input[type="text"] 
{
    width: 49%;
    color: #000;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    border: 1px solid slategrey;
    -webkit-appearance: none;
    display: inline-block;
    font-weight: 600;
}
.contact-form input[type="text"].email 
{   
    width: 100%;
    margin-bottom: 1em;
   
}
.contact-form input[type="text"].phone 
{
    margin-bottom:10px;
    margin-left:5px;
    width: 50%;
}

@media (max-width: 767px)
{
  .contact-form input[type="text"] 
{
   width: 100%;
}
.contact-form input[type="text"].phone 
{
   width: 100%;
   margin-top: 11px;
    margin-left: -3px;
}

}
@media (min-width: 768px) and (max-width: 991px)
{
 .contact-form input[type="text"] 
{
   width: 100%;
}
.contact-form input[type="text"].phone 
{
   width: 100%;
   margin-top: 11px;
    margin-left: -3px;
}
}

.contact-form textarea 
{
    width: 100%;
    background: none;
    color: #000;
    font-size: 1em;
    outline: none;
    padding: .8em 1em;
    border: 1px solid #554d9b;
    min-height: 10em;
    -webkit-appearance: none;
    font-weight: 600;
}
.contact-form input[type="submit"] 
{
    outline: none;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 1.1em;
    margin: 2.2em 0 0 0;
    -webkit-appearance: none;
    
    border: 2px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width:16%;
    font-weight: bold;
  
}
@media(max-width: 767px)
{
  .contact-form input[type="submit"] 
{
  width:30%;
}

}
.contact-form input[type="submit"]:hover 
{
    background: #d7d8ed;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    box-shadow: 4px 6px 8px grey;
}
::-webkit-input-placeholder 
{
    color:#554d9b !important;
}

:-moz-placeholder 
{ 
    color:#554d9b !important; 
}

::-moz-placeholder 
{ 
    color:#554d9b !important;
}

:-ms-input-placeholder 
{  
    color:#554d9b !important;
}
h3 .getin
{
  color: #fff;
}
/*end code for contact us*/

/*================= start Style for Captcha contact us page ========*/

/*canvas 
{
    pointer-events: none;
}*/

.box 
{
    border: 1px solid slategrey;
    padding: 5px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;

}

.ReloadBtn 
{
    background: url(https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png) left top no-repeat;
    background-size: 100% ;
    width: 32px;
    height: 32px;
    border: none !important;
    outline:none;
    position: relative;
    bottom: 0px;
    left: 30px;
    outline: none;
    cursor: pointer;
}


.btnSubmit 
{
    background-color: #c66;
    border: none;
    color: #fff;
    padding: 6px 15px;
    text-decoration: none;
    margin: 0 13px;
    cursor: pointer;
}

.form_data_Val_Captcha 
{
    padding-top: 0;
    color: red;
    font-size: 14px;
}

.form_data_IN_Val_Captcha
 {
    color: green;
    font-size: 14px;
}
/*================= end Style for Captcha contact us page ========*/

/* Division of Downloads images */

.video_div
{
  text-align: center;
  border: 1px solid green;
  padding-top: 10px;
  margin: 10px 10px;
}

/* End of video Division*/


/*start code for grivance and policy*/
/*----policy--------*/

     .Box_Border
     {
        
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px 0px;
     }
@media(max-width: 767px)
{
     .Box_Border
     {
        margin-top: 1px;
        margin-bottom: -5px;
        padding: 0px 0px;
     }
}
@media(min-width: 768px) and (max-width: 991px)
{
     .Menu_Visibility
  { 
    display: none;
  }
}
@media(min-width:992px) and (max-width: 1199px)
{

     .Box_Border
     {
        
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 2px 0px;
     }
} 
/*----End Of grivance and policy policy--------*/

/*start code for profile*/
/*---For Profile---*/
.Company:hover
{

 box-shadow: 4px 5px 8px #000;
}
.Vision
{
 width: auto;
 height: auto;
 text-align: justify;
 /* margin-left: 30px; */
 /* padding: 5px 16px; */
}
.Vision:hover
{
 
 box-shadow: 4px 5px 8px #000;
}
.Vision h3
{
  color: green;
  font-weight: bold;
  /* margin-left: 72px; */
}
.Vision_Para
{
  font-family: verdana;
  text-align: justify;
  color: #000;
  font-size: 15px;
  /* margin-left: 59px; */
}

.Mission
{
 width: auto;
 height: auto;
 text-align: justify;
 /* margin-right: 30px; */
 /* padding: 5px 16px; */
}
.Mission:hover
{
 
box-shadow: 4px 5px 8px #000;
}
.Mission h3
{
  color: green;
  font-weight: bold;
}

.Message_Hover
{
/*background: #fafbb8;*/
padding: 6px;
}
.Message_Hover h3
{
  
}
.Message_Hover:hover
{
  box-shadow: 4px 5px 8px #000;
}
.Message_Hover h3
{
  margin-left: 9px;
  font-size: 25px;
  font-weight: bold;
  color: green;
} 
@media(max-width: 767px)
{
    .Vision
 {
    margin-left: 1px;
    margin-bottom: 30px;

 }
 .Vision h3
{
  font-size: 15px;
}
.Mission h3
{
     font-size: 15px;
}

.Message_Hover h3
{
  margin-left: 9px;
  font-size: 15px;
  font-weight: bold;
  color: green;
      padding: 26px;
} 
}


@media(min-width: 768px) and (max-width: 991px)
{
    .Vision
 {
    margin-left: 1px;

 }
 .Vision h3
{
  font-size: 18px;
}
.Mission h3
{
     font-size: 18px;
}

.Message_Hover h3
{
  margin-left: 9px;
  font-size: 18px;
  font-weight: bold;
  color: green;
}   
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .Vision
 {
    margin-left: 1px;

 }
 .Vision h3
{
  font-size: 18px;
}
.Mission h3
{
     font-size: 18px;
}

.Message_Hover h3
{
  margin-left: 1px;
  font-size: 20px;
  font-weight: bold;
}   
}


.Sub_Content_Small{
   font-family: verdana;
   text-align: justify;
   color: #000;
   font-size: 15px;
   /* margin: 1px 10px; */
}
@media(max-width: 767px)
{
  .Sub_Content_Small
  {
   font-size: 13px;
   /*margin: 0px 2px 2px 2px; */
  }
}  
@media(min-width: 992px) and (max-width:1199px)
{
  .Sub_Content_Small 
  {
    font-size: 12px;
    margin: 1px 4px 3px 0px;
  }
}
@media(min-width: 1200px) and (max-width:1548px)
{

.Sub_Content_Small 
  {
    font-size: 13px;
   /* margin: -8px 15px 2px -9px;*/
  }
}
/*@media(min-width: 1549px) and (max-width:1852px)
{
   .Sub_Content_Small 
  {
    font-size: 15px;
    margin: -8px 15px 2px -9px;
  }
}*/

.Girl_Working_Sector
{
  margin-top: 35px;
}
@media (max-width: 767px)
{
.Girl_Working_Sector
{
  margin-top: 5px;
}
}
/*end code of Profile*/

/*start code for GALLERY*/
.Box_Title
{
    font-size: 31px;
    text-decoration-style: ;
    font-weight: 700;
    text-shadow: 2px 2px #85ad06;
    text-align: center;
}
@media(max-width: 767px)
{
  .Box_Title
{
    font-size:22px;
    margin-left: -16px;
}
}

.Box p
{
  font-size: 14px;
}
.Box_1
{
    border: 1px solid #85ad06;
    width: 100%;
    height: auto;
    font-size: 19px;
    text-align: justify;
    padding: 21px 41px;
   
}
.Box_1 ul li 
{
  color: #000;
  list-style-type: bullet;
}
.vision_div
{
  margin: 10px 10px;
  text-align:left;
}
.table_div
{
  margin:0px 66px;
}
td
{
  vertical-align: top;
}
@media(max-width: 767px)
{
 .table_div
{
  margin-left: 55px;
    font-size: 11px;
} 
.bullet_setting
{
  margin-left:5px;
}
}

/* products setting */
/*.Gurustickplus_img_setting
{
   margin-top: 5px;
}
.Gurustickplus_text_setting
{
  margin-top: 5px;
}
.bullet_setting
{
  margin-left: 0px;
}
.Guru_Green_Img_Setting
{

}
@media(max-width: 767px)
{
  .Gurustickplus_img_setting
{
   margin-top: 5px;
}
.Gurustickplus_text_setting
{
  margin-top: 5px;
}
.bullet_setting
{
  margin-left:px;
}
}*/
/*end code for GALLERY*/
/*----Opportunity--------*/

     .Box_Border
     {
        border: 1px solid #554d9b;
        margin-top: 10px;
        margin-bottom: 23px;
        padding: 5px 0px;
     }
     .Sale_Img
     {
        border: 1px solid #554d9b;
        margin-bottom: 5px;
        height: 291px;
        width: 100%;
        padding: 47px;
     }
     .S_Frst_Binary_Ratio_Img
     {
      margin-left: 120px; padding: 9px; height: 222px;
     }
     .S_Regular_Binary_Ratio_Img
     {
      height: 132px; margin-left: 129px;
     }
     .W_Frst_Binary_Ratio_Img
     {
      height: 216px; margin-left: 129px; padding: 18px;
     }
     .W_Regular_Binary_Ratio_Img
     {
      height: 158px; margin-left: 149px; padding: 10px;
     }
@media(max-width: 767px)
{
     
     .Box_Border
     {
        margin-top: 1px;
        margin-bottom: -5px;
        padding: 0px 0px;
     }
    .Sale_Img 
    {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
    }
    .S_Frst_Binary_Ratio_Img
     {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
     }
     .S_Regular_Binary_Ratio_Img
     {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
     }
     .W_Frst_Binary_Ratio_Img
     {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
     }
     .W_Regular_Binary_Ratio_Img
     {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
     }
     #toTop 
     {
       visibility: hidden;
     }
    
}
@media(min-width: 768px) and (max-width: 991px)
{
     
     .Box_Border
     {
        margin-top: 1px;
        margin-bottom: 4px;
        padding: 0px 0px;
     }
     /*.Sale_Img 
    {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
    }*/
     .S_Frst_Binary_Ratio_Img 
     {
        margin-left: -7px;
        padding: 40px;
        height: 270px;
      }
      .S_Regular_Binary_Ratio_Img
     {
            height: 70%;
          width: 63%;
          margin-left: 49px;
          padding: 12px;
     }
     .W_Frst_Binary_Ratio_Img
     {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
     }
     .W_Regular_Binary_Ratio_Img
     {
        height: 70%;
        width: 70%;
        margin-top: -4px;
        margin-bottom: 11px;
        margin-left: 49px;
     }
     .Menu_Visibility
  { 
    display: none;
  }
}
@media(min-width:992px) and (max-width: 1199px)
{
    
     .Box_Border
     {
        
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 2px 0px;
     }
} 
/*----End Of Opportunity--------*/

/*start code of product*/
.div_product
{
  margin-top: 10px;
  margin-bottom:20px;
}
.Heading_of_product
{
  text-align: center;
}
@media(max-width: 767px)
{
  .mob_gap
  {
    margin-top: 12px;
  }
  .Heading_of_product
{
  text-align: center;
  font-size: 25px;
}
}
/*end code of product*/

/*ContactUsEmail.php for feedback*/
.feedback_bg
{
  background: #fff;
  color: #000;
}
.Contact_Bg
{
  background: url(../Images/contact_Bg.jpg);
  background-size: cover;
}