.top-bar .rf_top_bar {
	position: relative;
}
.top-bar .widget_custom_html {
	width: 100%;
	margin-left: 0px !important;
}
.top-bar .rf_top_info ul li {
	padding-bottom: 0px;
}

.top-bar .rf_top_social ul li {
	float: left;
	padding-bottom: 0px;
}

.top-bar .rf_top_info ul li:nth-child(1){
    float: left;
    width:50%;
}
.top-bar .rf_top_info ul li:nth-child(2) {
	float: right;
	width: 50%;
	text-align:right;
}
.top-bar .rf_top_info ul li:nth-child(2) div{
	display:inline-block;
	padding-right:100px;
}

.top-bar .rf_top_info ul li i {
	font-size: 20px;
	padding-right: 5px;
}
.top-bar .rf_top_info ul li i,.top-bar .rf_top_info ul li span{
   float: left; 
}

.top-bar .rf_top_social{
    width:80px;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.top-bar .rf_top_social ul li{
    width:30px;
}
.top-bar .rf_top_social ul li img {
	width: 23px;
	border-radius: 4px;
}
.top-bar .rf_top_info ul,.top-bar .rf_top_social ul{
    position:relative;
}
.top-bar .rf_top_info ul:after,.top-bar .rf_top_social ul:after{
    position:absolute;
    content:"";
}

.rf_footer_social{
    margin-top:50px;
}

.rf_footer_social ul,.rf_subscribe_form {
	display: -webkit-box;  
    display: -moz-box;  
    display: -ms-flexbox;  
    display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
}
.rf_footer_social ul li{
  margin-right:10px;  
}
.rf_footer_social ul li.title{
  font-weight:700; 
  position:relative;
}
.rf_footer_social ul li.title::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 65px;
	height: 2px;
	background-color: #74b6ac;
	left: 0;
	margin-bottom: 12px;
}
.rf_footer_social ul li img{
  width:30px;  
}
.rf_subscribe_form {
    margin-top:30px;
}
.rf_subscribe_form input{
  	min-height: 50px;  
}
.rf_subscribe_form .rfs_email_field {
	width: 65%;
}
.rf_subscribe_form .rfs_submit_field {
	width: 35%;
}
.rf_subscribe_form .rfs_email_field input[type="email"] {
	background-color: transparent;
	border-color: #74b6ac !important;
	color: #fff;
}
.rf_subscribe_form .rfs_email_field input[type="email"]:focus {
	outline: none;
}
.rfs_submit_field .rfs_submit {
	font-size: 16px;
	font-weight: 700;
}

.rf_subscribe_form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
.rf_subscribe_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#fff;
   opacity:1;
}
.rf_subscribe_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#fff;
   opacity:1;
}
.rf_subscribe_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#fff;
}
.rf_subscribe_form ::-ms-input-placeholder { /* Microsoft Edge */
   color:#fff;
}

.rf_subscribe_form ::placeholder { /* Most modern browsers support this now. */
   color:#fff;
}

.footer-bar .menu li{
    position:relative;
}
.footer-bar .menu li::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 2px;
	height: 16px;
	background-color: #fff;
	right: 0;
	margin-right: -11px;
	margin-top: 4px;
}

.footer-bar .menu li:last-child::after{
    display:none;
}


.rf_subtitle{
   font-family: Roboto !important;
    font-size:16px !important;
    line-height:26px !important;
    font-weight:bold !important;
    color:#74b6ac; 
    margin-bottom:5px !important;
}

.rf_title {
	font-family: Roboto !important;
	font-size: 32px !important;
	line-height: 40px !important;
	font-weight: bold !important;
	color: #02020a;
	text-transform: uppercase;
}

.rf_service_items .wpb_column .vc_column-inner .wpb_wrapper {
	padding: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background-color: #fff;
	border-radius: 4px;
}

