/*
Theme Name: Azure Basic Child  
Template: azure-basic
*/


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
  height: 100%;
  scroll-behavior: smooth;
}

body { 
	height: 100%; 
    font-family: "Raleway", serif;
	background: #fff; 
	color: #222;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

:focus {
  outline: 2px dashed #C41F33;
  outline-offset: 4px;
}

a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #C72D39;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  clear: both;
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}


/*--------------------------------------------------------------
>>> ACCESSIBILITY
--------------------------------------------------------------*/

[hidden] {
  display: none;
}

audio:not([controls]) {
  display: none;
}




/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
	display: none;
}
.wide #primary {
	width: 100%;
	max-width: 100%;
	padding: 0;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.singlewidth #sidebar {
	display: none;
}
#primary ul {
	list-style-type: disc;
}
#primary ol {
	list-style-type: decimal;
}
#primary li {
	padding-bottom: 8px;
}


/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	background: transparent; 
	position: relative;
	width: 100%;
} 
.page-id-9 #top-header-section { 
	width: 100%; 
	position: absolute;
	top: 0;
	z-index: 100;
} 
#top-header-section { 
	width: 100%; 
	position: relative;
} 
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
	display: block;
}
.hometextbg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}
.hometext {
  	max-width: 1000px;
  	width: 100%;
  	color: #E8E2D1;
  	padding: 0 15px;
  	font-weight: 500;
	text-shadow: 2px 2px #000;
	text-align: center;
	margin: 0 auto;
}
.hometext h1 {
  font-size: 50px;
  color: #fff;
  display: block;
  padding-bottom: 0px;
  text-transform: none;
  line-height: 64px;
  font-weight: 700;
	magin-bottom: 10px;
}
.hometext h1 span {
  font-size: 22px;
  color: #DF0B17;
  display: block;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
	font-weight: 800;
}
.innerbanner {
	width: 100%;
	position: relative;
	background-color: #000;
	padding: 30px 15px;
}
.innerbanner h1 {
  font-size: 28px;
  color: #C30913;
  text-align: center;
  font-weight: 800;
  line-height: 28px;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
}
.innerbanner h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  text-shadow: 1px 1px #000;
}


#main { 
	padding: 100px 0 50px; 
}
.page-id-9 #main {
	padding: 0;
}


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { }

nav[role="navigation"] ul {}

nav[role="navigation"] ul li {  }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { } 
nav[role="navigation"] ul li:hover ul  { } 
nav[role="navigation"] ul li ul  {  }

nav[role="navigation"] ul li ul li {  }

nav[role="navigation"] ul li ul li ul  {  }
nav[role="navigation"] ul li ul li:hover ul  {  }
nav[role="navigation"] ul li ul li ul { }

nav[role="navigation"] ul li ul li ul li {  } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }




/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 44px;
  color: #C30913;
  font-weight: 700;
  margin-bottom: 45px;
}
h1 span {
	font-size: 24px;
	font-weight: 600;
	color: #CAAE88;
	text-transform: uppercase;
	display: block;
}
h2 {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #222;
  line-height: 40px; /* Adjusted for better spacing */
  margin-top: 5px; /* Ensures minimal space between span and h2 */
}

h2 span {
  display: block; /* Ensures it appears on a new line */
  color: #870101;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 8px; /* Adds space between span and h2 */
}
.home3 h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
h4  {
  display: block; /* Ensures it appears on a new line */
  color: #870101;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 8px; /* Adds space between span and h2 */
	font-weight: 700;
	text-align: center;
}

 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}

/* Top Navigation */

#access {  
    z-index: 500; 
}



