* {
    margin: 0;
    padding: 0;
}
:root {
  --conwidth: calc((100% - 1460px) / 2);
}
html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    overflow-x: 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: 21px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

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: 70px;
    line-height: 90px;
    color: #000;
    font-weight: 400;
}

h2 {
    font-size: 60px;
    line-height: normal;
    color: #000;
    font-weight: 400;
}

h3 {
    font-size: 36px;
    line-height: normal;
    font-weight: 900;
}

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

h5 {
    font-size: 24px;
    color: #000;
    line-height: normal;
}

h6 {
    font-size: 18px;
    line-height: 25px;
}

.clear {
    clear: both;
}

.row {
    margin: 0;
}

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

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

.container-fluid.banner_section {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 826px;
}

img.black_bg {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto 0px;
    left: 0;
    z-index: 1;
}

.logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.container-fluid.header_area {
    padding: 30px 15px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

/*===== Home Page Section Css =====*/
/*=== Banner Section Css ===*/
.banner_wrap {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    display: table;
    padding: 168px 0px;
	overflow: hidden;
}

/* .banner_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #4BC700 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.8;
} */

.banner_wrap video.main_video{
	position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    max-width: 100vw;
    max-height: 100vh;
    min-height: 100%;
    min-width: 100%;
    aspect-ratio: 1/1;
}
.ctvideo-container{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.ctvideo-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	aspect-ratio: 1/1;
	transform: translate(-50%, -50%);
}
.banner_wrap .banner_inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.banner_wrap .banner_caption {
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}

.banner_wrap .banner_cnt h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 90px;
    margin: 50px 0px;
    color: #fff;
}

.banner_wrap .banner_cnt h1 strong {
    font-weight: 900;
}

.banner_wrap .banner_cnt p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.banner_wrap .play_btnwrap a.play_cion {
    height: 185px;
    width: 185px;
    margin: 0px auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    background-image: url('../images/video_icon.png');
    /* opacity: 0.6; */
}

.banner_wrap .play_btnwrap a.play_cion i {
    display: none;
}

.banner_wrap .play_btnwrap a.play_cion:hover {
    background-image: url('../images/video_icon_h.png');
}

.banner_wrap .scroll_btn_wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    z-index: 2;
}

.banner_wrap .scroll_btn_wrap a.scroll_btn {
    color: #fff;
}

.banner_wrap .scroll_btn_wrap a.scroll_btn:hover {
    color: #6c9d2c;
}

a.cmn_btn {
    font-size: 29px;
    color: #fff;
    padding: 20px 45px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    white-space: normal;
    text-align: center;
    background: #000000 0% 0% no-repeat padding-box;
    border: 3px solid #4BC700;
}

a.cmn_btn:hover {
    background-color: #4BC700;
}

.container-fluid.service_section {
    padding: 70px 0px;
    background-size: cover;
    background-position: center center;
}

.container-fluid.service_section .row {
    margin-top: 20px;
    float: left;
}

.service_wrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 5%;
    border-radius: 10px;
}

.service_wrp:nth-child(3n) {
    margin-right: 0px;
}

.service_items {
    width: 100%;
}

.service_content h4 {
    color: #fff;
    font-size: 24px;
}

.service_content p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    padding: 18px 0px 25px;
    font-weight: 400;
}

.service_content p a {
    color: #000;
}

.learn_more a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #4BC700;
    display: block;
    max-width: 140px;
    width: 100%;
    line-height: 37px;
    text-align: center;
    border-radius: 12px;
}

.learn_more a:hover {
    background: #fff;
    color: #4BC700;
}

.learn_more {
    float: left;
    width: 100%;
    clear: both;
}

.service_content {
    border: 2px solid #fff;
    float: left;
    border-radius: 10px;
    padding: 30px;
}

.common_div {
    text-align: center;
    margin-bottom: 40px;
}

.common_div h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.common_div h5 {
    font-weight: 500;
    color: #fff;
}

.container-fluid.content_section {
    padding: 60px 0px 120px;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    overflow: hidden;
}

.content_section h3 {
    font-weight: 900;
    text-transform: uppercase;
}

.content_section h3 span {
    font-weight: 700;
    text-transform: none;
}

.content_section p {
    margin: 20px 0px;
}

.content_inner h3 a {
    color: #4BC700;
}

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

.content_section .container-xxl {
    padding: 0px 50px;
}

.why_choose_us {
    padding: 0px 0px 185px;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
}

.circle_content {
    max-width: 740px;
    width: 100%;
    height: 359px;
    background-size: 100% 100%;
    display: block;
    margin: -4px auto 0px;
}

.inner_circle_content h3 {
    margin-bottom: 8px;
}

.inner_circle_content {
    padding: 60px 140px;
}

.why_box_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.why_box {
    position: absolute;
}

.why_box:nth-child(1) {
    left: 55px;
    top: 115px;
    display: flex;
    align-items: center;
    text-align: right;
}

.why_box:nth-child(2) {
    left: 0;
    right: 0;
    bottom: -80px;
    display: block;
}

