/* =================================
------------------------------------
  
 ------------------------------------
 ====================================*/

/*----------------------------------------*/

/* 
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Oswald", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #322429;
	font-weight: 700;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #6a6a6a;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 72px;
}

.section-title p {
	padding: 25px 30px 10px;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 110px;
	padding-bottom: 110px;
}
.faq_section_spad{
	padding-top: 10px;
	padding-bottom: 110px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

.site-btn,.schedule-btn,.simple_btn {
	display: inline-block;
	border: none;
	padding: 13px 44px;
	min-width: 156px;
	font-size: 16px;
	background: #E85724;
	color: #fff !important;
	line-height: normal;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Lato';
font-style: normal;
font-weight: 500;
}
.view_all{
	padding: 14px 41px;
    min-width: 156px;
    font-size: 20px;
}

.schedule-btn{
	padding: 17px 44px;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-light {
	background: #fff;
	color: #241e1e;
}

.site-btn.sb-big {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	padding: 10px 44px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.about-text span {
	color: #FBB316;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0%;
    font-size: 31pt;
}
#count1,#count2,#count3{
	color: #FBB316;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0%;
    font-size: 47pt;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
Header section
 ---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 53px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.about_page .header-section{
	background-color:#000 !important;
}

.header-section.header-bg-2 {
	background: rgba(34, 34, 34, 0.83);
}

.header-nav {
	text-align: right;
	padding-top: 35px;
}

.site-logo {
	float: left;
	display: inline-block;
	padding: 39px 0;
}

.main-menu {
	display: inline-block;
	padding-right: 30px;
}
.footer_Section  .main-menu {
	padding-right: 0px;
}
.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	padding: 0 1px 5px;
	border-bottom: 2px solid transparent;
	margin-right: 45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 15px;
	font-style: normal;
    font-weight: 400;
}
.footer_Section  .main-menu li:last-child a{
    margin-right: 0px;
}
.main-menu li a:hover,
.main-menu li a.active {
	border-bottom: 2px solid #ff000a;
}

.main-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	text-align: left;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}

.main-menu .sub-menu::before {
	position: absolute;
	content: "";
	left: 15px;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fff;
}

.main-menu .sub-menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	left: 0;
	top: -20px;
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 5px 20px;
	border-bottom: none;
}

.main-menu .sub-menu li a:hover {
	color: #ff000a;
}

.header-right {
	display: inline-block;
}

.header-right a {
	color: #fff;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	display: inline-block;
}

.header-right .register {
	border: 2px solid #fff;
	min-width: 130px;
	text-align: center;
	padding: 8px 15px;
	margin-left: 25px;
}

.slicknav_menu {
	display: none;
}

/* ----------------
Hero section
 -------------------*/

.hero-section {
	padding-top: 140px;
}

.hero-warp {
	padding: 27px 48px 31px;
	background: rgba(34, 36, 43, 0.83);
}

.main-search-form {
	font-family: "Oswald", sans-serif;
}

.main-search-form p {
	font-size: 12px;
	color: #b6b6b6;
	font-style: italic;
	margin-bottom: 0;
}

.search-type .st-item {
	display: inline-block;
}

.search-type .st-item input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.search-type .st-item input:checked+label {
	padding: 11px 30px;
	background: #ff000a;
}

.search-type .st-item input:checked+label:after {
	bottom: -15px;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0.3s;
	transition: all 0.2s ease 0.3s;
}

.search-type label {
	position: relative;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 11px 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.search-type label:after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: calc(50% - 4px);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	opacity: 0;
}

.search-input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 23px;
}

.search-input input {
	width: calc(100% - 156px);
	height: 71px;
	padding-left: 47px;
	color: #3a3a3a;
	font-style: italic;
	border: none;
}

.search-input.si-v-2 input {
	width: calc(100% - 384px);
}

.search-input.si-v-2 .sb-light {
	margin-left: 25px;
	min-width: 203px;
}

/* ----------------
Intro section
 -------------------*/

.intro-first {
	margin-bottom: 98px;
}
.about_section_Wrap .count_wrap{
	/* background-color: #000; */
	color: white; 
	padding-top: 50px;
	margin-top: 180px;
	padding-bottom: 30px;
}
.about_page .our_service .section-title h3{
	font-size: 32px;
    font-weight: bolder;
}
.chart-section.about_section_Wrap  h4{
	color: #E85724;
    font-size: 17px;
    margin-bottom: 15px;
}
.about_page .our_relative{
	padding-top: 0px;
	position: relative;
}
.chart-section.about_section_Wrap  p{
	color: #FBB316;
}
.about_page .our_service .service_wrap {
    position: absolute;
    top: -260px;
}
.about_page .our_service{
	height: 100%;
}

.faq_section .description .wrap {
    padding: 20px 25px;
    background: #FBB316;
    margin: 20px;
	position: relative;
	padding-right: 55px;
	font-size: 15px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-family: 'oswald-regular' !important;
}
.faq_section .description .wrap .minus {
    position: absolute;
    top: 11px;
    right: 19px;
    width: 31px;
    height: 9px;
}
/* .faq_section {
	padding-bottom: 65px;
	padding-top: 0px;
} */
.faq_section  .faq_title {
	color: #fff;
    font-size: 25px;
    padding-bottom: 17px;
    border-bottom: 2px solid #FBB316;
    margin-bottom: 16px;
    cursor: pointer;
    padding-left: 29px;
	font-style: normal;
    font-weight: 600;
	font-family: 'oswald-regular' !important;
}
.faq_title.slidedown ~ .description{
	border-bottom: 2px solid rgb(251, 179, 22);
    margin-bottom: 20px;
	font-family: 'oswald-regular' !important;
}
.faq_title.slidedown{
	border-bottom: 0px;
	padding-bottom: 0px !important;
}
.faq_section .description{
	display: none;
}
.faq_section .faq_title .minus {
	display: none;
}
.faq_title.slidedown .minus{
	display: block;
}
.faq_title.slidedown .plus{
	display: none;
}
.faq_section .faq_title .plus ,.faq_section .faq_title .minus {
    float: right;
    width: 30px;
}
.about-text h3 {
	margin-bottom: 10px;
    font-weight: 700;
    font-size: 39px;
	color: #FBB316;
}
.chart-section.about_section_Wrap {
    padding-top: 80px;
    padding-bottom: 275px;
}
.about-text h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 35px;
}
.about-text span {
	color: #FBB316;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0%;
    font-size: 31pt;
}
	#count1,#count2,#count3{
		color: #FBB316;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		padding-bottom: 0%;
		font-size: 47pt;
	}
.about-text p {
	margin-bottom: 25px;
}

.readmore-btn {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #ff000a;
	border-bottom: 1px solid #ff000a;
	line-height: 1;
}

.readmore-btn:hover {
	color: #ff000a;
}

/* ----------------
Hero section
 -------------------*/

.property-section {
	padding-bottom: 52px;
}

.property-section .section-title {
	margin-bottom: 90px;
}

.property-item {
	margin-bottom: 55px;
}

.property-item img {
	min-width: 100%;
}

.property-item .pi-image {
	position: relative;
	margin-bottom: 35px;
}

