:root {
     --color-black: #4A4A4A;
     --color-white: #fff;
     --color-pink: #B2298E;
     --color-purple: #711e80;
}
 :root {
     --font-serif: "Open Sans";
     --font-Poppins: "Poppins";
}
 .sticky-class{
     display: none;
}
 .sticky-class.stickynavbar{
     display: block;
}
 #site-sticky-menu .sidenav{
     justify-content: start !important;
}
 #site-sticky-menu .sticky-logo{
     text-align: end;
}
 .stickynavbar{
     box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
     backdrop-filter: blur(13px);
     background-color: rgb(200 200 200 / 10%);
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 99;
}
.fa-user {
    cursor: pointer;
}
 .logged-in.home.customize-support .sticky{
    margin-top: 60px;
}
 #site-sticky-menu.stickynavbar .header-cls{
     display: flex;
     width: 100%;
}
 #site-sticky-menu .header-cls.container {
     margin: 0 auto;
     display: flex;
     justify-content: center;
     align-items: center;
}
 /* .sticky-logo img {
     width: 100px;
     height: auto;
} */
 .stickynavbar .sticky-logo {
     display: block !important;
}
 .stickynavbar .header-box-sticky{
     margin-left: 100px;
}
 .main-navigation ul ul li:hover a{
     background: unset;
}
 #menu-footer-menu-1{
     display: flex;
     padding: 15px 0;
}
 #menu-footer-menu-1 li a{
     padding: 0px 45px 0px 0px;
     font: 600 16px/20px Open Sans;
     color: var(--color-white);
}
 .textwidget p{
     font: normal normal 300 13px/30px Poppins;
     color: #fff;
     display: flex;
    gap: 5px;
    padding-top: 7px;
    cursor: pointer;
}
#text-2 {
    display: flex;
    gap: 10px;
    padding-top: 25px;
}
@media (max-width: 1075px) {
    #text-2 {
        display: flex;
        flex-direction: column;
    } 
}

 .contact-widget-content{
     display: flex;
     justify-content: space-between;
}
 .contact-widget-content a{
     font: 300 14px/20px Muli;
     color: #fff;
}
 .contact-us h3 {
     font: 600 22px/25px open Sans;
     color: #ffff;
}
 .footer-social-icon i{
   font-size: 16px;
    color: #ffffff;
    /* background-color: #fff; */
    padding: 7px;
    border-radius: 50%;
}
 .footer-social-icon .fa-facebook-f{
    padding: 8px 11px !important;
}
 .copyright-text p a {
    font: 600 14px/26px Muli;
    color: #fff;
}

 .topbar-cls{
    background-color: var(--color-pink) !important;
    border-radius: 0 0 0 50px;
    padding-inline-end: 8%;
}

