	@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,600";
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:"proxima-nova",Helvetica,Roboto,Arial,sans-serif;
  font-size:14px;
}
input::-moz-placeholder { /* Firefox 19+ */
   font-family:"proxima-nova",Helvetica,Roboto,Arial,sans-serif; font-size:14px;
}
input::-ms-input-placeholder { /* IE 10+ */
  font-family:"proxima-nova",Helvetica,Roboto,Arial,sans-serif;
   font-size:14px;
}
input::-moz-placeholder { /* Firefox 18- */
   font-family:"proxima-nova",Helvetica,Roboto,Arial,sans-serif;
    font-size:14px;
}
a.animated4.btn.btn-common {
    border: 1px solid #000;
    background-color: transparent;
    color: #000 !important;
    padding: 13px 40px;
}
a.animated4.btn.btn-common:hover, input#sell_house_submit:hover {
    color: #7cbfec !important;
    transition: 0.5s;
    background: #595b5d!important;
}




/*mystyle*/
a.nav-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

li.nav-item.active a.nav-link::after {
    width: 100%;
}
a.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 10px;
    background: #1f8ee6;
    transition: width .3s;
}
/**/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
body {
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: Proxima Nova, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #333;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden
}button.btn_submit

h1,
h2,
h3,
h4 {
	font-family: montserrat, sans-serif
}

a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

a:hover {
	text-decoration: none
}

a a:focus {
	outline: 0
}

.hero-heading {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 70px;
	letter-spacing: 1px
}

.hero-sub-heading {
	font-size: 20px;
	font-weight: 400;
	color: #e6e6e6;
	line-height: 45px
}

.rev-heading {
	text-transform: uppercase!important;
	font-size: 60px!important
}

.section-titile-bg {
	display: inline;
	font-size: 115px;
	font-weight: 800;
	height: 100%;
	left: -173px;
	opacity: .1;
	position: absolute;
	top: -14px;
	width: 100%;
	text-align: center
}

.matrl-section-quote blockquote {
	border-left-width: 2px
}

.sub-quote p {
	padding-left: 20px
}

.section-title {
	color: #333;
	font-family: montserrat;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: left;
	position: relative;
	margin-bottom: 45px;
	text-transform: uppercase
}

.section-title:before {
	position: absolute;
	content: '';
	bottom: -14px;
	width: 40px;
	height: 2px;
	background-color: #2196f3
}

.subtitle {
	font-size: 20px;
	letter-spacing: .5px;
	margin-top: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.small-title {
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: left;
	font-size: 20px
}

.inner-title {
	font-size: 24px;
	font-weight: 900;
	text-tranform: capitalize
}

.page-tagline {
	font-size: 24px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .7)
}

.page-title {
	font-size: 50px;
	font-weight: 900;
	color: #fff
}

.contact-title {
	font-weight: 900;
	font-size: 38px;
	color: #333
}

.btn-common {
	padding: 10px 20px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff!important;
	border-radius: 2px;
	box-shadow: 0 2px 2.7px .1px rgba(0, 0, 0, .24)!important
}

.btn-common:hover,
.btn-common:focus,
.btn-common:active {
	box-shadow: 0 4px 4.7px .3px rgba(0, 0, 0, .24)!important
}

.btn-border {
	font-weight: 900;
	padding: 9px 20px;
	background: #eee;
	border: 1px solid transparent;
	box-shadow: 0 2px 2.7px .1px rgba(0, 0, 0, .24)!important
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
	color: #fff;
	background-color: transparent!important;
	border: 1px solid #fff!important
}

.btn-round {
	color: #fff!important
}

.material-icons {
	font-size: 18px;
	line-height: 1
}

.btn.btn-fab,
.input-group-btn .btn.btn-fab {
	border-radius: 50%;
	font-size: 24px;
	height: 40px;
	margin: auto;
	min-width: 40px;
	width: 40px;
	padding: 0;
	margin-right: 5px
}

.section-dark {
	background-color: #f9f9f9;
	z-index: -2
}

a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none
}

a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

a.back-to-top:hover,
a.back-to-top:focus {
	text-decoration: none
}

.owl-carousel .item {
	margin: 3px;
	text-align: center;
}

.owl-carousel.item img {
	display: block;
	width: 50%;
	height: auto
}

.owl-carousel .owl-controls .owl-page {
	display: inline-block
}

.owl-carousel .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(255, 255, 255, .3);
	border-radius: 2px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: .5;
	width: 12px
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999
}

.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto
}

#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 7px solid transparent;
	border-top-color: #2196f3
}

#loader-1:before {
	z-index: 100;
	animation: spin 1s infinite
}

#loader-1:after {
	border: 7px solid #f2f2f2
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.section-padding {
	padding: 25px 0;
}

.no-padding {
	padding: 0!important;
}

.padding-left-none {
	padding-left: 0;
}

.padding-right-none {
	padding-right: 0;
}

.tiny_bullet_slider .tp-bullet:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 25px;
	top: -12px;
	left: 0;
	background: 0 0
}

.bullet-bar.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: 0 0;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box
}

.bullet-bar .tp-bullet {
	width: 60px;
	height: 3px;
	position: absolute;
	background: #aaa;
	background: rgba(204, 204, 204, .5);
	cursor: pointer;
	box-sizing: content-box
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
	background: #ccc
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.navbar-brand {
	position: relative
}

.navbar-brand .ripple-container {
	display: none
}

.navbar-brand img {
	width: 120px
}

.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.top-nav-collapse .nav-link {
	color: #333!important;
	margin-top: 0
}

.top-nav-collapse .nav-link:hover {
	color: rgba(0, 0, 0, .6)
}

.top-nav-collapse .navbar-brand {
	top: 0
}
ul:not(.browser-default)>li {
    list-style-type: none;
    margin-bottom: 0px;
    height: auto;
    line-height: 26px;
}
.nav-bg {
	background: #fff;
	box-shadow: none;
}

/*.nav-bg .navbar-nav .nav-link {*/
/*    background-color: transparent;*/
/*	color: #333!important*/
/*}*/

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 16px 10px 18px;
	font-size: 16px;
	color: #fff;
	font-family: roboto, sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	border-top: 3px solid transparent;
	margin-left: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #2196f3
}

.navbar-expand-lg .navbar-nav .nav-link .ripple-container {
	display: none
}

.navbar {
	padding: 0
}

.navbar li.active a.nav-link {
	color: #2196f3
}

.dropdown-toggle::after {
	display: none
}

.dropdown-menu {
	list-style: none;
	margin: 0 12px;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 195px;
	white-space: nowrap;
	border-radius: 2px;
	border: 0;
	z-index:999;
	background: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	animation: .4s ease 0s normal none 1 running fadeInUpMenu
}

.dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
	top: 100%;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	animation: .4s ease 0s normal none 1 running fadeInUpMenu
}

.dropdown .dropdown-menu .dropdown-item {
	width: 100%;
	padding: 10px 20px;
	font-size: 13px;
	color: #202020;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	border-top: 1px solid rgba(0, 0, 0, .03);
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
	background-color: #fafafa
}

.dropdown-item.active,
.dropdown-item:active {
	background: 0 0
}

@-webkit-keyframes fadeInUpMenu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInUpMenu {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu
}

