@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); 
 
 
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p {
    margin: 0px;
    padding: 0px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-60 {
    padding-top: 60px;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1270px;
}

.top-header {
    background: #04171a;
    padding: 8px 0;
    border-radius: 5px 5px 0 0;
    border-top: #cdb30cb8 solid 5px;
}

.logo h2 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.logo h2 a {
    color: #ffffff;
}

.logo h2 a span {
    color: #eeeeee;
    font-weight: 500;
}

.location p {
    margin-bottom: 0px;
    color: #FFFFFF;
    margin-top: 1px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.location p i {
    color: #cdb30c;
    margin-right: 10px;
    font-size: 18px;
}

/*navigation start*/
.nav-bg {
    border-radius: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
   background: #fff;
    backdrop-filter: blur(30px);
}

.navbar-top-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #FFFFFF;
}

.navbar {
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    top: 114%;
    border: none;
    border-radius: 0;
    padding: 0;
}

.dropdown-item {
    padding: .5rem 1.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3fbbc0;
}

.nav-item a {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600 !important;
    padding: 0 0 0 0;
}

a.navbar-brand {
    padding: 0px;
    font-size: 35px;
    font-weight: 800;
    color: #cdb30c;
    font-family: "Poppins", sans-serif;
}

a.navbar-brand span {
    color: #cdb30c;
    font-weight: 800;
}

.nav-item a:hover {
    color: #cdb30c;
}

/*navigation end*/

.cost p {
    font-size: 13px !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 22px !important;
}

.cost h5 {
    font-size: 22px;
    font-weight: 700;
    padding: 5px 0 10px 15px;
    margin: 0px;
    background: #000000;
    color: #FFFFFF;
}

.housing-box {
    border: #ddd solid 1px;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.housing-box img {
    height: auto !important;
}

.housing-box h4 {
    font-size: 17px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

.housing-box h6 {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0 7px 0;
    margin: 0px;
}

.housing-box p {
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 24px !important;
}

.short-desc {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.bg-drk {
    background: #003366;
    padding: 8px 13px 8px 13px !important;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 5px 5px 5px 0;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    -o-border-radius: 5px 5px 5px 0;
}

.short-desc li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
}

.short-desc li span {
    font-size: 12px;
    display: block;
}

.housing-box h3 {
    font-size: 12px !important;
    font-weight: 400;
    padding: 30px 0 0 0;
    margin: 0px;
}

.housing-box h3 span {
    color: #008234;
    font-size: 20px;
    font-weight: 600;
}

.availablity {
    padding: 7px 16px;
    color: #FFFFFF;
    background: #006ce4;
    border-radius: 5px;
    font-size: 15px;
    margin: 10px 0 0 0;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/*slider start*/
.slider-bg {
    position: relative;
    background: url(../images/slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4% 0px 4% 0;
}

.slider-bg .slider-content {
    width: 100%;
    text-align: left;
     
}

.slider-content h1 {
    font-size: 70px;
    color: #cdb30c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 44px;
    font-family: "Lora", serif;
}

.slider-content h3 {
    font-size: 22px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 30px;
    padding: 20px 0 15px 0;
}

.slider-content h5 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}

.slider-content h6 {
    font-size: 22px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 30px;
}
.sliderbtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 0;
}

.sliderbtn .sl-btn {
    color: #ffffff;
    padding: 9px 20px;
    font-size: 14px; 
}


.slider-content i{
	color: #cdb30c;
}


.slider-bg .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-button {
    margin-top: 35px;
    margin-bottom: 0px;
}



.sl-btn {
    color: #ffffff;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
    border: #cdb30c solid 1px;
    border-radius: 30px;
    background: #cdb30c;
	position: relative;
   animation: blinkFade 1.2s infinite ease-in-out;
}


@keyframes blinkFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}


.sl-btn2 {
    background: #04171a;
}


.sl-btn:hover {
    background: #cdb30c;
    color: #FFFFFF;
}

/*slider end*/

/*Inner Page Start*/
.inner-bg {
    background: url(../images/footerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 40px 0;
}

.inner-bg h2 {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
    text-align: center;
}

.inner-bg .breadcrumb {
    background: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inner-bg .breadcrumb a {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.inner-bg .breadcrumb-item.active {
    color: #eeeeee;
}

.inner-bg .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #eeeeee;
    content: "/";
}

.cont-bg {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}

.con-address-bg {
    background: #f4f4f4;
    height: 100%;
    padding: 45px 25px;
}

.con-address-bg img {
    width: 100%;
    height: 100%;
}

.address {
    position: relative;
    margin-bottom: 30px;
}

.address h4 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 6px;
    color: #3fbbc0;
}

.address p {
    font-size: 15px !important;
    font-family: 'Rubik', sans-serif !important;
    line-height: 22px;
    color: #7b7b7b !important;
}

.address::after {
    background: #7b7b7b;
    width: 90px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.form-inner {
    padding: 25px 25px;
    position: relative;
    background: #fdfdfd;
    -webkit-box-shadow: #d2d2d2 0px 0px 16px;
    box-shadow: #d2d2d2 0px 0px 16px;
    border-radius: 5px;
}

.form-inner h3 {
    text-align: center;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3fbbc0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.form-inner h4 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-top: 0px;
}

/*Contact page end*/

/*Form styling start*/
.form-control {
    border-radius: 0px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.form-control:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    display: block;
    margin-bottom: 0;
}

.cal-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #9f9e9e;
    cursor: pointer;
}

.reg-btn {
    border-top: 4px solid #3fbbc0;
    margin-top: 5px;
    padding: 8px 15px;
    font-size: 15px;
}

.form-content {
    background: #FFFFFF;
    padding: 0px 0px 0 0px;
    margin-top: 90px;
}

.form-content .nav-item a {
    color: #FFFFFF;
    font-family: "Lora", serif;
    font-size: 15px;
    font-weight: 500 !important;
    padding: 8px 0 8px 0;
    background: #5e5e5e;
    border: #5e5e5e solid 1px;
}

.form-content .nav-tabs {
    border-bottom: 0px;
    margin-top: 0px;
    gap: 6px;
    padding: 6px 6px 0px 6px;
}

.form-content .nav-tabs .nav-link:focus,
.form-content .nav-tabs .nav-link:hover {
    border-color: #cdb30c !important;
}

.form-content h4 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: #04171a;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
}

.tab-content {
    background: #FFFFFF;
    padding: 10px;
    margin-top: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
   font-family: "Lora", serif;
    color: #FFFFFF;
    background-color: #cdb30c;
    border-color: #cdb30c #cdb30c #cdb30c;
}

.nav-tabs .nav-link {
    border-radius: 0;
    background: #ffffff;
    color: #3fbbc0;
    font-family: "Poppins", sans-serif;
}

/*Form styling end*/

/*info start*/

.general-info h3 {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    color: #cdb30c;
    font-size: 19px;
    font-weight: 400;
}



.general-info h2 {
    text-align: left;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px;
    font-family: "Poppins", sans-serif;
    padding-top: 0px;
}
.general-info img {
    border-radius: 140px 0px 140px 0px;
}

.general-info h5 {
    text-align: center;
    color: #cdb30c;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    font-family: "Lora", serif;
    padding-top: 0px;
}

.MiddleCOnt {
    background: url(../images/middle.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    padding: 50px 0 50px 0;
}


.abt-bg {
    background: #FFFFFF;
}

.about {

    margin-top: 0px;
}

.abt-img {
    position: relative;
    /* position: absolute;
    top: -14%; */
}

.general-info p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 0 0 0;
    text-align: justify;
}
.general-info ul li {
    color: #505050 !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: left;
    padding: 0 0 10px 0;
}

.general-info ol li {
    color: #505050 !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: left;
    padding: 0 0 10px 0;
}

.general-info ul {
    margin: 0 0 0 20px;
}

.general-info ol {
    margin: 0 0 0 20px;
}

.general-info .sl-btn {
    background: #cdb30c;
    color: #FFFFFF;
    margin: 10px 0px 0 0;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 9px 30px;
}



.about2asec {
    padding: 60px 0 60px 0;
    background: url(../images/about2bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.about2asec .row {
    align-items: center;
}

.about2asec h2 {
    font-size: 38px;
    color: #cdb30c;
    text-align: center;
    padding: 0px 0 20px 0;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lora", serif;
}

.about2asec p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 0 0px 20px 0px;
}

.about2asec h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 10px 0px 4px 0px;
    font-weight: 700;
}

.about2asec ol {
    margin: 0 0 0 20px;
}


.about2asec ul {
    margin: 0 0 0 20px;
}

.about2asec ul li {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 0 0px 8px 0px;
}

.about2asec img {
    border-radius: 140px 10px 140px 10px;
}



.aboutwrap {
    padding: 0;
    border-radius: 5px;
}


.OthetSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px 0;
}