.property-item .pi-badge {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 87px;
	padding: 13px 10px 0;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.property-item .pi-badge.new {
	background: #ff000a;
}

.property-item .pi-badge.offer {
	background: #ffba00;
}

.property-item h3 {
	margin-bottom: 10px;
}

.property-item h5 {
	margin-bottom: 25px;
}

.property-item p {
	margin-bottom: 20px;
}

/* ----------------
Loan section
 -------------------*/

.loan-section {
	padding: 0 54px;
}

.loan-warp {
	background: #22242b;
	padding: 95px 0 110px;
}

.centered span{
    position: absolute;
    top: 40%;
    left: 43%;
    font-size: 12px;
    font-weight: bold;
    word-spacing: normal;
  }
.loan-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 878px;
	margin: 0 auto;
}
.home_page .home_page_section.first_section .slide_text{
	margin-top: 155px;
    margin-bottom: 90px;
}
.loan-form label{
	color: white;
}
.home_page_section.fourth_section .c_wrap {
	height: 240px;
    overflow-y: auto;
    padding: 20px;
    background-color: #FDE1A4;
    margin-bottom: 25px;
}
.home_page_section.fourth_section .c_wrap::-webkit-scrollbar-track,
.home_page_section.second_section .centered.detail_Wrap .description::-webkit-scrollbar-track {
	border-radius: 10px;
  }
  .home_page_section.fourth_section .c_wrap::-webkit-scrollbar-thumb:hover,
  .home_page_section.second_section .centered.detail_Wrap .description::-webkit-scrollbar-thumb:hover {
	background: #E85724; 
  }  
  .home_page_section.fourth_section .c_wrap::-webkit-scrollbar,
  .home_page_section.second_section .centered.detail_Wrap .description::-webkit-scrollbar{
	width: 5px;
	background: #E85724;
  }
.home_page_section.first_section{
	padding-bottom: 0px !important;
}
.home_page_section.second_section .as_wrap .name {
	text-align: right;
    font-size: 17px;
    width: 67%;
    padding-top: 6px;
    float: right;
    position: absolute;
    top: -25px;
    right: 0px;
    padding-right: 25px;
    background: #FBB316;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
}
.intro-section.home_page_section.spad{
	padding-top: 80px;
    padding-bottom: 80px;
}
.home_page_section.fourth_section .profile_detail img{
    border-radius: 50%;
}
.home_page_section.second_section .as_wrap {
    height: 100%;
	position: relative;
}
.home_page_section.second_section .centered.detail_Wrap {
	position: absolute;
    top: 53%;
}
.home_page_section.fourth_section .profile_detail .name{
	color: #FBB316;
    font-size: 20px;
    font-weight: 800;
	margin-top: 18px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
}
.home_page_section.second_section .centered.detail_Wrap .description{
	font-size: 15px;
    color: #000;
    line-height: 18px;
    padding: 21px;
    background: #FBB316;
    max-height: 151px;
    min-height: 151px;
	overflow-y: auto;
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
}
.footer_Section hr{
	margin-bottom: 25px;
}
.footer_Section .site-btn{
	padding: 17px 42px;
	border-radius: 2px;
}
.home_page_section.fourth_section .col-lg-4{
	padding-right: 30px;
    padding-left: 30px;
}
.home_page_section.fourth_section .profile_detail .img_wrap .img{
	width: 84%;
 }
.home_page_section.fourth_section .profile_detail .img_wrap{
	padding-left: 0;
    padding-right: 0px;
}
.home_page_section.fourth_section .profile_detail  .founder_text {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    margin-top: 13px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
}
.home_page_section.fourth_section .profile_detail{
	padding: 10px;background-color: black;padding: 0px;margin: 0px; color: white;
}
.home_page .five_section  .loan-form input {
	width: 80%;
    padding: 7px  19px;
    color: white;
    background-color: #565050;
    font-size: 16px;
    border: 1px solid #E85724;
    font-style: italic;
    margin-bottom: 15px;
	margin-left: 15%;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
}
.home_page_section.fourth_section .c_wrap p{
	color:#000;
	line-height: 23px;
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
}

.home_page_section.five_section{
	background-image: url(../img/home_page/footer.png);
	background-position: bottom;
	padding-top: 110px;
    padding-bottom: 110px;
}
.home_page .five_section   .loan-form select {
	width: 80%;
    padding: 10px 19px;
    color: white;
    background-color: #565050;
    font-size: 16px;
    border: 1px solid #E85724;
    /* font-style: italic; */
    margin-bottom: 23px;
	margin-left: 15%;
}
.loan-form textarea {
	width: 90%;
	padding: 9px 19px;
    color: white;
    background-color: #565050;
    font-size: 16px;
    border: 1px solid #E85724;
    /* font-style: italic; */
    margin-bottom: 23px;
	margin-left: 8%;
}
.home_page .five_section .loan-form .textarea_label,
.home_page .five_section .loan-form  .chat_submit_btn{
	margin-left: 8%;
}

/* ----------------
Footer section
 -------------------*/

.footer-section {
	padding: 110px 0 0;
	background: #22242b;
}

.footer-widger {
	margin-bottom: 60px;
}

.footer-widger h2 {
	font-size: 18px;
	font-weight: 500;
	padding-top: 65px;
	margin-bottom: 33px;
}

.footer-widger ul {
	list-style: none;
}

.footer-widger ul li a {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 13px;
	opacity: 0.7;
}

.about-widget {
	margin-right: 41px;
	border-right: 2px solid #45484e;
}

.about-widget img {
	margin-bottom: 40px;
}

.about-widget .aw-text {
	max-width: 260px;
}

.about-widget .aw-text p {
	padding-right: 15px;
	margin-bottom: 35px;
}

.copyright {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #676767;
	font-family: "Oswald", sans-serif;
	padding: 5px 0 35px;
}

/* ----------------
Other Pages
 -------------------*/

.page-top-section {
	height: 410px;
	padding: 152px 15px 0;
}

.page-top-warp {
	max-width: 1280px;
	margin: 0 auto;
}

/* ----------------
About page
 -------------------*/

.sell-section {
	padding: 0 54px;
}

.sell-section .section-title {
	margin-bottom: 100px;
}

.sell-item {
	text-align: center;
	margin-bottom: 40px;
}

.sell-item .si-icon {
	width: 71px;
	height: 71px;
	margin-bottom: 33px;
	border-radius: 50%;
	background: #ff000a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sell-item .si-icon span {
	font-size: 24px;
	font-weight: 700;
}

.sell-item h3 {
	font-family: "Oswald", sans-serif;
	font-weight: 900;
	margin-bottom: 20px;
}

.sell-item p {
	opacity: 0.7;
}

.agents-section {
	padding-bottom: 80px;
}

.agents-section .section-title {
	margin-bottom: 70px;
}

.agent-item {
	text-align: center;
	margin-bottom: 30px;
}

.agent-item .ai-text {
	padding: 0 5px;
}

.agent-item img {
	min-width: 100%;
	margin-bottom: 35px;
}

.agent-item h4 {
	margin-bottom: 20px;
}

