.fancy-new-slider{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    margin:0 auto;
	background-image:url(../images/1.jpg);
}
.fancy-new-slider ul{
    float:left;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
}
.fancy-new-slider li{
    float:left;   
    width:100%;
    height:100%;
}
.fancy-new-slider img{
    width:100%;
    height:100%;
}
        /* Shared styles */
        .container {
            position:relative;
            z-index:1;
            width:95%;
			height:100%;
            margin:0 auto;
        }
        
        .container:after {
            content:"";
            display:block;
            clear:both;
            visibility:hidden;
            height:0;
            font-size:0;
        }

        .drop-shadow {
            width:100%; 
			height:auto;   
            padding:10px; 
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
.css3-shadow,
.css3-gradient1,
.css3-gradient2
{
  	position:relative;
}

.css3-shadow:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    		box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
	width:80%;
	height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
	left:10%;
	right:10%;
}
.box {
	width:100%;
	padding:10px;
	background:#fff;
	border-radius:2px;
}

 /* -------- blog -------- */
.blog-grid-main {
  padding: 60px 0 60px;
  border-radius: 10px;
}
.blog-grid-info h3 {
    color: #333333;
    font-weight: 700;
  text-align: start;
  font-size: 23px;
  letter-spacing: 0.5px;
  margin: 0px 0 15px;
}
.blog-grid-info p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: start;
}
.blog-grid-info a {
  font-size: 14px;
  color: #fff;
  background: #386AAB;
  display: inline-block;
  margin-top: 10px;
  padding: 2px 20px;
  border-radius: 5px;
  border: 1px solid #D62436;
}

.blog-grid-info a:hover {
  text-decoration: none;
  color: #D62436;
}
.blog-grid-info {
  padding: 15px 0 15px;
}
.blog-grid {
  padding: 10px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 10px;
}

.blog-inn-head h1 { 
  /* font-weight: 700; */
  line-height: 44px;
  color: #000;
  font-size: 3em;
  text-align: start;

  margin-bottom: 20px;
}
.blog-inn-dtls h2 {
  
  line-height: 28px;
  font-size: 25px;
  color: #000;
  margin: 0 0 15px 0 !important ;
}

.blog-inn-dtls p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: justify;
}
.blog-inn-dtls ul li,
.blog-inn-dtls ol li {
  font-size: 15px;
  font-weight: 400;
  color: #3f3f3f;
  margin-bottom: 10px;
  line-height: 25px;
  text-align: start;
}
.blog-inn-dtls ul,
.blog-inn-dtls ol {
  padding-left: 20px;
}
.blog-inn-dtls img {
  margin: 20px 0 20px;
  padding: 10px;
  box-shadow: rgb(255 205 0 / 23%) 0px 3px 12px;
}
.blog-inn-dtls {
  margin-bottom: 30px;
}
.recent-posts h4 {
  font-size: 21px;
  color: rgb(255, 255, 255);
  background: #386AAB;
  padding: 12px;
  border: 2px solid #0b0c07;
  margin: 0;
}
.recent-posts ul li {
  list-style: square;
  color: #D62436;
  padding: 10px 0px;
  margin: 0 0 0 26px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.recent-posts ul {
  padding-left: 0px;
}
.recent-posts {
  background: #f2f2f280;
}
.recent-post-col {
  position: sticky;
  top: 20px;
}


/* ------------------------------------ */