#UIHome-cards { 
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.UIHome-card {
	min-width: 300px !important;
	margin-bottom: 50px !important;
	
}

.UIHome-card { 
  box-shadow: 0px 0px 7px 3px #88C8C0;
  border: solid 1px #88c8c0;
  border-radius: 15px;
  margin: 0 11px;
  padding: 0;
  min-height: 480px;
  max-height: 480px;
  max-width: 324px;
}

.UIHome-card h3 {
  padding-left: 11px;
}

.UIHome-card h3 A { 
  text-decoration: none !important;
  color: #555 !important;
}

.UIHome-card h3 A:hover { 
   text-decoration: underline !important;
}

.UIHome-card p { 
  font-size: 16px;
  padding: 0 11px 11px 11px;
  min-height: 92px;
}

.UICard-img img {
  border-radius: 11px 11px 0 0;
}
.UIHome-card h3 {
  font-size: 26px !important;
  font-weight: bold !important;
}
.UIHome-button {
  padding-left: 11px;
}

.UIHome-button button,
.UIHome-button a { 
  border: solid 1px #88C8C0 !important;
  border-radius: 11px !important;
  background-color: #fff !important;
  margin: 0 0 0 11px !important;
  padding: 5px 15px !important;

}

.UIHome-tools {
  background-position-y: -225px;
}

.UIHome-tool { 
   max-width: 120px;
}
#UITools-row {  
  max-width: 1000px;
  margin: 0 auto;
}
.UIHome-tool img { 
  max-width: 86px;
  max-height: 86px;
}



.UITestimonial {
   background-color: #fff;
   border-solid 1px #dadada;
   border-radius: 15px;
   max-width: 436px;
   margin: 0 20px;
  position: relative;
  box-shadow: 0 0 5px 2px #ddd;
  min-height: 705px;
}
.UITestimonial p {
  font-size: 16px;
  text-align: center;
}

.UITest-img { 
  height: 100px;
}

.UITest-img img { 
  border-radius: 100px;
  box-shadow: 0 2px 11px 3px #ddd;
  z-index:999; 
  position: relative;
  top: -85px;
}
.UITest-text { 
   min-height: 345px;
}
.UITest-name h5 { 
  font-family: Roboto !important;
  font-weight: bold !important;
  font-size: 18px !important;
}
.UITest-name p { 
   margin: 0 0 10px;
  padding: 0;
}

#UITest-scott p { 
   font-size: 16px !important;
}
#UITest-robert p { 
   font-size: 16px !important;


}

footer .widget { 
 background-color: #8DC9C2;
 
}

footer .widget-title {
    font-size: 22px !important;
    font-family: Roboto !important;
    color: #555 !important;
    font-weight: bold !important;
    text-align: center;
    padding: 11px 0 21px !important;    
}

.UIFooter-contact { 
    background-color: #1a9284 !important;
    padding: 11px 21px !important;
    border-radius: 34px !important;
    color: #fff !important;
    text-decoration: none !important;
} 




#UICase-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;        
}
    

.clickable { 
    cursor: hand;
    cursor: pointer;
}

#UIFly-out { 
    position: absolute;
    right: 0;
    display: none;
}

.modal { 
    display: none;
    position: absolute;
    top: 120px;
    left: 120px;
    background-color: #fff;
    border-radius: 11px;
    max-width: 1000px;
    padding: 21px;
    box-shadow: 0 0 11px 2px #555;
    z-index: 9999;
}

#overlay { 
    position: fixed; 
    display: none;
    inset: 0px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 1000; 
  background-color: rgb(68 68 68 / 85%);
    
}

#closeX { 
    position: absolute;
    right: -11px;
    top: -11px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 2px #555;
    border-radius: 18px;
    cursor: hand;
    cursor: pointer;
    
}
#closeX div { 
    font-family: 'Roboto'; 
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: -2px;
    left: 7px;
}


@media screen and (min-width: 768px) and (max-width: 1090px) {
    #UIHero-text {
        width: 100% !important;
    }

    #UIHero-image {
        display: none;
    }
}    

@media screen and (min-width: 1141px) and (max-width: 1510px) { 
    header,
    header div { 
        max-width:100% !important;
    }
    header > div { 
        padding-left: 21px !important;
    }
    
    .full-width-content .content-sidebar-wrap,
    .full-width-content .content,
    .content-sidebar-wrap {
        width: auto;
        float: none;
    }
    
    .full-width-content .site-header .wrap {
        max-width: 1430px;    
    } 
    
    .title-area,
    .header-image .site-title,
    .header-image .site-title a
    { 
        max-width: 300px;
    }
    
    .header-widget-area,
    .site-header .widget-area,
    #nav_menu-3, 
    .nav-header,
    #menu-menu-1 { 
        max-width: 600px !important;
    }
    #UIHeader-right { 
        display: none;
    }
        
}