.agent-item p {
	margin-bottom: 25px;
}
.teams_page .teams_first.teams_section_Wrap .pro_wrap .s_team{
	margin-right: 30px;
}
.teams_page .teams_first.teams_section_Wrap .pro_wrap .a_player{
    margin-left: 30px;
}
.teams_page .teams_section_Wrap .team_img{
	padding: 15px;
	height: 200px;
    line-height: 200px;
}
.teams_page .teams_section_Wrap{
	background: #000;
}
.teams_page .teams_wrap {
    padding-bottom: 100px;
    border-bottom: 2px solid #fff;
}
.teams_page .team_item {
    margin-bottom: 50px;
}
.home_page .home_page_section.first_section{
	background: transparent;
    background-image: url(../img/home_page/home_bg.png);
    background-size: cover;
    background-position: top center;
}
.home_page .five_section  .loan-form label{
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	margin-left: 15%;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
}
.home_page .home_page_section  .heading{
	font-size: 36px;
    font-weight: bolder;
	color: #E85724;
    text-align: center;
	font-style: normal;
font-weight: 700;
line-height: 47px;
}
.home_page .home_page_section.third_section {
	background:#202329;
}
.home_page .home_page_section.third_section  .b_img {
    width: 150px;
}
.home_page .home_page_section.third_section .row > .b_img_wrap{
	height: 115px;
    line-height: 115px
}
.home_page .header-section {
    background-color: transparent !important;
}
.teams_page .team_item .item {
    border: 1px solid #fff;
}
.teams_page .team_name {
    background: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
	background: transparent;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    border: 1px solid #fff;
}
.press_page .stories_wrap {
    margin-top: 65px;
}
.talent_page .talent_first.talent_section_Wrap,
.teams_page .teams_first.teams_section_Wrap,.brand_page .first_section,.press_page .first_section{
	background: #000;
	padding-top: 185px;
	padding-bottom: 110px;
}
.press_page .stories_section  .nav.nav-tabs li a.active  {
    color: #E85724;
}
.press_page .about-slider .title,
.press_page .stories_section  .heading{
	color: #E85724;
}
.press_page .year_tab_section{
	padding-top: 80px;
	padding-bottom: 80px;
}
.press_page .stories_section  .nav.nav-tabs li a {
	color: #FBB316;
	font-size: 40px;
    padding: 0px 47px;
	border-right: 3px solid #E85724;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
}
.press_page .stories_section  .nav.nav-tabs li:last-child a {
	border-right: 0px;
}
.press_page .stories_section  .nav-tabs{
	border-bottom: 1px solid #dee2e6
}
.teams_page .teams_first.teams_section_Wrap,.brand_page .first_section,.press_page .first_section{
	padding-bottom: 80px;
}
.press_page .stories_section ul.categories,
.tab-content .wrap .tab_content_wrap ul.categories{
    list-style-type: none;
	margin: 15px;
}
.press_page .stories_section  .stories_wrap ul.categories li,
.tab-content .wrap .tab_content_wrap li {
    display: inline-block;
    margin-right: 5px;
	color: #FBB316;
	font-family: 'Lato';
font-style: normal;
font-weight: 300;
}
.press_page .stories_section  .stories_wrap .item_wrap  .description,
.tab-content .wrap .tab_content_wrap .description{
	color: #FBB316;
	font-size: 14px;
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
margin: 15px;
}