.search-side {
	position: relative;
	float: right;
	top: 0;
	right: -20px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.search-icon span {
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: 20px
}

.search-icon span i {
	font-size: 22px!important;
	display: block;
	border-radius: 2px;
	padding: 3px 8px;
	text-align: center;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

.search-icon:hover i {
	color: #666
}

.navbar-form {
	background: #fff;
	z-index: 9001;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border: 0;
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	height: 60px
}

.navbar-form .form-group {
	height: 100%;
	width: 100%;
	margin: 10px 22px
}

.navbar-form .form-control {
	color: #333;
	border-radius: 0;
	outline: 0;
	font-size: 22px;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: 400;
	line-height: 30px
}

.navbar-form .has-feedback .close {
	height: 30px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 0;
	margin-top: -15px;
	line-height: 15px;
	color: #333;
	font-size: 22px
}

.navbar-toggler {
	display: none
}

.wpb-mobile-menu {
	display: none
}

.slicknav_menu {
	display: none
}

@media screen and (max-width:380px) {
    img.contct_image {
        width: 300px;
        margin: auto;
    }
	.btn_sub {
        text-align: center;
    }
	form#contact_body input[type="text"], form#contact_body input[type="email"],form#contact_body textarea {
	    width: 100%;
	    margin-left: 0px !important;
	}
	form#contact_body input[type="number"]{
 		margin-left: 0px !important;
	}
	form#contact_body label:nth-child(3) span, form#contact_body label:nth-child(4)  {
	    width: 100%;
	    float: left;
	}
	button.btn_submit{
		margin-left: 0px !important;
	}
}
@media screen and (max-width:768px) {
	
	.navbar-header {
		width: 100%
	}
	.navbar-brand {
		position: absolute;
		padding: 0 15px;
		top: 15px
	}
	.navbar-brand .ripple-container {
		display: none
	}
	.top-nav-collapse .navbar-brand {
		top: 15px
	}
	#wpb-mobile-menu {
		display: none
	}
	.slicknav_menu {
		display: block
	}
	.slicknav_nav .active a {
		background: #2196f3;
		color: #fff
	}
	.slicknav_nav a:hover,
	.slicknav_nav .active {
		color: #2196f3
	}
	.slicknav_nav .dropdown li a.active {
		background: #2196f3;
		color: #fff
	}
}

@media(min-width:768px) and (max-width:991px) {
	.btn_sub {
        text-align: center;
    }
	form#contact_body input[type="text"], form#contact_body input[type="email"],form#contact_body textarea {
	    width: 100%;
	    margin-left: 0px !important;
	}
	form#contact_body input[type="number"]{
 		margin-left: 0px !important;
	}
	form#contact_body label:nth-child(3) span, form#contact_body label:nth-child(4)  {
	    width: 100%;
	    float: left;
	}
	button.btn_submit{
		margin-left: 0px !important;
	}
	#nav-main li a.nav-link {
		padding-top: 18px
	}
	.navbar-header {
		width: 100%
	}
	.navbar-brand {
		position: absolute;
		padding: 0 15px;
		top: 15px
	}
	.navbar-brand .ripple-container {
		display: none
	}
	.top-nav-collapse .navbar-brand {
		top: 15px
	}
	#wpb-mobile-menu {
		display: none
	}
	.slicknav_menu {
		display: block
	}
	.slicknav_nav .active a {
		background: #2196f3;
		color: #fff
	}
	.slicknav_nav a:hover,
	.slicknav_nav .active {
		color: #2196f3
	}
	.slicknav_nav .dropdown li a.active {
		background: #2196f3;
		color: #fff
	}
	.page-footer .link-widget ul li {
	    width: 100% !IMPORTANT;
	}
	.video-gallery iframe {
	    width: 100%;
	}
}

#main-slide .carousel-control {
	display: none;
	transition: all .3s ease-in-out
}

#main-slide .carousel-indicators {
	cursor: pointer
}

#main-slide:hover .carousel-control {
	display: block;
	transition: all .3s ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

#main-slide .carousel-item img {
	position: relative;
	width: 100%;
	max-height: 670px
}

#main-slide .carousel-inner .carousel-item::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

#main-slide .carousel-item .carousel-caption {
	opacity: 0;
	transition: opacity 100ms ease 0s;
	z-index: 0
}

#main-slide .carousel-item.active .carousel-caption {
	opacity: 1;
	transition: opacity 100ms ease 0s;
	z-index: 1
}

#main-slide .carousel-caption {
	color: #fff;
	position: absolute;
	top: 35%
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
	opacity: 1;
	box-shadow: none
}

#main-slide .carousel-control-prev span {
	padding: 15px
}

#main-slide .carousel-control-next span {
	padding: 15px
}

#main-slide .carousel-control {
	top: 45%
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
	position: absolute;
	z-index: 5;
	display: inline-block
}

#main-slide .carousel-control .fa-angle-left {
	left: 10px
}

#main-slide .carousel-control .fa-angle-right {
	right: 10px
}

#main-slide .carousel-control i {
	line-height: 40px;
	font-size: 26px;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

#main-slide .carousel-control i:hover {
	color: #fff;
	opacity: .6
}

.carousel .carousel-item.active .animated2 {
	animation: 1s ease-in 200ms normal both 1 running lightSpeedIn
}

.carousel .carousel-item.active .animated3 {
	animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft
}

.carousel .carousel-item.active .animated4 {
	animation: 1s ease-in 500ms normal both 1 running flipInX
}

.carousel .carousel-item.active .animated5 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft
}

.carousel .carousel-item.active .animated6 {
	animation: 1s ease-in 500ms normal both 1 running bounceIn
}

.carousel .carousel-item.active .animated7 {
	animation: 1s ease-in 500ms normal both 1 running bounceIn
}

.carousel .carousel-item.active .animated8 {
	animation: 1s ease-in 800ms normal both 1 running bounceInDown
}

.carousel-fade .carousel-inner .carousel-item {
	max-height: 700px;
	opacity: .8;
	transition-property: opacity
}

.carousel-fade .carousel-inner .active {
	opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}

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

.carousel-fade .carousel-inner .carousel-item::after {
	background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

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

.slider-title {
	font-size: 70px;
	font-weight: 900
}

.about-single {
	text-align: center;
	padding: 0 15px
}

.about-single i {
	border-radius: 50%;
	font-size: 50px;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	background: trasparent;
	transition: all .2s ease-in-out 0s
}

.about-single:hover {
	cursor: pointer
}

.about-single:hover i {
	font-size: 25px;
	color: #fff;
	transition: all .2s ease-in-out 0s;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	cursor: pointer
}
.video-gallery iframe{
	width: 100%;
	
}
.video-gallery {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden
}

.video-gallery .overlay-gallery {
	background-color: rgba(0, 197, 255, .5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease
}

.video-gallery .icon-holder {
	display: table;
	width: 100%;
	height: 100%;
	z-index: 9999
}

.video-gallery .icon-holder .icon {
	display: table-cell;
	vertical-align: middle
}

.video-gallery .icon-holder .icon a {
	outline: 0;
	display: inline-block;
	line-height: 60px
}

.video-gallery .icon-holder .icon i {
	font-size: 80px;
	color: #fff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease
}

.video-gallery:hover .icon i {
	color: #fff
}

.welcome-section h1 {
	line-height: 45px;
	font-size: 30px;
	font-weight: 700;
}

.single-service-widget {
	margin: 25px 0
}

.single-service-widget i {
	font-size: 50px;
	padding-right: 15px;
	line-height: 45px
}

.single-service-widget p {
	color: #999
}

.single-service-widget h2 {
	margin-top: 0;
	text-transform: capitalize;
	transition: all .3s ease-in-out
}

.single-service-widget:hover .pulse-shrink {
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

@-webkit-keyframes pulse-shrink {
	to {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@keyframes pulse-shrink {
	to {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
}

.pulse-shrink {
	display: inline-block
}

#matrl-portfolio .mix {
	padding-bottom: 30px;
	display: none;
	margin: -2px
}

.portfolio-nav ul.nav {
	float: right
}

.portfolio-nav ul.nav li a {
	font-size: 15px;
	color: #333;
	background-color: #eee;
	padding: 7px 12px;
	margin: 4px;
	display: block;
	border-radius: 2px;
	text-transform: capitalize;
	cursor: pointer
}

.portfolio-nav ul.nav li a:hover {
	background: #2196f3;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.portfolio-nav ul.nav li a.active {
	background: #2196f3;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

figure {
	position: relative;
	margin: 0;
	overflow: hidden
}

figure img {
	width: 100%
}

figure figcaption {
	background: #fff;
	bottom: 0;
	padding: 0 20px;
	position: absolute;
	width: 100%;
	margin-bottom: -15px;
	opacity: 0;
	transition: height .5s ease 0s
}

figure figcaption h2 {
	text-transform: capitalize;
	transition: all .5s ease 0s
}

figure figcaption a.btn {
	float: right;
	position: absolute;
	right: 0;
	top: 25px;
	width: 20px!important;
	transition: all .5s ease 0s
}

figure:hover figcaption {
	transition: all .5s ease 0s;
	cursor: pointer;
	opacity: 1;
	margin-bottom: 0
}

#conatiner-map {
	width: 100%;
	height: 480px
}

.contact-widget-section .single-contact-widget {
	background: #f9f9f9;
	padding: 20px 25px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
	height: 260px;
	margin-top: 25px;
	transition: all .3s ease-in-out
}

.contact-widget-section .single-contact-widget i {
	font-size: 75px
}

.contact-widget-section .single-contact-widget h3 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px
}

.contact-widget-section .single-contact-widget p {
	line-height: 16px
}

.contact-widget-section .single-contact-widget:hover {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .46);
	cursor: pointer;
	transition: all .3s ease-in-out
}

#contactForm {
	margin-top: -10px
}

#contactForm .form-group label.control-label {
	color: #504c4c
}

#contactForm .form-control {
	font-weight: 500
}

