thankyou@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

@import url('//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{

}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.start-style{
	top: 50px;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	top: 0px;
	background-color: #2c2b3f;
}
.start-header.scroll-on .navbar-brand img{
	height: 45px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 60px;
    padding: 5px;
	width: auto;
	display: block;
	/* filter: brightness(10%); */
	/* -webkit-transition : all 0.3s ease-out; */
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
    border: none;
    padding-bottom: 8px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #ffffff !important;
	font-weight: 500;
	transition: all 200ms linear;
}

/*my css*/
.nav-item a{
    padding: 5px 0 !important;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff !important;
}
.nav-item a:hover{
    color: #fff !important;
    text-decoration: none;
}
/*end*/
.nav-item:hover .nav-link{
	color: #ffffff !important;
}
.nav-item.active .nav-link{
	color: #fff !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #000000;
	opacity: 0;
	transition: all 200ms linear;
	border-radius: 50px;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
	margin: 18px 0;
}
.menu-top-header-container{
	padding-left: 3rem;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
}
p{
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
/*slider*/
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1363px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
	.navigation-wrap.bg-cus-light{
		background-color: #2c2b3f;
	}
	.navigation-wrap.bg-cus-light .navbar-collapse{
		padding-bottom: 20px;
	}
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #FFBA60;
    border-color: #FFBA60;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 1000px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-align: left;
    padding-left: 66px;
    padding-top: 70px;
    padding-bottom: 87px;
}

.slider-content-style .content p {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: .150em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #000000;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: .1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #000;
    text-decoration: none;
}
.bg-cus-light{
	background-color: rgb(255 255 255 / 0.2);
}
.img-base{
		position: absolute;
}
.hilight-title{background-color: #1d1e22;color: #fff;/* margin: -50px 50px; */padding: 6px 14px;margin-top: -50px;margin-left: 20px;margin-right: 0px;display: inline-block;width: 90%;}
.section-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 30px;
	margin-top: 20px;
}
.section-details{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.bg-gray{
	background-color: #f5f6f8;
}
.pad {
    padding: 78px 30px 80px 20px;
    margin-top: 50px;
}
.pl-36 {
    padding-left: 1px;
    margin-left: -48px;
}
.thm-btn-dark{
	background-color: #000;
	color: #fff !important;
	padding: 4px 20px;
	transition: 0.3s;
	border: 1px dashed #000;
}
.thm-btn-dark:hover {
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none;
    border: 1px dashed #000;
    border-radius: 8px;
}
.color-fed-red{
	color: #ba5c23;
}
.testimonial-pad {
    padding: 38px 100px 89px 100px;
    height: 325px;
}
.bg-subscribe{
  background-image: url("../images/bg-subscribe.png");
  height: 400px;
  padding: 120px 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-subscribe{font-size: 45px;font-weight: 800;padding: 60px;}
.form-subscribe input{border: none;background-color: transparent;border-bottom: 1px solid #848484;width: 87%;padding: 15px;color: #000;}
.form-subscribe a img{
	position: absolute;
	width: 55px;
}
.bg-subscribe .form-subscribe input{
	color: #fff;
}
.img-base-box{
	position: absolute;
	top: -87px;
	left: -60px;
}
.img-base-box2{position: absolute;bottom: -88px;left: -60px;}

.footer{
	padding: 27px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.quick-link{margin: 0;list-style: none;    padding-left: 0;}
.quick-link li{display: inline-block;}
.quick-link li a{padding: 5px 17px;color: #000;font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-size: 14px;}
.quick-link li a:hover{
	text-decoration: none;
}
.social-media{margin: 30px 0px 0px 0px;list-style: none;     padding-left: 0;}
.social-media li {
	display: inline-block;
}
.social-media li a{background-color: #353333;color: #fff;padding: 13px;width: 40px;height: 40px;display: flex;border-radius: 30px; transition: 0.3s;}
.social-media li a:hover{
background-color: #abacae;
text-decoration: none;
}
.social-media li:first-child a {
padding-left: 15px;
}
#button-top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  line-height: 38px;
  visibility: hidden;
  z-index: 1000;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}
/*******Home Banner Scroll*************/
    
#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.demo a {
  position: absolute;
  bottom: -335px;
  left: 43%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}
html{
    scroll-behavior: smooth;
}

/*about us style*/
.img-quote {
    float: left;
    padding: 15px;
    border-right: 1px solid #ccc;
    margin-right: 15px;
}
.card.about-card{
	border-radius: 0px;
}
.about-card .card-header {
    background-color: #343638;
    color: #fff;
    padding: 36px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
}
.drama-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-bottom: 50px;
}
.drama-title span{
	color: #343638;
	text-transform: uppercase;
	font-size: 17px;
	border: 1px solid #e7e7e7;
	padding: 13px;
}

.drama-title::before {
  content: "-";
  position: absolute;
  left: 15px;
}
.drama-title::after {
  content: "-";
  position: absolute;
  right: 15px;
}
.slide-body {
    background-color: #f5f6f8;
    padding: 35px;
}
#subAboutSlide .carousel-control-next-icon, #subAboutSlide .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -54px;
}
.carousel-control-next {
    right: 150px;
    position: absolute;
    opacity: 1;
}
.carousel-control-prev {
    left: 150px;
    position: absolute;
    opacity: 1;
}
#subAboutSlide .carousel-control-next-icon {
    background-image: url(../images/next.png) !important;
}
#subAboutSlide .carousel-control-prev-icon {
	background-image: url(../images/prew.png) !important;
}
/*client say style*/
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.slider .slick-arrow:hover, .slider .slick-arrow:focus {
  border-color: #f08a5d;
}
.slider .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
.slider .slick-prev {
  left: 10vw;
}
.slider .slick-next {
  right: 10vw;
}

