body {
    overflow-x: hidden;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

label {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin: 0px;

}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="tel"].form-control,
textarea.form-control {
    background: transparent;
    border: none;
    padding: 10px 0px;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    color: #ffffff;
    opacity: 1;
    font-family: 'Myriad Pro';
}

select.form-control {
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background-image: url(../images/selectArrow.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
}

.form-control:focus,
.form-control:active {
    color: #fff;
    box-shadow: none;
    background: transparent;
    border-color: #fff !important;
    opacity: 1 !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

::-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

::-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}


/* Start Button Styles */
button.siteBtn,
.siteBtn {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #911339;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: 'Myriad Pro';
    padding: 18px 69px;
    position: relative;
    text-decoration: none;
    outline: none;
    border: none;
}

button.siteBtn:hover,
.siteBtn:hover {
    background: #000;
    color: #fff !important;
}

/*End Button Styles*/

.container {
    position: relative;
}


/*Stat Header*/

header {
    position: absolute;
    top: 0;
    padding: 0px;
    z-index: 2;
    width: 100%;
}

header .container {
    padding-right: 250px;
}

header .top-bar {
    position: relative;
    padding: 7px 0px 0px;
    z-index: 1;
}

header .top-bar .contact-information ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

header .top-bar .contact-information ul li {
    margin: 0;
    padding: 0px;
    list-style: none;
    position: relative;
}

header .top-bar .contact-information ul li {
    font-family: 'Myriad Pro';
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
}

header .top-bar .contact-information ul li:before {
    content: '|';
    position: absolute;
    left: -7px;
}

header .top-bar .contact-information ul li:first-child::before {
    display: none;
}

header .top-bar .contact-information ul li i {
    color: #fb9475;
    font-size: 14px;
    margin-right: 5px;
}

header .top-bar .contact-information ul li a:hover {
    color: #fb9475;
}

header .top-bar .social-media {
    display: inline-block;
    margin-left: 80px;
    margin-right: 40px;
}

header .top-bar .social-media a {
    display: inline-block;
}

header .top-bar .social-media a img {
    margin-left: 10px;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .top-bar .social-media a:hover img {
    transform: scale(0.9);
}

header .top-bar .social-media a:first-child img {
    margin-left: 0px;
}

header .navbar {
    padding: 15px 0px 0px;
}

header .navbar .container {
    justify-content: flex-end;
}

header .navbar .navbar-brand {
    margin: 0px;
    padding: 0px;
}

header .navbar-nav {
    align-items: center;
}

header .navbar-nav .nav-item {
    position: relative;
    margin: 0px 0px 0px 30px;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    margin: 0px;
    padding: 7px 12px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    font-family: 'Myriad Pro';

}

header .navbar-nav .nav-item.active .nav-link,
header .navbar-nav .nav-item .nav-link:hover,
header .navbar-nav .nav-item .nav-link:focus {
    color: #fff;
    background: #911439;
}

header .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0px;
}

.navbar-light .navbar-toggler {
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.5);
    padding: 3px 5px 4px;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    outline: none !important;
}

.toogle-menu-btn {
    display: none;
}

.toogle-menu-btn::after {
    content: '\f107';
    font-family: 'FontAwesome';
}

header .navbar .desktop-logo .navbar-brand img {
    position: relative;
    top: -72px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/toggle-icon.svg);
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px;
}

/* End Navbar */


/* End Header */


/* Start Site Banner*/

.site-banner {
    position: relative;
    padding-top: 0px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 993px;
    overflow: hidden;
}

.site-banner::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    height: 149px;
    background: url('../images/bannerBottomShape.png') no-repeat bottom center;
    z-index: 99;
    max-width: 1920px;
    transform: translateX(-50%);
    background-size: cover;
    pointer-events: none;
}

.bannerLady {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: -120px;
    pointer-events: none;
    bottom: -269px;
}

.bannerLady.contact {
    bottom: -173px;
}

/* .bannerLady img {
    width: 59%;
} */
.bannerLogo {
    padding: 110px 340px 0px 0px;
    margin-left: auto;
    text-align: right;
}

.site-banner .banner-text {
    z-index: 9;
    text-align: center;
    position: relative;
    margin-left: auto;
    padding-right: 170px;
    padding-top: 0;
    margin-right: 0;
    margin-top: 50px;
}

.site-banner .banner-text .innerPart {
    max-width: 800px;
    margin-left: auto;
}

.site-banner .banner-text:before {
    content: '';
    position: absolute;
    left: -50%;
    width: 1000%;
    height: 230px;
    /* background: rgba(0,0,0,.4); */
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    z-index: -2;
    background: #fff;
    opacity: 0.231;
}

.site-banner .banner-text h1 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.site-banner .banner-text p {
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'Myriad Pro';
    font-weight: normal;
}

/* End Site Banner*/

/* Start Footer*/

footer {
    position: relative;
    padding: 60px 0px 0px;
    background: #222222;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 25px;
    line-height: 1;
    padding: 0px;
    text-transform: uppercase;
}

footer p {
    font-family: 'Myriad Pro';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    padding: 0 25px
}