.rf_service_items .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper{
    border:0px solid;
    padding: 0px;
    box-shadow: none;
    background-color:transparent;
}
.rf_service_items .vc_custom_heading {
    color: #02020a;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 15px !important;
    min-height: 60px;
}
.rf_inner_page_box .rf_service_items .vc_custom_heading {
    font-size: 18px !important;
	min-height: 80px;
}
.rf_inner_page_box .rf_service_items .vc_column-inner{
	padding-bottom:15px;
	padding-top:15px;
}
.rf_inner_page_box .rf_service_items .wpb_column .vc_column-inner .wpb_wrapper {
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
	border:1px solid #f7f7f5;
}
.rf_service_items .wpb_text_column{
    margin-bottom: 20px !important;
}

.rf_service_items.rf_home_box .wpb_text_column {
	min-height: 170px;
}
.rf_link_btn .vc_btn3 {
	color: #74b6ac !important;
	border-color: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-weight: bold !important;
	font-size: 16px;
}

.rf_btn .vc_btn3 {
	background-color: #74b6ac !important;
	border-color: transparent !important;
	background-image: none !important;
	font-weight: bold !important;
	color: #fff !important;
	min-width: 140px;
	font-size: 16px !important;
}

.rf_about .bit-iconic-list, .rf_about .bit-iconic-list .bit-iconic-list-inner,.inner_lists .bit-iconic-list, .inner_lists .bit-iconic-list .bit-iconic-list-inner {
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.rf_about .bit-iconic-list:last-child,.inner_lists .bit-iconic-list:last-child {
	padding-bottom: 15px !important;
}
.rf_about .horizontal .list-item .bit-iconic-list-inner span,.inner_lists .horizontal .list-item .bit-iconic-list-inner span {
	width: 20px !important;
	height: 20px !important;
	font-size: 18px !important;
	line-height: 26px !important;
	color: #14b1bb !important;
	font-family: fontawesome;
}
.rf_about .list-item .bit-iconic-list-inner .bit-iconic-list-content h4,.inner_lists .list-item .bit-iconic-list-inner .bit-iconic-list-content h4 {
	font-size: 16px !important;
	line-height: 26px !important;
}
#rf_working_process .rf_process_lists .vc_column-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
#rf_working_process .rf_process_lists .wpb_wrapper {
	background-color: #fff;
	padding: 30px 15px 0px 15px;
	cursor: pointer;
	border-radius: 6px;
}
#rf_working_process .rf_process_lists .wpb_wrapper .wpb_wrapper{
	background-color:transparent;
	padding:0px;
	cursor:none;
}
#rf_working_process .rf_process_lists .wpb_wrapper:hover .rf_wp_title,#rf_working_process .rf_process_lists .wpb_wrapper:hover .rf_wp_num{
	color:#74b6ac !important;
	
}
#rf_working_process .rf_process_lists .rf_step{
	font-weight:700 !important;
	font-size:16px !important;
	color:#74b6ac !important;
	
}
#rf_working_process .rf_process_lists .rf_wp_title {
	font-weight: 700 !important;
	font-weight: 32px !important;
	font-size: 20px !important;
	color: #02020a !important;
	min-height: 160px;
	transition:all 0.3s ease-in;
}
#rf_working_process .rf_process_lists .rf_wp_num{
	font-weight:900 !important;
	font-weight:32px !important;
	font-size:40px !important;
	color:#d2e8e4 !important;
	margin-bottom:5px !important;
	transition:all 0.3s ease-in;
}
#rf_case_studies .rf_cs_items .wpb_column .vc_column-inner {
	padding-bottom:140px !important;
}
#rf_case_studies .vc_column-inner .wpb_wrapper {
	position: relative;
}
#rf_case_studies .rf_cs_items .cs_text_overlay {
	position: absolute;
	bottom: 0;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	height: 140px;
	margin-bottom: -70px;
}
.rf_cs_items .cs_text_overlay .wpb_wrapper {
	display: table;
	width: auto;
	height: 100%;
	padding: 20px 15px;
	text-align: center;
	color: #64768d;
	font-size: 16px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rf_cs_items .cs_text_overlay .wpb_wrapper p{
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: auto;
	text-align: center;
}

#rf_case_studies .rf_cs_items .wpb_wrapper .vc_custom_heading {
	font-size: 20px !important;
	color: #02020a !important;
	line-height: 28px !important;
	text-align: center !important;
	font-weight: bold;
	font-family: Arial;
	min-height: 60px;
	margin-bottom: 0px !important;
}
#rf_case_studies .vc_separator{
	position: absolute;
	top: 22px;
} 
#rf_testimonial .tss-wrapper .single-item-wrapper {
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
/* 	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
#rf_testimonial .tss-wrapper .tss-carousel3 .item-content-wrapper::before{
	display:none;
}
#rf_testimonial .tss-wrapper .item-content-wrapper {
	text-align: center !important;
	background: transparent !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	min-height: 405px;
	padding-bottom: 0px !important;
}
#rf_testimonial .tss-wrapper .item-content-wrapper .item-content{
	font-style: normal !important;
}
#rf_testimonial .tss-wrapper .single-item-wrapper h4.author-bio {
	margin-bottom: 0px;
}
#rf_testimonial .tss-wrapper .tss-img-circle .profile-img-wrapper img {
	width: 70px;
}

#rf_testimonial .tss-carousel-main .swiper-button-next, #rf_testimonial .tss-carousel .swiper-button-next {
	right: -35px;
}
#rf_testimonial .tss-carousel-main .swiper-arrow, #rf_testimonial .tss-carousel .swiper-arrow {
	background: #74b6ac;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -55px;
}
#rf_testimonial .tss-carousel-main .swiper-arrow > i, #rf_testimonial .tss-carousel .swiper-arrow > i {
	line-height: 40px;
}
#rf_testimonial .tss-carousel-main:not(.swiper-rtl) .swiper-button-prev, #rf_testimonial .tss-carousel .swiper-button-prev {
	left: -35px;
}
#rf_latest_news .rt-img-holder{
	height:230px;
}
#rf_latest_news .rt-img-holder a,#rf_latest_news .rt-img-holder img {
	height: 100%;
}
#rf_latest_news .rt-tpg-container .rt-grid-item:last-child {
	margin-bottom: 30px !important;
}
#rf_latest_news .rt-tpg-container .rt-holder .read-more a {
	font-weight: 600 !important;
	font-family: Arial !important;
	border: 0px solid !important;
	padding: 0px !important;
}
#rf_latest_news .rt-tpg-container .rt-holder .tpg-excerpt{
	min-height:80px;
}
#rf_latest_news .rt-tpg-container .layout1 .rt-holder, #rf_latest_news .rt-tpg-container .isotope1 .rt-holder,#rf_latest_news .rt-tpg-container .carousel1 .rt-holder {
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 6px;
	position:relative;
}
#rf_latest_news .rt-tpg-container .layout1 .rt-holder::before {
	content: '\f178';
	font-family: 'fontawesome';
	position: absolute;
	height: 30px;
	width: 30px;
	z-index: 2;
	right: 0;
	bottom: 0;
	margin-right: 25px;
	color: #74b6ac;
	transition: .5s;
}
#rf_latest_news .rt-tpg-container .layout1 .rt-holder::after {
	content: '';
	position: absolute;
	height: 132px;
	width: 140px;
	border: 2px solid #f7f7f7;
	bottom: -103px;
	z-index: 1;
	transform: rotate(-35deg);
	right: -12px;
	border-radius: 0 20px;
	transition: .5s;
}
#rf_latest_news .rt-tpg-container .layout1 .rt-holder:hover:before{
	color:#fff;
}
#rf_latest_news .rt-tpg-container .layout1 .rt-holder:hover:after{
	background-color:#74b6ac;
}
#rf_latest_news .rt-tpg-container h3.entry-title {
	margin-bottom: 10px !important;
}
#rf_latest_news .rt-tpg-container .rt-holder .post-meta-user{
	margin-bottom: 15px !important;	
}
.rf_contact_info .wpb_wrapper{
	width:70%;
	margin:0 auto;
}
.rf_contact_form .rf_form_group{
	display:flex;
	flex-wrap:wrap;
}
.rf_contact_form .rf_form_field {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 23px;
}
.rf_contact_form .rf_form_field p,.rf_booking_form p,.rfc_contact_form p,.rf_subscribe_form p,.rfbc_form p{
	margin-bottom: 0px;
}
.rf_contact_form .rf_form_field:last-child{
	margin-right:0;
}
.rf_contact_form .rf_form_textarea{
	margin-bottom: 23px;
}
.rf_contact_form input,.rf_contact_form textarea{
	border-radius:5px;
}
.rf_contact_form input{
	height:50px;
	width:100%;
}
.rf_contact_form input:focus,.rf_contact_form textarea:focus{
	outline:none;
}
.rf_contact_form input[type="submit"] {
	background-color: #fff;
	color: #74b6ac;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0px;
}
.rf_contact_info .vc_color-info.vc_message_box {
	padding: 0px 0px 0px 4em;
	color: #fff !important;
	border-color: transparent;
	background-color: transparent;
}
.rf_contact_info .vc_message_box-icon {
	font-size: 18px;
}
.rf_contact_info .vc_message_box h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	margin-bottom: 5px;
}
.rf_contact_info .vc_message_box a {
	color: #fff !important;
}
.rf_contact_info .vc_message_box-icon > * {
	left:40%;
	top: 24px;
	color: #fff !important;
}
.rf_container{
	padding-left:9% !important;
	padding-right:9% !important;
}
.main-navigation{
	padding-left:100px;
	padding-right:100px;
}
#site-navigation .navigation-branding{
	margin-left:0px;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
	color:#74b6ac !important;
	transition:all 0.3s ease-in;
}
.rf_service_items .wpb_column .vc_column-inner .wpb_wrapper:hover .vc_icon_element .vc_icon_element-inner{
	background-color:#74b6ac !important;
}
.rf_service_items .wpb_column .vc_column-inner .wpb_wrapper:hover .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
	color:#fff !important;
} 
.rf_service_items .vc_icon_element .vc_icon_element-inner {
		width: 100px !important;
	height: 100px !important;
		background-color:#f9f9f9 !important;
	transition:all 0.3s ease-in;
}
.rf_service_items .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
	width: 100px !important;
	height: 100px !important;
}
.footer-widgets a{
	color:#fff !important;
}
.footer-widgets .footer-widget-1{
	width:22% !important;
}
.footer-widgets .footer-widget-2{
	width:16% !important;
}
.footer-widgets .footer-widget-3,.footer-widgets .footer-widget-4{
	width:31% !important;
}
.wpcf7-not-valid-tip {
	font-size: 14px !important;
}
#rf_case_studies .rf_cs_items .wpb_single_image * {
	width:100%;
}
.home.page .page-hero{
	height: auto;
}
.page .page-hero,.blog .page-hero,.single.single-post .page-hero,.archive .page-hero{
	height: 600px;
	width: 100%;
}

.page .inside-page-hero,.page .page_banner,.page .page_banner_wrap,.blog .inside-page-hero,.blog .page_banner,.blog .page_banner_wrap,.single.single-post .inside-page-hero,.single.single-post .page_banner,.single.single-post .page_banner_wrap,.archive .inside-page-hero,.archive .page_banner,.archive .page_banner_wrap{
	height: 100%;
}
.page .page_banner,.blog .page_banner,.single.single-post .page_banner,.archive .page_banner{
	width:100%;
	display: table;
}
.page .page_banner_wrap,.blog .page_banner_wrap,.single.single-post .page_banner_wrap,.archive .page_banner_wrap {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
	text-align: left;
	padding-left: 7%;
	padding-right: 7%;
}
.page .page_banner_wrap .page_title, .blog .page_banner_wrap .page_title,.single.single-post .page_banner_wrap .page_title,.archive .page_banner_wrap .page_title{
	font-size: 32px;
	font-weight: 900;
	font-family: Roboto;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.single.single-post .site-content,.archive .site-content{
	padding-top:70px;
	padding-bottom:70px;
}
.archive .site-content article{
	border:1px solid #f7f7f5;
	padding:30px;
	
}
.archive .site-content article .post-image {
	height: 200px;
	overflow: hidden;
	width: 300px;
	object-fit: cover;
	object-position: center;
}
.archive .site-content article .post-image img{
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.archive .site-content article .inside-article{
	padding:0px;
}
.archive .site-content article .entry-title {
	margin-bottom: 0;
	font-size: 24px;
	text-transform: uppercase;
}
.archive .site-content article .read-more {
	display: inline-block;
	background-color: #74b6ac;
	color: #fff !important;
	padding: 8px 15px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 15px;
}
#rfc_contact_info .vc_custom_heading{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	font-family: Roboto;
}
.rfc_social ul{
	text-align:center;
	margin-left:0px;
}
.rfc_social ul li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}
.rfc_social ul li img {
	width: 50px;
	border-radius: 50%;
}

.rfc_contact_form .rf_form_email {
	margin-bottom: 23px;
}
.rfc_contact_form .rf_form_email,.rfc_contact_form .rf_form_email input,.rfc_contact_form .rf_form_select select,.rfc_contact_form .rf_form_select .wpcf7-form-control-wrap,.rfc_contact_form .rf_form_select{
	width: 100%;
}
.rfc_contact_form .rf_form_select .wpcf7-form-control-wrap {
	margin-bottom: 10px;
	display: inline-block;
}
.rfc_contact_form .rf_form_select label {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
	color: #333;
}
.rfc_contact_form .rf_form_select {
	margin-bottom: 13px;
}
.rfc_contact_form input, .rfc_contact_form textarea {
	border-radius: 0px;
	background-color: #d7d7d7;
	border: 1px solid #a1a1a1;
	color: #02020a;
	font-style: italic;
}
.rfc_contact_form input[type="submit"] {
	background-color: #74b6ac;
	color: #fff;
	width: 100%;
	border: 0px solid #a1a1a1;
	font-style: normal;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-align-center .vp-portfolio__item-meta {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	text-align: left;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-title {
	min-height: 120px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 700;
}
.vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 1px;
}
.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active{
	position:relative;
}
.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active a{
	color:#02020a !important;
}
.vp-filter__style-minimal .vp-filter__item a {
	color:#02020a !important;
}
.vp-portfolio__layout-elements {
	margin-bottom: 40px;
}
.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #74b6ac;
	border-radius: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#rfa_quote_section blockquote {
	border-left: 0px solid #74b6ac;
	padding: 100px 20px 20px 70px;
	font-size: 32px;
	font-style: normal;
	line-height: 42px;
}
#rfa_quote_section blockquote::before {
	width: 1px;
	height: 170px;
	background-color: #74b6ac;
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
}
#rfa_quote_section .psa_blockquote blockquote::before {
	height: 250px;
}

#rfa_company_profile .rf_subtitle{
	font-size: 13px !important;
	text-align: left;
	letter-spacing: 2px;
}

#rf_insights_box .wpb_column .wpb_wrapper{
	background-color:#fff;
	margin-bottom:30px;
}

#rf_insights_box .wpb_column .wpb_wrapper .vc_custom_heading,#rf_insights_box .wpb_column .wpb_wrapper .wpb_text_column,#rf_insights_box .wpb_column .wpb_wrapper .vc_btn3-container {
	padding-left:15px;
	padding-right:15px;
}
#rf_insights_box .wpb_column .wpb_wrapper .wpb_text_column {
	min-height: 150px;
	margin-bottom: 20px;
}
.rf_sm_items .vc_custom_heading{
	min-height:60px;
}
#rf_marketing_items .wpb_text_column{
	min-height:100px;
}
#rf_strategic_section,#rf_strategic_section p {
	color:#fff;
}
.rf_booking_form {
	max-width: 500px;
	margin: 0 auto;
}
.rf_booking_form label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
	color:#02020a;
}
.rf_booking_form input {
	min-height: 50px;
	width:100%;
}
.rf_booking_form .rf_booking_group{
	margin-bottom:15px;
}
.rf_booking_form .rf_booking_submit {
	display: inline-block;
	width: auto;
}
#rfi_featured_setion .wpb_text_column{
	min-height:290px;
}

.rfbc_form input{
	width:100%;
}
.rfbc_form .rfbc_form_field{
	margin-bottom:15px;	
}
.rfbc_form .rfbc_form_field label{
	font-size: 16px;
	font-weight: 500;
	color: #02020a;	
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	color: #02020a;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
#rf_notice_section .rf_notice_bg .wpb_column {
	background-color: #64768d;
	color: #fff;
	padding: 30px 15px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 18px;
}
#rf_notice_section .rf_notice_bg .wpb_column .wpb_text_column {
	margin-bottom: 0px !important;
}
#rf_notice_section .rf_notice_bg .vc_icon_element {
	position: absolute;
	top: 0px;
	right: 0;
	margin-top: -60px;
}
#rf_notice_section .rf_notice_bg .wpb_wrapper{
	position:relative;
}
#rf_notice_section,#rf_notice_section .vc_row {
	overflow:visible;
}
#rf_notice_section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	color: #fff !important;
	font-size: 40px !important;
}
.rf_lists ul{
	margin-left:0px;
	position:relative;
}
.rf_lists ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}
.rf_lists ul li::before {
	position: absolute;
	content: "\f058";
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	margin: auto;
	font-family: fontawesome;
	font-size: 20px;
	line-height: 28px;
}
#rfc_map .wpb_wrapper{
	position:relative;
}
#rfc_map .wpb_wrapper .wpb_raw_html {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 30px;
	margin-bottom: 50px;
	background-color: #fff;
	width: 200px;
}
#rfc_map .wpb_raw_html .location,#rfc_map .wpb_raw_html .phone {
	margin: 10px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font-size: 13px;
	font-family: Roboto;
}
#rfc_map .wpb_raw_html strong {
	display: block;
	padding-bottom: 15px;
}
.footer-widgets .widget_nav_menu a {
	text-transform:uppercase;
}
.wpb_single_image,.vc_figure,.vc_single_image-wrapper,.vc_single_image-img{
	width:100%;
}
#rf_working_tools .vc_single_image-img{
	width:120px;
	height:120px;
}
#rf_sales_marketing .vc_single_image-img{
	width:70px;
	height:70px;
}






/*
* video banner
*/
.page-hero.rff_video_slider {
	height: 100vh !important;
}
.video_banner{
	position:relative;
	width: 100%;
	height:100%;
}
.rff_video_slider .inside-page-hero{
    width: 100%;
    height:100%;
}
.video_banner video {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}

