﻿.verticals {
  width: 100%;
  position: relative;
  z-index: 1;               /* Change this! */
}
.pull-right1 {
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 2;               /* Increase this! */
  top: 15px;
  width: 100%;
}
marquee { color: floralwhite; }
@-webkit-keyframes marquee {
  0% {text-indent: 100%;}
  100% {text-indent: -100%;}
}
.holder { 
  /*background-color:#ccc;*/
  
  
    text-align: left;
    border: 2px solid;

  margin-top:11px;
  border-radius:24px;
  width:auto;
  height:386px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}

.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:auto;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}

.dash_link{
    color:black;
}

.dash_row{
    padding-top: 5px;
    padding-bottom: 20px;
}

.panel{
    
    background-color: darkgreen;
    height: 130px;
    border-radius: 24px;

}
.p{
background: radial-gradient(circle at 10% 20%, rgb(255, 197, 61) 0%, rgb(255, 94, 7) 90%);
}
.p1{
    background: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    /*background: linear-gradient(110.7deg, rgb(9, 154, 151) 6.3%, rgb(21, 205, 168) 90.6%);*/
    /*background: linear-gradient(57.4deg, rgb(249, 206, 183) 4.6%, rgb(234, 174, 202) 26%, rgb(210, 182, 226) 49.1%, rgb(173, 209, 242) 86.5%);*/
}
.p2{
    background-image: linear-gradient(to right, #ef8212, #dcdf6b);
}
.p3{
    /*background: linear-gradient(107deg, rgb(2, 108, 223) 27.4%, rgb(0, 255, 255) 92.7%);*/
    background: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
.p4{
    background: radial-gradient(circle at 10% 20%, rgb(255, 200, 124) 0.1%, rgb(252, 251, 121) 90%);
    /*background: radial-gradient(circle at 10% 20%, rgb(236, 158, 248) 0%, rgb(131, 83, 241) 90.1%);*/
    /*background: radial-gradient(circle at 3% 4.8%, rgb(169, 224, 127) 0%, rgb(248, 247, 121) 86.6%);*/
}
.p5{
    background: linear-gradient(109.6deg, rgb(253, 199, 141) 11.3%, rgb(249, 143, 253) 100.2%);
}

.p6{
    /*background: rgb(131,58,180);
background: -moz-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(218,45,45,0.8995973389355743) 48%, rgba(252,176,69,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(218,45,45,0.8995973389355743) 48%, rgba(252,176,69,1) 100%);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(218,45,45,0.8995973389355743) 48%, rgba(252,176,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1);*/
    /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=bcda38&c2=c259db&gt=l&gd=dtl
*/
background: rgba(188, 218, 56, 1.0);
background: linear-gradient(135deg, rgba(188, 218, 56, 1.0), rgba(194, 89, 219, 1.0));
}
.p7{
    /*background:linear-gradient(0deg, blue, green 40%, red);*/
   
background: rgba(230, 176, 115, 1.0);
background: linear-gradient(135deg, rgba(230, 176, 115, 1.0), rgba(60, 221, 230, 1.0));
}
.p8{
    
background: rgba(215, 45, 40, 1.0);
background: linear-gradient(135deg, rgba(215, 45, 40, 1.0), rgba(138, 220, 232, 1.0));
}
.m{
    margin:15px;
    
    text-align: center;
    white-space: nowrap;

}
.m1{
    margin-top:15px;
    
    text-align: center;
    

}
.m1 span{
    font-weight:bold;
}
.m span{
    font-weight:bold;
}
.megamenu-wraper{
    background: linear-gradient(to right, #fc4a1a, #F48019C9);
}

th {
    background: linear-gradient(to right, #ef8212, #dcdf6b);;
    color: black;
    font-weight: bold;
    white-space: nowrap;
}


.flexslider .slides img {
    height: auto;
    width: -webkit-fill-available;
}