.row.__clean {
    --bs-gutter-x: 0;
}

/*MAIN banner*/
.main-banner{
    position: relative;
    background: url(https://wallpapers-hub.art/wallpaper-images/471490.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    color: #fff;
    text-align: center;
}

.banner-content h1, .banner-content h5  {
    text-transform: uppercase;
}

/*CARDS*/

._cards {
    display: flex;
    justify-content: center;
    padding: 70px 0 20px 0;
    background-color: #fff;
  }
  
._cards ._card {
    border: hidden;
}
  
._cards div._card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    max-height: 468px;
    padding: 1rem 1.5rem;
}

._cards div._card:first-child {
    margin-left: 0;
}

._cards .icon {
    width: 200px;
}

._cards div._card img {
    width: 120px;
}

._cards div._card h3 {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.19;
    margin: 16px 0 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 115px;
}


/*TEXT BLOCKS*/

.text-blocks{
    display: flex;
    min-height: 250px;
}

.text-blocks .text{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background-color: #153258;
    border: none;
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.53;
}

.text-blocks .text-middle{
    background-color: #1d406f
}


.text-fullwidth {
    background-color: #f8f8f8;
    color: rgb(26, 54, 95);
    margin: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'Open Sans', sans-serif!important;
}
.text-fullwidth a {
    color: #1a365f;
    text-decoration: none;
    font-weight: bold;
}
.text-fullwidth ._content {
    max-width: 700px;
}
.text-fullwidth ._content p, .text-fullwidth ._content span {
    font-family: 'Open Sans', sans-serif!important;
}
.text-fullwidth h2,h3,h4 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 25px;
}
.text-fullwidth h2, .text-fullwidth h3, .text-fullwidth h4, .text-fullwidth h5, .text-fullwidth h6, .text-fullwidth  p, .text-fullwidth  ul, .text-fullwidth  li {
    color: #112f5e;
    font-family: 'Oswald', sans-serif!important;
}

/*Brands*/

._brands {
    background-color: #153258;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
    gap: 25px;
}

._brand img {
    height: 70px;
    object-fit: contain;
}

/*Footer*/

footer{
    width: 100%;
    background-color: #153258;
}

footer .nfooter {
    text-align: center;
    background-color: #fff;
    padding: 30px 40px;
}

.nfooter .__separator {
    margin: 0;
}

.nfooter p {
    text-align:center;
    color:black;
    font-weight:400;
}
.nfooter p a {
    text-transform:uppercase;
    text-decoration:none;
    color:black;
}

ul.nsocial-menu {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
}

ul.nsocial-menu li img {
    height: 50px;
}

ul.nsocial-menu li {
    list-style: none;
    margin: 8px;
}

.ncertificates {
    display: flex;
    justify-content: center;
    margin: 0 0 40px 0;
}

.ncertificate {
    padding: 0 5px;
}

.ncertificate img {
    height: 80px;
}

.container__footer{
    width: 100%;
    padding: 30px 150px;
    background: #fff;
}

.box__footer ._social-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box__footer .logo-bottom {
    display: flex;
    justify-content: center;
    align-items:center;
}
.box__footer .logo-bottom img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
}

.box__footer .terms {
    color: #112f5e;
    font-size: 18px;
    margin: 50px 0px;
}

.box__footer .terms a {
    color: #112f5e;
    text-decoration: none;
    text-transform: uppercase;
}

.box__footer .terms a:hover {
    text-decoration: underline;
}

.logo-bottom img {
    margin: 20px;
}

._social-media .first-content {
    display: flex;
    align-items: center;
}

._social-media .first-content ._links {
    margin-left: 35px;
}
._social-media .first-content ._links img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
._social-media .first-content ._links a {
    margin: 0 5px;
    text-decoration: none;
}

._social-media ._logos img {
    margin-left: 10px;
}

._social-media h2 {
    font-size: 24px;
    color: #112f5e;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}


._social-media a:hover{
    opacity: 0.8;
    color: #141b1d;
}

.fab{
    font-size: 30px;
}

.box__copyright{
    text-align: center;
    background-color: #153258;
    min-height: 150px;
    padding: 30px;
}

.box__copyright p{
    margin-top: 20px;
    color: #ffffff;
    
}
.box__copyright p.text {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.box__copyright hr{
    border: none;
    height: 2.5px;
    background-color: #fff;
}


/*OWL carousel*/
.owl-carousel.slider-banner {
    position: relative;
}

.item img {
    object-fit: cover;
    height: 700px;
    width: 100%;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    margin: 15px 25px;
}

button.owl-dot {
    width: 15px;
    height: 15px;
    background: transparent;
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #fff !important;
}
button.owl-dot.active {
    background-color: #fff!important;
}

/*BG SECTION*/
._bg-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 30px 30px;    
    text-align: center;
    background-color: #f8f8f8;
}
._bg-section ._title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    letter-spacing: unset;
    font-weight: bold;
}

