/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&family=Poppins&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*font-family: 'Roboto', sans-serif;*/

body{
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
}

body.home header.fl-page-header {
	display: none !important;
}

a,a:focus,a:hover,.btn {
    text-decoration:none !important;
}

.btn.btn-primary, .fl-builder-pagination-load-more a.fl-button {
	background: #fff;
	color:#000!important;
	padding: 12px 30px;
	border-radius: 4px;
	font-size: 18px;
	display: inline-block;
	box-shadow: 0px 20px 70px 0px rgb(38 42 76 / 15%);
	text-transform: uppercase;
}

.btn.btn-primary:hover, .fl-builder-pagination-load-more a.fl-button:hover {
	background: #fff;
	color:#bd3436!important;
}
.fl-builder-pagination-load-more a.fl-button, .fl-builder-pagination-load-more a.fl-button:hover{
	border:none;
}
/*left menu*/

.rm-header-block .fl-col-small .fl-col-content.fl-node-content {
	position: fixed;
	width: 20%;
	height: 100%;
	background: #000;	
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3)inset;
	z-index: 9;
}

.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu a {
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 20px 40px;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.1);
	font-size: 16px;
}

.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu a:hover,
.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li:hover a{
background-color:#bd3436;
}

.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li:first-child a {
	box-shadow: none;
}

.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li:last-child a {
	border: none;
}

.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li span::before {
    width: 16px;
    height: 16px;
    right: 100%;
    top: 10px;
    color:#bd3436;
}

.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu .sub-menu {
	z-index: 9999999999;
/* 	left: 395px; */
/* 	min-width: 400px; */
	border-radius: 4px;
	background: #bd3436;
	box-shadow: 0 0 30px 0 rgba(11,45,102,0.5);
}

/* .rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu .sub-menu::after {
	position: absolute;
	left: -23px;
	top: 15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #E74C3C;
	content: "";
} */
.rm-header-block ul#menu-main-menu.fl-menu-vertical ul.sub-menu li:hover a {
    color: #0c2e66;
    background-color: #fefefe;
    font-weight: 500;
}
.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu .sub-menu li::after {
    position: absolute;
    left: 0px;
    top: 15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #bd3436;
    content: "";
    transform: rotate(180deg);
}
/*end left menu*/

/*slider*/
.rm-slider-block {
	position: relative;
}

.rm-slider-block .fl-slide-foreground {
	max-width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.rm-slider-block .fl-slide-foreground .rm-slider-info h1 {
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 10px;
}

.rm-slider-block .fl-slide-foreground .rm-slider-info p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}

.rm-slider-block .fl-slide-foreground .rm-slider-info .btn {
    margin-top: 20px;
    
}

.rm-slider-block .bx-controls.bx-has-pager .bx-pager {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	width: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 22px;
	height: 22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: transparent;
	border: 3px solid #fff;
}

/* designer code */
.rms-banner-row {
    margin-bottom: 80px;
	position:relative;
}
.rms-banner-row::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(37,39,42,0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}
.rms-footer-wrapper {
    margin-top: 0;
}
/* all heading title */
h3.fl-heading .fl-heading-text {
    color: #000;
}
h3.fl-heading .fl-heading-text:before {
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #bd3436;
    display: block;
    content: "";
    bottom: -10px;
}
h3.fl-heading {
    position: relative;
}
.img-circle img {
    border-radius: 50%;
	  border: 1px solid #e2e9ef;
}
/* capability */
.rms-capability {
	position: relative;
	overflow: hidden;
/* 	margin-bottom: 50px */
}

.rms-capability:hover .rms-capability__img::before {
	background-color: rgba(13, 115, 252, .6)
}

.rms-capability:hover .rms-capability__img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.rms-capability:hover .rms-capability__inner {
	background-color: #25272a;
	background: #25272a;
}

.rms-capability:hover .rms-capability__title i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.rms-capability__img {
	position: relative;
	overflow: hidden
}

.rms-capability__img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(13, 115, 252, .3);
	z-index: 1;
	-webkit-transition: background-color .6s;
	-o-transition: background-color .6s;
	transition: background-color .6s
}

.rms-capability__img img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s
}

.rms-capability__category {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.050em;
	position: absolute;
	top: 25px;
	left: 30px;
	width: 100%;
	z-index: 1
}

.rms-capability__description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2
}

.rms-capability__number {
	color: #fff;
/* 	font-size: 80px; */
	font-size:50px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: -.050em;
	margin-bottom: 10px;
	padding: 0 25px;
	opacity: .3
}

.rms-capability__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0;
	margin-bottom: 0
}

.rms-capability__title {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .6s;
	-o-transition: color .6s;
	transition: color .6s;
	margin-right: 15px;
	font-size:16px;
}