.why_box:nth-child(3) {
    right: 55px;
    top: 115px;
    display: flex;
    align-items: center;
    text-align: left;
}

.why_box:nth-child(2) .why_content {
    width: auto;
    margin-top: 10px;
}

.why_choose_us .container-xxl {
    position: relative;
}

.why_box h6 {
    color: #fff;
}

.why_box:nth-child(1) h6 {
    padding-right: 20px;
}

.why_box:nth-child(3) h6 {
    padding-left: 20px;
}

.why_content {
    width: 265px;
}

.why_icon img {
    border: 2px solid #fff;
    border-radius: 100%;
}

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

.gallery .common_div h5 {
    color: #000;
}

.gallery_image {
    padding: 0px;
    transition: .4s;
}

.gallery_image img {
    width: 100%;
}

.row.gallery_boxes {
    margin: 0px -2px 50px;
}

.container-fluid.cta_section {
    padding: 79px 0px;
}

.cta_content h4 {
    color: #fff;
    text-transform: uppercase;
}

.cta_content p {
    color: #fff;
    margin: 20px 0px;
    font-size: 18px;
    line-height: 28px;
}

.cta_content h6 {
    color: #fff;
    margin-top: 17px;
    float: left;
    width: 100%;
}

.cta_content {
    text-align: center;
}

.gallery_image a {
    transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #00000045;
    background: #000;
}

.gallery_image a:after {
    content: '';
    position: absolute;
    background-color: rgb(75 199 0 / 72%);
    width: 0;
    height: 100%;
    top: 0px;
    z-index: 0;
    left: 0px;
    opacity: 1;
    transition: 0.5s linear;
}

.gallery_image a:hover:after {
    opacity: 1;
    width: 100%;
}

.container-fluid.cta_wrp {
    padding: 30px 0px 50px;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #fff;
}

.container-fluid.cta_wrp h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.container-fluid.b_footer_wrapper {
    background: #000;
    text-align: center;
    padding: 50px 0px 30px;
    position: relative;
}

.Copyright p {
    color: #fff;
}

.Copyright a {
    color: #fff;
}

.Copyright a:hover {
    color: #4BC700;
}

.common_btn a {
    display: inline-block;
    background: #4BC700;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 28px;
    border: 1px solid #fff;
    padding: 3px 15px;
}

.common_btn a:hover {
    background: #000;
}

.common_btn {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0 !important;
    margin-bottom: 0;
    border: none;
    color: #f00;
}

.banner_content {
    padding: 0;
    width: 45%;
}

.mobile {
    display: none;
}

/* ==========================================================================   Footer   ========================================================================== */
/*=== Footer Top Css ===*/
.footer_top {
    background-color: #000;
    color: #fff;
    padding: 70px 15px 40px;
}

.footer_logo {
}
.footer_logo.ct_toppadd {align-items: center;display: flex;height: 100%;}
.footer1 h6 {
    margin: 35px 0px;
    width: 73%;
    font: normal normal 500 18px/22px Futura;
}

.fshort_des p {
    font-size: 16px;
    margin: 0;
}

h5.foo_title {
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 600;
}

.footer_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_menu ul li {
    display: block;
    position: relative;
    margin: 0 0 12px;
}

.footer_menu ul li:last-child {
    margin: 0;
}

.footer_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.footer_menu ul li a:hover ,.footer_menu li.current-menu-item a, .footer_copyright p a:hover {
    color: #4BC700;
    text-decoration: underline;
}

.foocontatc_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foocontatc_wrap ul li {
    display: block;
    font: normal normal 500 18px/22px Futura;
}

.foocontatc_wrap ul li strong {
    display: block;
    font: normal normal 700 18px/26px Futura;
}

.foocontatc_wrap ul li:nth-child(2) {
    margin: 20px 0px;
}

p.news_content {
    color: #fff;
    font: normal normal 500 16px/24px Futura;
}

.foocontatc_wrap ul li p {
    font-size: 16px;
    margin: 0;
}

.foocontatc_wrap ul li p strong {
    font-weight: 900;
}

.foocontatc_wrap ul li a {
    color: #fff;
}

.foocontatc_wrap ul li a:hover {
    color: #4BC700;
    text-decoration: underline;
}

.foocontatc_wrap, p.news_content {
    margin-top: 40px;
}

.subcribe_form_wrap .footer_title h6 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 600;
}

.subcribe_form_wrap form input[type="email"] {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    margin: 16px 0px 20px;
    transition: all 0.5s ease-in-out;
    padding: 0px 20px;
    width: 100%;
    height: 62px;
    letter-spacing: 0.64px;
    font-weight: 400;
}

.subcribe_form_wrap form input[type="email"]:focus {
    border-color: #ddd;
}

