@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700,900');
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    font-family: 'Open Sans';
}

/* Scroll Bar Css Starts */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0;
    background: #292929;
    border: 2px solid #ffffff;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
/* Scroll Bar Css Ends */

p{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background-color: #EBEBEB;
}

.btn-main{
    display: table;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    transition: all 0.4s ease;
    background: #ed3237;
    border: 1px solid #ed3237;
    border-radius: 25px;
    text-align: center;
    transition: all 0.4s ease;
}
.btn-main:focus,
.btn-main:hover{
    color: #ed3237;
    border: 1px solid #ed3237;
    background: #fff;
}
.videoimg{
	width:500px;
	margin-bottom:10px;
}
/*clear fix*/
@media(min-width:992px) and (max-width:2550px){
  .review-wrapper .col-md-4:nth-child(3n+1){
    clear: left;
  }
}
/*clear fix end*/

/*social-fx*/
.social-cn{
  position: fixed;
  top: 50%;
  right: -100%;
  width: auto;
  height: 50px;
  display: block;
  z-index: 999;
  transition: all 0.4s ease;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px 0px 0px 10px;
}
.social-cn ul{
  width: auto;
  display: table;
}
.social-cn li{
  float: left;
  margin-right: 10px;
}
.social-cn li:last-child{
  margin: 0;
}
.social-cn li a{
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  color: #333;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
} 
.social-cn li a:hover{
  color: #B70202;
}
.social-cn li a i{
  font-size: 16px;
  line-height: 30px;
}
/*social-fx end*/

/*popup*/
.modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-content{
  position: relative;
  border-radius: 0;
  border: none;
  opacity: 1;
  box-shadow: none;
  background-color: rgba(249,249,249,0.95);
}
.modal-header .close{
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 999;
  font-size: 32px;
  opacity: 1;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #B70202;
}
.modal-header .close:focus,
.modal-header .close:hover{
  opacity: 1;
  outline: none;
  box-shadow: none;
  color: #B70202;
  border: 1px solid #B70202;
  background-color: rgba(249,249,249,0.80);
}
.menu-form label{
  color: #818181;
  margin-bottom: 10px;
}
.menu-form .form-control{
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #fff;
}
.menu-form .form-control:hover,
.menu-form .form-control:focus{
  background-color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
}
.menu-form .btn-main{
  margin-top: 35px;
  border-radius: 0;
  background-color: #B70202;
  border-color: #B70202;
}
.menu-form .btn-main:focus,
.menu-form .btn-main:hover{
  border-color: #B70202;
  background-color: transparent;
}
/*popup end*/

/*side-bar*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #f9f9f9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a i{
  margin-right: 10px;
}

.sidenav a:hover {
  color: #333;
  background-color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  padding: 0;
  margin: 0;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .closebtn:hover{
  background-color: transparent;
}

#main{
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.slide-wrp{
  padding: 0 40px;
}
.slide-blk{
  padding: 0 20px;
}.slide-blk1{  padding: 0 5px;}
.slide-blk a{
  padding: 20px 0;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}.slide-blk1 a{  font-size:20px;}
.slide-blk a img{
  width: 70px;
  margin: 0 auto 10px;
  display: block;
}
/*side-bar end*/
/*header*/
.header{
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
}
.header .container-fluid{
    padding: 0 40px;
}
.menu-wrapper{
    width: 100%;
    padding: 50px 5px 0;
}
.menu-wrapper ul{
    width: 100%;
    display: table;
}
.menu-wrapper li{
    float: left;
    padding: 10px;
    height: 62px;
    margin-right: 10px;
    background-color: rgba(0,0,0,0.5);
}
.menu-wrapper li:last-child{
    margin: 0;
}
.menu-wrapper li a{
    cursor: pointer;
    color: #fff;
    display: table;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.menu-wrapper li:last-child a{
  font-size: 16px;
  line-height: 45px;
}
.menu-wrapper li:last-child a i{
  font-size: 40px;
  float: left;
  margin-right: 10px;
}

.header-nm{
    padding: 50px 5px 0;
    width: 100%;
    display: table;
}
.header-nm h4{
    float: right;
    padding: 10px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 4px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.5);
}
.header-nm span{
    display: block;
}
/*header end*/
/*index*/
#main{
    padding: 0;
}

.main-heading{
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 35px;
  width: 100%;
  text-align: center;
  color: #1A1A1A;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 30px;
}