.SecLeft {
    width: 50%;
}

.SecRight {
    width: 50%;
}


.OthetSec img {
    width: 100%;
}

.COntentNew {
    padding: 20px 50px 20px 50px;
}

.COntentNew h4 {
    color: #2b2859;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}


.COntentNew p {
    font-size: 17px;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.COntentNew ul {
    padding: 0px;
    margin: 0px;
}

.COntentNew ul li {
    font-size: 17px;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
}




/*about end*/

/*venue start*/
.venue {
    position: relative;
    overflow: hidden;
    background-image: -o-linear-gradient(top, rgb(63 187 192 / 80%), rgb(63 187 192 / 80%)), url('../images/venue-bg.jpg');
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(63 187 192 / 80%)), to(rgb(63 187 192 / 80%))), url('../images/venue-bg.jpg');
    background-image: linear-gradient(to bottom, rgb(63 187 192 / 80%), rgb(63 187 192 / 80%)), url('../images/venue-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
}

.venue-box {
    text-align: center;
}

.venue-box h3 {
    position: relative;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.venue-box h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #FFFFFF;
    bottom: 0;
    left: calc(50% - 25px);
}

.venue-box i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3fbbc0;
    font-size: 28px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: 0.5s;
    overflow: hidden;
    -webkit-box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.venue-box p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}

