@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-size: 16px;
	line-height: 1.7;
	font-family: "Poppins", sans-serif;
	font-weight:400;
	background: #fff;
	color:#000;
	overflow-x: hidden;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #6c757d;
}
a:focus {
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 600;
	color: #241f59;
	text-transform: uppercase;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
input[type='text'],
input[type='number'],
input[type='password'],
button,
textarea,
select,
option,
img,
.item {
    outline: none;
    box-shadow: none !important;
}
.btn, .wpcf7-submit {
    background-color: #241f59;
    border: 2px solid #241f59;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    padding: 9px 30px;
    position: relative;
    text-align: center;
	text-transform: capitalize;
}
.btn:hover, .wpcf7-submit:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    outline: none;
}
.mobile {
	display: none !important;
}
.wow {
	visibility: hidden;
}
/*-------------------------Header Css-----------------------------*/
header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #241f59;
	z-index: 9;
	position: fixed;
	top: 0;
}
header .topbx {
	padding: 30px 0;
	transition: all 350ms ease-out;
}
header .logo {
	display: inline-block;
	margin: 0;
	width: 220px;
	transition: all 350ms ease-out;
}
.topbx .logoright {
    width: 70px;
	margin-bottom:-24px;
	transition: all 350ms ease-out;
}
.navbar {
	padding: 0;
	display:block;
}
.menuconainer {
	z-index: 1;
}
.menubx {
	width: 100%;
	text-transform: uppercase;
	display: flex;
	display: -webkit-flex;
}
.menubx li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.menubx > li {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.menubx > li:first-child {
	padding-left: 0;
}
.menubx > li:last-child {
	padding-right: 0;
}
.menubx li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	position: relative;
	padding: 0;
	letter-spacing: 0.5px;
}
.menubx li a:hover, .menubx li a.active, .menubx li.current-menu-item>a, .menubx li.current-menu-parent>a {
	color: #6c757d
}
.menubx .sub-menu {
	background: rgba(38, 38, 38, .92);
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 9;
	display: none;
	min-width: 260px;
	max-width: 100%;
	text-align: left;
	padding: 20px 0;
}
.menubx>li:hover .sub-menu {
	display: block
}
.menubx .sub-menu li {
	display: block;
	border-bottom: 1px dotted #303030;
	padding: 5px 20px;
	line-height: 26px;
	height: auto;
}
.menubx .sub-menu li a {
	color: #fff;
}
.menubx .sub-menu li a:hover {
	color: #f05624;
}
.menubx .sub-sub-menu {
	width: 300px;
	position: absolute;
	display: none;
	left: 100%;
	top: -20px;
	padding: 20px 2px 20px 0;
	z-index: 1;
	background: rgba(40, 40, 40, .9)
}
.menubx .sub-menu>ul>li:hover .sub-sub-menu {
	display: block
}
.menubx div.sub-menu li.has-submenu>a.sub-menu-link:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	width: 2px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	opacity: 0.2;
	box-shadow: none;
	background: 0 0
}
.menubx li.current-menu-parent>a.sub-menu-link:before, .menubx div.sub-menu li.has-submenu:hover>a.sub-menu-link:before {
	opacity: 1
}
@media only screen and (min-width:991px) {
header.shrink {
	background: #241f59;
	z-index: 99;
}
.shrink .topbx {
	padding: 15px 0;
	transition: all 350ms ease-out;
}
.shrink .menubx .sub-menu {
	top: 36px;
}
}

.socialbx li+li {
    margin-left: 7px;
}
.socialbx a {
    background: #fff;
    border-radius: 50%;
    color: #241f59 !important;
    display: inline-block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 29px;
}