.nav-golf {
    position: relative;
    top: 10px;
    left: 26px;
    height: auto !important;
    width: auto !important;
}
@media (max-width:768px) {
    .logo {
      margin-top: 0;
    }
    /* .head-logo {
      padding-top: 20px;
    } */
}
@media (max-width:1024px) {
    .about-row  {
        gap: 100px;
        padding: 20px 0px 0px 0px;
    }
}
@media (max-width: 425px) {
    .about-img {
        padding-top: 120px;
    }
}
@media (max-width: 375px) {
    .about-img {
        padding-top: 165px;
    }
}
@media (max-width: 320px) {
    .about-img {
        padding-top: 270px;
    }
}




 #topBar{
     padding: 0px 0px;
}
 /* #announcement-bar .header-bg{
     box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
     background-color: #0B2B26;
     padding-top: 7px;
     width: 100%;
} */

 #bwt_header-menu {
     position: relative;
     z-index: 2;
}
 #announcement-bar {
     padding: 0px;
}
 .announcenet-left-content{
     padding: 9px 0px;
}
 #announcement-bar .announcenet-left-content i {
     color: var(--orange);
     font-size: 20px;
     margin-inline-end: 10px;
}
 #announcement-bar .announcenet-left-content .topbar-call i {
     transform: rotateY(180deg);
}
 .announcenet-left-content a{
     font: normal normal normal 12px/21px Poppins;
     color: #fff;
}
 #announcement-bar .announcenet-right-content {
     justify-content: end;
}
 #announcement-bar .topbar-menu a:first-child:after {
    position: absolute;
    right: -10px;
    top: 2px;
    content: '';
    height: 13px;
    width: 2px;
    background-color: #0E2B5C;
}
 .announcement-hr {
     width: 96%;
     margin: 0 auto;
     background: #CCCCCC;
     height: 2px !important;
}
 .header-read-more a {
     background-color: var(--color-yellow);
     padding: 10px 10px;
     color: var(--color-white);
     font: 600 16px/25px Poppins;
     border-radius: 5px;
     z-index: 1;
     font-weight: 500;
}
 .Book-now-btn:hover:before {
     transform: rotate(-4deg);
}
 .Book-now-btn:before {
     position: absolute;
     content: '';
     height: 100%;
     width: 100%;
     background: var(--color-black);
     left: 0;
     top: 0;
     z-index: -1;
     border-radius: 6px;
}
.logo img {
  height: 47px;
  width: 114px;
  /* width: auto;
  height: auto !important; */
}
 .header-form {
   display: none;
}
 .responsive-menu-title{
     display: none;
}
 .top-social-share i:hover {
     color: var(--color-pink) !important;
}
 .top-social-share a{
     padding-left: 20px;
     font: normal normal normal 14px/21px Poppins;
     color: #fff;
}

 /* .stickynavbar .header-class:not(.container) {
     padding-inline-end: 7%;
} */
 .contact-widget-content .fa-phone{
     transform: rotate(90deg);
}
 #menu-primary-menu>li.current-menu-item{
     color: #fff !important;
     /* padding: 35px 10px 2px 10px; */
     
}
#menu-primary-menu>li.current-menu-item::after{
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 1px;
    border: 1px solid white;
}
 #announcement-bar .sub-menu .current-menu-item a {
     padding: 10px 15px;
}
 .main-navigation ul {
     margin: 0;
     padding: 0;
}
 .main-navigation li {
     position: relative;
     /* padding: 29px 22px; */
     display: inline-block;
     color: #fff;
}
@media (max-width: 1023px) {
    .menu ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.menu ul {
    display: flex;
    justify-content: space-between;
}

 .main-navigation a, #menu-primary-menu a {
     position: relative;
     color: var(--color-white);
     text-decoration: none;
     font: 600 16px/20px Open Sans;
}
 #site-navigation ul>li.menu-item-has-children>a:after {
     content: '\f107';
     font-family: "Font Awesome 6 Free";
     position: absolute;
     font-size: 16px;
     right: -17px;
     top: 2px;
}
 .main-navigation ul ul {
     display: none;
     position: absolute;
     left: 0;
     top: 100%;
     background-color: #FFFFFF;
     min-width: 250px;
     z-index: 9999;
     box-sizing: border-box;
     -webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
     -ms-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
     box-shadow: 0px 8px 14px 0px #00000040;
     animation: zoomIn .4s ease-in-out;
}
.sub-menu li a {
  color: #0B2B26 !important;
}
 .main-navigation ul ul ul {
     left: 100%;
     top: 0;
}
 .main-navigation ul li:hover > ul {
     display: block;
}
 .main-navigation .menu > ul > li.highlight {
     background-color: var(--green);
}
 .main-navigation .menu > ul > li.highlight:hover {
     background: transparent;
}
 .menubar.scrolled .menu > ul > li:hover > a:after, .menubar.scrolled .menu > ul > li.current_page_item > a:after, .menubar.scrolled .menu > ul > li.current-menu-item > a:after {
     height: 2px;
}
 .menu > ul > li.exoplanet-search:after {
     background: transparent !important;
}
 .main-navigation ul ul li:hover > a {
     color: var(--pink);
}
 #sticky-onoff {
     display: none;
}
 .sub-menu li a {
     position: relative;
     font-family: Open Sans;
     font-size: 16px;
     margin-bottom: 5px;
     display: inline-block;
     -webkit-transition: padding-left .2s ease;
     -ms-transition: padding-left .2s ease;
     transition: padding-left .2s ease !important;
}
 .sub-menu li {
     padding: 10px 10px 10px 17px !important;
     display: block;
}
 .sub-menu li a:after {
     content: "";
     display: block;
     position: absolute;
     z-index: 1;
     top: auto;
     bottom: -5px;
     left: 0;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
     width: 0;
     height: 1px;
     -webkit-transition: width .2s ease;
     -ms-transition: width .2s ease;
     transition: width .2s ease;
     background: var(--green);
}
 .sub-menu >li:hover > a:before {
     width: 13px;
}
 .sub-menu li a:before {
     content: "";
     position: absolute;
     width: 0;
     height: 2px;
     background: var(--green);
     left: 10px;
     bottom: 0px;
     transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
}
 .toggle-nav, a.closebtn {
     display: none;
}
 amp-sidebar#sidebar1 {
     display: none;
}
 [class*="amphtml-sidebar-mask"] {
     background: none;
     z-index: 99;
}
 .sub-menu>li:hover>a:after {
     width: 100%;
}
 .sub-menu>li:hover>a {
     padding-left: 10px;
}
 .sticky .logo {
     padding: 0px 0 10px 0px;
}
 #top-header .header-quote-btn a {
     background-color: var(--downriver);
     padding: 10px;
     color: var(--white);
     display: flex;
     align-items: center;
}
 #top-header .header-quote-btn a i {
     --dimention: 20px;
     color: var(--downriver);
     background-color: var(--white);
     height: var(--dimention);
     width: var(--dimention);
     border-radius: 50%;
     line-height: var(--dimention);
     text-align: center;
     font-size: 12px;
     margin-inline-end: 10px;
}
 #top-header .header-search-form input[type='search'] {
     width: 150px;
     border: none;
}
 #top-header .header-search-form input[type='submit'] {
     font-size: 0;
     height: 25px;
     width: 25px;
     border: none;
     background: none;
}
 #top-header .submit-btn {
     padding-bottom: 30px;
}
 #top-header .submit-btn i {
     font-weight: 600;
     font-family: 'Font Awesome 6 Free';
     position: absolute;
     inset: 8px 4px;
     cursor: pointer;
     z-index: -1;
     color: var(--orange);
}
 ::placeholder {
     color: var(--downriver);
     opacity: 1;
     ;
}
 :-ms-input-placeholder {
     color: var(--downriver);
}
 ::-ms-input-placeholder {
     color: var(--downriver);
}
 .header-search-form:after {
     content: '';
     position: absolute;
     height: 90px;
     width: 2px;
     background: #cccccc;
     top: -30px;
     left: -32%;
}
 #footer .errorimg{
     max-width: 400px;
     width: 100%;
}
 #footer h3 {
     font: bold 24px/45px Roboto Slab;
     color: var(--black);
}
 #footer .footer-cols .textwidget p {
     margin-block: 20px;
}
 #footer .footer_boxes .main-foot1 .location {
     margin-block-start: 20px;
}
 #footer .main-foot p {
     color: var(--downriver) !important;
}
 #footer .custom-social-icons {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}
 #footer .custom-social-icons a {
     height: 50px;
     width: 50px;
     text-align: center;
     line-height: 50px;
     background-color: #f1f1f1;
     color: #a3a3a3;
}
 #footer .custom-social-icons a:hover {
     color: var(--black);
}
 #footer .footer_boxes p, #footer .main-foot1 :is(p, a) {
     font: 16px/30px Lato;
     color: var(--black);
}
 .copyright {
     background-color: var(--downriver);
     padding-block: 15px;
     position: relative;
}
 .copyright .footer_copyright_text :not(a) {
     color: var(--white);
     text-align: center;
     font-size: 16px;
     font-family: Lato;
}
 .copyright .credit_link a {
     color: var(--orange);
     font: 16px/30px Lato;
}
 #footer :is(.main-foot, .main-foot1) {
     padding-inline-end: 30px !important;
}
 #footer form {
     position: relative;
}
 #footer form input[type="email"] {
     width: 100%;
     border: 1px solid var(--downriver);
     padding: 5px 10px;
}
 #footer form input[type="submit"] {
     position: absolute;
     right: 13px;
     top: 11px;
     font-weight: 900;
     font-family: "Font Awesome 6 Free";
     border: none;
     border-radius: 50%;
     background: var(--orange);
     font-size: 10px;
     height: 20px;
     width: 20px;
     line-height: 20px;
     text-align: center;
     color: var(--white);
}
 #main-header input[type="text"] {
     height: 65px;
     font-size: 21px;
     font-weight: 500;
     outline: none;
     color: #555;
     padding: 0 25px;
     width: 750px;
     position: absolute;
     top: 0;
     right: 0;
     background: #fff;
     z-index: 3;
     transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
     cursor: pointer;
     border: 1px solid #BBB;
     cursor: text;
}
 .header-form i {
     font-size: 29px;
     color: #03B2FB;
     position: absolute;
     right: 20px;
     z-index: 4;
     top: 16px;
}
/*------ search bar ----------*/
 .search-icon {
     background-color:unset;
     border: 0;
     outline: none;
}
 .search-toggle .search-icon.icon-close,.search-toggle.opened .search-icon.icon-search {
     display: none;
}
 .search-toggle.opened .search-icon.icon-close {
     display: inline-block;
     margin: unset;
}
 .search-container {
     position: relative;
     box-shadow: rgb(0 0 0 / 10%) 0px 4px 8px;
     transition: all 0.3s ease-in-out;
     display: none;
}
 .search-container.opened {
     max-height: 100px;
     transition: all 0.5s ease-in-out;
     z-index: 99;
}
 .search-container input[type="text"] {
     outline: none;
     font-size: 1.6rem;
     margin: 18px;
     width: 300px;
     background-color: inherit;
     border: 0;
}
 .search-container .search-icon {
     vertical-align: super;
}
 .contains-search {
     position: relative;
}
 .search-container {
     position: absolute;
     /* right: 40px; */
     z-index: 9;
     width: auto;
     top: 9em;
}
 .search-container [type=search]{
     border: unset;
     position: relative;
     background: #fff;
     padding: 13px 10px;
     width: auto;
     font-family: 'Quicksand';
     font-weight: 600;
     border-radius: 0;
}
 .contains-search .fa-times:before{
     position: relative;
     top: 6px;
     font-size: 16px;
}
 .search-buttons {
     color: white;
     width: 0;
     position: absolute;
     right: 15px;
}
 .search-buttons i {
     position: relative;
     top: 0px;
     left: 15px;
     background-color: #0B2B26;
     padding: 17px 20px 17px 13px;
     color: white;
}
 .search-icon.icon-close i {
     color: #fff;
     width: 45px;
     height: 45px;
     font-size: 14px;
     background: var(--pink);
     padding: 9px 0 !important;
     border-radius: 50%;
     position: relative;
}
 .search-icon{
     color: #fff;
     font-size: 16px;
}