.slider__item {
  position: relative;
  height: 100vh;
}
.slider__item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__counter {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}
.item-slide {
    padding: 20px;
}
.slick-prev {
    position: absolute;
    bottom: -25px;
    left: 60px;
    border: none;
    background: transparent;
}
.slick-prev img{
	width: 30px;
}
.slick-next {
    position: absolute;
    left: 103px;
    bottom: -25px;
    border: none;
    background: transparent;
}
.slick-next img{
	width: 30px;
}
.slideCount{
	color: #ba5c23;
	font-family: 'Montserrat', sans-serif;
}
button:focus {
    outline: none;
}
/*profile list*/
.form-custom {
    border: 1px solid #f1f1f1;
    padding: 7px 10px;
    min-height: 52px;
    border-radius: 8px;
    width: 100%;
    position: relative;
}
.btn-black {
    background-color: #000;
    color: #fff;
    padding: 4px 20px;
    border-radius: 7px;
    border: none;
}
.btn-light{
	background-color: #f3f3f3;
    color: #000;
    padding: 4px 20px;
    border-radius: 7px;
    border: none;
}
.bad-position{
    z-index: 9;
    margin-top: -135px;
}
#map {
    width: 100%;
    height: 600px;
}
.mt--150{
	margin-top: -150px;
}
.btn-check {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0;
  font: 14px/20px Arial, sans-serif;
  background-color: #e6e6e6;
  border-radius: 7px;
  min-width: 100px;
  text-align: center;
}
.btn-check:hover {
  /* background-color: gold; */
  cursor: pointer;
}

.btn-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.isSelected {
    background-color: #000;
    color: #fff;
}
 /*radio button*/
.cus-radio {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cus-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cus-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.cus-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.cus-radio input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 2px solid #ba5c23;
}
.cus-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus-radio input:checked ~ .checkmark:after {
  display: block;
}
.cus-radio .checkmark:after {
 	top: 2px;
 	left: 2px;
 	width: 12px;
 	height: 12px;
 	border-radius: 50%;
 	background: #ba5c23;
}
 /*radio button end*/
 .content {
  position: relative;
/*  width: 90%;
  max-width: 400px;*/
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details p {
    color: #fff;
    font-size: 20px;
}
/*contact Us*/
.list-inline{

}
.list-inline li {
padding: 16px 20px;
}
.list-inline li a{

color: #000;
}
.list-inline li a:hover{
text-decoration: none;
color: #000;
}
.cus-date input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    display: block;
    background: url(../images/icon1.png) no-repeat;
    width: 60px;
    height: 60px;
    border-width: thin;
    position: absolute;
    right: 5px;
    z-index: 9;
    cursor: pointer;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 18px;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #2c2b3f !important;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    color: rgba(0,0,0,.9);
    background-color: #343a40;
    position: absolute;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
	transition: all .3s;
    display: grid;
    place-items: center;
}
.start-header.scroll-on .navbar-brand{
	background-color: #2c2b3f;
}
.navbar-light .navbar-brand:hover{
	padding-top: 25px;
}
.mt-6{
	margin-top: 60px;
}
/*responsive.css*/
@media (max-width: 440px){
	.navbar-light .navbar-brand{
		position: relative;
		padding-top: 0px;
    padding-bottom: 0px;
	}
}
@media (min-width: 230px){
	.drama-title span{
		font-size:14px;
	}
}
@media only screen and (max-width: 768px) {
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 15px;
}
.navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}
.navbar-nav{
	margin-left: 0px !important;
}
.img-base {
    position: absolute;
    width: 120px;
}
.slider-content-style .content h3 {
    color: #fff;
    font-size: 29px;
    padding-top: 62px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
		min-height: 425px;
	}
#minimal-bootstrap-carousel .carousel-caption{
	top: 147px;
	}
	.big-home-logo{
		display:none;
	}
.pad {
    padding: 15px;
    margin-top: 20px;
}
.testimonial-pad {
    padding: 15px;
    min-height: 225px;
}
.testimonial-pad {
    padding: 15px;
    min-height: 225px;
}
.bg-subscribe{
  height: 280px;
  padding: 15px;
}
	.img-base-box2{
		display: none;
	}
	.img-base-box{
		display:none;
	}
	.text-subscribe {
    font-size: 39px;
    padding: 15px;
}
	#subAboutSlide .carousel-control-next-icon {
    left: -30px;
	bottom: -18px;
	border: 1px solid rgb(0 0 0 / 0.3);
    border-radius: 50%;
}
	#subAboutSlide .carousel-control-prev-icon {
    right: -10px;
	bottom: -18px;
	border: 1px solid rgb(0 0 0 / 0.3);
    border-radius: 50%;
}
}
/*end responsive.css*/

.slideshow .slick-arrow img{
	display:none;
} 
.slideshow .slick-prev{
	background-image: url(https://../images/prew.png);
    background-size: 38px;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
} 
.slideshow .slick-next{
	background-image: url(https://../images/next.png);
    background-size: 38px;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
}