.rms-capability__title:hover {
	color: #fff;
}

.rms-capability__title i {
	color: #fff;
	font-size: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s
}

.rms-capability__inner {
	padding: 0 30px;
	background: #bd3436;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	height:100px;	
}
.rms-capability:hover .rms-capability__inner {
/*     height: 262px; */
	height:350px
}
.rms-capability p {
	color: #ababab
}

.rms-capability__hidden {
    padding-bottom: 30px; 
}

.rms-capability__link {
	-webkit-transition: color .6s;
	-o-transition: color .6s;
	transition: color .6s
}

.rms-capability__link:hover {
	color: #fff
}

.rms-capability__link:hover::after {
	background-color: #fff
}
.rms-capability:hover .rms-capability__hidden {
    display: block !important;
		height: 160px;
}
.with--line {
	display: inline-block;
	color: #0d73fc;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: color .3s cubic-bezier(.645, .045, .355, 1);
	transition: color .3s cubic-bezier(.645, .045, .355, 1)
}

.with--line:hover {
	color: #333
}

.with--line::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
}
.rms-capability__link:hover {
    color: #fff;
}
.rms-capability ul li {
    list-style: none;
	  text-indent: -9px;
	color:#fff;
}
.rms-capability ul {
	padding-left: 20px;	
}
.rms-banner-row .rms-banner-heading h2 {
    color: #fff;
    font-size: 51px;
    font-weight: 600;
    padding: 70px 0 !important;
    text-align: center;
	z-index: 9;
    position: relative;
	text-transform: uppercase;
}
.rms-banner-row span.fl-heading-text:before {
    width: 75px;
    background-color: #b7b7b7;
    left: 0;
}

.rms-banner-row span.fl-heading-text:after {
    width: 50px;
    background-color: #bd3436;
    left: 70;
	transform: translate(-75%, -50%) !important;
}

.rms-banner-row span.fl-heading-text:before, .rms-banner-row span.fl-heading-text:after {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home .rms-footer-wrapper{margin-top:0px;}
/*Header */
.rms-header-navigation ul#menu-main-menu {
    display: inline-flex;
}
.rms-header-other-page .rms-header-logo img {
/*     filter: invert(1) brightness(1); */
}
/* .rms-header-navigation ul#menu-main-menu li {
    margin-right: 15px;
} */
/* .rms-header-navigation ul#menu-main-menu li ul.sub-menu{display:none;}
.rms-header-navigation ul#menu-main-menu li a {
    font-size: 16px;
    color: #000;
		font-weight:500;
} */
.rms-mainmenu-otherp ul#menu-main-menu li a {
    color: #000;
	font-size:15px;
}
.rms-mainmenu-otherp ul#menu-main-menu {
    margin-top: 2%;
    float: right;
    padding-right: 8%;
}
.rms-mainmenu-otherp ul#menu-main-menu li {
    margin-right: 5px;
}
.rms-mainmenu-otherp ul#menu-main-menu li:hover a {
    color: rgba(0,0,0,0.9);
}
.rms-mainmenu-otherp ul#menu-main-menu li.current-menu-item a {
    color: #bd3436;
	font-weight:bold;
}
.rms-mainmenu-otherp ul#menu-main-menu li.current-menu-item .fl-menu-toggle:before {
    border-color: #000;
}
.rms-header-other-page .fl-row-content-wrap {
    padding: 0;
}
.rms-header-navigation {
    padding: 35px 25px 10px 25px;
    float: right;
}
.rms-mainmenu-otherp ul#menu-main-menu li.current-menu-item ul li a, .rms-mainmenu-otherp ul#menu-main-menu li ul li a {
    color: #bd3436;
}
header.fl-page-header.fl-page-header-fixed{
	display:none !important;
}
@media (max-width:768px){
	.rms-mainmenu-otherp ul#menu-main-menu{
		margin-top: inherit;
    	float: none;
		padding-right:0px;
	}
	.rms-mainmenu-otherp ul#menu-main-menu li{
		text-align:center;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu a, .rms-mainmenu-otherp ul#menu-main-menu li a{font-size:14px;}
	.rms-mainmenu-otherp button.fl-menu-mobile-toggle.hamburger{
		color:#000;
	}
	.rms-header-other-page .fl-col.fl-col-small {
		max-width: 100%;
		float: left;
	}
	.rms-mainmenu-otherp .fl-module-content.fl-node-content {
		margin-top: 0px;
		margin-bottom: 0;
	}
}
@media (min-width:769px) and (max-width:1440px){
	.rms-mainmenu-otherp ul#menu-main-menu li {
		margin-right: 0px;
	}
	.rms-mainmenu-otherp ul#menu-main-menu{
		padding-right:0px;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu .sub-menu li::after {
    	top: 4px;
	}
}
/* about us page */
.rms-about-area h3{
	color:#000;
}
.rms-bg-gradient{
    background: #E74C3C;
}
.rms-about-title h1 {
    color: #fff;
    padding: 90px 50px;
    font-weight: 700;
}
@media(max-width:767px){
	.rms-about-title h1{
		padding:10px 30px;
	}
}
@media (min-width:769px) and (max-width:1024px){
	.rms-about-title h1{
		padding:95px 30px;
	}
}
/* footer */
section#rms-footer, .rms-footer-bottom {
    padding: 0px 60px;
}
section#rms-footer{
	  background-color: #000;
}
.rms-footer-bottom{
	background-color:#111;	
}