.subcribe_form_wrap form input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.subcribe_form_wrap form input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.subcribe_form_wrap form input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.subcribe_form_wrap form input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.subcribe_form_wrap form input.submit_btn, .gjs-cell input[type="submit"] {
    font-size: 18px;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 0 !important;
    transition: all 0.5s ease-in-out;
    border: 1px solid #4BC700 !important;
    max-width: 151px;
    margin: 0px !important;
    width: 191px;
    height: 58px;
    background: #4BC700 0% 0% no-repeat padding-box;
    border-radius: 10px;
    letter-spacing: 0.72px;
}

.subcribe_form_wrap form input.submit_btn:hover, .gjs-cell input[type="submit"]:hover {
    background-color: #000;
}

h5.foo_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4BC700;
    width: 80px;
    height: 2px;
}

.footer_top .social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_top .social_links ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer_top .social_links ul li:last-child {
    margin-right: 0;
}

.footer_top .social_links ul li a {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    background-color: transparent;
}

.footer_top .social_links ul li a:hover {
   color: #4BC700;
}

/*===== Footer Copyright Css =====*/
.footer_copyright {
    background-color: #000;
    color: #fff;
    border-top: 1px solid #4d4d4d;
    padding: 15px 15px;
}

.footer_copyright p {
    color: #fff;
    margin: 0;
    font: normal normal 500 14px/22px Futura;
}

.footer_copyright p a {
    color: #fff
}

.footer_copyright ul {
    display: flex;
    justify-content: flex-end;
}

.footer_copyright ul li {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    margin-right: 50px;
}

.footer1 {
    width: 36%;
}

.footer4 {
    width: 34%;
}

.footer5 {
    width: 30%;
}

footer#main_footer .row {
    justify-content: space-between;
}

.ctxt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

h5.foo_title {
    font: normal normal 700 22px/22px Futura;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.container-fluid.blogs_wrapper {
    padding: 80px 15px;
    background-size: cover;
    background-position: center center;
}

.heading_wrp h2 {
    color: #fff;
    text-align: center;
    font: normal normal 300 45px/65px Lato;
    position: relative;
}

.heading_wrp.after_before h2 {
    padding-bottom: 20px;
}

.after_before h2:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    background-image: url('../images/arrow.png');
    width: 32px;
    height: 28px;
}

.after_before h2:before {
    width: 100%;
    height: 0px;
    border: 1px solid #FFFFFF;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.heading_wrp {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.container-fluid.reviews_wrapper {
    padding: 90px 15px 100px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.container-fluid.reviews_wrapper:after {
    content: '';
    background: #000000;
    border: 1px solid #707070;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.container-fluid.reviews_wrapper .container {
    position: relative;
    z-index: 9
}

.header_details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header_details ul {
    width: 100%;
    float: left;
    z-index: 999;
}

.header_details ul.sub-menu {
    position: absolute;
    width: 252px;
    top: 15px;
    left: 0px;
    /* display: none; */
    z-index: 99999999;
    background-color: #fff;
    padding: 35px 0px 4px;
}

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

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: 15px 18px;
}

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

.header_details ul li a:hover , .header_details ul li.current_page_item a {
    color: #4BC700;
}
.header_details ul li.current_page_item a{
    font-weight: 700;
}
.menu_wrp {
    padding-right: 20px;
}

.header_top {
    background: #ffa133;
    padding: 12px 0px;
    position: relative;
}

.header_top:after {
    content: '';
    position: absolute;
    right: -55%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffa133;
}

.header_top ul {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}

.header_top ul:after {
    content: '';
    position: absolute;
    left: -48px;
    top: -14px;
    width: 0;
    height: 0;
    border-top: 49px solid #ffa133;
    border-left: 48px solid transparent;
}

.header_top ul li {
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    font-weight: 600;
    letter-spacing: .7px;
}

.header_top ul li a {
    color: #fff;
}

.header_top ul li a:hover {
    color: #000;
}

.header_top ul li i.fa {
    margin-right: 2px;
    font-size: 16px;
}

.header_top ul li strong {
    text-transform: uppercase;
}

b, strong {
    font-weight: 700;
}

.page-id-18 .why_us_wrapper , .single-servicesposts .why_us_wrapper {
    background-image: url(../images/w_bg2.png);
}

.page-id-18 .blog_items.services , .blog .blog_items {
    margin-bottom: 60px;
}

.page-id-18 .container-fluid.blogs_wrapper {
    padding-bottom: 60px;
}

.blog .container-fluid.blogs_wrapper {
    padding-bottom: 30px;
}

div#inner_pages {
    height: 528px;
    background-size: cover;
    background-position: center bottom;
    /* float: left; */
    width: 100%;
    background-color: #000;
    position: relative;
}
div#inner_pages:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #4BC700 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.8;
}
div#inner_pages .homebanner-wrp {
    display: flex;
    align-items: center;
    height: 100%;
    position:relative;
    z-index: 9
}

div#inner_pages .container {
    height: 100%;
}

div#inner_pages .homebaner-content {
    width: 100%;
    background: transparent;
    padding: 40px 40px;
    text-align: center;
}

div#inner_pages .homebaner-content h1 {
    padding: 0px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.breadcrumbs, .breadcrumbs a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: #000 !important;
}