.press_page .stories_section  .stories_wrap .item_wrap,
.press_page .tab-content .wrap .tab_content_wrap {
    border: 1px solid #fff;
    padding: 15px;
    height: 100%;
}
.press_page .tab-content  .wrap .right_side .tab_content_wrap{
	margin-bottom: 40px;
}
.press_page .tab-content  .wrap .right_side .tab_content_wrap:last-child{
	margin-bottom: 0px;
}
.press_page .tab-content  .wrap .right_side .tab_content_wrap {
	height: auto !important;
}
.press_page .tab-content  .wrap .tab_content_wrap .s_img {
    max-height: 243px;
}
.press_page .tab-content  .wrap  .view_all_wrap{
	margin-top: 80px;
}
.press_page .tab-content{
	padding-top: 80px;
}
.press_page .stories_section  .stories_wrap .item_wrap .title,
.press_page .tab-content  .wrap  .tab_content_wrap .title{
    color: #FBB316;
    font-size: 21px;
    font-weight: 700;
    margin: 15px;
	line-height: 23px;
    margin-bottom: 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	width: 300px;
	height: 90px;
}
.video_all_wrap{
	position: relative;
}
.home_page .home_page_section.first_section {
    background-image: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.brand_page .first_section{
	background: transparent;
    background-image: url(../img/brands/brand_bg.png);
    background-size: cover;
    background-position: top center;
}
.blog_page,.blog_page .first_section{
	background:#000 ;
}
.home_page .home_page_section.first_section {
    background-image: none;
    position: absolute;
    width: 100%;
}
.talent_page .category_wrap {
	padding-top: 50px;
}
.awards_sponser.brand_section_wrap {
    background: #666666;
    padding-top: 80px;
    padding-bottom: 80px;
}
.category_wrap.talent_section_Wrap .item .w-100{
	width: 88%!important;
	border: 1px solid #FBB316;
}
.current_sponser .img_wrap img,
.awards_sponser .img_wrap img,
.c_p_wrap .c_img{
    width: 150px !important;
}
.current_sponser .img_wrap,
.awards_sponser .img_wrap
 {
    height: 150px;
    line-height: 150px;
}
.case_studies  img.case_img {
    min-height: 381px;
    max-height: 400px;
}
.clearfix{
	clear:both;
}
.case_wrap .description{
	color: #000;
	font-size: 14px;
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
}
.testimonials_carousel  .testimonial_wrap .item_Wrap .desciption {
    background: #808080;
    padding: 20px;
    color: #000;
	line-height: 20px;
	margin-bottom: 25px;
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
}
.testimonials_carousel  .testimonial_wrap .profile_wrap .p_img {
    width: 81px !important;
    float: left;
    border-radius: 50%;
}
.testimonials_carousel  .testimonial_wrap .item_Wrap{
	clear:both;
	padding-top: 50px;
}
.testimonials_carousel  .testimonial_wrap .item_Wrap:first-child{
	padding-top: 0px;
}
.testimonials_carousel .testimonial_wrap .title_Wrap p{
	line-height: 15px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
	padding-top: 10px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
}
.testimonials_carousel  .testimonial_wrap .title_Wrap {
	float: left;
    padding-top: 12px;
    padding-left: 17px;
}
.testimonials_carousel  .testimonial_wrap .title_Wrap .name {
    color: #fff;
	font-size: 18px;
    font-weight: 300;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
}
.testimonials_carousel.owl-carousel .owl-dots.disabled,.testimonials_carousel.owl-carousel .owl-nav.disabled{
	display: block !important;
}
.case_studies_carousel ,.testimonials_carousel {
	position: relative;
}
body:not(.home_page)  .footer_Section{
	background: #000;
	background-image: unset !important;
}
.press_page {
	background:#000;
}
.case_studies button.owl-prev span,
.case_studies button.owl-next span
 {
	position: absolute;
	top:45%;
    color: #FBB316 !important;
    font-size: 50px;	
	font-weight:100;		
}
.testimonials_section  button.owl-prev span,
.testimonials_section  button.owl-next span{
	position: absolute;
	top:45%;
    color: #FBB316 !important;
    font-size: 50px;	
	font-weight:100;
}
.case_studies button.owl-prev span,
.testimonials_section button.owl-prev span{
	left:-100px;
}
.case_studies button.owl-next span,
.testimonials_section button.owl-next span{
	right:-100px;
}
.case_wrap .case_title {
    margin: 18px 0px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
}
.case_wrap {
    background: #808080;
    padding: 20px;
}
.c_p_wrap  .brand_img_wrap{
	
	height: 151px;
    max-height: 151px;
    line-height: 151px;
    margin-bottom: 29px;
}
.current_sponser.brand_section_wrap {
    background: #202329;
    padding-top: 80px;
	padding-bottom: 80px;
}
.brand_section_wrap .heading {
    color: #fff;
    margin-bottom: 35px;
	font-style: normal;
font-weight: 500;
}
.case_studies.brand_section_wrap,.testimonials_section.brand_section_wrap  {
    background: #000;
	padding-top: 100px;
}
.testimonials_section.brand_section_wrap {
	padding-bottom: 100px;
}
.client_portfoli_section.brand_section_wrap {
    background: #202329;
	padding-top: 80px;
	padding-bottom: 80px;
}

.case_studies.brand_section_wrap .heading,
.testimonials_section.brand_section_wrap .heading,
.client_portfoli_section.brand_section_wrap .heading{
	color: #E85724;
	font-weight: 600;
}
.case_studies.brand_section_wrap .heading{
	font-style: normal;
font-weight: 700;
}
.client_portfoli_section.brand_section_wrap .heading{
	margin-bottom: 60px;
}
.category_wrap.talent_section_Wrap .category_head .name{
	color: #fff;
    margin-bottom: 40px;
}
.talent_page .category_wrap .category_select{
    background: #565050;
    color: #908b8b;
    border: 1px solid #E85724;
    padding: 10px 14px;
    width: 32%;
    margin-bottom: 90px;
}
.category_wrap.talent_section_Wrap .item{
	margin-bottom: 80px;
	cursor: pointer;
}
.talent_page  .talent_detail_page  .first_img_wrap ,.talent_page .talent_detail_page  .modal-body{
    
}
.talent_page  .modal-lg{
    max-width: 90% !important;
}
/* .talent_page .second_image_wrap .main_section {
    padding-left: 6%;
} */
.talent_page  .talent_detail_page .social_links_ul,.social_links_ul_count,.footer_brands .brand_ul{
	list-style-type: none;
}
.talent_page .footer_brands_wrap{
	/* background: #1F2229;
    margin-left: 15px;
    padding-left: 5%; */
	padding-top: 100px;
    padding-bottom: 50px;
}
.talent_page .talent_detail_page .first_img_wrap .right{
	margin-bottom: -52px;
    margin-left: -46px;
    padding-right: 41px;
    z-index: 999;
    margin-right: -14px !important;
}
.talent_page .footer_brands_wrap .footer_brands .img {
    width: 75px;
}
.talent_page .talent_detail_page .first_img_wrap .col-6{
	/* padding-left: 5%;
	padding-top: 12px;
    padding-bottom: 12px; */

	padding-left: 5%;
    padding-top: 212px;
    padding-bottom: 12px;
}
.footer_brands .img {
    width: 106px;
}
.footer_brands .brand_ul li {
    width: 25%;
    float: left;
}
.talent_page  .talent_detail_page {
	position: relative;
   
    background-size: cover;
    background-position: top right;
    /* margin-top: -150px; */
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
}
.pagination_wrap {
    width: 83.5%;
    margin: 0 auto;
}
.talent_page  .modal-content .name {
    color: #000;
    margin-top: 190px;
    margin-bottom: 15px;
}
.pagination_ul {
    list-style-type: none;
	margin-top: 33px;

}
.pagination_ul li {
    width: 33.33%;
    float: left;
}
.pagination_ul li > span{
	color: #fff;
    background: #E85724;
    padding: 8px 16px;
    font-size: 21px;
	cursor: pointer;
	font-family: 'Lato';
font-style: normal;
font-weight: 500;
}
.talent_page  .timeline_wrap .timiline_item{
	min-width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.our_service.home_page_section.about_section_Wrap{
	position: relative;
}
.our_service.home_page_section.about_section_Wrap .container{
	position: absolute;
    top: -190px;
    left: 0px;
    right: 0px;

}
.talent_page  .timeline_wrap .timiline_item .wrap{
	max-width: 230px;
}
.talent_page  .timeline_wrap .timiline_item .year,.talent_page  .timeline_wrap .timiline_item .title {
    color: #E85724;
    font-size: 17px;
	margin-bottom: 15px;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
}
.talent_page  .timeline_wrap .timiline_item .detail {
    color: #FBB316;
    line-height: 20px;
	margin-bottom: 35px;
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
}
.talent_page  .timeline_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
  }
  .talent_page  .timeline_wrap::-webkit-scrollbar-thumb:hover {
	background: #E85724; 
  }  
  .talent_page  .timeline_wrap::-webkit-scrollbar {
	width: 5px;
	background: #ffffff;
  }
.talent_page  .timeline_wrap{
	overflow-y: auto;
	display: flex;
	padding-bottom: 10px;
}
.talent_page .talent_detail_page .social_links_ul{
	margin-bottom: 15px;
}

.talent_page .talent_detail_page .first_img_wrap .main_section{
	margin-right: -48px;
}
.talent_page  .modal-content .modal-body{
	padding: 0px;
}
.talent_page  .modal-content{
	background: transparent;
}
.talent_page  .talent_detail_page .social_links_ul li{
	display: inline-block;
}
.social_links_ul_count li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.footer_brands .brand_ul li{
	width: 25%;
	float: left;
}
.social_links_ul_count li a{
	color: #000;
	font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
}

.talent_page  .talent_detail_page .social_links_ul li .img,
.talent_page  .talent_detail_page .social_links_ul_count li .img {
    width: 29px;
}
.talent_page .talent_detail_page .social_links_ul_count li .img{
	margin-right: 7px;
}
.talent_page .talent_detail_page .social_links_ul li .img{
	margin-right: 15px;
}
.talent_page  .talent_detail_page .detail {
    color: #000;
    line-height: 22px;
	margin-bottom: 25px;
	font-family: 'Lato';
font-style: normal;
}
.talent_page  .talent_detail_page .work_btn {
    background: #FBB316;
    padding: 10px 13px;
    color: #fff;
	font-family: 'Lato';
font-style: normal;
font-weight: 500;
}
.talent_page  .talent_detail_page .btn_wrap{
	margin: 10px 0px;
	margin-bottom: 22px;
}
.talent_page .category_wrap .category_name {
    background: #FBB316;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 29px;
	width: 88%;
}
.about_page .faq_section .container_wrap{
	background-image: url(../img/about/faq_bg.png);
	background-size: cover;
	background-position: 0% 20%;
}
.about_section_Wrap .about-slider .title,
.talent_page .about-slider .title{
    padding-bottom: 50px;
}
.about_section_Wrap .about-slider .detail,
.talent_page .about-slider .detail{
	color: #fff;
    line-height: 23px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 70px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
}
.talent_page .about-slider .detail{
	font-family: 'Lato';
font-style: normal;
font-weight: 400;
}
.talent_page .about-slider .detail{
	font-family: 'Lato';
font-style: normal;
font-weight: 300;
}
.talent_page .bg_wrap{
	background-image: url(../img/talent/talent_bg.png);
	background-color: #070707;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.collapse_Section{
	background-image: url(../img/about/tiger.png);
    background-color: #070707;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
	margin-top: 119px;
}
/* ----------------
Blog page
 -------------------*/

.blog-item {
	margin-bottom: 58px;
}

.blog-item img {
	min-width: 100%;
}

.blog-item .blog-date {
	font-size: 16px;
	font-weight: 700;
	color: #6a6a6a;
	margin-bottom: 5px;
}

.blog-item h4 {
	margin-bottom: 20px;
}

.blog-item .blog-text {
	padding: 24px 22px 30px;
	background: #f5f8fa;
}

.blog-item.feature-blog {
	background: #f5f8fa;
}

.blog-item.feature-blog .blog-text {
	padding-top: 60px;
}

.blog-item.feature-blog h4 {
	margin-bottom: 30px;
}

.site-pagination {
	padding-top: 20px;
}

.blog_section_Wrap .box{
	background-color: #000;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	overflow: hidden;
	position: relative;
	}
	.blog_section_Wrap .box:before{
	content: "";
	border: 1px solid #fff;
	opacity: 0;
	transform: translateX(-20px);
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	transition: all 0.5s ease;
	z-index: 1;
	}
	.blog_section_Wrap .box:hover:before{
	opacity: 1;
	transform: translateX(0);
	}
	.blog_section_Wrap .box img{
	width: 100%;
	height: auto;
	transform: translateX(-20px) scale(1.15);
	transition: all 0.5s ease;
	}
	.blog_section_Wrap .box:hover img{
	opacity: 0.5;
	transform: translateX(20px) scale(1.15);
	}
	.blog_section_Wrap .box .box-content{
	color: #fff;
	text-align: left;
	opacity: 0;
	transform: scale(0);
	transform-origin: left bottom;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
	transition: all 0.5s ease;
	} 
	.blog_section_Wrap .box:hover .box-content{
	opacity: 1;
	transform: scale(1);
	}
	.blog_section_Wrap .box .title{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	}
	.blog_section_Wrap .box .post{
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin: 0 0 11px;
	display: inline-block;
	}
	.blog_section_Wrap .box .icon li a:hover{
	color: #fff;
	background: transparent;
	}
	.blog_section_Wrap .blog_list_wrap {
		margin-top: 100px;
	}
	.blog_section_Wrap .blog_list_wrap > div {
		margin-bottom: 45px;
	}
	.blog_section_Wrap .bottom_content  .detail {
		color: #fff;
		line-height: 21px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.blog_section_Wrap .bottom_content  p {
		color: #fff;
		line-height: 21px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
.site-pagination a {
	display: inline-block;
	color: #6a6a6a;
	font-size: 15px;
	text-align: center;
	padding: 4px 0;
	margin-right: 3px;
}

.site-pagination a.active {
	color: #fff;
	background: #ff000a;
	padding: 4px 5px;
}

/* -------------------
 Search Result Page
 ----------------------*/

.search-result-map {
	height: 100%;
	background: #ddd;
	position: relative;
}

.search-result-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.search-results {
	padding: 55px 64px 90px;
}

.search-results .property-item h5 {
	margin-bottom: 8px;
}

.search-results .filter-btn {
	list-style: none;
	margin-bottom: 70px;
}

.search-results .filter-btn li {
	display: inline-block;
	margin-right: 38px;
	font-family: "Oswald", sans-serif;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #322429;
	cursor: pointer;
}

.search-results .filter-btn li.active {
	color: #ff000a;
}

.search-results .load-more {
	min-width: 205px;
}

.property-item .pi-metas {
	margin-bottom: 20px;
}

.property-item .pi-meta {
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #6a6a6a;
	padding-right: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
}

.property-item .pi-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.property-item .pi-meta:last-child:after {
	display: none;
}

.property-item .pi-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #6a6a6a;
}

/* ---------------------
Single Property Page
 ------------------------*/

.single-property .sp-image {
	position: relative;
	margin-bottom: 50px;
}

.single-property .sp-badge {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 87px;
	padding: 13px 10px 0;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.single-property .sp-badge.new {
	background: #ff000a;
}

.single-property .sp-badge.offer {
	background: #ffba00;
}

.single-property .pi-metas {
	padding-top: 20px;
}

.single-property .pi-meta {
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #584d51;
	padding-right: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}

.single-property .pi-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.single-property .pi-meta:last-child:after {
	display: none;
}

.single-property .pi-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #584d51;
	font-weight: 700;
}

.property-header {
	margin-bottom: 45px;
	margin-bottom: 35px;
}

.property-header h3 {
	margin-bottom: 10px;
}

.property-header h5 {
	font-weight: 500;
	color: #6a6a6a;
}

.property-header p {
	line-height: 1;
	margin-bottom: 0;
}

.property-info-bar {
	padding: 11px 29px 13px;
	margin-bottom: 40px;
	border-top: 2px solid #dfe5e8;
	background: #f5f8fa;
}

.offer-btn {
	display: inline-block;
	text-align: center;
	min-width: 260px;
	padding: 15px 44px;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	color: #322429;
	border: 2px solid #475069;
	background: #fff;
}

.offer-btn:hover {
	color: #322429;
}

.property-text h4 {
	margin-bottom: 25px;
}

.property-text p {
	margin-bottom: 35px;
}

.property-feature .pf-box {
	margin-bottom: 30px;
}

.property-feature .pf-box h6 {
	margin-bottom: 5px;
}

.property-feature .pf-box p {
	font-size: 16px;
	margin-bottom: 0;
}

.video-item {
	position: relative;
	margin-top: 10px;
	margin-bottom: 61px;
}

.video-item .video-play {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	height: 56px;
	left: calc(50% - 55px);
	top: calc(50% - 28px);
	border-radius: 24px;
	font-size: 17px;
	color: #ff000a;
	background: #fff;
}

.loan-calcuOswaldr {
	padding: 53px 37px 44px;
	background: #f5f8fa;
}

.loan-calcuOswaldr h4 {
	margin-bottom: 35px;
}

.loan-calcuOswaldr input {
	width: 100%;
	height: 56px;
	padding: 0 23px;
	color: #3a3a3a;
	font-size: 14px;
	border: none;
	margin-bottom: 28px;
}

.loan-calcuOswaldr .loan-cal-result {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 15px;
	margin-bottom: 28px;
	line-height: 1;
	background: #fff;
}

.agent-widget {
	margin-bottom: 37px;
}

.agent-widget img {
	min-width: 100%;
}

.agent-widget h4 {
	margin-bottom: 10px;
}

.agent-widget h6 {
	color: #6a6a6a;
	margin-bottom: 25px;
}

.agent-widget p {
	margin-bottom: 30px;
}

.agent-widget .aw-text {
	padding: 35px 26px 45px;
	text-align: center;
	background: #f5f8fa;
}

.map-widget {
	position: relative;
	height: 407px;
}

.map-widget iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* ----------------
Contact Page
 ---------------------*/

.contact-section {
	padding: 100px 0;
}

.contact-section .section-title {
	margin-bottom: 50px;
}

.contact-text {
	padding-right: 95px;
}

.contact-info-box {
	text-align: center;
	padding-top: 60px;
}

.contact-info-box .ci-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	margin-bottom: 26px;
	border-radius: 50%;
	background: #000000;
}

.contact-info-box .ci-icon span {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.contact-info-box h4 {
	margin-bottom: 15px;
}

.contact-form {
	padding: 61px 33px;
	margin-top: 50px;
	background: #f5f8fa;
	text-align: center;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 56px;
	padding: 0 23px;
	font-size: 14px;
	color: #3a3a3a;
	border: none;
	margin-bottom: 28px;
	background: #fff;
}

.contact-form textarea {
	height: 233px;
	padding: 20px 23px 10px;
	resize: none;
	margin-bottom: 35px;
}

.contact-form .site-btn {
	min-width: 335px;
}

.home_page_section.second_section .as_wrap .name:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 28px solid #FBB316;
	border-left: 21px solid transparent;
	position: absolute;
	top: -1px;
	left: -20px;
}
#myVideo{
	width: 100%;
}
.loan-form .site-btn {
	margin-left: 8%;
}