#rms-footer .fl-rich-text p, .rms-footer-bottom .fl-rich-text p{
	color: #fff;
}
#rms-footer .fl-module-heading .fl-module-content{
	margin-bottom:0px;
}
#rms-footer .fl-module-heading h3 {
    color: #fff;
    font-weight: 400;
	  margin-bottom:20px !important;
}
ul.rms-timing {
    padding-left: 0px;
    list-style: none;
    color: #fff;
	  margin-top:-10px;
}
ul.rms-timing li {
    line-height: 36px;
}
ul.rms-timing li span {
    margin-right: 35%;
    float: right;
}
#rms-footer i, #rms-footer svg.svg-inline--fa {
    font-size: 30px;
    margin-right: 20px;
	  color: #fff; 
}
#rms-footer i:hover, .rms-footer-bottom .fl-rich-text p:hover a , #rms-footer svg.svg-inline--fa:hover{
    color: #E74C3C;
}
/* i.fa.fa-facebook-square {
    color: #475993;
}
i.fa.fa-twitter {
    color: #76a9ea;
}
i.fa.fa-linkedin-square {
    color: #0077b7;
} */
footer.fl-page-footer-wrap {
    display: none;
}
.rms-footer-bottom .fl-rich-text p {
    margin-top: 10px;
	  padding:0 30px;
}
.rms-footer-bottom .fl-rich-text p a{
	color:#fff;
}
@media(max-width:768px){
	h3{
		font-size:18px;
	}
	section#rms-footer, .rms-footer-bottom {
    padding: 0px 40px;
    text-align: center;
 }
	ul.rms-timing li span{
		 margin-right: 10%;
	}
	#rms-footer .fl-separator{
		margin:0 auto;
	}
	.rms-footer-bottom .fl-rich-text{
		text-align:center;
	}
	#rms-footer h3.fl-heading .fl-heading-text:before{
		left: calc(50% - 30px);
    	width: 60px;
		bottom: -15px;
	}
}
@media(min-width:769px) and (max-width:1024px){
	h3{ font-size:20px;}
	ul.rms-timing li span {
		margin-right: 0%;
	}
}
@media(min-width:1025px) and (max-width:1440px){
	ul.rms-timing li span {
		margin-right: 10%;
	}
}
.home .fl-content-full .fl-builder-content {
    background: #e9e9e9;
}
.rms-view-all-link {
    position: absolute;
    top: 30px;
    right: 60px;
}

/* slider home */
.rms-image-slider .bx-wrapper img {
    box-shadow: 10px 7px 10px #c1c1c1;
}
.rms-image-slider {
    margin-left: 30px;
}
.bx-wrapper .bx-controls-direction a{
	width:50px;
	height:50px;
	top:45%;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
	background: #fff;
    baox-shadow:0 3px 6px rgba(0,0,0,0.16);
	  border-radius:50%;
	  color: #000;
}
.bx-wrapper .bx-prev:before,.bx-wrapper .bx-next:before {
	  content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}