._bg-section p {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

._bg-section p a {
    font-weight: bold;
    text-decoration: none;
}

._bg-section p a:hover {
    text-decoration: underline;
}

ul._ctas {
    display: flex;
    justify-content: center;
}

ul._ctas li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #153258;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

ul._ctas li {
    list-style: none;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 20px 20px 15px;
    width: 180px;
}

._bg-section strong {
    font-weight: 700;
}



/*HALF WIDTH CONTENT*/
._half-width-bg {
    background-color: #fff;
}
.__separator {
    display: flex;
    justify-content: center;
    margin: 18px 0 0;
}

.__separator hr {
    height: 2px;
    width: 100px;
    background-color: rgb(0 0 0)!important;
    opacity: 1;
}

.page-title {
    text-align: center;
    padding: 23px 0 0 ;
    text-transform: uppercase;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.row.text-half {
    padding: 20px 0 70px 0;
}

.row.text-half p {
    padding: 0 25px;
    color:black;
}

/*PLACES*/
.places {
    grid-template-columns: minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%);
    display: grid;
    margin-bottom:20px;
    gap: 25px;
    margin-bottom: 70px;
}

.place-container {
    position: relative;
}

.place {
    position: relative;
}

.place img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.place-container .info {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    top: 0;
    text-align: center;
    align-items: center;
    height: 400px;
    padding:90px;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
}

.place-container .place:hover .info{
    opacity: 1;
}

.place-container .info img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.place-container .info h5 {
    text-transform: capitalize;
}

/*Gravity Contact Form*/
/* div#gform_wrapper_1 input.large {
    padding: 15px !important;
    border-radius: 13px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

div#gform_wrapper_1 .textarea.large {
    border-radius: 13px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 18px !important;
} */

/*CONTACT PAGE*/

._contact .info {
    padding: 50px 200px 50px 150px;
    background: #fff;
}

._contact h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}

._contact .contact_items {
    color: black;
}

._contact .contact_items p {
    color: black;
}

._contact .contact_items a {
    color: black;
}

._contact .map {
    display: flex;
    justify-content: flex-end;
}

._contact .map iframe {
    width: 100% !important;
}

._contact-form h2.gform_title {
    display: none;
}

._contact-container {
    padding: 70px 150px 0;
    background-color: #f8f8f8;
}


/*NEW STYLES*/
/*New Menu styles*/

nav.main_menu.drop_down.right {
    left: unset;
    float: unset;
    height: 100%;
}

nav.main_menu.left>ul, nav.main_menu.right>ul {
    left: unset;
    display: flex;
    justify-content: flex-end;
}

.mobile_menu_button span:hover, .side_menu_button>a:hover, header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a {
    opacity:unset;
}

nav.main_menu li:not(.menu-item-has-children) a::before {
    display:none;
}
nav.main_menu li:not(.menu-item-has-children) a::after {
    display:none;
}

nav.main_menu ul li {
    margin: 30px 5px;
    padding: 6px 4px;
}

header {
    font-family: 'Open Sans', sans-serif;
}

nav.main_menu ul li a{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    color: #303030!important;
}

nav.main_menu ul li:hover {
    background: black;
}

nav.main_menu ul li:hover a {
    color:#fff!important;
}

/* nav.main_menu ul li:hover {
    background: black;
}

nav.main_menu ul li:hover a {
    color:#fff;
}

nav.main_menu > ul > li > a {
    line-height: normal !important;
    font-size:16px;
    letter-spacing: 1.5px;
    padding: 0 10px; 
}*/

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border-radius: 13px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px !important;
}

.gform_wrapper.gravity-theme label {
    font-weight: 600;
    font-size: 16px;
}


body .gform_wrapper .ginput_full input:focus+label, body .gform_wrapper .ginput_left input:focus+label, body .gform_wrapper .ginput_right input:focus+label, body .gform_wrapper .top_label .gfield_label, body .gform_wrapper input[type=email], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper table.gfield_list thead th, body .gform_wrapper textarea {
    font-weight: 600;
    /* color:black; */
}

.gform_wrapper .gfield_required {
    width: 0;
    height: 0;
    font-size: 0!important;
}

.gform_wrapper .gfield_required::before {
    content: "*";
    width: 10px;
    height: 10px;
    display: block;
    font-size: 30px;
    position: absolute;
    font-style: normal;
}

