@font-face {
  font-family: 'Gordita';
  src: url('Fonts/gordita-regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('Fonts/gordita-medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('Fonts/gordita-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body{
    font-family: 'Gordita', Arial, sans-serif !important;
    font-weight: 500 !important;
}
footer h3{
    color: #ffffff !important;
}
/* .container {
    width: 1675px !important;
    max-width: 100% !important;
} */

h1{
    font-size: 3rem !important; 
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}
h1,h2,h3,h4 {
    color: #102A4C !important;
    font-weight: 700 !important;
    font-family: 'Gordita' !important;
}
h3{
   font-size: 24px !important;
   line-height: 32px !important;
}

footer ul li a{
    font-size: 14px;
    font-family: 'Gordita' !important;
}
iframe {
    width: revert-layer !important;
    margin: 50px auto 50px !important;
    display: block;    
}
.entry-content{
	margin: 0 0 2em !important;
}
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #102A4C;
}
.entry-content .expolre-our-products-bg-blue ul li{
    color: #ffffff;
}
.entry-content a{
    color: #62AAD0;
}
.home.page{
	margin-bottom: 0px;
}
.two-inch-margin{
	margin-bottom: 1in !important;
}
header h1,
.search-submit{
    display: none !important;
}
.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
 
.site-branding {
    padding: 7px 30px 17px;
}
.site-branding img{
    max-width: 440px;
}
/*-----Main Navigation-----*/
#main-navigation ul li a {
    font-family: 'Gordita';
}
.entry-content #main-navigation ul li {
    padding-bottom: 0px;
}
#main-navigation ul ul a {
	width: 220px;
}
ul.sub-menu::before{
    border: 7px solid #ffffff;
    border-color: transparent transparent #fff #fff;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    left: 25%;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
 .menu-item-234 a{
    font-size: 0px !important;
 }
.menu-item-234 a::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: #102A4C url(images/search.svg) no-repeat center center;
    background-size: 30px;
    opacity: 1 !important;
    border-radius: 50%;    
    border: 1px solid #102A4C;
    background-color: #102A4C !important;
}
/*----search form----*/
.search-form {
    display: none;
    position: fixed;
    top: 115px;
    right: 12%;
    z-index: 9999;
}
.search-form input{
    font-size: 1.25rem;
}
.search-form input[type="search"]{
    border: 3px solid #ccc;
    border-radius: 0;
    padding: 7px;
}
.search-form.is-visible {
  display: block;
}
/*-----Elementor-----*/
.image--text{
    margin-bottom: 25px !important;
}
.image--text h4{
    clear: none;
    text-transform: uppercase;
}
.page-id-171 .image--text p{
    margin-bottom: 0px;
}

.alignleft {
    margin-right: .5em !important;
    margin-bottom: .5em !important;
}
.elementor-widget-text-editor a{
   text-decoration: underline !important;
}

/*-----Banner-----*/
.banner-main {
    font-family: 'Gordita';
    padding: 0px !important;    
}
.banner-main h2 {
    color: #ffffff !important;
    font-size: 36px;
    font-family: 'Gordita';
}
.inner-banner h2 {
    color: #ffffff !important;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Gordita';
}
.banner-main p {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    max-width: 50%;
    font-family: 'Gordita';
}
.banner-section {
    background-color: #102A4C;
    padding: 15px 0;
    margin-bottom: 0px;
}
.banner-section a,
.notification-bar a {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none !important;
}
.banner-section h2,
.notification-bar h2 {
    margin-bottom: 0px;
}
.banner-section h2 a:hover,
.notification-bar h2 a:hover{
	text-decoration: underline;	
}
.notification-bar .e-con-inner {
    padding: 5px 0 !important;
}
.banner-section .widget_media_image img{
	width: 100%;
}
.swiper-button-next, .swiper-button-prev {
    color: #102A4C !important;
    font-weight: bold;
}

/*------contact-us on space booking------*/
.form-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}
.space-booking .form-row {
    display: inherit;
}
.contact-us-form form {
    border-right: 4px solid #102A4C;
    padding-right: 25px;
}
.form-row label{
    font-weight: bold;
    color: #102A4C;
    min-width: 80px;
}
.form-row input,
.form-row select {
    min-height: 50px;
    border-radius: 0px !important;
    background: #dcdcdc;
    border: 0px !important;
    width: 100%;
}
.form-row input[type="text"],
.form-row select{
    padding: 7px 12px;
}
.submit-row button{
    background-color: #102A4C;
    border-color: #102A4C;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px !important;
    border-radius: 0; 
    color: #ffffff;
}
/*------success story------*/
.read-more-btn,
.elementor-post__read-more {
    color: #fff !important;
    background-color: #102A4C;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 16px !important;
    text-decoration: none;
    display: inline-block;
}
/*---explore our products---*/
.expolre-our-products {
    background: #e3e3e3;
    padding: 50px;
    margin-bottom: 50px;
}
.expolre-our-products p {
    font-size: 20px;
    font-weight: 500;
}
.expolre-our-products a {
    font-size: 20px;
    font-weight: 600;
    color: #102A4C !important;
}
.expolre-our-products-bg-blue{
    padding: 50px;
    margin-bottom: 40px;
    background: #102A4C;
    color: #ffffff;
}
.expolre-our-products-bg-blue ul {
    margin-left: 0em;
}
.expolre-our-products-bg-blue p{
    color: #ffffff;;
}
.expolre-our-products-bg-blue h2,
.expolre-our-products-bg-blue h3{
     color: #ffffff !important;
}
.expolre-our-products img {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 50px;
}
.footer-top h2 a {
    text-decoration: none !important;
}