.bx-wrapper .bx-prev{
	left:-7%;
}
.bx-wrapper .bx-next{
	right:-4%;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: 0;
}
.bx-wrapper .bx-prev:before {
    webkit-transform: translateY( -8px ) rotate( -224deg );
    -ms-transform: translateY( -8px ) rotate( -224deg );
    transform: translateY( -8px ) rotate( -224deg );
	right: 30%;
    top: 51%;
}
.bx-wrapper .bx-next:before {
	webkit-transform: translateY( -8px ) rotate( -45deg );
    -ms-transform: translateY( -8px ) rotate( -45deg );
    transform: translateY( -8px ) rotate( -45deg );
	right:41%;
	top: 50%;
}
body.home section#rms-footer, body.home .rms-footer-bottom {
	width:80%;
	float:right;
	padding: 0px 0px;
}
body.home .rms-footer-bottom {
    padding: 0 20px !important;
}
.rms-image-slider .bx-wrapper img {
    box-shadow: 10px 7px 10px #c1c1c1;
}
.rms-post-wrapper .fl-post-grid-text {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
    margin: 0px 20px;
    margin-bottom: 50px;
}
.rms-post-wrapper .fl-post-grid-meta {
    position: absolute;
    bottom: 5px;
}
.rms-post-wrapper .fl-post-grid-post {
   height: auto !important;
	    position: relative;
	box-shadow:0px 20px 70px 0px rgb(38 42 76 / 15%);
}
@media (max-width:768px){
	.rms-image-slider {
    margin-left: 10px;
  }
	.bx-wrapper .bx-controls-direction a   {
    width: 35px;
    height: 35px;
 }
	.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before{
		width: 10px;
    height: 10px;
	}
	.bx-wrapper .bx-prev:before{
		transform: translateY( -5px ) rotate( -224deg );
    top: 50%;
	}
	.bx-wrapper .bx-next:before{
		transform: translateY( -5px ) rotate( -45deg );
	}
	.bx-wrapper .bx-prev {
    left: 0;
	}
	.bx-wrapper .bx-next{
		right:0%;
	}
		.fl-image-carousel .fl-content-main .fl-content-carousel .fl-carousel-item {
			padding: 0 !important;
	}
}	
@media(max-width:1920px){
	.rms-home-slider, .rms-home-news-title, .rms-post-wrapper {
    	margin-left:20%;
 	}
	.rms-news.rms-post-wrapper {
		margin-left: auto;
	}
}
@media(max-width:768px){
	.rms-home-slider, .rms-home-news-title, .rms-post-wrapper, body.home section#rms-footer, body.home .rms-footer-bottom {
    width: 100%;
    float: none;
		margin-left:0%;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content {
    position: inherit;
    width: 100%;
  }
	.rm-slider-block .fl-slide-content {
    padding: 0px !important;
    background-color: transparent !important;
 }
  .rm-header-block .fl-col.fl-col-small   {
    max-width: 100%;
 }
	button.fl-menu-mobile-toggle.hamburger {
    color: #fff;
    text-align: center;
		position: absolute;
    right: 20px;
    top: 40px;
 }
	.fl-menu.fl-menu-responsive-toggle-mobile{text-align:center;}
	
	.rm-header-block .fl-photo-align-center{
		text-align:left!important;
	}
	.rm-slider-block .fl-slide-foreground .rm-slider-info p:last-child {
    display: block;
  }
  .rm-slider-block .fl-slide-foreground .rm-slider-info p{
	    display: none;
 }
	.rm-slider-block .fl-slide-foreground {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 55%;
  }
}
@media(max-width:320px){
	.rm-slider-block .fl-slide-foreground {
    bottom: 0%;
    left: 8%;
 }
	button.fl-menu-mobile-toggle.hamburger{
		right:10px;
	}
}
@media(max-width:480px){
	.rm-slider-block .fl-slide-foreground {
    top: 40%;
 }
}
@media (min-width:769px) and (max-width:1024px){
	.rms-image-slider{
		margin-left:5px;
	}
	#rms-footer .fl-rich-text p, .rms-footer-bottom .fl-rich-text p, ul.rms-timing{
		font-size:14px;
	}
}

/* .rm-header-block .fl-module-menu {
    height: calc(100% - 165px);
    overflow: auto;
} */

/* core values */
.rms-extra-images img {
    border-radius: 50px;
    filter: grayscale(1);
    box-shadow: 4px 4px 6px #bebebe;
}
.rms-hip ul {
    list-style: none;
	  padding-left: 0px;
}

.rms-hip ul li {
    font-weight: 500;
    color: #000000;
    line-height: 40px;
}

.rms-hip ul li ul {list-style: circle;padding-left: 20px;}

.rms-hip ul li ul li {
    color: #333;
    font-weight: 400;
    line-height: 24px;
}
@media(min-width:769px){
	.rms-mob-place .fl-col-small {
    	float: right;
  	}
	.rms-contact-wrapper .fl-col-group {
		display: flex;
	}
}
/* business Unit */
.rms-business-wrapper{overflow:hidden;}
.rms-business-tab .fl-tabs-panels {
    border: none;
    padding: 0px 20px;
	  outline:none;
}

.rms-business-tab .fl-tabs-label {
    border: none !important;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dbdbdb !important;
	padding: 20px 30px;
	outline:none;
}