.video_banner .video_overlay {
	position: absolute;
	left: 80px;
	right: auto;
	top: 80px;
	margin: auto;
	width: 500px;
	background-color: rgba(225,225,225,0.9);
	padding: 30px;
	border: 1px solid rgba(225,225,225,0.9);
}

.video_banner .video_overlay .video_overlay_wrap .rf_btn a{
    padding: 14px 20px;
    min-width: auto;
    display: inline-block;
}

.video_banner .video_overlay .video_overlay_wrap .rf_btn{
    text-align:center;
}

.video_banner .video_overlay .video_overlay_wrap h2 {
	color: #02020a;
	font-family: Roboto;
	font-weight: 700;
	text-align:center;
}

.rfa_register_btn{
    text-align:right;
}
.rfa_register_btn .reg_btn_wrap{
    width: 300px;
    display: inline-block;
}
.rfa_register_btn h4 {
	color: red;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform:uppercase;
}
.rfa_register_btn img{
    
}



























@media only screen and (max-width: 1280px) {
    .page-hero.rff_video_slider {
    	min-height: 700px !important;
    }
	.inside-top-bar {
		padding: 14px 15px 10px 15px;
	}
  	.top-bar .rf_top_info ul li:nth-child(1) {
		width: 45%;
	}
	.top-bar .rf_top_info ul li:nth-child(2) {
		width: 35%;
		padding-left: 50px;
	}
	.main-navigation {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.top-bar .rf_top_info ul li:nth-child(1) {
		width: 50%;
	}
	.top-bar .rf_top_info ul li:nth-child(2) {
		width: 40%;
		padding-left: 0px;
	}
	.top-bar .rf_top_social {
		margin-top: 1px;
		margin-right: 0;
	}
	.inside-top-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-navigation {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.site-footer .footer-widgets {
		padding: 100px 30px 40px 30px !important;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widgets .footer-widget-1,.footer-widgets .footer-widget-2,.footer-widgets .footer-widget-3,.footer-widgets .footer-widget-4 {
	width: 50% !important;
	}
	.rf_subscribe_form .rfs_email_field {
		width: 55%;
	}
	.rf_subscribe_form .rfs_submit_field {
		width: 30%;
	}
	.rf_subscribe_form input {
		padding: 10px 10px;
	}
	.site-info .footer-bar,.site-info .copyright-bar{
		float:none;
		text-align:center;
	}
	#rf_working_process .rf_process_lists .rf_wp_title {
		font-size: 18px !important;
		min-height: 170px;
		line-height: 28px !important;
	}
	#rf_testimonial .tss-wrapper .item-content-wrapper {
		min-height: 310px;
	}
	.rf_inner_page_box .rf_service_items .vc_custom_heading {
		font-size: 16px !important;
	}
	.rf_link_btn .vc_btn3 {
		font-size: 12px;
	}
	.rf_title {
		font-size: 28px !important;
	}
	
}
@media only screen and (max-width: 992px) {
.rf_container {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

.video_banner .video_overlay {
	left: auto;
	right: 50px;
	top: auto;
	margin: auto;
	bottom: 50px;
	width: 350px;
}


}
@media screen and (max-width: 900px) and (min-width: 600px) {

#rf_working_process .rf_process_lists  .wpb_column.vc_column_container{
		width:33.3333% !important;
	}
#rf_working_process .rf_process_lists .rf_wp_title {
	min-height: 160px;
}

}
@media only screen and (max-width: 768px) {
	.top-bar .rf_top_info ul li:nth-child(1) {
		width: 60%;
	}
	.top-bar .rf_top_info ul li:nth-child(2) {
		width: 40%;
	}
	.top-bar .rf_top_social {
		margin-top: 0;
	}
	.inside-top-bar {
		padding: 14px 15px 10px 15px;
	}
	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
		padding-left: 0px;
		padding-right: 0px;
		line-height: 38px;
	}
	.rf_service_items .wpb_text_column {
		min-height: auto;
	}
	#rf_case_studies .rf_cs_items .wpb_column .vc_column-inner {
		padding-bottom: 140px !important;
	}
	#rf_case_studies .rf_cs_items .cs_text_overlay {
		height: 80px;
		margin-bottom: 22px;
	}
	.rf_cs_items .cs_text_overlay .wpb_wrapper p {
		font-size:15px;
	}
	#rf_testimonial .tss-carousel-main:not(.swiper-rtl) .swiper-button-prev, #rf_testimonial .tss-carousel .swiper-button-prev {
		left: -24px;
	}
	#rf_testimonial .tss-carousel-main .swiper-button-next, #rf_testimonial .tss-carousel .swiper-button-next {
		right: -24px;
	}
	.footer-widgets {
		padding: 100px 30px 40px 30px;
	}
	.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
		display:flex;
		flex-wrap:wrap;
	}
	.rf_subscribe_form .rfs_email_field {
		width: 60%;
	}
	.rf_subscribe_form .rfs_submit_field {
		width: 30%;
	}
	.footer-widgets .footer-widget-2,.footer-widgets .footer-widget-4 {
		padding-left: 30px;
	}
	.rf_contact_info .wpb_wrapper {
		width: 100%;
		margin-top: 50px;
	}
	.rf_contact_info .vc_column-inner{
			padding-left:0px !important;
		}
	.footer-widgets .footer-widget-1, .footer-widgets .footer-widget-2, .footer-widgets .footer-widget-3, .footer-widgets .footer-widget-4 {
		width: 50% !important;
	}
	#rfa_gallery .rfa_small_img .vc_custom_heading a::after {
		margin-right: -10px;
	}
	#rf_organisation .rf_about .vc_column-inner{
		padding-left:30px !important;
		padding-right:30px !important;
	}
	#rf_management_section .rf_management_content .vc_column-inner{
		padding-left:30px !important;
	}
	.home.page .page-hero {
    	height: 700px;
    }
}
@media only screen and (max-width: 767px) {
	.top-bar .rf_top_social {
		margin-top: 10px;
		display: none;
	}
	.top-bar .rf_top_info ul li:nth-child(1), .top-bar .rf_top_info ul li:nth-child(2) {
		width: 100%;
		text-align: left;
	}
	#rf_testimonial .tss-wrapper .item-content-wrapper {
		min-height: auto;
	}
	.rf_title {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	.rf_service_items .wpb_column .vc_column-inner .wpb_wrapper .vc_icon_element,.rf_service_items .wpb_column .vc_column-inner .wpb_wrapper  .vc_custom_heading,.rf_service_items .wpb_text_column,.rf_service_items .rf_link_btn  {
		text-align:center !important;
	}
	.rf_service_items .rf_link_btn  {
		display:block;
	}
	.rf_service_items .wpb_text_column {
		min-height: auto;
	}
	#rf_case_studies .rf_cs_items .cs_text_overlay {
		height: 100px;
		margin-bottom: -30px;
	}
	#rf_case_studies .rf_cs_items .wpb_column .vc_column-inner {
		padding-bottom: 110px !important;
	}
	#rf_latest_news .rt-tpg-container .rt-holder .tpg-excerpt {
		min-height: auto;
	}
	.rf_contact_info .wpb_wrapper {
		width: 100%;
		margin-top: 50px;
	}
	.rf_contact_info .vc_column-inner{
		padding-left:0px !important;
	}
	.rfs_submit_field .rfs_submit {
		font-size: 14px;
		font-weight: 700;
		padding: 10px;
	}
	#rf_sales_marketing .rf_sm_items{
		display:flex;
	}
	#rf_management_section .rf_management_content .vc_column-inner{
		padding-left:15px !important;
	}
	#rfa_gallery .rfa_small_img img {
		height: auto !important;
	}
	#rfa_gallery .rfa_small_img .wpb_column {
		padding: 0px !important;
	}
	#rf_latest_news .rt-img-holder {
		height: auto;
	}
	#rfa_gallery .rfa_small_img .wpb_column {
		padding: 0px 0px 0px 0px !important;
	}
	#rfa_gallery .rfa_small_img .vc_row {
		padding-bottom: 0px !important;
	}
	#rfa_quote_section blockquote {
		font-size: 24px;
		line-height: 32px;
	}
	#rfi_featured_setion .wpb_text_column {
		min-height: auto;
	}
	#rf_insights_box .wpb_column .wpb_wrapper .wpb_text_column {
		min-height: auto;
	}
	.rf_inner_page_box .rf_service_items .vc_custom_heading {
		min-height: auto;
	}
	/*.video_banner .video_overlay {*/
 /*   	left: 0;*/
 /*   	right: 0;*/
 /*   	top: 350px;*/
 /*   	margin: auto;*/
 /*   }*/
}
@media only screen and (max-width: 575px) {
	#rf_working_process .rf_process_lists .rf_wp_title {
		min-height: auto;
	}
	.rf_contact_form .rf_form_group {
		display: block;
	}
	.rf_contact_form .rf_form_field {
		width: 100%;
		margin-right: 0;
	}
	.rf_contact_form input {
		width: 100%;
	}
	.footer-bar .menu li::after {
		margin-top: 10px;
	}
	.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
		display: block;
	}
	.footer-widgets .footer-widget-1, .footer-widgets .footer-widget-2, .footer-widgets .footer-widget-3, .footer-widgets .footer-widget-4 {
		width: 100% !important;
	}
	.footer-widgets .footer-widget-2, .footer-widgets .footer-widget-4 {
		padding-left: 0px;
	}
	.rf_subscribe_form .rfs_email_field {
		width: 60%;
	}
	.rf_subscribe_form .rfs_submit_field {
		width: 40%;
	}
	.rfs_submit_field .rfs_submit {
		width: 100%;
	}
	.top-bar .rf_top_info ul li {
		display: flex;
		text-align: left;
	}
	#rf_overlay_section .vc_custom_heading{
		font-size: 24px !important;
		line-height: 40px !important;
	}
	.rf_title {
		font-size: 22px !important;
	}
	.rf_about .vc_column-inner{
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	#rf_sales_marketing .rf_sm_items{
		display:block;
	}
	
	.video_banner .video_overlay {
    	width: 300px;
    	padding: 20px;
    }
    .video_banner .video_overlay .video_overlay_wrap h2 {
    	font-size: 20px;
    }
}

@media only screen and (max-width: 350px) {
    .video_banner .video_overlay {
    	width: 250px;
    }
}