.breadcrumbs i.fa {
    margin: 0px 4px;
}

.breadcrumbs span {
    display: inline-block;
}

.breadcrumbs {
    margin: 0px;
}

.container-fluid.default_wrapper {
    background-size: cover;
    background-position: center;
    padding: 60px 15px;
    text-align: center;
}

.common_content p {
    margin: 15px 0px;
}

.single-servicesposts .a_image {
    padding: 14px 14px 0px 0px;
    background-image: url(../images/border.png);
    background-size: 100% 100%;
}

.container-fluid.faqs_wrapper {
    padding: 0px 15px;
    background: #F4F3F4;
}

.container-fluid.faqs_wrapper {
    padding-right: 0;
}

.faq_img {
    padding: 0px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.faq_img img {
    width: 100%;
    object-fit: cover;
}

.faqs_wrp .heading_wrp h2 {
    color: #000;
    text-align: left;
}

.faq_cnt_inner .faq_accitem .faq_ans {
    display: none;
}

.faq_cnt_inner .faq_accitem {
    margin-bottom: 8px;
    box-shadow: 0px 0px 10px #dce2df;
}

.faq_cnt_inner .faq_accitem:last-child {
    margin: 0;
}

.faq_cnt_inner .faq_accitem .faq_ques {
    background-color: #fff;
    border: 1px solid #DCE2DF;
    padding: 18px 50px 18px 24px;
    position: relative;
    cursor: pointer;
}

.faq_cnt_inner .faq_accitem .faq_ques span.icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 27px;
    width: 27px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    outline: none;
}

.faqs_wrp .heading_wrp h2 {
    color: #000;
    text-align: left;
}

.heading_wrp h5 {
    font: normal normal normal 24px/50px Lato;
    text-transform: capitalize;
}

.faqs_wrp {
    padding: 90px 100px 90px 225px;
}

.faqs_wrp .heading_wrp {
    display: block;
}

.faq_cnt_inner .faq_accitem .faq_ques h5 {
    margin: 0;
    font: normal normal normal 24px/34px Lato;
    letter-spacing: 0px;
    color: #707070;
}

.faq_cnt_inner .faq_accitem .faq_ans {
    background-color: #F9F9F9;
    border: 2px solid #DCE2DF;
    border-top-width: 0px;
    padding: 25px 35px;
}

.faq_cnt_inner .faq_accitem .faq_ans {
    background-color: #F9F9F9;
    border: 1px solid #DCE2DF;
    border-top-width: 0px;
    padding: 20px 24px;
}

.faq_cnt_inner .faq_accitem .faq_ans p {
    font-size: 18px;
    line-height: 28px;
}

.faq_cnt_inner .faq_accitem.ctactive .faq_ques, .faq_cnt_inner .faq_accitem .faq_ques:hover {
    background-color: #4BC700;
}

.faq_cnt_inner .faq_accitem.ctactive .faq_ques h5, .faq_cnt_inner .faq_accitem .faq_ques:hover h5 {
    color: #fff;
}

.faq_cnt_inner {
    max-width: 1080px;
    width: 100%;
    margin: 0px auto;
}

.faq_accitem.ctactive .faq_ques span.icon, .faq_accitem .faq_ques:hover span.icon {
    color: #fff;
}

.container-fluid.contact_form_wrapper {
    background: #F4F3F4;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
}

.contact_form_wrapper .heading_wrp {
    margin-bottom: 50px;
    display: block;
}

.contact_form_wrapper .heading_wrp h2 {
    color: #000;
    text-align: left;
}

.contact_form_wrapper .heading_wrp p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-top: 10px;
}

.row.fields .input_div {
    margin: 0;
    max-width: 20%;
}

.input_textarea {
    padding: 0;
    margin: 20px 0px;
}

.input_textarea textarea {
    border-radius: 0px;
    padding: 15px 15px;
    width: 100%;
    background: #fff;
    outline: none !important;
    font: normal normal normal 18px/25px Lato;
    letter-spacing: 0px;
    color: #969696;
    height: 128px;
    border: 2px solid #DCE2DF;
}

.row.fields .input_div input, .row.fields .input_div select {
    border-radius: 0px;
}

.submit_div {
    text-align: center;
}

.row.fields span {
    color: #fff;
}

.input_textarea span {
}

.map iframe {
    height: 100%;
    width: 100%;
}

.container-fluid.map {
    position: relative;
    height: 756px;
}

.container-fluid.map:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 750px;
    height: 100%;
    background: rgb(255 255 255 / 60%);
}

.contact_box {
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.contact_box li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 203px;
    background: #F2F2F2;
    box-shadow: 2px 3px 21px #00000029;
    margin: 30px 0px;
    float: left;
    padding: 0px 90px;
}

.c_details {
    padding-left: 78px;
}

.c_details h6 {
    font: normal normal 700 34px/60px Lato;
    letter-spacing: 0px;
    color: #2C2C2C;
    margin-bottom: 2px;
}