.google-map-container {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.google-map-container #google-map-contact {
	height: 300px
}

.contact-widget-section2 h2 {
	margin-bottom: 30px
}

.contact-widget-section2 .find-widget {
	padding: 10px 0
}

.contact-widget-section2 .find-widget a {
	color: #333;
	font-size: 14px
}

.contact-widget-section2 .find-widget i {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
	border-radius: 2px;
	display: inline-block;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

.matrl-contact-section ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.matrl-contact-section ul li {
	color: #777;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 28px;
	min-height: 35px;
	width: 100%
}

.matrl-contact-section ul li i {
	width: 35px;
	background: #f50057;
	height: 35px;
	border: 1px solid #f50057;
	border-radius: 2px;
	line-height: 30px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 18px;
	top: 4px;
	margin-right: 10px
}

.matrl-our-team-section {
	padding-bottom: 200px
}

.single-team-widget {
	background: #f5f5f5;
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
	margin-bottom: 20px
}

.single-team-widget img {
	text-align: center
}

.single-team-widget:hover {
	-webkit-box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	-moz-box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73)
}

.single-team-widget p {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}

.single-team-widget .team-member-info {
	height: 130px;
	background: #fff;
	padding: 5px 20px
}

.single-team-widget .team-member-info .know-more {
	position: absolute;
	right: 10%;
	bottom: 12%;
	display: none
}

