.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* Global */
.aios-mobile-header-wrapper {
	position: relative;
	display:none;
	z-index:101;
}

@media (max-width:991px) {
	.aios-mobile-header-wrapper.aios-mobile-header-wrapper-breakpoint-991,
	.aios-mobile-header-wrapper-breakpoint-991,
	.aios-mobile-header-wrapper-breakpoint-992 {
		display:block;
	}
}

@media (max-width:977px) {
	.aios-mobile-header-wrapper.aios-mobile-header-wrapper-breakpoint-977 {
		display:block;
	}
}

.aios-mobile-header-wrapper-breakpoint-1023 {
	display:block;
}

@media (min-width:1024px) {
	.aios-mobile-header-wrapper-breakpoint-1023 {
		display: none;
	}
}

	.amh-area-wrap {
		position: relative;
	}

	.amh-area-wrap:after,
	.amh-clearfix:after  {
		clear: both;
		content: '';
		display: block;
	}
	
/* Fixed Header */
.amh-fixed-header-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

	.amh-header-buttons {
		position: relative;
		background: #fff;
		-webkit-box-shadow: 0 2px 7px rgba(0,1,1,.09);
		-moz-box-shadow: 0 2px 7px rgba(0,1,1,.09);
		box-shadow: 0 2px 7px rgba(0,1,1,.09);
	}

		.amh-header-buttons a {
			text-decoration: none;
			color: inherit;
		}

		.amh-header-buttons .amh-navigation-trigger,
		.amh-header-buttons .amh-center,
		.amh-header-buttons .amh-header-right-btn {
			float: left;
			position: relative;
			text-align: center;
			padding: 17px 0;
			height: 52px;
			font-size:18px;
			line-height:1;
			box-sizing: border-box;
		}

		.amh-header-buttons .amh-navigation-trigger,
		.amh-header-buttons .amh-header-right-btn {
			width: 22.18%;
			cursor: pointer;
		}

		.amh-header-buttons .amh-center {
			width: 55.64%;
			padding: 5px 0;
		}
		
		.amh-header-buttons .amh-phone-text-hide,
		.amh-header-buttons .amh-email-text-hide {
			font-size:0;
		}
		
		.amh-header-buttons a:hover {
			text-decoration:none;
		}
		
/* Navigation */

.amh-navigation {
	background:#fff;
	display: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.amh-navigation .amh-menu,
.amh-navigation .amh-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.amh-navigation .amh-menu ul {
		display: none;
	}

	.amh-navigation .amh-menu li {
		display: block;
		position: relative;
		border-top: 1px solid #f7f7f7;
	}

		.amh-navigation .amh-menu li a {
			display: block;
			padding: 10.3px 20px;
			color: #858585;
			font-size: 16.5px;
			font-weight: 400;
			text-decoration: none;
		}

		.amh-navigation .amh-menu li:hover > a,
		.amh-navigation .amh-menu li.open > a{
			background: #3c3c3c;
			color: #fff;
		}

		.amh-navigation .amh-menu li ul a {
			color: #C5C5C5;
			font-size: 14px;
		}
		
		/* First Level */
		.amh-navigation .amh-menu li ul {
			background: #232323;
		}

		/* Second Level */
		.amh-navigation .amh-menu li ul ul {
			background: #151515;
		}
		
		/* Third Level */
		.amh-navigation .amh-menu li ul ul ul {
			background: #020202;
		}

/* Nav Hover/Active	 */
.amh-navigation .amh-menu li.open > ul {
	display: block;
}


/* Navigation Variant 1 */
.amh-navigation.amh-nav-1 .amh-menu li a {
	text-align: center;
}


/* Navigation Variant 2 */

.amh-fixed-nav-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.8);
}

.amh-navigation.amh-nav-2 {
	width: 75%;
	position: absolute;
	left: 0;
	display: block;
	z-index: 999;
}

.amh-navigation.amh-nav-2 .amh-menu li a {
	text-align: left;
}

/* Header phone list */

.amh-header-phone-list {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #4d4d4d;
	text-align:center;
	clear:both;
	display:none;
}

.amh-header-phone-list ul {
	margin:0;
	padding:0;
}

.amh-header-phone-list li {
	padding-bottom:7px;
}

@media print {
	.aios-mobile-header-wrapper {
		display:none !important;
	}
}

/* Header 3A */

	.amh-header-buttons.amh-3a .amh-center{
		padding: 0;
	}
	
	
	.amh-header-buttons.amh-3a .amh-center .amh-phone,
	.amh-header-buttons.amh-3a .amh-center a.amh-phone {
		cursor: pointer;
		padding: 17px 0;
		display: block;
		width: 100%;
		height: 100%;
	}

.ip-banner {
	display: none;
}

.ip-custom-banner .ip-banner {
	display: block;
}