.c_details p {
    font: normal normal normal 24px/25px Lato;
    letter-spacing: 0px;
    color: #2C2C2C;
}

.c_details p a {
    color: #000;
}

.c_details p a:hover {
    color: #4BC700;
}

h1.stroke strong {
    font-weight: 400;
    text-transform: uppercase;
}

.about_content_wrp .row {
    background: #F2F2F2;
    padding: 95px 0px;
}

.a_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.a_image img {
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 40%);
}

.single .inner_about_content {
    padding-bottom: 20px;
}

.page-id-25 div#inner_pages .homebaner-content h1, .page-id-25 .breadcrumbs, .page-id-25 .breadcrumbs a {
    color: #000;
}

.page-id-25 .breadcrumbs a:hover {
    color: #ffa133 !important;
}

.row.fields .input_div select {
    background-image: url(../images/select1.png);
    background-position: 96% center;
    padding-right: 33px;
}

.submit_div .submit_input_div input {
    font-size: 24px;
    width: 165px;
    height: 50px;
}

ul.how_works li:hover >img {
    box-shadow: 0px 0px 20px #fff;
}

ul.how_works li>img {
    border-radius: 100%;
    transition: .4s;
}

.single .container-fluid.about_content_wrp {
    padding-top: 60px;
}

/*===== Contact Stripe Css =====*/
.ct_contact_strip {
    background: #4BC700 0% 0% no-repeat padding-box;
    padding: 40px 15px;
}

.ct_contact_strip .row {
    align-items: center;
}

.ct_contact_strip .con_cnt.ctfull_wcnt {
    padding-right: 0;
    border: 0 none;
    text-align: center;
}

.ct_contact_strip .con_cnt p {
    font: normal normal 700 24px/34px Futura;
    line-height: 36px;
    color: #fff;
}

.ct_contact_strip .stcon_btn {
    text-align: center;
}

a.cmn_btn.btn_gbg {
    width: 232px;
    background: #000000 0% 0% no-repeat padding-box;
    border: 3px solid #000;
    font: normal normal 700 20px/normal Lato;
    line-height: 59px;
    padding: 0;
    text-transform: none;
}

a.cmn_btn.btn_gbg:hover {
    background: transparent;
    color: #000;
}