.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template{
  background-color: #F1F1F1 !important;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: black;
}
.copyright-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #A8A8A8;
}
.copyright-text p a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #A8A8A8;
}
.navbar  {
    display: block !important;
}
.footer-text {
    display: flex;
    gap: 40px;
}

.footer-one {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #FFFFFF;
}
.footer-two {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
    width: 188px;
    text-align: left;
}
/* .header-bg {
    display: flex;
    gap: 20px;
    padding-bottom: 13px;
    
}  */
@media screen and (max-width: 782px) {
    html #wpadminbar {
        height: 46px;
        min-width: 100% !important;
    }
}
#menu-item-242 a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF !important;
}
#menu-item-241 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
#menu-item-243 a{
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF !important;
}
#menu-item-236 a {
    font-family: Lato;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
    font: 600 16px/20px Open Sans;
}
#menu-item-237 a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
#menu-item-238 a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
#menu-item-239 a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
#menu-item-240 a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
.widget-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 10px;
}
.custom-social-icons span {
    display: none;
}
.custom-social-icons a {
    background-color: white;
    padding: 2px 6px 2px 6px ;
    border-radius: 2px;
    height: fit-content;
}
.custom-social-icons {
    display: flex;
    gap: 12px;
    
}
.footer-details  {
    padding-top: 9%;
}
#menu-company {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-top: 30px;
}
#menu-customer-service {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-top: 30px;
}
.location {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
.contact-text {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFFFFF;
}
.custom_facebook i {
    color: #3D6AD6;
}
.custom_instagram i {
    background: linear-gradient(0deg, #E09B3D 0.29%, #C74C4D 29.97%, #C21975 59.65%, #7024C4 99.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.custom_pinterest i {
    color: #D32F2F;
}
.custom_twitter i {
    color: #03A9F4;
}
#wpb_social_widget-2 {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.custom-social-icons {
    margin: 0 !important;
}
#menu-company {
    list-style: none !important;
}
#menu-customer-service {
    list-style: none;
}
.menu-item-type-custom a {
    list-style: none;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
}
.menu-item a {
    color: #fff !important;
}
.about_me p {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #FFFFFF;
}
.add-footer {
    display: flex;
    gap: 35px;
}
.phone-footer {
    display: flex;
    gap: 23px;
}
.contact-text {
    width: 188px;
}
.about_me {
display: flex;
    flex-direction: column;
    gap: 38px;
}
#bwt-footer_box #media_image-3 {
    position: relative;
}
#media_image-3 img {
    position: absolute;
    right: 0;
    top: -53px;
}
#bwt-footer_box .wp-image-263 {
    position: absolute;
    right: 0;
    top: -56px;
    max-width: 100%;
    height: auto;
}
.map-header-img {
    width: 49px;
    height: 28px;
}
@media (max-width: 425px) {
    #media_image-3 {
     bottom: 35px;
   }
}
#wpb_social_widget-1 {
    display: flex;
    gap: 15px;
}
.footer-img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 535px;
    height: 462px;
    opacity: 0.3;
    padding-top: 5%;
    padding-bottom: 10px;
}
.footer2 {
  padding-top: 30px
}
.footer3 {
  padding-top: 30px
}
.footer4 {
 padding-top: 25px;
}
.wpcf7-form-control {
    background-color: transparent;
    border: none;
    color: white !important;
}
@media (max-width: 425px) {
    #menu-company {
       text-align: center;
    }
    .widget-title {
        font-family: Lato;
        font-size: 18px;
        font-weight: 600;
        line-height: 21.6px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 10px;
    }
    #menu-customer-service {
        text-align: center;
    } 
    .textwidget p { 
      justify-content: center;
    }
    #bwt-footer_box #media_image-2 {
        bottom: 0 !important;
    }
    .add-footer {
        justify-content: center;
    }
    .phone-footer {
        justify-content: center !important;
    }
    #wpb_social_widget-1 {
        justify-content: center;
    }
    #media_image-2 {
        text-align: center;
        padding-bottom: 20px;
    }
    .button-offer {
        text-align: center;
    }
    .offer-textpara {
        text-align: center;
    }
   
}