.single-team-widget .team-member-info .social-profiles .mdi {
	color: #8c8c8c;
	font-size: 18px;
	padding-right: 5px;
	transition: all .3s ease-in-out
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-twitter:hover {
	transition: all .3s ease-in-out;
	color: #1da1f2
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-facebook:hover {
	transition: all .3s ease-in-out;
	color: #3b5998
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-dribbble:hover {
	transition: all .3s ease-in-out;
	color: #ea4c89
}

.single-team-widget .team-member-info .social-profiles .mdi.mdi-linkedin:hover {
	transition: all .3s ease-in-out;
	color: #1769ff
}

.single-team-widget:hover {
	cursor: pointer
}

.single-team-widget:hover .know-more {
	display: block;
	animation: .4s ease 0s normal none 1 running fadeInUpMenu
}

.testimonial {
	background: #2196f3;
	position: relative
}

.testimonial .item {
	margin-right: 20px!important
}

.testimonial .owl-pagination {
	text-align: center;
	width: 100%;
	padding-top: 20px
}

.testimonial-item {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 15px
}

.testimonial-item .img {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 10px auto
}

.testimonial-item .img img {
	border-radius: 50%
}

.testimonial-item .datils {
	text-align: center
}

.testimonial-item .datils h5 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin: 15px 0 6px
}

.testimonial-item .datils span {
	color: rgba(255, 255, 255, .5)
}

.testimonial-item .datils p {
	margin-top: 20px;
	color: #fff
}

.testimonial-item .owl-carousel .owl-controls .owl-page.active span {
	border: 0;
	background: #fff!important;
	opacity: 1
}

.testimonial-item .owl-carousel .owl-controls .owl-page span {
	background: #fff!important
}

.testimonial-carousel .owl-pagination {
	margin-top: 70px
}

.testimonial-carousel .owl-pagination .owl-page span {
	background: #fff;
	border: 3px solid #f9f9f9;
	width: 15px;
	height: 15px
}

.testimonial-carousel .owl-pagination .owl-page.active span {
	background: #fff;
	border: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	width: 20px;
	height: 20px;
	opacity: 1
}

.client {
	border-bottom: 1px solid #e9e9e9
}

.client .client-logo {
	text-align: center;
	transition: all .2s ease-in-out 0s
}

.client .client-logo img {
	transition: all .2s ease-in-out 0s
}

.client .client-logo:hover,
.client .client-logo.active {
	transition: all .2s ease-in-out 0s
}

.client .client-logo:hover img,
.client .client-logo.active img {
	cursor: pointer;
	transition: all .2s ease-in-out 0s
}

.single-blog-post {
	margin-bottom: 30px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}

.single-blog-post:hover {
	-webkit-box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	-moz-box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	cursor: pointer
}

.single-blog-post .featured-image img {
	width: 100%
}

.single-blog-post .post-meta {
	padding: 10px 20px
}

.single-blog-post .post-meta .read-more-icon {
	bottom: 100px;
	right: 40px
}

.single-blog-post .post-meta a {
	color: #333
}

.single-blog-post .post-meta a:hover {
	transition: all .2s ease-in-out
}

.single-blog-post .meta-tags {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 19px 20px
}

.single-blog-post .meta-tags .comments i {
	font-size: 15px;
	margin-right: 5px
}

.single-blog-post .meta-tags .btn-round {
	float: right;
	border-radius: 28px;
	font-size: 24px;
	height: 40px;
	margin: -7px auto;
	min-width: 40px;
	width: 40px
}

.matrl-blog-post-page .blog-post-column .single-blog-post {
	margin-bottom: 40px
}

.matrl-blog-post-page .blog-post-column .single-blog-post .post-meta .post-date {
	position: absolute
}

.matrl-blog-post-page .blog-post-column .single-blog-post .post-meta .post-date span {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase
}

.matrl-blog-post-page .blog-post-column .single-blog-post .post-meta .read-more-icon {
	bottom: 166px;
	position: absolute;
	right: 40px
}

.matrl-blog-post-page .blog-post-column .single-blog-post .post-meta h2 {
	font-size: 19px;
	line-height: 26px;
	margin-top: 35px
}

.matrl-blog-post-page .blog-post-column .post-without-image .featured-image {
	height: 50px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.matrl-blog-post-page .blog-post-column .post-without-image .pink-bg {
	background: #5e35b1
}

.matrl-blog-post-page .blog-post-column .post-without-image .blue-bg {
	background: #1e88e5
}

.matrl-blog-post-page .blog-post-column .post-without-image .aqua-bg {
	background: #00897b
}

.matrl-blog-post-page .blog-post-column .quote-post h2 {
	font-style: italic
}

.blog-sidebar-column .single-sidebar-widget {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
	margin-bottom: 30px;
	background: #fafafa
}

.blog-sidebar-column .single-sidebar-widget .sidebar-widget-title {
	background: #424242;
	padding: 0 20px
}

.blog-sidebar-column .single-sidebar-widget .sidebar-widget-title h2 {
	color: #fff;
	font-size: 19px;
	margin: 0;
	font-weight: 700;
	line-height: 48px
}

.blog-sidebar-column .author-widget .author-bg img {
	width: 100%
}

.blog-sidebar-column .author-widget .author-info {
	padding: 10px 20px;
	background: #fafafa
}

.blog-sidebar-column .author-widget .author-info .author-intro {
	position: absolute;
	float: right;
	right: 80px;
	top: 106px
}

.blog-sidebar-column .author-widget .author-info .author-intro h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px
}

.blog-sidebar-column .author-widget .author-info .author-image {
	position: absolute;
	top: 92px;
	left: 50px
}

.blog-sidebar-column .author-widget .author-info .author-bio {
	margin-top: 47px
}

.blog-sidebar-column .subscribe-widget .social-profiles,
.blog-sidebar-column .subscribe-widget .subscribe-box {
	padding: 30px 35px
}

.blog-sidebar-column .subscribe-widget .subscribe-box .form-group {
	margin-top: 10px
}

.blog-sidebar-column .subscribe-widget .subscribe-box button.btn-fab {
	width: 38px!important;
	height: 38px!important;
	min-width: 38px!important;
	font-size: 14px!important;
	position: absolute;
	right: 24px;
	bottom: 14px;
	z-index: 1111;
	border-radius: 2px
}

.blog-sidebar-column .subscribe-widget .subscribe-box .form-control {
	border-radius: 2px!important;
	color: #333;
	font-weight: 700;
	width: 240px
}

.blog-sidebar-column .subscribe-widget .social-profiles {
	background: #f5f5f5
}

.blog-sidebar-column .instagram-widget .instagram-feed ul {
	list-style: none;
	padding: 13px 25px;
	display: inline-block;
	margin: 0
}

.blog-sidebar-column .instagram-widget .instagram-feed ul li {
	float: left
}

.blog-sidebar-column .instagram-widget .instagram-feed ul li a img {
	width: 100px;
	height: 100px;
	padding: 4px
}

.blog-sidebar-column .flickr-widget .flickr-feed {
	padding: 20px
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-pagination {
	text-align: center;
	margin-top: 10px
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-carousel .owl-controls .owl-page span {
	background: 0 0;
	border: 2px solid #434343
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-carousel .owl-controls .owl-page.active span {
	background: #434343!important
}

.blog-sidebar-column .flickr-widget .flickr-feed .owl-carousel .owl-controls .owl-page.active span {
	border: 0
}

.single-post {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
	padding: 20px
}

.single-post h2 {
	font-weight: 500;
	font-size: 26px;
	margin: 30px 0
}

.single-post p {
	font-size: 15px;
	line-height: 35px
}

.single-post .single-post-meta {
	margin-top: 20px;
	padding: 30px 0;
	border-top: 1px solid #ddd
}

.single-post .single-post-meta .post-tag {
	float: left
}

.single-post .single-post-meta .post-tag a {
	font-weight: 500;
	font-size: 15px;
	color: #333
}

.single-post .single-post-meta .post-tag a:hover {
	opacity: .6
}

.single-post .single-post-meta .share-post {
	float: right
}

.single-post .single-post-meta .share-post i {
	font-size: 20px;
	margin-right: 10px
}

.single-post .single-post-meta .share-post i:hover {
	opacity: .6
}

.users-comment-section .media {
	border-top: 1px solid #ddd;
	padding-top: 25px;
	margin-top: 20px
}

.users-comment-section .media:first-child {
	border-top: 0
}

.users-comment-section .media .media-left {
	padding-right: 30px
}

.users-comment-section .media .media-left img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.users-comment-section .media .media-body h3 {
	margin-top: 0;
	font-weight: 500;
	font-size: 20px
}

.users-comment-section .media .media-body p {
	font-size: 15px;
	line-height: 28px
}

.users-comment-section .media .media-body a.replay {
	float: right;
	font-size: 16px;
	font-weight: 500
}

.users-comment-section .media .media-body .media {
	padding-top: 24px;
	margin-top: 65px;
	border-top: 1px solid #ddd
}

.comment-box {
	padding: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
	background: #fafafa
}

.bg-color-dark {
	background: #222
}

.page-footer {
	background: #333
}

.page-footer .footer-title {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .1rem;
	margin-bottom: 40px
}

.page-footer .footer-title:before {
	position: absolute;
	content: '';
	background: #2196f3;
	width: 40px;
	height: 2px;
	left: 0;
	bottom: -15px
}

.page-footer p {
	color: #fff;
	line-height: 24px;
	margin: 0
}

.page-footer .recent-widget p a {
	color: #fff;
	font-size: 14px;
	transition: all .3s ease-in-out;
	line-height: 28px
}

.page-footer .recent-widget p a:hover {
	color: #2196f3;
	transition: all .3s ease-in-out
}

.page-footer .link-widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.page-footer .link-widget ul li {
	list-style: none;
	float: left;
	padding-bottom: 22px;
	width: 50%
}

.page-footer .link-widget ul li a {
	color: #fff
}

.page-footer .link-widget ul li a:hover {
	color: #2196f3
}

.page-footer .widget-gallery {
	margin-right: -5px
}

.page-footer .widget-gallery ul {
	padding: 0
}

.page-footer .widget-gallery ul li {
	display: block;
	width: 33%;
	float: left;
	padding: 0 5px 5px 0;
	margin: 0
}

.page-footer .widget-gallery ul li a img {
	width: 100%
}

.footer-contact-widget p {
	color: #fff;
	line-height: 24px;
	padding: 5px 0
}

.footer-contact-widget p span {
	font-weight: 700
}

.footer-contact-widget ul {
	margin: 15px 0;
	padding: 0
}

.footer-contact-widget ul li {
	float: left;
	list-style: none
}

.footer-contact-widget ul li a .mdi {
	color: #fff;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: block;
	background: #2a2a2f;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	transtion: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi:hover {
	transition: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi-facebook {
	transition: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi-facebook:hover {
	background: #3b5998;
	transition: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi-twitter:hover {
	background: #1da1f2;
	transition: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi-dribbble:hover {
	background: #ea4c89;
	transition: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi-github-circle:hover {
	background: #009587;
	transition: all .3s ease-in-out
}

.footer-contact-widget ul li a .mdi-linkedin:hover {
	background: #0177b5;
	transition: all .3s ease-in-out
}

ul.recent-post {
	padding: 0;
	margin: 0
}

ul.recent-post li {
	margin-bottom: 30px
}

ul.recent-post li a {
	float: left;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}

ul.recent-post li a img {
	width: 100%;
	height: 65px
}

ul.recent-post li .post-text {
	padding-left: 92px;
	color: #aaa
}

ul.recent-post li .post-text h4 a {
	color: #fff;
	transition: all .3s ease-in-out;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 15px;
	padding-bottom: 0
}

ul.recent-post li .post-text span {
	color: #999
}

.footer-copyright {
	line-height: 45px;
	background: #000;
	color: #999
}

.footer-copyright p {
	margin: 22px 0
}

.footer-copyright .footer-links ul {
	padding-left: 0;
	float: right;
	margin: 10px 0
}

.footer-copyright .footer-links ul li {
	list-style: none;
	float: left
}

.footer-copyright .footer-links ul li a {
	color: #999;
	margin-right: 15px;
	transition: all .3s ease-in-out
}

.footer-copyright .footer-links ul li a .fa {
	padding-right: 4px
}

.footer-copyright .footer-links ul li a:hover {
	color: #fff;
	opacity: .7;
	transition: all .3s ease-in-out
}

.work-counter-widget i {
	font-size: 50px;
	color: #2196f3
}

.work-counter-widget .counter {
	z-index: 999999
}

.work-counter-widget .counter .timer {
	color: #333;
	font-family: montserrat, sans-serif;
	font-size: 38px;
	margin-top: 15px;
	font-weight: 700
}

.work-counter-widget .counter p {
	color: #999;
	margin-top: 7px;
	font-size: 16px;
	font-weight: 600
}

.call-to-action-section {
	padding: 60px 0;
	background: url(../images/cta-bg.jpg) no-repeat scroll center center;
	background-size: cover
}

.call-to-action-section h1 {
	color: #18191b;
	font-size: 56px;
	font-weight: 700;
	color: #fff
}

.call-to-action-section h3 {
	font-size: 24px;
	color: rgba(255, 255, 255, .7);
	text-transform: uppercase
}

.page-title-section {
	position: relative;
	background: url(../images/darkgray.jpg) no-repeat scroll center center;
	background-size: cover
}

.Material-tab ul.nav.nav-tabs {
	padding: 0 25px;
	background: #fff;
	text-align: center;
	border-bottom: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.Material-tab ul.nav.nav-tabs .nav-item .nav-link {
	background-color: transparent;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 30px 8px;
	border-radius: 0;
	position: relative;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 4px solid transparent;
	display: inline-block
}

.Material-tab ul.nav.nav-tabs .nav-item .nav-link i {
	font-size: 38px
}

.Material-tab ul.nav.nav-tabs li .active {
	color: #fff
}

.Material-tab .tab-content {
	padding: 24px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.Material-tab p {
	text-align: justify
}

.Material-tab-default img {
	width: 100%
}

.Material-tab-default ul.nav.nav-tabs {
	border-bottom: 0
}

.Material-tab-default ul.nav.nav-tabs li a {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom: 3px solid transparent;
	padding: 10px 8px;
	margin-right: 29px;
	margin-top: 0
}

.Material-tab-default ul.nav.nav-tabs li a:hover {
	color: #2196f3
}

.Material-tab-default .nav-tabs .nav-item.show .nav-link,
.Material-tab-default .nav-tabs .nav-link.active {
	color: #5166d8
}

.Material-tab-default .tab-content {
	margin-top: 25px;
	padding: 20px;
	background: #fafafa;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.tabs-style-2 .nav-vertical {
	background: #fafafa;
	margin: 25px 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .26)
}

.tabs-style-2 .nav-pills .nav-link {
	font-size: 18px;
	color: #333;
	position: relative;
	border-radius: 0;
	border-bottom: 1px solid #efefef;
	padding: 15px 20px
}

.tabs-style-2 .nav-pills .nav-link.active,
.tabs-style-2 .nav-pills .show>.nav-link {
	background: #2296f3;
	color: #fff
}

.Material-default-accordion .panel-default {
	border: 0;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, .2)
}

.Material-default-accordion .panel-default .panel-heading {
	padding: 0;
	margin-bottom: 15px
}

.Material-default-accordion .panel-default .panel-heading .panel-title {
	font-size: 18px
}

.Material-default-accordion .panel-default .panel-heading .panel-title i {
	margin-right: 5px
}

.Material-default-accordion .panel-default .panel-heading .collapsed::after {
	content: "\f415"
}

.Material-default-accordion .panel-default .panel-heading a {
	font-weight: 500;
	padding: 15px 20px;
	display: inline-block;
	width: 100%;
	color: #fff;
	position: relative;
	text-decoration: none
}

.Material-default-accordion .panel-default .panel-heading a:after {
	font-family: Material Design Icons;
	content: "\f374";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px
}

.Material-default-accordion .panel-default .panel-body {
	padding: 15px
}

.Material-accordion-2 .panel-default {
	border: 0
}

.Material-accordion-2 .panel-default .panel-heading {
	padding: 0
}

.Material-accordion-2 .panel-default .panel-heading .collapsed::after {
	content: "\f415"
}

.Material-accordion-2 .panel-default .panel-heading a {
	font-weight: 500;
	padding: 15px 20px;
	display: inline-block;
	width: 100%;
	color: #333;
	background: #eee!important;
	position: relative;
	text-decoration: none
}

.Material-accordion-2 .panel-default .panel-heading a:after {
	font-family: Material Design Icons;
	content: "\f374";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px
}

.alert {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .24)
}

.icon-round {
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	line-height: 50px!important;
	border-radius: 50%;
	margin-right: 20px;
	color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
}

.icon-box {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px!important;
	border-radius: 2px;
	display: inline-block;
	margin-right: 20px;
	color: #fff
}

.icon-common {
	font-size: 48px!important;
	margin-right: 22px
}

.icon-table .single-pricing-table {
	padding: 20px;
	-webkit-box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	-moz-box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73);
	box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73)
}

.icon-table .single-pricing-table .pricing-table-heading h2 {
	color: #3d6370;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .1rem;
	margin-top: 30px;
	position: relative;
	width: 100%
}

.icon-table .single-pricing-table .pricing-table-heading h2:after {
	border: 1px dashed #eee;
	content: "";
	left: 0;
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: -11111
}

.icon-table .single-pricing-table .price {
	margin-top: 20px
}

.icon-table .single-pricing-table .price span {
	font-size: 36px;
	font-weight: 700
}

.icon-table .single-pricing-table .pricing-item {
	padding: 20px 0
}

.icon-table .single-pricing-table .pricing-item ul {
	padding-left: 0
}

.icon-table .single-pricing-table .pricing-item ul li {
	list-style: none
}

.icon-table .single-pricing-table .pricing-item ul li p strong {
	color: #325d6a
}

.icon-table .single-pricing-table .pricing-button {
	padding: 20px 0
}

.pricing-table {
	border: 1px solid #e9e9e9;
	box-shadow: 0 2px 10px 2px rgba(221, 221, 221, .73)
}

.pricing-table .pricing-header {
	background-color: #fff
}

.pricing-table .pricing-header h1 {
	margin-bottom: 0;
	margin-top: 0;
	color: #333;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase
}

.pricing-table .pricing-sub {
	background-color: #f7f9fc;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.pricing-table .pricing-sub h1 {
	color: #333;
	text-align: center;
	margin: 0;
	padding: 25px 0 15px;
	font-size: 22px
}

.pricing-table .features {
	margin: 0;
	padding: 0
}

.pricing-table .features li {
	padding: 15px;
	list-style: none;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	color: #a4a4a4;
	font-size: 13px
}

.pricing-table .pricing-footer {
	background-color: #f9fbfc;
	border-top: 0;
	padding: 30px 0;
	text-align: center
}

#Material-image-carousel .owl-pagination {
	text-align: center;
	margin-top: 10px
}

#Material-image-carousel .owl-controls {
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 100%
}

#Material-image-carousel .owl-controls .owl-buttons div.owl-prev {
	left: -42px;
	position: absolute
}

#Material-image-carousel .owl-controls .owl-buttons div.owl-next {
	right: -42px;
	position: absolute
}

#team-carousel .owl-pagination {
	text-align: center;
	margin-top: 10px
}

.owl-theme .owl-buttons div {
	width: 40px;
	height: 40px;
	display: block!important;
	background: #2196f3!important;
	text-align: center;
	display: inline-block;
	opacity: 1!important;
	border-radius: 0!important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18), 0 2px 5px 0 rgba(0, 0, 0, .15);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.owl-theme .owl-buttons div i {
	color: #fff;
	font-size: 16px;
	line-height: 40px
}

#team-slide .owl-carousel .owl-controls .owl-page span {
	background: #ddd
}

.touch-slider .owl-controls .owl-buttons div i {
	color: #333;
	display: block
}

.touch-slider .owl-controls .owl-buttons div i:hover {
	color: #fff!important
}

.portfolio-details-section .portfolio-details-iamge h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 40px 0 15px
}

