* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	font-size: 14px;
}
li {
	list-style: none;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
	outline: 0;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #c0b3d0;
}
img {
	width: 100%;
	box-sizing: border-box
}
.hvr-shutter-out-horizontal:hover {
	box-shadow: none;
	border: none;
}
.hvr-shutter-out-horizontal:before {
	background: #3b1c4e;
	border: #3b1c4e;
}
/*=====================header=====================*/
header {
	color: #fff;
	position: relative;
}
header .topHeader {
	background: #282828;
	padding: 7px 0;
}
header .topHeader ul li i.clock {
	color: #ffae01;
	margin-right: 10px;
}
header .topHeader ul.info li {
	display: inline-block;
	margin-left: 10px;
	font-weight: 300;
}
header .topHeader ul.info li i {
	margin-right: 8px
}
header .topHeader ul.socialicon li {
	display: inline-block;
	margin-left: 10px;
}
header .topHeader ul.socialicon li a i {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
header .topHeader ul.socialicon li a i:hover {
	color: #0e7fbe;
}
/*header .logo-box {
	position: absolute;
	left: 16px;
	top: -60px;
	z-index: 999;
}*/
header .bottomHeader {
	background: #303032;
	padding: 5px 0;
}
header .bottomHeader .mainnav {
	color: #fff;
}
.mainnav .navbar-collapse {
	position: relative;
}
.mainnav .navbar-right {
	position: absolute;
	right: 0;
}
.mainnav .navbar .nav-link {
	padding: 1rem 0rem 1rem 1.7rem;
	font-size: 15px;
	outline: none !important;
	text-transform: uppercase;
	color: #c7c7c7;
	font-family: oswald;
}
.mainnav .navbar .active>.nav-link {
	color: #fff;
}
.mainnav .navbar .nav-link:hover {
	color: #fff !important;
}
.mainnav .navbar .nav-link.active {
	color: #fff !important;
}
.mainnav .navbar .dropdown.show > a {
	color: #2b1e15 !important;
}
.navbar .dropdown-menu {
	font-size: 14px;
	border-radius: 0px;
	border: none;
	-webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
	min-width: 13em;
	margin-top: -10px;
}
.mainnav .navbar .dropdown-menu:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 10px;
}
.mainnav .navbar .dropdown-menu .dropdown-item:hover {
	background: #007bff;
	color: #fff;
}
.mainnav .navbar .dropdown-menu .dropdown-item.active {
	background: #007bff;
	color: #fff;
}
.mainnav .navbar .dropdown-menu a {
	padding-top: 7px;
	padding-bottom: 7px;
}
.mainnav .navbar.navbar-light .nav-link {
	color: #fff;
}
.mainnav .navbar.navbar-light .nav-link.active {
	color: #fff;
}
.mainnav .navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.hvr-underline-from-center:before {
	background: #2b1e15
}
.navbar-toggler i {
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link a {
	color: #fff;
}
/*============================banner=============================*/
.banner {
	position: relative;
}
.banneroverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(99, 47, 132, 0.3);
}
.caption {
	text-shadow: none;
	top: 35%;
	width: 50%;
	position: absolute;
	left: 8%;
	color: #fff;
}
.caption h2 {
	font-size: 46px;
	color: #fff;
	letter-spacing: 2px;
	font-family: oswald;
}
.caption p {
	max-width: 684px;
	text-align: justify;
	font-size: 21px;
}
.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #5f6b00;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: #fff;
}
.custombtn {
	background: #632f84;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px 20px;
}
.home-registration-form {
	border-radius: 0px;
	box-shadow: 0px 0px 3px 0px #000000;
}
.home-registration-form .registration-form label {
	font-size: 13px;
}
.registration-form .registration-input-box {
	border: none;
	border-radius: 5px;
	color: #999;
	height: 45px;
	border: 1px solid #e0e0e0 !important;
	box-shadow: none !important;
}
/*==============================aboutus=======================*/
.aboutus h1, .property h1, .testimonials h1, .contact-section h1 {
	text-transform: uppercase;
	font-size: 32px;
	color: #000;
	font-family: oswald;
}
.aboutus h1 span, .property h1 span, .testimonials h1 span, .contact-section h1 span {
	color: #632f84;
}
.abimage {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.abimage:before {
	/* border: 10px solid #000000; */
	width: 100%;
	height: 100%;
	content: '';
	top: 25px;
	position: absolute;
	left: -25px;
	z-index: -1;
	background: #632f84;
}
.aboutus ol {
	padding-left: 15px;
}
.aboutus ol.decimal li {
	list-style-type: decimal;
}
.aboutus h3 {
	font-size: 1.4rem;
}
/*===================property=======================*/
.property {
	background: url(../images/propertybg.png);
}
/*===================form=======================*/
.home-registration-form {
	background: url(../images/pixel.png) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #EAEAEA;
	display: block;
	padding: 10px 20px;
	box-shadow: 0 2px 7px -1px rgba(33, 34, 32, 0.69);
	position: absolute;
	right: 10px;
	z-index: 999;
	top: 8%;
}
.home-registration-form .registration-form label {
	font-size: 13px;
}
.registration-form .registration-input-box {
	border: none;
	border-radius: 5px;
	color: #999;
	height: 45px;
	border: 1px solid #e0e0e0 !important;
	box-shadow: none !important;
}
.information {
	background: #fff;
}
.information p {
	font-size: 14px;
	font-weight: 700;
}
.service-col i {
	width: 60px;
	height: 60px;
	border-top: 3px solid #632f84;
	border-bottom: 3px solid #632f84;
	color: #632f84;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 20px;
	padding: 5px 15px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-col i:hover {
	color: #fff;
	background: #632f84;
}
 .contact-section ::placeholder, .contactform ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
 opacity: 1 red !important;
}
.contact-section ::placeholder, .contactform :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;;
}
.contact-section ::placeholder, .contactform ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff !important;
}
.contact-section ::placeholder, .contactform ::-webkit-input-placeholder {
 color: #fff !important;
}
.contact-section ::placeholder, .contactform ::-o-input-placeholder {
 color: #fff !important;
}
.contact-section ::placeholder, .contactform ::-moz-placeholder {
 color: #fff !important;
}
/*===============testimonials==================*/
.testimonials {
	background: url(../images/testimonalsbg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.testimonials:before {
	content: "";
	position: absolute;
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.testimonial-list .item {
	overflow: visible;
	padding-top: 53px;
}
.testimonial-list .item .content {
	background: #e6e6e6;
	padding: 40px;
	position: relative;
	-moz-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}
.testimonial-list .item .content:before {
	right: 0;
	bottom: 0;
	content: " ";
	/*display: block;
	width: 0;
	height: 0;*/
	position: absolute;
	border-bottom: 20px solid #f6f8fa;
	border-right: 0 solid transparent;
	border-left: 15px solid #cdcdcd;
	border-left-style: inset;
	border-bottom-style: inset;
}
.testimonial-list .item .client {
	position: absolute;
	height: 100px;
	width: 100px;
	top: -32px;
	/*border-radius: 50%;*/
	overflow: hidden;
	box-shadow: 0 0 14px #f2f2f2;
	box-shadow: 0 0 14px rgba(0,0,0,.15);
}
.testimonial-list .item .content h4 {
	font-family: oswald;
	text-align: center;
}
.testimonial-list .item .content .description {
	color: #727272;
	line-height: 24px;
	font-size: 16px;
	margin: 0;
	position: relative;
	padding-left: 50px;
}
.testimonial-list .item .content .description:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 17px;
}
.video {
	height: 258px;
}
/*====================askexpert===========================*/
.askexpert {
	background-color: #633981;
}
.askexpert form h4 {
	font-size: 20px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0;
}
.askexpert .form-control {
	color: #495057;
	background-color: #331b44;
	border: 1px solid #633981;
	height: 43px;
}
.askexpert .btn-custom {
	color: #fff;
	background-color: #331b44;
	border-color: #331b44;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
}
.askexpert label {
	display: inline-block;
 margin-bottom: .5rem;
	font-size: 20px;
}
/*====================contact===========================*/
.contact-section {
	background: url(../images/contactbg.jpg);
	background-size: cover;
	background-position: center center;
}
.card-body i {
	font-size: 30px
}
.card-body h4 {
	font-family: anton;
}
.text-black-90 {
	color: rgba(0,0,0,.9)!important;
}
.card-body a {
	color: rgba(0,0,0,.9)!important;
}
.card-body p {
	font-size: 16px;
}
.small, small {
	font-size: 88%;
	font-weight: 400;
}
.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);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	moz-transition: 0.5s;
}
.contact-section .social a:hover {
	background: #28a745;
	color: #fff
}
.contact-section form .form-control {
	border-radius: 0;
	color: #b9b8b8;
	background: transparent;
}
.contact-section form div {
	padding-top: 15px;
}
footer {
	background: #282828;
}
footer .social {
}
footer .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);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	moz-transition: 0.5s;
}
footer .social a:hover {
	color: #fff;
	background: #632f84;
}
.scrollup {
	position: fixed;
	right: 2%;
	bottom: 2%;
	background: #3e3e3e;
	color: #fff;
	font-size: 20px;
	opacity: 0.7;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.btn-submit {
	border: 0;
	background: #632f84;
}
/*========================responsive================================*/
@media (max-width: 1200px) {
.galleryIcon {
	width: 300px;
}
}
@media (max-width: 1199px) {
.mainnav .navbar .nav-link {
	padding: 1.4rem 0 1.4rem 1rem;
}
header .logo-box {
	top: -53px;
}
header .topHeader ul.info li {
	margin-left: 3px;
}
}
@media (max-width: 1024px) {
.caption {
	top: 15%;
	width: 70%;
}
.caption h2 {
	font-size: 60px;
	line-height: 60px;
}
.home-registration-form {
	top: 0%;
}
}
@media (max-width: 991px) {
header .logo-box {
	width: 114px;
}
.navbar .navbar-toggler {
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}
.navbar-collapse {
	text-align: center;
}
.navbar-brand {
	margin-right: 0rem;
}
header .logo-box {
	position: relative;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.mainnav .navbar-nav {
	background: #2d2d2d;
	padding: 10px 25px;
}
.mainnav .navbar .nav-link {
	padding: 0.5rem 0.2rem;
	font-size: 14px;
	font-weight: 400;
}
.w-25 {
	width: 35%!important;
}
.aboutus h1 {
	font-size: 28px;
}
.home-registration-form {
	top: -2%;
}
}
 @media (max-width: 768px) {
.owl-theme .owl-nav.disabled+.owl-dots {
	display: none;
}
.home-registration-form {
	top: -22%;
}
}
@media (max-width: 767px) {
.navbar-toggler {
	border-color: transparent;
	border: none;
	background: transparent;
	color: #262626;
}
.topHeader ul.info, .topHeader ul.socialicon {
	text-align: center;
}
.w-25 {
	width: 98%!important;
	padding: 1% 1%;
}
.home-registration-form {
	position: relative;
	margin-top: 20px;
}
.aboutus h1 {
	font-size: 24px;
}
.aboutus h3 {
	font-size: 1.3rem;
}
.askexpert .btn-custom {
	margin-top: 5px;
}
.askexpert .form-control {
	margin-bottom: 8px;
}
}
@media (max-width: 575px) {
.navbar-nav .nav-link {
	color: rgba(0,0,0,.9);
}
.caption {
	top: 10%;
}
.caption h2 {
	font-size: 30px;
	line-height: 38px;
}
.caption p {
	max-width: 96%;
	margin: 0 auto;
	font-size: 15px;
}
.mainnav .navbar .nav-link {
	padding: 0.5rem 1rem;
}
.abimage:before {
	display: none;
}
}
@media (max-width: 411px) {
.navbar-brand {
	width: 70%;
}
.caption h2 {
	display: none;
}
.w-25 {
	width: 96%!important;
	padding: 1% 1%;
}
}
@media (max-width: 360px) {
.aboutus h2, .testimonials h2, .contact-section h2 {
	font-size: 36px;
}
.aboutus h2, .testimonials h2, .news h2, .mission h2, .contact-section h2 {
	font-size: 34px;
}
}