.footer-address ul {
    padding-left: 0;
    margin: 0px;
}

.footer-address ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #f6f6ef;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 0px 0px 40px;
}

.footer-address ul li i {
    font-size: 20px;
    left: 0px;
    top: 6px;
    position: absolute;
}

.footer-address ul li span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.footer-address ul li:last-child {
    margin-bottom: 0px;
}

.footer-menu h3.footer-title,
.ftAddrees h3.footer-title {
    margin-bottom: 60px;
}

.footer-menu li a:hover,
.footer-address ul li a:hover,
.footer-social ul li a:hover {
    color: #fb9475;
}

.footer-menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}

.footer-menu ul li {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.footer-menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-menu ul li a {
    font-size: 16px;
    line-height: 1;
    color: #f6f6ef;
    list-style: none;
    display: inline-block;
    position: relative;
}

.footer-address ul li a {
    word-wrap: break-word;
}

.footer-menu ul li::before {
    content: '\f054';
    position: absolute;
    left: 0px;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 1;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #fb9475;
}

.footer-box .footer-social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-box .footer-social ul li {
    list-style: none;
    font-size: 16px;
    margin: 0px 0px 30px;
    padding: 0;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.social a {
    text-align: center;
    border: 1px solid hwb(0deg 100% 0% / 20%);
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    line-height: 38px;
    border-radius: 50%;
    font-size: 16px;
    margin: 0 15px;
}

.social a:hover,
.social a:focus {
    color: #fb9475;
}

.ft-bottom-bar {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 0px;
}

.ft-bottom-info {
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.ft-bottom-info a {
    color: #ec5b86;
}

.ft-bottom-info a:hover {
    color: #fb9475;
}

.footer-box .galleryBox {
    max-width: 250px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}

/* End Footer */

/* Start Light CTA */
.light-cta {
    background: #efcec9;
    padding: 85px 0px;
    margin: 15px 0px;
}

.light-cta h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #911439;
    margin: 0px 0px 15px;
    padding: 0px;
}

.light-cta h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #222;
    margin: 0px 0px 15px;
    padding: 0px;
}

.light-cta p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #8c8b8b;
    margin: 0px 0px 15px;
    padding: 0px;
}

/* End Light CTA */

/* Start Gray Section */
.graySection {
    background: #ebebeb;
    padding: 100px 0px;
   
}
section { overflow: hidden;}

.graySection .logosPart .imgPart:not(:last-child) {
    margin-bottom: 30px;
}

.graySection h4 {
    letter-spacing: 0.5px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #fb9475;
    margin: 0px 0px 15px;
    padding: 0px;
}

.graySection h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.4;
    color: #222;
    margin: 0px 0px 40px;
    padding: 0px;
}

.graySection p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #444444;
    margin: 0px 0px 40px;
    padding: 0px;
}

/* End Gray Section */

/* Start Welcome Section */
.welcomeSection {
    padding: 60px 0px;
    background: #fff url(../images/welcomeBg.png)repeat-x top center;
    position: relative;
}

.welcomeSection:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #fb9375;
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translate(-50%, 0);
}

.welcomeSection:after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #aaaaaa;
    position: absolute;
    left: 50%;
    top: 14.1%;
    transform: translate(-50%, 0);
}

.st_btn {
    text-align: right;
}

.welcomeSection h2 {
    font-family: 'Playfair Display', serif;
    font-size: 90px;
    line-height: 1;
    color: #222;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.welcomeSection h2 span {
    display: block;
    font-size: 40px;
}

.welcomeSection .imagesBoxe {
    margin-top: -50px;
}

/* End Welcome Section */
/* Start About PAge */
.aboutPage .site-banner, .page-id-15 .site-banner {
    min-height: 870px;
}

.aboutPage .site-banner .bannerLogo img, .page-id-15  .site-banner .bannerLogo img{
    max-height: 360px;
}

/* End About PAge */
/* Start Inner Page Section */
.innnerSection,
.aboutPage.enrollTodayPage .innnerSection {
    padding: 60px 0px;
    background: #fff url(../images/welcomeBg.png)repeat-x top center;
}

.innnerSection h2 {
    font-family: 'Playfair Display', serif;
    font-size: 90px;
    line-height: 1;
    color: #222;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.innnerSection h2 span {
    display: block;
    font-size: 40px;
}

.innnerSection h3 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1.4;
    color: #222;
    text-transform: uppercase;
    margin: 50px 0px 20px;
}

.innnerSection p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #707070;
    margin: 0px 0px 20px;
    padding: 0px;
}

.innnerSection p:last-child {
    margin-bottom: 0px;
}

.imagesPart {
    text-align: right;
    position: relative;
}

.imagesPart .imgBox {
    overflow: hidden !important;
}

.imagesPart .imgBox.imgLand {
    width: 372px;
    height: 255px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    right: 200px;
    top: 0;
}

.imagesPart .imgBox.imgSmSquare {
    width: 232px;
    height: 232px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    right: 40px;
    top: 150px;
}

.imagesPart .imgBox.imgSquare {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    right: 280px;
    top: 260px;
}

