@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');


body,
html {
	font-size: 15px;
	color: #00436e;
	font-family: 'Poppins', sans-serif;
	vertical-align: baseline;
	line-height: 26px;
	font-weight: 400;
	overflow-x: hidden
}

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

p {
	margin: 0 0 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #00436e;
	margin: 0 0 26px;
	font-weight: 700
}

a {
	color: #1b2531;
	transition: all .3s ease 0s;
	text-decoration: none!important;
	outline: 0!important
}

a:active,
a:hover {
	text-decoration: none;
	outline: 0 none;
	color: #00436e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400
}

.content-details h1 small {
	color: rgba(255, 255, 255, .8)
}

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

.clear {
	clear: both
}

::-moz-selection {
	background: #1b2531;
	text-shadow: none;
	color: #fff
}

::selection {
	background: #1b2531;
	text-shadow: none;
	color: #fff
}

.row .row {
	margin-right: 0;
	margin-left: 0
}

.sec-spacer {
	padding: 100px 0
}

.sec-color {
	background-color: #f9f9f9
}

.drak-color {
	background-color: #252525
}

.whiteTxt,
.whiteTxt a {
	color: #fff!important
}

.sec-title h3.whiteTxt:after {
	background: #fff
}

.gray-color {
	background-color: #00436e
}

.primary-bg {
	background: #00436e
}

.bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat
}

.bg1 {
	background-image: url(images/bg/bg1.webp);
	background-size: cover;
	background-attachment: fixed
}

.bg2 {
	background-image: url(images/bg/bg2.webp);
	background-size: cover;
	background-attachment: fixed
}

.drak-color .owl-nav .owl-next,
.drak-color .owl-nav .owl-prev,
.drak-color .sec-title h3 {
	color: #fff
}

.sec-title {
	margin-bottom: 50px
}

.sec-title h4 {
	font-size: 15px;
	margin-bottom: 8px;
	color: #1b2531
}

.sec-title h3,
.sec-title h3 a,
.sec-title h3 a:hover {
	font-size: 30px;
	line-height: 20px;
	margin-bottom: 0;
	position: relative;
	display: block;
	padding-bottom: 25px;
	text-transform: capitalize;
	font-weight: initial
}

.sec-title h3:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
	height: 5px;
	width: 100px;
	background: #00436e
}

.readon {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	line-height: normal;
	background: #1b2531;
	color: #fff;
	transition: all .3s ease 0s;
	border-radius: 2px
}

.readon:focus,
.readon:hover {
	background: #fdd835;
	color: rgba(255, 255, 255, .8)
}

.readon.border {
	background: 0 0;
	border: 1px solid #1b2531;
	color: #1b2531
}

.readon.border:hover {
	color: #fff;
	background: #1b2531
}

.readon.border.white {
	border-color: #fff;
	color: #fff
}

.readon.border.white:hover {
	color: #1b2531;
	background: #fff
}

.overly-border::after,
.overly-border::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	z-index: 1
}

.about-right-img .overly-border::after,
.about-right-img .overly-border::before {
	top: 50px;
	right: 50px;
	bottom: 50px;
	left: 50px
}

.overly-border::before {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}

.rs-blog .blog-item.slick-current .team-content {
	opacity: 1;
	top: 0
}

.overly-border::after {
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}

.about-right-img:hover .overly-border:after,
.about-right-img:hover .overly-border:before,
.blog-content:hover .overly-border:after,
.blog-content:hover .overly-border:before,
.project-content:hover .overly-border:after,
.project-content:hover .overly-border:before,
.rs-blog .blog-item.slick-current .overly-border:after,
.rs-blog .blog-item.slick-current .overly-border:before,
.single-member-area figure .overly-border:after,
.single-member-area figure .overly-border:before,
.single-member-area:hover .overly-border:after,
.single-member-area:hover .overly-border:before,
.team-content:hover .overly-border:after,
.team-content:hover .overly-border:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.padding-0 {
	padding: 0
}

.pt-45 {
	padding-top: 45px
}

.pt-70 {
	padding-top: 70px
}

.pt-50 {
	padding-top: 50px
}

.pt-100 {
	padding-top: 100px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-80 {
	padding-bottom: 80px
}

.mt-5 {
	margin-top: 5px
}

.sparator-15 {
	height: 15px;
	clear: both
}

.mt-20 {
	margin-top: 20px!important
}

.mt-30 {
	margin-top: 30px!important
}

.mt-45 {
	margin-top: 45px!important
}

.mt-50 {
	margin-top: 50px!important
}

.mt-70 {
	margin-top: 70px!important
}

.mt-100 {
	margin-top: 100px
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-30 {
	margin-bottom: 30px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-100 {
	margin-bottom: 100px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.margin-remove {
	margin: 0!important
}

.display-table {
	display: table;
	height: 100%;
	width: 100%
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle
}

.white-color {
	color: #fff!important
}

#rs-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 111;
	bottom: auto
}

#rs-header .rs-menu ul ul {
	background: #fff!important;
	border-top: 4px solid #1b2531
}

#rs-header #logo-sticky {
	display: none
}

#rs-header .menu-sticky1.sticky1 {
	padding: 15px 0 0
}

#rs-header .menu-sticky1.sticky1 #logo-sticky {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 999
}

#rs-header .menu-sticky1.sticky1 #logo-sticky img {
	max-width: 270px
}

#rs-header .menu-sticky1.sticky1 .rs-menu ul {
	text-align: right
}

#rs-header .menu-sticky1.sticky1 .rs-menu ul li a {
	padding: 16px 14px 30px
}

#rs-header .menu-sticky1.sticky1 .rs-menu ul li ul li a {
	padding: 10px 14px
}

#rs-header.error-page {
	position: static!important;
	background-color: rgba(37, 37, 37, .8)
}

.full-width-header {
	position: relative
}

.full-width-header #rs-header {
	position: absolute;
	width: 100%;
	bottom: 0!important;
	top: auto;
	z-index: 111
}

.full-width-header #rs-header .main-menu {
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646
}

.full-width-header #rs-header .menu-area.menu-sticky.sticky,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 {
	background-color: rgba(37, 37, 37, .9)
}

.full-width-header #rs-header .menu-area.menu-sticky.sticky .logo-area,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 .logo-area {
	line-height: 85px!important
}

.full-width-header #rs-header .menu-area.menu-sticky.sticky .navbar ul li,
.full-width-header #rs-header .menu-area.menu-sticky4.sticky4 .navbar ul li {
	height: 85px!important;
	line-height: 85px!important
}

.full-width-header #rs-header .menu-area {
	background: 0 0
}

.full-width-header #rs-header .menu-area .navbar ul {
	text-align: center
}

.full-width-header #rs-header .menu-area .navbar ul li {
	height: 60px;
	line-height: 60px
}

.full-width-header #rs-header .menu-area .toolbar-contact a,
.full-width-header #rs-header .menu-area .toolbar-contact i {
	font-size: 14px;
	color: #fff
}

.full-width-header #rs-header .menu-area .toolbar-contact i {
	margin-right: 10px
}
.downloadcpWraper {
    margin-left: auto;
    width: max-content;
}
.downloadcp {
	width: 85%;
	max-width: 200px;
}
.full-width-header #rs-header .menu-area .logo-area,
.full-width-header #rs-header .menu-area .toolbar-contact,
.full-width-header #rs-header .menu-area .toolbar-share-icon {
	line-height: 62px;
	margin-bottom: 40px
}

.full-width-header #rs-header .menu-area .toolbar-share-icon ul {
	text-align: right
}

.full-width-header #rs-header .menu-area .toolbar-share-icon ul li {
	display: inline-block;
	padding-left: 25px
}

.full-width-header #rs-header .menu-area .toolbar-share-icon ul li a {
	display: block;
	color: #fff
}

.full-width-header #rs-header .menu-area .toolbar-share-icon ul li a:hover {
	color: #1b2531
}

.full-width-header #first-slider h1 {
	background: rgba(27, 37, 49, .5);
	padding: 10px 20px;
	font-size: 58px;
	color: #fff
}

.breadcrumbs-inner .text-center {
    text-align: left;
}

.full-width-header #first-slider .item p {
	margin-bottom: 30px
}

.full-width-header .carousel-inner .item .container {
	top: -26%
}

.full-width-header #first-slider .carousel .item .content-details {
	margin: 0 auto
}

.full-width-header .main-menu.menu-sticky.sticky,
.full-width-header .menu-area.menu-sticky1.sticky1 {
	background: rgba(37, 37, 37, .9)!important
}

.full-width-header .menu-sticky1.sticky1 .btm-toolbar {
	display: none
}

.full-width-header .menu-sticky1.sticky1 .main-menu {
	border-top: 0!important
}

#rs-header .toolbar-top-area {
	background: #101010;
	padding: 7px 0
}

#rs-header .toolbar-top-area .toolbar-contact ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#rs-header .toolbar-top-area .toolbar-contact ul li {
	display: inline-block;
	margin-right: 25px;
	color: #fff
}

#rs-header .toolbar-top-area .toolbar-contact ul li i {
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
	color: #00436e
}

#rs-header .toolbar-top-area .toolbar-contact ul li a {
	transition: all .3s ease 0s;
	color: #00436e
}

#rs-header .toolbar-top-area .toolbar-contact ul li a:hover {
	color: rgba(47, 64, 82, .8)
}

#rs-header .toolbar-top-area .toolbar-sl-share ul {
	text-align: right
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li {
	display: inline-block
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li+li {
	margin-left: 15px
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li a {
	display: block;
	color: #fff;
	transition: all .3s ease 0s;
	text-decoration: none
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li a i {
	text-align: center;
	display: inline-block;
	color: #00436e;
	transition: .4s;
	-webkit-transition: .4s;
	-mzs-transition: .4s
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li a i:hover {
	color: rgba(47, 64, 82, .8)
}

#rs-header .toolbar-top-area .toolbar-sl-share ul li a.quote-button {
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	color: #666
}

#rs-header .toolbar-area {
	background: #1b2531;
	padding: 7px 0
}

#rs-header .toolbar-area .toolbar-contact ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#rs-header .toolbar-area .toolbar-contact ul li {
	display: inline-block;
	margin-right: 25px;
	color: #fff
}

#rs-header .toolbar-area .toolbar-contact ul li i {
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
	color: #fff
}

#rs-header .toolbar-area .toolbar-contact ul li a {
	transition: all .3s ease 0s;
	color: #fff
}

#rs-header .toolbar-area .toolbar-contact ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

#rs-header .toolbar-area .toolbar-sl-share ul {
	text-align: right
}

#rs-header .toolbar-area .toolbar-sl-share ul li {
	display: inline-block
}

#rs-header .toolbar-area .toolbar-sl-share ul li+li {
	margin-left: 15px
}

#rs-header .toolbar-area .toolbar-sl-share ul li a {
	display: block;
	color: #fff;
	transition: all .3s ease 0s;
	text-decoration: none
}

#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
	color: rgba(255, 255, 255, .7)
}

#rs-header .menu-sticky.sticky .rs-menu ul li a:hover,
#rs-header .menu-sticky.sticky .rs-menu ul li.current-menu-item a {
	color: rgba(255, 255, 255, .7)
}

#rs-header .menu-sticky.sticky .rs-menu ul li ul.sub-menu li a:hover,
#rs-header .menu-sticky.sticky .rs-menu ul li.current-menu-item ul.sub-menu li a {
	color: #1b2531
}

#rs-header .toolbar-area .toolbar-sl-share ul li a i {
	text-align: center;
	display: inline-block
}

#rs-header .toolbar-area .toolbar-sl-share ul li a.quote-button {
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	color: #666
}

#rs-header .menu-area {
	background-color: #00436e
}

#rs-header .menu-area.sticky {
	background-color: #00436e
}

#rs-header .menu-area .logo-area {
	line-height: 90px
}

#rs-header .menu-area .logo-area a {
	font-weight: 700;
	font-size: 27px;
	color: #1b2531;
	display: block;
	text-transform: lowercase;
	transition: all .3s ease 0s
}

#rs-header .menu-area .logo-area a img {
	display: inline-block;
	vertical-align: middle
}

#rs-header .menu-area ul.nav-menu li ul li:hover ul li a,
#rs-header .menu-area ul.nav-menu li:hover ul li a {
	color: #101010
}

