/*
Theme Name: Group Home
Theme URI: 
Author:  Group Home
Author URI:
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
.button2 a {
    color: white !important;
}
body{
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    width:100%;
}
ul, li{
    list-style-type: none;
}
ul ul {
    display: none;
    text-decoration: none;
}
ul li:hover{
    cursor: pointer;
}
/* ul li:hover ul{
    display: block;
} */
a{
    text-decoration: none;
}
h1{
    font-size: 35px;
    line-height: 70px;
}
h2{
    font-size: 25px;
    line-height: 70px;
}
h3{
    font-size: 20px;
    line-height: 55px;
}
h4{
    font-size: 18px;
    line-height: 45px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 10px;
}
p{
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
}

.logo{
    height: 50px;
}
.navBar{
    background-color: #f7f7f7 !important;
    width:100%;
    display: flex;
    position: fixed;
    top: 0px;
    padding: 40px 40px 30px 40px;
    justify-content: space-between;
    z-index: 1;
    box-sizing: border-box;
    height: 120px
}
.main{
    padding-left: 5%;
    padding-right: 5%;
}
.hero{
    position: relative;
    top: 90px;
    display: flex;
    padding-top: 50px;
    padding-bottom: 70px;
}
.space{
    margin-right: 160px;
    margin-top: 10px;
}
.smallSpace{
    margin-left: 10px;
}
.groupHome{
    width: 80%;
}
.centerAlign{
    text-align: center;
}
.fa-plus-square, .fa-check-circle{
    margin-top: 3px;
}
.leftAlign{
    text-align: left;
    margin-left: 4px;
}
.relative p {
    text-align: left;
}
.lincense{
    margin: 30px 0;
    font-weight: bold;
}
.hero1{
    position:relative;
}
.hero2{
    position:relative;
}
.draw{
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
}
.ring{
    width: 60px;
    position: absolute;
    top: -40px;
    left: -50px;
}

.image1{
    border-radius: 10px;
    width: 100%;
    
}

div , p{
    line-height: 28px !important;
}
.image4 {
    border-radius: 10px;
    width: 500px;
    float: right;
    height: 600px;
    margin-top: 10px;
}
.boxDiv{
    width: 70%;
}
.imageDiv{
    width: 45%;
    float: right;
}
.fullWidth{
    width: 100%;
}
.color2{
    color: #2e856e;
}
.color3{
    background-color: #e4edef !important;
}

.testi{
   text-align: center;
   font-weight: 400;
   font-size: 27px;
   margin-top: 70px;
  
}
img.attachment-full.size-full.wp-post-image {
    margin-bottom: 15px;
    width: 100% !important;
    object-fit: contain
}


