 @font-face {
    font-family: 'ITC Eras Medium';
    font-style: normal;
    font-weight: normal;
    src: local('ITC Eras Medium'), url('../fonts/ITC Eras Medium.woff') format('woff');
}
@font-face {
    font-family: 'Arial Rounded MT Bold Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT Bold Regular'), url('../fonts/ARLRDBD.woff') format('woff');
}
/* body.home{
    height: 100vh;
    overflow: hidden;
} */
.main-wrapper section.top-wrapper {
      padding: 10px 0;
}
.main-wrapper section .navbar {
    padding:0;
}
h6 {
	font-size: 22px;
	font-weight: 600;
	color: #3f0091;
	display: list-item;
	list-style-type: square;
	padding: 0;
	margin: 25px 0 10px 25px;
}
section{
    padding: 20px 0;
    width: 100%;
    z-index: 999;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

ul.navbar-nav{
    display: block;
}
nav .nav-item {
	margin: 0 23px;
    float: left;
}
.navbar-nav .nav-link{
    font-family: sans-serif;
    font-size: 18px;
    color: #3f0091;
    font-weight: 400;
    text-transform: uppercase;
}
nav .offcanvas .nav-item{
    float: none;
}
nav.navbar button.navbar-toggler {
    border: none;
    margin-right: 45px;
}
nav.navbar .navbar-toggler-icon{
    background-image: url('../images/toggle-btn.png');
    width: 27px;
    height: 18px;
    vertical-align: inherit;
}


button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.social-icons ul{
    list-style: none;
    margin: 0;
}
.social-icons ul li {
    list-style: none;
    display: inline-block;
    margin-left: 6px;
}
.social-icons ul li a{
    color: #3f0090;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    background:#ffffff;
    border: solid 1px #3f0090;
    border-radius: 50%;
    width:30px;
    height: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.social-icons ul li a:hover{
    background:#3f0090; 
    color: #ffffff;   
    transition: all 0.3s ease-in-out;
}
.fixed-btn  {
    position: fixed;
    right: -20%;
    top: 37%; 
    transform: rotate(270deg);
    z-index: 999;
}
.carousel-inner, .carousel{
    height: 100vh;
}
.carousel-item{
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: auto !important;
}
.carousel-item.active {
     opacity: 1;
}
.carousel-caption {
    opacity: 0;
     transition: opacity 1s ease-in-out;
}
.carousel-item.active .carousel-caption {
     opacity: 1;
    color: #3f0090;
}
.slider-one{
    background:url('../images/slider1.png') no-repeat bottom center;
}
.slide .carousel-item {
    display: none;
}
.slide .carousel-item.active {
    display: block;
}
.slider-titles {
    text-align: center;
    /* position: fixed;
    top: 35%; */
    width: 100%;
}
.slider-titles h1{
    color: #3f0090;
    font-size: 100px;
    font-family: 'Arial MT Bold';
    line-height: 65px;
}
.slider-titles h1 span{
    color: #4f4f4f;
    font-size: 30px;
    font-family: sans-serif;
    text-transform: uppercase;
    display: block;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;  
    top: auto;
    bottom:18%;  
}


.carousel-control-next{
    right: 40%;
}
.carousel-control-prev{
    left: 40%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 58px;
    height: 28px;
    background-size: auto;
}
.carousel-control-next-icon {
    background-image: url("../images/right-arrow.png");
}
.carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png");
}

.avail-now {
    margin-top: 60px;
    /* position: fixed;
    top: 55%;
    left: 0;
    right: 0; */
}
.avail-now h6{
    text-transform: uppercase;
    color: #4f4f4f;
    font-size: 27px;    
    font-family: sans-serif;
    text-align: center;
    display: inline-block;
    margin: 0 15px;
}

/*About Page*/

.benefits-sec{
    margin: 10px 0;
    width: 100%;
    float: left;
}
.benefits-sec ul{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.benefits-sec ul li:first-child {
    font-weight:600;
}
.benefits-sec ul li{
    width: 23%;
    float: left;
}
.benefits-sec ul li:last-child {
    width: 67%;
}
.benefits-sec h6 {
    font-size: 22px;
    font-weight: 500;
    color: #3f0091;
    display: list-item;
    list-style-type: square;
    padding: 0;
    margin: 0 0 10px 25px;
}
.sticky-top{
    top: 50px;
}

.specialities-sec {
    margin: 40px 0 0;
    padding: 50px 0;
    background: #f7f7f7;
}
.specialities-sec h2{
    margin-bottom: 30px;
}
.spec-inn{
    border: solid 1px #e5e5e5;
    padding: 30px;
     transition: all 0.3s ease-in-out;
     background:#fff;
}
.spec-inn.shadow-box{
    -webkit-box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease-in-out;
 }
.spec-inn h4{
    color: #3f0091; 
    margin-bottom: 15px;   
}

.apps-sec{
    margin: 30px 0 0 50px;
}
.apps-sec img{
    margin-right: 15px;
}

/*Contact Page*/
.hidden {
    display: none;
}
.alert {
    margin: 20px 0 0;
}
.contact-section {
    margin-bottom: 80px;
}
.contact-section .single-input textarea, .contact-section .single-input input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background:#f5f5f5;
}
.contact-section .single-input textarea {
    height: 160px;
    padding-top: 10px;
    resize: none;
}
.contact-section .theme-btn {
    border:1px solid #2d2d2d;
    background:#2d2d2d;
}
.contact-section .theme-btn:hover {
    border:1px solid #f47425;
}
.contact-section .contact-info ul li+li {
    margin-top: 30px;   
}
.contact-section .contact-info ul li .single-info {
    position: relative;
}
.contact-section .theme-btn {
    padding: 12px 20px;
    cursor: pointer;
    letter-spacing: 1.2px;
    background: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background: #333;
}
.contact-section .theme-btn:hover {
    border: 1px solid #3f0091;
    background: #3f0091;
    transition: all 0.3s ease-in-out;
}
.contact-info ul li .single-info .info-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-info ul li .single-info .info-icon .svg-inline--fa {
    font-size: 21px;
    color: #fff;
    background-color: #3f0091;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    padding: 14px 0;
}
.contact-info ul li .single-info .info-content {
    padding-left: 70px;
}
.contact-info ul li .single-info .info-content p {
    margin:0;
}
.contact-info ul li .single-info .info-content p a{
    color: #212529;
    text-decoration: none;
}
.contact-info ul li .single-info .info-content p a:hover{
    color: #212529;
    text-decoration: underline;
}
.google-map {
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
}
.google-map iframe {
    border:none;
    height: 200px;  
}
.section-title-s2 > span {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #3f0091;
    display: inline-block;
    margin-top: -0.28em;
    text-transform: capitalize;
    font-weight: 600;
}
.section-title-s2 h2 {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: capitalize;
}

/*Footer*/
footer{
    background: #3f0091;
    padding: 20px 0;
}
footer p, footer a{
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}
footer a:hover{
    text-decoration: none;
}
.modal-form-popup{
    position: relative;
    z-index: 999;
}
.modal-backdrop {
	z-index: 0;
}
#InformatioModal.modal.show .modal-dialog,
.modal-form-popup .modal.show .modal-dialog {
	max-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}
#InformatioModal .modal-header .btn-close,
.modal-form-popup .modal-header .btn-close {
	position: absolute;
	top: 8%;
	right: 5%;
}
#InformatioModal .modal-header .btn-close:focus,
.modal-form-popup .modal-header .btn-close:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
#InformatioModal .modal-header,
#InformatioModal .modal-body,
.modal-form-popup .modal .modal-header,
.modal-form-popup .modal .modal-body{
	padding: 30px 30px 10px;
    display: block;
    text-align: left;
}
#InformatioModal .modal-header p, 
.modal-form-popup .modal .modal-header p {
	margin: 15px 0 0;
    padding: 0;
}
.modal-form-popup form {
    text-align: left;
}
#InformatioModal form .form-label,
.modal-form-popup form .form-label{
	margin-bottom: 5px;
	font-size: 15px;
}
#InformatioModal form .form-control,
.modal-form-popup form  .form-control{
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
	background: #f5f5f5;
}
#InformatioModal form .form-control[type="file"],
.modal-form-popup form .form-control[type="file"] {
	overflow: hidden;
	padding: 13px 20px !important;
}
#InformatioModal form .theme-btn,
.modal-form-popup form .theme-btn  {
    margin: 15px 0;
	padding: 12px 20px;
	cursor: pointer;
	letter-spacing: 1.2px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	background: #333;
    border: 1px solid #333;
    text-align: center;
}
#InformatioModal form .theme-btn:hover,
.modal-form-popup form  .theme-btn:hover{
    border: 1px solid #3f0091;
    background: #3f0091;
    transition: all 0.3s ease-in-out;
}
.register-btn {
	background-color: #3f0091;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 12px 25px;
	color: #ffffff;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
}
.register-btn:hover{
    background-color: #333333;
    transition: all 0.3s ease-in-out;
}
.gradient-bg-2 {
    background: rgb(244,129,66);
    background: linear-gradient(90deg, rgba(244, 129, 66, 1) 0%, rgba(169, 59, 0, 1) 100%);
}
.terms-content {height: 670px;overflow-y: auto; padding-right: 15px;}
.terms-modal .modal-content {border-top: none;}
.terms-modal .modal-content .modal-header {padding-top: 15px !important;}
.terms-modal .modal-content .modal-header .modal-title { color: #212121; font-size: 24px;}
.terms-modal .modal-content .modal-header .btn-close {top: 3% !important;}
.terms-modal .modal-dialog .modal-body {padding-top: 0 !important; padding-right: 24px !important; padding-bottom: 25px !important;}

@media only screen and (min-width: 1241px) and (max-width: 1600px){
.slider-titles h1 {
    font-size: 80px;
    line-height: 60px;
}   
}

@media only screen and (min-width: 992px) and (max-width: 1240px){


/* body.home{
    height: auto;
    overflow: inherit;
} */
.carousel-inner, .carousel{
    height: auto;
}
.carousel-item{
    position: inherit;
}
.slider-titles{
    position: inherit;
}
.carousel-control-prev {
	left: 38%;
	bottom: 15%;
}
.carousel-control-next {
	right: 38%;
	bottom: 15%;
}
.apps-sec img {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 991.98px) {
    
 .navbar .navbar-nav.pe-5 {
     display:none !important;
 } 
    
}


@media only screen and (min-width: 768px) and (max-width: 991.99px){
.apps-sec img {
    margin-bottom: 15px;
}
nav.navbar button.navbar-toggler {
	top: 20px;
	position: absolute;
	right: 20%;
}

/* body.home{
    height: auto;
    overflow: inherit;
} */
.carousel-inner, .carousel{
    height: auto;
}
.carousel-item{
    position: inherit;
}
.slider-titles{
    position: inherit;
}
.carousel-control-prev {
	left: 38%;
	bottom: 15%;
}
.carousel-control-next {
	right: 38%;
	bottom: 15%;
}
section {
    padding: 10px 0;
}
.social-icons {
    text-align: center;
    margin-bottom: 25px;
}
.social-icons ul {
    padding: 0;
}
.social-icons ul li {
    margin: 0 5px;
}
div#navbarNav {
    background: #4f4f4f52;
    padding: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    color: #ffffff;
    padding: 5px 0;
}
.slider-titles h1 {
    font-size: 50px;
    line-height: 50px;
}
.slider-titles h1 span {
    font-size: 20px;
}
.avail-now h6 {
    font-size: 20px;
}
.avail-now {
    margin-top: 30px;
    margin-bottom: 30px;
}
nav.navbar button.navbar-toggler {
    margin-right: 0px;
}
}

@media only screen and (min-width: 360px) and (max-width: 767.99px){

    #InformatioModal.modal.show .modal-dialog,
    .modal-form-popup .modal.show .modal-dialog {
        display: inline-block;
        margin: 20px;
    }
nav.navbar button.navbar-toggler {
    margin-right: 0px;
}
footer p, footer a{
    text-align: center;
}
body.home{
    height: auto;
    overflow: inherit;
}
.apps-sec img {
    margin-bottom: 15px;
}
.carousel-inner, .carousel{
    height: auto;
}
.carousel-item, .slider-titles{
    position: inherit;
}
ul.navbar-nav {
    display: flex;
    text-align: right;
    margin-bottom: 23px;
    padding-right: 18px !important;
}
.navbar-nav .nav-link{
    font-size: 15px;
    padding: 3px 0;
}
section {
    padding: 0;
}
.social-icons ul {
    padding: 0;
}
.social-icons ul li {
    margin: 0 5px;
}
div#navbarNav {
    background: #4f4f4f52;
    padding: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    color: #ffffff;
    padding: 5px 0;
}
.slider-titles h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 60px 0;
}
.slider-titles h1 span {
    font-size: 20px;
}
.avail-now h6 {
    font-size: 20px;
}
.avail-now {
    margin-top: 50px;
    margin-bottom: 50px;
    position:inherit;
}
.avail-now img {
    width: 12%;
}
img.d-sm-block.d-md-none.img-fluid{
    max-width: 60%;
}
.benefits-sec ul li {
    width: 30%;
    margin-right: 5%;
}
.benefits-sec ul li:last-child {
    width: 60%;
}
}
@media (max-width: 767.99px){ 
nav.navbar button.navbar-toggler {
	margin: 0px;
	right: 27%;
	position: absolute;
	top: 22px;
}
     .slide .carousel-item {
        width: 100%;
        height:100vh;
        opacity: 0.5;
    
        display: none;
     }
     .slider-titles {position:inherit; top:0;}
     .slide .carousel-item.active {display: block;} 

     .slide .carousel-item.slider-mob-1 {
        background: url(../images/slider1-mob.png) center bottom no-repeat;
     }
     .slide .carousel-item.slider-mob-2 {
        background: url(../images/slider2-mob.png) center bottom no-repeat;
        background-size: 100% auto;
     }

     .slide .carousel-item.slider-mob-3 {
        background: url(../images/slider3-mob.png) center bottom no-repeat;
        background-size: 100% auto;
     } 

.top-wrapper {padding-bottom:0 ;}
.top-wrapper .navbar img {
    max-height: 60px;
}

.carousel-control-next, .carousel-control-prev{
    bottom:40%; 
}
.carousel-control-next {
	right: 34%;
}
.carousel-control-prev {
	left: 34%;
}
}
@media (max-width: 480px){ 
nav.navbar button.navbar-toggler {
	right: 38%;
}
}