#rs-header .menu-area ul.nav-menu li ul li ul li a:hover,
#rs-header .menu-area ul.nav-menu li ul li ul li.active a,
#rs-header .menu-area ul.nav-menu li ul li.active a,
#rs-header .menu-area ul.nav-menu li ul li:hover a,
#rs-header .menu-area ul.nav-menu li.current-menu-item a,
#rs-header .menu-area ul.nav-menu li:hover a {
	color: rgba(255, 255, 255, .5)
}

#rs-header .menu-area .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}

#rs-header .menu-area .navbar {
	margin-bottom: 0;
	border: 0
}

#rs-header .menu-area .navbar ul {
	margin: 0;
	padding: 0;
	text-align: right
}

#rs-header .menu-area .navbar ul li {
	height: 120px;
	line-height: 120px;
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s
}

#rs-header .menu-area .navbar ul li+li {
	margin-left: 36px
}

#rs-header .menu-area .navbar ul li>a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	transition: all .3s ease 0s
}

#rs-header .menu-area .navbar ul li>a i {
	margin-left: 5px
}

#rs-header .menu-area .navbar ul li .navbar-dropdown {
	background: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all .3s ease 0s;
	width: 200px;
	z-index: 99999!important;
	text-align: left;
	visibility: hidden
}

#rs-header .menu-area .navbar ul li .navbar-dropdown li {
	line-height: normal;
	height: auto;
	display: block;
	border-top: 1px dashed #ddd;
	margin: 0;
	padding: 0;
	border-right: 0 solid transparent
}

#rs-header .menu-area .navbar ul li .navbar-dropdown li:last-child {
	border-bottom: 0
}

#rs-header .menu-area .navbar ul li .navbar-dropdown li a {
	display: block;
	padding: 12px 20px;
	text-transform: none;
	transition: all .3s ease 0s;
	color: #444!important;
	font-weight: 300
}

#rs-header .menu-area .navbar ul li .navbar-dropdown li a:hover {
	padding-left: 30px;
	color: #1b2531!important
}

#rs-header .menu-area .navbar ul li .navbar-dropdown li a:after,
#rs-header .menu-area .navbar ul li .navbar-dropdown li a:before {
	display: none
}

#rs-header .menu-area .navbar ul li.active a,
#rs-header .menu-area .navbar ul li:hover a {
	color: #1b2531
}

#rs-header .menu-area .navbar ul li:hover ul {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible
}

#rs-header .menu-area .navbar .navbar-toggle {
	background-color: #1b2531;
	border-radius: 2px;
	-webkit-transition: .4s ease all;
	transition: .4s ease all
}

#rs-header .menu-area .navbar .navbar-toggle .icon-bar {
	background-color: #fff
}

#rs-header .menu-area .navbar .navbar-toggle:hover {
	opacity: .8
}

#rs-header.inner-pages .toolbar-top-area,
#rs-header.rs-header2 .toolbar-top-area,
#rs-header.rs-header3 .toolbar-top-area {
	background-color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.home2 #rs-header.rs-header2 {
	position: absolute;
	z-index: 111;
	top: 0;
	width: 100%
}

.home3 .rs-video-area {
	position: relative;
	overflow: hidden
}

.home3 .rs-video-area:before {
	background-color: rgba(0, 0, 0, .8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.home3 .rs-video-area .rs-video-content-wrap {
	height: 100vh;
	position: relative;
	color: #fff;
	width: 100%
}

.home3 .rs-video-area .rs-video-content-wrap:before {
	background-color: rgba(0, 0, 0, .55);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.home3 .rs-video-area .rs-video-content-wrap .content-details {
	position: absolute;
	top: 60%;
	width: 100%;
	max-width: 700px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 11
}

.home3 .rs-video-area .rs-video-content-wrap .sl-title {
	color: #fff;
	display: block;
	margin-bottom: 35px;
	font-size: 60px;
	font-weight: 700;
	position: relative;
	z-index: 9;
	text-transform: uppercase
}

.home3 .rs-video-area .rs-video-content-wrap .sl-title span {
	color: #1b2531
}

.home3 .rs-video-area .rs-video-content-wrap .sl-desc {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 50px
}

.home3 #rs-header.rs-header3 {
	position: absolute;
	z-index: 111;
	top: 0;
	width: 100%
}

p.dmApproved {
	margin-bottom: 0!important;
	position: relative;
	top: -15px;
	padding-left: 6px!important
}

p.dmApproved a {
	color: #fff
}

.home5 #rs-header,
.home5.icon-header {
	position: static!important
}

.home5 #rs-header .menu-area,
.home5.icon-header .menu-area {
	background: #fff
}

.home5 #rs-header .middle-header-home5,
.home5.icon-header .middle-header-home5 {
	padding: 40px 0 70px;
	position: relative
}

.home5 #rs-header .middle-header-home5 .logo img,
.home5.icon-header .middle-header-home5 .logo img {
	max-width: 260px
}

.home5 #rs-header .middle-header-home5 .header-contact,
.home5.icon-header .middle-header-home5 .header-contact {
	float: right
}

.home5 #rs-header .middle-header-home5 .header-contact .widget-text,
.home5.icon-header .middle-header-home5 .header-contact .widget-text {
	position: relative;
	padding-left: 70px
}

.home5 #rs-header .middle-header-home5 .header-contact .widget-text i,
.home5.icon-header .middle-header-home5 .header-contact .widget-text i {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	left: 0;
	line-height: 50px;
	background: #1b2531;
	color: #101010;
	font-size: 18px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
	border-radius: 50%
}

.home5 #rs-header .middle-header-home5 .header-contact .widget-text .info-text,
.home5.icon-header .middle-header-home5 .header-contact .widget-text .info-text {
	line-height: 1.4
}

.home5 #rs-header .middle-header-home5 .header-contact .widget-text .info-text span,
.home5.icon-header .middle-header-home5 .header-contact .widget-text .info-text span {
	display: block;
	font-weight: 700;
	color: #101010
}

.home5 #rs-header .middle-header-home5 .menu-sticky.sticky,
.home5 #rs-header .middle-header-home5 .menu-sticky4.sticky4,
.home5.icon-header .middle-header-home5 .menu-sticky.sticky,
.home5.icon-header .middle-header-home5 .menu-sticky4.sticky4 {
	background: #363636
}

.home5 #rs-header .middle-header-home5 .menu-sticky.sticky .header-bottom-area,
.home5 #rs-header .middle-header-home5 .menu-sticky4.sticky4 .header-bottom-area,
.home5.icon-header .middle-header-home5 .menu-sticky.sticky .header-bottom-area,
.home5.icon-header .middle-header-home5 .menu-sticky4.sticky4 .header-bottom-area {
	position: static
}

.home5 #rs-header .middle-header-home5 .header-bottom-area,
.home5.icon-header .middle-header-home5 .header-bottom-area {
	background: #363636;
	position: absolute;
	top: 38px;
	border-radius: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	max-width: 1170px;
	margin: 0 auto
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul {
	text-align: left
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li {
	margin-right: 0;
	margin-left: 36px;
	line-height: 70px;
	height: 70px
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li a,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li a {
	color: #fff
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li a:hover,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li a:hover {
	color: #1b2531
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .navbar ul li.active a,
.home5.icon-header .middle-header-home5 .header-bottom-area .navbar ul li.active a {
	color: #1b2531
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote {
	position: absolute;
	right: 0;
	top: 0
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote a,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote a {
	line-height: 70px;
	height: 70px;
	padding: 0 20px;
	background: #1b2531;
	display: block;
	color: #101010
}

.home5 #rs-header .middle-header-home5 .header-bottom-area .get-quote a:hover,
.home5.icon-header .middle-header-home5 .header-bottom-area .get-quote a:hover {
	background: #fdd835
}

.home5 .carousel-inner .item .container {
	top: 0
}

.home5 #first-slider .item p {
	margin-bottom: 50px
}

.home5 #first-slider .item h1 {
	margin-bottom: 20px
}

.home5 #rs-header .menu-sticky4.sticky4 ul li ul li a {
	padding: 16px 14px
}

.menu-sticky1.sticky1 {
	background: #fff;
	position: fixed!important;
	top: 0;
	z-index: 9999;
	margin: 0 auto!important;
	padding: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: sticky-animation;
	animation-name: sticky-animation;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.menu-sticky.sticky,
.menu-sticky4.sticky4 {
	background: #fff;
	position: fixed!important;
	z-index: 9999;
	width: 100%;
	top: 0;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transition: .8s
}

#rs-header .menu-sticky.sticky .logo-area {
	height: 90px;
	line-height: 90px;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

#rs-header .menu-sticky.sticky .rs-menu ul li a {
	padding: 32px 14px;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

#rs-header .menu-sticky.sticky .rs-menu ul li ul li a {
	padding: 10px 14px
}

@-webkit-keyframes sticky-animation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes sticky-animation {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

#first-slider .main-container {
	padding: 0
}

#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700
}

#first-slider .item {
	background-size: cover;
	background-repeat: no-repeat
}

#first-slider .item p,
#first-slider .item p a {
	padding: 0;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 50px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.h1 .small a,
.h1 small a,
.h2 .small a,
.h2 small a,
.h3 .small a,
.h3 small a,
h1 .small a,
h1 small a,
h2 .small a,
h2 small a,
h3 .small a,
h3 small a {
	font-size: 65%!important
}

#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
	color: rgba(255, 255, 255, .7);
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}

#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
	padding-left: 40px
}

#first-slider .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap
}

#first-slider .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #9e9e9e;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: #9e9e9e;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
	transition: all .5s cubic-bezier(.22, .81, .01, .99);
	z-index: 10;
	cursor: pointer
}

#first-slider .carousel-indicators li:last-child {
	margin-right: 0
}

#first-slider .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #ffd200;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow .3s ease;
	-moz-transition: box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

#first-slider .carousel-indicators .active:before {
	transform: scale(.5);
	background-color: #ffd200;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

#first-slider .carousel-control.left,
#first-slider .carousel-control.right {
	background-image: none
}

#first-slider .carousel .item img {
	width: 100%
}

#first-slider .carousel .item .content-details {
	z-index: 1000;
	position: relative;
	max-width: 725px
}

#first-slider .carousel .item:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .15)
}

.carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 22%;
	left: 0;
	right: 0
}

#first-slider h3 {
	animation-delay: 1s
}

#first-slider h4 {
	animation-delay: 2s
}

#first-slider h2 {
	animation-delay: 3s
}

#first-slider .carousel-control {
	width: 6%;
	text-shadow: none
}

#first-slider h1,
#first-slider h1 a,
#first-slider h1 a:hover {
	color: rgba(255, 255, 255, .7);
	font-size: 70px;
	line-height: 120%;
	position: relative;
	padding: 40px 0 0 0;
	font-weight: inherit
}

#first-slider h1 span {
	color: #1b2531
}

#first-slider .p {
	padding-top: 125px;
	text-align: center
}

a.sl-btn {
	background: #fff;
	display: inline-block;
	padding: 14px 52px;
	font-size: 15px;
	text-transform: uppercase;
	color: #00436e;
	font-weight: 400
}

a.sl-btn i {
	font-weight: 700;
	margin-left: 12px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
	position: relative;
	left: 0
}

a.sl-btn:hover i {
	left: 10px
}

#first-slider .p a {
	text-decoration: underline
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
	opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
	z-index: 2
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	transition: all .8s ease 0s;
	left: -100px;
	width: 60px;
	height: 60px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 58px
}

.carousel-control .fa-angle-right {
	left: auto;
	right: -100px
}

#first-slider:hover .carousel-control .fa-angle-right {
	right: 50%
}

#first-slider:hover .carousel-control .fa-angle-left {
	left: 50%
}

.hvr-ripple-out::before {
	border: 2px solid
}

.carousel-control .fa-angle-left:hover,
.carousel-control .fa-angle-right:hover {
	background: #00436e;
	color: #fff
}

.carousel-control {
	opacity: 1
}

.rs-about.primary-section .panel .panel-heading a {
	background: #1b2531
}

.rs-about .panel-group {
	margin-bottom: 0
}

.rs-about .sec-title {
	margin-bottom: 20px
}