.portfolio-details-section .portfolio-details-iamge img {
	border: 1px solid #ddd;
	width: 100%
}

.portfolio-details-section .portfolio-details h2 {
	font-weight: 500;
	margin-top: 30px;
	text-transform: capitalize
}

.portfolio-details-section .portfolio-details p {
	font-size: 15px;
	line-height: 30px
}

.portfolio-details-section .portfolio-details .portfolio-category a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize
}

.portfolio-details-section .portfolio-details .portfolio-meta li {
	margin: 15px 0
}

.portfolio-details-section .portfolio-details .portfolio-meta li span {
	display: inline-block;
	width: 130px;
	letter-spacing: 1px;
	color: #202020;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}

.portfolio-details-section .portfolio-details .portfolio-meta li i {
	font-size: 18px;
	margin-right: 5px
}

.portfolio-details-section .portfolio-details .portfolio-meta li i:hover {
	opacity: .6
}

.matrl-error-section h1 {
	font-size: 10em;
	font-weight: 700;
	letter-spacing: .3rem
}

.matrl-error-section h2 {
	font-size: 3em;
	font-weight: 500;
	color: #999
}

.navbar-brand img {
	width: 50%;
}

@media (max-width: 767px) {
	.navbar-brand img {
		width: 150px;
	}
}
h2 {
		font-size: 30px;
		font-weight: 700
	}
	
	.adjunt-fac-linkedin {
			margin-top:20px;
		    font-size: 35px;
	}
	p{
		    line-height: 30px;
	}
	.main-contact .find-widget{
		    padding: 18px 0 !important;
			
	}
	.main-contact .find-widget a{
		   color: #333 !important;
			
	}
	/*@media(min-width:768px) and (max-width:991px){
		.slicknav_menu {
		    display: block !important;
		    position: absolute;
		    right: 0;
		    z-index: 9999;
		    width: 100%;
		}
	}*/



	/*13-jul*/
	/*form#contact_body label {*/
	/*    width: 100%;*/
	/*    float: left;*/
	/*}*/
	/*form#contact_body input[type="file"] {*/
	/*    width: 295px;*/
	/*    margin-left: 39px;*/
	/*    border-bottom: 1px solid #d0d0d0;*/
	/*}*/
	/*form#contact_body {*/
	/*    width: 100%;*/
	/*    float: left;*/
	/*    padding-left: 15px;*/
 /*       padding-right: 15px;*/
	/*}*/
	button.btn_submit {
	    margin-left: 175px;
	}
	section.matrl-about-section.section-padding .container .row:nth-child(2), section.matrl-about-section.section-padding .container .row:nth-child(3), section.matrl-about-section.section-padding .container .row:nth-child(4),section.matrl-about-section.section-padding .container .row:nth-child(5) {
	    margin: 0px 2px;
	}
	ul#accordion {
	    width: 100%;
	    padding: 0px;
	}
	.accordion .link {
	    cursor: pointer;
	    display: block;
	    padding: 15px 15px 15px 42px;
	    color: #ffffff;
	    font-size: 14px;
	    background-color: #4199d5;
	    font-weight: 700;
	    border-bottom: 1px solid #CCC;
	    position: relative;
	    -webkit-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}

	.accordion li:last-child .link { border-bottom: 0; }

	.accordion li i {
	  position: absolute;
	  top: 16px;
	  left: 12px;
	  font-size: 18px;
	  color: #ffffff;
	  -webkit-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

	.accordion li i.fa-chevron-down {
	  right: 12px;
	  left: auto;
	  font-size: 16px;
	}



	.accordion li.open i.fa-chevron-down {
	  -webkit-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  transform: rotate(180deg);
	}

/**
 * Submenu
 -----------------------------*/
	ul { padding:0px;list-style-type: none; }

	a {
	  color: #b63b4d;
	  text-decoration: none;
	}

	.submenu {
	    display: none;
	    background: #ffffff;
	    font-size: 14px;
	    padding: 0;
	}

	

	.submenu a {
	    display: block;
	    text-decoration: none;
	    color: #000 !important;
	    padding: 12px;
	    padding-left: 42px;
	    -webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	}

	
	.ovrly01 {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    height: 130px;
	    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	}
	.ovrly01 img {
	    position: relative;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.ovrly01 .ovrlyT {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: -100%;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly01 .ovrlyB {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly01 .buttons {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -60%);
	    -moz-transform: translate(-50%, -60%);
	    -ms-transform: translate(-50%, -60%);
	    -o-transform: translate(-50%, -60%);
	    transform: translate(-50%, -60%);
	}
	.ovrly01 .buttons .fa {
	    background: rgb(256, 256, 256);
	    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    color: rgba(50, 50, 50, 0.9);
	    display: inline-block;
	    margin: 0 1px;
	    line-height: 40px;
	    font-size: 16px;
	    text-align: center;
	    text-decoration: none;
	    width: 40px;
	    height: 40px;
	    -webkit-transition: all 0.2s 0.3s;
	    -moz-transition: all 0.2s 0.3s;
	    -o-transition: all 0.2s 0.3s;
	    transition: all 0.2s 0.3s;
	    opacity: 0;
	}
	.ovrly01:hover .ovrlyT {
	    top: 0;
	}
	.ovrly01:hover .ovrlyB {
	    top: 0;
	}
	.ovrly01:hover .buttons .fa {
	    opacity: 1;
	}
	.ovrly02 {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	}
	.ovrly02 img {
	    position: relative;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.ovrly02 .ovrlyL {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: -100%;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly02 .ovrlyR {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: 100%;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly02 .buttons {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -100%);
	    -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	    -o-transform: translate(-50%, -100%);
	    transform: translate(-50%, -100%);
	}
	.ovrly02 .buttons .fa {
	    background: rgb(256, 256, 256);
	    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    color: rgba(50, 50, 50, 0.9);
	    display: inline-block;
	    margin: 0 1px;
	    line-height: 40px;
	    font-size: 16px;
	    text-align: center;
	    text-decoration: none;
	    width: 40px;
	    height: 40px;
	    -webkit-transition: all 0.2s 0.3s;
	    -moz-transition: all 0.2s 0.3s;
	    -o-transition: all 0.2s 0.3s;
	    transition: all 0.2s 0.3s;
	    opacity: 0;
	}
	.ovrly02:hover .ovrlyL {
	    left: 0;
	}
	.ovrly02:hover .ovrlyR {
	    left: 0;
	}
	.ovrly02:hover .buttons .fa {
	    opacity: 1;
	}
	.ovrly03 {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	}
	.ovrly03 img {
	    position: relative;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.ovrly03 .ovrlyT {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: -100%;
	    position: absolute;
	    top: -100%;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly03 .ovrlyB {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: 100%;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly03 .buttons {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -100%);
	    -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	    -o-transform: translate(-50%, -100%);
	    transform: translate(-50%, -100%);
	}
	.ovrly03 .buttons .fa {
	    background: rgb(256, 256, 256);
	    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    color: rgba(50, 50, 50, 0.9);
	    display: inline-block;
	    margin: 0 1px;
	    line-height: 40px;
	    font-size: 16px;
	    text-align: center;
	    text-decoration: none;
	    width: 40px;
	    height: 40px;
	    -webkit-transition: all 0.2s 0.3s;
	    -moz-transition: all 0.2s 0.3s;
	    -o-transition: all 0.2s 0.3s;
	    transition: all 0.2s 0.3s;
	    opacity: 0;
	}
	.ovrly03:hover .ovrlyT {
	    left: 0;
	    top: 0;
	}
	.ovrly03:hover .ovrlyB {
	    left: 0;
	    top: 0;
	}
	.ovrly03:hover .buttons .fa {
	    opacity: 1;
	}
	.ovrly04 {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	}
	.ovrly04 img {
	    position: relative;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.ovrly04 .ovrlyT {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: 100%;
	    position: absolute;
	    top: -100%;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly04 .ovrlyB {
	    background: rgba(0, 0, 0, 0.25);
	    height: 100%;
	    left: -100%;
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.ovrly04 .buttons {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -100%);
	    -moz-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	    -o-transform: translate(-50%, -100%);
	    transform: translate(-50%, -100%);
	}
	.ovrly04 .buttons .fa {
	    background: rgb(256, 256, 256);
	    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    color: rgba(50, 50, 50, 0.9);
	    display: inline-block;
	    margin: 0 1px;
	    line-height: 40px;
	    font-size: 16px;
	    text-align: center;
	    text-decoration: none;
	    width: 40px;
	    height: 40px;
	    -webkit-transition: all 0.2s 0.3s;
	    -moz-transition: all 0.2s 0.3s;
	    -o-transition: all 0.2s 0.3s;
	    transition: all 0.2s 0.3s;
	    opacity: 0;
	}
	.ovrly04:hover .ovrlyT {
	    left: 0;
	    top: 0;
	}
	.ovrly04:hover .ovrlyB {
	    left: 0;
	    top: 0;
	}
	.ovrly04:hover .buttons .fa {
	    opacity: 1;
	}
	.item {
	    float: left;
	    margin: 10px auto;
	}
.form-style-heading {
    background-color: #4199d5;
    padding: 10px 15px;
    text-align: center;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.welcome-column {
    padding-left: 0;
    padding-right: 0;
}
.success {
    color: #ffffff;
    text-align: center;
}
.error {
    text-align: center;
    color: red;
}
span.rg_form_label {
    font-size: 14px;
    color: #929292;
}
.rg_form_data {
    font-size: 14px;
    text-transform: uppercase;
    color: #4199d5;
    padding: 2px;
}

/*.rg_form_design {
    border-bottom: 1px solid #d0d0d0;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
}
.rg_form_design:focus {
    outline: none;
    border-bottom: 1px solid #4199d5;
}*/
@media (min-width:0px) and (max-width:1200px) {
	form#contact_body input, form#contact_body select, form#contact_body textarea {
	    width: 100% !important;
	    margin: auto !important;
	}
}




/*Requirement Inner Page Styles*/

 #rgmainNav{
 	min-height:56px;
 	background-color:#4199d5;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
 }

 #rgmainNav .rg_rg_navbar-toggler{
 	font-size:80%;
 	padding:.75rem;
 	color:#ffffff;
 	border:1px solid #ffffff;
 }

 #rgmainNav .rg_navbar-toggler:focus{
 	outline:0;
 }
.rg_navbar-light .rg_navbar-nav .rg_nav-link {
    color: #ffffff;
}

.rg_navbar-light .rg_navbar-nav .active>.rg_nav-link, .rg_navbar-light .rg_navbar-nav .rg_nav-link.active, .rg_navbar-light .rg_navbar-nav .rg_nav-link.show, .rg_navbar-light .rg_navbar-nav .show>.rg_nav-link {
    color: #ffffff;
}
 #rgmainNav .rg_navbar-brand{
 	color:#161616;
 	font-weight:700;
 	padding:.9rem 0;
 }

 #rgmainNav .rg_navbar-nav .rg_navbar-item:hover{
 	color:fade(white,80%);
 	outline:0;
 	background-color:transparent;
 }

 #rgmainNav .rg_navbar-nav .rg_navbar-item:active,#rgmainNav .rg_navbar-nav .rg_navbar-item:focus{
 	outline:0;
 	background-color:transparent;
 }

 @media (min-width: 300px) and (max-width: 768px) {
  .rg_resp_block{
    display: block !important;
  }

  .rg_resp_pad {
    padding-bottom: 40px !important;
  }
  .rg_resp_none{
    display: none;
  }
  .pi-chart-image.rg_resp_block .pi-chart {
    padding-bottom: 40px;
  }
  .who-section p {
  margin-bottom: 0rem !important;
  }

 }

 @media (min-width: 300px) and (max-width: 992px) {
  #rgmainNav.rg_navbar-toggler{
    display: none;
  }
  
  section.rg_resp {
    display: block;
    z-index: 99999;
    text-align: center;
    color: white;
    margin-top: 14px;
    /*position: fixed;*/
  }
  p.rg_menu_text {
      display: block;
  }

  section.customer-logos.slider.rg_resp.fixed-top.slick-initialized.slick-slider {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  } 
  a.rg_nav-link.js-scroll-trigger {
    color: white;
    font-size: 24px;
    text-decoration: none;
  }
  
  section.customer-logos.slider.rg_resp.slick-initialized.slick-slider .slick-next, .slick-prev {
    display: none !important;
  }

  section.who-section {
    padding-top: 7rem;
  }

 }
 ul.rg_navbar-nav.ml-auto li.rg_navbar-item {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
  }

 @media (min-width: 992px){
 	
 	#rgmainNav{
 		padding-top:0;
 		padding-bottom:0;
 		border-bottom:none;
 		background-color:#4199d5;;
 		-webkit-transition:background-color .3s ease-in-out;
 		transition:background-color .3s ease-in-out;
 		position: relative;
        top: 0;
        right: 0;
        left: 0;
 	}

  .who-section {
	    padding-top: 5rem;
	}
 	#rgmainNav .rg_navbar-brand{
 		padding: .5rem 0;
 		color:rgba(255,255,255,.5);
 	}

 	#rgmainNav .rg_nav-link{
 		-webkit-transition:none;
 		transition:none;
 		padding:2rem 1.5rem;
 		color:#ffffff;
 	}

 	#rgmainNav .rg_nav-link:hover{
 		color:#ffffff;
 	}

 	#rgmainNav .rg_nav-link:active{
 		color:#fff;
 	}

 	#rgmainNav.navbar-shrink{
 		background-color:#4199d5;
 	}

 	#rgmainNav.navbar-shrink .rg_navbar-brand{
 		color:#161616;
 	}

 	#rgmainNav.navbar-shrink .rg_nav-link{
 		color:#ffffff;
 		padding:1.5rem 1.5rem 1.25rem;
 		border-bottom:.25rem solid transparent;
 	}

 	#rgmainNav.navbar-shrink .rg_nav-link:active{
 		color:#467370;
 	}

 	#rgmainNav.navbar-shrink .rg_nav-link.active{
 		color:#ffffff;
 		outline:0;
 		border-bottom:.25rem solid #ffffff;
 	}

 }


