
       
    .form-style-2{
	    max-width: 600px;
	    padding: 20px 12px 10px 20px;
	    font-family: 'Jost';
        font-size: 1.1rem;
        line-height: 1rem;
        font-weight: 400;
        min-height: 48px;
      
    }
    .form-style-2-heading{
	    font-weight: bold;
	   /* border-bottom: 2px solid #ddd; */
	    margin-bottom: 20px;
	    font-size: 25px;
	    padding-bottom: 3px;
        padding-top: 10px;
        text-align: center;
    }
     
    .form-style-2 input.input-field, .form-style-2 .select-field{
	    width: 90%;	
        margin-left: 10px;
    }
    .form-style-2 input.input-field, 
    .form-style-2 .tel-number-field, 
    .form-style-2 .select-field{
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    border: 1px solid #C2C2C2;
	   /* box-shadow: 1px 1px 4px #EBEBEB; */
	    -moz-box-shadow: 1px 1px 4px #EBEBEB;
	    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    padding: 10px;
	    outline: none;
        margin-top: 15px;
        background-color: whitesmoke;
    }
    .form-style-2 .input-field:focus, 
    .form-style-2 .tel-number-field:focus, 
    .form-style-2 .textarea-field:focus,  
    .form-style-2 .select-field:focus{
	    border: 1px solid #0C0;
    }
    .form-style-2 input[type=submit],
    .form-style-2 input[type=button]{
    	border: none;
	    padding: 8px 15px 8px 15px;
        margin-top: 15px;
        
	    background: #FF8500;
	    color: #fff;
	    box-shadow: 1px 1px 4px #DADADA;
	    -moz-box-shadow: 1px 1px 4px #DADADA;
	    -webkit-box-shadow: 1px 1px 4px #DADADA;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
        text-align: center !important;
        margin-bottom: 25px;
    }
    .form-style-2 input[type=submit]:hover,
    .form-style-2 input[type=button]:hover{
    	background: #EA7B00;
    	color: #fff;
    }
    option {
      font-size: 1rem;
       line-height: 1rem;
       font-weight: 400;
       min-height: 48px;
       
     }
    



a {
	color: inherit;
}

.wrapper {
	max-width: 80rem;
	margin: 0 auto;
}

ol {
	padding: 1.5rem 1.5rem 1.5rem 4em;
	/*border: 0.3rem solid turquoise;*/
	/*columns: 15rem;
	column-gap: 7rem;
	column-rule: 4px dotted turquoise;*/
	border-radius: 0.5rem;
}

ol > * + * {
	margin-top: 1rem;
}


::marker {
	content: counters(list-item, '') ': ';
	font-weight: 700;
	font-size: 1.5em;
	color: blue;
}

li span {
	display: block;
}

li span:first-child {
	font-size: 1.5em;
    font-family: 'Anton', sans-serif;
}

li span:last-child {
	
    font-weight: 700;
	font-size: 1.0em;
    font-family: "Open Sans", sans-serif;
}