.testimonial{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex; flex-flow: wrap row; justify-content: space-between; position: relative;
margin-top: 40px;
}
.testimonial .testimonial_list{width: 32%; height: 300px; background-color: #000; margin-bottom: 15px; position: relative;}
.testimonial:after{content: ''; width: 32%; left: 0; bottom: 0;}
.testimonial .testimonial_list:after{position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.55);}
.testimonial .testimonial_list .innser_part{position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-position: center; background-size: cover;}
.testimonial .video_btn:after{background-image: url(https://grouphomeriches.com/wp-content/uploads/2019/04/play.png); background-repeat: no-repeat; background-position: center; background-size: 40px;}
.mt40{margin-top: 40px;}

@media (max-width:959px){
    .testimonial .testimonial_list{height: 220px;}
}
@media (max-width:767px){
    .testimonial .testimonial_list{height: 140px; width: 46%;}
}


.emailHeader_no2{
    display: block;
    right: 5px;
    margin: 0;
    position: absolute;
    top: 12px;
    width: 230px;
    font-weight: bold;
}
@media (max-width:767px){
    .emailHeader_no2{
    left: 53%;
    top: 60px;
    right: 0;
    margin: 0 2px;
}
}
.wrapper{
margin-left: 10%;
margin-right: 10%;
}

@-moz-document url-prefix() {
  .testi{
   text-align: center;
   font-weight: 400;
   font-size: 27px;
   margin-top: 80px;
  
}

}
.testi{
   text-align: center;
   font-weight: 400;
   font-size: 27px;
  
  
}
.par{
   text-align: left;
   font-weight: 300;
   font-size: 14px;
   line-height: 21px;
   color: #505050;
}
button {
    padding: 18px 28px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    border: none;
}
.button1{
    background-color: #083232;
}
.button1:hover {
    background-color: #1b0b37;
    
}
.button2 {
    background-color: #f64d52;
    margin: 20px 0 20px 0;

}
a .button2:hover {
    background-color: #f76a6e;
    cursor: pointer;
}
.button3{
    font-size: 12px;
    background-color: #f64d52;
    border-radius: 25px;
    padding: 10px 18px;
    display: block;
    margin-bottom: 20px;
}
.fa-check-circle{
    color: #2e856e;
}
.valueIcon{
    width: 50px;
    margin-top: 20px 0;
}
.valueImage{
    position: absolute;
    width: 60px;
    bottom: -20px;
    left: 50px;
}

.relative{
    position: relative;
}
.absolute{
    position: absolute;
    font-weight: bold;
    font-size: 40px;
}
.marginSpace{
    padding-left: 40px;
}
.line{
        width: 90%;
        height: 1px;
        margin: 40px auto;
        background-color: #ececec;
        box-sizing: border-box;
        text-align: center;
}
.line2{
    width: 100%;
    margin: 20px auto;
}
.containerBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    width: 55%;
    box-sizing: border-box;
}

.flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 40px;
}
.flexItem{
    width: 33%;
    margin: 0 2%;
}
.flexItemText{
    text-align: justify;
}
.inline{
    display: inline;
}
.partner{
    text-align: center;
}
.iconText{
    display: flex;
    justify-content: left;
}
.iconText2{
    display: flex;
    justify-content: center;
}
.partnerLogo{
    width: 11%;
    margin: 0 2%;
    box-sizing: border-box;
}
.textWidth > p{
    text-align: left;
}
.partnerLogo2{
    width: 20%;
    margin: 0 2%;
    box-sizing: border-box;
}
.partnerTitle{
    margin: 40px 0 50px;
}
.textWidth{
    width: 40%;
}
.container{
    text-align: center;
    background-color: #f2f8fa;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

input[type=submit], input[type=button], input[type=reset] {
    background-color: #c39116;
    border-color: #c39116;
    border-radius: 8px;
}
input[type=submit], input[type=button], input[type=reset] {
    display: inline-block;
    margin-top: -10px ! important;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    height: 35px;
    color: #fff;
    line-height: 33px;
    padding: 0 19px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 300ms, border-color 300ms, color 300ms;
    -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
    vertical-align: top;
    outline: 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}
input[type=text], input[type=email], input[type=password], textarea {
    display: block;
    width: 100%;
    background: #fff;
    text-shadow: none;
    font-size: 12px;
    line-height: 20px;
    color: #878787;
    font-weight: 300;
    padding: 6px 14px 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px;
    -webkit-appearance: none!important;
    outline: 0;
}
.color4{
    background-color: #f2f8fa;
}
.bold{
    font-weight: bold;
}
.icon{
    width: 50px;
}
.container > p{
    margin-bottom: 20px;
}
.container > h2{
    margin-bottom: 30px;
}
.container2 {
    text-align: center;
    position: relative;
    padding: 40px 5%;
    background-color: #083232;
}
.container2 > p, .container2> h2{
    color: white;
}
.marginBottom{
    margin-bottom: 20px;
}
iframe {
    border-radius: 0 !important;
}
#apply {
    width: 100%;
    height: 100vh;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {  width: 100% !important;   height:50px;}

li#field_2_2 {  margin: 0px 0px 7px 8px !important;}
li#field_2_1 {   margin: 0px 0px 7px 8px !important;}
.gform_button.button {  height: 49px !important;  line-height: 27px !important;  text-align: center;width:100%; padding: 0px 20px !important; font-size:17px !important; }
.btntest .gform_footer.top_label::before{
    color: #000;
    content: "\f040";
    font-family: fontawesome;
    font-size: 23px;
    left: 10%;
    position: absolute;
    top: 14px;
}
.gform_footer.top_label{position:relative;}
input#gform_submit_button_2:hover {
    border-color: #fff;
}

