/* Add here all your css styles (customizations) */


.pad-lr-10 {
	padding-left: 10px;
	padding-right: 10px;
}


.pad-b-24 {
	padding-bottom: 24px;
}

.marg-t-30 {
	margin-top: 30px;
}

.marg-b-0 {
	margin-bottom: 0px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.highlight {
	font-size: 16px;
	font-weight: bold;
	colour: #666666;
}

.bmus {
	font-size: 14px;
	text-transform: capitalize;
}

p {
	color: #7c7c7c;
}

#home p {
	color: #ccc;
}



.g-bg-black-opacity-0_6 {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*  only do the below if only have the menu links on footer.  If you put other links on footer, resort back to original coding */

footer a.g-color-gray-dark-v5 {
  color: #f79696 !important;
  outline: none !important;
}

footer a.g-color-gray-dark-v5:focus,
footer a.g-color-gray-dark-v5:hover {
  color: #fe6466 !important;
}



/*  ****  Start of 404 Error Page  ****  */

.error-container {
	background-color: #b49d7b;
	padding-top: 80px !important;
}
 
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

 
/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 35px;  
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}


/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}


/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}


/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);   
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}


/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background: url(../img/patterns/17.png) repeat;
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}


/*Service Block v2 (used in page_404_error2.html)
------------------------------------*/
.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.2);
}

.service-block-v2 .service-block-in i {
  font-size: 40px;
}

.service-block-v2 .service-block-in h4 {
  font-size: 18px;
  line-height: 25px;
}

.service-block-v2 .service-block-in p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
}

.service-block-v2 .service-block-in i,
.service-block-v2 .service-block-in h4,
.service-block-v2 .service-block-in p {
  color: #fff;
}

/*  ****  End of 404 Error Page  ****  */
 


.form-group .form-control {
    background-color: #e0e0e0!important;
}

.form-group .form-control:focus {
    background-color: #ccc!important;
}

.u-carousel-indicators-v1 li span {
    background-color: #ccc;
}

.u-carousel-indicators-v1 li span,
.u-carousel-indicators-v1--white li span {
  width: 10px;
  height: 10px;
}

 

#justincontact-form .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

#justincontact-form input#name {
	background: #fff url('../img/user.png') 5px 4px no-repeat;
}
#justincontact-form input#email {
	background: #fff url('../img/email.png') 5px 4px no-repeat;
}
#justincontact-form input#telephone {
	background: #fff url('../img/phone.png') 5px 4px no-repeat;
}
#justincontact-form textarea#message {
	background: #fff url('../img/speech.png') 5px 4px no-repeat;
}
#justincontact-form .txtinput { 
	padding: 5px 25px 5px 55px;
}

.form-control, .form-control:focus {
    color: #555;
}
.form-control {
    border-color: #999;
}

form div.text-left {
	text-align: left;
}

.color-red {
    color: #fe6466;
}

ul.hs-sub-menu > li.dropdown-item > a.nav-link {
    color: #999 !important;
}


ul.hs-sub-menu > li.dropdown-item > a.nav-link:hover, ul.hs-sub-menu > li.dropdown-item > a.nav-link:focus, ul.hs-sub-menu > li.dropdown-item > a.nav-link:active {
    color: #fe6466 !important;
}



.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    border-color: #fe9798;
    background-color: #fe9798;
    color: #fff;
}

#navBar ul.navbar-nav li.nav-item a.nav-link {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

/*  Need to work out if this can be used to limit above style to only toggled expanded menu
.navbar-expand-sm {
    padding-bottom: 15px;
}

.navbar-expand-md {
    padding-bottom: 15px;
}

.navbar-expand-lg {
    padding-bottom: 15px;
}

.navbar-expand-xl {
    padding-bottom: 15px;
}
*/ 




button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #fe6466;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.g-bottom-20x {
  bottom: 10%;
}

.g-top-50x--md {
  bottom: 40%;
}

.g-font-size-7 {
  font-size: 0.50143rem !important;
}


.embed-responsive {

    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;

}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
} 


@media (max-width: 1025px) {
 .hidden-for-phone-good-for-desktop {
     display: none !important;
  }
}

@media (min-width: 1025px) {
   .hidden-for-desktop-good-for-phone {
     display: none !important;
  }  
}


@media (max-width: 768px) {
  .small-mt-under-arrows {
    margin-top: 20px !important;
  }
}


@media (max-width: 648px) {
  .small-mt-under-arrows {
    margin-top: 60px !important;
  }
}


@media (max-width: 516px) {
  .small-mt-under-arrows {
    margin-top: 90px !important;
  }
}


@media (max-width: 400px) {
  .small-mt-under-arrows {
    margin-top: 120px !important;
  }
}


@media (max-width: 358px) {
  .small-mt-under-arrows {
    margin-top: 160px !important;
  }
}


@media (max-width: 565px) {
  .small-hide-br {
    display: none;
  }
}
