/*
Theme Name: Avanta New
Theme URI: https://www.avanta.co.in/
Author: Avanta Developer


@import "https://www.avanta.co.in/wp-content/themes/avanta_new/css/responsive.css" screen and (max-width: 768px);*/
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import "https://www.avanta.co.in/wp-content/themes/avanta_new/css/liMarquee.css";
@import "https://www.avanta.co.in/wp-content/themes/avanta_new/css/animate.css";
@import "https://www.avanta.co.in/wp-content/themes/avanta_new/css/lightslider.css";

span.current {
    display: inline-block;
}
.blogs{}
.blogs .blog-box{box-shadow:0 0 6px rgba(48, 43, 19,0.4);background: #fff;height:480px;overflow: hidden; margin:15px 0;}
.blogs .blog-box .img{border:1px solid #005a84;}
.blogs .blog-box .img img{width: 100%;height:200px;}
.blogs .blog-box .typography .details{ margin:10px; padding: 10px 0;}
.blogs .blog-box .typography .details .blog-title{color:#005a84;font-weight: 900;font-size: 18px;}
.blogs .blog-box .typography .details .blog-postdate{color:#005a84;font-size: 16px;text-align:center;}
.blogs .blog-box .typography .details .blog-content p{line-height: 23pt;}
 .slider {
        width: 100%;
        margin: 0px;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      
    }
    
    .slick-active {
      
    }

    .slick-current {
      
    }
.hytPlayerWrap{display: inline-block; position: relative;}
.hytPlayerWrap.ended::after,
.hytPlayerWrap.paused::after,
.hytPlayerWrap.playing::after{
content:"";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
background-color: transparent;
background-repeat: no-repeat;
background-position: center; background-size: 64px 64px;}
   
@media (min-width:768px){
	.alignleft {float:left;margin:10px;}
	.alignright {float:right;margin:10px;}	
}
@media (max-width:767px){
	img.alignleft, img.alignright{width:100%;}
	.blogs-box{width:auto;}
	.blogs .blog-box{margin:15px 15px 0px;text-align: center;}
	.blogs .blog-title {top: -30px;left: 15px;}
	.blogs .blog-box .img img{width:auto; height:auto; }
	 .slider { width: 94%;margin: 0px; }
	
}

/** Stage container **/

.connected-carousels .stage {
    width: 620px;
    margin: 20px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 260px;
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 400px;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 60px;
/*     width: 240px; */
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}
.connected-carousels .navigation{left: 1px !important;display: block !important;}