.btn{
	padding:1.25rem 2rem;font-family:'Varela Round';
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:.15rem;
	border:0;
}

.btn-primary{
	background-color:#64a19d;
}

.btn-primary:hover{
	background-color:#4f837f;
}

.btn-primary:focus{
	background-color:#4f837f;
	color:#fff;
}

.btn-primary:active{
	background-color:#467370!important;
}

.who-section{
	padding-top:7rem;
}

.who-section p{
	margin-bottom:.75rem;
}

.hire-section{
	padding:10rem 0;
}

.hire-section .featured-text{
	padding:2rem;
} 

@media (min-width:992px){
	
	.hire-section .featured-text{
		padding:0 0 0 2rem;
		border-left:.5rem solid #64a19d;
	}
}

.revolution-section .project-text{
	padding:3rem;
	font-size:90%;
}

@media (min-width:992px){
	
	.hire-section .hire-text{
		padding:5rem;
	}
	
	.hire-section .hire-text hr{
		border-color:#64a19d;border-width:.25rem;
		width:30%;
	}
}

.signup-section .form-inline input{
	-webkit-box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
	box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;
	padding:1.25rem 2rem;
	height:auto;
	font-family:'Varela Round';
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:.15rem;
	border:0;
} 

.contact-section{
	padding:5rem 0 0;
}

