/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@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=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


/*global style*/

.sec-btn a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    font-family: 'Roboto';
    background: linear-gradient(248deg, #F9EA5C, #FF880D);
    padding: 16px 34px;
    display: inline-block;
}
.sec-head h2 {
    font-size: 52px;
    font-weight: 800;
    color: #2B1814;
    font-family: 'Cooper';
    line-height: 60px;
}

.sec-head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #232323;
    font-family: 'Roboto';
}
/*global style*/
/* header */
ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 30px !important;
    font-family: roboto;
    color: #FFFFFF !important;
}

ul.sf-menu.sf-js-enabled.sf-arrows li {
    margin: 0 10px;
}
/* header */
/*banner start*/
.banner-1 h2 {
    font-size: 70px;
    font-weight: 900;
    line-height: 80px;
    font-family: 'Cooper';
    color: #fff;
    width: 95%;
    text-transform: uppercase;
}

.banner-1 h2 strong {
    font-size: 70px;
    font-weight: 900;
    line-height: 80px;
    font-family: 'Cooper';
    color: #F9EB5B;
}

.banner-1 {
    padding: 260px 0px !important;
}

.banner-1 p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #ffff;
    font-family: 'Roboto';
    width: 50%;
    padding-bottom: 20px !IMPORTANT;
}
ul#menu-header-menu-socil li {list-style: none;margin: 0px 90px 0px 0px !important;color: #fff;display:  inline-block;}

ul#menu-header-menu-socil li i {
    color: #fff;
}
.banner-1 ul#menu-header-menu-socil {
    margin: 0 !IMPORTANT;
    transform: rotate(-90deg);
    position: absolute;
    top: 20%;
    left: -30% !important;
}

.banner-1 ul#menu-header-menu-socil li {
}

.banner-1 ul#menu-header-menu-socil li a {
    margin: 0px 0px !IMPORTANT;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.banner-1 ul#menu-header-menu-socil li a i {
    color: #FF880D;
    margin-right: 10px;
}
/*banner end*/


/*section-1 strat*/
.section-1 {
    padding: 80px 0px !important;
}
/*section1 end*/

/*section-2 strat*/

.section-2 {
    padding: 290px 0px 80px 0px !important;
}
.section-2 h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Nunito Sans' !important;
    margin-bottom: 0px !important;
}

.section-2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff !important;
    font-family: 'Roboto';
    padding-bottom: 8px;
}

.section-2 p a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #F9EB5B !important;
    font-family: 'Roboto';
    text-transform: capitalize;
    position: relative;
}

.section-2 p a::before {
    position: absolute;
    width: 21px;
    height: 15px;
    background: url(/wp-content/uploads/2024/02/Icon-ionic-ios-arrow-round-forward.png);
    content: '';
    right: -33px !important;
    background-repeat: no-repeat;
    top: 3px !important;
    bottom: 0 !important;
    margin: auto;
}
.section-2 .sec-head h2 {
    padding-bottom: 20px;
}

.section-3 .sec-head h2 {
    margin-bottom: 30px !IMPORTANT;
}

.section-3 .box-1 p {
    font-size: 32px;
    font-weight: 700;
    line-height: 59px;
    padding: 0px 20px 0px 20px;
    width: fit-content;
    margin: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.section-3 .box-1 p sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 59px;
}

.section-3 .sec-btn p {
    border: unset;
    margin: auto;
    margin-bottom: 0 !important;
}
/*section-2  end*/
/*section-3 start*/
.section-3 {
    padding: 120px 0px !important;
}

.sec-head h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-family: 'Nunito Sans' !important;
    margin-bottom: 0px !important;
    color: #000;
}

.box-1 ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
    font-family: 'Roboto';
    position: relative;
    width: fit-content;
    margin: auto;
}

.box-1 ul li::before {
    position: absolute;
    content: '';
    background: url(http://oceanpark.demowebsiteclient.com/wp-content/uploads/2024/02/Icon-awesome-check.png);
    height: 11px;
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    left: -30px;
}
.blue {
    background: #5EBDD3;
}

.box-1 {
    padding: 60px;
    width: 32%;
    margin: 0 auto !important;
}

.green {
    background: #83E183;
}

.yellow {
    background: #FAEF61;
}
/*section-3 end*/

/*section-4 start*/
.section-4 .wpb_wrapper {text-align: center;}

.section-4 {
    padding: 250px 0px !important;
}

.section-4  .span_12.dark .nectar_video_lightbox.play_button:before {
    border-color: #fff !important;
}

.section-4  .span_12.dark .nectar_video_lightbox path {
    fill: #fff !important;
}

/*section-4 end*/

/*section-5 start*/
.section-5 {
    padding: 120px 0px !important;
}

/*section-5 end*/
/* footer */
div#footer-widgets {
    padding: 0 5%;
}

div#footer-widgets .col.span_4:last-child {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div#footer-widgets .col.span_4:nth-child(2) {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#footer-outer {
    background: url(/wp-content/uploads/2024/02/Mask-Group-14.png);
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

div#footer-outer {
    position: relative;
    margin-top: -200px;
}

.section-5 {
    padding-bottom: 280px !IMPORTANT;
}