.featured-thumb { margin-bottom: 10px; }
 	  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #000; 
	padding: 15px 0; 
	clear: both;
    width: 100%;
	overflow: hidden;  
}
.footertop {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.footboxbg {
	background-color: #eae5d7;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
}
.footbox {
	border: solid 2px #fff;
}
.formbox {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 40px;
}
.formbox h2 {
	text-align: center;
	font-size: 32px;
}
.formbox h2 span {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	color: #CFB46F0 !important;
}
.footertop img {
	max-width: 250px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.footertop .gform_wrapper.gravity-theme .gfield input.large, .footertop .gform_wrapper.gravity-theme .gfield select.large {
  	border: none !important;
}
.footertop .gform_wrapper.gravity-theme .gfield textarea.large {
  	height: 80px;
	border: none !important;
}
#gform_submit_button_1 {
	 background-color: #870101;
	border: none;
	padding: 14px 30px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 0 auto;
}
#gform_submit_button_3 {
	  background: rgb(40,57,71);
background: linear-gradient(203deg, rgba(40,57,71,1) 0%, rgba(79,97,115,1) 100%); 
	border: none;
	padding: 14px 30px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 0 auto;
}
.columns {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	padding: 0 15px;
}
.columns hr {
	background-color: #493c30;
}
.columns h2 {
  color: #DF0B17;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}
.columns a {
	color: #fff;
}
.columns ul {
	margin: 0;
	padding: 0;
}
.columns li {
	display: block;
	padding-bottom: 8px;
}
.column1 { 
    width: 50%; 
	float: left;
	padding-right: 80px;
}
.column1 button {
	margin: 15px 0;
	display: block;
}

.column2 { 
    width: 34%; 
	float: left;
}
.column3 { 
    width: 16%; 
	float: left;
}

.column.last { margin: 0; }

#footer-content { 
 
}

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	text-align: center;
	color: #fff;
	background-color: #870101;
	padding: 10px;
	font-size: 12px;
	margin-top: 20px;
}

#theme-credit {  }



*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.bannerbtmbg {
	background-color: #4d77a5;
	padding: 5px 0;
}
.bannerbtm {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bannerbtm div {
	width: 300px;
	display: inline-block;
	margin: 15px 25px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.bannerbtm div a {
	color: #fff;
}
.bannerbtm div h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.bannerbtm div h2 a {
	color: #fff;
}
.bannerbtm div img {
	max-width: 70px;
	float: left;
	margin: 0 15px 0 0;
}
.home1bg {
  background-color: #F7F7F5;
  width: 100%;
  margin: 0 0 50px;
  padding: 100px 0 75px;
}
.home1 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
	line-height: 28px;
}
.home1 h2 {
	text-align: center;
}

.home2 {
	max-width: 1200px;
	width: 100%;
	margin: 115px auto 25px;
	overflow:  hidden;
	padding: 0 15px;
}
.home2 h2 {
	text-align: center;
	margin-bottom: 40px;
}

.home2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
.home2 li {
	width: 32%;
}
.home2 li img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
.home2 li h2 {
	font-size: 26px;
}
.home2text {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0;
  padding: 0 15px 20px;
  line-height: 28px;
}
.home2text h2 {
	font-size: 28px;
}
.home3bg {
  margin: 0px 0 100px;
  padding: 25px 0 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.home3div {
	background-color: #F7F7F5;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	height: 360px;
	z-index: 200;
}
.home3 h2 {
  font-size: 28px;
}
.home3 {
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
	position: relative;
	z-index: 300;
	line-height: 32px;
}
.home3left {
    flex: 2;
            min-width: 60%;
            text-align: left;
            padding: 90px 20px 0 0;
}
.home3left h4 {
	text-align: left;
}
.list-container {
    display: flex;
   	justify-content: space-between;
	margin-top: 105px;
	padding-left: 30px;
}
.list-group:nth-child(1) {
    width: 60%;
}
.list-group:nth-child(2) {
    width: 40%;
}
.list-group h2 {
    margin-bottom: 10px;
}
.list-group h2 span {
  color: 870101;
  margin-left: -30px;
  font-weight: 800;
  font-size: 16px;
}
.list-group ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
.list-group ul li {
  	margin: 5px 0;
	padding-bottom: 10px;
}
.list-group ul li::marker {
  color: #870101;
	font-size: 20px;
}
.home3right {
	flex: 1;
   	min-width: 40%;
   	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	margin-top: 15px;
}
.home3right img {
    max-width: 100%;
    height: auto;
}

.home3 h3 {
	font-size: 22px;
}
.home4bg {
	background-color: #F7F7F5;
	margin: 50px 0 0;
	padding: 50px 0;
}
.home4 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home4 h2 {
	text-align: center;
}
.home4 input[type="text"], .home4 input[type="email"], .home4 input.text, .home4 textarea {
  background-color: #fff;
  border: none !important;
  color: #000;
}
#input_1_5 {
	border: none !important;
}
#input_1_6 {
	height: 80px;
}