.contact-section .card{
	border:0;
	border-bottom:.25rem solid #64a19d;
} 

.contact-section .card h4{
	font-size:.8rem;
	font-family:'Varela Round';
	text-transform:uppercase;
	letter-spacing:.15rem;
} 

.contact-section .card hr{
	border-color:#64a19d;
	border-width:.25rem;
	width:3rem;
}

.contact-section .social{
	margin-top:5rem;
}

.contact-section .social a{
	text-align:center;
	height:3rem;
	width:3rem;
	background:rgba(255,255,255,.1);
	border-radius:100%;
	line-height:3rem;
	color:rgba(255,255,255,.3);
}

.contact-section .social a:hover{
	color:rgba(255,255,255,.5);
}

.contact-section .social a:active{
	color:#fff;
}


a{
	color:#64a19d;
}

a:focus,a:hover{
	text-decoration:none;
	color:#3c6360;
}

.bg-black{
	background-color:#565656!important;
}

.bg-primary{
	background-color:#64a19d!important;
}

.text-primary{
	color:#64a19d!important;
}

footer{
	padding:5rem 0;
}


/* Owl Style */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}


/* display none until init */

.owl-carousel {
  position: relative;
  display: block;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}


/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #FFF;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}


/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* CUSTOM USER OPTIONS */

.carousel-container {
  width: 100%;
}

.item {
  margin: 0 10px;
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
  /*font-family: 'Montserrat', sans-serif;*/
}

.item p {
  color: #333;
  padding: 0 10px 30px;
  /*font-family: 'PT Serif', serif;*/
}

.customNavigation {
  margin-top: 5px;
  margin-right: 11px;
  text-align: right;
}

.customNavigation .btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: -1.9px;
  padding: 0.8em 1.1em;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition-property: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 15px;
  max-width: 60%;
  border: 3px solid #e9e9e9;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.hoverfx .figure:hover {
  background: #e9e9e9;
  color: #333;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}

/* My Correct Styles */

.who_text {
    text-align: justify;
    
    float: left;
    padding-right: 15px !important;
}

h2.text-white.mb-4.rg_cntnt_heading {
    border-left: 5px solid #4199d5;
    padding-left: 15px;
    color: #4199d5 !important;
    text-align: left;
    font-size: 32px;
    font-family: "proxima-nova",Helvetica,Roboto,Arial,sans-serif;
}


p.text-white-50.rg_cntnt_text {
    color: #2a2a2a !important;
}

h4.who_sec_part_text_ini {
    /*border: 1px solid #2a2a2a;*/
    padding: 20px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
} 
/*.rg_row_sect{
	width: 100;
	float: left;
}*/

h4.who_sec_part_text, .who_sec_part_text_ini {
    border: 1px solid #565656;
    margin:16px;
    padding: 16px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background-color: #565656;
    color: white;
    font-family: "proxima-nova",Helvetica,Roboto,Arial,sans-serif;
}

.row.rg_row {
    padding-top: 75px;
    padding-bottom: 75px;
}
footer {
    width: 100%;
    float: left;
}
.bg-light {
    background-color: white !important;
	padding-bottom: 75px;
    padding-top: 75px;
	width: 100%;
    float: left;
}

.apply-section {
	width: 100%;
    float: left;
}