.stfcon_btn {
    display: flex;
    align-items: center;
    padding: 40px 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.stfcon_btn p {
    width: auto;
    font: normal normal normal 18px/34px Lato;
}

.stfcon_btn a.cmn_btn {
    background: #4BC700;
    font: normal normal 500 18px/16px Futura;
    width: 157px;
    line-height: 52px;
    padding: 0;
    margin: 0px 30px;
}

.mobile_img {
    display: none;
}

.about_content_wrapper .heading_wrp.after_before h2, .company_profile_wrapper .heading_wrp.after_before h2, .portfolio_wrapper .heading_wrp.after_before h2 {
    color: #000;
    display: inline-block;
}

.about_content_wrapper .heading_wrp.after_before {
    background: #F2F2F2;
    margin: 0;
    padding: 80px 0px 35px;
}

.about_content_wrapper .heading_wrp.after_before h2:before , .company_profile_wrapper .heading_wrp.after_before h2:before , .portfolio_wrapper .heading_wrp.after_before h2:before {
    border: 1px solid #000;
    width: 100%;
}

.about_content {
    display: flex;
    align-items: center;
    padding: 0px 100px 0px 225px;
}

.icon_a {
    width: 85px;
    height: 85px;
    background: #4BC700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
	padding: 15px;
}

.inner_about_content h5 {
    font: normal normal 700 24px/34px Lato;
    margin-bottom: 20px;
}

.inner_about_content p {
    font: normal normal normal 18px/24px Lato;
    margin-bottom: 20px;
}

.read_more a.cmn_btn {
    font: normal normal 700 24px/33px Lato;
    background: transparent;
    color: #000;
    padding: 12px 52px;
}

.read_more a.cmn_btn:hover {
    background: #000;
    color: #fff;
}

.read_more {
    margin-top: 15px;
    width: 100%;
}

.about_content_wrp .row:nth-child(2n) {
    background-color: #fff;
}

.about_content_wrp .row:nth-child(2n) .a_image {
    order: 1;
}

.about_content_wrp .row:nth-child(2n) .about_content {
    order: 2;
    padding: 0px 225px 0px 75px;
}

img.full {
    /* max-width: 75%; */
    width: 100%;
}

img.half {
    max-width: 22%;
    width: 100%;
}

.company_profile_wrapper {
    padding: 85px 12%;
}

.company_profile_wrapper .a_image {
    width: 47%;
    align-items: normal;
}

.company_profile_wrapper .a_image img {
    box-shadow: none;
    object-fit: cover;
}

.company_profile_wrapper .about_content {
    width: 53%;
    padding: 0px 0px 0px 6%;
}

.company_profile_wrapper .heading_wrp {
    margin-bottom: 70px;
}

.company_profile_wrapper .inner_about_content h5 {
    font-weight: 400;
}

.company_profile_wrapper .inner_about_content h5 strong {
    font-weight: 400;
    color: #4BC700;
}

.company_profile_wrapper .inner_about_content li {
    font: normal normal normal 18px/22px Lato;
    margin: 30px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    transition: .4s;
}
.company_profile_wrapper .inner_about_content li:hover{
    color: #4BC700;
}
.company_profile_wrapper .inner_about_content ul {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.company_profile_wrapper .inner_about_content li img {
    width: 38px;
    margin-right: 22px;
}
.company_profile_wrapper .inner_about_content li:before{
    display: none;
}
.company_profile_wrapper .inner_about_content p {
    margin-bottom: 0px;
}

.company_profile_wrapper .company_profile {
    position: relative;
}

img.c_left,img.c_right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -190px;
    filter: grayscale(100%);
}

img.c_right {
    left: auto;
    right: -190px;
}

.container-fluid.cta_new_wrapper {
    position: relative;
    padding: 100px 20px;
    background-size: cover;
    background-position: center center
}

.container-fluid.cta_new_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.cta_new_content {
    position: relative;
    z-index: 9;
    text-align: center;
}

.cta_new_content h1 {
    font: normal normal normal 65px/68px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.cta_new_content .read_more a.cmn_btn {
    font: normal normal bold 24px/33px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 65px;
}

.cta_new_content .read_more a.cmn_btn:hover {
    background: #4BC700;
}

.portfolio_wrapper {
    padding: 85px 20px 20px;
}

.portfolio_wrapper ul {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: 300;
    margin: 50px auto;
}

.portfolio_wrapper ul li {
    padding: 3px 20px;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s linear;
    font: normal normal normal 18px/30px Lato;
    letter-spacing: 0px;
    color: #403E39;
}

.list.active, .list:hover {
    color: #fff;
    background: #4BC700 0% 0% no-repeat padding-box;
}

.portfolio_wrapper .hex {
    overflow: hidden;
}

.portfolio_wrapper .hex img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.5s linear;
}

.portfolio_wrapper .hex:hover img {
    transform: scale(1.05);
}

.portfolio_wrapper .heading_wrp {
    margin-bottom: 70px;
    display: block;
    text-align: center;
}

.hex {
    float: left;
    margin: 0px 20px;
}

.slick-list.draggable {
    padding: 0 !important;
}

.item h2 {
    margin-bottom: 40px;
    padding: 0 20px;
    font: normal normal 300 35px/45px Lato;
}

.item .read_more a.cmn_btn {
    background: #4BC700;
    text-transform: none;
    font: normal normal bold 24px/33px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.item .read_more a.cmn_btn:hover {
    background: #000;
}

.item .read_more {
    margin: 75px 0px;
    text-align: center;
}
.hex_content h5 {
    font: normal normal normal 24px/34px Lato;
    letter-spacing: 0px;
    color: #000000;
	transition: 0.5s linear;
}
.hex:hover .hex_content h5 {
	color: #4BC700;
}
.hex_content p {
    font: normal normal 300 18px/24px Lato;
    letter-spacing: 0px;
    color: #000000;
}

.hex_content {
    margin-top: 20px;
}
.input_div {
    width: 100%;
    display: block;
    margin: 20px 0px;
}

.input_div input ,.input_div select {
    height: 89px;
    border: 2px solid #DCE2DF;
    border-radius: 4px;
    padding: 0px 15px;
    width: 100%;
    background: #fff;
    outline: none !important;
    font: normal normal normal 18px/25px Lato;
    letter-spacing: 0px;
    color: #969696;
}

.input_div select {
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-position: 94% center;
    padding-right: 33px;
}

.input_div:last-child {
    float: right;
    margin-right: 0px;
    position: relative;
}

.submit_input_div {
    width: 100%;
    height: 81px;
    cursor: pointer;
    display: inline-block;
}

.submit_input_div input {
    width: 100%;
    border: none;
    color: #fff;
    text-transform: capitalize;
    outline: none !important;
    cursor: pointer;
    border-radius: 0px;
    height: 100%;
    background: #4BC700;
    font: normal normal 500 24px/25px Lato;
}

.submit_input_div input[type="submit"]:hover {
    background-color: #000;
}
.wpcf7-spinner {
    margin: 10px auto !important;
    position: relative;
    display: block !important;
}
div#scroll_form span.wpcf7-not-valid-tip, div#scroll_form div.wpcf7-validation-errors, div#scroll_form div.wpcf7-acceptance-missing {
    color: #fff;
}

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

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

.input_div input::-ms-input-placeholder, .input_textarea textarea::-ms-input-placeholder {
    color: #000;
}
.container-fluid.faqs_wrapper.contact {
    background: #fff;
    padding: 100px 20px;
}
.contact  .heading_wrp.after_before {
    display: block;
}
.contact  .heading_wrp.after_before h2 {
    color: #000;
    text-align: left;
	display: inline-block
}
.contact  .after_before h2:before {
    border: 1px solid #000;
}

.contact .contact_details_wrp {
    padding: 50px 0px;
    padding-left: 80px;
    width: 55%;
}

.contact .faq_img {
    width: 45%;
}
.contact_content {
    padding: 80px 0px;
    width: 41%;
    margin-left: 4%;
}

.map {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 49%;
}

.map .f_content {
    height: 100%;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 5px 46px #5252524D;
    border: 20px solid #fff;
}

.get_form {
    padding: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 21px #00000029;
}
.col-sm-4.hex {
    float: left;
    padding: 0px 20px;
    margin: 0;
}
.how_it_work .heading_wrp.after_before, .how_it_work .about_content_wrp .row,
.end-to-end-services .heading_wrp.after_before , .end-to-end-services .about_content_wrp .row{
	background: #FFFFFF
}
.how_it_work h5{
	font-weight: 400;
}
.how_it_work .row .about_content {
    padding: 0px 225px 0px 75px;
}
.how_it_work .about_content_wrp .row, .end-to-end-services .about_content_wrp .row {
    padding-top: 45px;
}
/*
.how_it_work .inner_about_content ul {
    column-count: 2;
}
*/
.inner_about_content li {
    font: normal normal normal 18px/22px Lato;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin: 12px 0px;
   /* float: left; */
    width: 100%;
    position: relative;
    padding-left: 36px;
}

.inner_about_content li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #4BC700;
}
.get_form label {
    display: block;
    font: normal normal normal 24px/25px Lato;
    letter-spacing: 0px;
    color: #2C2C2C;
}
.products.works_images .gallery_image {
    width: 32%;
    margin: 20px 0px;
}