.rs-about .sec-title h3:after {
	left: 45%;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.rs-about .panel {
	border: none;
	border-radius: 0;
	box-shadow: none
}

.rs-about .panel .panel-heading {
	border-radius: 0;
	position: relative;
	background: #f0f0f0;
	padding: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-mz-transition: .4s
}

.rs-about .panel .panel-heading.active,
.rs-about .panel .panel-heading:hover {
	background: #101010
}

.rs-about .panel .panel-heading.active h4.panel-title a,
.rs-about .panel .panel-heading:hover h4.panel-title a {
	color: #fff
}

.rs-about .panel .panel-heading.active:after,
.rs-about .panel .panel-heading:hover:after {
	background: #fff
}

.rs-about .panel .panel-heading.active h4.panel-title a {
	background: #00436e
}

.rs-about .panel .panel-heading h4.panel-title a {
	font-size: 20px;
	color: #1b2531;
	font-weight: 700;
	padding: 14px 20px;
	display: block
}

.rs-about .panel .panel-heading h4.panel-title a:hover {
	background: #00436e
}

.rs-about .panel .panel-body {
	padding: 10px 0 0
}

.rs-about .panel-group .panel+.panel {
	margin-top: 18px!important
}

.rs-about .panel-heading.active .accordion-toggle:after {
	font-family: FontAwesome;
	content: "\f0d7";
	float: none;
	color: #fff;
	display: block;
	background: #252525;
	padding: 14px 19px;
	right: 0;
	position: absolute;
	top: 0
}

.rs-about .panel-heading .accordion-toggle:after {
	font-family: FontAwesome;
	content: "\f0da";
	float: none;
	color: #fff;
	display: block;
	background: #252525;
	padding: 14px 19px;
	right: 0;
	position: absolute;
	top: 0
}

.rs-about .panel-heading:hover .accordion-toggle:after {
	color: #fff
}

.rs-about .about-right-img {
	background: #000;
	position: relative
}

.rs-about .about-right-img img.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 11
}

.rs-about .about-right-img img {
	opacity: .6;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	z-index: 1
}

h3.title-border {
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 25px
}

h3.title-border:after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100px;
	background: #1b2531;
	bottom: 0;
	left: 0
}

.vision-section .vision-img {
	position: relative
}

.vision-section .vision-img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #101010;
	opacity: .4;
	transition: .4s;
	-webkit-transition: .4s;
	-mz-transition: .4s
}

.vision-section .vision-img:hover:after {
	opacity: .6
}

.vision-section .vision-img img.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 999
}

.about-section-2 {
	padding-bottom: 70px
}

.about-section-2 .company-overview {
	margin-top: 30px
}

.about-section-2 .about-details {
	margin-bottom: 30px
}

.about-section-2 .about-details h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 15px 0 8px;
	padding-bottom: 12px
}

.about-section-2 .about-details h3:after {
	height: 3px
}

.about-section-2 .about-details p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px
}

.history-details p:last-child {
	margin-bottom: 0
}

.rs-services .services-list .single-services {
	padding: 50px 25px;
	float: left;
	width: 33.333%;
	overflow: hidden;
	transition: .4s;
	-webkit-transition: .4s
}

.rs-services .services-list .single-services:nth-child(2n+1) {
	background: #e1e1e1
}

.rs-services .services-list .single-services:nth-child(2n) {
	background: #e7e7e7
}

.rs-services .services-list .single-services .serivec-icon {
	float: left;
	margin-right: 25px;
	font-size: 40px;
	line-height: 50px;
	color: #1b2531
}

.rs-services .services-list .single-services .serivec-icon .glyph-icon:before {
	margin-left: 0;
	font-size: 50px
}

.rs-services .services-list .single-services .serices-details {
	overflow: hidden
}

.rs-services .services-list .single-services .serices-details h3 {
	font-size: 22px;
	margin: 0 0 20px;
	color: #101010;
	font-weight: 700;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.rs-services .services-list .single-services .serices-details p {
	margin-bottom: 0;
	font-size: 14px;
	color: #505050;
	font-weight: 400
}

.rs-services .services-list .single-services:hover .serices-details h3 {
	color: #1b2531
}

.rs-services.drak-color .services-list .single-services:nth-child(2n+1) {
	background: #0f0f0f
}

.rs-services.drak-color .services-list .single-services:nth-child(2n) {
	background: #181818
}

.rs-services.drak-color .services-list .single-services h3 {
	color: #fff
}

.rs-services.drak-color .services-list .single-services:hover {
	background: #1b2531
}

.rs-services.drak-color .services-list .single-services:hover .serices-details p,
.rs-services.drak-color .services-list .single-services:hover .serivec-icon,
.rs-services.drak-color .services-list .single-services:hover h3 {
	color: #101010!important
}

.rs-services.drak-color .serices-details h3 a {
	color: #fff;
	font-weight: 700
}

.rs-services.drak-color .serices-details p {
	color: #ddd!important
}

.rs-services.drak-color .serices-details p:hover {
	color: #101010!important
}

.services-section#homepages-services,
.services-section#services-sections {
	padding-bottom: 50px
}

@media screen and (max-width:590px) {
	.services-section .col-xs-6 {
		width: 100%
	}
}

.services-section .single-service {
	margin-bottom: 50px;
	border: 1px solid #d7d7d7
}

@media screen and (max-width:991px) {
	.services-section .single-service {
		margin-bottom: 30px
	}
}

.services-section .single-service .service-img {
	position: relative
}

.services-section .single-service .service-img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .7;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transition: .4s;
	-webkit-transition: .4s;
	-mz-transition: .4s
}

.services-section .single-service .service-img i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 999;
	font-size: 30px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s
}

.services-section .single-service .service-details {
	padding: 0 9px
}

.services-section .single-service .service-details h3 {
	margin: 18px 0 8px
}

.services-section .single-service .service-details h3 a {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s;
	-mz-transition: .4s
}

.service-details p {
	color: #fff
}

.services-section .single-service .service-details a.primary-btn {
	background: #fff;
	color: #00436e;
	font-size: 15px;
	padding: 5px 24px;
	display: inline-block;
	margin-bottom: 25px;
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	/*font-family: 'Playfair Display', serif;
	font-style: italic*/
}	

.services-section .single-service:hover .service-img:after {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1)
}

.services-section .single-service:hover .service-details a.primary-btn {
	background: rgba(255, 255, 255, .7);
	color: #00436e
}

.services-section .single-service:hover .service-details h3 a {
	color: #fff
}

.services-section .single-service:hover i {
	opacity: 1;
	visibility: visible
}

.services-section .service-list-sidebar ul#service-menu li {
	display: block;
	position: relative
}

.services-section .service-list-sidebar ul#service-menu li a {
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	display: block;
	transition: .4s;
	-webkit-transition: .4s;
	-mz-transition: .4s
}

.services-section .service-list-sidebar ul#service-menu li a:after {
	content: "›";
	font-size: 17px;
	font-family: Georgia, serif;
	position: absolute;
	right: 11px;
	top: 7px;
	color: #fff
}

.services-section .service-list-sidebar ul#service-menu li a:hover,
.services-section .service-list-sidebar ul#service-menu li a:hover:after {
	color: rgba(255, 255, 255, .8)
}

.services-section .service-list-sidebar ul#service-menu li:last-child a {
	border-bottom: none
}

.services-section .service-list-sidebar ul#service-menu li.active a {
	color: #fff
}

.services-section .services-left-side {
	margin-top: 40px
}

.services-section .services-left-side h3 {
	font-weight: 400px;
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0 8px;
	padding-bottom: 12px
}

.services-section .services-left-side h3:after {
	height: 3px
}

.services-section .services-left-side ul#brochures-list {
	margin-top: 30px
}

.services-section .services-left-side ul#brochures-list li {
	border: 1px solid #ebebeb;
	margin-bottom: 20px
}

.services-section .services-left-side ul#brochures-list li a {
	color: #505050;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	display: block
}

.services-section .services-left-side ul#brochures-list li a i {
	background: #ccc;
	padding: 14px;
	color: #505050;
	margin-right: 20px
}

.services-section .services-left-side ul#brochures-list li a:hover {
	color: #1b2531
}

.services-section .services-left-side.our-office {
	margin-top: 48px
}

.services-section .services-left-side.our-office ul#office-address {
	margin-top: 30px
}

.services-section .services-left-side.our-office ul#office-address li {
	margin-bottom: 20px;
	color: #505050;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	padding-left: 35px;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.services-section .services-left-side.our-office ul#office-address li a {
	color: #505050;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.services-section .services-left-side.our-office ul#office-address li i {
	color: #505050;
	position: absolute;
	left: 0;
	top: 5px
}

.services-section .services-left-side.our-office ul#office-address li span {
	overflow: hidden
}

.services-section .services-left-side.our-office ul#office-address li a:hover {
	color: #1b2531
}

.services-section#services-sliders {
	padding-bottom: 100px
}

.services-section#services-sliders .single-service {
	margin-bottom: 1px
}

.services-section .include {
	margin-top: 35px
}

.services-section .include .panel-body p {
	margin: 12px 0
}

.services-section .include .panel-body .panel-title a.collapsed {
	background: #000
}

.services-section .services-btm {
	margin-top: 35px
}

.services-section .services-btm .title-border {
	margin-left: 15px
}

.rs-project-details ul li,
.services-section .services-btm ul li {
	position: relative;
	padding-left: 30px
}

.rs-project-details ul li:before,
.services-section .services-btm ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;
	color: #1b2531;
	font-size: 18px
}

ul.half li {
	width: 49%;
	float: left;
	margin-right: 1%
}

.leftFeature {
	background: #00436e;
	color: #fff;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	margin-bottom: 15px
}

.leftFeature h3,
.leftFeature h5,
.leftFeature p {
	padding-left: 15px;
	padding-right: 15px;
	color: #fff !important;
}

.rs-project {
	overflow: hidden!important
}

.rs-project #demos {
	padding-bottom: 8px
}

.rs-project #demos .owl-carousel .item {
	transition: .8s;
	-webkit-transition: .8s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1
}

.rs-project #demos .owl-carousel .item.__loading {
	transition: .8s;
	-webkit-transition: .8s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 0;
	transform: translateX(40px);
	-webkit-transform: translateX(40px)
}

.rs-project .sec-title {
	margin-bottom: 25px
}

.rs-project .container-full {
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden
}

.rs-project .container-full .project-filter {
	padding: 0 30px
}

.rs-project .project-filter {
	margin-bottom: 30px;
	text-align: center
}

.rs-project .project-filter button {
	background: 0 0;
	position: relative;
	display: inline-block;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-size: 18px;
	color: #505050;
	transition: all .3s ease 0s;
	margin: 0 30px 15px 0
}

.rs-project .project-filter button:last-child {
	margin-right: 0
}

.rs-project .project-filter button.active,
.rs-project .project-filter button:hover {
	color: #1b2531
}

.rs-project .project-item {
	position: relative;
	overflow: hidden;
	height: 100%
}

.rs-project .project-item .headding-title {
	padding: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	background: rgb(0 67 110 / 80%);
}

.rs-project .project-item .headding-title h3 {
	margin: 0 0 20px
}

.rs-project .project-item .headding-title h3 a {
	font-size: 30px;
	color: #fff
}

.rs-project .project-item .headding-title a.project-link {
	font-size: 15px;
	color: #fff;
	font-weight: 400
}

.rs-project .project-item .project-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 110%;
	left: 0;
	text-align: left;
	z-index: 11;
	padding: 15px 35px;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out
}

.rs-project .project-item .project-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12%;
	height: 100%;
	width: 100%;
	background: rgb(0 67 110 / 80%);
	z-index: -1;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease
}

.rs-project .project-item .project-img img {
	width: 100%
}

.rs-project .project-item .p-desc,
.rs-project .project-item .p-title,
.rs-project .project-item a.image-popup i,
.rs-project .project-item a.project-link {
	position: relative;
	z-index: 11
}

.rs-project .project-item a.project-link:hover {
	color: #fff
}

.rs-project .project-item .p-title {
	line-height: normal;
	color: #fff;
	margin-bottom: 7%;
	margin-top: 15px;
}

.rs-project .project-item .p-title a {
	line-height: 35px;
	color: #fff;
	font-size: 25px;
	font-weight: 700
}

.rs-project .project-item .p-title a:hover {
	color: rgba(255, 255, 255, .7)
}

.rs-project .project-item .p-desc {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20%;
	margin-top: 10px;
	text-align: left
}

.rs-project .project-item:hover .project-content {
	opacity: 1;
	top: 0;
	text-align: center
}

.rs-project .project-item:hover .project-content:before {
	top: 0
}

.rs-project .project-item:hover .headding-title {
	opacity: 0;
	visibility: hidden
}

.rs-project #filter-list {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px
}

.rs-project #filter-list .grid-item {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 25%
}

.rs-project.innner-project .project-filter {
	text-align: left;
	margin-bottom: 35px
}

.rs-project.innner-project .project-filter button {
	background: 0 0;
	position: relative;
	display: inline-block;
	border: 0;
	outline: 0;
	font-weight: 400;
	transition: all .3s ease 0s;
	margin: 0 0 15px 0
}