.rms-business-tab .fl-tabs-label.fl-tab-active {
    color: #fff!important;
    background: #E74C3C!important;
}
.rms-business-tab .fl-tabs-label:last-child{
	border-bottom-width:0px!important;
}
.rms-business-tab .fl-tabs-labels {
    box-shadow: 0 1px 15px 0px rgba(0,0,0,.1);
/* 	  margin-top: 20px; */
	  outline:none;
	  position:relative;		
}
.rms-business-tab .fl-tabs-panel-content{
	padding-bottom:0px;padding-top:0px;
}
@media(max-width:769px){
	.rms-business-tab .fl-tabs-panel .fl-tabs-label {
    	color: #fff !important;
		border: none !important;
		background-color: #0078ff;
  	}
 	.rms-business-tab .fl-tabs-panel .fl-tabs-label.fl-tab-active {
    	color: #fff !important;
	   padding: 20px 30px;
  	}
	.rms-business-tab .fl-tabs-panel-content.fl-tab-active {
    	border: 1px solid #f2f2f2;
	}
}
/* our people */
.ourpeople {
	position: relative;
	margin-bottom: -50px;
}

@media only screen and (min-width:1200px) {
	.ourpeople::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 70%;
		background-color: #fafafa;
		z-index: -1
	}
}

.ourpeople-item {
	margin: 0 auto 50px auto;
	width: 100%;
	max-width: 300px
}

@media only screen and (min-width:576px) {
	.ourpeople-item {
		max-width: 100%
	}
}

.ourpeople-item.ourpeople-item--primary {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1)
}

.ourpeople-item.ourpeople-item--primary:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.ourpeople-item.ourpeople-item--primary:hover .socials-primary li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.ourpeople-item.ourpeople-item--primary .img-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}
.ourpeople-item.ourpeople-item--primary .img-holder {
/* 	height: 350px; */
	position: relative;
}
.ourpeople-item.ourpeople-item--primary:hover .img-holder img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); 
}
@media only screen and (min-width:768px) {
	.ourpeople-item.ourpeople-item--primary .img-holder {
/* 		height: 400px */
/* 		height:320px; */
	}
}

@media only screen and (min-width:992px) {
	.ourpeople-item.ourpeople-item--primary .img-holder {
/* 		height: 450px */
/* 		height:320px; */
	}
}

@media only screen and (min-width:1200px) {
	.ourpeople-item.ourpeople-item--primary .img-holder {
/* 		height: 504px */
/* 		height:320px; */
	}
}

