@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=Space+Grotesk:wght@300..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;
}

.btn-primary {
    padding: 10px 0;
    border-radius: 0;
    font-weight: 700;
    border-color: #e03a3c;
    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: "Space Grotesk", sans-serif;
    background: #e03a3c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #04171a;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 58, 60, .3);
}

.top-header {
    background: #04171a;
    padding: 10px 0 10px;
}

.logo h2 {
    font-family: "Roboto", 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: #fff;
    margin-top: 1px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.location p i {
    color: #e03a3c;
    margin-right: 10px;
    font-size: 18px;
}

/*navigation start*/
.nav-bg {
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.navbar-top-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: #fff;
}

.navbar {
    padding: 0.6rem 0rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    top: 114%;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.dropdown-item {
    padding: .5rem 1.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e03a3c;
}

.nav-item a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600 !important;
    padding: 0 0 0 0;
}

a.navbar-brand {
    padding: 0px;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    font-family: "Space Grotesk", sans-serif;
}

a.navbar-brand span {
    color: #e03a3c;
}

.nav-item a:hover {
    color: #e03a3c;
}

/*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: #000;
    color: #fff;
}

.housing-box {
    border: #ddd solid 1px;
    padding: 8px;
    border-radius: 5px;
    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: #fff;
    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/bannerslide03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2% 0 2% 0;
    background-attachment: fixed;
    z-index: 1;
}

.slider-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(180deg, rgb(0 0 0 / 65%) 70%, rgb(224 58 60 / 40%) 100%);
    z-index: -1;
}

.slider-bg .slider-content {
    text-align: left;
}

.slider-content h1 {
    font-size: 65px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 67px;
}

.slider-content h3 {
    font-size: 22px;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
}

.slider-content h5 {
    font-size: 22px;
    line-height: 32px;
    color: #ff3d3f;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.slider-content h6 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.slider-bg .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-button {
    position: relative;
    margin-top: 35px;
    margin-bottom: 0;
}

.sl-btn {
    color: #fff;
    padding: 12px 34px;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin-right: 10px;
    font-family: "Space Grotesk", sans-serif;
    border: #fff solid 1px;
    background: #e03a3c;
    -moz-transition: 1s;
    -ms-transition: 1s;
}

.sl-btn2 {
    background: #04171a;
}

.sl-btn:hover {
    background: #000;
    color: #fff;
}

.sl-btn2:hover {
    background: #e03a3c;
    color: #FFFFFF;
}

/*slider end*/
/*Inner Page Start*/
.inner-bg {
    background: url(../images/innerbanner03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

.inner-bg h2 {
    color: #fff;
    font-family: "Space Grotesk", 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;
    justify-content: center;
}

.inner-bg .breadcrumb a {
    color: #fff;
    font-family: "Space Grotesk", 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: 60px;
}

.cont-bg .form-inner .form-control {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.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: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 6px;
    color: #e03a3c;
}

.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 {
    position: relative;
    padding: 25px 25px;
    border-radius: 15px;
    background: #04171a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.form-inner h3 {
    text-align: center;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #e03a3c;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.form-inner h4 {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #e03a3c;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-top: 0px;
}

/*Contact page end*/
/*Form styling start*/
.form-control {
    border-radius: 0px;
    height: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    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 #e03a3c;
    margin-top: 5px;
    padding: 8px 15px;
    font-size: 15px;
}

.form-content {
    background: #fff;
    padding: 10px;
    margin-top: 35px;
}

.form-content .nav-item a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600 !important;
    padding: 10px 0 10px 0;
    background: #04171a;
    border: #04171a solid 1px;
}

.form-content .nav-tabs {
    border-bottom: 0px;
    margin-top: 0px;
    gap: 15px;
}

.form-content h4 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #04171a;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}

.tab-content {
    background: #fff;
    padding: 10px;
    margin-top: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: "Roboto", sans-serif;
    color: #fff;
    background-color: #e03a3c;
    border-color: #e03a3c #e03a3c #e03a3c;
}

.nav-tabs .nav-link {
    border-radius: 0;
    background: #ffffff;
    color: #e03a3c;
    font-family: "Roboto", sans-serif;
}

/*Form styling end*/
/*info start*/
.general-info img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.general-info h3 {
    color: #e03a3c;
    font-size: 19px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.general-info h2 {
    text-align: left;
    color: #04171a;
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 11px;
    font-family: "Space Grotesk", sans-serif;
    padding-top: 15px;
}

.abt-bg {
    background: #fff;
}

.about {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
}

.abt-img {
    position: relative;
}

.general-info p {
    color: #505050;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
}

.general-info ul li,
ol {
    padding: 5px 0;
    color: #505050;
    font-family: "Roboto", sans-serif;
}

/*venue start*/
.venue {
    position: relative;
    overflow: hidden;
    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: -o-linear-gradient(top, rgb(63 187 192 / 80%), 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: #fff;
    font-size: 24px;
    text-align: center;
    font-family: "Roboto", 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: #fff;
    bottom: 0;
    left: calc(50% - 25px);
}

.venue-box i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #e03a3c;
    font-size: 28px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    overflow: hidden;
    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: "Roboto", sans-serif;
    margin-bottom: 0px;
}

.footer {
    background: url(../images/innerbanner03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0 40px;
}

.footer hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-logo {
    margin: 0 0 15px 0;
}

.footer-logo h2 a {
    color: #fff;
    font-size: 52px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-logo h2 a span {
    color: #e03a3c;
}

.footer-link ul li {
    list-style: none;
    display: inline;
    padding: 0 0 0 10px;
}

.footer-link ul li a {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    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:hover {
    color: #e03a3c;
}

.footer-link ul {
    margin-bottom: 0px;
    margin-top: 10px;
}

.Copyright {
    position: relative;
    display: block;
    text-align: center;
    background-color: #ffffff0f;
    padding: 15px 0 17px;
    border-radius: 30px;
}

.Copyright p {
    margin-bottom: 0px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    color: #adafae;
}

.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: #e03a3c;
}

.thank-you h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #e03a3c;
    font-weight: 700;
    margin: 10px 0;
}

.thank-you h5 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #505050;
    font-weight: 400;
    margin-bottom: 10px;
}

/*thank-you end*/
.fas1 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.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;
}

.cont-bg .form-inner .btn-primary {
    border-radius: 5px;
    background-color: #e03a3c;
    border-color: #e03a3c;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -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: #e03a3c;
}

.general-info .info-box {
    position: relative;
    padding: 20px 20px;
    height: 100%;
}

.general-info .info-box img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    height: auto;
    min-height: 200px;
    transition: all 0.4s ease-out 0s;
    color: #000;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.middleinfo {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.middleinfo ul li {
    padding: 5px 0;
    color: #c5c5c5;
    font-family: "Roboto", sans-serif;
}

.middleinfo p {
    padding: 0px 15px 0 15px !important;
    color: #dedede !important;
    font-family: "Roboto", sans-serif !important;
}

.middleinfo h4 {
    padding: 0px 15px 0 15px !important;
}

.middleinfo ul {
    padding: 0px 15px 0 15px;
    margin: 0px 0 0 5px;
}

.middleinfo .info-box {
    position: relative;
    padding: 10px 10px;
    height: 100%;
    border: #585858 dashed 1px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 2px 35px rgb(105 105 105 / 50%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.middleinfo p {
    padding: 5px 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.TagLine {
    position: relative;
    padding: 48px 0 48px 0;
    background: #ededed;
}

.TagLine h3 {
    padding: 0px;
    margin: 0px;
    color: #e03a3c;
    font-size: 45px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.TagLine h5 {
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
    color: #000;
    text-align: center;
}

.MIddlwSec {
    position: relative;
    background: url(../images/Statsbanner03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
}

.MIddlwSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    z-index: -1;
    backdrop-filter: blur(2px);
}

.InfoBox {
    position: relative;
    background: #04171aab;
    backdrop-filter: blur(5px);
    padding: 50px 50px 50px;
}

.InfoBox h1 {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    padding: 0px;
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 700;
}

.InfoBox ul {
    padding: 0px;
    margin: 0px;
}

.InfoBox ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 0 20px 0;
    border-bottom: #939393 solid 1px;
}

.InfoBox ul li:last-child {
    border-bottom: none;
}

.InfoBox ul li i {
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: #747474 solid 4px;
    text-align: center;
    font-size: 23px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.InfoBox ul li:hover i {
    border-color: #e03a3c;
    background: #e03a3c;
}

.contbox span {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.contbox p {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.registersec {
    padding: 80px 0 80px 0;
}

.registersec h3 {
    padding: 0px 0 22px 0;
    margin: 0px;
    color: #e03a3c;
    font-family: "Space Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.registersec img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.registersec .btn-primary {
    padding: 10px 0;
    border-radius: 0;
    font-weight: 700;
    border-color: #e03a3c;
    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: "Space Grotesk", sans-serif;
    background: #e03a3c;
}

.general-info .info-box h4 {
    color: #e03a3c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Space Grotesk", sans-serif;
}

.general-info .info-box p {
    font-size: 16px;
    color: #505050;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.general-info .info-box:hover img {
    background-color: #e03a3c;
    color: #ffffff;
}

.abt-img,
.abt-img img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.general-info .row.pt-60 .col-md-4 {
    margin-bottom: 1rem;
}








/* end */