button {
	background-color: #870101;
	border: none;
	padding: 14px 30px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
}
button a {
	color: #fff;
}

hr {
	width: 80%;
	margin: 30px auto;
}


.border {
	 background: rgb(26,50,80);
	background: linear-gradient(0deg, rgba(26,50,80,1) 0%, rgba(36,66,101,1) 48%, rgba(26,50,80,1) 100%); 
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	margin: 50px 0;
}
.border span {
	color: #D2BB0D;
	font-size: 16px;
	font-weight: 600;
}


#gform_submit_button_2 {
	background: rgb(62,106,154);
	background: linear-gradient(135deg, rgba(62,106,154,1) 0%, rgba(19,39,66,1) 77%); 
	border: none;
	padding: 14px 30px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 4px;
	color: #d2bb0d;
	display: block;
	margin: 0 auto;
}



.service-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; 
  margin-bottom: 2rem;
  gap: 4rem;
}
.service-image {
  flex: 0 0 35%;
}

.service-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.service-image img:nth-of-type(1) {
	border-radius: 8px 125px 8px 8px;
}
.service-image img:nth-of-type(3) {
	border-radius: 8px 8px 125px 8px;
}

.service-text {
  flex: 0 0 58%;
  padding-right: 1rem;
}
.service-text h2 {
  font-size: 30px;
  position: relative;
  display: inline-block;
}

.service-text h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #DF0B17;
  margin-top: 8px;
}

.service-text h2 .section-label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #870101;
  margin-bottom: 6px;
}


@media (max-width: 768px) {
  .service-section {
    flex-direction: column;
  }

  .service-image,
  .service-text {
    flex: 0 0 100%;
    padding-right: 0;
  }
}




/*    Responsive Styles        */
/*---------------------------*/

@media only screen and (min-width:0px) and (max-width: 1400px) {

}

@media only screen and (min-width:0px) and (max-width: 1150px) {
.homebanner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.homebanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
	object-fit: cover;
}
.hometext h1 {
	font-size: 28px;
  line-height: 36px;
}
.hometext h1 span {
	font-size: 18px;
}
}

@media only screen and (min-width:0px) and (max-width: 1100px) {

}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.contactleft {
	width: 100%;
	float: none;
}
.contactright {
	width: 100%;
	float: none;
}
.column1, .column2, .column3 {
	float: none;
	width: 100%;
	padding: 0;
}
.home2 li {
  width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {


.home3 {
	flex-direction: column;
}
.home3left, .home3right {
	min-width: 100%;
	padding: 0;
}
.home3left {
	padding-bottom: 20px;
}
.list-container {
	flex-direction: column;
}
.list-group {
	width: 100%;
	text-align: left;
}
.home1bg {
  padding: 100px 0 20px;
}
.home2 {
  margin: 5px auto 25px;
}
h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  
  h2 span {
    margin-bottom: 0px; /* Adjusted for mobile */
  }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.home3div {
  top: 0;
}
.innerbanner {
	margin-top: 75px;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {

}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