#gform_1 fieldset.gfield.gfield--width-full.field_sublabel_below {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

fieldset.gfield.gfield--width-full.field_sublabel_below label {
    font-size:16px;
}

#gform_1 fieldset.gfield.gfield_contains_required.field_sublabel_below {
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 5px 65px;
    font-size: 20px;
    border-radius: 0;
    height: unset;
    background-color: #143258;
    color: #fff;
    border: none;
    letter-spacing: 2px;
}

/*NEW STYLES*/
/*Home*/
.header_inner_left .q_logo img {
    width: 200px!important;
    object-fit: contain;
}
.place-container .info p {
    color: #fff;
    font-weight: 600;
}

.place-container .info h5 {
    font-size: 25px;
    color: #fff;
}
.page-title h1 {
    color: black;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.main-banner {
    background-position: center;
}

.banner-content {
    z-index:2;
}

.banner-content h1, .banner-content h2 {
    font-size:40px;
    font-family: 'Montserrat', sans-serif;
    
}

.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6 {
    color:#fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}


.banner-content p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
}


/* .main-banner:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.3);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
} */

.contact_items i {
    color: gray;
    margin: 5px 8px 5px 0px;
    height: 15px;
    width: 20px;
    text-align: center;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    padding: 5px;
    border-radius: 13px;
}

@media only screen and (min-width: 1000px) {
    .owl-carousel.slider-banner {
        margin-top: 100px;
    }
    .main-banner {
        margin-top: 100px;
    }
}

/*Home*/
.header_inner_left .q_logo img {
    width: 200px!important;
    object-fit: contain;
}
.place-container .info p {
    color: #fff;
    font-weight: 600;
}

.place-container .info h5 {
    font-size: 25px;
    color: #fff;
}
/* .page-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
} */
.main-banner {
    background-position: center;
}

.banner-content {
    z-index:2;
}

.banner-content h1, .banner-content h2 {
    font-size:40px
    
}

.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6 {
    color:#fff;
    font-weight: bold;
}


.banner-content p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.contact_items i {
    color: gray;
    margin: 5px 8px 5px 0px;
    height: 15px;
    width: 20px;
    text-align: center;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    padding: 5px;
    border-radius: 13px;
}

@media only screen and (min-width: 1000px) {
    .owl-carousel.slider-banner {
        margin-top: 100px;
    }
    .main-banner {
        margin-top: 100px;
    }
}



@media only screen and (max-width: 1200px) {
    ._social-media {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    ._contact-container {
        padding: 40px 15px 15px;
    }

    ._contact .info {
        padding: 15px;
    }

}

@media only screen and (max-width: 768px) {
    .item img {
        height:400px;
    }
    ._cards {
        padding: 20px;
    }

    ._cards .icon {
        width: unset;
    }

    .text-blocks{
        flex-direction: column;
    }

    .text-blocks .text {
        padding: 30px;
    }

    .text-fullwidth {
        margin: 25px;
    }
    
    .text-fullwidth ._content {
        max-width: unset;
    }

    /*FOOTER*/
    .container__footer {
        padding: 15px;
        text-align: center;
    }

    .box__copyright{
        padding: 30px 150px;
    }

    
    ._social-media .first-content {
        flex-direction: column;
    }
    
    ._social-media .first-content ._links {
        margin: 15px 0;
    }
    
    
    ._social-media ._logos img {
        margin: 25px 5px;
    }

    /*HALF WIDTH CONTENT*/
    .row.text-half {
        text-align:center;
        padding: 25px 15px 15px;
    }

    .row.text-half p {
        padding: 0;
    }

    .place-container {
        padding: 0;
    }

    .places {
        grid-template-columns: 100%;
        padding: 15px;
        margin-bottom:20px;
    }

    .logo-bottom img {
        margin: 0;
    }

    ._contact .map iframe {
        height: 400px;
    }

    ul._ctas {
        flex-direction: column;
        align-items: center;
    }
}

.owl-dots {
    position: absolute;
    bottom: 0;
    margin: 15px 25px;
    display: flex;
    align-items: center;
}

.owl-dot {
    width: 15px;
    height: 15px;
    background: transparent;
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #fff !important;
}

.owl-dot.active {
    background-color: #fff!important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold;
}

body .gform_wrapper {
    color:black;
}

.content, .container {
    background-color: #fff!important;
}

.container  p {
    color: black;
}

.container .box__copyright p {
    color: #ffffff;
}

.header_bottom .container_inner {
    width: 97%;
}

.container .box__copyright p.copy {
    font-weight: bold;
}

b {
    font-weight: bold;
}