/*------key feature------*/
/*---footer top ---*/
.footer-top a,
.footer-top a:hover{
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.footer-top h2 a::after {
    content: '';
    width: 250px;
    height: 140px;
    background: url(images/Arrows.png) no-repeat right;
    display: inline-block;
    background-size: 100%;
}
/*-----Footer-----*/
.fa-brands {
    font-size: 50px;
}
.social-section .social-icons a {
    color: #102A4C;
}
.social-icons a {
    color: #ffffff;
}
.margin-none{
    margin-top: -20px !important;
}
.search-results a{
    color: #62AAD0;
}
.elementor-element .swiper .elementor-swiper-button svg, 
.elementor-element .swiper~.elementor-swiper-button svg, 
.elementor-lightbox .swiper .elementor-swiper-button svg, 
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: #102a4c !important;
    height: 2em !important;
    width: 2em !important;
}
.elementor-post__title a,
.elementor-post__excerpt,
.elementor-post__read-more{
    font-family: 'Gordita' !important;
}
.elementor-posts .elementor-post {
    display: flex;
    flex-direction: column;
}
.search-results article {
    border-bottom: 1px solid #f4f4f4;
}
.search-results article h2 a{
    font-size: 1.5rem;
    color: #54595f; 
     text-decoration: none;   
}
.search-results article .entry-summary {
    margin: 1em 0 0;
}
@media (max-width: 575px) {
    .notification-bar h2{
        line-height: 12px;
    }
    .notification-bar h2 a {
        font-size: 14px;
    }
    .inner-banner .elementor-widget-text-editor{
        margin: auto !important;
    }
    .inner-banner .elementor-widget-text-editor h2{
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .custom-width{
        width: 50% !important;
    }
    .image--text h4 {
        clear: both;
        text-transform: uppercase;
    }
    .no-banner{
        margin-top: 0px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .custom-width{
        width: 33% !important;
    }
}
/* Media Queries */
@media (max-width: 767px) {
    h1 {
        font-size: 2.25rem !important;        
    }
    .section-header h2,
    h2 {
        font-size: 1.75rem !important;
    }
    h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    body:not(.home) .banner-main h2 {
        font-size: 30px;
    }
    .elementor-menu-toggle {
        justify-content: left;
        max-width: 35px;
    }
    .banner-main.e-parent,
    .inner-banner.e-parent{
        --min-height: 300px !important;
        --margin-bottom: 25px !important;
    }
    .e-con-inner{
        justify-content: center !important;
    }
    .menu-item-234 a {
        max-width: fit-content !important;
    }
    .search-form {
        bottom: 25px;
    }
    .site-branding img {
        max-width: 325px;
    }
    .main-navigation.toggled {
        position: absolute;
        padding-bottom: 25px;
    }
    .banner-main p {
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
    }    
   
    .expolre-our-products-bg-blue {
        padding: 25px;
    }     
    
    iframe {
        aspect-ratio: 16 / 9;
        height: auto;
    }
    footer ul li a{
        font-size: 12px;
    }
    .fa-brands {
        font-size: 35px;
    }
    #main-navigation ul ul a {
        width: 100%;
    }
    .elementor-2413 .elementor-element.elementor-element-577222f6 .elementor-nav-menu--dropdown li:not(:last-child) {
        border-bottom-width: 0px !important;
    }
    .elementor-post__thumbnail__link{
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }
    .gallery-columns-4 {
        grid-template-columns: repeat(2, 2fr) !important;
    }
}
@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown {
        position: absolute;
        left: -20px;
        right: 0px;
        top: 50px;
        z-index: 999;
        height: 100vh;
        min-width: 300px;
    }
    ul.sub-menu::before {
        border: 0px;
    }
    .form-row {       
        display: inherit !important;
    }
    .contact-us-form form {
        border-right: 0 !important;
        padding-right: 0 !important;
    }
    .two-inch-margin {
        margin-bottom: .25in !important;
    }
    .elementor-posts--thumbnail-left .elementor-post, 
    .elementor-posts--thumbnail-right .elementor-post {
        flex-direction: column !important;
    }
    .elementor-hidden-desktop .e-con-inner{
        flex-wrap: nowrap !important;
    }
    li.menu-item-234{
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .menu-item-234 a {
        max-width: fit-content !important;
    }
    .search-form {
        bottom: 25px;
    }
    .banner-main p {
        max-width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    .mobile-header img {
        max-width: 350px !important;
    }
    .mobile-header .elementor-menu-toggle{
        justify-content: left !important;
    }
    .entry-content .banner-main ~ .elementor-element,
    .entry-content .inner-banner ~ .elementor-element,
    .entry-content .elementor-element.no-banner,
    .banner-main >.elementor-element {       
        padding: 0 0.5in !important;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .two-inch-margin {
        margin-bottom: .5in !important;
    }
}

@media (min-width: 1024px) and (max-width: 1675px) {
    .entry-content .banner-main ~ .elementor-element,
    .entry-content .inner-banner ~ .elementor-element,
    .entry-content .elementor-element.no-banner,
    .banner-main >.elementor-element {       
        padding: 0 1.5in !important;
    }

}