.products.works_images .gallery_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner_caption a.cmn_btn {
    font-weight: 700;
}
.end-to-end-services .inner_about_content p strong {
    text-transform: uppercase;
}

.end-to-end-services ul{
    margin-bottom: 20px;
    float : left;
}
.play_btnwrap {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.services_content_wrp .about_content_wrp:nth-child(2n) .row{
    background-color: #fff;
}
.services_content_wrp .about_content_wrp:nth-child(2n) .about_content {
     order: 2;
}
.services_content_wrp  .about_content_wrp:nth-child(2n) .about_image {
    order: 1;
}

.services_content_wrp  .about_content_wrp:nth-child(2n) img.full {
    max-width: 22%;
    width: 100%;
}

.services_content_wrp  .about_content_wrp:nth-child(2n) img.half {
    max-width: 75%;
    width: 100%;
}

/*===== Project Page Css =====*/

.ct_rpadd{
	padding-left: 0;
	padding-right: 15px;
}
.ct_lpadd{
	padding-right: 0;
	padding-left: 15px;
}
.main_container_wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}
.lp_topsec {
    padding: 100px 0 0;
}
.headstyle .heading_wrp{
	margin-bottom: 50px;
}
.destitle {
    text-align: center;
	margin-bottom: 35px;
}
.headstyle .heading_wrp h2,
.destitle h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 40px;
    position: relative;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}