/*banner-container*/
.banner-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #000;
}
.banner-container:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.10);
}
.banner-img{
    width: 100%;
    display: block;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner-img:after{
    content: '';
    width: 98%;
    height: 95%;
    position: absolute;
    left: 1%;
    top: 3%;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease; 
    background-color: transparent;
    border: 10px solid rgba(255,255,255,0.5);
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-animation: zoom 20s infinite;
    animation: zoom 20s infinite;
}
.banner-logo{
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    width: 220px;
    height: auto;
}
.banner-logo a{
    width: 100%;
    display: block;
}
.banner-logo img{
    width: 100%;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
/*banner-container end*/

/*about-container*/
.about-container{
    width: 100%;
    display: block;
    padding: 100px 0;
    background-color: #EBEBEB;
}
.about-details{
    width: 100%;
    display: block; 
}
.about-details h2{
  text-align: left;
    color: #4F4F4F;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.about-details p{
    font-size: 13px;
    font-weight: 400;
    color: #4F4F4F;
    line-height: 24px;
    margin-bottom: 10px;
}
.about-details h5{
  font-weight: bold;
  margin: 0px 0 5px;
}

.about-blk{
  width: 100%;
  margin: 20px 0;
}

.about-img img{
    width: auto;
    max-height: 500px;
    margin: 0 auto;
    max-width: 100%;
}
/*about-container end*/

/*service-container*/
.service-container{
  width: 100%;
  display: block;
  background-color: #EBEBEB;
}

.src-cont{
  padding-top: 100px;
}
.src-cont .service-wrapper{
  padding: 100px 0;
}
.video-block{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.service-block,
.service-wrapper{
  width: 100%;
  display: block;
}
.service-wrapper{
  padding: 40px 0 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.service-wrapper1{
  padding: 80px 0 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.service-block{
  margin-bottom: 40px;
  transition: all 0.4s ease;
}
.service-block:after{
  content: '';
  position: relative;
  display: table;
  margin: 0px auto;
  transition: all 0.4s ease;
  width: 50px;
  height: 2px;
  background-color: #ccc;
}
.service-block:hover:after{
  width: 100px;
}
.service-block:hover img{
  -webkit-filter: grayscale(100%);
}
.service-block img{
  width: 300px;
  transition: all 0.4s ease;
  max-width: 100%;
  margin: 0 auto 40px;
  -webkit-filter: grayscale(0%);
}
.service-block h4{
  font-size: 32px;
  font-weight: bold;
  font-family: 'Playfair';
  text-transform: uppercase;
  overflow: hidden;
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/14.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  text-align: center;
  transition: all 0.4s ease;
}
.service-block:hover h4{
  -webkit-filter: grayscale(100%);
}
.service2 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/03.jpg');
}
.service3 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/04.jpg');
}
.service4 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/05.jpg');
}
.service5 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/06.jpg');
}
.service6 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/08.jpg');
}
.service7 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/09.jpg');
}
.service8 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/10.jpg');
}
.service10 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/11.jpg');
}
.service9 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/12.jpg');
}
.service11 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/01.jpg');
}
.service12 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/05.jpg');
}
.service13 h4{
  background-image: url('http://bhavanistudio.in/dist/images/gallery-img/07.jpg');
}

.service-block p{
  font-size: 14px;
  font-weight: normal;
  color: #2a2a2a;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}
/*service-container end*/
/*testimonials*/
.follow-container,
.testimonials{
  width: 100%;
  display: block;
  padding: 50px 0 100px;
  background-color: #EBEBEB;
}
.test-block{
  width: 100%;
  display: block;
}
.test-block img{
  width: 100%;
  display: block;
}
.test-block h5{
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.test-block p{
  text-align: center;
  font-weight: normal;
  color: #333;
  font-size: 12px;
}

.testimonials .owl-prev,
.testimonials .owl-next{
  position: absolute;
  top: 70%;
  opacity: 1;
  left: -50px;
  background: url('http://bhavanistudio.in/dist/images/icons/arrow.png') 0 0 no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 30px;
  margin-top: -15px;
  transform: rotate(180deg);
  font-size: 0;
}
.testimonials .owl-next{
  right: -50px;
  transform: rotate(0deg);
  left: auto;
}
/*testimonials end*/
/*follow-container*/

/*follow-container end*/
/*footer*/
footer{
  width: 100%;
  display: block;
}

.copyright{
  width: 100%;
  display: block;
  padding: 20px 0 40px;
  border-top: 1px solid #ccc;
}
.copyright a,
.copyright p{
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}
/*footer end*/
/*index end*/
/*inner-pages*/
.text-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.text-overlay h1{
  text-align: center;
  font-size: 112px;
  font-weight: bold;
  color: rgba(0,0,0,0.5);
  margin: 0;
  padding: 0 20px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}

.inner-details{
  width: 100%;
  display: block;
  padding: 40px 0 20px;
}

.inner-details h2{
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 0;
}

.inner-details a,
.inner-details p{
  font-size: 13px;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.inner-details p{
  margin-bottom: 20px;
}

/*projects*/
.inner-services{
  margin-top: 60px;
}
/*projects end*/
/*project details*/
.project-banner .banner-img{
  height: 85vh;
}
.project-banner .banner-img:after{
  display: none;
}
.project-banner .text-overlay h1{
  text-transform: uppercase;
}
.prj-head{
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}
/*project details end*/
/*progress-gallery*/
.project-gallery{
  width: 100%;
  display: block;
}
.project-gallery .row{
  margin: 0 -5px;
}
.project-gallery .col-md-6,
.project-gallery .col-md-12{
  padding: 0 5px;
}

.project-gallery .col-md-12 .gallery-block img{
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.project-gallery .col-md-6 .gallery-block img{
  height: 60vh;
  object-fit: cover;
  object-position: center;
}
.gallery-block{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.gallery-block a{
  width: 100%;
  display: block;
}
.gallery-block img{
  width: 100%;
}
/*progress-gallery end*/
/*review-page*/
.review-container{
  width: 100%;
  display: block;
  padding: 100px 0;
}
.review-wrapper{
  width: 100%;
  display: block;
}
.review-block{
  width: 100%;
  padding: 40px 20px;
  display: block;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.review-block:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.36);
  background-color: rgba(255,255,255,0.5);
}
.review-img{
  width: 60px;
  height: 60px;
  display: table;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;
}
.review-img img{
  width: 100%;
}
.review-block h4{
  font-size: 20px;
  font-weight: normal;
  color: #333;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 20px; 
}
.review-block ul{
  display: table;
  margin: 0 auto 20px;
  width: auto;
}
.review-block li{
  float: left;
  margin-right: 10px;
}
.review-block li:last-child{
  margin: 0;
}
.review-block li a{
  font-size: 20px;
  color: #ff8014;
}
.review-block p{
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0;
  text-align: center;
}
/*review-page end*/
/*inner-pages end*/
/* Binjal */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
	font-size: 15px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #b70202;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.fa-star{
	 color: #FFC107;
}