.rs-project.innner-project .project-filter button.active {
	color: #1b2531
}

.rs-project.innner-project .project-item {
	position: relative;
	overflow: hidden
}

.rs-project.innner-project .project-item .project-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 30%;
	left: 0;
	text-align: center;
	z-index: 10;
	padding: 25px;
	opacity: 0;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out
}

.rs-project.innner-project .project-item .project-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: -1;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease
}

.rs-project.innner-project .project-item .project-img img {
	width: 100%
}

.rs-project.innner-project .project-item .p-zoom {
	display: inline-block;
	font-size: 50px;
	position: relative;
	z-index: 11;
	color: #1b2531;
	transition: all .3s ease 0s
}

.rs-project.innner-project .project-item .p-zoom:hover {
	opacity: .6
}

.rs-project.innner-project .project-item .p-title {
	line-height: normal;
	margin-top: 18px;
	color: #fff;
	margin-bottom: 6px
}

.rs-project.innner-project .project-item .p-title a {
	font-size: 20px;
	color: #fff
}

.rs-project.innner-project .project-item .p-title a:hover {
	color: rgba(255, 255, 255, .7)
}

.rs-project.innner-project .project-item .p-desc {
	font-size: 15px;
	color: #fff;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 10px
}

.rs-project.innner-project .project-item:hover .project-content {
	opacity: 1;
	top: 0
}

.rs-project.filter-slider {
	padding-bottom: 92px
}

.rs-project.project-style-2 {
	padding-bottom: 80px
}

.rs-project .default-pagination {
	padding-top: 5px
}

.rs-team .team-item {
	position: relative;
	overflow: hidden
}

.rs-team .team-item .team-img {
	position: relative
}

.rs-team .team-item .team-img .normal-text {
	position: absolute;
	left: -57px;
	bottom: 56px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.rs-team .team-item .team-img .normal-text .team-name {
	background: #1b2531;
	color: #101010;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px!important
}

.rs-team .team-item .team-img .normal-text span.subtitle {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.rs-team .team-item .team-img .normal-text .team-name,
.rs-team .team-item .team-img .normal-text span.subtitle {
	margin: 0;
	padding: 10px 20px;
	display: block
}

.rs-team .team-item .team-img img {
	width: 100%
}

.rs-team .team-item .team-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10%;
	left: 0;
	text-align: center;
	z-index: 11;
	padding: 30px;
	opacity: 0;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out
}

.rs-team .team-item .team-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 67 110 / 80%);
	z-index: -1;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease
}

.rs-team .team-item .team-name a {
	margin-bottom: 6px;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700
}

.rs-team .team-item .team-name a:hover {
	color: #1b2531
}

.rs-team .team-item .team-name a,
.rs-team .team-item .team-title {
	position: relative;
	z-index: 111
}

.rs-team .team-item .team-title {
	font-size: 14px;
	color: #b9b9b9;
	padding-bottom: 12px
}

.rs-team .team-item .team-title:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #1b2531;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.rs-team .team-item .team-desc {
	color: #fff;
	margin-bottom: 0;
	padding-top: 12px;
	margin-top: 8px
}

.rs-team .team-item .team-social {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 111;
	opacity: 0;
	margin-top: 25px;
	-webkit-transition: .4s all ease;
	transition: .4s all ease
}

.rs-team .team-item .team-social .social-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	margin-right: 6px;
	border-radius: 50%
}

.rs-team .team-item .team-social .social-icon i {
	font-size: 14px;
	color: #101010
}

.rs-team .team-item .team-social .social-icon:hover {
	background-color: #fdd835
}

.rs-team .team-item:hover .team-content {
	opacity: 1;
	top: 0
}

.rs-team .team-item:hover .team-social {
	opacity: 1
}

.rs-team .team-item:hover .normal-text {
	opacity: 0;
	visibility: hidden
}

.rs-team-pages .team-item {
	margin-bottom: 30px
}

.rs-team-pages .default-pagination {
	padding-top: 10px
}

.rs-team-details {
	padding: 100px 0 90px
}

.rs-team-details .figure img {
	margin-bottom: 30px
}

.rs-team-details .clear-it {
	clear: both;
	padding-top: 20px
}

.rs-team-details .description .member-title h2 {
	margin-bottom: 0;
	text-transform: uppercase
}

.rs-team-details .description .social-share .social-icons {
	padding: 10px 0
}

.rs-team-details .description .social-share .social-icons a i {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 7px;
	text-align: center;
	width: 32px;
	background: #fdd835;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.rs-team-details .description .social-share .social-icons a:hover i {
	background: #1b2531
}

.rs-team-details .contact-details {
	margin-bottom: 30px
}

.rs-team-details .contact-details ul li {
	padding: 6px 0
}

.rs-team-details .contact-details ul li a {
	color: #505050
}

.rs-team-details .contact-details ul li a:hover {
	color: #1b2531
}

.rs-team-details .contact-details ul li i {
	border: 1px solid #fdd835;
	color: #fdd835;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.rs-team-details .contact-details ul li span {
	margin-left: 10px
}

.rs-team-details .contact-details ul li:hover i {
	background: #fdd835;
	color: #fff
}

.rs-team-details .cl-skill-bar .skillbar {
	background: #eee;
	border-radius: 3px;
	display: inline-block;
	height: 30px;
	margin: 5px 0;
	position: relative;
	width: 100%
}

.rs-team-details .cl-skill-bar .skillbar .skillbar-title {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	color: #101010;
	font-size: 12px;
	font-weight: 700;
	height: 30px;
	left: 0;
	line-height: 30px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	width: 150px;
	background: #1b2531
}

.rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
	background: #fdd835;
	border-radius: 3px;
	display: inline-block;
	height: 30px;
	width: 0;
	margin-bottom: 0
}

.rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
	color: rgba(0, 0, 0, .4);
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	top: 0
}

.rs-team-pages2 .single-member-area {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.rs-team-pages2 .single-member-area figure {
	overflow: hidden;
	position: relative
}

.rs-team-pages2 .single-member-area figure img {
	transform: scale(1.15);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%
}

.rs-team-pages2 .single-member-area figure .overly-border:after,
.rs-team-pages2 .single-member-area figure .overly-border:before {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transtion: .4s;
	-ms-transtion: .4s;
	z-index: 11
}

.rs-team-pages2 .single-member-area .overlay {
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .5s ease-out .15s;
	-moz-transition: all .5s ease-out .15s;
	-o-transition: all .5s ease-out .15s;
	-ms-transition: all .5s ease-out .15s;
	transition: all .5s ease-out .15s;
	width: 100%;
	background-color: rgba(8, 8, 8, .7);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: 50% 50% 0
}

.rs-team-pages2 .single-member-area .overlay .overlay-element {
	position: relative;
	height: 100%
}

.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 20% 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 111!important
}

.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons a {
	color: #fff;
	padding-right: 10px;
	font-size: 20px
}

.rs-team-pages2 .single-member-area .overlay .overlay-element .social-icons a:hover {
	color: #fdd835
}

.rs-team-pages2 .single-member-area:hover figure .overly-border:after,
.rs-team-pages2 .single-member-area:hover figure .overly-border:before {
	opacity: 1;
	visibility: visible
}

.rs-team-pages2 .single-member-area:hover img {
	transform: scale(1)
}

.rs-team-pages2 .single-member-area:hover .overlay {
	opacity: 1;
	transform: scale(1)
}

.rs-team-pages2 .single-member-area:hover article {
	background: #fdd835
}

.rs-team-pages2 .single-member-area article {
	background: #1b2531;
	position: relative;
	z-index: 11
}

.rs-team-pages2 .single-member-area article .content {
	text-align: center;
	padding: 12px 6px
}

.rs-team-pages2 .single-member-area article .content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase
}

.rs-team-pages2 .single-member-area article .content h3 a {
	color: #101010;
	font-weight: 700;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.rs-team-pages2 .single-member-area article .content .member-title {
	color: #101010;
	font-size: 15px
}

@media screen and (max-width:500px) {
	.rs-team-pages2 .col-md-3 {
		width: 100%
	}
}

.rs-team-pages2#homepages {
	padding-bottom: 100px
}

.rs-team-pages2#homepages .single-member-area {
	margin-bottom: 0
}

.rs-newsletter {
	background-attachment: fixed;
	transition: all .3s ease 0s;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	line-height: 0;
	position: relative
}

.rs-newsletter .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%
}

.rs-newsletter .news-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase
}

.rs-newsletter .news-note {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	color: #1b2531!important
}

.rs-newsletter .news-form {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 10px
}

.rs-newsletter .news-form .form-input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 5px 20px;
	background: 0 0;
	outline: 0;
	color: #fff;
	border: 1px solid #1b2531
}

.rs-newsletter .news-form .form-input::-webkit-input-placeholder {
	color: #fff
}

.rs-newsletter .news-form .form-input::-moz-placeholder {
	color: #fff
}

.rs-newsletter .news-form .form-input:-ms-input-placeholder {
	color: #fff
}

.rs-newsletter .news-form .form-input:-moz-placeholder {
	color: #fff
}

.rs-newsletter .news-form .form-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	min-width: 200px;
	background-color: #1b2531;
	font-size: 15px;
	text-transform: uppercase;
	border: 0;
	color: #101010;
	transition: all .3s ease 0s
}

.rs-newsletter .news-form .form-button:hover {
	background-color: #fdd835
}

.rs-testimonial.gray-color #testimonial-slider10 .testimonial {
	border-color: #ddd
}

.rs-testimonial.gray-color #testimonial-slider10 .testimonial:hover .testimonial-content .testimonial-profile .post {
	color: #1b2531
}

.rs-testimonial.gray-color #testimonial-slider10 .testimonial .description {
	color: #000;
	border-color: #ddd
}

.rs-testimonial.gray-color #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .post {
	color: #000
}

.rs-testimonial.drak-color .single-test {
	background: #181818
}

.rs-testimonial.drak-color .single-test .test-details h3 {
	color: #fff
}

.rs-testimonial.drak-color .single-test .test-details h3 span {
	color: #999
}

.rs-testimonial.drak-color .single-test .test-details p {
	color: #f5f5f5
}

.rs-testimonial .single-test {
	background: #e1e1e1;
	margin-top: 56px;
	position: relative
}

.rs-testimonial .single-test:after,
.rs-testimonial .single-test:before {
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 26px;
	left: 40px;
	position: absolute;
	color: #1b2531;
	top: 40px;
	font-weight: 700;
	display: block;
	transition: .4s
}

.rs-testimonial .single-test:before {
	content: "\f10d"
}

.rs-testimonial .single-test:after {
	left: auto;
	right: 40px;
	top: auto;
	bottom: 40px
}

.rs-testimonial .single-test .test-img {
	position: relative;
	top: -56px;
	z-index: 11;
	text-align: center;
	margin: 0 auto;
	width: 105px;
	overflow: hidden;
	border-radius: 50%
}

.rs-testimonial .single-test .test-img img {
	max-width: 100%;
	width: auto
}

.rs-testimonial .single-test .test-details {
	padding: 0 40px 80px 40px
}

.rs-testimonial .single-test .test-details h3 {
	font-size: 16px;
	color: #101010;
	margin: -20px 0 30px
}

.rs-testimonial #testimonial-slider10 .testimonial {
	padding-top: 70px;
	margin: 50px 0 0;
	border: 1px solid #333;
	text-align: center;
	position: relative;
	transition: all .7s ease 0s
}

.rs-testimonial #testimonial-slider10 .testimonial:hover {
	border-color: #1b2531
}

.rs-testimonial #testimonial-slider10 .testimonial:hover .image {
	border-color: #1b2531
}

.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content {
	background-color: #333
}

.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .testimonial-profile .name {
	color: #fff
}

.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .social-links li {
	background-color: #fff
}

.rs-testimonial #testimonial-slider10 .testimonial:hover .testimonial-content .social-links li a i {
	color: #1b2531
}

.rs-testimonial #testimonial-slider10 .testimonial .image {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -50px;
	left: 50%;
	overflow: hidden;
	transform: translateX(-50%);
	transition: all .7s ease 0s;
	border: 5px solid #f2f2f2
}

.rs-testimonial #testimonial-slider10 .testimonial .image img {
	width: 100%;
	height: auto;
	border-radius: 50%
}

.rs-testimonial #testimonial-slider10 .testimonial .title {
	font-size: 16px;
	font-weight: 700;
	color: #1b2531;
	text-transform: uppercase;
	margin: 0 0 10px 0
}