@media screen and (max-width: 479px) {
    /*
    .site-container {
        position: relative;
        overflow-x: hidden;
    }
    
    .header-image .site-header .wrap .title-area {
    	margin-left: 11px;
    
    }
    */
    
    #UIHome-hero { 
    	padding-right: 21px !important;
    	padding-left: 21px !important;
    }
    
    #UIIntro-text { 
        margin-top: 20px !important;
        margin-bottom: 15px;
    }
    
    #UIHome-intro h1, 
    #UIHome-intro p {
        text-align:center;
    }
    
    #UIHome-intro h1 {
        font-size: 16px;
        line-height: 1.4;
        margin: 2px;
        
    }

    #UIHome-intro p {
        font-size: 12px;
    }

    #UIHome-cards {
        flex-wrap: nowrap;
        overflow-x: scroll;
    	justify-content: left;
    }
    
    
    .UIHome-card { 
    	margin: 0 5px 15px !important;
    	min-height: auto;
    }

    .UIHome-card,
    .UICard-img img {
        min-width: 220px !important;
        width: 220px !important;
        max-width: 220px !important;
        box-shadow: none !important;
    }
    
    .UIHome-card p {
        padding: 0 5px !important;
        min-height: auto !important;
    }
    
    .UICard-text h3 {
        padding: 0 5px !important;
        font-size: 16px !important;
    }
    
    .UICard-text p {
        font-size: 12px !important;
    }

    .UIHome-button {
        padding-left: 0 !important;
    }

    .UIHome-button  a {
        background: none !important;
        border: none !important;
        padding-left: 5px !important;
    }
    
    .UIHome-button  a:after {
        content: ">";
        margin-left: 5px;
    }

    #UIHome-mobile { 
        display: none;
    }
    
    
    #UITools-row { 
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        
        padding: 5px 0 !important;
    }
    
    #UITools-row > div { 
        max-width: 106px;
        padding: 11px;
    }
    
    #UITools-row > div > div { 
        padding: 0px !important;
    }
    
    .UIHome-tool { 
    	margin: 0 11px;
    }
    
    .UIHome-tool img {
        max-width: 60px;
        max-height: 60px;
    }

    #UIHome-testimonials { 
        flex-wrap: nowrap;
        justify-content: left;
        overflow-x: scroll;
        overflow-y: auto;
        margin-top: 30px !important;
    }

    .UITestimonial {
        background-color: #fff;
    	margin: 0 5px !important;
    	width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        min-height: 705px;
        box-shadow: none !important;
        
    } 
    
    .UITestimonial p,
    #UITest-scott p,
    #UITest-robert p {
        font-size: 12px !important;
    }
    
    .UITestimonial  > div {
        padding: 0 !important;
    }
    
    .UITest-img { 
        height: 32px;
    }
    .UITest-img img { 
        top: 0;
        width: 88px;
        height: 88px;
    }
    
    .UITest-img figure div { 
        height: 190px;
        
    } 
    
    
    .UITest-text {
        min-height: 345px;
        box-shadow: 0 0 3px 3px #adaaaa;
        padding: 78px 11px 30px 11px;
        border-radius: 17px;
        margin-top: -22px; 
    }
 
    .UITest-text h5 {
        font-weight: bold !important;
    }
    
    /**************************** Hero ***************************/
    #UIHero { 
        padding: 0 11px !important;
        text-align: center;
        border-bottom: 0 !important;
    }
    
    #UIHero-text > div { 
        padding-top: 0;
    }   
    #UIHero-text h1 { 
        font-size: 16px !important;        
    }

    #UIHero-text p { 
        font-size: 14px !important;        
    }
    
    #UIHero-image { 
        display: none;
    }
    
    /******************************************/
    .UIUx-card { 
        margin: 11px 35px !important;
    }
    
    .UIUx-card h2 { 
        font-size: 16px !important;
    }
    #UIHero-text-cont {
        margin-bottom: 15px !important;
    }
    
    #dropdown-nav-wrap { 
        position: absolute;
        top: 5px;
        right: 5px;
    }
    
    #dropdown-nav {
        background: transparent;
    }
    
    .nav-chosen-select {
        color: #fff;
    }
    #menu-menu-3 { 
        /* display: none; */
    }
    #dropdown-nav .responsive-menu-icon {
        margin-top: 16px !important;
        z-index:9999;
    }
    
    #dropdown-nav-wrap { display: none !important; }
    
    #UIMenu-new { 
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    #UIMenu-new .responsive-menu-icon {
        
    }
    
    #UIMenu-new .responsive-menu-icon .responsive-icon-bar {
      width: 18px;
      height: 3px;
      margin: 1px 0;
      float: right;
      clear: both;
      display: block;
      -webkit-border-radius: 1px;
      border-radius: 1px;
        background-color: #21B7A5;    
    }   
    
    
    #UIFly-out {
        display: block;
        position: absolute;
        top: 0;
        left: -320px;
        height: 100%;
        background-color: #fff;
        opacity: .98;
        width: 230px;
        padding: 30px 0 0 11px;
        -webkit-transition: all  .3s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        box-shadow: 0 0 7px 2px #21B7A5;
        z-index: 999999;
    }
    
    #UIFly-out-close { 
        position: absolute;
        top: 0px;
        right: 10px;
        color: #21B7A5;
        font-size: 16px;
        font-weight: bold;
    }
    
    #UIFly-out div {    
        padding: 11px;
    }
    #UIFly-out A { 
        font-size: 20px;
        font-weight: bold;
        color: #21B7A5;
    }    
    
}