/*Logo*/
.navbar-brand.logo-control img.logo-img {
  max-height: none !important;
  width: 80%;
}

.t4-header .header-block {
  margin-top: 20px;
}

.t4-palette-blue {
    background-color: #fff8f8;
}

/*Navigation*/
.dj-megamenu-clean li:hover, .dj-megamenu-clean li.hover {
    #text-decoration: underline !important;
}

div#t4-header.t4-section.t4-header.border-bottom.t4-sticky {
    #background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,0.8) 100%);
    background: white;
    #backdrop-filter: blur(3px);
}

ul#dj-megamenu204 {
    justify-content: right;
    align-content: center;
}

#dj-megamenu204 li ul.dj-submenu > li > a:hover, #dj-megamenu204 li ul.dj-submenu > li > a.active, #dj-megamenu204 li ul.dj-submenu > li.hover:not(.subtree) > a {
    border-radius: 5px;
}

.dj-megamenu-clean li ul.dj-submenu {
    margin: 12px !important;
 }

 #dj-megamenu204 li ul.dj-submenu > li > a {
    margin-bottom: 6px !important;
}

.dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
    border-radius: 10px;
}

    span.dj-mobile-open-label {
        color: #002f50 !important;
    }

        .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
        color: #002f50 !important;
    }

html {
  scroll-behavior: auto !important;
}

/* Main Body*/ 
#t4-main-body {
margin-top: 20px;
}

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    margin-left: 15px;
}

.t4-masthead .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sppb-section._spotlight {
    margin-top: -110px !important;
}

.sppb-btn-default.focus, .sppb-btn-default:focus {
  color: white !important;
}

.mx-auto {
  margin-right: 0px !important;
}

.sppb-btn-default {
  background-color: #2e2e2e;
  color: #efefef;
}


a.notext {
	font-size: 0 !important;
}

a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
  	color: #1a61ab;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Figtree';
    font-weight: 500;
    color: #002f50;
}

p {
    color: #333333;
}

/*.icon-menu:before {
    content: "f";
}*/

.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
  font-size: 40px;
  text-transform: none;
}

.t4-col.logo.col-12.col-md-4 {
  padding-top: 10px;
}

.navbar-brand.logo-image.logo-control {
  float: right;
}

.sppb-btn {
    border-radius: 12px !important;
}

button:focus {
    outline: 0px dotted !important;
    outline: none !important;
}

.form-control, .inputbox {
    max-width: -webkit-fill-available;
}

.btn.btn-primary {
    background-color: #ff5215 !important;
    border-color: #ff5215 !important;
    border-radius: 8px !important;
}

button#submit.rsform-submit-button.btn.btn-primary {
    width: -webkit-fill-available;
}

div#t4-form.t4-section.t4-form {
    padding-bottom: 75px;
}

div.t4-col.testimonial-heading.col-sm.col-md-12 {
    margin-top: 50px;
}

div#t4-midbar.t4-section.t4-midbar {
    background: #161616;
}

div#t4-bottombar.t4-section.t4-bottombar {
    background: #074665;
}

.dj-megamenu-clean li:hover > div.dj-subwrap, .dj-megamenu-clean li.hover > div.dj-subwrap {
    top: 100% !important;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px; /* Optional: rounded corners */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*Easy Blog*/

#eb .eb-post-simple__title {
    font-size: 20px;
    font-weight: 500 !important;
    color: #002f50;
}

div.eb-blog-grid__body{
    color: #333333 !important;
}

/*Canopy*/

.widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
}

.canopy-connect-mount {
  width: 400px;
  height: 600px;
}

@media (max-width: 480px) {
  .canopy-connect-mount {
    width: 100%;
    height: 500px;
  }

  .widget-container {
    padding: 10px;
  }
}


@media (max-width: 1000px) {
  
  .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
    background: transparent !important;
  }
  
    span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    margin-top: 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
}
  

@media (max-width: 767px) {
  
  span.dj-mobile-open-label {
    color: white;
  }
  
  .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before {
    color: white;
  }
  
  div#dj-megamenu204mobile {
    text-align: center;
    margin-top: 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  
  .border-bottom {
    border-bottom: 0px solid transparent !important;
  }
  
  img.logo-img-sm.d-block.d-sm-none {
        margin-left: auto;
   	    margin-right: auto;
  }
  
  .navbar-brand.logo-image.logo-control {
    width:100%;
    margin-right: 0px;
  }
	
	.t4-header .header-block {
		margin-bottom: 25px;
	}
	
  a.notext::before {
	font-size: 20px;
	font-family: "FontAwesome";
}
  
  .t4-col.logo.col-12.col-sm.col-xl-4.col-md-4 {
    text-align: center;
	}
  
  div#dj-megamenu148mobileWrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .dj-mobile-open-btn {
    font-size: 22px !important;
    background: transparent !important;
  }
  .sppb-section._spotlight {
    margin-top: -60px !important;
}