.rs-testimonial #testimonial-slider10 .testimonial .description {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding: 0 25px 15px;
	margin: 0
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content {
	padding: 15px 25px 12px;
	border-top: none;
	text-align: center;
	transition: all .5s ease 0s
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .name {
	font-size: 16px;
	font-weight: 700;
	color: #1b2531;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
	transition: all .7s ease 0s
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .testimonial-profile .post {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: capitalize
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .rating {
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 0;
	list-style: none
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .rating li {
	display: inline-block;
	font-size: 14px;
	color: #ffd906
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links {
	padding: 0;
	margin: 0
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li {
	list-style: none;
	margin-right: 5px;
	display: inline-block;
	background-color: #1b2531
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center
}

.rs-testimonial #testimonial-slider10 .testimonial .testimonial-content .social-links li a i:hover {
	text-decoration: none;
	color: #1b2531
}

.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%
}

.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls .owl-buttons div {
	width: 45px;
	height: 40px;
	line-height: 37px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ececec;
	padding: 0;
	opacity: 1;
	transition: all .4s ease-in-out 0s
}

.rs-testimonial #testimonial-slider10 .owl-theme .owl-controls .owl-buttons div:hover {
	background: #eabd44;
	border-color: #1b2531
}

.rs-testimonial #testimonial-slider10 .owl-next,
.rs-testimonial #testimonial-slider10 .owl-prev {
	position: absolute;
	left: -3%
}

.rs-testimonial #testimonial-slider10 .owl-next {
	left: auto;
	right: -3%
}

.rs-testimonial #testimonial-slider10 .owl-prev:before {
	content: "\f104";
	font-family: fontAwesome;
	font-size: 25px;
	color: #ececec
}

.rs-testimonial #testimonial-slider10 .owl-next:before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 25px;
	color: #ececec
}

#services-sliders .owl-dots,
.rs-project .owl-dots,
.rs-team .owl-dots,
.rs-testimonial .owl-dots,
.test-list .owl-dots {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px
}

#services-sliders .owl-dots .owl-dot,
.rs-project .owl-dots .owl-dot,
.rs-team .owl-dots .owl-dot,
.rs-testimonial .owl-dots .owl-dot,
.test-list .owl-dots .owl-dot {
	width: 6px;
	height: 8px;
	background: #1b2531;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 14px
}

.rs-partner .owl-dots .owl-dot {
	width: 6px;
	height: 8px;
	background: #fff;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 14px
}

#services-sliders .owl-dots .owl-dot.active,
.rs-partner .owl-dots .owl-dot.active,
.rs-project .owl-dots .owl-dot.active,
.rs-team .owl-dots .owl-dot.active,
.rs-testimonial .owl-dots .owl-dot.active,
.test-list .owl-dots .owl-dot.active {
	height: 20px;
	width: 8px
}

.rs-partner {
	padding: 70px 0 65px;
	background: #1b2531
}

.rs-testimonial-pages {
	padding-top: 70px
}

.rs-testimonial-pages #testimonial-slider10 .testimonial {
	margin: 80px 0 0
}

.rs-testimonial-pages .single-test {
	margin-bottom: 40px
}

.rs-testimonial-pages .single-testimonial {
	margin-top: 30px;
	background-color: #fafafa;
	border-radius: 3px;
	padding: 18px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .19);
	overflow: auto
}

.rs-testimonial-pages .single-testimonial .cl-client-img {
	width: 80px;
	margin: 0 auto 20px
}

.rs-testimonial-pages .single-testimonial .cl-client-img img {
	border-radius: 100%
}

.rs-testimonial-pages .single-testimonial .cl-client-testimonial {
	text-align: center;
	font-style: italic;
	padding-left: 10px;
	font-size: 14px
}

.rs-testimonial-pages .single-testimonial .fa-quote-left {
	color: #1b2531
}

.rs-testimonial-pages .single-testimonial .cl-client-info {
	text-align: center;
	padding-top: 10px
}

.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-name {
	font-size: 14px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0
}

.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-designation {
	font-size: 14px;
	color: #000;
	margin: 10px 0
}

.rs-testimonial-pages .single-testimonial .cl-client-info .cl-client-rating i {
	color: #1b2531
}

.rs-testimonial-pages .single-testimonial .testimonial-left {
	float: left;
	margin-right: 15px;
	width: 30%
}

@media screen and (max-width:600px) {
	.rs-testimonial-pages .single-testimonial .testimonial-left {
		width: 100%
	}
}

.rs-testimonial-pages .single-testimonial .right-content {
	width: 66%;
	float: left
}

.rs-testimonial-pages .single-testimonial .right-content .cl-client-testimonial {
	text-align: left
}

@media screen and (max-width:767px) {
	.specialTxt img {
		float: none !important;
		margin: auto;
		display: block;
	}
	.downloadcpWraper {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.downloadcp {
		margin: auto;
	}
}

@media screen and (max-width:600px) {
	.rs-testimonial-pages .single-testimonial .right-content {
		width: 100%
	}
}

.rs-testimonial-pages .single-testimonial:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .19)
}

.testimonial-style1 .owl-item .testimonial .title {
	color: #505050!important
}

.testimonial-style1 .owl-item .testimonial .testimonial-profile .name {
	color: #505050!important
}

.testimonial-style1 .owl-item .testimonial .social-links li {
	background: #505050!important
}

.testimonial-style1 .owl-item:hover .social-links li {
	background: #1b2531!important
}

.testimonial-style1 .owl-item:hover .social-links li a i {
	color: #fff!important
}

.testimonial-style1 .owl-item:hover .social-links li a i:hover {
	color: #505050!important
}

.testimonial-style1 .owl-item:hover .testimonial-profile .name {
	color: #fff!important
}

.services-logo {
	background: #1b2531;
	margin-top: 100px
}

.rs-blog .slick-slide {
	overflow: hidden;
	height: auto !important
}

.rs-blog .blog-item {
	margin: 35px 10px;
	position: relative;
	overflow: hidden !important;
	height: 300px !important;
	max-height: 300px !important
}

.rs-blog .blog-item .blog-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10%;
	left: 0;
	text-align: center;
	z-index: 999;
	padding: 30px 40px;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-mz-transform: scaleY(1)
}

.rs-blog .blog-item .blog-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 67 110 / 80%);
	z-index: -1;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease
}

.rs-blog .blog-item .blog-content .blog-date {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin-bottom: 16px
}

.rs-blog .blog-item .blog-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff
}

.rs-blog .blog-item .blog-content h3 a {
	color: #fff;
	font-weight: 700;
	font-size: 14px
}

.rs-blog .blog-item .blog-content h3 a:hover {
	color: #909090
}

.rs-blog .blog-item .blog-content .blog-link a,
.rs-blog .blog-item .blog-content h3 a,
.rs-blog .blog-item .blog-content p {
	position: relative;
	z-index: 999
}

.rs-blog .blog-item .blog-content p {
	font-size: 12px;
	color: #ccc
}

.rs-blog .blog-item .blog-content .blog-link a {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.rs-blog .blog-item .blog-content .blog-link a:hover {
	color: #909090
}

.rs-blog .blog-item .blog-img {
	position: relative;
	height: 300px;
	max-height: 300px;
	overflow: hidden
}

.rs-blog .blog-item .blog-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	display: block
}

.rs-blog .blog-item.slick-current,
.rs-blog .blog-item:hover {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-mz-transform: scaleY(1);
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s
}

.rs-blog .blog-item.slick-current .blog-content,
.rs-blog .blog-item:hover .blog-content {
	opacity: 1;
	top: 0
}

.rs-blog ul.slick-dots {
	text-align: center;
	margin-top: 40px
}

.rs-blog ul.slick-dots li {
	display: inline-block
}

.rs-blog ul.slick-dots li button {
	border: 1px solid #fff;
	color: #fff;
	background: 0 0;
	border-radius: 0;
	height: 40px;
	width: 40px
}

.rs-blog ul.slick-dots li button:hover button,
.rs-blog ul.slick-dots li.slick-active button {
	background: #fff;
	color: #101010;
	outline: 0!important
}

.rs-blog.drak-color ul.slick-dots li button {
	color: #fff
}

.contact-page #googleMap {
	height: 485px
}

.contact-page .location-details {
	margin-top: 20px
}

.contact-page .location-details h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px
}

.contact-page .contact-form-area {
	padding-top: 20px
}

.contact-page .contact-form-area .form-group {
	margin-bottom: 20px
}

.contact-page .contact-form-area h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 19px
}

.contact-page .contact-form-area label {
	color: #505050;
	font-weight: 400;
	letter-spacing: 1px
}

.contact-page .contact-form-area input,
.faq-form input .contact-page .contact-form-area textarea,
.faq-form textarea {
	background: 0 0;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	width: 100%
}

faq-form .contact-page .contact-form-area textarea {
	height: 150px;
	width: 100%;
	max-width: 100%
}

.contact-page .contact-form-area .btn-send {
	background: #1b2531;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	border: none;
	border-radius: 0;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all .3s ease 0s
}

.contact-page .contact-form-area .btn-send:hover {
	background: #252525;
	color: #fff
}

.contact-page ul#contact-list {
	background: #00436e;
	padding: 25px
}

.contact-page ul#contact-list li {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px
}

.info-text a {
	color: #fff
}

.contact-page ul#contact-list li:last-child {
	padding-bottom: 0
}

.contact-page ul#contact-list li i {
	float: left;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-top: 5px;
	width: 40px
}

.contact-page ul#contact-list li .info-text {
	overflow: hidden
}

.contact-page.contact-page2 .contact-form-area,
.contact-page.contact-page2 .location-details,
.contact-page.contact-page3 .contact-form-area,
.contact-page.contact-page3 .location-details {
	margin-top: 0;
	padding-top: 0
}

#about-slider,
#left-slider {
	position: relative
}

#about-slider img,
#left-slider img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

#about-slider .owl-item,
#left-slider .owl-item {
	overflow: hidden
}

#about-slider .owl-nav,
#left-slider .owl-nav {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%)
}

#about-slider .owl-nav .owl-prev,
#left-slider .owl-nav .owl-prev {
	display: block!important;
	text-align: left;
	position: relative;
	left: 0;
	font-size: 0
}

#about-slider .owl-nav .owl-prev:before,
#left-slider .owl-nav .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 99999;
	color: #fff;
	background: #1b2531;
	width: 45px;
	text-align: center;
	padding: 7px 0;
	font-size: 30px;
	border-radius: 0 3px 3px 0
}

#about-slider .owl-nav .owl-next,
#left-slider .owl-nav .owl-next {
	display: block!important;
	text-align: right;
	right: 0;
	font-size: 0
}

#about-slider .owl-nav .owl-next:before,
#left-slider .owl-nav .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 99999;
	color: #fff;
	background: #1b2531;
	width: 45px;
	text-align: center;
	padding: 7px 0;
	font-size: 30px;
	border-radius: 3px 0 0 3px
}

#about-slider:hover .owl-next:before,
#about-slider:hover .owl-prev:before,
#left-slider:hover .owl-next:before,
#left-slider:hover .owl-prev:before {
	background: #000
}

#about-slider:hover img,
#left-slider:hover img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.rs-footer {
	background: #2d3c4f url(images/bg/footer-bg.jpg);
	color: #afb0b2
}

.rs-footer .footer-title {
	margin-bottom: 40px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 400;
	text-transform: uppercase
}

.rs-footer .footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 50px;
	background-color: #b9b9b9
}

.rs-footer .footer-top {
	padding: 80px 0
}

.rs-footer .footer-top .about-widget img {
	margin-bottom: 25px
}

.rs-footer .footer-top .recent-post-widget .post-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.rs-footer .footer-top .recent-post-widget .post-item .post-date {
	width: 70px;
	height: 65px;
	flex: 0 0 70px;
	text-align: center;
	background-color: #fff;
	color: #101010;
	margin-right: 15px
}

.rs-footer .footer-top .recent-post-widget .post-item .post-date>span {
	display: block
}

.rs-footer .footer-top .recent-post-widget .post-item .post-date>span:first-child {
	margin-top: 6px
}

.rs-footer .footer-top .recent-post-widget .post-item .post-date>span:last-child {
	font-size: 13px
}

.rs-footer .footer-top .recent-post-widget .post-item .post-title {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0
}

.rs-footer .footer-top .recent-post-widget .post-item .post-title a {
	color: #afb0b2;
	font-weight: 400
}

.rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus,
.rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover {
	color: #fff
}