.headstyle .heading_wrp h2 {
    padding-bottom: 20px;
}
.headstyle .heading_wrp h2::before {
    border-color: #000;
}
.destitle h2 span.dborder {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    width: 100%;
}
.destitle h2 span.dborder img.dline {
    display: block;
	width: 100%;
    max-width: 100%;
}
.ct_latest_progsec .lp_mainsec {
    background-color: #F2F2F2;
    padding: 65px 0;
}
.ct_latest_progsec .lp_mainsec .latestpro_item .lp_featuredimg {
    max-height: 460px;
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
}
.ct_latest_progsec .lp_mainsec .latestpro_item .lp_featuredimg a {
    display: block;
}
.ct_latest_progsec .lp_mainsec .latestpro_item .lp_featuredimg  img.fimg {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 460px;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.ct_latest_progsec .lp_mainsec .latestpro_item:hover .lp_featuredimg img.fimg {
    transform: scale(1.2);
}
.ct_latest_progsec .lp_mainsec .latestpro_item .lp_cnt {
    margin-bottom: 45px;
}
.ct_latest_progsec .lp_mainsec .latestpro_item .lp_cnt .lpcnt h5 {
    letter-spacing: 0px;
    color: #4BC700;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    margin: 0 0 5px;
}
.ct_latest_progsec .latestpro_item .lp_cnt .lpcnt h3 {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
    margin: 0 0 12px;
}
.ct_latest_progsec .latestpro_item .lp_cnt .lpcnt h3 a {
    color: #000;
}
.ct_latest_progsec .latestpro_item .lp_cnt .lpcnt h3 a:hover {
    color: #4BC700;
}
.ct_latest_progsec .latestpro_item .lp_cnt .lpcnt p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}
.pro_specification {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pro_specification .spec_item {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    margin: 0 0 45px;
    padding-right: 15px;
}
.pro_specification .spec_item h6 {
    color: #C9C9C9;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.pro_specification .spec_item p {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
}
a.cmn_btn_typeo {
    border: 3px solid #4BC700;
    display: inline-block;
    background-color: transparent;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 25px;
    text-align: center;
    white-space: normal;
}
a.cmn_btn_typeo:hover {
    background-color: #4BC700;
    color: #fff;
}
.ct_catpro_item_sec{
	padding: 100px 0 0;
}
.ct_catpro_item_sec .pro_catitem:not(:last-child) {
    margin-bottom: 100px;
}
.ct_catpro_item_sec .pro_catitem .destitle {
    margin-bottom: 50px;
}
.ct_catpro_item_sec .pro_catitem .catpro_inner {
    margin-bottom: 100px;
    background-color: #F2F2F2;
}
.ct_catpro_item_sec .pro_catitem .catitem_post:nth-child(odd) {
    padding-left: 0;
    padding-right: 25px;
}

.ct_catpro_item_sec .pro_catitem .catitem_post:nth-child(even) {
    padding-right: 0;
    padding-left: 25px;
}

.ct_catpro_item_sec .pro_catitem .catpro_inner .featimg {
    max-height: 700px;
    overflow: hidden;
}

.ct_catpro_item_sec .pro_catitem .catpro_inner .featimg a {
    display: block;
}
.ct_catpro_item_sec .pro_catitem .catpro_inner .featimg img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.ct_catpro_item_sec .pro_catitem .catpro_inner:hover .featimg img {
    transform: scale(1.2);
}

.ct_catpro_item_sec .pro_catitem .catpro_inner .fcnt {
    padding: 35px;
}
.ct_catpro_item_sec .pro_catitem .catpro_inner .fcnt h3 {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 10px;
}
.ct_catpro_item_sec .pro_catitem .catpro_inner .fcnt h3 a {
    color: #000;
}
.ct_catpro_item_sec .pro_catitem .catpro_inner:hover .fcnt h3 a {
    color: #4BC700;
}
.ct_catpro_item_sec .pro_catitem .catpro_inner .fcnt p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 40px;
}
.ct_catpro_item_sec .pro_catitem .ct_viewall_btn {
    text-align: center;
}
.view_mrsec {
	margin-bottom: 100px;
	position: relative;
    padding: 65px 0;
    background-size: cover;
    background-position: center center;
	background-image: url(../images/FeaturedImage.jpg);
	background-color: #4BC700;
}
.view_mrsec:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(75 199 0 / 70%);
	content: "";
}
.view_mrsec > .container {
    position: relative;
    z-index: 1;
}
.view_mrsec p {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 65px;
    line-height: 68px;
    text-align: center;
}
.view_mrsec p a.play_icon {
    color: #fff;
    font-size: 80px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}
.view_mrsec p span.ptxt {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    border-left: 3px solid #fff;
}
.view_mrsec p a.play_icon:hover {
    color: #000;
}

/*=== Single Project Page Css ===*/

.prov_noslider .prov_sitem {
    margin-bottom: 0;
}
.mfeaturedimg img.fimg {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    /* box-shadow: 0px 0px 40px rgba(0 0 0 / 30%); */
}
.prov_noslider .prov_sitem .mfeaturedimg {
    border: 4px solid #FFF;
}
.main_projectdes .pro_icon {
    margin-bottom: 35px;
}
.main_projectdes .pro_icon img.fimg {
    max-width: 85px;
}
.main_projectdes h4 {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 20px;
}
.main_projectdes .postcnt p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.main_projectdes .pro_specification {
    padding-top: 20px;
}
.pro_gallery_sec {
    padding: 100px 0;
}
.pro_gallery_sec .project_gallery .owl-item img {
    height: 600px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    transform: scale(0.8);
	transition: all 0.2s ease-in-out;
}
.pro_gallery_sec .project_gallery .owl-item.active.center img {
    transform: scale(1.2);
	transition: all 0.2s ease-in-out;
}
.pro_gallery_sec .bottom_slider_meta {
    max-width: calc((100% / 2) + 192px);
    margin: 0 auto;
    padding: 40px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_gallery_sec .bottom_slider_meta div#counter {
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.pro_gallery_sec .bottom_slider_meta .slidernav a.slidenav {
    font-size: 35px;
    margin: 0 10px;
    color: #c4bfbf;
}
.pro_gallery_sec .bottom_slider_meta .slidernav a.slidenav:hover {
    color: #000;
}
.about_content_wrp .row:nth-child(2n) .a_image .full {
    order: 2;
}
.about_content_wrp .row:nth-child(2n) .a_image .half {
    order: 1;
}

.ctfp_slider_wrap {
    position: relative;
}
.ctfp_slider_wrap .bnt_wrap {
    padding-right: 150px;
}
.ctfp_slider_wrap .fpslidernav {
    position: absolute;
    right: 0;
    bottom: 21px;
    z-index: 11;
}
.ctfp_slider_wrap .fpslidernav a.slidenav {
    font-size: 35px;
    margin: 0 10px;
    color: #c4bfbf;
}
.ctfp_slider_wrap .fpslidernav a.slidenav:hover {
    color: #000;
}

.hex_content .prcnt {
    display: none;
}