.ip-banner canvas {
    min-height: 651px;
}

.ip-banner::before {
    background: rgba(0, 0, 0, 0.35);
}

.ip-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
}

#inner-page-wrapper {
	margin: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

#nav,
.hdr-col-2 {
    display: none;
}

.ip-banner .container {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    transform: unset;
    z-index: 2;
    display: flex;
    align-items: end;
}

.smh-phone {
    position: absolute;
    top: 60px;
    right: 15px;
    color: #fff !important;
    padding: 17px 33px;
    background: #000;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
    border: 1px solid #000;
    -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;
}

.smh-phone i {
    margin-right: 10px;
}

.smh-phone:hover {
	background: transparent;
}

.entry-title {
    font-size: clamp(50px, 3.75vw, 60px);
    font-weight: 400;
    font-family: var(--font-family-title);
    color: #fff;
    letter-spacing: -1px;
    margin-right: -15px;
    margin-bottom: 13px;
    margin-top: 43px;
}

.ip-custom-banner p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .38px;
    line-height: 1.65;
    color: #fff;
    max-width: 602px;
}

.banner-form-wrap {
    position: relative;
    background: #000;
    max-width: 438px;
    margin-left: auto;
    margin-bottom: -33px;
    padding: 39px 52px 55px;
    border-radius: 5px;
    text-align: center;
}

.banner-form-wrap h2 {
    font-size: clamp(20px, 1.563vw, 25px);
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.2;
    margin: 0 0 30px;
}

.banner-form .smh-field input {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-family-default);
    color: #777777;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0 15px !important;
    height: 40px;
    border: none;
    border-radius: 5px;
}

.smh-field.smh-btn input {
    background: transparent !important;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px;
    -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;
}

.smh-field.smh-btn input:hover {
    background: #fff !important;
    color: #000 !important;
    opacity: 1;
}

.banner-form {
    position: relative;
}

.banner-form .ajax-loader,
.banner-form .wpcf7-spinner {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -24px;
}

.banner-form .wpcf7 form .wpcf7-response-output {
    color: #fff;
    position: absolute;
    bottom: -45px;
    left: 0;
    margin: 0;
    font-size: 12px;
}

.global-photo {
    position: relative;
}

.global-photo canvas {
    display: block;
    width: 100%;
    -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;
}

.global-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 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;
}

a.btn-a:hover, .btn-a:hover {
    color: #fff;
}

.section-title {
    font-weight: 300;
}

/*section1*/
.smh-section-1 {
    position: relative;
    padding: 96px 15px 0;
}

.smh-s1-inner {
    position: relative;
    max-width: 1436px;
    margin: 0 auto;
}

.smh-s1-title > p {
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .3px;
    max-width: 555px;
    margin: 15px auto 0;
}

.smh-s1-title > ul {
    width: fit-content;
    margin: 0 auto;
    padding-top: 15px;
}
.smh-s1-title > ul li {
    list-style: disc;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
}
.smh-s1-title {
    margin: 0 0 64px;
}

.smh-s1-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.smh-s1-step {
    width: 25%;
    padding: 0 17px;
}

.smh-s1-step-inner {
    position: relative;
}

.smh-s1-photo.global-photo canvas {
    background: #000;
}

.smh-s1-photo.global-photo img {
    opacity: .8;
}

span.step {
    position: absolute;
    bottom: -5px;
    left: -2px;
    font-size: clamp(45px, 3.75vw, 60px);
    font-weight: 400;
    font-family: var(--font-family-title);
    color: #fff;
    text-transform: uppercase;
}

.smh-s1-step-details {
    padding: 18px 0;
}

.smh-s1-step-label {
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 400;
    font-family: var(--font-family-title);
    color: #000;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin: 0 0 15px;
    line-height: 1.15;
    min-height: 46px;
}

.smh-s1-step-details p {
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.7;
}

.smh-s1-btn {
    text-align: center;
    margin-top: 24px;
}

.smh-s1-btn a {
    min-width: 274px;
}

/*section2*/
.smh-section-2 {
    position: relative;
    padding: 150px 0 0;
}

.smh-s2-title {
    margin: 12px 0;
}

.smh-text {
    font-size: 14px;
    font-weight: 300;
    color: #535353;
    line-height: 1.7;
    letter-spacing: .2px;
}

.smh-text p {
    display: block;
    margin: 0 0 26px;
}

.smh-section-2 .smh-text {
    margin-right: -10px;
}

.smh-s2-btn {
    padding-top: 7px;
}

.smh-s2-btn a {
    min-width: 284px;
}

.smh-s2-photo-wrap {
    position: relative;
    max-width: 527px;
    margin-left: auto;
}

.smh-s2-photo-wrap::after {
    content: '';
    position: absolute;
    top: -35px;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% + 70px);
    background: #000;
    z-index: -1;
}