h5.rg_know_but {
    margin-top: 20px;
}

.project-text.w-100.my-auto {
    text-align: justify;
}

.text-white-50 {
    color: white !important;
    line-height: 25px;
    margin-top: 10px;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.text-white {
    color: #fff!important;
    font-weight: 600;
    margin-bottom: 2px;
}

p.mb-0.text-white-50.list {
    border: none;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
    background-color: #4199d5;
}

hr.rg_underline {
    width: 45px;
    height: 3px;
    background-color: white;
    margin: 0;
}

.rg_pl_0{
	padding-left: 0 !important;
}

.rg_pr_0{
	padding-right: 0 !important;
}

img.pi-chart.img-responsive {
    width: 100%;
    float: left;
}

.owl-nav.disabled {
    display: none;
}

.rg_logo_section {
    padding-bottom: 75px;
    border-bottom: 1px solid #2e2e2e;
    width: 100%;
    float: left;
    padding-top: 75px;
    background-color: white;
}

.rg_hire_form{

	float: left;
}


ul.rg_work_list li.rg_list_item {
    list-style-type: decimal !important;
    line-height: 35px;
    color: white;
    margin-left : 20px;
}

.rg_form_section {
    width: 100%;
    float: left;
    background-color: #565656;
    padding-top: 75px;
    padding-bottom: 75px;
}
.ml-auto, .mx-auto {
    margin: auto;
}

@media (min-width: 300px) and (max-width: 488px) {
  section.why_col h2.text-white.mb-4.rg_cntnt_heading, .rg-heading h2.text-white.mb-4.rg_cntnt_heading {
    font-size: 21px !important;
  }
  h2.text-white.mb-4.rg_cntnt_heading {
    font-size: 29px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
	h4.who_sec_part_text {
	    font-size: 15px;
	}
}

button.btn.btn-primary.dropdown-toggle.rg_drop {
    display: none;
}

ul.dropdown-menu.rg_drop_down.show {
    background-color: white;
    padding: 20px;
    width: 100%;
    border: none;
    line-height: 35px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
/*  border: 2px solid gray;*/
  color: #717171 !Important;
  background-color: transparent;
  padding: 0;
  /*border-radius: 8px;*/
  font-size: 16px;
  margin-bottom: 0px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

button.contact2-form-btn:hover {
    background-color: #4199d5;
    color: #ffffff;
    transition: 1s all;
}

section.why_col {
    background-color: #4199d5;
    margin-top: 75px;
}

section.why_col h2.text-white.mb-4.rg_cntnt_heading, .rg-heading h2.text-white.mb-4.rg_cntnt_heading {
    color: white !important;
    border-left: 5px solid white;
}

h4.who_sec_part_text_ini, .rg_know_but{
  color:  white;
}

.pi-chart-image.rg_resp_block {
    display: none;
}

h6.rg_know_but {
    padding-top: 25px;
    font-size: 15px;
}

.rg_hire_heading {
    overflow: hidden;
}

/* Form Style */


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
.bg-contact2 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact2 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.wrap-contact2 {
  width: 790px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 72px 55px 90px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 90px;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 20px;
}

.input2 {
  display: block;
  width: 100%;
  background-color: transparent;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  opacity: 1;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  /*background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
  background: -o-linear-gradient(45deg, #d5007d, #e53935);
  background: -moz-linear-gradient(45deg, #d5007d, #e53935);
  background: linear-gradient(45deg, #d5007d, #e53935);*/
  background-color:   #4199d5;
}
.rg-heading {
    margin-bottom: 30px;
}
.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  /*position: absolute;*/
      margin-top: -14px;
  top: 0px;
  left: 0;
  font-family: "proxima-nova",Helvetica,Roboto,Arial,sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 35px;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
  min-height: 80px;
  padding-top: 13px;
  padding-bottom: 0px;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -13px;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

/*.contact2-form-bgbtn {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    width: 300%;*/
/*    height: 100%;*/
/*    background-color: transparent;*/
/*    top: 0;*/
/*    border: 1px solid #fff;*/
/*    left: 0;*/
/*    right: 0;*/
/*    -webkit-transition: all 0.4s;*/
/*    -o-transition: all 0.4s;*/
/*    -moz-transition: all 0.4s;*/
/*    transition: all 0.4s;*/
/*}*/

.contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border: 1px solid;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}
input#sell_house_submit {
    padding: 20px 30px;
    border: 1px solid #000;
    color: #000 !important;
}
.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/* Responsive Menu */


.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: block;
}

.rg_resp{
  display: none;
}

.rg_logo_section .owl-buttons {
    display: none;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}



.carousel-wrap {
  margin: 90px auto;
  padding: 2% 5%;
  width: 100%;
  position: relative;
  background-color : #4199d5;
}

/* fix blank or flashing items on carousel */
.carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.rg_slide {
    text-align: center;
}

.rg_slide a {
    text-decoration: none;
    color: white;
}

.carousel-wrap.rg_res_blo {
    display: none;
}

.rg-menu.owl-loaded {
	display: inline-block;
}

.rg_bg_colr {
    width: 100%;
    float: left;
    background-color: #4199d5;
    padding-bottom: 15px;
    padding-top: 15px;
}

a.rg_inner_page_menu {
    color: white !Important;
}
/*
section.rg_inner_menu {
    width: 100%;
    float: left;
}

.rg_bg_colr {
    background-color: #4199d5;
    padding: 10px 0px 10px 0px;
}

ul.rg_inner_menu_list {
    padding: 15px 0;
}

li.rg_inner_menu_item a {
    color: white;
    float: left;
    padding-left: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    li.rg_inner_menu_item a {
        padding-left: 50px !Important;}
}*/


.custom-file-input {
    color: #909090;
    padding-left: 40px;
    /*border-bottom: 1px solid #fff;*/
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Upload Resume';
  color: white;
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 0px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  margin-left: -48px;
}
.custom-file-input:hover::before {
  border-color: transparent;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background-color: transparent; 
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
   height: calc(3.45rem + 2px);
    margin: 0;
    opacity: 1 !Important;
}



/*input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {*/
    /*border-bottom: 1px solid #4199d5 !important;*/
/*    -webkit-box-shadow: 0 1px 0 0 #4199d5 !important;*/
/*    box-shadow: 0 1px 0 0 #4199d5 !important;*/
/*}*/

.input-field>label {
    color: #ffffff !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
     font-family:"proxima-nova",Helvetica,Roboto,Arial,sans-serif;
    /*border-bottom: 1px solid #ffffff !important;*/
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

input.validate, .mater-textarea{
    color: white;
}

input.valid:not([type]), input.valid:not([type]):focus, input.valid[type=text]:not(.browser-default), input.valid[type=text]:not(.browser-default):focus, input.valid[type=password]:not(.browser-default), input.valid[type=password]:not(.browser-default):focus, input.valid[type=email]:not(.browser-default), input.valid[type=email]:not(.browser-default):focus, input.valid[type=url]:not(.browser-default), input.valid[type=url]:not(.browser-default):focus, input.valid[type=time]:not(.browser-default), input.valid[type=time]:not(.browser-default):focus, input.valid[type=date]:not(.browser-default), input.valid[type=date]:not(.browser-default):focus, input.valid[type=datetime]:not(.browser-default), input.valid[type=datetime]:not(.browser-default):focus, input.valid[type=datetime-local]:not(.browser-default), input.valid[type=datetime-local]:not(.browser-default):focus, input.valid[type=tel]:not(.browser-default), input.valid[type=tel]:not(.browser-default):focus, input.valid[type=number]:not(.browser-default), input.valid[type=number]:not(.browser-default):focus, input.valid[type=search]:not(.browser-default), input.valid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #4199d5 !important;
    -webkit-box-shadow: 0 1px 0 0 #4199d5 !important;
    box-shadow: 0 1px 0 0 #4199d5 !important;
}

.rg-but {
    background-color: #4199d5 !important;
    color: #ffffff !important;
}

textarea.mater-textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
    border-bottom: 1px solid;
}

.row {
    margin-left: auto;
    margin-right: auto;
     margin-bottom: 30px !important;
}

body.rg_fact_inner_page{
    font-family : "proxima-nova",Helvetica,Roboto,Arial,sans-serif;
}