/*-------------------------Home Slider Section Css-----------------------------*/
.wrapper {
	margin-top: 95px;
}
.herobgbx .heroslider, .herobgbx .imgbx, .mainhero {
    position: relative;
	width: 100%;
	overflow: hidden;
}
.herobgbx .imgbx {
    overflow: hidden;
}
.herobgbx .imgbx:before {
    content: "";
    display: block;
    padding-bottom: calc(100vh - 95px);
}
.herobgbx .imgbx::after {
    content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.herobgbx .imgbx img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
	object-fit: cover;
	object-position: top center;
}
.herobgbx .heroinner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.herobgbx .textarea {
    color: #fff;
	position: relative;
	z-index: 2;
}
.herobgbx .textarea h1 {
    color: #fff;
    margin-bottom: 20px;
}
.herobgbx .textarea h1 span {
    font-weight: 300;
}
.herobgbx .textarea p {
    margin-bottom: 15px;
}
.herobgbx .btnbx {
    margin: 30px 0;
}
/* .herobgbx.innerpage .imgbx:before {
    padding-bottom: calc(55vh - 95px);
} */
.backwhite img,
.backwhite {
	filter: grayscale(100%);
}
/*-------------------------Content Section Css-----------------------------*/
.contentbx {
	position: relative;
	padding: 100px 0;
}
.contentbx h1, .contentbx h2 {
	font-size: 32px;
	margin-bottom: 35px;
}
.contentbx h2 span {
	display: block;
	font-size: 17px;
}
.contentbx p {
	margin-bottom: 25px;
}
.contentbx p:last-child {
	margin-bottom: 0px;
}
.contentbx .btnbx {
	margin-top: 40px;
}
.contentbx ul {
	list-style: outside;
	margin: 0px 0 40px 18px;
	padding: 0;
}
.contentbx ul li { 
	margin-top: 5px;
}
/*-------------------------Footer Css-----------------------------*/
footer {
	font-size: 14px;
	padding: 45px 0 30px;
	color: #fff;
	background: #241f59;
}
footer .footerlogo {
	width: 180px;
	max-width: 100%;
	margin-bottom: 25px;
    display: inline-block;
}
footer h4 {
	color: #fff;
}
footer p:last-child {
	margin: 0;
}
footer ul li {
	display: block;
	padding: 0 0 10px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.copyright {
	border-top: 1px solid #3b3670;
	margin-top: 30px;
	padding-top: 30px;
}
footer .copyright ul li {
	display: inline-block;
	padding: 0 15px;
}
.iconlist {
	display: flex;
	margin-bottom: 10px !important;
}
.iconlist i {
	margin-right: 12px;
    margin-top: 6px;
    font-size: 16px;
}
.iconlist a {
	color: #fff;
}
.iconlist a:hover {
	text-decoration: underline;
}
.loader {
    border: 7px solid #f3f3f3; /* Light grey */
    border-top: 7px solid #7a3787; /* Blue circle */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ownerdetails {
    /* background: rgba(36, 31, 89, 0.8); */
	background: #241f59;
    box-shadow: 0 0 20px #eee;
	color: #fff;
}
.ownerdetails .row > div {
	position: relative;
}
.ownerdetails h3 {
    position: relative;
	text-transform: none;
	font-size: 22px;
	font-weight: 300;
    line-height: 1.5;
	color: #fff;
}
/* .ownerdetails h3:before {
    content: "";
    position: absolute;
    left: -70px;
    top: -50px;
    width: 60px;
    height: 47px;
    background: url(../images/coma.png) no-repeat;
    background-size: 60px auto;
} */
.ownerdetails h4 {
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	color: #fff;
}
.ownerdetails .textbx {
	padding: 70px;
    width: 100%;
}
.ownerdetails .imgbx {
	height: 100%;
}
.ownerdetails .imgbx img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.buildingbg {
	background-image: url('../images/building-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bluebg {
    background-color: #241f59;
}
.bluebg * {
    color: #fff !important;
}
.bluebg .btn, .bluebg .wpcf7-submit {
    background-color: #fff;
    border: 2px solid #fff;
    color: #201e5a !important;
}
.bluebg .btn:hover, .bluebg .wpcf7-submit:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff !important;
    outline: none;
}
.apattern::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
	background-size: 32% auto;
    background-image: url(../images/a-pattern.png);
    opacity: 0.2;
}
.contactsec {
    background-color: #fff;
    background: linear-gradient(90deg, #fff 46%, rgba(36, 31, 89, 0.8) 0);
}
.contactsec h4 {
	margin-bottom: 25px;
}
.formbx {
	background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #474747;
    padding: 40px 50px;
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-group .form-label {
    font-size: 15px;
    color: #241f59;
}
.form-control {
	background-color: #E9E9E9;
	border-color: #dee2e6;
    font-size: 13px;
    font-weight: 300;
    height: 42px;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.06),
    inset 0 -1px 3px rgba(0, 0, 0, 0.01),
    inset -1px 0 3px rgba(0, 0, 0, 0.01),
    inset 1px 0 3px rgba(0, 0, 0, 0.01);
} 
textarea.form-control {
    height: 90px;
	resize: none;
}
.wpcf7-form {
	position: relative;
}
.wpcf7-spinner {
    position: absolute !important;
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 11px !important;
	color: #ea0505 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
	color: #ea0505 !important;
	position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #2e9934 !important;

}
.googlemap {
	font-size: 0;
}
.googlemap iframe {
	width: 100%;
	height: 400px;
}
.animateimg {
    -webkit-animation: scale 5s ease-in-out infinite alternate;
    animation: scale 5s ease-in-out infinite alternate;
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1,1);
    }
    100% {
        -webkit-transform: scale(1.05,1.05);
    }
}
@keyframes scale {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.05,1.05);
    }
}