.gform_confirmation_message_2.gform_confirmation_message {
    color: #fff;
    text-align: center;
}

.marginTop{
    margin-top: 50px;
}
.marginTop20{
    margin-top: 20px;
}
.start{
    font-weight: bold;
    font-size: 20px;
    color: black;
    word-spacing: 1px;
}
.flexBox{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.whiteBox{
    padding: 20px 10px;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    width: 40%;
}
.boxSizing{
    box-sizing: border-box;
}
.flex2{
    align-items: stretch;
}


.client {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.clientLogo{
    width: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.clientLogo2{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.clientLogo3{
    width: 110px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.name{
    margin-bottom: 10px;
}
.imgWidth{
    width: 50%;
}
.image2{
    width: 100%;
}
.spaceBetween{
    justify-content: space-between;
}
.widget_categories, .widget-container h2 {
    display: none;
}
li.trackback a{
	font-size:14px;
}
#text{
    display: none;
}
#hideIcon{
    display: none;
}

.faq{
	cursor: pointer;
	border-bottom: 2px solid #ececec;
	margin-bottom: 10px
	
}
.question{
	display: flex;
	justify-content: space-between;
	align-items: center
}
.faq-input{
	display: none;
}


.question .label {
	font-size: 18px;
	padding: 10px 0;
    font-family: "DM Sans", sans-serif;
	text-align: left;
	font-weight: bold;
	cursor: pointer

}

.answer {
	max-height: 0;
	overflow: hidden;
	
}
.faq-input:checked ~ .answer{
	max-height: 400px;
}

.answer p { 
	font-size: 14px;
    font-family: "DM Sans", sans-serif;
	text-align: left;
	padding-bottom: 10px
	
}
/* .faq.active .answer{
	max-height: 400px;
} */
footer{
    padding-top:40px;
    background-color: #083232
}
footer div{
 margin: 10px;
}
footer div a {
    color: #fff !important;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
footer div a:hover{
    font-size: 19px;
}
@media only screen and (max-width: 1200px){
    .image1 {
        width: 400px;
    }
    
        .col-8-left {
    width: 90% !important;
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media only screen and (max-width: 1300px){
    .containerBox {
        width: 100%;
    }
    .imageDiv{
        width: 100%;
    }
    .whiteBox {
        width: 40%;
    }
    .image4 {
    border-radius: 10px;
    width: 100%;
    float: none;
    height: auto;
}


.flexBox{
    display: block;
}
}
@media only screen and (max-width: 600px){
    .whiteBox {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    .image1 {
        width: 100%;
    }
    .hero{
        flex-wrap: wrap;
    }
    .main{
        padding-left: 4%;
        padding-right: 4%;
    }
    .partnerLogo2 {
        width: 25%;
    }
    .partnerLogo{
        width: 15%;
    }
    
    .col-8-left {
    width: 90% !important;
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-4-right{
    float: none !important;
    width: 100% !important;
    margin-top: 32px !important;
    margin-left: 20px;
}

.col-4-right h4{
   
    margin-top: 32px !important;
   
}
}

@media only screen and (max-width: 800px){
    .imgWidth, .textWidth{
    width: 100%;
    }
    .flex{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 600px){
    .main{
        padding-left: 2%;
        padding-right: 2%;
    }
    .space{
        margin-right: 0;
    }
    h1{
        font-size: 40px;
        line-height: 45px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .flexItem{
        width: 100%;
    }
}
.span{
    display: inline-block;
}
.span2{
    display: inline;
}
/* Single post */
.single-post .navBar{
    position: inherit;
}

div#content{
    background-color: #fff;
    text-align: left;
    padding-top: 10px;
}
h1.entry-title{
    line-height: 38px;
    font-size: 30px;
    margin-bottom: 13px;
    color: #161616;
}
h1.entry-title a{
    color: #161616;
}
.entry-meta {
    margin-bottom: 10px;
}
span.author.vcard a, time.entry-date,span.meta-sep {
    font-size: 12px;
    color: #878787;
}
.single-post p{
    color: #505050;
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
}

.single-post h3, h2.comments-title{
    font-size: 20px;
    line-height: 26px;
    color: #161616;
    margin-bottom: 18px;
}
footer.entry-footer {
    background-color: #fff;
}
span.cat-links a, span.tag-links a {
    color: #161616;
}
img.attachment-full.size-full.wp-post-image {
    margin-bottom: 15px;
}
.wp-video{
    width: 640px !important;
}
.comment-meta.commentmetadata a, cite.fn a,cite.fn,a.comment-reply-link,a#cancel-comment-reply-link{
    color: #c39116;
    font-style: initial;
}
cite.fn a,cite.fn{
    font-weight: 700;
}
h3#reply-title {
    font-size: 18px;
    color: #161616;
}
li.trackback a, .pingback a{
    font-size: 18px;
    color: #161616;
}
h2.comments-title{
    font-size: 16px;
    color: #161616;
    margin-top: 20px;
    margin-bottom: 8px;
}

footer.footer{
    background-color: #fff; 
}

.nav-previous a{
    color: #161616 !important;
    float: left;
    margin-bottom: 20px;
}
.nav-next a{
    color: #161616 !important;
    float: right;
}
h3#reply-title{
    font-size: 16px;
    color: #161616;
    margin-top: 15px;
}

textarea#comment, input#author,input#email,input#url{
    width: 100%;
}

input#submit{
    background-color: #c39116;
    border-color: #c39116;
    display: inline-block;
    margin: 0 0 20px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    height: 35px;
    color: #fff;
    line-height: 33px;
    padding: 0 19px;
    margin-top: 20px;
}

input#author,input#email,input#url,textarea#comment{
    display: block;
    width: 100%;
    background: #fff;
    text-shadow: none;
    font-size: 12px;
    line-height: 20px;
    color: #878787;
    font-weight: 300;
    padding: 6px 14px 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px;
    -webkit-appearance: none!important;
    outline: 0;
}
.col-8-left {
    width: 69%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-4-right {
    width: 25%;
    padding-top: 8px;
    float: right;
}
.single-post .flex {
    display: inline-flex !important;
    width: 100%;
}

.col-4-right h2{
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

ul.wp-block-categories-list.wp-block-categories li a{
    padding: 0 0 0 13px;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: 0 0;
    color: #505050;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    position: relative;
    line-height: 21px;
    font-size: 14px;
}

ul.wp-block-categories-list.wp-block-categories li a:after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: 0 0;
}
.col-4-right h4{
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
span.rpwwt-post-title{
    color: #505050;
    font-size: 14px;
}

.rpwwt-post-date{
    padding-top: 6px;
    color: #878787;
    font-size: 12px;
}
div#rpwwt-recent-posts-widget-with-thumbnails-2 ul li a .wp-post-image{
    left: 0;
    top: 5px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.trackback a{
    color: #c39116 !important;
}
.primary-menu-wrapper
{
width: 100%;
padding: 15px;
font-weight: 700;
}
.primary-menu li {
    list-style-type: none;
    display: inline;
    padding: 10px;
}

@media only screen and (max-width: 750px){
    .testImage{
    width:100% ;
}
    }