.imagesPart .imgBox.imgPortrait {
    width: 211px;
    height: 255px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 390px;
    right: 60px;
}

.innnerSection h4 {
    font-size: 20px;
    border-top: 2px solid #000;
    padding-top: 10px;
}

.innnerSection p span.strongHeading {
    display: block;
    font-weight: 700;
}

.innnerSection a {
    color: #911439;
}

.innnerSection a:hover {
    color: #222;
}

/* End Inner Page Section */

/* Start programs Page */
.programsPage .site-banner {
    min-height: 870px;
}

.programsPage .site-banner .bannerLogo img {
    max-height: 360px;
}

.programsPage .bannerLady {
    left: -160px;
    bottom: -150px;
}

.table thead {
    background: #911439;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.table tr td:nth-child(even),
.table thead tr th:nth-child(even) {
    text-align: center;
}

.table tfoot {
    background: #464646;
    color: #fff;
    font-weight: 700;
}

.table th,
.table td {
    font-size: 16px;
}

.table thead th {
    border-bottom-color: #222;
    vertical-align: top;
}

.table thead tr th:nth-child(even) {
    width: 150px;
}

.innnerSection a {
    word-break: break-all;
}

/* End programs Page */
.paymentButtons {
    position: absolute;
    right: 15px;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
    display: flex;
    text-align: center;
}

.paymentButtons a.paymentButton {
    border: 1px solid #000;
    padding: 0;
    display: inline-block;
    margin: 0px 0px 0px 8px;
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.paymentButtons a.paymentButton:hover {
    background: #fff;
}

.paymentButtons img {
    height: 22px;
}

.contactPart {
    margin-top: 200px;
    background: #faefed;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
    margin-bottom: 50px;
}

.contactPart h4 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #222;
    border: none;
    margin-bottom: 30px;
    padding-top: 0px;
}

.gIfream {
    height: 400px;
    margin-top: -50px;
    margin-left: 0px;
    margin-bottom: 50px;
    border: 10px solid #fff;
}


/* Start Gallery */
.grid-item {
    width: 20%;
    float: left;
    background: #911439;
}

.grid-item a::before,
.grid-item a::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}

.grid-item a::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;

}

.grid-item a::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.grid-item a:hover::before,
.grid-item a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.grid-item.layout-1-2,
.grid-item.layout-1-1 {
    width: 20%;
}

.grid-item.layout-2-1,
.grid-item.layout-2-2 {
    width: 40%;
}

.grid-item img {
    width: 100%;
}

.grid-item:hover img {
    opacity: 0.4;
}

.grid-item a {
    position: relative;
    /*display: inline-block;*/
    display: block;
}

/* .grid-item a::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 0.3s ease;
}
.grid-item a:hover::before{
    opacity: 0;
} */
.grid-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    font-size: 0;
    transition: all 0.3s ease;
    opacity: 0;
    width: 0px;
    height: 0px;
    background: #000;
    line-height: 0px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.grid-item:hover i {
    opacity: 1;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.grid-main-wrapper.grid-container {
    display: inline-block;
    width: 100%;
}

.gallery-section {
    background: #f6f6ef;
}

/* End Gallery */

/* form section */
.cust_form_section .form-wrapper {
    max-width: 850px;
    margin: 60px auto;
    margin-top: 0;
}

.cust_form_section .form-card {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 0 10px #0000007a;
}

.cust_form_section .header-title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.cust_form_section .sub-text {
    color: #777;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
}

.cust_form_section .section-title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    color: #333;
    font-family: 'Playfair Display', serif;
}

.cust_form_section .form-control,
.form-select {
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid #ddd;
}

.cust_form_section .form-control:focus {
    box-shadow: none;
    border-color: #6c63ff;
}

.cust_form_section .form-check-input:checked {
    background-color: #6c63ff;
    border-color: #6c63ff;
}

.cust_form_section .btn-submit {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    border-radius: 0px;
    box-shadow: none;
    background-color: #911339;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: 'Myriad Pro';
    padding: 18px 55px;
    position: relative;
    text-decoration: none;
    outline: none;
    border: none;
}

.cust_form_section .btn-submit:hover {
    background: #000;
}

.cust_form_section .cust_submit {
    text-align: center;
}

.cust_form_section .form-card input {
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    color: #000;
}

.cust_form_section .form-card input:focus {
    border-color: #ddd !important;
    color: #000;
}

.cust_form_section .form-card label {
    color: #000;
}

.cust_form_section textarea {
    border-radius: 10px;
}

.cust_form_section textarea:focus {
    border-color: #ddd !important;
    color: #000;
}

.cust_form_section .contact-box {
    background: #f8f9ff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
}

/* form section */
.footer-gallery {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.innnerSection h2 span.coming {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: underline;
    text-underline-offset: 8px; 
    text-decoration-thickness: 2px;
}

  .innnerSection p.coming-sub {
    font-size: 14px;
    color: #131010;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 1.5px;
    font-style: italic;
}
.comingbox {
    border: #ccc 1px solid;
    background: rgba(255,255,255,0.2);
}