.footer {
    background: url(../images/footerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
       padding: 60px 0;
	background: #3a2701;
}

.footer hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-logo {
    margin: 0 0 0px 0;
}

.footer-logo h2 {
    margin: 0 0 10px 0;
    color: #cdb30c;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lora", serif;
}

.footer-logo p {
    padding: 0px 0 20px 0;
    margin: 0px;
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.footer-logo h2 a {
    color: #cdb30c;
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lora", serif;
}

.footer-logo h2 a span {
    color: #cdb30c;
}

.footer-link h3 {
    margin: 0 0 20px 0;
    color: #cdb30c;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lora", serif;
}

.footer-link ul li {
    list-style: none;
    padding: 0 0 10px 0px;
}

.footer-link ul li a {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.footer-link ul li a i{
	 font-size: 14px;
	 margin:0 5px 0 0;
}




.ftr-loc{
	 margin:0px;
	 padding:0px;
}

.ftr-loc li {
    margin: 0px;
    padding: 0px 0 20px 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.footer-link ul li a:hover {
    color: #fff;
}

.footer-link ul {
    margin-bottom: 0px;
    margin-top: 0px;
}


.FOoter-venue {
    margin: 30px 0 50px 0;
}

.FOoter-venue .FOoterBox {
    text-align: center;
    border: #848484 solid 1px;
    padding: 20px 10px 20px 10px;
    min-height: 140px;
}

.FOoter-venue .FOoterBox h2 {
    color: #FFFFFF;
    padding: 0px 0 10px 0;
    margin: 0px;
    font-size: 25px;
    font-weight: 700;
}


.FOoter-venue .FOoterBox p {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}












.Copyright {
    position: relative;
    display: block;
    text-align: center;
    background-color: #523906;
    padding: 10px 0 10px;
}



.Copyright p {
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}




.social-media {
    text-align: right;
}

.social-media i {
    font-size: 18px;
    padding: 0 0 0 10px;
    color: #5b5b5b;
}

.top-social-media {
    margin-top: 15px;
}

/*footer end*/

/*thank-you start*/
.thank-you {
    text-align: center;
}

.thank-you i {
    font-size: 80px;
    color: #3fbbc0;
}

.thank-you h3 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #3fbbc0;
    font-weight: 700;
    margin: 10px 0;
}

.thank-you h5 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #505050;
    font-weight: 400;
    margin-bottom: 10px;
}

/*thank-you end*/

.fas1 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.tab-pane .btn-primary {
    padding: 10px 0;
    border-radius: 0;
    font-weight: 700;
    border-color: #cdb30c;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-family: "Poppins", sans-serif;
    background: #cdb30c;
}


.tab-fome .btn-primary {
    padding: 10px 0;
    border-radius: 20px !important;
    font-weight: 700;
    border-color: #cdb30c;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-family: "Poppins", sans-serif;
    background: #cdb30c;
}

.tab-fome .btn-primary:hover,
.tab-fome .btn-primary:focus {
    background-color: #04171a;
}

.general-info .about .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.general-info.abt-bg .col-md-12 iframe {
    width: 100%;
    height: 450px;
}

.general-info.abt-bg.pt-100.pb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFFFFF;
}

.cont-bg .form-inner .btn-primary {
    border-radius: 0;
    background-color: #cdb30c;
    border-color: #cdb30c;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.cont-bg .form-inner .btn-primary:hover,
.cont-bg .form-inner .btn-primary:focus {
    background-color: #cdb30c;
}

.general-info .info-box {
    position: relative;
    padding: 20px 20px;
    height: 100%;

}

.general-info .info-box img {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    color: #000000;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
}

.middleinfo {
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0 30px 0;
    border-top: #cdb30c solid 3px;
}

.middleinfo ul li,
ol {
    padding: 5px 0;
    color: #c5c5c5;
    font-family: "Poppins", sans-serif;
}

.middleinfo ul li {
    list-style: none;
    text-align: center;
    padding: 0px 0 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.middleinfo ul li .imgbox i {
    font-size: 21px;
    color: #cdb30c;
    text-align: center;
}
.middleinfo p {
       padding: 0px 0px 0 0px !important;
    color: #c5c5c5 !important;
    font-family: "Barlow", serif !important;
}

.middleinfo h4 {
    padding: 0px 15px 0 15px !important;
}

.middleinfo ul {
    padding: 0px 0px 0 0px;
    margin: 0px 0 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.middleinfo .info-box {
    position: relative;
    padding: 10px 10px;
    height: 100%;
    border: #585858 dashed 1px;
    border-radius: 5px;
}

.middleinfo h2 {
    text-align: center;
    font-weight: 600;
    text-transform: inherit;
    font-size: 35px;
    padding: 0 0 30px 0;
}


.middleinfo p {
    padding: 5px 0;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

.TagLine {
    padding: 70px 0 70px 0;
}

.TagLine h3 {
    padding: 0px;
    margin: 0px;
    font-size: 45px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #cdb30c;
    text-align: center;
}

.TagLine h5 {
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: center;
}

.MIddlwSec {
    background: url(../images/middlebg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.InfoBox {
    background: #04171afc;
    padding: 100px 50px 100px 50px;
}

.InfoBox h1 {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
}

.InfoBox ul {
    padding: 0px;
    margin: 0px;
}

.InfoBox ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    padding: 20px 0 20px 0;
    border-bottom: #373737 solid 1px;
}

.InfoBox ul li:last-child {
    border-bottom: none;
}

.InfoBox ul li i {
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: #747474 solid 4px;
    text-align: center;
    font-size: 23px;
    line-height: 70px;
}

.contbox span {
    padding: 15px 0 10px 0;
    margin: 0px;
    color: #ffffff;
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: 600;
    display: block;
}

.contbox p {
    padding: 0px;
    margin: 0px;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
}


.hedingreg {
    text-align: center;
    color: #cdb30c;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: "Lora", serif;
}




.registersec {
    padding: 50px 0 80px 0;
    background: #f5f5f5;
}

.registersec h3 {
    padding: 0px 0 22px 0;
    margin: 0px;
    color: #cdb30c;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.registersec img {
    border-radius: 10px;
}

.registersec .btn-primary {
    padding: 10px 0;
    border-radius: 0;
    font-weight: 700;
    border-color: #cdb30c;
    transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-family: "Poppins", sans-serif;
    background: #cdb30c;
}











.general-info .info-box h4 {
    color: #cdb30c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.general-info .info-box p {
    font-size: 16px;
    color: #505050;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.general-info .info-box:hover img {
    background-color: #3fbbc0;
    color: #ffffff;
}

.abt-img,
.abt-img img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.general-info .row.pt-60 .col-md-4 {
    margin-bottom: 1rem;
}

.general-info.abt-bg .cont-bg iframe {
    height: 410px;
}

.general-info.abt-bg .about ul,
.general-info.abt-bg .about ul li,
.general-info.abt-bg .about ol,
.general-info.abt-bg .about ol li,
.general-info.abt-bg .about ol li strong {
    color: #000000;
}










/* end */