/*
Theme Name: 	Dr Punnam Baruah
Theme URI: 		https://digitalleadgroup.com
Description: 	Privte WordPress template, clean and easy to use.
Version: 		1.0.0
Author: 		Digital Lead Group
Author URI: 	https://digitalleadgroup.com/
Text Domain:    amitbera
Tags:black, white, one-column, two-columns, fixed-layout
*/
.gallery-inner .gallery-box {
	width: 31%;
	margin: 8.5px;
	float: left;
}
.gallery-inner .gallery-box img {
	width: 100%;
}
@media only screen and (max-width: 990px) {
  .gallery-inner .gallery-box {
  	width: 30%;
  	margin: 5px;
  }
} 
@media only screen and (max-width: 768px) {
  .gallery-inner .gallery-box {
  	width: 100%;
  	margin: 5px 0px;
  }
}

.page-section h1 {
    font-size: 37px;
    margin-bottom: 26px;
}
.mb-20 {
  margin-bottom: 20px;
}
.choose-section ul li{
  list-style-type: none;
}
.mr-30{
	margin: 30px 0;
}
.service-list li {
    background: #FFFFF0;
    padding: 10px;
    margin: 5px 0;
}
.right-holder ul {
    width: 100%;
    margin-left: 26px;
}

/*========*/
 @import url('https://fonts.googleapis.com/css?family=Teko:400,700');
.main-area{
    width: 100vw;
    height: 100vh;
    position: relative;
    font-family: 'Teko', sans-serif;
}
.moving-area{
    width: 100vw;
    height: 100vh;
    overflow:hidden;
    position: relative;
}
.moving-div{
    position: absolute;
    width: 120%;
    height: 140%;
    top: -20%;
    left: -10%;
    -webkit-filter:blur(2px);
}

.carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}

.carousel-text h1 {
    font-size: 8vw;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    transition: all .4s;
    transform: translateX(-25%);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
}

.carousel-item.active .carousel-text h1 {
    transform: translateX(0);
}



.carousel-indicators {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    top: 0;
    width: 100px;
    height: 100vh;
    background: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    background: none !important;
    font-size: 2.5vw;
    transition:all .4s;
    color: #fff;
    z-index: 111111111;
    font-weight: 800;
}
.carousel-indicators .active {
    background-color: none;
    font-size: 6vw;
}