* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    overflow: hidden;
}

ul, li {
    margin: 0;
    padding: 0px;
}

a, input, textarea , button, li {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-decoration: none !important;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

br {
    margin: 0;
    width: 0;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    color: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}

li {
    list-style: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

html {
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    color: #1a182b;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    color: #1a182b;
}

h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

h5 {
    font-size: 28px;
    font-weight: 700;
}

h6 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.clear {
    clear: both;
}

.container-fluid, .container,.n_p,.nopad {
    padding: 0px;
}

.container-fluid {
    float: left;
    width: 100%;
}

.row {
    margin: 0px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.container-fluid.menu.stick {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.header_area {
    width: 100%;
    float: left;
    clear: both;
    background: #231f20;
    padding: 8px 0px;
    position: relative;
}

.logo {
    position: relative;
    z-index: 9;
}

.logo a {
    display: inline-block;
    position: relative;
    padding: 9px 0px;
}

.header_details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
}

.header_details ul {
    text-align: right;
}

.header_details ul li.become_member {
    padding-right: 0px;
}

.header_details ul.sub-menu {
    position: absolute;
    width: 350px;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 99999999;
    background-color: #fff;
    padding: 24px 0px 4px;
}

.header_details ul li {
    display: inline-block;
    line-height: normal;
    padding: 0px 20px;
    vertical-align: middle;
}

li.navigation_list li:first-child {
    padding-left: 0px;
}

li.menu-item-has-children:hover ul {
    display: block;
}

li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li {
    display: block;
    text-align: left;
    padding: 0px !important;
    margin: 18px;
}

.header_details ul li img {
    margin-right: 4px;
    position: relative;
    top: -6px;
}

.header_details ul li a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

.header_details ul li a:hover , .header_details ul li.current_page_item a, .header_details ul li.current-menu-parent a{
    color: #c4993d;
}

.header_details ul li a + ul.sub-menu li a{
    color: #c4993d;
}

.header_details ul li a + ul.sub-menu li a:hover, .header_details ul li a + ul.sub-menu li.current-menu-item a{
    color: #333;
}

.header_details li.call_us {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    position: relative;
}

li.call_us span {
    display: block;
}

.header_details li.call_us a {
    color: #c4993d;
}

.header_details li.call_us a:hover {
    color: #fff;
}

.header_details li.call_us {
    border-left: 2px solid #c4993d;
    padding: 0px 10px;
    line-height: 22px;
    vertical-align: middle;
}

.header_details li.become_member a {
    background: #c4993d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 30px;
    border: 1px solid #c4993d;
}

.header_details li.become_member a:hover {
    background: #000;
}

.header_details ul li.become_member {
    padding-right: 0px;
}

.home_banner_slider {
    float: left;
    width: 100%;
    position: relative;
}

img.banner_overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.banner_section {
    height: 717px;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #f6f6f6;
}

.banner_section .container {
    height: 100%;
    top: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.carousel_content {
    width: 50%;
}

.carousel_content h1 {
    color: #c4993d;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.carousel_content h1 span {
    display: block;
}

.banner_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
    line-height: 64px;
    color: #fff;
    text-align: center;
    background-color: #231f20;
    padding: 0px 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.carousel_content a i.fa {
    padding-left: 6px;
}

.banner_btn a:hover {
    background-color: #c4993d;
    color: #fff;
}

.ul_wrap {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
}

.ul_wrap ul li {
    display: block;
    width: 22px;
    height: 22px;
    border: 5px solid #231f20;
    background: transparent;
    margin: 12px 0px;
}

.ul_wrap ul li.slick-active {
    width: 22px;
    height: 22px;
    background: #c4993d;
    border: 5px solid #c4993d;
    margin: 12px 0px;
}

.container-fluid.footer_wrapper {
    background: #231f20;
    position: relative;
}

.yellow_flower {
    position: absolute;
    top: 0px;
    left: 0px;
}

.ft-common p, .ft-common a {
    font-weight: 300;
    color: #fff;
}

.ft-common p {
    line-height: 34px;
}

.ft-common p i{
    margin-right:5px;
}

.ft-common p.email {
    padding-top: 22px;
}

.ft-common h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer1 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    padding: 60px 0px;
    position: relative;
    z-index: 9;
}

.footer2, .footer3 {
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
    border-left: 1px solid #373334;
    padding: 60px 2%;
}

.footer4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 60px 0px;
    border-left: 1px solid #373334;
}

.ft-common.footer4 {
    text-align: center;
    position: relative;
    z-index: 9;
}

.ft-common.footer4 a {
    display: inline-block;
    margin-top: -10px;
}

.ft-common li {
    font-size: 16px;
    line-height: 35px;
    font-weight: 300;
}

.footer2 ul li{
    width:50%;
    float:left;
}

.footer4 .social_links {
    margin: 25px 0px;
    float: left;
    width: 100%;
}

.social_links h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.footer4 .social_links li {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    line-height: 32px;
    margin: 4px;
}

.footer4 .social_links li:hover a {
    background: #c4993d;
    color: #fff
}

.footer1 p a:hover,.ft-common a:hover, .ft-common li.current_page_item a, .ft-common li.current-menu-item a {
    color: #c4993d;
}

.footer1 .social_links li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0e1d38;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    border: 2px solid #000;
    margin: 0px;
}

.ft-common .social_links ul li a {
    margin: 0px !important;
    color: #231f20;
    font-size: 14px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.social_links ul {
    display: block;
    width: 100%;
    text-align: center;
}

.copyright p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.copyright p a:hover {
    color: #c4993d;
}

.container-fluid.footer_bottom {
    background: #231f20;
    border-top: 1px solid #373334;
    padding: 15px 0px;
}

.container-fluid.footer {
    position: relative;
}

.f_flower {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.container-fluid.cta_section {
    background: #c4993d;
    padding: 30px 0px;
    text-align: center;
}

.cta_section h3 {
    color: #fff;
    font-weight: 600;
}

.cta_section h3 a {
    font-weight: 700;
    color: #fff;
}

.cta_section h3 a:hover {
    color: #000;
}

.services_section {
    padding: 70px 0px;
    background-size: cover;
    background-position: center center;
}

.services_section .content_wrp h3, .services_section .content_wrp p {
    color: #000;
}

.services_list {
    display: flex;
    align-items: start;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
    padding: 20px;
    position: relative;
    --initialTextColor: #FFF; --slideTextColor: #1c2c48; --initialBgColor: #fff; --slideBgColor: #1c2c48; color: var(--initialTextColor);
    background-image: linear-gradient(90deg, var(--initialBgColor) 0%, var(--initialBgColor) 50%, var(--slideBgColor) 50%, var(--slideBgColor) 100%);
    background-size: 200%;
    transition: background-position .3s cubic-bezier(.47, .1, 1, .63), color .2s linear;
    transition-delay: 0.0s, 0.15s;
    margin-bottom: 20px;
}

.services_list:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background: #11a7d5;
}

.services_list:hover:before {
    width: 6px;
}

.services_list:hover {
    color: var(--slideTextColor);
    cursor: pointer;
    background-position: -100% 100%;
}

.service_content {
    padding: 0px 20px;
}

.service_content h6 {
    color: #1c2c48;
    transition: 0.4s;
}

.service_content p {
    color: #000000;
    line-height: 24px;
    padding: 12px 0px 14px;
    transition: 0.4s;
}

.learn_more a {
    color: #11a7d5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.services_list:hover .service_content h6, .services_list:hover .service_content p {
    color: #fff;
}

.services_list:hover .icon_hover {
    display: block;
}

.services_list:hover .icon {
    display: none;
}

.img_sec {
    position: relative;
    margin-top: 32px;
}

.img_sec:after {
    position: absolute;
    content: "";
    border-right: 10px solid #000;
    border-bottom: 10px solid #000;
    width: 145px;
    height: 128px;
    bottom: -20px;
    right: -18px;
    z-index: 9;
    background: #fff;
}

.img_sec img {
    z-index: 99;
    position: relative;
}

.service_items_wrp {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.service_items {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 75px;
    background-image: url('../images/dots.png');
    background-repeat: no-repeat;
    background-position: 40px top;
}

.service_items .banner_btn {
    margin-top: 100px
}

.home_generate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
}

.home_generate_wrap .home_generate:last-child {
    border-bottom: 0
}

.home_generate_icon {
    margin-right: 24px;
}

.home_generate_wrap {
    background: rgba(0,0,0,.5);
    padding: 10px
}

.home_generate_text {
}

.home_generate p {
    font-size: 16px;
    color: #1c2c48;
    font-weight: 300;
    line-height: 1.1;
    margin: 0;
}

.home_generate p span {
    display: block;
    font-size: 36px;
    color: #1c2c48;
    font-weight: 700;
    padding-top: 6px;
    line-height: 38px;
}

.contact_form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 12px;
}

.contact_form img {
    position: absolute;
    top: 0px;
    right: -20px;
    display: flex;
    align-items: flex-end;
}

.form_content {
    padding-bottom: 30px;
}

.container-fluid.testimonails_section {
    padding: 70px 0px;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.testimonails_section h3 {
    color: #1c2c48;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align: left;
    list-style: none;
}

.carousel-indicators {
    text-align: left;
}

.carousel-indicators li ,.carousel-indicators .active {
    border-radius: 100%;
    vertical-align: middle;
    margin: 2% 0%;
    margin-right: 7%;
    position: relative;
    border: none;
    width: 98px;
    height: auto;
    text-indent: inherit;
}

.author_img {
    max-width: 98px;
    width: 100%;
    height: 100px;
    background-size: cover;
    /* position: absolute; */
    left: 0px;
    top: 0px;
    z-index: 9;
}

.video_item {
    height: 366px;
    max-width: 100%;
    display: block;
    width: 100%;
}

.video_image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.video_image:after {
    content: "";
    background-size: 100% 100%;
    background-image: url('../images/t_shadow.png');
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.video_overlay_button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.video-url {
    display: none;
}

button.playbutton::after {
    content: "";
    background-image: url('../images/video_icon.png');
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
    cursor: pointer;
}

button.playbutton:hover::after {
    background-image: url('../images/video_icon_h.png');
}

.video_item {
    position: relative;
}

.video_overlay_button a {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    outline: none;
}

button.playbutton {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.htmlfix {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999998;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.popupvideo {
    position: absolute;
    width: 100%;
    max-width: 880px;
    overflow: hidden;
    height: 585px;
    margin: 0px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.closemebtn {
    width: 60px;
    height: 60px;
    background-color: #11a7d5;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.popupvideo i {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 8px;
}

.closemebtn:hover {
    background: #fff;
}

.popupvideo .closemebtn:hover i {
    color: #11a7d5;
}

.carousel-control {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 1;
}

.t_content {
    background-color: #fff;
    padding: 0px 16px 16px;
}

.testimonial_content {
}

.inner_t_content {
    box-shadow: 0px 0px 16px rgb(0 0 0 / 0.14);
    padding: 30px 60px;
}

.row.testimonails_wrapper {
    background: #fff;
    padding: 35px 35px 30px;
}

.inner_t_content p {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin-bottom: 10px
}

.inner_t_content h5 {
    font-size: 18px;
    color: #11a7d5;
    font-weight: 300;
    line-height: 30px;
}

.inner_t_content h6 {
    color: #1c2c48;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.inner_t_content p:before {
    content: "";
    background-image: url('../images/q_top.png');
    position: absolute;
    width: 22px;
    height: 18px;
    top: 0px;
    left: -30px;
}

.inner_t_content p:after {
    content: "";
    background-image: url('../images/q_bottom.png');
    position: absolute;
    width: 22px;
    height: 18px;
    bottom: 0;
    margin-left: 10px;
}

.testimonails_carousel {
    text-align: right;
    position: absolute;
    bottom: 8px;
    right: 16px;
    width: 100%;
}

a.left.carousel-control, a.right.carousel-control {
    width: 28px;
    height: 27px;
    background-color: #000;
    display: inline-block;
}

a.left.carousel-control {
    background-image: url('../images/t_prev.png');
    left: 3px;
}

a.left.carousel-control:hover {
    background-image: url('../images/t_prev_h.png');
}

a.right.carousel-control {
    background-image: url('../images/t_next.png')
}

a.right.carousel-control:hover {
    background-image: url('../images/t_next_h.png');
}

.t_indicators {
    padding-left: 50px;
    padding-right: 25px;
}

.testi_wrp_content p {
    font-size: 21px;
    line-height: 28px;
    color: #000;
}

.testi_wrp_content .banner_btn {
    margin: 30px 0px 40px;
}

.li_naming {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0px;
}

.li_naming:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 35px;
    height: 4px;
    background: #11a7d5;
}

.carousel-indicators li:nth-child(2n) .li_naming:before {
    background: #fff;
}

.carousel-indicators li:nth-child(4n) {
    margin-right: 0px;
}

.mobile {
    display: none !important;
}

.container-fluid.services_wrapper {
    padding: 70px 15px;
    position: relative;
    background-size: cover;
    background-position: center bottom;
}

.services_box {
    width: 100%;
    max-width: 24%;
    margin-right: 1.33333%;
    transition: 0.4s;
    background: #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
}

.services_box:nth-child(4n) {
    margin-right: 0px;
}
.service_img{
    transition: transform .2s;
}
.services_box:hover .service_img{
    transform: scale(1.2);
}
.service_img img {
    height: 314px;
    width: 100%;
    object-fit: cover;
}

.services_box .s_item_img {
    z-index: 9;
    position: relative;
    height: auto;
}

.page-id-7 .s_item_img .inner_s_item_img {
    background: #f0f0f0;
}

.ser_content {
    padding: 65px 15px 25px;
    text-align: center;
    background: #f0f0f0;
}

.ser_content h6 {
    padding-bottom: 10px;
}

.ser_content h6 a {
    color: #c4993d;
    padding-bottom: 5px;
    font-weight: 600;
}

.services_wrapper .common_content h2 {
    color: #fff;
}

.common_content {
    text-align: center;
    padding-bottom: 40px;
}

.common_content h2 {
    line-height: 34px;
    text-transform: uppercase;
}

.services_items {
    margin: 0px 10px;
}

.s_item_img {
    height: 314px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.inner_s_item_img {
    width: 144px;
    height: 144px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.s_item_img:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 72%);
    z-index: 1;
}

.services_items h6 a {
    background: #c4993d;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 14px 10px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.services_items h6 a:hover {
    background: #000;
    color: #c4993d;
    background-image: url('../images/arrow_h.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

a:focus {
    outline: none;
    outline-offset: 0px;
}

img.img-fluid.w_flower {
    position: absolute;
    top: 0px;
    left: 0px;
}

.text_section {
    text-align: center;
    padding: 70px 0px 15px;
}

.text_section h6 {
    color: #fff;
    font-weight: 500;
    line-height: 40px;
}

.text_section h6 a {
    color: #c4993d;
}

.text_section h6 a:hover {
    color: #fff;
}

.content_section {
    padding: 60px 0px
}

.content_section p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.content_l {
    width: 45%;
}

.content_r {
    width: 55%;
    padding-left: 2%;
}

.content_l p {
    margin-bottom: 10px;
}

.content_l p b {
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
}

.content_l p b:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -90px;
    margin: auto 0px;
    width: 78px;
    height: 1px;
    background: #000;
}

.content_l h2 {
    color: #c4993d;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 1px;
}

.video_item {
    height: 477px;
    max-width: 100%;
    display: block;
    width: 100%;
}

.video_image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.video_image:after {
    content: "";
    background-size: 100% 100%;
    background-color: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.video_overlay_button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.video-url {
    display: none;
}

button.playbutton::after {
    content: "";
    background-image: url('../images/v_icon.png');
    position: absolute;
    width: 76px;
    height: 76px;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
    cursor: pointer;
}

button.playbutton:hover::after {
    background-image: url('../images/v_icon_h.png');
}

.video_item {
    position: relative;
}

.video_overlay_button a {
    width: 76px;
    height: 76px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    outline: none;
}

button.playbutton {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

.htmlfix {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999998;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.popupvideo {
    position: absolute;
    width: 100%;
    max-width: 880px;
    overflow: hidden;
    height: 585px;
    margin: 0px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.closemebtn {
    width: 36px;
    height: 36px;
    background-color: #11a7d5;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.popupvideo i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 8px;
}

.closemebtn:hover {
    background: #fff;
}

.popupvideo .closemebtn:hover i {
    color: #11a7d5;
}

.content_img.sec img {
    float: right;
}

.content_video {
    display: flex;
    align-items: center;
    margin: 0px;
}

.img1 {
    height: 348px;
    margin-bottom: 75px;
}

.video_section {
    padding: 20px 0px 30px;
}

.content_img.sec .img1 {
    margin-top: 30px;
    margin-bottom: 45px;
}

.content_img {
    padding-left: 0px;
    /* max-width: 320px; */
}

.content_img.sec {
    padding-left: 15px;
    padding-right: 0px;
}

.container-fluid.why_choose_us {
    background: #231f20;
    padding: 15px 0px;
}

.w_heading h2 {
    color: #c4993d;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 75px;
}

.w_heading {
    width: 300px;
    padding-top: 100px;
}

img.circle_image {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.why_choose_us .container {
    position: relative;
    min-height: 969px;
}

.why_choose_us_circle ul li {
    position: absolute;
    max-width: 440px;
    width: 100%;
    height: 200px;
}

.why_choose_us_circle ul li h5 {
    font-size: 24px;
    color: #c4993d;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.why_choose_us_circle ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.why_choose_us_circle li:nth-child(1) {
    top: 80px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
}

.why_choose_us_circle li:nth-child(3) {
    bottom: 85px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
}

.why_choose_us_circle li:nth-child(2) {
    top: 0px;
    bottom: 0px;
    right: -16px;
    margin: auto 0px;
    max-width: 520px;
    height: 100px;
    padding: 10px 0px;
}

.why_choose_us_circle li:nth-child(4) {
    top: 0px;
    bottom: 0px;
    left: 65px;
    margin: auto 0px;
    text-align: right;
    height: 100px;
    padding: 10px 0px;
}

.why_choose_us_circle li img.w_icon {
    position: absolute;
}

.why_choose_us_circle li:nth-child(1) img.w_icon {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
}

.why_choose_us_circle li:nth-child(3) img.w_icon {
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
}

.why_choose_us_circle li:nth-child(2) img.w_icon {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px auto;
}

.why_choose_us_circle li:nth-child(4) img.w_icon {
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px auto;
}

.why_choose_us_circle li:nth-child(3) .w_content {
    padding-top: 125px;
}

.why_choose_us_circle li:nth-child(2) .w_content {
    padding-left: 125px;
}

.why_choose_us_circle li:nth-child(4) .w_content {
    padding-right: 125px;
}

img.paint {
    position: absolute;
    bottom: 50px;
    left: -50px;
}

.container-fluid.why_choose_us {
    position: relative;
    border-bottom: 1px solid #fff;
}

.why_choose_us img.w_flower2 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.why_choose_us img.flower {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.container-fluid.project_section {
    padding: 60px 0px 90px;
    position: relative;
}

.project_section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    height: 70%;
    background-color: #e8e8e8;
	display: block;
}

.project_section .content_l {
    width: 30%;
}

ul.project_slider .p_image, ul.videos_slider .p_image {
    height: 385px;
    margin-left: 20px;
}

ul.project_slider .p_image img, ul.videos_slider .p_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.projects_wrp {
    width: 64%;
    float: right;
    margin-top: -190px;
}

img.grey_flower {
    position: absolute;
    bottom: 44px;
    left: 0px;
}

.container-fluid.testimonail_section {
    background: #c4993d;
    padding: 60px 0px;
    position: relative;
}

.testimonail_section .container {
    padding: 0px 6%;
}

.testimonail_content .content_l {
    width: 100%;
    letter-spacing: 1px;
    padding-left: 20px;
}

.testimonail_content h5, .testimonail_content h2,.testimonail_content h6 {
    color: #fff;
}

.testimonail_content h2, .after_before_section .common_content h2 {
    font-size: 42px;
    line-height: 50px;
}

.content_l h5 {
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.content_l h5:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    width: 78px;
    height: 1px;
    background: #fff;
    left: 135px;
}

.testimonail_content p {
    font-size: 21px;
    line-height: 36px;
    position: relative;
    margin: 22px 0px;
    color: #fff;
    font-weight: 300;
}

.testimonail_content p:before {
    content: "";
    background-image: url('../images/q_left.png');
    position: absolute;
    width: 17px;
    height: 15px;
    top: 9px;
    left: -22px;
}

.testimonail_content p:after {
    content: "";
    background-image: url('../images/q_right.png');
    position: absolute;
    width: 17px;
    height: 15px;
    bottom: 9px;
    margin-left: 12px;
}

.t_circle {
    width: 464px;
    height: 464px;
    border-radius: 100%;
    background-size: cover;
    padding: 10px;
}

.t_image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
}

.testimonail_content {
    display: flex;
    align-items: center;
    padding-left: 38px;
}

.testimonial_sliders {
    width: 88%;
    margin: auto;
    float: none;
}

.testimonail_section img.w_flower2 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.testimonail_section .ul_wrap {
    position: absolute;
    right: -230px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
}

.testimonail_section .ul_wrap ul li {
    display: block;
    width: 22px;
    height: 22px;
    border: 5px solid #fff;
    background: transparent;
    margin: 12px 0px;
}

.testimonail_section .ul_wrap ul li.slick-active {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 5px solid #fff;
    margin: 12px 0px;
}

.container-fluid.after_before_section {
    padding: 70px 0px 120px;
}

.after_before_section p {
    padding-top: 15px;
}

.after_before_section .common_content {
    padding-bottom: 40px;
}

.after_before_wrp {
    width: 48%;
    float: left;
    position: relative;
}

.before_image,.after_image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.before_image a, .after_image a {
    height: 100%;
    width: 100%;
    display: block;
    background-image: url('../images/ab_shadow.png');
    opacity: 1;
    background-size: 100% 100%;
}

.after_box img, .before_box img {
    position: absolute;
    z-index: 9;
}

.after_box img {
    bottom: 0px;
    right: 0px
}

.after_box, .before_box {
    height: 551px;
    width: 48%;
    float: left;
    margin: 0px 2%;
    padding-bottom: 30px;
}

.before_box {
    margin-left: 0px;
    position: relative;
}

.after_box {
    margin-right: 0px;
}

.before_box:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -25px;
    width: 3px;
    height: 100%;
    background: #e4e4e4;
}

.after_before_section .slick-prev, .after_before_section .slick-next {
    top: auto;
    bottom: -52px;
    width: 36px;
    height: 36px;
    z-index: 99;
    background-color: #e4e4e4;
}

.after_before_section .slick-prev {
    left: 50%;
    background-image: url(../images/ab_next.jpg);
    border-left: 1.5px solid #e4e4e4;
}

.after_before_section .slick-prev:hover {
    background-image: url(../images/ab_next_h.jpg);
}

.after_before_section .slick-next {
    right: 50%;
    background-image: url(../images/ab_prev.jpg);
    border-right: 1.5px solid #e4e4e4;
}

.after_before_section .slick-next:hover {
    background-image: url(../images/ab_prev_h.jpg);
}

.container-fluid.contact_form_section {
    padding: 40px 0px;
}

.input_div {
    max-width: 15.8%;
    width: 100%;
    float: left;
    vertical-align: top;
    margin: 6px 0px;
    margin-right: 1%;
    height: 40px;
}

.input_div input, .input_div select , .inputs input {
    border: 1px solid #c4993d;
    border-radius: 0px;
    height: 40px;
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 12px;
    width: 100%;
    background: #fff;
    outline: none !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.3);
}

.input_div:last-child {
    margin-right: 0px;
    width: 15%;
}

.input_div select {
    background-image: url(../images/select.png);
    background-position: 96% center;
    background-repeat: no-repeat;
}

.submit_input_div {
    height: 40px;
    float: right;
    cursor: pointer;
}

.submit_input_div input {
    width: 100%;
    height: 100%;
    border: 2px solid #c4993d;
    background: #c4993d;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    outline: none !important;
    cursor: pointer;
    letter-spacing: 1px;
}

.submit_input_div input:hover {
    background: #231f20;
    border: 2px solid #231f20;
    color: #fff;
}

.input_div.submit_input_div .ajax-loader {
    position: absolute;
    bottom: -18px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.input_div.submit_input_div {
    position: relative;
    margin-right: 0px;
}

.get_form {
    float: left;
    width: 100%;
}

.input_div input::-webkit-input-placeholder,.inputs input::-webkit-input-placeholder, .textarea textarea::-webkit-input-placeholder {
    color: #231f20;
}

.input_div input::-moz-placeholder,.inputs input::-webkit-input-placeholder ,.textarea textarea::-moz-placeholder {
    color: #231f20 !important;
    opacity: 1;
}

.input_div input::-ms-input-placeholder,.inputs input::-webkit-input-placeholder, .textarea textarea::-ms-input-placeholder {
    color: #231f20;
}

.input_div h6 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #c4993d;
    display: flex;
    align-items: center;
    height: 100%;
}

.inner_banner {
    height: 237px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.inner_banner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/overlay.png');
    background-size: cover;
    background-position: center center;
    opacity: .8;
}

.inner_banner .container {
    display: flex;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    align-items: center;
    position: relative;
    z-index: 9;
}

.inner_banner .carousel_content {
    width: 100%;
}

.inner_banner .carousel_content h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}

.container-fluid.contact_form_section {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
}

.home .container-fluid.contact_form_section {
    box-shadow: none;
}

.container-fluid.services_wrp {
    padding: 65px 0px 55px;
}

.common_content h4 {
    text-transform: uppercase;
}

.ser_content p, .ser_content h6 a:hover {
    color: #231f20;
}

.ser_content a {
    color: #231f20;
    font-weight: 700;
    display: inline-block;
}

.ser_content a:hover {
    color: #c4993d;
}

.ser_content p {
    padding-bottom: 8px;
}

.about_content {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.content_images {
    padding-right: 20px;
}

.content_inner_box h3 {
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 10px
}

.content_inner_box p strong {
    font-weight: 600;
    font-size: 18px;
}

.content_section .content_inner_box p, .content_section .content_inner_box ul {
    padding: 6px 0px;
}

.content_inner_box ul li {
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 10px 0px;
}

.content_inner_box ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin-right: 5px;
    font-size: 18px;
}

.content_images .inner_s_item_img {
    width: 120px;
    height: 106px;
    background: #f0f0f0;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    left: auto;
    bottom: auto;
    top: 30px;
    right: 20px;
}

.container-fluid.testimonial_page {
    padding: 60px 15px;
}

.t_testimonial_box {
    width: 49%;
    margin: 1% 0%;
    margin-right: 2%;
    background: #f6f6f6;
    border-radius: 0;
    padding: 25px;
    transition: 0.4s;
}

.t_testimonial_box:hover {
    background: #c4993d;
}

.t_testimonial_box:nth-child(2n) {
    margin-right: 0px;
}

.t_testimonial_box .testimonial_inner_box p {
    color: #231f20;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    padding-top: 20px;
}

.t_testimonial_box .testimonial_inner_box p a {
    color: #c4993d;
    font-weight: 600;
    cursor: pointer;
}

.t_testimonial_box:hover .testimonial_inner_box p a, .t_testimonial_box:hover .testimonial_inner_box p {
    color: #fff;
}

.t_testimonial_box .testimonial_inner_box p a:hover {
    color: #000;
}

.t_author_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 127px;
    width: 127px;
    border-radius: 100%;
    background-image: url('../images/white_border.png');
    padding: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.t_testimonial_box .testimonial_inner_box {
    position: relative;
    padding-left: 15px;
}

.t_testimonial_box .testimonial_inner_box img {
    margin-bottom: 12px;
}

.t_testimonial_box .testimonial_inner_box h6 {
    color: #052a47;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}

.t_author_image img {
    width: 119px;
    height: 119px;
    border-radius: 100%;
}

.testimonial_details {
    display: flex;
    align-items: flex-start;
}

.testimonial_inner_box p {
    position: relative;
}

.testimonial_inner_box p:before {
    content: "";
    background-image: url('../images/t_ql.png');
    position: absolute;
    width: 21px;
    height: 22px;
    top: -4px;
    left: 0px;
}

.testimonial_inner_box p:after {
    content: "";
    background-image: url('../images/t_qr.png');
    position: absolute;
    width: 21px;
    height: 22px;
    bottom: -3px;
    margin-left: 12px;
}

.t_testimonial_box:hover .testimonial_inner_box p:before {
    background-image: url('../images/t_ql_h.png');
}

.t_testimonial_box:hover .testimonial_inner_box p:after {
    background-image: url('../images/t_qr_h.png');
}

.container-fluid.our_work_section {
    padding: 60px 0px;
}

.myList {
    display: none;
}

.gallery_items {
    margin: 0px 0px;
    width: 32.5%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
    position: relative;
    background: #f1f1f1;
    float: left;
}

.gallery_items:nth-child(3n) {
    margin-right: 0%;
}

.gallery_items .item_img {
    height: 356px;
    background-size: cover;
}

.gallery_items .item_img a {
    width: 100%;
    height: 100%;
    transition: background-position 1s;
    background-repeat: no-repeat;
    display: block;
    background-image: url("../images/gallery_hover.png");
    background-color: rgb(0 0 0 / 0.5);
    background-position: center center;
    opacity: 0;
}

.gallery_items .item_img a:hover {
    opacity: 1;
}

.our_work {
    float: left;
    width: 100%;
}

div#loadMore {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 25px;
}

div#loadMore a {
    padding: 0px 35px;
    line-height: 56px;
}

.common_content h3 {
    font-size: 32px;
    color: #000;
}

.container-fluid.contact_page {
    padding: 60px 0px 90px;
    background: #f5f5f5;
}

.contact_form .input_div {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin: 8px 0px;
}

.contact_form .input_div textarea {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin: 0px 0px;
}

.contact_content h3, .form_wrp h3 {
    color: #c4993d;
    font-size: 32px;
    padding-bottom: 5px;
}

.form_wrp {
    float: left;
    width: 100%;
    background: #fff;
    padding: 35px 40px 45px;
    height: 100%;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 0.1);
}

.contact_content {
    background: #fff;
    padding: 35px 40px 45px;
    height: 100%;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 0.1);
}

.contact_content p, .form_wrp p {
    font-size: 21px;
    color: #000;
    padding-bottom: 12px;
}

.detail_list {
    padding: 32px 0px;
}

.contact_form .input_div input, .contact_form .input_div select, .contact_form .inputs input,.contact_form textarea {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    height: 56px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 12px;
    width: 100%;
    background: #f5f5f5;
    outline: none !important;
    box-shadow: none;
}

.contact_form .input_div textarea {
    height: 226px;
    padding: 12px;
    resize: none;
}

.contact_form .input_div select {
    background-image: url(../images/select_f.png);
    background-position: 96% center;
    background-repeat: no-repeat;
}

.contact_form .input_div input::-webkit-input-placeholder,.contact_form .inputs input::-webkit-input-placeholder, .contact_form  textarea::-webkit-input-placeholder {
    color: #000;
}

.contact_form .input_div input::-moz-placeholder,.contact_form .inputs input::-webkit-input-placeholder ,.contact_form  textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.contact_form .input_div input::-ms-input-placeholder,.contact_form .inputs input::-webkit-input-placeholder, .contact_form textarea::-ms-input-placeholder {
    color: #000;
}

.contact_form .submit_input_div {
    height: auto;
    float: left;
    cursor: pointer;
}

.contact_form .submit_input_div input {
    width: 100%;
    height: 100%;
    border: 2px solid #c4993d;
    background: #c4993d;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    outline: none !important;
    cursor: pointer;
    letter-spacing: 1px;
    max-width: 180px;
    height: 58px;
    border-radius: 0px;
}

.contact_form .submit_input_div input:hover {
    background: #231f20;
    border: 2px solid #231f20;
    color: #fff;
}

.detail_list ul li h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    line-height: 20px;
}

.detail_list ul li p {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
}

.detail_list ul li p a {
    color: #000;
}

.detail_list ul li p a:hover {
    color: #c4993d;
}

.detail_list ul li {
    position: relative;
    padding-left: 82px;
    margin-bottom: 35px;
}

.c_image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.acf-map {
    height: 460px;
    position: relative;
}

.acf-map:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: inset 0 0 110px rgb(0 0 0 / 0.3);
}

.container-fluid.default_section {
    padding: 50px 0px;
    text-align: center;
}

.default_section p {
    padding: 10px 0px;
    width: 100%;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.contact_map {
    float: left;
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    width: 100%;
    text-align: center;
}
.home .why_choose_us {
    border-bottom: none;
}
.single_service{
   background: #f2f2f2;
}
.content_images img.img-responsive {
    width: 100%;
}
.content_section .single_service .content_inner_box p, .content_section .single_service .content_inner_box ul, .content_section .single_service .content_inner_box ul li{margin:0 0 6px 0;line-height:1.5;margin:0;}
.p_image.videos {
    position: relative;
}