/*section3*/
.smh-section-3 {
    position: relative;
    padding: 172px 0 0;
}

.smh-s3-right {
    padding-left: 27px;
}

.smh-s3-left {
    margin-left: -192px;
}

.smh-section-3 .row {
    display: flex;
    align-items: center;
}

.smh-section-3 .row::before {
    display: none;
}

.smh-s3-photo-wrap::after {
    content: '';
    position: absolute;
    top: -45px;
    left: -230px;
    width: 100%;
    max-width: 450px;
    height: calc(100% + 90px);
    background: #000;
    z-index: -1;
}

.smh-s3-title {
    margin: 0 0 23px;
}

.smh-s3-btn {
    padding-top: 16px;
}

.smh-s3-btn a {
    vertical-align: top;
    margin-right: 6px;
    min-width: 284px;
}

/*section4*/
.smh-section-4 {
    position: relative;
    padding: 122px 0 70px;
}

.smh-s4-title {
    margin: 0 0 34px;
}

.smh-section-4 .aios-testimonials {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.smh-section-4 .aios-testimonials-lists-even:last-child, .smh-section-4 .aios-testimonials-lists:first-child, .plyr__video-wrapper {
    width: 100%;
}

.smh-section-4 .aios-testimonials-lists {
    width: calc(100% / 2);
    flex-grow: 0;
    padding: 15px;
}

.smh-section-4 .aios-testimonials-lists a {
    padding: 80px 50px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    height: 100%;
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.smh-section-4 .aios-testimonials-lists .star_rating_display {
    text-align: center;
}

.smh-section-4 .aios-testimonials-lists .star_rating_display i, 
.aiosp-wrap div[class*=aios-testimonials-popup-] .aiosp-content .star_rating_display i {
    color: #000;
    font-size: 25px;
    margin: 0 1px;
}

.smh-section-4 .aios-testimonials-lists:first-child .aios-testimonials-content, 
.aiosp-wrap div[class*=aios-testimonials-popup-] .aios-testimonials-popup {
    display: block;
}

.smh-section-4 .aios-testimonials-lists .aios-testimonials-content {
    font-size: 17px;
    line-height: 1.6;
    margin: 1.12em 0;
    padding: 0;
}

.smh-section-4 .aios-testimonials-lists:first-child h3, .smh-section-4 .aios-testimonials-lists:first-child p {
    font-size: 25px;
}

.smh-section-4 .aios-testimonials-lists h3 {
    font-size: 20px;
    font-weight: 700;
    margin: .83em 0;
}


section#hp-git {
    display: none !important;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {
    .smh-s3-left {
        margin-left: -72px;
    }
}

@media only screen and (max-width: 1366px) {
    .smh-s3-left {
        margin-left: -15px;
    }
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .smh-s3-right {
        padding-left: 0;
    }

    .smh-s3-btn a {
        margin-right: 2px;
        min-width: 244px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .smh-phone {
        display: none !important;
    }

    .ip-custom-banner {
        background: #000;
        text-align: center;
    }

    .ip-banner .container {
        position: relative;
        display: block;
    }

    .ip-custom-banner p {
        margin: 0 auto;
    }

    .banner-form-wrap {
        margin: 30px auto;
        border: 1px solid #fff;
    }

    .smh-section-1 {
        padding: 50px 15px 0;
    }

    .smh-s1-step {
        width: 50%;
    }

    .smh-section-2 {
        padding: 50px 0 0;
        text-align: center;
    }

    .smh-s2-photo-wrap {
        margin: 50px auto 0;
    }

    .smh-s2-photo-wrap::after {
        top: -15px;
        width: calc(100% - 15px);
        height: calc(100% + 30px);
    }

    .smh-section-3 {
        padding: 50px 0 0;
        text-align: center;
    }

    .smh-section-3 .row {
        display: block;
    }

    .smh-s3-left {
        margin-left: 0;
    }

    .smh-s3-photo-wrap::after {
        top: -15px;
        left: -15px;
        height: calc(100% + 30px);
    }

    .smh-s3-right {
        margin-top: 50px;
    }

    .smh-s3-btn a {
        margin: 5px;
    }

    .smh-section-4 {
        padding: 50px 0;
    }

    .smh-section-4 .aios-testimonials-lists {
        width: 100%;
    }

    .ip-banner canvas {
        min-height: 250px;
    }

    .entry-title {
        margin-right: 0;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .smh-s1-step {
        width: 100%;
    }

    .smh-s2-photo-wrap::after {
        right: -15px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .banner-form-wrap {
        padding: 30px 15px 50px;
    }

    .smh-s3-photo-wrap::after {
        max-width: calc(100% - 15px);
    }

    .smh-section-4 .aios-testimonials-lists a {
        padding: 30px 15px;
    }
}
