header {
	margin: auto;
	z-index: 11;
	position: relative;
	background-color: #FBEEEC;
	padding-bottom: 3rem;
}
.navbar-nav {
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.main-navigate .container {
    max-width: 1540px;
}

.logo-sec .container{
    max-width: 1540px;

}

.navbar-nav .nav-item .nav-link:hover {
    color: #CE63CE;
}

.headerinfo {
    background-color: #CE63CE;
}

.headerinfo p {
    color: #fff;
    margin: 10px 0;
}

.logo-sec .media {
    align-items: stretch;
}

.logo-sec .media a {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 0;
}
.logo-sec {
}

.logo-sec .media .media-body h5.mt-0 {
    font-size: 1.5rem;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    color: #ce63ce;
}

.logo-sec .media a i {
    font-size: 25px;
    color: var(--primary-color);
}

.logo-sec .media .media-body a {
    color: #ce63ce;
    font-weight: 500;
    font-size: 16px;
}

.logo-sec .media .media-body small {
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #CE63CE;
    transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
}
  
.mainSlider {
 
	position: relative;
	z-index: 1;
	padding: 0px 0px 50px 0;
	min-height: 847px;
	display: flex;
	align-items: center;
}

.sliderItem {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-content h5 {
    color: #00D6FF;
    font-weight: 600;
}
 
.slider-content h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 75px;
}

.slider-content h2 span {
    color: #CE63CE;
    display: inherit;
} 
.mainSlider h2 {
	/* text-shadow: 0 0 1px black; */
	/* margin: 0 0 1rem; */
} 
.headingOne {
	font-size: 1.25rem;
	color: var(--theme-color);
	font-weight: bold;
	/* margin: 0; */
	letter-spacing: 0;
}
.headingTwo {
	font-size: 5.625rem;
	color: var(--white);
	font-weight: 400;
	text-transform: capitalize;
	line-height: 0.95;
}
.headingThre {
	font-size: 2.8125rem;
	font-weight: 500;
	color: var(--white);
}
.slideContent .headingThre {
	margin: 0 0 3rem;
}
.slideContent a {
	/* font-size: 1.125rem; */
} 
.themeBtn {
	background: #00d6ff;
	font-size: 1rem;
	color: var(--white);
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	border-radius: 0;
	padding: 13px 20px;
	border-radius: 0;
	line-height: normal;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: 1px solid #00d6ff;
} 
.themeBtn i {
    padding-left: 15px;
    transition: all 0.5s ease;
}

.themeBtn:hover i {
    padding-left: 0px;
    transition: all 0.5s ease;
}

.themeBtn:hover {
    background-color: #fff;
    border: 1px solid #00d6ff;
}
.custom-slider {
    background-color: #fbeeec;
}

.carousel-indicators-numbers li {
	text-indent: 0;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100%;
	line-height: 30px;
	color: #fff;
	background-color: #999;
	transition: all 0.25s ease;
  }
  .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
	margin: 0 2px;
	width: 30px;
	height: 30px;
	background-color: #337ab7;
  }