.ourpeople-item.ourpeople-item--primary .img-holder img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.ourpeople-item.ourpeople-item--primary .description {
	color: #fff;
	position: relative;
	bottom: 0;
	right: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
/* 	background-color: #0d73fc; */
	padding: 8px 15px;
	min-width: 215px;
		width:100%;
	background: #0077ff;
    background: -moz-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0077ff), color-stop(100%, #009dff));
    background: -webkit-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: -o-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: -ms-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: linear-gradient(to right, #0077ff 0%, #009dff 100%);
	min-height: 120px;
}

@media only screen and (min-width:768px) {
	.ourpeople-item.ourpeople-item--primary .description {
		padding: 24px 30px 24px 30px
	}
}

.ourpeople-item.ourpeople-item--primary .name {
	font-size: 20px;
	font-weight: 700
}

.ourpeople-item.ourpeople-item--primary .position {
	font-size: 14px;
	opacity: .5
}
/*gellery page */

.rms-productgallery .vp-filter .vp-filter__item.vp-filter__item-active>* , .rms-productgallery .vp-filter .vp-filter__item:hover a, .rms-productgallery .vp-pagination__style-default .vp-pagination__item:hover a{
	  border-color:#0077ff;
    background-color: transparent;
	  background: #0077ff;
	color:#fff;
    background: -moz-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0077ff), color-stop(100%, #009dff));
    background: -webkit-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: -o-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: -ms-linear-gradient(left, #0077ff 0%, #009dff 100%);
    background: linear-gradient(to right, #0077ff 0%, #009dff 100%);
}
.rms-productgallery .vp-portfolio__item-img img {
    border-radius: 20px;
    border: 2px solid #eaeaea;
}
.rms-productgallery .vp-portfolio__item-img{
	border-radius: 20px;
}
.rms-productgallery ul.vp-filter{
	margin-bottom:50px;
}
.rms-productgallery ul.vp-filter li * , .rms-productgallery .vp-pagination__style-default .vp-pagination__item a{
    border-radius: 5px;
    color: #0d73fc;
    border: 1px solid #0d73fc;
	padding:10px 30px;
}
.rms-productgallery .vp-portfolio__items-style-emerge .vp-portfolio__item:hover .vp-portfolio__item-overlay::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.rms-productgallery figcaption.vp-portfolio__item-overlay.vp-portfolio__item-align-center{display:none;}
.vp-portfolio__item-wrap .vp-portfolio__item-img, .vp-portfolio figure.vp-portfolio__item, .vp-portfolio__item-img-wrap, .rms-productgallery .vp-portfolio__item-img img{
	background-color: transparent !important;
	background:none !important;
}
/*contact form and page */
.rms-contact-wrapper .fl-col.fl-col-small:nth-child(2) {
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.1);
	background-color:#fff;
}
.rms-contact-wrapper{
/* 	background-color:#f1f1f1; */
}
.kontakt-form-design .single-row{
	margin-bottom:20px;
}
.kontakt-form-design .single-row label{
	font-weight: initial;
	
}
.kontakt-form-design .single-row input.text,.kontakt-form-design .single-row input.title, .kontakt-form-design .single-row input[type=email], .kontakt-form-design .single-row input[type=password], .kontakt-form-design .single-row input[type=tel], .kontakt-form-design .single-row input[type=text], .kontakt-form-design .single-row select, .kontakt-form-design .single-row textarea, .kontakt-form-design .single-row input[type=date], .kontakt-form-design .single-row input[type=number] {
    padding: 5px 20px;
    height: 40px;
	width:100%;
	border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;	 
	background:transparent;
}
.kontakt-form-design .single-row input:focus, .kontakt-form-design .single-row textarea:focus {
    border-bottom-color: #000;
}
.kontakt-form-design .single-row textarea{
	height:150px;
}
.kontakt-form-design .kontakt-btn-send{
	  color: #ffffff!important;
    border-width: 1px!important;
    border-color: #0077ff;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: inherit;
    font-weight: 700!important;
    line-height: 1.7em!important;
	  background-color: transparent;
	  background: #bd3436;
	border-radius:0;
	border:none;
}
.kontakt-form-design .kontakt-btn-send:hover{
	background-color: #E74C3C !important;
    background: #E74C3C !important;
	color:#fff;
	border:none;
}

.rms-contacts-details a:not(.rms-bluelink) {
    color: #333;
}
.rms-contacts-details .rms-bluelink {
    font-weight: 500;
	color:#0078ff;
}
.rms-contacts-details a:hover {
    color: #0078ff;
}
.rms-contact-social i {
    margin-right: 30px;
    font-size: 30px;
    color: #00102b;
}
.rms-contact-social i:hover {
    color: #0078ff;
}
.rms-contact-wrapper .fl-col.fl-col-small:first-child {
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.1);
    padding: 103px 10%;
}
/* designed updated */
.rms-contact-color h3.fl-heading .fl-heading-text:before {
    background-color: #fff;
}
.rms-contact-color p, .rms-contacts-details a:not(.rms-bluelink), .rms-contact-color .rms-contacts-details .rms-bluelink, .rms-contact-color h3.fl-heading .fl-heading-text, .rms-contact-color .rms-contact-social i {
    color: #fff;
}
.rms-contact-color.rms-contact-wrapper .fl-col.fl-col-small:first-child {
    background-color: #bd3436;
}
.rms-contact-social a:nth-child(4) i {
    margin-right: 0px !important;
}
#rms-footer a:nth-child(3) i, #rms-footer  a:nth-child(3) svg.svg-inline--fa{
	margin-right:0px !important
}
.rms-contact-color .rms-contact-social i:hover, .rms-contact-color .rms-contacts-details .rms-bluelink:hover, .rms-contacts-details a:not(.rms-bluelink):hover{
	color:#00102b;
}
@media(max-width:768px){
	.rms-contacts-details, .rms-contact-social, .rms-mob-heading {
     text-align: center;
  }
	.rms-mob-heading h3.fl-heading .fl-heading-text:before {
    left: calc(50% - 50px);
  }
	.rms-contact-wrapper .fl-col.fl-col-small:first-child {
    padding: 15px 0%;
}
}
/* aid to community */
.rms-aidcommunity-wrapper .fl-photo-content {
    border: 1px solid #eaeaea;
}
.rms-aidcommunity-wrapper .fl-photo-content img:hover {
    filter: grayscale(1);
    transition: all 1s ease-in-out;
}
body.page-id-855 .fl-builder-content{background-color:#e9e9e9;}
.rms-post-wrapper .fl-post-grid {
    margin-right: auto;
}
@media (max-width:768px){
	.rms-banner-row {
		margin-bottom: 30px;
	}
	.rms-footer-wrapper {
		margin-top: 30px;
	}
	.rms-banner-row .fl-row-content-wrap {
		min-height: 250px;
	}
	.rms-banner-row .rms-banner-heading h2 {
		font-size: 30px;
		padding: 30px 0 !important;
	}
	.rms-banner-row span.fl-heading-text:before, .rms-banner-row span.fl-heading-text:after {
		bottom: 15px;
	}
	.rms-about-title h1 {
		font-size: 25px;
		padding: 10px 35px;
		text-align:center;
	}
	.img-circle img, .rms-extra-images img {width:65%;}
	.rms-capability__title{font-size:16px; padding: 15px 0;}
	.rms-capability__number{font-size:50px;}
	.rms-capability__inner{height:75px;}
	.rms-aidcommunity-wrapper .fl-photo-content{border:none;}
	.rms-about-area .fl-col.fl-col-small {
		max-width: 100%;
		margin: 20px;
	}
	#rms-footer i, #rms-footer svg.svg-inline--fa {
		font-size: 22px;
		margin-right: 15px;
	}
	.kontakt-form-design .kontakt-btn-send {
		margin-left: 19px;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li span::before{
		right:auto;
		left:2px;
	}
	.rms-productgallery .vp-portfolio__item-img img{border-radius:0px;}
	.rms-post-wrapper .fl-post-grid .fl-post-column {
    	padding-right: 0px;
	}
	.rms-view-all-link{right:15px;}
}
@media (max-width:560px){
	/* for gellery */
	.rms-productgallery .vp-filter__style-default .vp-filter__item{
		   flex: 0 auto;
	}
}
@media (min-width:769px) and (max-width:1024px){
	.rms-banner-row {
		margin-bottom: 60px;
	}
	.rms-footer-wrapper {
		margin-top: 60px;
	}
	.rms-banner-row .fl-row-content-wrap {
		min-height: 310px;
	}
	.rms-banner-row .rms-banner-heading h2 {
		font-size: 40px;
		padding: 40px 0 !important;
	}
	.rms-banner-row span.fl-heading-text:before, .rms-banner-row span.fl-heading-text:after {
		bottom: 26px;
	}
	.img-circle img, .rms-extra-images img {width:80%;}
	.rms-capability__title{font-size:15px; padding: 20px 0;}
	.rms-capability__number{font-size:60px;}
	.rms-capability__inner{height:110px;}
	.rms-capability ul li{font-size:13px;}
	.rms-capability:hover .rms-capability__inner {
		height: 300px;
	}
	.rms-about-title h1{font-size:26px}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu a{
		padding: 12px 26px;
		font-size:13px;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li span::before {
		width: 10px;
		height: 10px;
		top: 16px;
	}
	#rms-footer i, #rms-footer svg.svg-inline--fa {
    	font-size: 22px;
		margin-right: 15px;
	}
	.fl-node-5dd67ed41ac3b .fl-content-slider, .fl-node-5dd67ed41ac3b .fl-slide {
		min-height: 480px;
	}
	.rm-slider-block .fl-slide-foreground .rm-slider-info h1 {
		font-size: 28px;
	}
	.rm-slider-block .fl-slide-foreground .rm-slider-info p{font-size:14px;}
	
}
@media (min-width:1025px) and (max-width:1450px){
	.rms-about-title h1{font-size:29px}
	.rms-banner-row {
		margin-bottom: 60px;
	}
	.rms-footer-wrapper {
		margin-top: 0;
	}
	.rms-banner-row .fl-row-content-wrap {
		min-height: 310px;
	}
	.rms-banner-row .rms-banner-heading h2 {
		font-size: 30px;
		padding: 40px 0 !important;
	}
	.rms-banner-row span.fl-heading-text:before, .rms-banner-row span.fl-heading-text:after {
		bottom: 26px;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu a{
		padding: 15px 30px;
		font-size:14px;
	}
	.rm-header-block .fl-col-small .fl-col-content.fl-node-content .menu li span::before {
		width: 10px;
		height: 10px;
		top: 16px;
		color: #fff;
	}
	#rms-footer i, #rms-footer svg.svg-inline--fa {
    	font-size: 26px;
		margin-right: 18px;
	}
	.rm-slider-block .fl-slide-foreground .rm-slider-info p{
		font-size:14px;
	}
	.rm-slider-block .fl-slide-foreground .rm-slider-info h1{font-size:34px}
	.fl-node-5dd67ed41ac3b .fl-content-slider, .fl-node-5dd67ed41ac3b .fl-slide {
		min-height: 520px;
	}
	
	
}
@media (min-width:769px) and (max-width:900px){
	ul.rms-timing li span{    
		margin-right: 0%;
		display: block !important;
		float: none !important;
	}
}
@media (min-width:620px) and (max-width:768px){
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 25px !important;
		line-height: 40px !important;
	}
	.rm-slider-block .fl-slide-foreground .rm-slider-info .btn{
		margin-top:0px;
	}
}
@media (max-width:767px){
	.ourpeople-item.ourpeople-item--primary .description{text-align:center; min-height:auto;}
} 
@media (max-width:1024px){
	/*code to remove the hover effect on mobile for capability page box*/
	.rms-capability__number {
		font-size: 25px;
	}
	.rms-capability__title{margin-top:0px;}
	.rms-capability__number{display:none;}
	.rms-capability .rms-capability__inner {
/* 		height: 315px !important; */
		height: 100%;
		background-color: rgb(37, 39, 42) !important;
    	background: rgba(37,39,42,0.8) !important;
	}
	.rms-capability__description{height:100%}
	.rms-capability__hidden{padding-bottom:5px;}
	.rms-capability .rms-capability__hidden {
		display: block !important;
	}
	.rms-capability ul li{color:#fff;}
	.rms-capability:hover .rms-capability__inner{height:100%}
	.rms-capability__title i { opacity: 0;}
}

.fb-ctablock{
	width: 180px;
    height: 180px;
    margin-right: -120px;
    background: #bd3436;
    float: right;
    z-index: 9;
    position: relative;
    margin-top: -120px;
	text-align:center;
	color:#fff;
	padding:40px 30px;
	box-shadow:6px 7px 20px rgba(0,0,0,0.3);
}


.fb-ctablock a{
	display:block;
	text-align:center;
	font-size:28px;
	color:#fff;
	font-weight:bold;
}

.fb-serviceblock{
	box-shadow:0px 20px 70px 0px rgb(38 42 76 / 11%)
}

.fc-listing{
	margin-top:30px
}

.fc-listing li{
	margin-bottom:15px
}

.fc-getquoteform .fl-input-group{
	margin-bottom:30px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url]{
	height:46px;
	background:#fff;
	border-radius:5px;
}

.fc-slider .fl-slide-bg-photo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.fc-link{
	color:#bd3436!important;
}

.fc-link:hover{
	color:#fff!important;
}

.fc-linktxt{
	color:#E74C3C!important;
}

.fc-linktxt{
	color:#000!important;
	text-decoration:underline;
}

.fc-getformouter p{
	width:46%;
	margin:15px;
	display:inline-block;
}


.fc-getformouter p label{
	display:block;
}

.fc-getformouter p textarea{
	width:95%;
	height:80px;
	background-color:#fff;
	border-radius:5px;
}

.fc-getformouter p:nth-child(6), .fc-getformouter p:nth-child(7){
	width:100%;
}


.fc-getformouter input[type=submit]{
	background:#bd3436;
	padding:12px 32px;
    border-radius:0;
	font-size:16px;
    text-transform:uppercase;
    border:none;
	color:#fff!important;
}

.fc-getformouter input[type=submit]:hover{
	background:#000;
	color:#fff!important;
}

.fc-doc{
	margin-bottom:15px;
	float:left;
	color:#fff;
}

.fb-uploaddoc .btn{
	border-color:#fff;
	margin-top:22px;
	margin-left:15px;
}

.fb-uploaddoc .btn:hover{
	border-color:#fff;
}

@media (max-width:1340px){
	.rms-mainmenu-otherp ul#menu-main-menu li a {
		font-size:14px;
	}
}