.home_page .home_page_section.third_section .row>.b_img_wrap {
	height: 170px;
	line-height: 170px;
}

.view_all {
	margin-top: 25px;
}

.intro-section.home_page_section.spad .intro-first:last-child {
	margin-bottom: 0px
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
	.about_page .our_service{
		height: 100%;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about_page .our_service{
		height: 90%;
	}
	#count1{

	}
	#count2{
		 color: #FBB316;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		padding-bottom: 0%;
		font-size: 47pt;
	}
	#count3{
		 color: #FBB316;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0%;
    font-size: 40pt;
	}
	.main_nav_footer{
		display: flex;
		width: 50%;
		float: right;
		margin-right: 2%;
		justify-content: space-between;
		list-style: none;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 65px;
	}
	.about-text span {
    color: #FBB316;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    padding-bottom: 0%;
    font-size: 34pt;
	}
	#count1,#count2,#count3{
		color: #FBB316;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		padding-bottom: 0%;
		font-size: 47pt;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.about-widget {
		margin-right: 15px;
	}
	.search-result-map {
		height: 600px;
	}
	.search-results {
		padding: 55px 30px 90px;
	}
	.offer-btn {
		min-width: 205px;
	}
	.contact-text {
		padding-right: 40px;
	}
	.blog-item.feature-blog .blog-text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.blog-item.feature-blog h4 {
		margin-bottom: 15px;
	}
}
/* Tablet :768px. */
@media only screen and (max-width: 991px)  {
#myVideo {
		width: 100% !important;
		height: 100% !important;
	}
	.site-btn, .schedule-btn, .simple_btn{
		font-size: 36px !important;
		/* font-size: 22px !important; */
	}
	/* .brand_page  .brand_section_wrap {
		    background-size: cover !important;
	} */
	.chart-section.about_section_Wrap{
		    padding-bottom: 80px !important;
	}
	.home_page_section.about_wrap_wrap .container{
		position: unset !important;
	}
	.home_page_section.second_section .as_wrap .name{
		font-size: 27px;
    width: 74%;
	}
	.about_wrap_wrap  .as_wrap img.img_g {
    width: 100%;
    height: 275px;
}
.about_wrap_wrap {
    position: unset;
  /*  height: 321%;*/
    width: 100%;
}
.about_wrap_wrap .centered.detail_Wrap .description{
	    line-height: 29px !important;
    padding: 21px !important;
        max-height: 145px !important;
    min-height: 145px !important;
    font-size: 21px !important;
}
.about_wrap_wrap .col-md-12{
	    margin-bottom: 65px !important;
}
.about_wrap_wrap .intro-first {
    margin-bottom: 0px !important;
    font-size: 21px !important;
}