.hs-responsive-embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	padding-top: 25px;
	}
	.hs-responsive-embed-youtube iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	}
	
	h1 {
		color:              #fff;
		font-size:          3vw;
		font-weight:        900;
		text-transform:     uppercase;
	 
	 
	 
	  margin:             2vw;
	  text-align: center;
	  padding: 10px;
		}
		h2 {
			 font-family:        ‘Lato’, Arial, sans-serif; 
			font-size:          2vw;
		  }

		section.serv {
			padding: var(--mainPadding) 0;
		  }
		  section.serv .container {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
			gap: 30px;
		  }
		  section.serv .container div {
			text-align: center;
		  }
		  section.serv .container div img {
			width: 80px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		  }
		  section.serv .container div p {
			color: #777;
		  }


		  
		  .information-container {
			margin: 0;
			padding: 0;
			font-family: 'monsterrat', sans-serif;
			box-sizing: border-box;
			
			
			background-size: cover;
			padding: 60px 0;
		  }
		  
		  .inner-container {
			width: 100%;
			max-width: 1200px;
			margin: auto;
			padding: 0 20px;
			overflow: hidden;
		  }
		  
		  .section-title {
			text-align: center;
			color: #f01818;
			text-transform: uppercase;
			font-size: 30px;
		  }
		  
		  .border {
			width: 160px;
			height: 2px;
			background: #cb2d3e;
			margin: 40px auto;
		  }
		  
		  .service-container {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		  }
		  
		  .service-box {
			max-width: 33.33%;
			padding: 10px;
			text-align: center;
			color: #111111;
			cursor: pointer;
		  }
		  
		  .service-icon {
			display: inline-block;
			width: 70px;
			height: 70px;
			border: 3px solid #cb2d3e;
			transform: rotate(45deg);
			margin-bottom: 30px;
			margin-top: 16px;
		  }
		  
		  .service-icon i {
			line-height: 70px;
			transform: rotate(-45deg);
			font-size: 26px;
		  }
		  
		  .service-box:hover .service-icon {
			background: #cb2d3e;
			color: #ddd;
		  }
		  
		  .service-title {
			font-size: 18px;
			text-transform: uppercase;
			margin-bottom: 10px;
		  }
		  .description {
			font-size: 14px;
		  }
		  
		  @media screen and (max-width:960px) {
			.service-box {
			  max-width: 45%;
			}
		  }
		  
		  @media screen and (max-width:768px) {
			.service-box {
			  max-width: 50%;
			}
		  }
		  
		  @media screen and (max-width:480px) {
			.service-box {
			  max-width: 100%;
			}
		  }

		  .mygallery {
			box-sizing: border-box;
			margin:0;
		  }
		  
		  .myrow {
			display: -ms-flexbox; /* IE10 */
			display: flex;
			-ms-flex-wrap: wrap; /* IE10 */
			flex-wrap: wrap;
			padding: 0 4px;
		  }
		  
		  /* Create four equal columns that sits next to each other */
		  .mycolumn {
			-ms-flex: 25%; /* IE10 */
			flex: 25%;
			max-width: 25%;
			padding: 0 4px;
		  }
		  
		  .mycolumn img {
			margin-top: 8px;
			vertical-align: middle;
			width: 100%;
		  }
		  
		  /* Responsive layout - makes a two column-layout instead of four columns */
		  @media screen and (max-width: 800px) {
			.mycolumn {
			  -ms-flex: 50%;
			  flex: 50%;
			  max-width: 50%;
			}
		  }
		  
		  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
		  @media screen and (max-width: 600px) {
			.mycolumn {
			  -ms-flex: 100%;
			  flex: 100%;
			  max-width: 100%;
			}
		  }

		  #gallery{
			-webkit-column-count:2;
			-moz-column-count:2;
			column-count:2;
			
			-webkit-column-gap:10px;
			-moz-column-gap:10px;
			column-gap:10px;
		  }
		  @media (max-width:1200px){
			#gallery{
			-webkit-column-count:2;
			-moz-column-count:2;
			column-count:2;
			  
			-webkit-column-gap:10px;
			-moz-column-gap:10px;
			column-gap:10px;
		  }
		  }
		  @media (max-width:800px){
			#gallery{
			-webkit-column-count:2;
			-moz-column-count:2;
			column-count:2;
			  
			-webkit-column-gap:20px;
			-moz-column-gap:20px;
			column-gap:20px;
		  }
		  }
		  @media (max-width:600px){
			#gallery{
			-webkit-column-count:1;
			-moz-column-count:1;
			column-count:1;
		  }  
		  }
		  #gallery img,#gallery video {
			width:100%;
			height:auto;
			margin: 4% auto;
			box-shadow:-3px 5px 15px #000;
			cursor: pointer;
			-webkit-transition: all 0.2s;
			transition: all 0.2s;
		  }
		  .modal-img,.model-vid{
			width:100%;
			height:auto;
		  }
		  .modal-body{
			padding:0px;
		  }

		  