.rs-footer .footer-top .recent-post-widget .post-item .post-category {
	font-size: 13px
}

.rs-footer .footer-top .recent-post-widget .post-item+.post-item {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(102, 102, 102, .5)
}

.rs-footer .footer-top .sitemap-widget {
	overflow: hidden
}

.rs-footer .footer-top .sitemap-widget li a {
	color: #afb0b2;
	display: block;
	border-bottom: 1px solid rgba(102, 102, 102, .5);
	position: relative;
	padding: 4px 0 4px 14px
}

.rs-footer .footer-top .sitemap-widget li a:focus,
.rs-footer .footer-top .sitemap-widget li a:hover {
	color: #fff
}

.rs-footer .footer-top .sitemap-widget li a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 4px;
	color: #afb0b2;
	font-weight: 400
}

.rs-footer .footer-top .recent-project li {
	display: inline-block;
	margin: 2px 3px;
	overflow: hidden;
	position: relative;
	width: 78px
}

.rs-footer .footer-top .recent-project li img {
	height: 100%
}

.rs-footer .footer-top .recent-project li a {
	display: block
}

.rs-footer .footer-top .recent-project li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .2);
	transition: all .3s ease 0s
}

.rs-footer .footer-top .recent-project li a:hover:after {
	opacity: 1
}

.rs-footer .footer-subscribe {
	position: relative
}

.rs-footer .footer-subscribe input {
	font-size: 14px;
	padding: 8px 15px;
	border: none;
	border-radius: 0;
	height: 45px;
	position: relative;
	width: 186px;
	border-radius: 25px;
	display: block;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	outline: 0;
	width: 100%
}

.rs-footer .footer-subscribe button {
	position: absolute;
	right: -2px;
	top: 0;
	height: 45px;
	border: none;
	background: #1b2531;
	color: #fff;
	font-size: 0;
	padding: 10px 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px
}

.rs-footer .footer-subscribe button:after {
	content: "\f1d8";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #fff;
	font-size: 18px;
	padding-right: 0;
	position: absolute;
	top: 10px;
	left: 14px;
	transition: all .3s ease 0s
}

.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid #b9b9b9;
	font-size: 14px
}

.footer-bottom .copyright p {
	margin-bottom: 0
}

.footer-bottom .copyright a {
	color: #fff
}

.footer-bottom .copyright a:focus,
.footer-bottom .copyright a:hover {
	color: #afb0b2
}

.footer-bottom .footer-bottom-menu {
	display: inline-block
}

.footer-bottom .footer-bottom-menu ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	padding: 0;
	list-style: none
}

.footer-bottom .footer-bottom-menu ul>* {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	padding-left: 10px;
	position: relative
}

.footer-bottom .footer-bottom-menu ul li:before {
	display: inline-block
}

.footer-bottom .footer-bottom-menu ul li:nth-child(n+2):before {
	content: ":";
	margin-right: 10px
}

.footer-bottom .footer-bottom-menu ul li a {
	color: #afb0b2
}

.footer-bottom .footer-bottom-menu ul li a:focus,
.footer-bottom .footer-bottom-menu ul li a:hover {
	color: #fff
}

.footer-bottom .footer-bottom-share {
	display: inline-block
}

.footer-bottom .footer-bottom-share ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-bottom .footer-bottom-share ul li {
	display: inline-block
}

.footer-bottom .footer-bottom-share ul li+li {
	margin-left: 10px
}

.footer-bottom .footer-bottom-share ul li a {
	font-size: 15px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	color: #fff;
	transition: all .3s ease 0s;
	background: #1b2531
}

.footer-bottom .footer-bottom-share ul li a:hover {
	color: #b9b9b9
}

.rs-contact .contact-top-section {
	position: relative
}

.rs-contact .contact-top-section #googleMap {
	width: 100%;
	height: 660px
}

.rs-contact .contact-top-section .contact-box-area {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 111
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner {
	background: #1b2531;
	box-shadow: 0 0 40px rgba(0, 0, 0, .15)
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form {
	background: #fff;
	padding: 100px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .form-control {
	width: 100%;
	box-shadow: none;
	color: #2b323f;
	height: auto;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 0
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form textarea.form-control {
	height: 150px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .btn {
	background: #1b2531;
	color: #101010;
	border-radius: 0;
	padding: 10px 20px;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	font-weight: 700
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .contact-form .btn:hover {
	background: #101010;
	color: #fff
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box {
	padding: 100px;
	padding-left: calc(70px);
	color: #101010
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box h2 {
	color: #101010
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li {
	margin-bottom: 15px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon {
	width: 30px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon i {
	font-size: 30px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon .fa-envelope-o {
	font-size: 25px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details {
	padding-left: 20px
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details p {
	margin: 0
}

.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-details,
.rs-contact .contact-top-section .contact-box-area .contact-box-inner .address-box .address-details li .info-icon {
	display: table-cell;
	vertical-align: top
}

.rs-contact .footer-bottom {
	background-color: #252525;
	padding-bottom: 50px;
	padding-top: 30em
}

#scrollUp {
	text-align: center;
	bottom: 40px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 40px;
	z-index: 999
}

#scrollUp i {
	border: 1px solid #1b2531;
	height: 40px;
	font-size: 24px;
	width: 42px;
	color: #1b2531;
	line-height: 36px;
	transition: all .3s ease 0s;
	margin-left: 2px
}

#scrollUp i:hover {
	color: #fff;
	background-color: #1b2531
}

.error-page-area {
	text-align: center
}

.error-page-area .error-page {
	background: #f0f0f0;
	background-position: center center;
	background-size: cover;
	padding: 60px 0 100px
}

.error-page-area .error-page h1 {
	font-size: 250px;
	color: #101010;
	line-height: 230px;
	margin: 0
}

.error-page-area .error-page p {
	font-size: 18px;
	color: #101010;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 50px
}

.error-page-area .error-page-message {
	margin-top: 0
}

.error-page-area .error-page-message p {
	font-size: 18px;
	color: #000
}

.error-page-area .error-page-message .home-page a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #101010;
	background: #1b2531;
	padding: 15px 35px;
	transition: all .3s ease 0s;
	font-weight: 700
}

.error-page-area .error-page-message .home-page a:hover {
	background: #101010;
	color: #fff
}

.counter-top-area {
	background: url(images/about/counter-up.webp) no-repeat scroll 0 0;
	background-attachment: fixed;
	transition: all .3s ease 0s;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	line-height: 0;
	position: relative
}

.counter-top-area.secondary-bg {
	background: url(images/about/counter-up2.webp) no-repeat scroll 0 0
}

.counter-top-area .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(37, 37, 37, .8);
	width: 100%;
	height: 100%
}

.counter-top-area .rs-counter-list {
	text-align: center
}

.counter-top-area h2 {
	font-size: 30px;
	font-weight: 700;
	padding: 0;
	color: #fff;
	margin-top: 26px!important;
	margin-bottom: 7px!important
}

.counter-top-area h2.percent {
	position: relative;
	margin-right: 30px
}

.counter-top-area h2.percent:after {
	position: absolute;
	top: 0;
	left: 62%;
	content: "%"
}

.counter-top-area h3 {
	color: #cacaca;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 18px
}

.counter-top-area .rs-count {
	padding: 0 0 25px 0
}

.counter-top-area .rs-counter-list .glyph-icon {
	color: #1b2531;
	display: inline-block
}

.counter-top-area .rs-counter-list .glyph-icon:after,
.counter-top-area .rs-counter-list .glyph-icon:before {
	font-size: 60px
}

.counter-top-area .rs-counter-list .glyph-icon:hover {
	color: #fdd835
}

.rs-breadcrumbs {
	position: relative;
	overflow: hidden;
	height: 270px;
	background: #ec2f31
}

.rs-breadcrumbs:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%
}

header#rs-header.inner-pages {
	border-bottom: 1px solid rgba(255, 255, 255, .35)
}

.rs-breadcrumbs img {
	width: 100%
}

.rs-breadcrumbs .breadcrumbs-inner {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 11;
	top: 77%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	max-width: 100%
}

.rs-breadcrumbs .page-title {
	font-size: 36px;
	margin-bottom: 0;
	letter-spacing: .5px;
	color: #fff
}

ul#service-menu {
	background: #00436e;
	padding: 0 15px
}

.rs-breadcrumbs ul {
	display: inline-block;
	padding: 4px 20px
}

.rs-breadcrumbs ul li {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 400
}

.rs-breadcrumbs ul li a {
	position: relative;
	padding-right: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	color: #fff
}

.rs-breadcrumbs ul li a:after,
.rs-breadcrumbs ul li a:before {
	background-color: #ccc;
	content: "";
	height: 15px;
	width: 2px;
	position: absolute;
	right: 7px;
	top: 2px;
	transform: rotate(33deg)
}

.rs-breadcrumbs ul li a:before {
	right: 15px
}

.rs-breadcrumbs ul li a:hover {
	color: #1b2531
}

.collto-action,
.footer-collto-action {
	padding: 40px 0
}

.collto-action h2,
.collto-action h2 a,
.footer-collto-action h2 {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 40px
}

.collto-action .get-quite,
.footer-collto-action .get-quite {
	margin-top: 8px
}

.collto-action .get-quite a,
.footer-collto-action .get-quite a {
	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 15px 8px 42px;
	font-weight: 700;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	position: relative;
}
div#rs-team h3, div#rs-team p {
    color: #fff;
}

.collto-action .get-quite a.cta-video:before {
	content: "\f144";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 28px;
	font-weight: lighter;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.collto-action .get-quite a.cta-profile:before {
	content: "\f019";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 28px;
	font-weight: lighter;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.collto-action .get-quite a {
	width: 190px !important;
	display: block;
	margin-bottom: 8px;
}

.collto-action .get-quite a:hover {
	color: #fff
}

.footer-collto-action .get-quite a:hover {
	color: #00436e
}

.footer-collto-action {
	padding: 0;
	margin-top: 45px
}

.footer-collto-action .primary-bg {
	padding: 35px;
	position: relative;
	margin-top: -60px;
	top: -76px
}

.rs-project-details .display-table {
	top: 35%;
	position: absolute;
	width: 210px!important
}

.rs-project-details .portfolio-content:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	border: 1px solid #ccc;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease;
	height: 90%;
	z-index: -1
}

.rs-project-details .sec-sub-title {
	margin: 5px 0 41px
}

.rs-project-details .top-images .top-img {
	margin-bottom: 45px
}

.rs-project-details .top-images .inner-top {
	background: #f0f0f0;
	padding: 15px
}

.rs-project-details .top-images .inner-top .inner {
	border: 1px solid #1b2531;
	margin: 0;
	border-radius: 4px;
	position: relative;
	left: -3px;
	top: -3px
}

.rs-project-details .top-images .inner-top .inner .details {
	border: 1px solid #1b2531;
	margin: -1px -1px -2px -1px;
	border-radius: 4px;
	position: relative;
	left: 6px;
	top: 6px;
	padding: 22px 35px 44px
}

.rs-project-details .top-images .inner-top .inner .details h3 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 26px;
	text-align: center;
	color: #101010;
	position: relative;
	padding-bottom: 12px
}

.rs-project-details .top-images .inner-top .inner .details h3:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #ccc
}

.rs-project-details .top-images .inner-top .inner .details h3:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 75%;
	bottom: -2px;
	left: 0;
	background: #ccc;
	margin: 0 auto;
	right: 0
}

.rs-project-details .top-images .inner-top .inner .details ul {
	padding: 0;
	margin: 0
}

.rs-project-details .top-images .inner-top .inner .details ul li {
	list-style: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.rs-project-details .top-images .inner-top .inner .details ul li span {
	float: right;
	text-transform: capitalize;
	font-weight: 400
}

.rs-project-details .inner2 {
	margin-top: -7px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px
}

.rs-project-details .bottom-inner h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #101010;
	margin: 0 0 20px
}

.rs-project-details .bottom-inner ul {
	overflow: hidden;
	margin-bottom: 20px
}

.rs-project-details .bottom-inner ul li {
	float: left;
	width: 50%;
	margin-bottom: 8px
}

.rs-project-details .bottom-inner ul li a {
	color: #505050;
	font-size: 15px;
	padding-right: 15px
}

.rs-project-details .bottom-inner ul li a i {
	margin-right: 3px
}

.rs-project-details .bottom-inner ul li a:hover {
	color: #1b2531
}

#relatade-project {
	padding-top: 70px
}

#relatade-project .sec-title {
	margin-bottom: 50px
}

.single-blog-details .single-image {
	margin-bottom: 25px;
	overflow: hidden
}

.single-blog-details .single-image img {
	filter: grayscale(0);
	transition: all .8s ease-in-out 0s
}

.single-blog-details .single-image img:hover {
	filter: grayscale(100%);
	transform: scale(1.1)
}

.single-blog-details h3 {
	font-size: 18px;
	color: #101010;
	margin: 20px 0;
	padding: 0;
	line-height: 25px
}

.single-blog-details blockquote {
	background: #f0f0f0;
	border: medium none;
	margin: 25px 0 25px;
	padding: 24px 25px 24px 63px;
	font-size: 18px;
	color: #101010;
	font-style: italic;
	position: relative;
	font-weight: 400
}

.single-blog-details blockquote i {
	position: absolute;
	left: 22px;
	font-size: 25px;
	top: 21px
}

.single-blog-details h2 {
	font-size: 20px;
	margin: 0 0 25px
}

.single-blog-details .share-section {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px
}

.single-blog-details .share-section .share-link1 {
	padding: 0;
	margin: 0;
	float: right
}

.single-blog-details .share-section .share-link1 li {
	float: left;
	list-style: none
}

.single-blog-details .share-section .share-link1 li:first-child a {
	margin-left: 0
}

.single-blog-details .share-section .share-link1 li a {
	padding: 7px 8px;
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: 400;
	color: #505050;
	border-radius: 4px;
	margin-left: 14px
}

.single-blog-details .share-section .share-link1 li a:hover {
	background: #1b2531;
	color: #101010;
	border: 1px solid #1b2531
}

.single-blog-details .share-section .share-link1 li:first-child a {
	background: #1b2531;
	color: #101010;
	border: 1px solid #1b2531
}

.single-blog-details .share-section .life-style span {
	font-size: 12px;
	font-weight: 400;
	color: #505050;
	margin-right: 12px
}

.single-blog-details .share-section .life-style span:last-child {
	margin-right: 0
}

.single-blog-details .share-section .life-style span i {
	margin-right: 4px
}

.single-blog-details .share-section .life-style span a {
	font-size: 12px;
	font-weight: 400;
	color: #505050
}

.single-blog-details .share-section .life-style span a i {
	font-size: 12px;
	margin-right: 4px
}

.single-blog-details .share-section .life-style span a:hover {
	color: #1b2531
}

.single-blog-details .share-section .life-style span.author a {
	color: #777
}

.single-blog-details .share-section .life-style span.author a:hover {
	color: #1b2531
}

.single-blog-details .share-section2 {
	border: 1px solid #ddd;
	padding: 15px 15px 15px 15px
}

.single-blog-details .share-section2 span {
	font-size: 15px;
	font-weight: 400;
	color: #101010
}

.single-blog-details .share-section2 .share-link {
	float: right
}

.single-blog-details .share-section2 .share-link li {
	float: left;
	list-style: none
}

.single-blog-details .share-section2 .share-link li:first-child a {
	margin-left: 0
}

.single-blog-details .share-section2 .share-link li a {
	font-size: 12px;
	font-weight: 400;
	color: #505050;
	padding: 7px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-left: 14px
}

.single-blog-details .share-section2 .share-link li a:hover {
	background: #1b2531;
	color: #fff;
	border: 1px solid #1b2531
}

.single-blog-details .like-section .col-xs-12 h3 {
	margin: 14px 0 6px
}

.single-blog-details .like-section .col-xs-12 h3 a {
	font-size: 15px;
	font-weight: 400;
	color: #101010
}

.single-blog-details .like-section .col-xs-12 span {
	font-size: 12px;
	font-weight: 400
}

.single-blog-details .like-section .col-xs-12 span i {
	font-size: 12px
}

.single-blog-details .like-section .col-xs-12 .popular-post-img img {
	transition: all .3s ease 0s
}

.single-blog-details .like-section .col-xs-12:hover a {
	color: #1b2531
}

.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
	opacity: .5
}