@media (max-width:1199px){
	.fc-innerlogo img{
		width:220px;
	}
	
	.fc-homelogo img{
		width:220px;
	}
	
	.fb-ctablock{
		margin:0;
	}
	
	.fc-getformouter p{
		width:100%;
	}
	ul.rms-timing li{
		font-size:14px;
	}
}

@media (max-width:768px){
	.rms-footer-bottom .fl-rich-text p a{ text-align:center; display:block}
	.rms-footer-bottom .fl-rich-text p{ padding:0}
	.rm-slider-block .fl-slide-foreground .rm-slider-info h1{ font-size:31px!important; line-height:36px!important}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text *{ font-size:24px!important; line-height:32px!important}
}

.fc-uploadform label{
	display:block;
}

.fc-uploadform .col-sm-6, .fc-uploadform .col-sm-12{
	margin-bottom:24px;
}

.fc-uploadform textarea{
	background-color:#fff;
	border-radius:5px;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, textarea:focus{
	border-color:#bd3436
}

.wpcf7 input[type="file"]{ border:1px solid #e6e6e6; padding:10px; border-radius:5px; width:100%; background-color:#fff }
.wpcf7 input[type="file"]:hover, .wpcf7 input[type="file"]:focus{
	border-color:#bd3436; outline:none;
}
span.wpcf7-form-control-wrap.file-592 input[type="file"]{ width:95%}

.current-menu-parent, .current-menu-parent a{ color:#bd3436}