div#footer-widgets ul#menu-social-menu li a i {width: 20px;height: 30px;display: flex;align-items: center;justify-content: center;font-size: 23px !important;color: #fff;}

div#footer-widgets ul#menu-social-menu {
    display: flex;
    gap: 25px;
}

div#footer-widgets ul#menu-social-menu li {
    padding: 0px !important;
}

div#footer-widgets .material #footer-outer #footer-widgets .col ul#menu-social-menu li {
    padding: 0 !important;
}

#copyright .col.span_5 {
    width: 100% !important;
    margin: auto;
    text-align: center;
}

#footer-outer #copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
}


body #footer-outer #footer-widgets .row {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

#footer-outer .widget h4 {
    font-size: 34px;
    font-weight: lighter;
    line-height: 27px;
    font-family: cooper;
    color: #fff;
    padding-top: 60px;
}

div#footer-widgets p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

div#footer-widgets p strong {
    font-size: 20px;
}

div#footer-widgets p a {
    color: #fff;
}
/* footer */

.page-id-97 .section-2 {
    padding: 80px 0px 320px 0px !important;
}
.section-contact {
    padding: 80px 0px 80px 0px !important;
}

div#wpforms-109 {
    width: 91%;
    margin: 0 auto;
}

.section-contact input {
    height: 55px !important;
    border-radius: 0px !important;
}

.section-contact textarea#wpforms-109-field_2 {
    height: 250px;
}

.section-contact ::placeholder {
    font-size: 14px;
    font-family: 'Roboto';
}

button#wpforms-submit-109 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    font-family: 'Roboto';
    background: linear-gradient(248deg, #F9EA5C, #FF880D);
    padding: 15px 52px !important;
    display: inline-block;
    height: 55px;
}


iframe {
    width: 100%;
    height:705px

}
.section-map {
    padding: 80px 0px 280px 0px !important;
}
.page-id-99 .section-3 {
    padding: 80px 0px 280px 0px !important;
}

.sec-contact-in {padding: 50px;}

.sec-contact-in h3, h5 ,p {
    color: #ffff;
}

.sec-contact-in h3, h5 {
    font-family: 'cooper';
    font-size: 27px;
}

.sec-contact-in p {font-family: 'Roboto';}
.wpbc_times_selector .wpbc_time_selected {
    background: #ffbf00 !important;
    color: #fff !important;
    border-color: #ffbf00 !important;
}

.wpbc_times_selector div {
    background: #31c953 !important;
    color: #fff !important;
}

.datepick-inline .datepick-one-month .datepick .datepick-current-day {
    background: #ffbf00 !important;
}

.wpdev_hint_with_text:last-child {
    display: none !important;
}

.block_hints .block_pending {
    background: #ffbf00 !important;
}

.block_hints .block_booked {
    background: #6c757d !important;
}

.wpbc_container_booking_form .wpbc__row {
    display: block !important;
}


.admissiom-in {
    padding: 100px 0px 150px 0px !important;
}

.wpbc_container_booking_form .wpbc__field:first-child {
    padding-right: 0px;
}
.main-box .box-1 ul li {margin: 12px 10px;line-height: 25px;}

.main-box .box-1 ul li strong {
    margin-left: 20px;
    font-weight: 900;
}

.main-box .box-1 {
    width: 39%;
    padding: 40px !important;
}
.wpbc__field {
    padding-right: 0px !important;
}
input.wpbc_button_light {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 30px;
    color: #000 !important;
    font-family: 'Roboto';
    background: linear-gradient(248deg, #F9EA5C, #FF880D) !important;
    padding: 16px 54px !important;
    display: inline-block;
}
form#booking_form5 {width: 60%;margin: 0 auto;}
/* responsive */
@media only screen and (
    max-width: 1444px) {
.banner-1 ul#menu-header-menu-socil {
    left: -32% !important;
}

ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 20px !important;
}

.banner-1 h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    width: 83%;
}

.banner-1 h2 strong {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
}

.banner-1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.sec-btn a {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.sec-head h2 {
    font-size: 41px;
    line-height: 50px;
}

.sec-head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.section-2 {
    padding: 160px 0px 80px 0px !important;
}

.sec-head h3 {
    font-size: 25px;
}

.section-3 .box-1 p {
    font-size: 24px;
    line-height: 51px;
}

.section-3 .box-1 p sub {
    font-size: 14px;
}

.box-1 ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 135px;
}
	#header-outer.small-nav .logo-clone img, #header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
    height: 130px;
}
.box-1 ul li::
    before {
    background-size: contain;
    height: 10px;
    width: 10px;
    left: -20px;
}

#footer-outer .widget h4 {
    font-size: 28px;
}

div#footer-widgets p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

div#footer-widgets p strong {
    font-size: 17px;
}

div#footer-outer {
    padding-top: 50px;
}
.banner-1 {
    padding: 120px 0px !important;
}

.banner-1 ul#menu-header-menu-socil {
    top: 40%;
    left: -19% !important;
}

.banner-1 ul#menu-header-menu-socil li a {
    font-size: 16px;
}

.banner-1 ul#menu-header-menu-socil li {
    margin: 0px 30px 0px 0px !important;
}
}
@media only screen and  max-width: 1326px) {
.banner-1 ul#menu-header-menu-socil {
    left: -21% !important;
}
}