/*	#count1,#count2,#count3{
		color: #FBB316 !important;
		font-style: normal !important;
		font-weight: 700 !important;
		text-align: center !important;
		padding-bottom: 0% !important;
		font-size: 30px !important;
	}*/
	/*.site-btn, .schedule-btn, .simple_btn {
		display: inline-block !important;
		border: none !important;
		padding: 13px 44px !important;
		min-width: 156px !important;
		font-size: 21px !important;
		background: #E85724 !important;
		color: #fff !important !important;
		line-height: normal !important;
		cursor: pointer !important;
		text-transform: uppercase !important;
		text-align: center !important;
		font-family: 'Lato' !important;
		font-style: normal !important;
		font-weight: 500 !important;
	}*/

	.slide_text h2{
		color: white !important;
		font-size: 40px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		padding-bottom: 15px !important;
	}
	.home_page .home_page_section.first_section .slide_text{
		margin-bottom: 40px 
	}
		/*.about-text span {
		color: #FBB316 !important;
		font-style: normal !important;
		font-weight: 300 !important;
		text-align: center !important;
		padding-bottom: 0% !important;
		font-size: 36px !important;
	}*/
.home_page .home_page_section.first_section .slide_text {
    margin-top: 100px !important;
}
.home_page .home_page_section.first_section .slide_text .site-btn{
	    margin-top: 0px;
    margin-left: 0px;
}
.first_section .col-sm-4{
	flex: 0 0 100% !important;
    max-width: 100% !important;
        padding-left: 15px !important;
        padding-bottom: 0px;
}
/* .intro-section.home_page_section.spad{
	    padding-top: 1011px !important;
} */
.footer_Section a img{
	float: left !important;
	width: 77px !important;
	    margin-right: 10px !important;
}
.home_page .home_page_section.first_section .count_Wrap{
	    margin-top: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.talent_page .talent_detail_page .detail {
		color: #fff;
		line-height: 22px;
		margin-bottom: 25px;
		font-family: 'Lato';
		font-style: normal;
	}
	.about_section_Wrap .about-slider .title,
.talent_page .about-slider .title{
	padding-top: 100px;
    padding-bottom: 50px;
}
	.brand_page  .brand_section_wrap {
		    background-size: 100% 100% !important;
			width: 108% !important;
	}
	
	.brand_img{
		height: 250px !important;
		width: 500px !important;
		padding: 30px !important;
	}
	.intro-first {
		margin-bottom: 8px !important;
	}
	#second_section_padd{
		padding-top: 1230px !important;
	}
	.first_section{
		padding-top: 228px !important;
	}
	.home_page_section.five_section {
		background-image: url(../img/home_page/footer.png);
		background-position: bottom;
		padding-top: 230px;
		padding-bottom: 110px;
	}
	.testimonials_carousel .testimonial_wrap .item_Wrap .desciption {
		background: #808080;
		padding: 20px;
		color: #000;
		line-height: 55px;
		margin-bottom: 25px;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
	}
	
.testimonials_carousel .testimonial_wrap .title_Wrap p{
    padding: 20px;
    color: #000;
    line-height: 55px;
    margin-bottom: 25px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;

}
.testimonials_carousel  .testimonial_wrap .title_Wrap {
	float: left;
    padding-top: 12px;
    padding-left: 17px;
}
.testimonials_carousel  .testimonial_wrap .title_Wrap .name {
    color: #fff;
	font-size: 45px;
    font-weight: 300;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
}