.custom-slider .carousel-indicators li{
 	width: unset;
 	text-indent: inherit;
 	position: relative;
 	background-color: transparent;
 	margin: 0;
 	opacity: 1;
 	color: #000;
 	font-weight: 600;
 	font-size: 25px;
 	padding: 5px 0;
 	height: unset;
 	display: flex;
 	align-items: center;
 	transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators {
    position: absolute;
    right: -260px;
    /* bottom: 0; */
    left: unset;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    /* margin-right: 15%; */
    /* margin-left: 15%; */
    list-style: none;
    top: 0;
    flex-direction: column;
    width: 5%;
    align-items: center;
}

.custom-slider .carousel-indicators li span {
    display: inline-block;
    position: absolute;
    left: -45px;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    top: -20px;
    opacity: 1;
}

.custom-slider .carousel-indicators li.active {
    color: #CE63CE;
    font-size: 60px;
    font-weight: 700;
}

.custom-slider .carousel-indicators li.active span {
    color: #CE63CE;
}

/* Cursor Start */
 

/* sliderinfo */

.slidercontact ul li {
    flex: 0 0 34.666667%;
    max-width: 38.666667%;
    border-right: 1px solid #707070;
    padding: 0 44px;
    min-height: 90px;
}

.slidercontact ul {
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
}

.slidercontact {
    background-color: #CE63CE;
    border-radius: 10px;
}

.slidercontact ul li >.media {
    align-items: end;
    display: flex;
    margin-left: 15px;
    min-height: 70px;
}

.slidercontact ul li >.media .media-body {
    display: inline-grid;
    margin-left: 20px;
}

.slidercontact ul li >.media a i {
    font-size: 25px;
    color: var(--primary-color);
}

.slidercontact ul li >.media .media-body p {
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.slidercontact ul li >.media .media-body small {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.slidercontact ul li >.media a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.slidercontact ul li >.media a:nth-child(3) {
    align-items: self-end;
}

.sliderinfo {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.slidercontact ul li:nth-child(3) {
    border-right: none;
}

 

.slidercontact ul li:nth-child(3) >.media {
    align-items: center;
}

.custom-slider .carousel-indicators li.active span {
    font-size: 28px;
    margin: 0;
}
.custom-slider .carousel-indicators li:before {
    content: '';
    height: 2px;
    width: 0;
    background-color: #CE63CE;
    position: absolute;
    right: -35px;
}

.custom-slider .carousel-indicators li.active:before {
    width: 35px;
}
/* sliderinfo */
 

.logo-sec {
    padding: 30px 0;
}

.custom-nav .navbar-nav>li a i {
    margin-left: 125px;
    font-size: 19px;
}

.band-right img {
    padding-right: 24px;
}

.navigation ul li {
    display: inline-block;
    padding: 0;
}

.navigation ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    text-transform: uppercase;
    padding: 0;
}
 
.main-navigate {
    margin: 0;
    /* padding: 30px 0; */
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 1;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0;
}

.logo img {
    width: 100%;
}


.navigation ul li a:hover {
    color: #0f3382;
}


.navigation ul li a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0f3382;
    transition: width .3s;
}

.navigation ul li a:hover:before {
    width: 100%;
}

.navigation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation ul li>.dropdown-menu li a:before {
    display: none;
}

.navigation ul li>.dropdown-menu {padding: 0;margin: 0;}

/*custom-nav*/




/* hover open navigation dropdown css */

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 0.625rem 0 0.625rem 28px;
}

.navbar a:hover,
.navbar .active>a,
.navbar li:hover>a {
    color: #ffc451;
}
 
header .an-navbar .navbar .nav-item a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 5px !important;
    border-right: 1px solid rgba(255,255,255,.3);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a {
    color: #000;
}
header .an-navbar .navbar .nav-item.drop-down li a:hover {
    color: #ce63ce;
}
.navbar .drop-down>a:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Pro";
}

.navbar .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .drop-down li {
    min-width: 260px;
    position: relative;
    list-style: none;
}

.navbar .drop-down ul a {
    padding: 0.625rem 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    background: #e5e5e5;
    border-bottom: 1px solid rgba(0,0,0,.08);
    text-transform: uppercase;
}

.navbar .drop-down .drop-down>a {
    padding-right: 35px;
}

.navbar .drop-down .drop-down>a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
}

.navbar .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.navbar .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.navbar ul li {
    position: relative;
} 
nav.navbar.navbar-expand-lg {
    padding: 0;
}

.videoSec {
    position: relative;
}
.videoSec video {
    width: 100%;
    height: 900px;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoImg h5 {
    font-size: 53px;
    color: #00d6ff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 2rem;
}
.videoImg h6 {
    font-size: 71px;
    font-weight: 900;
    text-transform: uppercase;
    color: #00d6ff;
}
.videoSec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 43%);
    top: 0;
    bottom: 0;
    height: 900px;
}
.abtSec {
    padding: 6rem 0;
}

.abtSec figure img {width: 100%;}

.abtContent h2 {
    color: #1c1c1c;
    font-size: 35px;
    margin: 0 0 1rem;
}

.abtContent p {
    color: #676767;
    font-size: 17px;
}

.abtContent ul li {
    color: #676767;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
}
.abtContent ul li:before {
    content: '';
    position: absolute;
    left: 0;
    background: #676767;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 10px;
}
.navbar ul li.active a {
    color: #ce63ce !important;
}

header .an-navbar .navbar .nav-item a i {
    font-weight: 600;
    font-size: 20px;
    padding-left: 10px;
    position: relative;
    top: 3px;
}


.address p {
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.address .media {
    margin: 0 20px;
}

/* hover open navigation dropdown css */