@media (max-width: 1440px) {
  .wpcf7-form-control {
    /* border-bottom: 2px solid white; */
    color: white;
    font-family: Lato;
    font-size: 30px;
    font-weight: 300;
    line-height: 60px;
  }

}
.wpcf7-form-control-wrap .wpcf7-validates-as-email {
    font: normal normal 300 13px/30px Poppins;
    font-size: 30px;
    font-weight: 400;
    color: #fff !important;
    z-index: 4;
    flex-wrap: wrap;
    gap: 4px;
}
.wpcf7-validates-as-email {
    width: 100% !important;
}

/* contact */

.contact-box {
    background-color: white;
    box-shadow: 0px 8px 14px 0px #00000040;
    border-radius: 27px;
    margin: 8px;
}

.contact-first {
    width: 160px;
    height: 65px;
    background-color: #0B2B26;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  }
  .contact-second {
    color:  #0B2B26;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 10px;
  }
  .contact-title {
    display: flex;
    text-align: center;
    padding-top: 30px;
  }
  #contact .wpcf7-form-control {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    text-align: left;
  }
  .wpcf7-submit {
    padding: 11px 18px 11px 18px;
    color: white !important;
    background-color: #0B2B26;
    border-radius: 7px;
    width: max-content;
    width: 250px;
  }
  .email-phone {
    display: flex;
  }
  #contact .wpcf7-form-control-wrap {
    padding-bottom: 10px;
  }
  .wpcf7-text {
    /* border-bottom: 1px solid #787878; */
    /* padding-bottom: 10px; */
    color: #787878 !important;
  }
  .wpcf7-number {
    /* border-bottom: 1px solid #787878; */
    padding-bottom: 10px;
    color: #787878 !important;
  }
  .wpcf7-select {
    /* border-bottom: 1px solid #787878; */
    padding-bottom: 10px;
    color: #787878 !important;
  }
  #contact .wpcf7-list-item label {
    border: none;
  }
  #contact .con-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 50px;
  }
  .wpcf7-list-item {
    margin: 0 !important;
  }
  .wpcf7-list-item-label {
    color: #787878 !important;
  }
  .contact-box {
    justify-content: space-around;
  }
  .contact-heading {
    text-align: left !important;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    color: #fff;
  }
  .mail-to {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: white;
  }
  .locate {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF;
    border-bottom: 1px solid white;
    width: fit-content;
    padding-bottom: 5px;
  }
  .facebook-con {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #fff;
  }
  .nav-contact {
    padding:  20px;
  }
  .left-nav::before {
    border: 1px solid #787878;
  }

  /* tabbar */

  .gt_float_switcher {
    font-family: Lato;
    font-size: 16px !important;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: none !important;
    background: #F1F1F1 !important;
    overflow: hidden;
    transition: none !important;
  }
  .gt_float_switcher .gt-selected {
    position: relative;
    background-color: #F1F1F1 !important;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    color: #1D1D1D !important;
    font-weight: 600 !important;
    margin-top: 1px;
}
.gt-current-lang img {
    display: none !important;
}
.gt-open a img {
    display: none !important;
}

