@font-face {
    font-family:"Trebuchet_MS";
    src: url('../fonts/Trebuchet_MS.ttf');
}
@font-face {
    font-family:"Trebuchet_MS_Bold_Italic";
    src: url('../fonts/Trebuchet_MS_Bold_Italic.ttf');
}
body {
    font-family: 'Trebuchet_MS', sans-serif;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family:"Trebuchet_MS_Bold_Italic";
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
hr.type_1 {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.mt-30{
    margin-top:30px;
}
#section_1 h2, #section_3 h2{
    font-size:50px;
    color:#f36c21;
    text-align:center;
}
p{
    font-size:20px;
    font-family: 'Trebuchet_MS' !important;
    color:#0d6064;
    text-align:center;
    font-style:normal !important;
}
p span{
    color:#f36c21;
    font-weight:bold;	
}
p.title{
    font-size:22px;
}

#section_2{
    background:url("../img/bg_green.jpg");
    background-size:100% 100%;
    background-position:100% 100%;
    padding-top:30px;
    /* margin: 0px 16px ; */
}
/* #section_4{
        background:url("../img/bg_4.jpg");
        background-size:100% 100%;
        background-position:100% 100%;
        padding-top:30px;
} */
#section_5{
    background:url("../img/footer.jpg");
    background-size:100% 100%;
    background-position:100% 100%;
    padding-top:15px;
}
#section_5 ul{
    margin-top:72px;
    margin-bottom:0px;
}
#section_5 ul  li {
    display:inline-block;
    text-decoration:none;
    text-align:center;
    color:#fff;
}
#section_5 ul li{
    margin-left:10px;
    text-align:center;
}
#section_5 p{
    padding: 0px 0 50px;
}
#section_2 h2{
    color:#fff;
    text-align:center;
}
#section_4 img {
    display: block;
}

#section_4 .thumbnail {
    position: relative;
    display: inline-block;
}
#section_4 .thumbnail {
    width:100%;
}
#section_4 .caption {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    font-weight: normal;
    width:97.8%;
}
#section_4 .caption p, #section_4 .caption p a{
    display:inline-block;
    text-decoration:none;
    margin-top:5px;
    color:#fff;
}
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}
.carousel {
    /* background: #FAFAFA; */
    margin: 50 60px; /* space for prev/next buttons */
}

.carousel-cell {
    width: 100%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}


/* smaller, dark, rounded square */
.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #333;
}
.flickity-prev-next-button:hover {
    background: #F90;
}
/* arrow color */
.flickity-prev-next-button .arrow {
    fill: white;
}
.flickity-prev-next-button.no-svg {
    color: white;
}
/* position outside */
.flickity-prev-next-button.previous {
    left: -40px;
}
.flickity-prev-next-button.next {
    right: -40px;
}
.carousel-control-next, .carousel-control-prev {width: 8%;}
/******************  News Slider Demo-2 *******************/
.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide2{
    margin: 0 15px;
    /* box-shadow: 0 1px 2px rgba(43,59,93,0.30); */
    margin-bottom:2em;
}
.post-slide2 p{
    color:#fff;
    margin-top:20px;
}
.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    /*transform: scale(1.08);*/
    transform: scale(.9);
}
.post-slide2 .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide2 .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .read-more:hover{
    background: #333;
    text-decoration: none;
}
/******************  News Slider Demo-7 *******************/
.post-slide7{
    padding: 0 10px;
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}
.post-slide7:hover{
    transform: translateY(-10px);
    transform: scale(.9);
}
.post-slide7 .post-img {
    position: relative;
}
.post-slide7 .post-img img{

    width: 100%;
    height: auto;
}


.post-slide7 .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide7 .icons img{
    width: 100%;
    height: auto;
}
.post-slide7 .post-review{
    border:1px solid #9c4a6c;
    border-top: none;
    padding: 35px 20px 25px;
    background: #fff;
    position:relative;
}

.post-slide7 .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide7 .post-bar li{
    display:inline-block;
    font-size:16px;
    font-family: serif,Arial;
    color:#555;
    margin-right:10px;
    text-transform: capitalize;
}
.post-slide7 .post-bar li i{
    color:#9c4a6c;
    margin-right:8px;
}
.post-slide7 .post-title{
    margin:0 0 20px 0;
    color:#555;
    font-weight:bold;
    font-size:18px;
}
.post-slide7 .post-description{
    font-size:15px;
    line-height:21px;
    color:#808080;
}
.post-slide7 .read{
    text-transform: capitalize;
    font-size:15px;
    color:#9c4a6c;
}
.post-slide7 .read i{
    margin-left:10px;
}
.post-slide7 .read:hover{
    text-decoration:none;
    color:#333;
}

.owl-theme .owl-controls .owl-page span{
    background:#024042 !important; 
}
#news-slider2{
    padding:30px 0px;
}
#section_3{
    margin-top:0px;
}
#section_3 a{
    text-decoration: underline;
}
#section_3 h2{
    margin-top:15px;
    margin-bottom:20px;
}
p.small{
    font-size:18px;
    margin-top:-20px;
}
.caption span{
    color:#fff;
    font-family:"Trebuchet_MS";
    font-weight:normal;
    cursor:pointer;
}
.owl-item {
    text-align: center;
}
#section_3 .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 30% !important;
}
#section_2 .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 120px !important;
}
#section_3  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -100;
    padding-left: 10px;
}
#section_3  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -100;
    padding-right: 10px;
}

#section_2 .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -110;
    padding-left: 20px;
}
#section_2 .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -110;
    padding-right: 20px;
}
#play{
    cursor:pointer;
}
@media only screen and (max-width: 600px) {
    #section_5 ul{
        margin-top:0px;
        margin-bottom:0px;
        background:#ff6d00 ;
    }
    #section_5 p{
        padding:0px;
        margin-bottom:0px;
    }
    #section_5 ul li{
        font-size:12px;
    }
    #section_5
    {
        background: transparent;
        background-repeat:no-repeat;
        background-size:contain;
        background-position:center;
    }
    p {
        font-size: 15px;
    }
    p.title {
        font-size: 15px;
    }
    #section_1 h2, #section_3 h2 {
        font-size: 20px;
        text-align:center;
    }
    .h2, h2 {
        font-size: 20px;
    }
    #section_3{
        padding:30px 0px;
    }
    #section_3 img.img-responsive{
        width:80%;
    }
    #section_4 .caption 
    {
        width: 89.6%;
    }
    #section_4 .caption p{
        font-size:10px;
    }
}


@media screen and (min-width: 480px) {
    p {
        font-size: 25px;
    }
    p.title {
        font-size: 25px;
    }
    #section_1 h2, #section_3 h2 {
        font-size: 40px;
        text-align:center;
    }
    .h2, h2 {
        font-size: 40px;
    }
    #section_2 .owl-theme .owl-controls .owl-buttons div {
        top:130 !important;
    }
    #section_2 .owl-theme .owl-controls .owl-buttons .owl-prev , .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: -90;
        padding-left: 10px;
    }
    #section_2 .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -90;
        padding-right: 10px;
    }
    .modal{
        padding-right: 0px;
    }
    .modal-content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 2%);
        width: 180%;
    }
    .modal.show .modal-dialog {
        width: 100%;
        margin: auto;
    }


}
/*siva*/
.fa-play-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    color: floralwhite;
    opacity: 0.6;
    transform: translate(-50%, -50%);
}
.br-img{border-radius: 10%;}
.big-play{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 120px;
    color: floralwhite;
    opacity: 0.6;
    transform: translate(-50%, -100%);
}
.close{margin: -10px 0px 15px 0px;}


/*siva*/