.single-blog-details .next-pre-section {
	padding: 23px 0 15px;
	margin: 0;
	overflow: hidden
}

.single-blog-details .next-pre-section li {
	margin: 0
}

.single-blog-details .next-pre-section li a {
	font-size: 15px;
	color: #505050
}

.single-blog-details .next-pre-section li a i {
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	color: #101010
}

.single-blog-details .next-pre-section li a:hover {
	color: #1b2531
}

.single-blog-details .next-pre-section li a:hover i {
	color: #1b2531
}

.single-blog-details .next-pre-section li.left-arrow {
	float: left;
	width: 50%
}

.single-blog-details .next-pre-section li.left-arrow a {
	font-size: 15px;
	font-weight: 500;
	color: #505050
}

.single-blog-details .next-pre-section li.left-arrow a i {
	padding-right: 5px
}

.single-blog-details .next-pre-section li.right-arrow {
	float: right;
	width: 50%;
	text-align: right
}

.single-blog-details .next-pre-section li.right-arrow a {
	font-size: 15px;
	font-weight: 500
}

.single-blog-details .next-pre-section li.right-arrow a i {
	padding-left: 5px
}

.single-blog-details .author-comment h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 42px 0 6px
}

.single-blog-details .author-comment span {
	font-size: 12px;
	font-weight: 500
}

.single-blog-details .author-comment span a {
	font-size: 12px;
	font-weight: 500
}

.single-blog-details .author-comment span i {
	font-size: 12px
}

.single-blog-details .author-comment h4 {
	font-size: 15px;
	font-weight: 700
}

.single-blog-details .author-comment ul {
	padding: 0;
	margin: 0
}

.single-blog-details .author-comment ul li {
	margin: 0 0 2px;
	padding: 20px 22px;
	border-bottom: 1px solid #ddd
}

.single-blog-details .author-comment ul li:nth-child(2) {
	margin-left: 100px
}

.single-blog-details .author-comment ul li:nth-child(2) .col-sm-2 {
	padding: 0
}

.single-blog-details .author-comment ul li:last-child {
	border-bottom: none
}

.single-blog-details .author-comment ul li .image-comments {
	margin-top: 0
}

.single-blog-details .author-comment ul li .image-comments img {
	width: 90px;
	border-radius: 100%
}

.single-blog-details .author-comment ul li .reply {
	display: block;
	position: absolute;
	text-align: right;
	width: 95%
}

.single-blog-details .author-comment ul li .reply a {
	color: #101010
}

.single-blog-details .author-comment ul li .reply a:hover {
	color: #1b2531
}

.single-blog-details .author-comment ul li .reply i {
	color: #101010
}

.single-blog-details .author-comment ul li .dsc-comments h4 {
	margin: 0 0 12px
}

.single-blog-details .author-comment ul li .dsc-comments a {
	color: #1b2531
}

.single-blog-details .author-comment ul li .dsc-comments p {
	margin: 6px 0 0
}

.single-blog-details .leave-comments-area {
	padding-top: 20px
}

.single-blog-details .leave-comments-area .form-group {
	margin-bottom: 20px
}

.single-blog-details .leave-comments-area h4 {
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: 700;
	margin-bottom: 19px
}

.single-blog-details .leave-comments-area label {
	color: #505050;
	font-weight: 400;
	letter-spacing: 1px
}

.single-blog-details .leave-comments-area input,
.single-blog-details .leave-comments-area textarea {
	background: 0 0;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	width: 100%
}

.single-blog-details .leave-comments-area textarea {
	height: 150px;
	width: 100%;
	max-width: 100%
}

.single-blog-details .leave-comments-area .btn-send {
	background: #1b2531;
	font-weight: 400;
	color: #101010;
	font-size: 15px;
	line-height: 24px;
	border: none;
	border-radius: 0;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all .3s ease 0s
}

.single-blog-details .leave-comments-area .btn-send:hover {
	background: #101010;
	color: #fff
}

.sidebar-area .search-box {
	margin-top: -6px
}

.sidebar-area .search-box span {
	font-size: 20px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px
}

.sidebar-area .search-box .box-search {
	position: relative
}

.sidebar-area .search-box .box-search .form-control {
	border-radius: 0;
	box-shadow: none;
	color: #101010;
	padding: 5px 20px;
	height: 45px
}

.sidebar-area .search-box .btn {
	position: absolute;
	right: 5px;
	background: 0 0;
	border: none;
	top: 6px
}

.sidebar-area .search-box .btn:hover i {
	color: #1b2531
}

.sidebar-area .cate-box {
	margin-top: 44px
}

.sidebar-area .cate-box span.title {
	font-size: 20px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px
}

.sidebar-area .cate-box ul {
	padding: 0;
	margin: 0
}

.sidebar-area .cate-box ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	cursor: pointer
}

.sidebar-area .cate-box ul li a {
	color: #505050;
	padding: 0 0 0 5px
}

.sidebar-area .cate-box ul li a span {
	float: right
}

.sidebar-area .cate-box ul li:hover a {
	color: #1b2531
}

.sidebar-area .cate-box ul li:first-child {
	padding-top: 0
}

.sidebar-area .recent-post-area {
	margin-top: 44px
}

.sidebar-area .recent-post-area span.title {
	font-size: 20px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px
}

.sidebar-area .recent-post-area ul li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd
}

.sidebar-area .recent-post-area ul li img {
	transition: all .3s ease 0s;
	cursor: pointer
}

.sidebar-area .recent-post-area ul li h4 {
	margin: 0;
	line-height: 24px
}

.sidebar-area .recent-post-area ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #101010
}

.sidebar-area .recent-post-area ul li span {
	font-size: 12px;
	margin-right: 12px
}

.sidebar-area .recent-post-area ul li span a {
	font-size: 12px;
	font-weight: 300;
	color: #505050
}

.sidebar-area .recent-post-area ul li span a i {
	font-size: 12px
}

.sidebar-area .recent-post-area ul li span i {
	font-size: 12px;
	margin-right: 4px
}

.sidebar-area .recent-post-area ul li:last-child {
	border-bottom: none
}

.sidebar-area .recent-post-area ul li:hover a {
	color: #1b2531
}

.sidebar-area .recent-post-area ul li:hover img {
	opacity: .5
}

.sidebar-area .tag-area {
	margin-top: 24px;
	overflow: hidden
}

.sidebar-area .tag-area span.title {
	font-size: 20px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 17px
}

.sidebar-area .tag-area ul {
	padding: 0;
	margin: 0
}

.sidebar-area .tag-area ul li {
	float: left;
	list-style: none
}

.sidebar-area .tag-area ul li a {
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	display: block;
	color: #505050;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px
}

.sidebar-area .tag-area ul li a:hover {
	background: #1b2531;
	border-color: #1b2531
}

.sidebar-area .newsletter-area {
	background: #f9f9f9;
	margin-top: 48px;
	text-align: center;
	padding: 30px 50px
}

.sidebar-area .newsletter-area h3 {
	font-size: 20px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0
}

.sidebar-area .newsletter-area p {
	font-size: 15px;
	color: #505050;
	margin: 7px 0 20px
}

.sidebar-area .newsletter-area .box-newsletter {
	position: relative
}

.sidebar-area .newsletter-area .box-newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	color: #101010;
	padding: 5px 20px;
	height: 50px
}

.sidebar-area .newsletter-area .btn {
	position: absolute;
	right: 0;
	background: #1b2531;
	border: none;
	top: 0;
	color: #101010;
	display: block;
	padding: 15px 20px;
	border-radius: 0
}

.sidebar-area .newsletter-area .btn i {
	transition: all .3s ease 0s
}

.sidebar-area .newsletter-area .btn:hover i {
	color: #101010
}

.rs-team-pages2 .default-pagination {
	padding-top: 10px
}

.default-pagination {
	padding-top: 40px
}

.default-pagination ul {
	text-align: center;
	overflow: hidden;
	max-width: 350px;
	margin: 0 auto
}

.default-pagination ul li {
	float: left
}

.default-pagination ul li a:hover,
.default-pagination ul li.active a {
	background: #1b2531;
	color: #101010
}

.default-pagination ul li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: 0 0;
	border: 1px solid #d7d7d7;
	color: #505050;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
	transition: all .3s ease 0s;
	text-align: center
}

.rs-banner-area {
	background: url(images/banner/1.webp) no-repeat top center;
	line-height: 0;
	padding: 150px 0;
	position: relative;
	background-size: cover;
	transition: all .3s ease 0s;
	overflow: hidden
}

.rs-banner-area ul li {
	margin-right: 20px;
	float: left;
	margin-bottom: 14px
}

.rs-banner-area .sl-subtitle {
	font-size: 45px
}

