
*{
  margin: 0px;
  padding: 0px;
      box-sizing: border-box;
}
p{
   font-family: 'Lato', sans-serif;
}
body {
    overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
.header_main .container-fuild, .main_banner .container-fuild {
    padding: 0px 113px;
    position: relative;
    z-index: 1;
}
.header_main {
    float: left;
    width: 100%;
    padding: 17px 0px;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0px;
    min-height: 89px;
    border-bottom: 0px solid #fff;
    background: #2e6d9200;
}
.header_main.landing_navigaion{
    position: relative !important;
}
.center-align{
    align-items: center;
}
.logo_area {
    position: relative;
}
.header_main .logo_area img {
    object-fit: contain;
    max-width: 106px;
    object-position: left;
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 18px;
}
.header_main .nav_area ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.nav_bar .appoint_area a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: jost;
    letter-spacing: 1px;
    padding: 19px 34px;
    color: #ffffff;
    line-height: 0;
    border-radius: 68px;
    margin-left: 23px;
    letter-spacing: .6px;
    background: #009194;
    font-family: 'Open Sans';
}
.nav_bar .appoint_area a b{
display: inline-block;
    margin-top: 6px;
    margin-left: 6px;
}

.nav_bar .appoint_area a span {
    font-size: 19px;
    margin-right: 1px;
}
.header_main .nav_area ul li {
    margin: 0px 19px;
	transition: all .4s;
}
.header_main .nav_area ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	transition: all .4s;
}
.header_main .nav_area ul li a:hover {
    color: #e4691d;
    text-decoration: none;
}
.nav_bar ul li:nth-child(5) {
    background: #e4691d;
    padding: 13px 26px;
    border-radius: 6px;
    margin-right: -5px;
    margin-left: 34px;
}
.nav_bar ul li:nth-child(5):hover, .nav_bar ul li:nth-child(6):hover {
    background: #df352c;
    color: #fff;
}
.nav_bar ul li:nth-child(5):hover a, .nav_bar ul li:nth-child(6):hover a{
	color:#fff
}
.nav_bar ul li:nth-child(6) {
    background: #00679d;
    padding: 13px 19px;
    border-radius: 6px;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav_bar {
        display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ---------slider-------- */
.banner{
    width: 100%;
    float: left;
    position: relative;
}
.banner img {
    height: 645px;
    width: 100%;
    object-fit: cover;
}
.banner .overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000021;
    top: 0px;
    display: flex;
    align-items: center;
}
.banner .text-heading {
    position: relative;
    width: 100%;
    padding-top: 114px;
}
.banner_btn .flex_btn:nth-child(2) {
    background: #00679dd6 !important;
}
.banner_btn .flex_btn:nth-child(2) img {
    max-width: 55px;
    height: auto;
}
.banner h1 {
    font-family: 'Oswald';
    font-size: 64px;
    color: #fff;
    letter-spacing: -2px;
    line-height: 71px;
    font-weight: 700;
    padding: 16px 0px 23px;
}
.banner h4{
    font-family: 'Oswald';
    font-size: 18px;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 26px;
    background-color: #df352c;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-left: 25px;
    padding: 4px;
    max-width: 140px;
    border-radius: 6px;
}
.banner p{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 121px;
}
.banner .banner_btn {
    display: flex;
    align-items: end;
    min-height: 528px;
    justify-content: end;
}
.banner .flex_btn img {
    max-width: 72px;
    width: 100%;
    height: auto;
}
.banner .flex_btn {
    display: flex;
    background: #df352ce3;
    padding: 11px;
    gap: 25px;
    max-width: 260px;
    width: 100%;
    justify-content: center;
    align-items: center;
	min-height:95px;
	max-width: 260px;
}
.banner .flex_btn .content h5 {
    font-family: 'Oswald';
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.9px;
	margin-bottom: 9px;
}
.banner .flex_btn .content a {
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
}
.banner .col-md-6.animated {
	width:100%;
    animation-duration: 3s;
}
.btn-wrapp a:nth-child(1) {
    background: #f5d58d;
    color: #009194;
}
.banner .slider-img {
    animation: zoom 30s infinite;
    object-fit: cover;
}


@keyframes zoom{ 
0% {
    transform: scale(1);
}

50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}
.banner .banner_btn .flex_btn img {
   transition: all .4s;
}
.banner .banner_btn .flex_btn:hover img {
    transform: rotateY(360deg);
}
/* -----------------about aea-------------- */
section.about-area {
    float: left;
    width: 100%;
    padding: 0px 0px 100px;
    position: relative;

}
section.about-area::after {
    content: "";
    position: absolute;
    width: 617px;
    height: 492px;
    background-image: url(../images/about_bg.png);
    bottom: 0px;
    right: 127px;
    z-index: -1;
    background-repeat: no-repeat;
}
section.about-area .about-us {
    position: relative;
    z-index: 2;
	padding-top: 114px;
}
section.about-area .about-us h2{
    font-family: 'Oswald';
    font-size: 44px;
    color: #111111;
    letter-spacing: -2px;
    line-height: 73px;
    font-weight: 600;
    text-transform: capitalize;
}
section.about-area .about-us p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #555555;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 500;
}
.read_more{
    border: none;
    color: #fff;
    background: #df352c;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 600;
    padding: 15px 22px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 23px;
    text-align: center;
    margin: 17px 8px 0px 0px;
    transition: all .4s;
}
a.read_more:hover {
    background: #116794;
    color: #fff;
    text-decoration: none;
}
.about-area .form {
    background: #efefef;
}
.about-area .form_heading h2 {
    text-align: center;
    background: #00679d;
    color: #fff;
    font-size: 35px;
    font-family: Oswald;
    font-weight: 600;
    padding: 12px;
    margin-top: -59px;
    z-index: 999;
    position: relative;
}
.about-area .form label {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
}
.about-area .form form input, .about-area .form form textarea{
	border: none !IMPORTANT;
	font-family: 'Lato' !IMPORTANT;;
    font-size: 14px !IMPORTANT;;
	background:#fff !IMPORTANT;;
	color:#929292 !important;
	height: 46px !important;
	font-weight:500 !important;
}
.about-area .form form textarea{
	height:117px !important;
}
.about-area .form input::placeholder{
	font-family: 'Lato' !important;
    font-size: 14px !important;
	color:#929292 !important;
	font-weight:500 !important;
}
section.about-area .col-md-5 {
    padding-right: 77px;
}
section.about-area button.wpforms-submit {
    background: #e4691d !important;
    color: #fff !important;
    width: 100% !important;
    font-family: 'Lato';
    font-weight: 600;
    text-transform: uppercase !important;
    padding: 17px !important;
    border: none !important;
    position: relative;
    max-width: 100%;
	transition: all .4s;
}
section.about-area .form .wpforms-field-container {
    padding: 7px 32px 0px !important;
}
section.about-area button.wpforms-submit:hover {
    background: #df352c !important;
}
/* ----------services_area-------- */
section.Services_area {
    float: left;
    width: 100%;
    padding: 80px 0px;
    position: relative;
    border-top: #00679d solid 19px;
}
section.Services_area h2{
    font-family: 'Oswald';
    font-size: 44px;
    color: #111111;
    letter-spacing: -2px;
    line-height: 73px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 24px;
}
section.Services_area .wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 287px;
	transition: all .4s;
}
section.Services_area .wrapper:hover {
    margin-top: -6px;
}
section.Services_area .wrapper::before{
    content: "";
    position: absolute;
    bottom: -97px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    /* background: radial-gradient(circle, rgb(228 105 29) 0%, rgb(222 107 32 / 0%) 69%); */
    left: -102px;
    background: radial-gradient(circle, rgba(228,105,29,1) 0%, rgb(222 104 32 / 0%) 70%, rgb(222 104 32 / 0%) 25%);
}
.Services_area .col-md-4:nth-child(2) .wrapper::before {
    content: "";
    background: #00679d;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(0,103,157,1) 0%, rgb(222 104 32 / 0%) 70%, rgb(222 104 32 / 0%) 25%);
}
.Services_area .col-md-4:nth-child(3) .wrapper::before {
    content: "";
    background: #00679d;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(223,53,44,1) 0%, rgb(222 104 32 / 0%) 70%, rgb(222 104 32 / 0%) 25%);
}
section.Services_area .wrapper img{
    width: 100%;
    min-height: 287px;
    object-fit: cover;
}
section.Services_area .wrapper .content {
    position: absolute;
    bottom: 25px;
    left: 21px;
}
section.Services_area .wrapper h4 {
       font-family: 'Oswald';
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.7px;
    line-height: 32px;
    font-weight: 700;
    max-width: 193px;
}
section.Services_area .services_btn{
    text-align: center;
    padding-top: 22px;
}
section.Services_area .services_btn a {
    padding: 15px 28px;
}
/* -------------Supportive_area------------- */
.Supportive_area{
    float: left;
    width: 100%;
    min-height: 543px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: url(../images/support.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
}
.Supportive_area:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    position: absolute;
    top: 0px;
}
section.Supportive_area .container {
    position: relative;
}
.Supportive_area h2{
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -4px;
}
.Supportive_area p{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 34px;
    font-weight: 500;
    padding: 47px 155px 14px;
}
section.Supportive_area a {
    background: #e4691d;
    padding: 14px 28px;
}
section.Supportive_area a img {
    max-width: 27px;
    margin-right: 6px;
	vertical-align:middle;
}
.test_area_new {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 44px 0px;
}
.test_area_new .item {
    background: #fff;
    margin: 43px 15px 45px;
    border-radius: 11px;
    position: relative;
    box-shadow: 0px 0px 44px #e9e9e9;
}
.test_area_new .item::before{
     width: 123px;
    height: 88px;
    position: absolute;
    top: -38px;
    left: 0px;
    content: "";
    background-image: url(../images/test1.png); 
}
.test_area_new .item p::after{
    width: 79px;
    height: 67px;
    position: absolute;
    bottom: 21px;
    right: 29px;
    content: "";
    background-image: url(../images/testi_quote.png);
}
/* .test_area_new .owl-stage .owl-item:nth-child(odd) .item{
    background: #00679d;
 }
 .test_area_new .owl-stage .owl-item:nth-child(odd) .item p{
    color: #fff;
}
.test_area_new .owl-stage .owl-item:nth-child(odd) .item span{
    color: #fff;
}
.test_area_new .owl-stage .owl-item:nth-child(odd) .item img{
    width: 300px;
}
.test_area_new .owl-stage .owl-item:nth-child(odd) .item p::after {
    right: 31px !important;
    filter: brightness(8.5);
}
.test_area_new .owl-stage .owl-item:nth-child(odd) .item .social-icon {
    float: left;
    width: 100%;
}
.test_area_new .owl-stage .owl-item:nth-child(odd) .item .social-icon i{
    float: left; 
} */
.test_area_new .item{
	transition: all .4s;
}
.test_area_new .item:hover {
    background: #00679d;
}
.test_area_new .item:hover p::after {
    right: 31px !important;
    filter: brightness(8.5);
}
.test_area_new .item:hover p, .test_area_new .item:hover span{
	color:#fff;
}
.test_area_new .test_conent {
    padding: 37px 30px 22px 34px;
    display: inline-block;
}
.test_area_new .item p:before {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background-image: url(../images/lrft.png);
    left: 36px;
}
.test_area_new .social-icon{
    width: 100%;
    float: left;
    padding: 11px;
}
.test_area_new .test_conent i {
    color: #f0872b;
    font-size: 23px;
    margin: 5px 4px;
    float: right;
    font-weight: 400;
}
.test_area_new .test_conent span{
    font-size: 21px;
    color: #df352c;
    line-height: 28px;
    font-family: 'Lato';
    font-weight: 600;
    float: left;
    padding: 11px 0px;
    font-style: italic;
}
.test_area_new .owl-carousel {
    max-width: 1018px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.test_area_new .owl-theme .owl-nav .owl-prev {
    left: -128px;
    right: inherit !important;
    display: inline-block;
}
.test_area_new p {
        font-size: 18px;
    color: #444444;
    line-height: 29px;
    font-family: 'Lato';
    margin: 0px;
    text-align: left;
    font-weight: 500;
    padding-bottom: 3px;
    letter-spacing: .2px;
    padding-bottom: 17px;
}
.test_area_new h4 {
    color: #6b4b3c;
    font-size: 30px;
    padding: 32px 0px 24px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: #b7b7b7 solid 1px;
}
.test_area_new h4 i{
    margin: 0px 5px;
}

.test_area_new h5{
    font-size: 28px;
    font-family: 'Antonio';
    color: #325e95;
    text-align: left;
    margin: 0px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.test_area_new h3 {
    font-size: 55px;
    color: #be8b4e;
    line-height: 64px;
    font-family: 'Cinzel';
    letter-spacing: 2px;
    font-size: 50px;
    margin-bottom: 7px;
    font-weight: 700;
    color: #2f2f2f;
    text-align: left;
}


.test_area_new .testi-contain {
    padding: 44px 0px;
    position: relative;
}
.test_area_new .testi-contain h2 {
    color: #fff;
    font-size: 53px;
}
.test_area_new .content h5 {
    text-align: center;
    color: #e4691d;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 21px;
}
.test_area_new .content h2 {
    font-size: 44px;
    font-family: 'Oswald';
    color: #111111;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 15px;
    letter-spacing: -0.9px;
}
.test_area_new .content p {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-right: 89px;
    margin-bottom: 41px;
}
.test_area_new .test-grid {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: 33px;
}
.test_area_new .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00679d;
}

.test_area_new .owl-theme .owl-dots .owl-dot span {
    background: #f0872b;
}
/* ----------vission_area------------- */
.vission_area{
    float: left;
    width: 100%;
}
.vission_area .vision_img{
    padding: 0px;
	height: 283px;
}
.vission_area .vision_img img{
    width: 100%;
    height: 283px;
    object-fit: cover;
}
.vission_area .col-md-8, .vission_area .col-md-4{
    padding: 0px;
}
 .vission_area .content {
    width: 100%;
    background: #e4691d;
    min-height: 283px;
    padding: 22px 50px;
	 display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.vission_area .content h3{
    font-family: 'Oswald';
    font-size: 39px;
    color: #fff;
    letter-spacing: -2px;
    line-height: 49px;
    font-weight: 600;
    text-transform: capitalize;
	margin-bottom: 10px;
}
 .vission_area .content p{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 500;
}
.vission_area .content a{
    background: none;
    color: #fff;
    border: #dddddd solid 1px;
    padding: 15px 39px;
    border-radius: 8px;
	margin-top:22px;
}
.vission_area .content a:hover {
    background: #00679d;
    border: #00679d solid 1px;
}
section.vission_area .row:nth-child(2) {
    flex-direction: row-reverse;
}
section.vission_area .row:nth-child(2) .content{
    background-color: #df352c;
}
/* -------------logo_area------------- */
.client_area{
    float: left;
    width: 100%;
    padding: 70px 0px 70px;
}
.client_area img {
    display: block;
    width: 100%;
    max-width: 157px;
    height: 50px;
    object-fit: contain;
}
.client_area .test_conent {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    border-right: #e3e3e3 solid 1px;
}



.footer_area{
    float: left;
    width: 100%;
    background-image: url(../images/footer_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: top;
    z-index: -1;
}
.footer_area::before{
    content: "";
    background-color: #000000e0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
.footer_area .container,.footer_area .footer_heading{
    position: relative;
}
.footer_area .footer_heading h2{
    font-size: 36px;
    font-family: 'Oswald';
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 33px;
    letter-spacing: -0.9px;
}
.footer_area .footer_heading {
    width: 100%;
    float: left;
    border-bottom: #484848 solid 2px;
    padding: 39px 0px 10px;
    position: relative;
    z-index: 1;
}
.footer_area .address h6{
    font-size: 20px;
    font-family: 'Oswald';
    color: #e4691d;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 2px;
    letter-spacing: -1px;
}
.footer_area .address p{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 500;
}
.footer_area .address_padding p {
    padding-right: 75px;
}
.footer_area .address p a{
    color: #fff;
}
section.footer_area .row {
    padding: 66px 90px;
}
section.footer_area .address {
    margin-bottom: 26px;
}
section.footer_area .address.phone {
    padding-bottom: 15px;
}
section.footer_area .right_logo_social {
    text-align: center;
}
section.footer_area .col-md-4:nth-child(1) {
    flex: 0 0 37.333333%;
    max-width: 38.333333%;
}
section.footer_area .col-md-4:nth-child(2) {
    flex: 0 0 28.333333%;
    max-width: 30.333333%;
}
section.footer_area .right_logo_social img {
    max-width: 118px;
    text-align: center;
    margin: auto;
}
section.footer_area .copy_right{
    position: relative;
}
section.footer_area .social-icon {
    padding-bottom: 35px;
}
section.footer_area .social-icon i {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 0px 15px;
	font-weight: 400;
}
section.footer_area .copy_right p{
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 500;
}
section.footer_area .copy_right {
    position: relative;
    border-top: #484848 solid 2px;
}
section.footer_area .copy_right p {
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 500;
    padding: 22px 0px;
    margin-bottom: 0px;
}
/* ---------main heading-------- */
.main-heading h2 {
    font-size: 39px;
    font-family: 'Open Sans';
    color: #009194;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 33px;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 130px 0px 70px;
    text-align: center;
    position: relative;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-position: 11% 21%;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000033;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #fff;
    letter-spacing: -.4px;
    line-height: 60px;
    font-family: 'Oswald';
    font-size: 57px;
    font-weight: 700;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding: 9px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
  margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 32px;
    font-weight: 500;
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.testim .elementor-element:hover p.elementor-heading-title, .testim .elementor-element:hover span, .testim .elementor-element:hover h2 {
    color: #fff !important;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}
.client_area .owl-carousel .owl-item img:hover {
    filter: contrast(0.9);
}
.client_area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    filter: grayscale(100%);
	transition: all .4s;
}
.client_area .owl-theme .owl-dots .owl-dot span {
    background: #f0872b;
    margin: 0px 12px;
}
.client_area .owl-theme .owl-dots .owl-dot.active span, .client_area .owl-theme .owl-dots .owl-dot:hover span {
    background: #00679d;
}
.client_area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 70px;
}
.page-id-179 .about-banner:before{
	    background: #0000005c;
}
.housing .wpforms-page-indicator-steps {
    width: 20% !important;
    font-family: 'Oswald';
    font-weight: 700;
    padding: 14px 14px 14px 0px !important;
    font-size: 22px !important;
    color: #e4691d;
}
.housing .wpforms-field-container h3 {
    font-family: 'Oswald';
    font-size: 22px !important;
    font-weight: 700;
    color: #111111 !important;
    margin-bottom: 22px !important;
    letter-spacing: -1px !important;
    line-height: 46px;
}

h3#wpforms-180-field_105, h3#wpforms-180-field_110 {
    text-align: center;
    position: relative;
} 
h3#wpforms-180-field_105::after, h3#wpforms-180-field_110::after {
    content: "";
    position: absolute;
    width: 478px;
    height: 2px;
    z-index: 999;
    background: #cdcdcd;
    top: 23px;
    margin: 0px 11px;
    right: 0px;
}
h3#wpforms-180-field_105::before, h3#wpforms-180-field_110::before {
   content: "";
    position: absolute;
    width: 478px;
    height: 2px;
    z-index: 999;
    background: #cdcdcd;
    top: 23px;
    margin: 0px 11px;
    left: 0px;
}
.housing .wpforms-field-container input.wpforms-field-required {
    width: 100%;
    font-size: 14px;
    font-family: 'Lato' !important;
    height: 42px !important;
}
.housing .wpforms-field-container input::placeholder{
	font-size: 14px !important;
    font-family: 'Lato' !important;
    color: #6c6c6c !important;
    font-weight: 500 !important;
	opacity:1 !important
}
.housing .wpforms-field-container textarea::placeholder{
	font-size: 14px !important;
    font-family: 'Lato' !important;
    color: #6c6c6c !important;
    font-weight: 500 !important;
	opacity:1 !important
}
.housing .wpforms-field-container input{
	font-size: 14px !important;
    font-family: 'Lato' !important;
    color: #6c6c6c !important;
    font-weight: 500 !important;
	opacity:1 !important
}
.housing .wpforms-field-container textarea{
	font-size: 14px !important;
    font-family: 'Lato' !important;
    color: #6c6c6c !important;
    font-weight: 500 !important;
	padding:13px 15px !important
	opacity:1 !important
}
.housing div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-size: 15px;
    font-family: 'Lato' !important;
	color:#555555;
	font-weight:500;
}
.housing div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px;
    font-family: 'Lato' !important;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.housing div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-family: 'Lato';
    font-size: 14px !important;
    font-weight: 500 !important;
}
.housing div#wpforms-180-field_12-container {
    width: 100% !important;
}
.housing div#wpforms-180-field_13-container{
	 width: 100% !important;
}
.housing .wpforms-page-next {
    border: none !important;
    color: #fff !important;
    background: #df352c !important;
    text-transform: uppercase !important;
    font-family: 'Oswald';
    font-weight: 600 !important;
    padding: 13px 39px !important;
    font-size: 15px !important;
    border-radius: 5px !IMPORTANT;
    display: inline-block;
    margin-top: 23px;
    text-align: center;
    transition: all .4s;
}
.housing .wpforms-page-prev{
	 border: none !important;
    color: #fff !important;
    background: #e4691d !important;
    text-transform: uppercase !important;
    font-family: 'Oswald';
    font-weight: 600 !important;
    padding: 13px 39px !important;
    font-size: 15px !important;
    border-radius: 5px !IMPORTANT;
    display: inline-block;
    margin-top: 23px;
    text-align: center;
    transition: all .4s;
}
.housing .wpforms-page-next:hover, .housing .wpforms-page-prev:hover{
	background-color: #00679d !important;
}
.housing div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 500;
    padding: 11px 0px 0px;
}
.housing .wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li {
    margin-bottom: 13px !important;
}
div#wpforms-180-field_90-container, div#wpforms-180-field_91-container {
    width: 100%;
}
div#wpforms-180-field_87-container, div#wpforms-180-field_89-container {
    width: 100%;
    margin-left: 0px;
}
.housing .wpforms-container-full .wpforms-submit-container {
    width: 100%;
    text-align: right;
    padding-top: 0px !important;
}
.housing .wpforms-container-full .wpforms-submit-container .wpforms-submit {
    background: #df352c !important;
    color: #fff !important;
    font-family: 'Oswald';
    border: none !important;
    text-transform: uppercase !important;
    font-weight: 500;
    padding: 13px 44px !important;
    border-radius: 4px !important;
	transition: all .4s;
}
.housing .wpforms-container-full .wpforms-submit-container .wpforms-submit:hover {
    background: #00679d !important;
}
.banner .text_overlay img {
    width: 100%;
    animation-duration: 3s;
}
a:hover{
	text-decoration:none;
}
.elementor-element-4f1b0af a {
    color: #e4691d;
    font-family: 'Lato';
    text-transform: capitalize !important;
    /* font-size: 16px; */
}
section.footer_area .social-icon i{
	transition: all .4s;
}
section.footer_area .social-icon i:hover {
    color: #e4691d;
}
.wpforms-field-description {
   font-family: 'Lato' !important;
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: 500;
}
.all-spacing .give-form-templates h2 {
    font-family: 'Oswald' !important;
    font-size: 44px !important;
    margin-bottom: 22px !important;
}
.introduction .headline {
    margin-bottom: 16px;
    margin-top: 30px;
    max-width: 75%;
    font-family: 'Oswald' !important;
}
h3#wpforms-180-field_105 {
    text-align: center;
    position: relative;
}
.wpforms-field-description ol li {
    font-family: 'Lato' !important;
    list-style: decimal !important;
    margin-left: 22px !important;
    font-size: 14px !important;
    padding: 3px 11px !important;
    font-weight: 500 !important;
}