.testimonials_carousel .testimonial_wrap .profile_wrap .p_img {
    width: 220px !important;
    float: left;
    border-radius: 50%;
}
.testimonials_carousel .testimonial_wrap .title_Wrap p {
    line-height: 53px;
    font-size: 39px;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
}
	
	.blog_section_Wrap .box img {
		width: 100% !important;
		height: auto !important;
		transform: translateX(-20px) scale(1.15);
		transition: all 0.5s ease;
	}

	.bottom_content ,.bottom_content p {
		font-size: 50px;
	}
	.press_page .stories_section .stories_wrap .item_wrap .title, .press_page .tab-content .wrap .tab_content_wrap .title {
		color: #FBB316;
		font-size: 53px;
		font-weight: 700;
		margin: 15px;
		line-height: 69px;
		margin-bottom: 0px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		width: 100%;
		height: 189px;
	}
	.press_page .stories_section .nav.nav-tabs li a {
		color: #FBB316;
		font-size: 92px;
		padding: 0px 47px;
		border-right: 3px solid #E85724;
		font-family: 'Oswald';
		font-style: normal;
		font-weight: 700;
	}
	.press_page .stories_section ul.categories, .tab-content .wrap .tab_content_wrap ul.categories {
		list-style-type: none;
		margin: 15px;
		font-size: 40px;
		padding-top: 84px;
	}
	.press_page .stories_section .stories_wrap .item_wrap .description, .tab-content .wrap .tab_content_wrap .description {
		color: #FBB316;
		font-size: 45px;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		margin: 17px;
		padding-bottom: 47px;
	}
	.category_wrap.talent_section_Wrap .item .w-100 {
		width: 100%!important;
		border: 1px solid #FBB316;
	}
	.talent_page .category_wrap .category_name {
		background: #FBB316;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		font-size: 100px;
		width: 100% !important;
	}
	.talent_page .category_wrap .category_select{
		width: 100% !important;
		padding: 21px 19px;
		margin: 23px;
		color: white;
		background-color: #565050;
		font-size: 36px;
		border: 1px solid #E85724;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		padding-bottom: 30px;
	}
	.talent_page .timeline_wrap .timiline_item {
		min-width: 79.33%;
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	.talent_page .timeline_wrap .timiline_item .wrap {
		max-width: 100%;
	}
	.talent_page .timeline_wrap .timiline_item .year, .talent_page .timeline_wrap .timiline_item .title {
		color: #E85724;
		font-size: 57px;
		margin-bottom: 15px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
	}
	.talent_page .timeline_wrap .timiline_item .detail {
		color: #FBB316;
		line-height: 46px;
		margin-bottom: 35px;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		font-size: 43px;
	}
	.container {
		width: 100% !important;
		/* padding-right: 15px; */
		/* padding-left: 15px; */
		/* margin-right: 65px; */
		margin-left: 40px !important;
		max-width: 930px !important;
	}
	.about-slider .title{
		font-size:45pt !important;
	}
	.about-slider .detail{
		font-size:39pt !important;
		line-height: 56px !important;
	}
	.padd-card{
		padding-top: 30px;
		padding-bottom: 100px;
		margin: 0px;
		padding-left: 0px !important;
		padding-right: 20px !important;
	}
	.padd-card-special-1{
		padding-top: 30px;
		padding-bottom: 20px;
		margin: 0px;
		padding-left: 0px !important;
		padding-right: 20px !important;
	}
	.padd-card-special-2{
		padding-top: 30px;
		padding-bottom: 0px;
		margin: 0px;
		padding-left: 0px !important;
		padding-right: 20px !important;
	}
	.padd-card-1{
		padding-top: 100px;
		padding-bottom: 100px;
		margin: 0px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.site-btn, .schedule-btn, .simple_btn {
		/* display: flex; */
		border: none;
		/* padding: 13px 44px; */
		min-width: 156px;
		font-size: 75px;
		background: #E85724;
		color: #fff !important;
		line-height: normal;
		cursor: pointer;
		text-transform: uppercase;
		text-align: center;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 500;
		padding: 25px;
		margin: 30px;
	}
	
	
	.home_page_section.fourth_section .profile_detail .name {
		color: #FBB316;
		font-size: 50px;
		font-weight: 800;
		margin-top: 18px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
	}
	.home_page_section.fourth_section .profile_detail .founder_text {
		color: #FBB316;
		font-size: 30px;
		font-weight: 800;
		padding: 15px;
		margin-top: 18px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
	}
	.home_page_section.fourth_section .c_wrap {
		height: 400px;
		overflow-y: auto;
		padding: 20px;
		background-color: #FDE1A4;
		margin-bottom: 25px;
	}
	
	
	.home_page .five_section .loan-form label {
		text-transform: uppercase;
		display: block;
		font-size: 45px;
		margin-left: 3% !important;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		float: left !important;
	}
	.home_page .five_section .loan-form input,
	.home_page .five_section .loan-form textarea,
	.home_page .five_section .loan-form select 
	{
		width: 100%;
		padding: 21px 19px;
		margin-top: 35px;
		margin-left: 0px;
		color: white;
		background-color: #565050;
		font-size: 36px;
		border: 1px solid #E85724;
		/* margin-bottom: 15px;
		margin-left: 8%; */
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
	}

	.home_page_section.fourth_section .c_wrap p {
		color: #000;
		line-height: 38px;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		font-size: 33px;
	}
	.our_service .section-title h4{
		padding-top: 165px;
	}
	.faq_section h3{
		font-size: 55px;
	}
	.faq_section{
		/* padding-top: 760px; */
		padding-top: 3618px;
		
	}
	
.faq_section .description .wrap {
    padding: 20px 25px;
    background: #FBB316;
    margin: 20px;
	position: relative;
	padding-right: 55px;
	font-size: 35px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-family: 'oswald-regular' !important;
}
.faq_section .description .wrap .minus {
    position: absolute;
    top: 11px;
    right: 19px;
    width: 31px;
    height: 9px;
}
.faq_section  .faq_title {
	color: #fff;
    font-size: 35px;
    padding-bottom: 17px;
    border-bottom: 2px solid #FBB316;
    margin-bottom: 16px;
    cursor: pointer;
    padding-left: 29px;
	font-style: normal;
    font-weight: 600;
	font-family: 'oswald-regular' !important;
}
	.home_page .home_page_section .heading ,
	.press_page .stories_section  .heading,
	.brand_section_wrap .heading ,
	.case_studies.brand_section_wrap .heading,
	.testimonials_section.brand_section_wrap .heading,
	.client_portfoli_section.brand_section_wrap .heading{
		font-size: 100px;
		color: #E85724;
		text-align: center;
		font-style: normal;
		font-weight: 700;
		line-height: 105px;
	}

	#myVideo {
		width: 100%;
		height: 2150px;
	}
	.about_page .our_service{
		height: 38%;
	}
	.slide_text h2{
		color: white;
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		padding-bottom: 15px;
	}
	.home_page .home_page_section.first_section .slide_text {
		margin-top: 155px;
		margin-bottom: 0px;
	}
	.home_page .home_page_section.first_section{
		top: 0px;
	}
	.intro-section.home_page_section.spad{
		padding-top: 80px;
		padding-bottom: 80px;
		/* padding-top:1085px; */
	
	}
	.home_page_section.second_section .centered.detail_Wrap {
		position: absolute;
		top: 62%;
	}
	.home_page_section.second_section .centered.detail_Wrap .description {
		font-size: 30px;
		color: #000;
		line-height: 45px;
		padding: 21px;
		background: #FBB316;
		max-height: 151px;
		min-height: 300px;
		overflow-y: auto;
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
	}
	.home_page_section.second_section .as_wrap .name {
		text-align: right;
		font-size: 32px;
		width: 60%;
		padding-top: 6px;
		float: right;
		position: absolute;
		top: -25px;
		right: 0px;
		padding-left: 23px;
		padding-right: 23px;
		background: #FBB316;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
	}
	.home_page_section.second_section .as_wrap .name:before {
		content: "";
		width: 0;
		height: 0;
		border-bottom: 28px solid #FBB316;
		border-left: 21px solid transparent;
		position: absolute;
		top: -1px;
		left: -20px;
	}
	.header-section {
		padding: 0 15px;
	}
	.about-text span {
		color: #FBB316;
		font-style: normal;
		font-weight: 300;
		text-align: center;
		padding-bottom: 0%;
		font-size: 51pt;
	}
	#count1,#count2,#count3{
		color: #FBB316;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		padding-bottom: 0%;
		font-size: 85pt;
	}
	.main-menu {
		padding-right: 15px;
	}
	.main-menu li a {
		margin-right: 15px;
	}
	.header-right .register {
		min-width: 110px;
		margin-left: 10px;
	}
	.about-text {
		margin-top: 40px;
	}
	.hero-warp {
		padding: 25px 30px 29px;
	}
	.search-type label {
		margin-right: 5px;
	}
	.search-type .st-item input:checked+label {
		padding: 11px 15px;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 55px;
	}
	.loan-form {
		display: block;
		text-align: center;
		padding: 0px 0px;
		max-width: 930px;
	}
	.loan-form input {
		margin-bottom: 30px;
	}
	.about-widget {
		border-right: none;
	}
	.about-widget .aw-text {
		max-width: 100%;
	}
	.footer-widger h2 {
		padding-top: 0;
	}
	.page-top-section {
		height: auto;
		padding-bottom: 80px;
	}
	.sell-section {
		padding: 0 20px;
	}
	.search-result-map {
		height: 600px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-text {
		padding-right: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (min-width: 109px) and (max-width: 767px)   {
	.faq_section{
		padding-top: 3557px !important;

	}
	.talent_page .talent_detail_page .detail {
		color: #fff;
		line-height: 22px;
		margin-bottom: 25px;
		font-family: 'Lato';
		font-style: normal;
	}
	.about_section_Wrap .about-slider .title,
	.talent_page .about-slider .title{
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.faq_section {
		padding-bottom: 102px;
		padding-top: 2150px;
	}
	.spad {
		padding-top: 2150px;
		padding-bottom: 110px;
	}
}
@media only screen and (max-width: 767px) {
	.slide_text h2{
		color: white;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		padding-bottom: 15px;
	}
	.faq_section {
		padding-bottom: 102px;
		padding-top: 2150px;
	}
	.home_page .home_page_section.first_section {
		background-image: none;
		position: absolute;
		width: 100%;
		height: 975px;
	}
	.about_page .our_service{
		height: 90%;
	}
	
	.header-section {
		padding: 0 15px;
	}
	.site-logo {
		padding: 26px 0;
	}
	.about-text span {
    color: #FBB316;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0%;
    font-size: 40pt;
	}
	.header-nav {
		display: none;
	}
	.slicknav_menu {
		padding: 0;
		display: block;
		background: transparent;
	}
	.slicknav_menu .header-right-warp {
		padding: 10px 0;
		padding-right: 10px;
		border-bottom: 1px solid #111;
		text-align: right;
	}
	.slicknav_menu .header-right .login {
		border-bottom: none;
	}
	.slicknav_menu .header-right .register {
		margin-left: 0;
	}
	.slicknav_menu .header-right a:hover {
		background: transparent;
		color: #fff;
	}
	.slicknav_btn {
		background: #616161;
		margin-top: 29px;
	}
	.slicknav_nav {
		background: #22242b;
		margin-bottom: 30px;
	}
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #111;
	}
	.slicknav_nav a:hover {
		color: #ff000a;
		border-radius: 0;
		background: #0b0e25;
	}
	.slicknav_nav .slicknav_row {
		padding: 10px 20px;
		margin: 0;
	}
	.slicknav_row a {
		border-bottom: none;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #0b0e25;
	}
	.slicknav_parent.slicknav_open {
		background: #0b0e25;
		color: #ff000a;
	}
	.hero-section {
		height: auto;
		padding-top: 250px;
		padding-bottom: 100px;
	}
	.hero-warp {
		padding: 25px 20px 29px;
	}
	.about-text {
		margin-top: 40px;
	}
	.search-type label {
		margin-right: 5px;
	}
	.search-type .st-item input:checked+label {
		padding: 11px;
	}
	.search-input {
		display: block;
	}
	.search-input input,
	.search-input.si-v-2 input {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 45px;
	}
	.loan-section {
		padding: 0 15px;
	}
	.loan-form {
		display: block;
		text-align: center;
		padding: 0 15px;
	}
	.loan-form input {
		margin-bottom: 30px;
	}
	.about-widget {
		border-right: none;
	}
	.about-widget .aw-text {
		max-width: 100%;
	}
	.footer-widger h2 {
		padding-top: 0;
	}
	.copyright {
		text-align: center;
	}
	.page-top-section {
		height: auto;
		padding-bottom: 80px;
	}
	.search-input.si-v-2 {
		margin-bottom: 0;
	}
	.search-input.si-v-2 .site-btn {
		margin: 0 25px 25px 0;
	}
	.search-results {
		padding: 55px 30px 90px;
	}
	.search-results .filter-btn li {
		margin-right: 10px;
	}
	.search-result-map {
		height: 500px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-text {
		padding-right: 0;
	}
	.sell-section {
		padding: 0 15px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.faq_section {
		padding-bottom: 102px;
		padding-top: 4350px !important;
	}
	.home_page .home_page_section.first_section {
		background-image: none;
		position: absolute;
		width: 100%;
		height: 900px;
	}
	.about_page .our_service{
		height: 30%;
	}
	
	.section-title h2,
	.about-text h2 {
		font-size: 38px;
	}
	.about-text span {
    color: #FBB316;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0%;
    font-size: 50pt;
	}
	.search-type label:after {
		display: none;
	}
	.section-title p {
		padding: 25px 0 10px;
	}
	.about-widget {
		margin-right: 0;
	}
	.site-btn.sb-big {
		padding: 21px 25px;
	}
	.search-results {
		padding: 55px 15px 90px;
	}
	.search-results .filter-btn li {
		margin-right: 0;
	}
	.property-info-bar {
		padding: 11px 15px 13px;
	}
	.loan-calcuOswaldr {
		padding: 30px 15px 25px;
	}
	.contact-form {
		padding: 50px 20px;
	}
	.contact-form .site-btn {
		min-width: auto;
	}
}


.talent_page .timeline_wrap::-webkit-scrollbar {
	position: absolute;
	height: 20px;
	background-color: transparent;
}

.talent_page .timeline_wrap {
	overflow: auto;
   	position: relative;
}

.talent_page .timeline_wrap::-webkit-scrollbar-track {
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	background-color: transparent;
}

.talent_page .timeline_wrap::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 100px;
	width: 100px;
}
.talent_page .timeline_wrap_hr{
	height: 2px;
    width: 100%;
    background: #F9DEA7;
    margin-top: -11px;
}