.rs-banner-area .sl-title {
	font-size: 50px
}

.rs-banner-area .sl-desc {
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 22px
}

.rs-banner-area .display-table-cell {
	position: relative;
	z-index: 10
}

.rs-banner-area .overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.cmap2#googleMap {
	height: 420px
}

.contact-page3 .control-inner {
	margin-bottom: 40px
}

.contact-page3 .control-inner .info-details {
	background: #ddd;
	padding: 40px 15px;
	text-align: center
}

.contact-page3 .control-inner .info-details i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #1b2531;
	color: #101010;
	margin: 0 auto 15px;
	font-size: 20px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	border-radius: 50%
}

.contact-page3 .control-inner .info-details .info-text,
.contact-page3 .control-inner .info-details .info-text a {
	color: #101010
}

.contact-page3 .control-inner .info-details .info-text a:hover {
	color: #1b2531
}

.contact-page3 .cmap2#googleMap {
	height: 460px
}

.blog-page-area .inner {
	background: #f0f0f0;
	border-top: 5px solid #1b2531;
	padding: 30px 15px;
	overflow: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s
}

.blog-page-area .inner .blog-content ul.blog-meta {
	margin: 0 0 5px
}

.blog-page-area .inner .blog-content ul.blog-meta li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	padding-right: 18px
}

.blog-page-area .inner .blog-content ul.blog-meta li:last-child {
	padding-right: 0
}

.blog-page-area .inner .blog-content ul.blog-meta li i {
	font-size: 12px
}

.blog-page-area .inner .blog-content ul.blog-meta li a {
	display: block
}

.blog-page-area .inner .blog-content h4 {
	margin: 0 0 10px
}

.blog-page-area .inner .blog-content h4 a {
	font-size: 20px;
	font-weight: 700;
	color: #101010
}

.blog-page-area .inner .blog-content a {
	font-weight: 400;
	color: #1b2531
}

.blog-page-area .inner .blog-images {
	overflow: hidden;
	position: relative
}

.blog-page-area .inner .blog-images i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #1b2531;
	color: #1b2531;
	opacity: 0
}

.blog-page-area .inner .blog-images:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0)
}

.blog-page-area .inner .blog-images img {
	transform: scale(1);
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	width: 100%
}

.blog-page-area .inner:hover .blog-images i {
	opacity: 1
}

.blog-page-area .inner:hover .blog-images img {
	transform: scale(1.1);
	transition: all .3s ease 0s
}

.blog-page-area .inner:hover .blog-images:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-ms-transform: scale(1)!important
}

.blog-page-area .inner:hover .blog-content h4 a {
	color: #1b2531
}

.blog-page-area.sidebar-blog-section .inner {
	padding: 30px
}

.blog-page-area.sidebar-blog-section .inner .blog-content h4 {
	margin-top: 20px
}

.preloader {
	background-color: #00436e;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0;
	top: 0;
	z-index: 9999999
}

.sk-cube-grid {
	width: 60px;
	height: 60px;
	margin: 40px auto;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-mz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background-color: #fff;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

.ourclients .owl-dots {
	display: block!important
}

.associatedServices h2 {
	width: auto;
	text-align: center;
	padding: 10px 15px;
	border: 1px solid #2e3f51;
	margin-right: 10px;
	margin-bottom: 15px;
	border-left: 5px solid #2e3f51;
	color: #2e3f51;
	float: left;
	font-size: 16px
}

.associatedServices h2 a,
.associatedServices h2 a:hover {
	color: #2e3f51;
	font-weight: 700
}

.allServices h3 a,
.allServices p {
	color: #1b2531!important
}

.services-section.allServices .single-service .service-details a.primary-btn {
	background: #1b2531!important;
	color: rgba(255, 255, 255, .7);
	font-size: 15px;
	padding: 5px 24px;
	display: inline-block;
	margin-bottom: 25px;
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	font-family: 'Playfair Display', serif;
	font-style: italic
}

.inner2.mt-50 {
	margin-top: 50px!important
}

.caseStudy {
	background: rgba(47, 64, 82, .05);
	padding: 15px
}

.caseStudy p {
	margin-bottom: 8px!important
}


.caseStudy h4,
.caseStudy h4 a,
.caseStudy h5,
.caseStudy h5 a,
.caseStudy h6,
.caseStudy h6 a,
.services-section h4,
.services-section h4 a,
.services-section h5,
.services-section h5 a,
.services-section h6,
.services-section h6 a {
	margin: 0 0 5px;
	color: #00436e;
	font-weight: 700
}

figure.letImg figcaption {
	text-align: center
}

div#html5-watermark {
	display: none!important
}

.html5-title {
	text-align: center
}

.servicevideos h5 {
	background: #00436e;
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-weight: 400;
	padding-top: 10px;
	min-height: 90px
}

.servicevideos {
	padding-bottom: 30px;
	float: left
}

.servicevideos a.html5lightbox:before {
	content: "\f01d";
	font-family: FontAwesome;
	display: block;
	font-size: 68px;
	z-index: 99999;
	position: absolute;
	top: 24%;
	left: 34%;
	color: rgba(255, 255, 255, .75)
}

#accordion.faqAccordion .panel {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 15px
}

#accordion.faqAccordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 3px
}

#accordion.faqAccordion .panel-title a {
	display: block;
	padding: 12px 50px 12px 15px;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	color: #2e3f51;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	position: relative;
	transition: all .5s ease 0s;
	box-shadow: 0 1px 2px rgba(43, 59, 93, .3)
}

#accordion.faqAccordion .panel-title a.collapsed {
	box-shadow: none;
	color: #676767;
	box-shadow: 0 1px 2px rgba(43, 59, 93, .3)
}

#accordion.faqAccordion .panel-title a.collapsed:before,
#accordion.faqAccordion .panel-title a:before {
	content: "\f067";
	font-family: FontAwesome;
	width: 25px;
	height: 25px;
	line-height: 28px;
	font-size: 15px;
	font-weight: 900;
	color: #2e3f51;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 15px;
	transform: rotate(135deg);
	transition: all .3s ease 0s
}

#accordion.faqAccordion .panel-title a.collapsed:before {
	color: #676767;
	transform: rotate(0)
}

#accordion.faqAccordion .panel-title a:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ececec;
	position: absolute;
	top: 0;
	right: 55px
}

#accordion.faqAccordion .panel-body p {
	font-size: 15px;
	padding: 10px 0 0
}

#accordion.faqAccordion .panel-body {
	padding: 0 15px;
	border: none;
	font-size: 15px;
	color: #615f5f;
	line-height: 27px
}

#faq-form button {
	background: #1b2531;
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	border: none;
	border-radius: 0;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all .3s ease 0s
}

section#rental {
	background: #f5f7fa;
	width: 100%;
	height: auto;
	padding: 60px 0
}

.rentalItem {
	background: #fff;
	padding: 25px 15px;
	float: left;
	display: block;
	border-radius: 0;
	-webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06)
}

.rentalItem h4,
.rentalItem h4 a {
	text-align: center;
	color: #00436e;
	font-weight: initial;
	font-weight: 700
}

.rentalItem .buttons .get-quote,
.rentalItem .buttons .viewMore {
	width: 85%;
	background: #00436e;
	padding: 7px 0;
	text-align: center;
	margin: auto
}

.rentalItem .buttons a .viewMore,
.rentalItem a .buttons a .get-quote {
	color: #fff
}

ul.ul50 {
	list-style: none
}

ul.ul50 li {
	position: relative;
	padding-left: 30px;
	width: 50%;
	float: left
}

ul.ul50 li:before {
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 99999;
	color: #1b2531;
	font-size: 18px
}

.rentalItem.getQuotes {
	margin-top: 50px;
	width: 100%
}

.rentalItem.getQuotes h4 {
	margin-top: -73px;
	text-align: left;
	background: #fff;
	padding: 15px;
	width: 168px;
	float: left;
	margin-left: -15px;
	border-top: 2px solid #2e3f51
}

form#getQuote input {
	width: 100%;
	margin: auto;
	height: 50px;
	padding-left: 15px;
	margin-bottom: 20px
}

form#getQuote textarea {
	width: 100%;
	margin: auto;
	height: 150px;
	padding-left: 15px;
	margin-bottom: 20px
}

form#getQuote input[type=submit] {
	border: none;
	background: #00436e;
	color: #fff
}

#form-messages {
	color: #fff;
	padding: 5px;
	margin-bottom: 10px
}

.success {
	background: green
}

.error {
	background: red
}

h3.border-title small {
	line-height: 37px
}

.demolitionContent {
	background: #00436e;
	color: #fff;
	padding: 50px 20px 15px;
	margin-top: 50px
}

.demolitionContent.demolition-full {
	padding: 40px 40px 20px;
	margin-top: 40px;
}

.demolitionContent.demolition-full > p {
	font-size: 15px;
	line-height: 1.8;
	max-width: 960px;
	margin: 0 auto 15px;
	text-align: center;
}

.demo-sections {
	margin-top: 30px;
}

.demo-block {
	background: rgba(255,255,255,0.08);
	border-radius: 6px;
	padding: 25px;
	margin-bottom: 20px;
	border-left: 3px solid #e31e25;
}

.demo-block h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.demo-block h4 i {
	color: #e31e25;
	margin-right: 8px;
	font-size: 20px;
}

.demo-block p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 12px;
	color: rgba(255,255,255,0.9);
}

.demo-block ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}

.demo-block ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255,255,255,0.9);
}

.demo-block ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #e31e25;
	font-size: 14px;
}

.demo-block-highlight {
	background: rgba(227,30,37,0.1);
	border-left: 3px solid #fff;
	margin: 10px 0 25px;
}

.demo-block-highlight h4 i {
	color: #fff;
}

.demo-checklist li:before {
	content: "\f00c" !important;
}

.rs-about .demolitionContent .sec-title h3:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.demoButton {
	width: 150px;
	margin: auto;
	text-align: center;
}

a.primary-btn.demolition {
	background: #fff;
	color: #00436e;
	font-size: 14px;
	padding: 8px 28px;
	display: inline-block;
	margin-bottom: 25px;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	font-weight: 700;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

a.primary-btn.demolition:hover {
	background: #e31e25;
	color: #fff;
}

.company-overview p a,
.rentalItem p a,
.rs-about .panel-body a,
.rs-project-details p a,
.services-section p a {
	color: #00436e
}

.caseStudy p a,
.servicevideos h3 a {
	color: #00436e;
	font-weight: 700
}

.caseStudy ul li a,
.rs-project-details .caseStudy p a {
	color: #00436e;
	font-weight: 400
}

.gallery-top-nav {
	display: flex;
	justify-content: center
}

.gallery-container .nav-tabs {
	margin-bottom: 10px
}

.gallery-container .tab-content .nav-tabs {
	padding-bottom: 10px;
	margin-bottom: 10px
}

.gallery-container .tab-content .nav-tabs li {
	margin-bottom: 5px!important
}

.gallery-container .tab-content .nav-tabs>li>a:focus,
.gallery-container .tab-content .nav-tabs>li>a:hover {
	border: 1px solid transparent!important
}

.gallery-container .tab-content .nav-tabs>li.active>a,
.gallery-container .tab-content .nav-tabs>li.active>a:focus,
.gallery-container .tab-content .nav-tabs>li.active>a:hover {
	border: 1px solid #ddd!important
}

.gallery a h5 {
	background: #00436e;
	color: #fff;
	padding: 10px 15px;
	text-align: center
}

.gallery-container .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.gallery-container .row>[class*=col-] {
	display: flex;
	flex-direction: column
}

.sitemap-page h2 a:hover {
	font-weight: 700
}

.sitemap-page h2 a::before {
	display: none
}

.sitemap-page a {
	display: block
}

.sitemap-page a::before {
	content: '>';
	margin-right: 8px;
	color: #ec2f31
}

.sitemap-widget-content {
	margin-bottom: 40px
}

div#rs-certificate {
	padding: 80px 0 0 0
}

.specialTxt h3 {
	color: #fff;
	background: #2e3f51;
	padding: 30px;
	line-height: 34px
}
.specialTxt h3 a {
    color: #cfcccc;
    font-size: 24px;
    font-weight: 700;
}
.specialTxt h3 a:hover {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.specialTxt img {
	float: right
}

.specialTxt {
	display: block;
	float: left
}
.sideWhatsapp {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 30%;
}
.sideWhatsapp a {
    background: #0d9f16;
    /* width: 50px; */
    display: block;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    margin-bottom: 15px;
}
.sideWhatsapp i {
    font-size: 33px;
}

