html,body{padding:0;margin:0;border:0;outline:none}
html{font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:22px;
	color:#242424;
	background:#fff;
	overflow-x:hidden;
	line-height: 1.2;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
div, section, aside, article, header, nav, footer, address, form, h1, h2, h3, h4, h5, h6, p, ul, ol, ul li, ol li, span, img, a, table, thead, tbody, tfoot, tr, th, td, dt, dh, dd {
	padding:0;
	margin:0;
	border:0;
	outline:none;
	background:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol,ul li,ol li{list-style:none}
address{font-style:normal}
label,input,select,textarea,button{font-family: 'Raleway', sans-serif;padding:0;margin:0;border:0;outline:none}
textarea{resize:vertical;overflow:auto}
label,input[type=text],input[type=tel],input[type=email],input[type=password],input[type=button],input[type=submit],input[type=reset],input[type=search],select,textarea,button{-webkit-appearance:none}
audio,canvas,video{display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]){display:none; height:0;}
[hidden]{display:none;}

.container {
	width:95%;
	max-width: inherit;
	margin:0 auto;
	position:relative;
	transition:width ease-in-out 200ms;
	-moz-transition:width ease-in-out 200ms;
	-webkit-transition:width ease-in-out 200ms;
	-ms-transition:width ease-in-out 200ms;
	-o-transition:width ease-in-out 200ms;
}

::selection{color:#FFFFFF;background:#333333}
::-moz-selection{color:#FFFFFF;background:#333333}
.overflow{overflow:hidden}
.clear{clear:both}
.clear-left{clear:left}
.clear-right{clear:right}
.float-left{float:left}
.float-right{float:right}
.float-none{float:none}
.align-left{text-align:left}
.align-right{text-align:right}
.align-center{text-align:center}
.align-justify{text-align:justify}
a{color:#333333;text-decoration:none}
a:hover{color:#000000;text-decoration:none}
a,a:hover,a:focus,input,input:hover,input:focus,select,select:hover,select:focus,option,option:hover,option:focus,button,button:hover,button:focus{outline:none}
a,input[type=submit],input[type=reset],input[type=button],input[type=file],button{cursor:pointer;transition:all ease-in-out 200ms;-moz-transition:all ease-in-out 200ms;-webkit-transition:all ease-in-out 200ms;-ms-transition:all ease-in-out 200ms;-o-transition:all ease-in-out 200ms;}
img{display:inline-block;max-width:100%}
label{
	font-size:14px;
	line-height:15px;
	color:#121212;
	font-weight:normal;
}
.textbox,.textarea,.selectbox{
	width:280px;
	height:32px;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#555;
	padding:5px;
	text-align:left;
}
.textarea{
	min-height:32px;
	max-height:320px;
}
.btn2 {
	display:inline-block;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	padding:12px 45px 12px 30px;
	margin:0;
	border:0;
	outline:none;
	border-radius: 25px;
	background: rgba(242,242,242,0.8);
	background-image: url(../img/arrow-btn.png);
	background-size: 12px;
	background-position: 85% center;
	background-repeat: no-repeat;
}
.btn2:hover{
	color:#000;
	background-color: #fff;
}
.btnDisabled{
	cursor:no-drop;
	color:#FFFFFF;
	background: #CECECE;
}
.btnDisabled:hover{
	color:#FFFFFF;
	background: #CECECE;
}
/**/
.main-header {position: absolute; left: 0; top: 0; z-index: 3; width: 100%;}
.main-header .logo img {max-height: 90px;}
.main-header .container {border-bottom: 1px solid #756567; padding:20px 15px;}
.home-slider {position: relative;}
.home-slider .s-overlay {position: absolute; background-color: rgba(0,0,0,0.6); left: 0; top: 0; bottom: 0; right: 0;}
.home-slider .swiper-slide {height: 900px; overflow: hidden;}
.home-slider .slide-bg {background-repeat: no-repeat; background-position: center; background-size: cover; height: 900px;  -webkit-animation: zoomin 10s ease-in infinite; animation: zoomin 20s ease-in infinite; transition: all 6s ease-in-out; overflow: hidden;}
@-webkit-keyframes zoomin {
	0% {transform: scale(1);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1);}
}
.home-slider .slide-txt {position: absolute; z-index: 2; top: 50%; left: 0; transform: translateY(-65%); text-align: left; width: 100%;}
/* .home-slider .slide-txt .container {width: inherit;} */
.home-slider .slide-txt h2 {font-size: 46px; line-height: 1.2; color: #fff; font-weight: 200; max-width: 55%; margin-bottom: 15px;}
.home-slider .slide-txt h2 span {color: #bcbcbc;}
.home-slider .slide-txt .arrow-icon img {height: 80%; max-height: 50px;}
.home-slider .swiper-pagination-bullet {background-color: #fff; height:2px; width:40px; text-indent: -9999px;}
.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #cd994f;}
/**/
.net-sec {background-color: #f2f2f2; padding: 90px 0;}
.net-content h2 {font-size: 36px; color: #2a2a2a; margin-bottom: 20px; font-weight: 300; text-transform: uppercase;}
.net-content .btn2 {border:solid 1px #545e61;}
.net-content p {margin-bottom: 30px;line-height: 22px;}
.net-box {position: relative;}
.net-box img {width: 100%;}
.net-txt {padding: 30px; position: absolute; top:0; width: 100%; height: 100%; line-height: normal;}
.net-txt h3 {font-size: 36px; color: #fff; font-weight: 200;}
.net-txt h3 strong {font-weight: 700;}
.net-txt .btn2 {margin-top: auto; width: auto; max-width: 185px;}
/**/
.advan-sec {display: flex; flex-wrap: wrap; width: 100%;}
.advan-img {display: flex; flex: 1 1 auto; width: 50%;}
.advan-bg {background-image: url(../img/advan-img.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; flex-direction: column; flex-shrink: 1; min-width: 1px; max-width: 100%; width: 100%; display: flex; flex: 1 1 auto;}
.advan-txt {background-color: #d7d7d7; width: 50%; padding: 5%;}
.advan-txt img {width: 100%;}
.advan-txt .right-img {margin-bottom: 40px;}
.advan-txt h2 {font-size: 36px; color: #2a2a2a; margin-bottom: 20px; font-weight: 300; margin-bottom: 20px;}
.advan-txt p {line-height: 22px; margin-bottom: 60px;}
.advan-txt .media {align-items: center; margin-bottom: 30px; color: #010954;}
.advan-txt .media:last-of-type {margin-bottom: 0;}
.advan-txt .media img {width: auto; height: 16px;}
/**/
.unique-sec {background-color: #2a2a2a; padding: 90px 0; color: #fff;}
.heading-sec {display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
.heading-sec h2 {font-size: 36px; font-weight: 300; text-transform: uppercase;}
.heading-sec p {font-size: 16px; color: #c9c9c9;}
.unique-box .uni-img {margin-bottom: 20px;}
/**/
.our-strategy {background-color: #010954; padding: 90px 0 0 0; color: #fff;}
.our-strategy .heading-sec {margin-bottom: 30px;}
.our-strategy .heading-sec p {max-width: 60%; color: #fff;}
.accordion.width {display: flex;}  
.accordion.width .card {flex-direction: row-reverse;flex-grow: 0;flex-shrink: 1;min-width: min-content; background-color: transparent; box-shadow: none; border: none 0;}
.accordion.width .card .card-header {cursor: pointer;transform: rotate(180deg);writing-mode: vertical-rl;}
.accordion.width .card .card-header:not(.collapsed) {pointer-events: none;}
.collapsing.width {transition: width 0.35s ease; height: auto; width: 0;}
.our-strategy .card-header {font-size: 28px; padding: 70px 20px 0 20px; display: flex; align-items: center; border-left: solid 1px #c99a57; min-height: 520px;}
.our-strategy .card-header strong {display: block; margin-bottom: 20px; font-size: 45px; color: #7b7b7b; font-weight: 600;}
.our-strategy .head-arrow {display: block; margin-top: auto; }
.our-strategy .card-header.collapsed .head-arrow img {transform: rotate(180deg);}
.our-strategy .card-body .media {align-items: center;}
.our-strategy .card-body {padding: 70px 40px;}
.our-strategy .card-body h5 {font-size: 14px; font-weight: 500; margin-bottom: 20px;}
.our-strategy .card-body p {color: #c5c5c5; line-height: 22px;}
/**/

/*term-&-condition*/
.t-c {     background-color: #d7d7d7;
    width: 100%;
    padding: 5%;
}

.t-c h2 {
    font-size: 36px;
    color: #2a2a2a;
    margin-bottom: 10px; margin-top: 40px;
    font-weight: 300;

}
.t-c p { margin-bottom: 10px; font-size: 17px; line-height: 24px; }

.top-business {background-image: url(../img/TOP-BUSINESS.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 90px 0; position: relative;}
.overlay {background-color: rgba(201,154,87,0.8); position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.top-business h2 {color: #fff; font-size: 36px; font-weight: 300; text-transform: uppercase; margin-bottom: 20px;}
.tabing {background-color: #00063b; overflow: hidden; border-radius: 10px;}
.tabing .nav-link .nav-item {min-width: 30%;}
.tabing .nav-link {font-size: 18px; text-transform: uppercase; padding: 15px 30px; text-align: left; border-left: solid 1px #c99a57; border-radius: 0; color: #c99a57;}
.tabing .nav-link.active {background-color: transparent; border-radius: 0; border-left: solid 1px #c99a57; color: #fff;}
.tabing .nav-item:first-child .nav-link {border:none 0}
.tabing .nav.nav-pills {margin-bottom: 0; padding: 10px 0;}
.tabing .tab-content {background-image: url(../img/tab-image.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 60px 50px; position: relative;}
.tabing .tab-content .tab-overlay {background-color: rgba(1,9,84,0.9); position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.tabing .swiper-slide {padding: 0 40px; background-color: transparent;}
.tabing .slide-box {width: 100%; padding: 20px; border: solid 1px #fff; background-color: #efefef; border-radius: 10px;}
.tabing .slide-box ul {margin: 0 auto 20px auto; width: fit-content; text-align: left;}
.tabing .slide-box ul li {margin: 10px 0; font-weight: 400;}
.tabing .slide-box .btn2 {border:solid 1px #535d61}
.tabing .swiper-button-next:after, .tabing .swiper-button-prev:after {font-size: 30px;}
.top-realty {background-image: url(../img/TOP-REALTY.jpg);}
.top-realty .overlay {background-color: rgba(42,42,42,0.8);}


/**/
.getin-sec {background-color: #e2e2e2; background-image: url(../img/getin-bg.png); background-position: center; background-size: cover; background-repeat: no-repeat; padding: 50px 0;}
.get-form {background-color: rgba(255,255,255,0.8); padding: 30px;}
.get-form h2 {font-size: 36px; font-weight: 200; margin-bottom: 20px; font-weight: 500;}
.get-form ul li {display: inline-block; margin-bottom: 20px; vertical-align: top;}
.get-form ul li:first-child {display: block;}
.get-form ul li:nth-child(2) {margin-right: 30px;}
/**/
.footer {background-color:#010954; padding:50px 0;}
.footer .footer-block h3{font-size: 16px; text-transform: uppercase; font-weight: 600; color:#fff; border-bottom:0px solid #f9f9f9; margin-bottom:15px; padding-bottom:10px;}
.footer ul li a, .footer p {color:#fff;}
.footer .footer-block .one-third{float:left; width:20%; margin:0 20px 0 0;}
.footer .footer-block .one-third ul li{margin-bottom:5px;} 
.footer .footer-block .one-third a{margin-right:7px;}
.footer .footer-block .one-third a img{margin-right:7px;}
.footer .footer-block .one-third a:hover{color:#9c9c9c;}
.footer .footer-block .one-second{float:left; width:9%; margin:0 20px 0 0;}
.footer .footer-block .one-second ul li{margin-bottom:5px;} 
.footer .footer-block .one-second a{margin-right:7px;}
.footer .footer-block .one-second a img{margin-right:7px;}
.footer .footer-block .one-second a:hover{color:#9c9c9c;}
.footer .footer-block .last{margin-right:0;}
.footer .footer-block .one-third .membership-img{text-align:center;}
.connect ul li{display:inline-block;margin-right:10px;}
.connect ul li a{color:#fff; display:block; width:25px; height:35px; text-indent:-999em; overflow:hidden;}
.connect ul li.social-icon{background:url(../img/facebook-icon.png) no-repeat center center;}
.connect ul li.social-icon2{background:url(../img/insta-icon.png) no-repeat center center;}
.connect ul li.social-icon3{background:url(../img/linkdin-icon.png) no-repeat center center;}
.connect ul li.social-icon4{background:url(../img/google-icon.png) no-repeat center center;}
.connect ul li.social-icon:hover{background:url(../img/facebook-icon-hover.png) no-repeat center center;}
.connect ul li.social-icon2:hover{background:url(../img/insta-icon.png) no-repeat center center;}
.connect ul li.social-icon3:hover{background:url(../img/linkdin-icon-hover.png) no-repeat center center;}
.connect ul li.social-icon4:hover{background:url(../img/google-icon-hover.png) no-repeat center center;}
.footer-bottom{background-color:#fff; padding:15px 0; text-align: center;}
.footer-bottom ul li, .footer-bottom ul li a {text-align:center; color:#000;}
.footer-bottom ul li {display: inline-block; margin: 0 5px;}
/**/
.custom-input {background-color: transparent; padding: 12px 0; border-bottom: solid 1px #696969; width: 100%; margin-bottom: 20px;}
textarea.custom-input {height: 90px;}
/**/
.inner-banner {background-color: #010954; background-image: url(../img/about-banner.png); background-repeat: no-repeat; background-position: 10% bottom; background-size: contain; padding-top: 30px; min-height: 420px; position: relative;}
.inner-banner h2 {font-size: 46px; font-weight: 600px; color: #fff; position: absolute; top: 50%; right: 3%;}
.vision-sec .advan-bg {background-image: url(../img/VISION-img.png);}
.vision-sec .advan-txt {background-color: #fff;}
.vision-sec .advan-txt p:first-of-type {margin-bottom: 20px;}
.vision-sec .advan-txt p:last-of-type {margin-bottom: 80px;}
.vision-sec .advan-txt .media h5 {font-size: 18px;}
.our-team {text-align: center; padding: 90px 0 70px 0; background-image: url(../img/team-bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.our-team h2 {font-size: 46px; text-transform: uppercase; color: #fff; margin-bottom: 30px;}
.our-team ul li {display: inline-flex; width: 33%; padding: 0 15px; margin-bottom: 20px;}
.team-box {margin: 0 auto;}
.team-box .tem-img {background-color: #fff; overflow: hidden; border-radius: 50%; max-width: 270px; max-height: 270px; padding: 2px; margin-bottom: 20px;}
.team-box .tem-img img {width: 100%; border-radius: 50%;}
.team-box p {font-size: 24px; color: #fff; font-weight: 500;}
.team-box p span {display: block; margin-top: 5px; font-size: 20px; color: #c99a57;}
.innvo-sec {background-color: #c99a57; background-image: url(../img/INNOVATION.png); background-repeat: no-repeat; background-position: center -80%; padding: 90px 0; color: #fff; min-height: 800px;}
.innvo-sec h2 {font-size: 46px; text-transform: uppercase; margin-bottom: 10px;}
.innvo-sec h5 {font-size: 24px; margin-bottom: 30px; font-weight: 500;}
.innvo-sec p {margin-bottom: 20px;}
.innvo-sec p:last-of-type {margin-bottom: 0;}