#mainslidearea{clear:both; height:auto; width:100%; padding-top:100px;}


/*---------------------- Home Head Start ------------------*/

.owl-carousel .owl-dot {
    background-color: transparent;
    border: 1px solid white;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    border-radius: 100%;
}

.owl-carousel .owl-dot.active {
    background-color: #fff;/*
    border-color: #e1666a;*/
}
.owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
    margin: 0px 0px;
}

.header_slide img.img-responsive {
    margin: 0px;
    margin-top: -50px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display : none;
}

.owl-theme .owl-controls
{width:100%; position:absolute; top: 40%; text-align:center;}
.owl-theme .owl-controls .owl-nav
{ width:80%; height:100px; display : inline-block; }
.owl-theme .owl-controls .owl-nav .owl-prev
{ width: 66px;height:66px; border:1px solid white; display : inline-block; float:left; background:url('prev.png') no-repeat center; border-radius:50px; opacity:0.8;}
.owl-theme .owl-controls .owl-nav .owl-next
{ width: 66px;height:66px; border:1px solid white; display : inline-block; float:right; background:url('next.png') no-repeat center;  border-radius:50px;opacity:0.8;}

.owl-theme .owl-controls .owl-nav .owl-prev:hover , .owl-theme .owl-controls .owl-nav .owl-next:hover
{opacity:1;}

/*---------------------- Home Head End ------------------*/

/*---------------------- Popup Section Start -------------*/

.slide-bg::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
}


.slide1 {
    background: url(../slider1.jpg);  
}
.slide2 {
    background: url(../slider2.jpg);
}
.slide3 {
    background: url(../slider3.jpg);
}

.slide-bg {
	/*min-height: 70vh;*/ min-height:578px;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.head-text {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding-top: 225px;
    /*text-shadow: 1px 3px 4px rgba(0,0,0,.25);*/
    font-size: 14px;
}
.head-text > .col-md-6
{display : inline-block; float:none; width:60%;}
.head-text p {font-weight:400; color:#fff; font-size:36px;line-height:130%;} 
.head-text span {font-weight:400; color:#fff; font-size:36px;line-height:130%;} 
.head-text a {
	color: #fff;
	font-size: 15px;
    font-weight: inherit;
    letter-spacing: .4px;
	text-transform: uppercase;
	padding:10px 25px; 
	border:2px #fff solid;
    display:inline-block; 
	margin-top:20px;
     text-shadow: none;
}

.head-text a:hover{background:#fff; color:#54b1c2;}
.head-text h1 {
	font-weight:600;
	margin:0 auto 30px;
	font-size:5.5em;
	color:#fff;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}


.owl-item.active .head-text h1{
    -webkit-animation: 1s .1s fadeInUp both;
    -moz-animation: 1s .1s fadeInUp both;
    -ms-animation: 1s .1s fadeInUp both;
    -o-animation: 1s .1s fadeInUp both;
    animation: 1s .2s fadeInUp both; 
}
.owl-item.active .head-text p{
    -webkit-animation: 1s .2s fadeIn both;
    -moz-animation: 1s .2s fadeIn both;
    -ms-animation: 1s .2s fadeIn both;
    -o-animation: 1s .2s fadeIn both;
    animation: 1s .4s fadeIn both; 
}
.owl-item.active .head-text span{
    -webkit-animation: 1s .2s fadeIn both;
    -moz-animation: 1s .2s fadeIn both;
    -ms-animation: 1s .2s fadeIn both;
    -o-animation: 1s .2s fadeIn both;
    animation: 1s .4s fadeIn both; 
}
}

.owl-item.active .head-text a{
    -webkit-animation: 1s .3s fadeIn both;
    -moz-animation: 1s .3s fadeIn both;
    -ms-animation: 1s .3s fadeIn both;
    -o-animation: 1s .3s fadeIn both;
    animation: 1s .6s fadeIn both; 
}

@media only screen and (max-width: 768px) {
    .owl-carousel .owl-dot {
        background-color: transparent;
        border: 1px solid white;
        display: inline-block;
        padding: 5px 5px !important;
        margin-right: 5px;
    }
}


@media screen and (max-width: 600px){
.head-text{padding-top:90px;}    
.owl-theme .owl-dots {bottom:50px; !important;}
.mfp-arrow {
    top: 38%;
	}
}

.sidebar-content a {
	text-decoration: underline;
}

.img-box:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


@media only screen and (max-width: 500px) {
    .head-text h1 {
        font-size: 36px;
    }
    .head-text p, .head-text a{font-size: 14px;}
    .slide-bg { min-height: 60vh;   }

}

/*---------------------- Popup Section End -------------*/


.owl-theme .owl-controls .owl-dots
{display : none !important;}

@media screen and (max-width:1170px){
    .slide-bg
    {min-height:470px;}
    .head-text
    {padding-top:175px;}
    .head-text > .col-md-6
    {width:100%;}
    .head-text p , .head-text span
    {font-size:30px;}

    .owl-theme .owl-controls .owl-nav
    {width:90%;}


}


@media screen and (max-width:930px){
    .owl-theme .owl-controls .owl-nav
    {width:100%;}
}


@media screen and (max-width:830px){
    .owl-theme .owl-controls .owl-nav
    {display : none;}
    .owl-theme .owl-controls .owl-dots
    {display : inline-block !important;}
    .owl-theme .owl-controls .owl-dots
    {left:0px; bottom:-250px;}

}


@media screen and (max-width:450px){
    .slide-bg
    {min-height:300px;}
    .head-text
    {padding:95px 15px 0px; text-align:left;}
    .head-text p
    {font-size:18px;}
    .head-text span
    {font-size:24px;}


    .owl-theme .owl-controls .owl-dots
    {bottom:-160px;}
}


@media screen and (max-width:370px){
    .head-text
    {padding : 95px 0px 0px;}
    .head-text p
    {font-size:16px;}
    .head-text span
    {font-size:22px;}

}