.gt_float_switcher-arrow {
    display: none !important;
}
.gt-open {
    z-index: 999 !important;
    position: absolute !important;
    background-color: white;
}
.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px) !important;
    transform: translateY(30px) !important;
}
.notranslate img {
    display: none !important;
}
.notranslate span {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #A9A9A9 !important;
}
.gt-current-lang span {
   color: #1D1D1D !important; 
}
.slider-icon {
  border: 2px solid #FFFFFF;
}

/* contact enrollment */

.enrollment-first {
    width: 160px;
    height: 65px;
    background-color: #0B2B26;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  }
  .enrollment-second {
    color:  #0B2B26;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 10px;
  }
  .enrollment-title {
    display: flex;
    text-align: center;
    padding-top: 30px;
  }
  #event-enrollment .wpcf7-form-control {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #787878;
    padding-bottom: 10px;
    width: 100%;
  }
  #event-enrollment .wpcf7-form-control-wrap {
    padding-right: 11px;
  }

  /* course enrollment */


  #course-enrollment .course-first-form {
    width: 160px;
    height: 65px;
    background-color: #0B2B26;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  }
  #course-enrollment .course-second-form {
    color:  #0B2B26;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 10px;
  }
  #course-enrollment .course-title-form {
    display: flex;
    text-align: center;
    padding-top: 30px;
  }
  #event-bottom-section .categorytitle {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #0B2B26;
    padding-top: 20px;
  }
  #singleEvent .img-date {
    position: absolute;
    top: 90px;
    left: -20px;
  }
  #menu-item-278 {
    background-color: white;
    padding: 10px;
  }
  #menu-item-278 a {
    color: #0B2B26 !important;
  }
  #singleEvent .date-wrap {
    background-color: #0B2B26;
    padding: 15px;
    border-radius: 7px;
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
  }
  .single-blog-form .wpcf7-form label {
    text-align: justify;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #1D1D1D;
    width: 50%;
}

