/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Global css*/

html.no-js {
    margin-top: 0px !important;
}
.h1, h1, .h2, h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    margin-bottom: 20px;
	font-family: "Barlow", sans-serif;
	text-transform: uppercase;
}
body, body p{
	font-family:"Roboto", sans-serif;
	    font-size: 18px;
	    line-height: 28px;
		    color: #000;
}
h2{
	font-size: 42px;
	line-height: 50px;
	    font-weight: 600;
	}
.wrapper {
    /* overflow: hidden; */
}
:focus {
    box-shadow: none!important;
    outline: 0 solid transparent!important;
}

:focus-visible {
    box-shadow: none!important;
    outline: 2px solid #2b4c60!important;
    outline-offset: 8px;
}
body p{margin-bottom:20px;}

a.btn.btn-primary:focus, a.btn.btn-secondary:focus {
    /*box-shadow: none!important;
    outline: 0 solid transparent!important;*/
}

a.btn.btn-primary:focus-visible, a.btn.btn-secondary:focus-visible {
    box-shadow: none!important;
    outline: 2px solid #2b4c60!important;
    outline-offset: 8px;
}

.btn.btn-primary:active, .btn.btn-secondary:active{
    background-color: #2b4c60!important;
    outline: 2px solid #2b4c60 !important;
    outline-offset: 8px;
}
.bg-title {
    font-size: 79px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 94px;
    font-weight: 800;
    text-transform: uppercase !important;
    font-style: italic;
    text-shadow: 4px 5px 0px #f9941e;
    padding: 17px 70px;
    background: linear-gradient(90deg, rgba(6, 125, 129, 1) 0%, rgba(44, 190, 189, 1) 50%, rgba(6, 125, 129, 1) 100%);
    border-radius: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 145px;
}

/* Header */