.footer_area .footer_heading p {
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    max-width: 1200px;
    margin: auto;
    line-height: 30px;
    padding: 0px 28px 24px;
    font-size: 18px;
    font-weight: 500;
}
.test_area_new .test_conent {
    width: 100%;
}

.test_area_new .test_conent iframe{
	height:300px;
}
.test_area_new .test_conent {
    padding: 9px !important;
}
.all-spacing.donatepage {
    padding: 100px 0px;
    text-align: center;
}

section.about-area .about-us h2 {
    font-family: 'Oswald';
    font-size: 44px;
    color: #111111;
    letter-spacing: -2px;
    line-height: 73px;
    font-weight: 600;
    text-transform: capitalize;
}
 .gallery-icon img {
    border: none !important;
}
.elementor-image-gallery .gallery-item {
    padding: 0 15px 0px 0 !important;
}



.header_main .nav_area .sub-menu {
   opacity:0;
    visibility: hidden;
    border-radius: 0 0 7px 7px !important;
    position: absolute !important;
    top: 120px !important;
    color: #333!important;
    background: #00679d !important;
/*     padding: 23px 0px; */
    list-style: none;
    transition: all 0.5s;
    box-shadow: 1px 1px 3px #70707047;
    display: inherit;
	left: 0px;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a {
    padding: 18px 0px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    color:#fff;
    transition: all .4s;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a:hover {
    color: #e4691d;
}
.header_main .nav_area .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 41px !important;
    visibility: visible;
}
.header_main .nav_area .sub-menu li {
    list-style: none !important;
    width: 277px !important;
    float: none !important;
    display: list-item !important;
    position: relative !important;
    border-radius: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 !important;
    border-bottom: 1px solid #2a7197;
    margin: 0px;
    line-height: 24px;
    padding: 0px 22px !important;
}
.header_main .nav_area .sub-menu li:last-child{
    border:none !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu li:hover a::before {
    width: 100%;
}
.header_main .nav_area .menu > li.menu-item-has-children a:first-child::after {
    content: "\e874";
    position: relative;
    font-family: Linearicons-Free;
    margin-left: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}
.header_main .nav_area .menu-item-has-children .sub-menu .sub-menu {
    opacity: 0;
    right: 202px;
    border-radius: 0px 4px 4px 0px !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 0px !important;
    visibility: visible;
}
.header_main .nav_area .sub-menu li.menu-item-has-children a:after {
    content: "\e874";
    position: relative;
    font-family: Linearicons-Free;
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff ! IMPORTANT;
    display: block;
    float: left;
	left: -10px;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a:after {
    display: none;
}
.header_main .nav_area ul li {
    position: relative;
}
.header_main .nav_area .menu-item-has-children .sub-menu .sub-menu li {
    width: 275px !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu .sub-menu li a:after {
    display: none;
}
.header_main .nav_area ul li a{
	    padding: 10px 0px;
}