.content_boxes  .wpcf7-submit {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    width: auto; 
}
.content_page .blog-form-title {
    font-family: Lato;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    text-align: center;
    color: #0B2B26;
    width: 50%;
    text-align: justify;
    padding-bottom: 20px;
}
#text-1 .wpcf7-form-control {
    width: 100%;
}
.single-blog-form .wpcf7-email {
   font-size: 15px;
}
.widget_categories {
  background-color: #FFFFFF;
  border-radius: 27px;
  padding: 10px;
}
.widget_categories ul li {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1D; 
    padding-left: 20px;   
}
.widget_categories ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0px 10px 0px;
}
.contains-search::after {
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    bottom: 0;
    width: 28px;
    height: 1px;
    border: 1px solid #000000;
    transform: rotate(90deg);
    margin-top: 10px;
}
.footer4 {
    z-index: 2;
}

.slots {
    position: relative;
}
.slots::before {
    content: "";
    position: absolute;
    left: -21px;
    height: 16px;
    width: 16px;
    background: #0B2B26;
    border-radius: 3px;
}
.cubs-pro-single {
    margin-left: 12px;
}

/* blog search icon */

#blog-right-sidebar .widget_search .widget-title {
    display: none;
}
#blog-right-sidebar .serach-page label {
    width: 100%;
}
.search-field {
    border: none;
    padding: 16px;
    font-family: 'Lato';
    color: gray;
    font-size: 16px;
    border-radius: 14px;
    box-shadow: 0px 4px 5px 0px #00000040;
}
.search-form {
    position: relative;
}
.search-form label::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 18px;
    right: 8px;
    color: black;
    width: 20px;
    height: 20px;
    text-align: center;
}
.search-submit {
    font-size: 0;
    border: none;
    background: transparent;
}
.single-blog-form .comment-notes {
  font-family: 'Lato';
  font-size: 18px;
}
.single-blog-form .comment-respond label {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400 !important;
}
.single-blog-form .submit {
  border: 1px solid #0B2B26;
  border-radius: 7px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #0B2B26;
}
.comment-form-url {
    display: none;
}
.single-blog-form input {
  border: 1px solid #0B2B26;
  border-radius: 7px;
  height: 42px;
  font-family: 'Lato';
  padding-left: 10px 
}