.header {
    background-color: #fff;
}
.header-wrapper {background-color: #fff;}
.header {background-color: #fff;}
.nav-bar, .top-bar-section ul {background: #fff;}

.header--sticky.sticky-active {
    /* position: fixed;
    width: 100%;
	    margin-top: 50px;
		transition: ease-in-out .5s; */
}
.top-header .row {
    align-items: center;
}

/* Top Header */
.icon-list-wrap.emergency {
    text-align: center;
}
.top-header {background: #799C3E; padding: 4px 0 2px 0; margin-bottom: 0px; position: relative;}

.top-header .container {
    position: relative;
}
.top-header p {margin-bottom: 0px;color: #fff;}
.top-header p a, .top-header p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.top-header .call p a {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
	    font-family: "Poppins", sans-serif;
}
.top-header .social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-header .social-icons__icon {
    font-size: 24px;
    color: #fff;
    margin: 0px 11px;
	    line-height: 26px;
}
.top-header .social-icons__icon a {
    color: #fff;
    transition: all 0.1s ease;
    width: 26px;
    display: inline-block;
}
.top-header .social-icons__icon a i{
    font-size: 25px;
}
.top-header .social-icons__icon:last-child {
    margin-right: 0px;
}
.top-header p a {
    text-decoration: underline;
}

.icon-list-content img {
    margin-right: 10px;
}
.icon-list-content img {
    margin-right: 10px;
	margin-top: -3px;
	width: 20px;
    height: 20px;
}
div#header-two {
    padding-top: 15px;
}
.content-wrapper{ margin-bottom: 248px;}
.header__button .btn-secondary {
    
}
.mobile-header {
    background-color: #fff;
}
.main-navigation li a {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.main-navigation li.has-dropdown ul li a {
    font-weight: 500;
}
.main-navigation .has-dropdown ul li a, .main-navigation>li.has-dropdown>ul>li.has-dropdown>ul>li>a {
    font-weight: 500;
}


/*Top Header */

/* Buttons */

.header__button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.right-btn span, .right-btn span a {
    color: #017479;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}
.left-btn span {
    color: #017479;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    background: url(/wp-content/uploads/Emergency-Services.svg) no-repeat left center;
    padding: 10px 10px 10px 27px;
}
.right-btn span {
    background: url(/wp-content/uploads/phone.svg) no-repeat left center;
    padding: 10px 10px 10px 27px;
}
.header__button a.btn.btn-secondary, .header__button a.btn.btn-primary {
    margin-top: 10px;
}
.left-btn {
    margin-right: 33px;
}

a.btn.btn-secondary:before, button.btn-primary:before {
    content: "";
    background: url(/wp-content/uploads/btn-arrow-w.svg) no-repeat;
    width: 33px;
    height: 20px;
    position: absolute;
    right: 0px;
    opacity: 0;
    transition: all 2.0s ease-out;
	    top: 16px;
}
a.btn.btn-secondary:hover:before, button.btn-primary:hover:before {
    opacity: 1;
}
a.btn.btn-primary:before, button.btn-primary:before {
    content: "";
    background: url(/wp-content/uploads/btn-arrow-b.svg) no-repeat;
    width: 33px;
    height: 20px;
    position: absolute;
    right: 0px;
    opacity: 0;
    transition: all 2.0s ease-out;
	    top: 16px;
}
a.btn.btn-primary:hover:before, button.btn-primary:hover:before {
    opacity: 1;
}

a.btn.btn-secondary, button.btn-secondary {
    padding: 18px 20px;
    min-width: 260px;
    position: relative;
    background: url(/wp-content/uploads/prim-bg-hover.png);
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    transition: all 2.0s ease-out;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    background-position: bottom center;
}
a.btn.btn-secondary span, button.btn-secondary span {
    position: relative;
	}



a.btn.btn-primary, button.btn-primary {
    padding: 18px 20px;
    min-width: 260px;
    position: relative;
    color: #000 !important;
    font-size: 20px;
    line-height: 20px;
    transition: all 2.0s ease-out;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    background-position: bottom center !important;
	background: url(/wp-content/uploads/sec-bg-hover2-1.png);
    background-size: 100%;
}
a.btn.btn-primary span, button.btn-primary span {
    position: relative;
}

#section6 .btn-primary, .postscript-contact .btn-secondary {
    background: linear-gradient(to right, #55C2B3 50%, #F26523 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}



@media only screen and (min-width:992px){
    .top-header p a:hover{
        font-weight: 500;
    }
	a.btn.btn-secondary:hover, button.btn-secondary:hover {
        background-position: top center; 
        padding-right: 35px;  
    }
    a.btn.btn-secondary:hover:before, button.btn-secondary:hover:before {

}
a.btn.btn-primary:hover, button.btn-primary:hover { 
    background-position: top center !important; 
    padding-right: 35px; 
    /* background: linear-gradient(90deg, rgba(249,161,59,1) 0%, rgba(249,161,59,1) 50%, rgba(249,161,59,1) 100%); */
}
a.btn.btn-primary:hover:before, button.btn-primary:hover:before {

}


}

/* Hero Sectio */
.hero {
    background: linear-gradient(90deg, rgba(6,126,130,1) 0%, rgba(43,190,189,1) 50%, rgba(6,126,130,1) 100%) !important;
    padding-top: 53px;
    padding-bottom: 44%;
    position: relative;
}
.hero:before {
    content: "";
    background-image: url(/wp-content/uploads/Banner3-1.webp) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-size: 100%;
    bottom: 0;
    background-repeat: no-repeat;
}

.hero__title-1 {
    font-size: 79px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 94px;
    font-weight: 800;
    text-transform: uppercase !important;
    font-style: italic;
    text-shadow: 4px 5px 0px #f9941e;
    padding: 10px 29px 19px 22px;
    background: linear-gradient(90deg, rgba(6,125,129,1) 0%, rgba(44,190,189,1) 50%, rgba(6,125,129,1) 100%);
    border-radius: 12px;
    display: inline-block;
}
.hero__title-2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 52px;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 5px;
}

.hero--text {
    text-align: center;
	    position: relative;
}
.hero--text img {
    
}
.hero--btn {
    text-align: center;
    margin-top: 20px;
}
.hero--btn a.btn.btn-secondary {
    margin-right: 30px;
	    min-width: 180px;
}
.hero--btn a.btn.btn-secondary img {
    margin-right: 10px;
}

/* Hero Sectio */

/* section 1*/
.section1 {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(251,206,152,1) 100%) !important;
    padding-top: 100px;
    padding-bottom: 60px;
	position: relative;
	margin-top: -2px;
}
.section1:before {
    content: "";
    background: url(/wp-content/uploads/starburst-BG.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
	/* opacity: 0.6; */
}
.section1 .container {
    position: relative;
}
.section1__title-1 {
    color: #000;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 6px;
}
.section1__title-2 {
    color: #017479;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.left-border-box {
    background: #FFF5E8;
    border-left: 10px solid #189D9C;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: bold;
	margin-top: 27px;
}
.section1 p {
    color: #000;
}
.left-border-box p {
    margin-bottom: 0px;
}

/* section 1*/

/* Cta*/
.cta-row {
    margin-top: 120px;
}
.cta-row .cta--set {
    padding: 0 16px;
}
.cta--inner {
    text-align: center;
    background: linear-gradient(90deg, rgba(121,156,62,1) 0%, rgba(200,229,150,1) 50%, rgba(121,156,62,1) 100%);
    border-radius: 50px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 9px 9px 33px #799c3e94;
}
.cta_image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 214px;
}
.cta_image img {
    position: absolute;
}
.cta--inner h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
}
.cta--inner h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}
.cta--inner h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 4px;
    margin-bottom: 0px;
}
/* Cta*/

/* section 2*/
.section2 {
    background: linear-gradient(180deg, rgba(251,206,152,1) 0%, rgba(248,155,46,1) 100%) !important;
    padding-top: 55px;
    padding-bottom: 24%;
    position: relative;
    margin-top: -2px;
}
.section2:before {
    content: "";
    background: url(/wp-content/uploads/Snowflake-transition-bottom.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: 0;
}
.section2 .container {
    position: relative;
}

.title-2 {
    color: #000;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 6px;
}

.title-3 {
    color: #017479;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.green{color: #017479;}
ul.list {
    margin: 30px 0 17px 0;
    padding: 0px;
    list-style: none;
}
ul.list li {
    background: url(/wp-content/uploads/list-icon.svg) no-repeat left center;
    padding-left: 31px;
    margin-bottom: 20px;
}

/* section 2*/

/* section 3*/
.section3 {
    background: linear-gradient(180deg, #fff 0%, #189D9C 100%) !important;
    padding-top: 20px;
    padding-bottom: 600px;
    position: relative;
    margin-top: -1px;
}
.section3:before {
    content: "";
    background: url(/wp-content/uploads/van_image.png) no-repeat;
    width: 536px;
    height: 514px;
    background-size: 100%;
    position: absolute;
    /* right: 6px; */
    right: -11px;
    top: 64px;
}
.section3 .container {
    position: relative;
}
.title-big {
    font-size: 92px;
    line-height: 110px;
    font-weight: 800;
    font-style: italic;
    
}
.green__gradient{
	background: -webkit-linear-gradient(180deg, #067D81 0%, #2CBEBD 53%, #067D81 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.left-border-box.green__bg {
    background: #DEF0ED;
    margin-left: 0px;
}

/* section 3*/

/* section 4*/

.section4 {
    margin-top: -450px;
    position: relative;
	    padding-bottom: 50px;
}
.section4:before {
    content: "";
    background: linear-gradient(90deg, #799C3E 0%, #C9E798 50%, #799C3E 100%) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    border-top-right-radius: 200px;
    top: 257px;
}
.section4 .container {
    position: relative;
}
.section4 h2 {
    text-align: center;
    margin-bottom: 37px;
}
.section4 img {
    margin-bottom: 40px;
}
.section4 .left p, .section4 .right p {
    margin-bottom: 10px;
}
.separator-section {
    text-align: center;
}
.separator {
    background: url(/wp-content/uploads/Home-icon.svg) no-repeat center;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 30px;
}
.separator:before {
    content: "";
    width: 40%;
    height: 3px;
    background: #017479;
    position: absolute;
    left: 0;
    top: 50%;
}
.separator:after {
    width: 40%;
    height: 3px;
    background: #017479;
    position: absolute;
    right: 0;
    content: "";
    top: 50%;
}
.separator-section p {
    text-transform: uppercase;
    font-weight: 600;
    width: 820px;
    margin: 0 auto;
}
.separator-section a.btn {
    margin-top: 30px;
}

/* section 4*/

/* section 5*/
.section5 {
    background: linear-gradient(90deg, #799C3E 0%, #C9E798 50%, #799C3E 100%) !important;
    position: relative;
    padding-top: 50px;
}
.section5:before {
    content: "";
    background: url(/wp-content/uploads/Snowflakes-bg2.png);
    width: 300px;
    height: 500px;
    position: absolute;
    background-position: right top;
    background-size: 100%;
}
.section5 .container {
    position: relative;
}
.team-list {
    background: linear-gradient(90deg, #067D81 0%, #2CBEBD 50%, #067D81 100%) !important;
    text-align: center;
    padding: 65px 50px;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
	    padding-bottom: 200px;
}
.section5 > img {
    margin-top: -196px;
	position: relative;
}
.team-list h2 {
    color: #fff;
    margin-bottom: 25px;
}
.team-list p {
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}
ul.icon-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.icon-list li {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 60px;
}
ul.icon-list li a {
    color: #fff;
}
ul.icon-list li img {
    width: 30px;
    margin-right: 7px;
    float: left;
}
ul.icon-list li span {
    line-height: 35px;
}
ul.icon-list li:last-child {
    margin-right: 0px;
}
/* section 5*/

/* section 6*/
.section6 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 185, 108, 1) 100%) !important;
    padding-top: 100px;
    padding-bottom: 111px;
    position: relative;
    margin-top: -2px;
}
.section6:before {
    content: "";
    background: url(/wp-content/uploads/starburst-BG2.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: -101px;
    /* opacity: 0.6; */
}
.section6 .container {
    position: relative;
}
/* section 6*/

/* section 7*/
.section7 {
    background: url(/wp-content/uploads/service-area-bg.webp) no-repeat center top;
    padding-bottom: 462px;
    position: relative;
	    background-size: cover;
}
.section7:before {
    content: "";
    background: linear-gradient(180deg, rgba(250,184,106,1) 0%, rgba(0,0,0,0) 101%);
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
}
.section7 .container {
    position: relative;
}
h2.locations-title {
    font-size: 49px;
    line-height: 48px;
    text-shadow: 4px 3px 0px #f9941e;
    font-weight: 800;
    padding: 27px 60px;
    margin-bottom: 0;
    border-radius: 23px;
}
.locations {
    background: linear-gradient(90deg, rgba(50,135,126,0.85) 0%, rgba(82,188,173,0.85) 50%, rgba(50,135,126,0.85) 100%);
    border-radius: 29px;
    padding: 85px 20px 37px 20px;
    margin: 0 auto;
    margin-top: -50px;
}
ul.locations-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    
}
ul.locations-list li {
    background: url(/wp-content/uploads/mdi_location.svg) no-repeat 0 2px;
    padding-left: 26px;
    margin-bottom: 25px;
    text-align: left;
}
ul.locations-list li, ul.locations-list li a {
    color: #fff;
}
ul.locations-list a:hover {
    color: #f7b56f;
}
.center{text-align:center;}
.service-btn {
    margin-top: 35px;
}
/* section 7*/

/* section 8*/
.section8 {
    padding-top: 80px;
    padding-bottom: 0px;
}
.gradient-5 {
    background: linear-gradient(180deg, rgba(24,157,156,1) 0%, rgba(255,253,250,1) 100%);
	    margin-top: -200px;
    position: relative;
	    border-top-left-radius: 200px;
}
.section8 h3 {
    margin-bottom: 5px;
}
.h3-md {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
	    letter-spacing: 5px;
}
.separators {
    position: relative;
}
.separators {
    position: relative;
}
.separators:before {
    content: "";
    background: #000;
    width: 13%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
}
.separators:after {
    content: "";
    background: #000;
    width: 13%;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 50%;
}
.text-gradient-white {
    background: linear-gradient(90deg, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 50%, rgba(213,213,213,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lg-size {
    font-size: 75px;
    line-height: 90px;
    font-weight: 800;
    font-style: italic;
}
.black{color:#000;}

.testimonial-section {
    margin-top: 13px;
}
.testimonial-section .col-lg-6 {
    padding: 17px 17px;
}

.testi-inner {
    padding: 40px 101px 40px 69px;
	    position: relative;
}
.testi-inner p {
    font-size: 16px;
	line-height:31px;
}
.star {
    float: left;
}
.author {
    float: right;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-family: "Barlow Condensed", sans-serif;
}
.gradient-g {
    background: linear-gradient(90deg, rgba(121,156,62,1) 0%, rgba(201,231,152,1) 50%, rgba(121,156,62,1) 100%);
    border-radius: 30px;
	    box-shadow: 4px 10px 20px #0000002b;
}
.testi-inner:before {
    content: "";
    background: url(/wp-content/uploads/ri_google.svg) no-repeat;
    position: absolute;
    width: 47px;
    height: 47px;
    right: 23px;
}
.testi-inner:after {
    content: "";
    background: url(/wp-content/uploads/Quotes.svg) no-repeat;
    position: absolute;
    width: 131px;
    height: 95px;
    right: 23px;
    background-size: 100%;
    bottom: 30px;
}
.testi-inner .content {
    min-height: 178px;
    font-style: italic;
}
.testi-inner .content, .testi-inner .author-set {
    position: relative;
    z-index: 1;
}

.author-set {
    overflow: hidden;
}
.star img {
    width: 150px;
}
.reviews-btn {
    text-align: center;
    margin-top: 40px;
	    padding-bottom: 20px;
}
/* section 8*/

/*Form Section */
.postscript-contact {
    background: url(/wp-content/uploads/Gradient-BG.webp);
    background-position: center top;
    padding-top: 21%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
	
}
.postscript-contact:before {
    content: "";
    background: url(/wp-content/uploads/Snowflake-transition.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
	top: 0;
	
}

.postscript-contact h2, .postscript-contact .h2 {
    font-size: 79px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 94px;
    font-weight: 800;
    text-transform: uppercase !important;
    font-style: italic;
    text-shadow: 4px 5px 0px #f9941e;
    padding: 17px 70px;
    background: linear-gradient(90deg, rgba(6, 125, 129, 1) 0%, rgba(44, 190, 189, 1) 50%, rgba(6, 125, 129, 1) 100%);
    border-radius: 12px;
    display: inline-block;
	    position: relative;
    margin-bottom: 145px;
}
.postscript-contact .h2 span {
    display: block;
    width: 72%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/Footer-form-logo.svg);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    bottom: -160px;
    background-position: center top;
    background-size: 100%;
}
.row.submit-btn {
    text-align: center;
}
form input[type=text], form input[type=password], form input[type=date], form input[type=datetime], form input[type=datetime-local], form input[type=month], form input[type=week], form input[type=email], form input[type=number], form input[type=search], form input[type=tel], form input[type=time], form input[type=url], form input[type=color], form textarea{ font-family: "Barlow", sans-serif; border: 4px solid #799C3E !important;
    border-radius: 8px !important;}
.select2-container .select2-selection--single .select2-selection__rendered {
        font-family: "Barlow", sans-serif;
		    line-height: 38px !important;
}
span.select2-selection.select2-selection--single {
    border: 4px solid #799C3E !important;
    border-radius: 7px !important;
}
.postscript-contact .wpcf7-textarea {
    height: 100px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #057d82;
}

.footer-btn-1, .footer-btn-2 {
    margin-bottom: 17px;
}
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    font-size: 21px !important;
    border-width: 7px 7px 0 7px !important;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    left: 0;
    width: auto;
}
.main-contact-form button.btn-primary {
    width: 200px !important;
}

/*Form Section */

/* Footer */

.footer {
    background: linear-gradient(180deg, rgb(255 255 255) 20%, rgb(248 157 50) 100%); padding-top: 50px; padding-bottom: 50px;     border-top-right-radius: 100px; margin-top: -100px; position: relative;
}
.footer-inn {
    background: linear-gradient(90deg, rgba(121,156,62,1) 0%, rgba(200,229,150,1) 50%, rgba(121,156,62,1) 100%);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
}
.footer .container > .row > .social-icons {
    display: none;
}
.footer-inn h3 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.phone-number p {
    margin-bottom: 11px;
}
.phone-number p a {
    padding-left: 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #017479;
    background: url(/wp-content/uploads/phone.svg) no-repeat left center;
}
p.service-area {
    margin-bottom: 14px;
}
p.service-area a {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
    font-family: "Barlow", sans-serif;
	    display: block;
    text-decoration: underline;
	    transition: all .2s ease-out;
}
.footer .color-btn a:first-child {
    margin-bottom: 17px;
}
.business-hours p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000;
}
.business-hours p strong {
    color: #017479;
}
.emergency span {
    display: inline-block;
    background: linear-gradient(90deg, rgba(7,126,130,1) 0%, rgba(44,189,188,1) 50%, rgba(7,126,130,1) 100%);
    padding: 3px 10px;
    font-size: 20px;
    font-weight: bold;
}
.footer-inn.right > p {
    margin-bottom: 0px;
}
.footer-inn.right > p > img {
    width: 176px;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 25px;
}
.footer-middle {
    text-align: center;
}
.copyright {
    background: #189D9C;
    padding: 11px 0;
    font-size: 14px;
}
.copyright p, .copyright a, .copyright span {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.copyright .site-by {
    display: block;
}
/* Footer */

.tab--secttion {
    display: none;
}
/* New request page css start */
.page-id-2420 .content-wrapper {
    margin-bottom: 0;
}
.page-template-page-ryno-contact.page-id-217 .content-wrapper {
    margin-bottom: 100px;
}
.page-template-page-ryno-contact aside.sidebar iframe {
    height: 300px;
}
.page-template-page-ryno-contact .main-contact-form button.btn-primary{
    margin-top: 10px;
}
.page-template-page-conversion .sidebar-form .h2{
    margin-bottom: 20px !important  ;
}
.contact-sidebar__company-info p, .page-template-page-ryno-testimonials .panel p {
    color: white;
}
.service-area .ryno-service-areas .rsa-grid-template {
    padding: 0;
}
.service-area .gradient-box center p, .service-area .gradient-box center .h2 {
    margin-bottom: 0;
}
.page-template-page-ryno-testimonials .content-wrapper {
    margin-bottom: 0px;
}
.page-template-page-ryno-testimonials .panel:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width:767px){
.page-template-page-ryno-testimonials .panel:last-of-type {
    margin-bottom: 30px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.page-template-page-ryno-contact aside.sidebar iframe {
    height: 253px;
}
}
/* New request page css end */
@media only screen and (min-width:1920px){
.section3:before {
    width: 655px;
    right: 25px;
    top: 74px;}
}
@media only screen and (min-width:1700px){
    .section6:before {
        background: linear-gradient(1deg, #fab86a, transparent), url(/wp-content/uploads/starburst-BG2.webp);
    }
}
@media only screen and (min-width:1600px){
    .section3:before {
        top: 63px;
        right: -34px;
        height: 100%;
        width: 573px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1300px){
    .section3{
        padding-bottom: 521px;
    }
}
@media only screen and (min-width:1301px) and (max-width:1439px){
    .section3{
        padding-bottom: 535px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .section6:before{ background-size: 120%;}
    .section1:before{
        background-size: 133%;
    }
}
@media only screen and (min-width:1200px) and (max-width:1600px){
	.section6:before{ background-position: center top; top: 0;  }
	
}
@media only screen and (min-width:1200px) and (max-width:1439px){
    .section3:before {
        width: 33%;
        top: 91px;
        right: -28px;
    }
}
@media only screen and (min-width:1440px){	
    .section3 {padding-bottom: 600px;}
}
@media only screen and (min-width:1440px) and (max-width:1599px){	
.section3:before {
    top: 82px;
    right: -32px;
}

}

@media only screen and (min-width:1200px){	
    .section6:before {
        background-position: center top;
        top: 0;
    }
.section-one-content {width: 965px;margin: 0 auto;}
.section3 .container {max-width: 1150px;}

.section1:before{ 
    background-position: center top;
    height: 826px;
    top: 90px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.hero__title-1{ font-size: 64px;}
	.hero__title-2{ font-size: 36px;}
	.header__button a.btn.btn-secondary, .header__button a.btn.btn-primary {min-width: 220px;}
	.left-btn span {font-size: 16px;}
	.main-navigation>li.has-dropdown>a {padding-right: 26px;padding-left: 0px;font-size: 13px;}
	.team-list p{ width: 100% !important;}
	ul.icon-list li{ font-size: 20px;}
	.section3:before {width: 32%;}
	.section8 .lg-size{ font-size: 65px;}
	.testi-inner .content{ min-height: 200px;}
	.postscript-contact{ padding-top: 250px;}
	
	.section6:before{ background-position: center top;}
	.top-header p a, .top-header p{ font-size: 17px;}
	.emergency span{ font-size: 17px;}
	
	.section3 {padding-bottom: 550px;}
	.title-big{font-size: 57px;line-height: 82px;}
}

@media only screen and (min-width:992px){	
.cta--inner:hover{
    box-shadow: unset;
}
.top-header p a:hover {text-decoration: none;}
.top-header .social-icons__icon a:hover {
    background: -webkit-linear-gradient(180deg, rgba(249, 157, 48, 1) 0%, rgba(251, 214, 170, 1) 53%, rgba(249, 157, 48, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translate(1px, 1px);
    display: inline-block;
}
.top-header .social-icons__icon a:hover i {
    font-size: 24px;
}
.right-btn span a:hover {
    color: #F9941E;
}
.header__right {position: relative;}
.header__left img {margin-bottom: -91px;position: relative;z-index: 999; width: 248px;}
.nav-bar{ z-index: -1;}
.header__right {padding-top: 20px;}
.main-navigation {margin-top: 10px;}
.main-navigation{ justify-content: end !important;}
.main-navigation > li:hover > a, .main-navigation > li.has-dropdown:hover:after, .main-navigation > li.has-dropdown:hover svg {color: #799C3E !important;}
.main-navigation>li.has-dropdown:after {content: "\e942";}
.main-navigation>li>a {padding-top: 7px;padding-bottom: 7px;}
.main-navigation>li.has-dropdown>a{ padding-right: 28px;}
.main-navigation .has-dropdown > ul > li > a, .main-navigation > li.has-dropdown > ul, .main-navigation > li.has-dropdown > ul > li > ul {
    /* background-color: #0e9495; */
}
.main-navigation .has-dropdown > ul > li > a:hover, .main-navigation > li.has-dropdown > ul > li > a:hover, .main-navigation > li.has-dropdown > ul > li > ul > li > a:hover {
    /* background: #077f83; */
}

.circle{transition: all .4s ease-out;}
.cta--inner:hover .circle {transform: rotate(-90deg);}
.cta--inner:hover h2, .cta--inner:hover h4 {color: #fff;}
.cta--inner:hover {background: #799C3E;}



img.mob{display:none;}
.hvac--service img.mob, .about--section img.mob{display:none !important;}

.section3 .right-image img {display: none;}
.section3 .left-content {width: 68%;}

.team-list p{ width: 950px;}

.locations{ width: 950px;}
ul.locations-list{
    column-count: 5;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.locations-list li{
    flex: 1 1 20%;
    box-sizing: border-box;
}

.testimonial-section.mobile {display:none;}
.author{ padding-right: 15px;}

.footer-logo.mob {display: none;}
.footer .container .row {align-items: center;}
.footer a.btn.btn-secondary:hover{
    color: #fff;
}
.footer a:hover{ color: #017479;}
p.service-area a:hover{color: #017479; text-shadow: 2px 3px 3px #0174795e;}
}

@media only screen and (max-width:991px){
	body, body p{ font-size: 16px; line-height: 24px;}
	.mobile-sticky-header {
        /*position: fixed;width: 100%; margin-top: 50px;*/
        top: 50px;
    }
	.mobile-sticky-header.stick {
    /* position: fixed;
    width: 100%;
    margin-top: 50px; */
}
	
	.mobile-nav-buttons {
        /* background: #005c5c; */
    }
	.mobile-nav--one .mobile-cta__button {display: flex;color: #fff;}
	.mobile-cta__button{ font-size: 17px;}
	.main-navigation > li.has-dropdown.active-child-menu > a {
        /* background: #016e6e; */
    }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {height: 7px;border-radius: 2px;background-color: #189D9C;}
	.mobile-header__phone, .mobile-header__phone:hover {color: #799C3E;}
	.main-navigation{ 
        /* background: #fff; */
    }
	
	.section1:before{ background-size: cover; opacity: 0.6;}
	.section1{ padding-top: 50px; background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(251,206,152,1) 66%) !important;}
	.section1__title-1 {font-size: 32px;line-height: 38px;}
	.section1__title-2 {font-size: 28px;line-height: 24px;}
	.left-border-box {margin-left: 0px;}
	
	.home h2{font-size: 28px;line-height: 33px;}
	.home h3{font-size: 24px;line-height: 28px;}
	
	.section1__title-1 {font-size: 32px !important;line-height: 38px !important;margin-bottom: 10px;}
	
	.section2{ padding-top: 0px;}
	.section2 .row {flex-direction: column-reverse;}
	.section2 .right-content {margin-bottom: 25px;}
	.section2 .btn-secondary {margin: 0 auto;display: block;width: 260px;}
	.section2 {padding-bottom: 122px;}
	
	.section2 ul.list{margin-bottom:35px;}
	.section2 img {width: 300px;margin: 0 auto 10px auto;display: block;}
	.hvac--service img.desk, .about--section img.desk{display:none !important;}
	
	
	
	.section3:before {display:none;}
	.section3 {padding-bottom: 473px; margin-top: -2px;}
.section3 img {width: 300px;margin: 0 auto;display: block; margin-right: 0px;}
.left-border-box.green__bg {margin-bottom: 20px;}
.title-big {font-size: 38px !important;line-height: 42px !important;}
	
	.separator-section p {width: 95%;}
	.separator-section a.btn {margin-top: 21px;}
	.section4{ padding-bottom: 80px;}
	.section4:after {
    content: "";
    background: url(/wp-content/uploads/Snowflakes-bg-m.webp);
    width: 76px;
    height: 447px;
    position: absolute;
    background-position: center bottom;
    background-size: 100%;
    bottom: -13px;
    background-repeat: no-repeat;
}
.section4 .container{ z-index: 1;}
.separator {background-size: 45px; width: 300px; margin: 15px auto 30px auto;}
.separator:before {width: 36%;}
.separator:after {width: 36%;}

.section4 img {width: 300px;margin: 0 auto 35px auto;display: block;}
.section4 .left {margin-bottom: 30px;}
.section4:before {top: 149px;border-top-right-radius: 71px;}
.section4 h2{ margin-bottom: 30px;}


	.section5{ padding-top: 0px;}
	.team-list {padding: 35px 10px 60px 10px;width: 300px;margin: 0 auto;}
	.team-list h2 {width: 268px;margin: 0 auto 23px auto;}
	.team-list p {width: 100%;margin-bottom: 25px;}
	ul.icon-list li {font-size: 18px;display: block;text-align: left;width: 205px;margin: 0 auto 13px auto !important;}
	.section5 > img {margin-top: -60px;}
	.section5:before{display:none;}
	
	.section6{ padding-top: 75px;}
	.section6 a.btn.btn-secondary {margin: 0 auto !important;width: 260px;display: block;margin-top: 29px !important;}
	.section6 img {margin-bottom: 30px !important;width: 300px;margin: 0 auto;display: block;}
	
	.section8 {padding-bottom: 25px; padding-top: 50px;}
	.section8 h3 {margin-bottom: 5px; font-size: 22px; line-height: 26px; letter-spacing: 1px;}
	.text-gradient-white {font-size: 42px !important;line-height: 50px !important;width: 320px;margin: 0 auto;}
	.separators:before, .separators:after{ top: 77%;}
	.section8{ padding-top: 35px; border-top-left-radius: 54px;}
	
	.testimonial-section.desktop {display: none;}
	/* .testi-inner .content {min-height: 270px;} */
	.testi-inner {padding: 22px 72px 40px 25px;width: 314px;margin: 0 auto; box-shadow: none;}
	.testi-inner:before {width: 30px;height: 31px;right: 14px; background-size: 100%; top: 29px;}
	.testi-inner:after {width: 94px;height: 69px;bottom: 24px;}
	.testi-inner .author-set {margin-right: -30px;}
	.star img {width: 122px;}
	.slick-prev, .slick-next {display: none !important;}
	.slick-dots li {width: 50px;height: 50px;}
	.slick-dots li button {height: 50px;width: 50px;background: #fff;border-radius: 50px;border: 6px solid #799C3E;}
	.slick-dots li.slick-active button {background: #799C3E;border-color: #799c3e0a;width: 44px;height: 44px;}
	.slick-dots{ bottom: -80px;}
	.reviews-btn{ margin-top: 120px;}
	.gradient-g{ border-radius: 12px;}
	.slick-dots li button:before {opacity: 0 !important;}
	
	.cta-row {margin-top: 85px;}
	.cta--inner {width: 242px;margin: 0 auto;border-radius: 35px;padding: 25px 30px;margin-bottom: 25px;}
    .cta_image {width: 127px;height: 127px;margin-bottom: 10px;}
    .cta--inner h2 {font-size: 24px;line-height: 28px;}
    .cta--inner h4 {font-size: 16px;line-height: 19px;letter-spacing: 3px;}
	img.cta-icon {width: 51px;}
	
	.postscript-contact {border-top-right-radius: 60px;background: url(/wp-content/uploads/Mob-Gradient-BG.webp);padding-bottom: 180px;background-position: bottom;}
	.postscript-contact .input-fields-column .row {--bs-gutter-y: -12px;}
	.postscript-contact h2, .postscript-contact .h2 {font-size: 63px;padding: 6px 20px 13px 20px;line-height: 75px;}
	.postscript-contact .wpcf7-submit {margin-top: 20px;}
	.postscript-contact .input-fields-column .row > div {width: 100%;}
	.postscript-contact .h2{ margin-bottom: 115px;}
	.postscript-contact .h2 span{ bottom: -117px; width: 100%;}
		
	.footer-logo.desk {display: none;}
	.footer-logo.mob {text-align: center;margin-bottom: 30px;}
	.footer-box.footer-box--1 {margin-bottom: 25px !important;}
	.footer{ padding-top: 70px; padding-bottom: 60px; border-top-right-radius: 60px;}
	.footer-inn{ padding: 35px 20px;}
	.footer-box.footer-box--1, .footer-box.footer-box--3 {width: 300px;margin: 0 auto;padding-left: 0px;padding-right: 0px;}
	.footer-logo.mob img {width: 153px;}
	p.service-area a:hover{ color: #000;}
	.phone-number p a:hover {color: #017479;}
	
	.copyright span.site-by span {display: inline-block;}
	

}
@media only screen and (min-width:768px){
ul.list.two-col {column-count: 2;}
}

@media only screen and (min-width:768px) and (max-width:991px){
    .testi-inner .content{
        min-height: 205px;
    }
    .testi-inner:after{
        right: 14px;
    }
    .testimonial-section .col-lg-6{
        padding: 17px 15px;
    }
    .testi-inner{
        padding: 22px 50px 40px 22px;
        width: 100%;
        min-height: 292px;
    }
    section#section8 .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
	.postscript-contact{ padding-top: 22%;}
	.hero{padding-bottom: 50%;}
	.hero:before{ background-image: url(/wp-content/uploads/Banner-tab.webp) !important; }
	.container-sm, .container {max-width: 92%;}
	
	.section1:before{ background-size: 100% !important;}
	
	.team-list{padding-bottom:85px; }
	.section5 > img{ margin-top: -93px;}
	
	.section7 {padding-bottom: 360px;}
	.section7:before{ height: 318px;}
	ul.locations-list{ column-count: 2;}
	
	
	.section8 {padding-bottom: 25px;}
	.locations { width: 485px;
    background: linear-gradient(90deg, rgba(6,125,129,0.9) 0%, rgba(83,189,175,0.9) 50%, rgba(6,125,129,0.9) 100%);
    border-radius: 29px; padding: 75px 20px 40px 20px; margin: 0 auto; margin-top: -50px;}
	h2.locations-title {font-size: 30px;line-height: 36px;padding: 20px 12px;border-radius: 10px;}
	ul.locations-list li {
        margin-bottom: 16px; 
        background-position: -3px 0;
        background-position: -3px 0;
        flex: 1 1 50%;
    }
	ul.locations-list {
        width: 327px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
	
	.section6:before {
    background-position: top center;
    background-size: cover;
    /* background-image: url(/wp-content/uploads/starburst-BG-tab.webp); */
	opacity: 0.5;
}
.tab--secttion {display: block !important;}
.tab--secttion {
    display: flex !important;
    /*width: 548px;*/
	width: 100%;
    margin: 0 -15px;
    justify-content: center;
    align-items: center;
}
.tab--secttion .right-image img {
    width: 212px;
    padding-top: 20px;
    margin-right: -30px;
}
.left-border-box.emergency__service--border-box.desk {
    display: none;
}
.emergency__right-image img.desk {
    display: none;
}
.tab--secttion .left-content {
    width: 50%;
}
.tab--secttion .right-image {
    width: 50%;
}
.section2 {
    padding-bottom: 178px;
}

}
@media only screen and (max-width:767px){
    .section3 img{
        margin-right: auto;
    }
	.postscript-contact{ padding-top: 31%;}
	.container-sm, .container {max-width: 100%;}
	
	.hero {padding-top: 40px;padding-bottom: 55%; }
	
	.section6{background:linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251,198,136,1) 100%) !important; padding-bottom: 80px; }
	
	.section7 {padding-bottom: 231px; background-size: 364%; background-position: center bottom;}
	.section7:before{ height: 619px; background:linear-gradient(180deg, rgba(251,198,136,1) 66%, rgba(0,0,0,0) 100%);}
	
	ul.locations-list li {background-position: 0px;padding-left: 32px;width: 176px;margin: 0 auto 16px auto;}
	.service-btn {margin-top: 30px;}
	h2.locations-title {font-size: 30px;line-height: 36px;padding: 20px 12px;border-radius: 10px;}
	.locations {
    background: linear-gradient(90deg, rgba(6,125,129,0.9) 0%, rgba(83,189,175,0.9) 50%, rgba(6,125,129,0.9) 100%);
    border-radius: 29px; padding: 75px 24px 11px 24px; margin: 0 auto; margin-top: -50px;}
	.section8{ margin-top: -144px;}
    
	
	.section6:before {
    background-position: top center;
    background-size: cover;
    /* background-image: url(/wp-content/uploads/starburst-BG-mob.webp); */
    opacity: 0.7;
}

.section2 ul.list li {margin-bottom: 10px;}
	
}
@media only screen and (min-width:600px) and (max-width:767px){
	.team-list{padding-bottom:85px; }
	.section5 > img{ margin-top: -93px;}
}
@media only screen and (min-width:500px) and (max-width:767px){
	.postscript-contact {padding-top: 22%;}
}
@media only screen and (min-width:320px) and (max-width:400px){
	.hero {padding-top: 40px;padding-bottom: 91%; }
	.hero:before{background-image:url(/wp-content/uploads/BG-Image-m.webp) !important;}
	
}
@media only screen and (min-width:375px) and (max-width:991px){
	.hero--text {width: 319px;margin: 0 auto;}
	.hero__title-2 {font-size: 28px;line-height: 33px;}
	.hero__title-1 {font-size: 43px;line-height: 51px; text-shadow: 2px 3px 0px #f9941e;}
	.team-list{ width: 344px;}
}
@media only screen and (min-width:320px) and (max-width:374px){
.testi-inner, .text-gradient-white {width: 100%;}
.hero--text {width: 100%;margin: 0 auto;}
	.hero__title-2 {font-size: 28px;line-height: 33px; margin-bottom: 10px;}
	.hero__title-1 {font-size: 43px;line-height: 51px; text-shadow: 2px 3px 0px #f9941e; padding: 17px 13px;}
	.hero--btn {margin-top: 14px;}
	
}
/*
form input[type=text], form input[type=password], form input[type=date], form input[type=datetime], form input[type=datetime-local], form input[type=month], form input[type=week], form input[type=email], form input[type=number], form input[type=search], form input[type=tel], form input[type=time], form input[type=url], form input[type=color], form textarea {
    font-family: "Barlow", sans-serif;
    border-image-source: linear-gradient(rgb(7 74 141 / 50%), rgba(0, 0, 51, 1)) !important;
    border-radius: 8px !important;
    border-width: 3px !important;
    border-image-slice: 1 !important;
}*/
@media only screen and (max-width: 767px) {
    .page-template-page-conversion .conversion-header {
        position: relative;
        bottom: -2px;
    }
}
.page-template-page-ryno-specials .gradient-box .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-template-page-ryno-specials .gradient-box {
    padding: 20px;
}
.page-template-page-conversion .indoor_air_quality--content-four ul {
    margin-bottom: 0px;
}