.comment-form-cookies-consent input {
   height: 15px !important;
}


#course-enrollment .wpcf7-validates-as-email {
    color: #787878 !important;
    padding-bottom: 12px;
}
#course-enrollment .wpcf7-list-item {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: justified;    
}

.course-reg-btn:hover {
    color: #FFFFFF;
}
.nav-contact a:hover {
color: #FFFFFF; 
font-weight: 600;
transition: .3s;
}
#course-enrollment input {
    width: 100%;
}
#course-enrollment .wpcf7-list-item input {
  width: unset !important;
  font-size: 12px;
  cursor: pointer;
}

/* sign in */

#sign-in .signin-left-part img {
    height: 100%;
}
#sign-in .signin-right-part {
  background-color: #F1F1F1;
}
.ball-top-right {
    position: absolute;
    right: 0;
}
.ball-top-left {
    position: absolute;
    left: 0;
}
.signin-right-part {
    position: relative;
}
.ball-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ball-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.bottom-img {
    height: 100%;
    width: 100%;
}
.signin-left-part {
    position: relative;
}
.signin-social-icons {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF59;
    border-radius: 14px;
    padding: 25px 16px 25px 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 135px;
    margin: auto;
}
.signin-social-icons a i  {
    color: white;
    font-size: 16px;
}
.top-logo {
    position: absolute;
    top: 20px;
    right: 20%;
    z-index: 3;
}
.signin-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    height: 100%;
    align-items: center;
}

/* sign-in form */
 
.signin-form .login-username, .login-password {
  display: flex;
  flex-direction: column;
}
.login-username label {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
}
.login-password label {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;  
}
.login-username input {
    width: 460px;
    height: 44px;
    border: none;
    box-shadow: 0px 4px 11px 0px #00000040 ;
    border-radius: 14px;
    padding-inline: 20px;
    margin-top: 10px;
}
.login-password input {
    width: 460px;
    height: 44px;
    border: none;
    box-shadow: 0px 4px 11px 0px #00000040 ;
    border-radius: 14px;
    padding-inline: 20px;
    margin-top: 10px;
}
.login-remember label {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #787878;
}
.login-submit .button-primary {
    padding: 13px 45px 13px 45px;
    border-radius: 14px;
    border: none;
    background-color: #0B2B26;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
}
.login-submit {
    text-align: center;
}
.signin-welcome-text {
    font-family: Lato;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    text-align: center;
    color: #0B2B26;
}
.sign-para {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: #0B2B26;
}
#loginform {
    margin-top: 30px;
    z-index: 3;
}
.signin-bottom-text {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;
    color: #787878;
    position: relative;
}
.signin-bottom-text::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 200px;
    border: 1px solid #8A8A8A;
    top: 8px;
    margin-left: 10px;
}
.signin-bottom-text::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 200px;
    border: 1px solid #8A8A8A;
    top: 8px;
    right: 56px;
    margin-left: 10px;
}
.bottom-text {
    padding-top: 20px;
}
.signin-up-text {
    z-index: 3;
}

/* sign - up form */

.ur-frontend-form .validate-required {
   width: 460px;
}
.ur-frontend-field {
  border: transparent;
  box-shadow: 0px 4px 11px 0px #00000040;
  height: 44px;
  border-radius: 14px !important;
}
.form-row label {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;    
}
#first_name {
    width: 208px;
}
.form-row  select {
    width: 460px !important;
    font-family: Lato;
}
.ur-form-grid {
    width: 200px !important;
}
.ur-grid-2 {
    width: 200px;
}
.ur-submit-button {
    background-color: #0B2B26;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Lato';
    margin: 0 !important;
}
.ur-frontend-form  {
  border: none !important;
}
#last_name {
  width: 208px;
  margin-left: 47px;
}

#sign-in a {
  float: right;
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  color: #0B2B26;
}
.form-row:nth-child(5) {
    display: flex !important;
}
.input-checkbox {
    box-shadow: unset !important;
}
.ur-frontend-form .ur-button-container {
    display: flex;
    margin-top: 10px;
    padding: 0 10px;
    justify-content: center;
}
.signin-form .btn:hover {
    color: unset !important;
}
.register-shortcode .col {
    z-index: 3 !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid select {
    background-color: #FFFFFF;
}
#bwt-footer_box .wpcf7-submit {
  font-family: 'FontAwesome';
  font-size: 27px;
  font-weight: 500;
}
#bwt-footer_box .footer4 form p {
  border-bottom: 2px solid #fff;
}


/* new animation css */

.main-navigation li:hover::after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 1px;
    border: 1px solid white;
}
.gallery-image:hover {
  -webkit-transition-duration: 1s;
}
.gallery-image {
  position: relative;
  overflow: hidden;
}
.gallery-image:hover a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0B2B26;
    opacity: 0.3;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    width: 100%;
    height: 100%;
}

.gallery-image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0B2B26;
    opacity: 0.3;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 9999;
    width: 0;
    height: 100%;
    opacity: 0;
}
.gallery-image:hover a:after {
    background-color: #0B2B26;
}

/* experts */

#our-experts .exp-imgs img {
    width: 100%;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.exp-imgs:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0B2B26;
    opacity: 0.3;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.exp-imgs:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0B2B26;
    opacity: 0.3;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
}
.exp-imgs:hover {
    -webkit-transition-duration: 1s;
}
.exp-imgs {
    position: relative;
    overflow: hidden;
}
#aboutUs .arow-wrapper:hover {
    animation: tilt-shaking 0.25s infinite;
}
