/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear{clear:both; font-size:1px;line-height:1px; display:block; height:0;}
.clrflt{clear:both;}
.last{padding:0;}
.pad_last{padding:0 !important;}
.no_bg {background:none !important;}
/**************************************************************************************/
a											{color:#000; text-decoration:none; outline:0 none;}
a:hover										{color:#000;  text-decoration:none;}
h1											{font-size:24px;}
h2											{font-size:22px;}
h3											{font-size:18px;}
h4											{font-size:16px;}
h5											{font-size:14px;}
h6											{font-size:12px;}
/*----------------------------------------------------------------------------------*/
html 										{height:100%;}
body										{color:#b1b1b1; font-family: 'CenturyGothic';font-size:12px; background:#fff;font-weight: normal;width: 100%;height: 100%;}
.flt_lt										{float:left; display:inline;}
.flt_rt										{float:right; display:inline;}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="radio"],input[type="checkbox"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="button"], input[type="submit"], textarea, button, select {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
	
}
/* ---------------------------------------------------------------------------------*/
@font-face {
font-family: 'CenturyGothic';
src: url('../fonts/century_reular/CenturyGothic.eot?#iefix') format('embedded-opentype'), 
url('../fonts/century_reular/CenturyGothic.woff') format('woff'), url('CenturyGothic.ttf')  format('truetype'), 
url('../fonts/century_reular/CenturyGothic.svg#CenturyGothic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CenturyGothic-Bold'; 
src: url('../fonts/century_bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/century_bold/CenturyGothic-Bold.woff') format('woff'),
     url('../fonts/century_bold/CenturyGothic-Bold.ttf')  format('truetype'),
     url('../fonts/century_bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
font-family: 'CenturyGothic-BoldItalic';  
src: url('../fonts/century_bi/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'), 
     url('../fonts/century_bi/CenturyGothic-BoldItalic.woff') format('woff'), url('CenturyGothic-BoldItalic.ttf')  format('truetype'), 
     url('../fonts/century_bi/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
 
 font-weight: normal;
 
 font-style: normal;
}

.wrapper									{margin:0 auto;padding:0;width:100%;position: relative;}
.container									{margin:0 auto;width:1060px;}
#myvideo                                    {margin: 0;padding: 0;position: relative;width: 100%;height: auto;}
.main_video                                 {margin: 0;padding: 0;}
.main                                       {margin: 0;padding: 0;width: 100%;display: block;position: absolute;top: 0;left: 0;height: 100%;}

header										{margin:0px 0 0 0;padding:0px 0 38px 0;display:block;position: relative;}

.header_in									{margin:0;padding:34px 0px 29px 0px;width:100%; display:block;}
.logo										{margin:0;padding:4px 0 0 0px;float:left;display:inline-block;}
.logo a										{margin:0 auto;padding:0; display:inline-block; }
.logo a img									{display:inline-block; margin:0 auto; }
.logo a.blue_logo{display: none;}
nav											{margin:0;padding:0;float:right;display:inline-block;}
.nav_in										{margin:0;padding:18px 0px 0 0;float:right; display:inline-block;}
.nav_in ul									{margin:0;padding:0 25px 0 0;width:100%;;display:inline-block;}
.nav_in ul li								{margin:0 0 0 49px;padding:0 0 0px 0;float:left; display:inline-block;position: relative;}
.nav_in	ul li a								{margin:0;padding:0px 0px 30px 0px;display:inline-block;font-family: 'CenturyGothic';font-size:18px;font-weight:normal;color:#ffffff;}

.nav_in	> ul > li > a						{position:relative;}
.nav_in	> ul > li > a:after				    {position:absolute; top:35px; left:50%; width:0; border-bottom:solid 2px #ffffff; transition:all ease-in-out 0.3s; content:''; }
.nav_in > ul > li:hover > a:after			{left:0; width:100%;}


.nav_in ul li ul							{margin:0;padding:0;position: absolute;left: -20px;top:100%;background:rgba(255, 255, 255, 1.0);width: 190px;display: none;z-index: 8;}
.nav_in ul li ul.about{width:152px;}
.nav_in ul li ul.cnt{width: 135px;}
.nav_in ul li ul li							{margin: 0;padding: 0;width: 100%;display: block;}
.nav_in ul li ul li a						{color: #000033;display: block;font-size: 16px;padding: 18px 12px 18px 12px;}
.nav_in ul li ul li a:hover					{color: #ffffff;background:#00002e;}


.content_in6 .nav_in ul li ul li a						{color: #00ae9e;}
.content_in6 .nav_in ul li ul li a:hover					{color: #ffffff;background:#00ae9e;}

.nav_in ul li:hover ul						{display: block;}


.sticky										{width:100%; position:fixed; left:0; top:0; z-index:100; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background:#ffffff;padding:0px 0;margin: 0;}
header.sticky								{padding:0px 0; -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;transition: all ease-in-out 0.3s;margin:178px 0 0 0;top:-178px;}


.sticky .logo                               { }
.sticky .logo a img                         {width:100%;height:auto;}
.sticky .logo a.blue_logo                   {display:inline-block;padding: 0 0 0 9px;}
.sticky .logo a.white_logo                  {display: none;}
.sticky .nav_in	> ul > li > a               {color: #00002e;padding: 0px 0px 15px 0px;}

.content_in6 .sticky .nav_in	> ul > li > a               {color: #00ae9e;padding: 0px 0px 15px 0px;}

.story #nav-icon span                       {background: #00002e;}
.sticky .header_in                          {padding: 15px 0px 15px 0px;width: 100%;display: block;}
.head.sticky .header_in                          {padding: 16px 0px 14px 0px;}

.sticky .nav_in	> ul > li > a:after         {border-bottom: solid 2px #00002e;}
.content_in6 .sticky .nav_in	> ul > li > a:after         {border-bottom: solid 2px #00ae9e;}


/*.story .main, .story .cara, .story .cara.owl-carousel .owl-stage-outer {height: 862px;}*/
.story .content{padding:176px 0 0 0;}


.top										{margin:0;padding:0;text-align:center;}
.top_in										{margin:0;padding:0 0 0px 0;text-align:center;}
.top_in h1									{margin:0;padding:0 0 72px 0;font-family: 'CenturyGothic-Bold';font-size:48px;line-height:59px;font-weight:300;color:#ffffff;text-align:center;letter-spacing:0px;}
.top_in p									{margin:0;padding:0 9px 28px 9px;font-family: 'CenturyGothic-Bold';font-size:17px;line-height:24px;font-weight:normal;color:#ffffff;text-align:center;}
.top_in ul									{margin:0 -11px;padding:0 0 40px 0;}
.top_in ul li								{margin:0;padding:0 11px;width:25%; float:left; display:inline-block; text-align:center;}
.top_in > ul > li >.want_in span			{margin:0;padding:47px 0 29px 0;display:inline-block;}
.top_in ul li .want_in                      {margin: 0;padding: 0;background:rgba(19, 12, 14, 0.38);cursor: pointer;border:3px solid #ffffff;border-radius:2.5px;}
.top_in ul li .want_in:hover                {background:rgba(19, 12, 14, 0.64);}
.buy                                        {margin: 0;padding: 0;position:relative;}
.buy ul                                     {margin: 0 -5px;padding: 0;}
.buy > ul > li                              {margin: 0;padding: 0 5px;float: left;display: inline-block;color: #000033;width:12.5%;}
.buy .bootstrap-select.btn-group .dropdown-menu li {position: relative;width: 100%;}
.buy .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;width: 21px;height:16px;display: inline-block;left: 15px;right: auto;    margin-top: 14px;}
.buy .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {    width: 100%;}
.buy .btn                                   {font-family: 'CenturyGothic';font-size: 20px;line-height: 22px;font-weight: normal;    display: block;color: #000033;padding: 14px 12px;background-image: none;border: none;border-radius: 0px;background:#fff;outline: none;border-radius: 2.5px;}
.bootstrap-select>.dropdown-toggle          {width: 100%;padding-right:12px;z-index: 1;}
.glyphicon-ok:before                        {content:'';background:url(../images/tick.png) no-repeat;left: 0;top: 0;width: 21px;height: 16px;display: inline-block;}
.bootstrap-select.btn-group .dropdown-menu.inner li{margin: 0;padding: 0;text-align: left;}
.bootstrap-select.btn-group .dropdown-menu.inner li a{margin: 0;padding:15px 40px 15px 60px;border-radius:0;}
.bootstrap-select.btn-group .dropdown-toggle .caret {display: none;}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {text-align: center;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color: #ffffff;background-color: #000033;}

.content_in6 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color: #ffffff;background-color: #00ae9e;}
.content_in6 .btn_apnd{background-color: #00ae9e;}
.content_in6 .chk:checked + label{background:#00ae9e;}
.content_in6 .ms-res-ctn .ms-res-item-active{background:#00ae9e;}
.content_in6 .ms-ctn .ms-sel-item{background:#00ae9e;}
.dropdown-menu {width: 100%;border-radius: 0px;padding: 0;}
.more ul                                    {display: none;}

.pro_search                                 {margin: 0;padding: 0;width: 100%;display: none;position: relative;}
.pro_search h3                              {margin: 0 2px 5px 2px;font-family: 'CenturyGothic-Bold';font-size: 18px;    line-height: 22px;display: block;color: #00002e;font-weight: normal;padding:14px 39px 14px 39px;background: #ffffff;cursor: pointer;border-radius: 2.5px;}
.pro_search > ul                            {margin: 0;padding: 0;position: absolute;top:85px;left: 0;width: 100%;display: none;z-index:9;}

.open.dropdown-menu ul                      {display: block !important;}
.pro_search ul li                           {margin: 0;padding:0 0 5px 0;width: 100%;}
.pro_search .bootstrap-select.btn-group .dropdown-menu li {position: relative;width: 100%;}
.pro_search.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;width: 21px;height:16px;display: inline-block;left: 15px;right: auto;    margin-top: 14px;}
.pro_search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}
.pro_search .btn                            {font-family: 'CenturyGothic';font-size:18px;line-height: 22px;font-weight: normal;color: #000033;padding: 14px 30px;background-image: none;border: none;border-radius: 0px;outline: none; background:url(../images/arrow_down.png) no-repeat 95% center #fff;text-align: left;}
.pro_search .open .btn                      {background:url(../images/arrow_up.png) no-repeat 95% center rgba(255, 255, 255, 0.9);}
.pro_search .bootstrap-select.btn-group .dropdown-toggle .filter-option {text-align: left;}
.pro_search > ul > li .text1                {width: 100%;float: left;display: inline-block;background: #ffffff;
outline: none;border: none;padding: 0;font-family: 'CenturyGothic';font-size:18px;    line-height: 20px;display: block;color: #000033;font-weight: normal;padding: 0px 25px 0px 25px;
border: 1px solid #dfe3e6;border-radius: 0px;height: 50px;}

.pro_search .dropdown-menu > li > a         {padding:15px 30px 15px 30px;font-size: 18px;}
.buy ul li.find                             {width: 18.5%;}
.buy ul.more_blk li.find 					{width: 24.5%;}
.buy ul.more_blk li 						{width:17%;}
.buy ul li a                                {margin: 0;padding:16px 0 14px 0;font-family: 'CenturyGothic';background:#fff;font-size: 20px;line-height: 20px;display:block;color: #000033;border-radius: 2.5px;}
.buy ul li.find > a                           {background:#333333;color:#ffffff;}


.buy ul li.buy_link a{position: relative;background:#00002e;color:#ffffff;}
.buy ul li.buy_link a:after{content: ''; position: absolute;left: 0;right: 0;top:100%;background:url(../images/triangle.png) no-repeat;width: 14px;height: 7px;margin:0 auto;}

.buy ul li.hid a:active ,.buy ul li.hid a:focus{position: relative;background:#00002e;color:#ffffff;}
.buy ul li.hid a:active:after ,.buy ul li.hid a:focus:after{content: ''; position: absolute;left: 0;right: 0;top:100%;background:url(../images/triangle.png) no-repeat;width: 14px;height: 7px;margin:0 auto;}


.buy h6                                     {margin: 0;padding:0 0 4px 0;font-family: 'CenturyGothic';font-size: 20px;line-height: 20px;display:block;color: #fefeff;font-weight: normal;text-align: left;}
.buy h6 span                                {cursor: pointer;}
.search									    {width:100%;display:block;background:none;padding:10px 0 9px 0;display:inline-block;margin:0;/*border:1px solid #9f9b95;*/border-radius:0px 5px 5px 0px;}
.search .text								{width:87.5%;float:left;display:inline-block;background:#ffffff;outline:none;border:none;padding:0;font-family: 'CenturyGothic';font-size: 20px;line-height: 20px;display:block;color: #000033;font-weight: normal;padding:15px 39px 15px 39px;border:1px solid #dfe3e6;border-radius:0px;height:50px;border-radius: 2.5px;}

.ms-ctn .ms-sel-ctn input{display:inline-block;background:#ffffff;outline:none;border:none;padding:0;font-family: 'CenturyGothic';font-size: 20px;line-height: 20px;display:block;color: #000033;font-weight: normal;padding:15px 10px 15px 10px;border:none;border-radius:0px;height:48px;border-radius: 2.5px;display:inline-block;float:left;width:60% !important;}
.form-control{width:87.5% ;margin:0;float:left;outline: none;border: none;box-shadow: none;}
.search .button								{width:126px;height:50px;float:right; display:inline-block;border:none;outline:none;margin:0;font-family: 'helveticaneueregular';font-size:12px;line-height:17px;color:#fff;font-weight:bold;border-radius:0;text-transform:uppercase;background:url(../images/search.png) no-repeat center center #00002e;border-radius: 2.5px;}
.ms-ctn {padding: 0px 6px;height: auto;}


.overlay	       							{position:fixed;visibility:hidden;left:0;top:0; width:100%;height:100%;background:rgba(255, 255, 255, 0.7)}
.open .overlay{display: block;visibility: visible;z-index:97;}
.open2 .overlay{display: block;visibility: visible;z-index:97;}
.content                                    {margin: 0;padding: 0;width: 100%;position: absolute;top: 0;left: 0;z-index: 9;}
.cara                                       {height: 932px;}
/*.main                                       {margin:0;padding:0;width:100%; background:url(../images/banner1.jpg) no-repeat center top; background-size:cover;height: 932px;}
.main1                                      {margin:0;padding:0;width:100%;background:url(../images/banner.jpg) no-repeat center top;background-size:cover;}
.main2                                      {margin:0;padding:0;width:100%; background:url(../images/banner2.jpg) no-repeat center top;background-size:cover;}
.main3                                      {margin:0;padding:0;width:100%; background:url(../images/banner3.jpg) no-repeat center top;background-size:cover;}*/
.cara.owl-carousel .owl-stage-outer {position: relative;overflow: hidden; height:932px; -webkit-transform: translate3d(0px, 0px, 0px);}
.cara.owl-carousel                          {z-index:inherit;}
.cara.owl-theme .owl-controls               {margin-top: 0px;}
.owl-carousel .owl-controls .owl-nav .owl-prev {background:url(../images/arrow-right.png) no-repeat;position: absolute;right: 0%;width: 29px;height: 45px;top: 54%;border: 0 none;font-size: 0;outline: 0 none;padding: 0;cursor: pointer;z-index: 999;}
.owl-carousel .owl-controls .owl-nav .owl-next {background:url(../images/arrow-left.png) no-repeat;position: absolute;left: 0%;width: 29px;height: 45px;top: 54%;border: 0 none;font-size: 0;
outline: 0 none;padding: 0;cursor: pointer;z-index: 999;}
.owl-dots                                   {margin: 0 auto;padding: 0;position: absolute;bottom:28px;z-index:6;left: 0;right: 0;width: 200px}
.owl-theme .owl-dots .owl-dot               {display: inline-block;}
.owl-theme .owl-dots .owl-dot span          {width: 20px;height: 20px;margin: 5px 5px;background:rgba(255, 255, 255, 0.5);display: block;border-radius:0px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}




.btn_play {display: inline-block;cursor: pointer;background:none;}
.btn_hide .btn_play{display: none;}
.eview                                        {margin: 0;padding: 0;display: block;background:url(../images/our_bg.png) no-repeat top #ffffff; background-size: cover;}
.eview_in                                     {margin: 0;padding:81px 0 145px 0;text-align: center;}
.eview_cnt                                    {margin: 0 auto;padding:0;display: block;float: none;}
.eview_in h2                                  {margin: 0;padding: 0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #00002e;}
.eview_in p                                   {margin: 0;padding:0 0 63px 0;font-family: 'CenturyGothic';font-size: 24px; line-height: 26px;font-weight:normal;color: #00002e;}
.eview_in ul                                  {margin: 0;padding: 0;width: 100%;}
.eview_in ul li                               {margin: 0;padding:0;}
.eview_in ul li h2                            {margin: 0;padding: 0 0 13px 0;font-family: 'CenturyGothic-Bold';font-size:48px; line-height:50px;font-weight:normal;color: #000033;}
.eview_in ul li span                          {margin: 0;padding:0;font-family: 'CenturyGothic';font-size:30px; line-height: 32px;font-weight:normal;color: #000033;}

.video_pop                                    {margin: 0;padding: 0;width: 100%;display: block;position: relative;overflow:hidden;}
.video_pop video                             {width: 100%;height:620px;border: 0;object-fit:cover;}
.video_pop > img                              {margin: 0;padding: 0;width: 100%;height: auto;}
.video_pop_cnt                                {position: absolute;left: 0;right: 0;text-align: center;bottom:63px;}
.video_pop_cnt p                              {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size: 24px; line-height: 26px;font-weight:normal;color: #ffffff;}
.video_pop span                               {position: absolute;left: 0;right: 0;top:50%;margin-top: -130px;;text-align:center;}

.people                                       {margin: 0;padding: 0;width: 100%;background:url(../images/grey_bg.png) no-repeat;background-size: cover;display: block;}
.people_in                                    {margin: 0;padding: 0;text-align: center;position: relative;}
.people_cnt                                   {margin: 0;padding: 0;}
.people_blk                                   {margin: 0 auto;padding:103px 0 131px 0;width: 860px;display: block;}
.people_blk h3                                {margin: 0;padding:0 0 28px 0;font-family: 'CenturyGothic-Bold';font-size: 30px; line-height: 32px;font-weight:normal;color: #ffffff;}
.people_blk h4                                {margin: 0;padding:0 0 23px 0;font-family: 'CenturyGothic';font-size: 30px; line-height: 32px;font-weight:normal;color: #ffffff;}
.people_blk p                                 {margin: 0;padding:0 0 11px 0;font-family: 'CenturyGothic';font-size: 20px; line-height: 24px;font-weight:normal;color: #ffffff;}
.people_blk span                              {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic-Bold';font-size: 20px; line-height: 22px;font-weight:normal;color: #ffffff;float: right;}
.people .owl-dots {bottom: 66px;}

.video_slider .owl-dots {bottom:30px;}

.community									  {margin:0; padding:0px 0 95px 0;}
.community_in								  {margin:0 auto; padding:149px 0px 0 0px; width:100%;display:block;text-align: center;}	
.community_in h3                              {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size: 30px; line-height: 32px;font-weight:normal;color: #00002e;}
.community_in p                               {margin: 0;padding:0 0 71px 0;font-family: 'CenturyGothic';font-size: 24px; line-height: 27px;font-weight:normal;color: #00002e;}
.community_in ul							  {margin: 0 -10px;}
.community_in ul li							  {margin: 0;padding:0 10px;position: relative;overflow: hidden;}
.community_in ul li.coml					  {width:33.4%;}
.community_in ul li.comr					  {width:66.6%;}
.community_in ul li img						  {margin: 0;padding: 0;width: 100%;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.community_cnt 								  {margin: 0;padding:0px 15px 0 15px;text-align: center;  position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;}
.community_cnt_in1                            {display: table;width: 100%;height: 100%;}
.community_cnt_in2                            {display: table-cell;vertical-align: middle;width: 100%;  height: 100%;}
.community_cnt_in2 h3 						  {margin:0;padding:0 0 10px 0;font-family: 'CenturyGothic-Bold';font-size: 36px; line-height: 38px;font-weight:normal;color: #ffffff;display: inline-block;text-align: center;display: block;}

.dream										  {margin:0; padding:0px 0 149px 0; background:url(../images/yukon_bg.png) no-repeat;background-size: cover;}
.dream_in									  {margin:0 auto; padding:49px 0px 0 0px; width:100%;display:block;text-align: center;}	
.dream_in h3                                  {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size: 30px; line-height: 32px;font-weight:normal;color: #00002e;}
.dream_in p                                   {margin: 0;padding:0 0 71px 0;font-family: 'CenturyGothic';font-size: 24px; line-height: 26px;font-weight:normal;color: #00002e;}
.dream_blk                                    {margin: 0;padding: 0;width: 100%;}
.dream_blk_lft						          {width:67%;position: relative;float: left;display: inline-block;padding: 0 10px 0 0;}
.dream_blk_rgt							      {width:33%;position: relative;float: left;display: inline-block;padding: 0 0px 0 10px;}
.dream_blk_rgt_top                            {margin: 0;padding:0 0 20px 0;position: relative;}
.dream_blk_rgt_down                           {margin: 0;padding: 0;position: relative;}
.dream_blk_lft img							  {margin: 0;padding: 0;width: 100%;height: auto;}
.dream_blk_rgt img							  {margin: 0;padding: 0;width: 100%;height: auto;}
.dream_cnt 									  {margin: 0;padding:0px 0 0 0;text-align: center;  position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;}
.dream_cnt_in1                                {display: table;width: 100%;height: 100%;}
.dream_cnt_in2                                {display: table-cell;vertical-align: middle;width: 100%;  height: 100%;}
.dream_cnt_in2 h3 							  {margin:0;padding:0 0 10px 0;font-family: 'CenturyGothic-Bold';font-size: 60.08px; line-height: 62px;font-weight:normal;color: #fefefe;display: inline-block;text-align: center;display: block;}


.inside                                       {margin: 0;padding: 0;}
.inside .community_in						  {padding:135px 0px 0 0px;}	
.inside_cnt                                   {position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 51, 0.7);width: 100%;text-align: left;padding: 20px 35px 20px 35px;min-height: 110px;}
.inside .community_in p                       {margin: 0;padding:0 0 9px 0;}
.inside_blk                                   {position:relative;margin: 0;padding: 0;}
.inside_cnt h3                                {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size:24px; line-height: 26px;font-weight:normal;color: #ffffff;}
.inside_cnt p                                 {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size: 18px; line-height: 20px;font-weight:normal;color: #ffffff;}
 
.search1									  {width:461px;display:block;background:none; padding:21px 0 52px 0;display:inline-block;margin:0;border-radius:0px 5px 5px 0px;}
.search1 .text								  {width:64.8%;float:left;display:inline-block;background:#ffffff;outline:none;border:none;padding:0;font-family: 'CenturyGothic';font-size:20px;line-height:23px;font-weight:normal;color:#000033;padding:0px 21px 0px 21px;border:1px solid #dfe3e6;border-radius:0px;height:50px;}
.search1 .button							  {width:162px;height:50px;float:left;display:inline-block;border:none; background:#00002e; outline:none;margin:0;font-family: 'CenturyGothic';font-size:20px;line-height:17px; color:#fff;font-weight:normal;border-radius:0;}
.search1 .button:hover						  {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

.business .community_in							{padding:101px 0px 147px 0px;}
.business .search1								{padding:28px 0 59px 0;}

.partner                                        {margin: 0;padding: 0;width: 100%;display:block;background: #f7f8f9;}
.partner_in                                     {margin: 0 auto;padding:89px 0 86px 0;width: 932px;display: block;}
.partner_in ul                                  {margin: 0 -3px;padding: 0;}
.partner_in ul li                               {margin: 0;padding:0 3px;width: 33%;float: left;display: inline-block;}
.partner_in ul li .text                         {width:100%;;display:block;background:#ffffff;outline:none; border:none;padding:0;font-family: 'CenturyGothic';font-size:20px;line-height:23px;font-weight:normal;color:#282626;padding:0px 21px 0px 21px;border:1px solid #dfe3e6;border-radius:0px;height:50px;}

.partner_in ul li a                             {display:block;background:#00002e;font-family: 'CenturyGothic';font-size:20px;line-height:23px;font-weight:normal;color:#ffffff;padding:13px 12px 14px 12px;text-align: center;}
.partner_in ul li a:hover                       {background:#7b93aa;}

.partner_in p                                   {margin: 0;padding:0 0 24px 0;font-family: 'CenturyGothic';font-size: 18px; line-height: 20px;font-weight:normal;color: #282626;text-align: center;}
.partner_in p.mob_show{display: none;}

.would                                          {margin: 0;padding: 0;display: block;background:url(../images/would_bg.png) no-repeat; background-size: cover;}
.would_in                                       {margin: 0;padding:114px 30px 82px 30px;text-align: center;}
.would_in p                                     {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size: 30px; line-height: 34px;font-weight:normal;color: #ffffff;}
.would_in p a{color: #ffffff;}
.get                                            {margin: 0;padding: 0;display: block;position: relative;border-top:1px solid #ffffff;}
.get:after                                      {content: '';position: absolute;left: 0;width: 50%;top: 0;height: 100%;background: rgba(152, 184, 216, 0.75);}
.get:before                                     {content: '';position: absolute;right: 0;width: 50%;top: 0;height: 100%;background: rgba(110, 136, 162, 0.75);}

.get_in                                         {margin: 0;padding:0px 0px 0px 0px;text-align: center;}
.get_cnt                                        {margin: 0;padding:0 0 0px 0;display: block;position: relative;z-index: 1;}
.get_cnt > ul                                   {margin: 0 -15px;padding:0;}
.get_cnt > ul > li                              {margin: 0;padding:0px 15px 0px 15px;}
.get_cnt > ul > li.bod                          {border-right: 1px solid #ffffff;}
.get_blk                                        {margin: 0;padding:50px 0 0px 0;text-align: left;}
.get_blk p 								        {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size: 18px; line-height: 20px;font-weight:normal;color: #ffffff;}
.get_lft                                        {margin: 0;padding:50px 50px 0px 0;text-align: left;}
.get_rgt                                        {margin: 0;padding:50px 0 0px 50px;text-align: left;}
.get_blk .search1 {padding: 21px 0 34px 0;}



footer                                          {margin: 0;padding: 0;display: block;width: 100%;}
.footer_in                                      {margin: 0;padding:94px 0 70px 0;text-align: center;}
.footer_top                                     {margin: 0;padding:0 0 54px 0;display: block}
.foot{margin: 0;padding:0;display: inline-block;width: 23%;float: left;text-align: left;}
.foot  h4                                       {margin: 0;padding:0 0 9px 0;font-family: 'CenturyGothic-Bold'; font-size:14px;line-height:17px;font-weight:normal;color:#282626;}
.foot ul                                        {margin: 0;padding: 0;}
.foot ul li                                     {margin: 0;padding:0 0 7px 0;}
.foot ul li  a                                  {margin: 0;padding: 0;font-family: 'CenturyGothic';font-size:14px;line-height:17px;font-weight:normal;color:#282626;}
.foot2                                          {width: 25%;}
.foot3                                          {width: 20%;}
.foot4                                          {width: 9%;}
.footer_down                                    {margin: 0;padding:0 0 0px 0;display: block}
.footer_down p                                  {margin: 0;padding: 0;float: left;display: inline-block;font-family: 'CenturyGothic';font-size:14px;line-height:17px;font-weight:normal;color:#282626;}


.footer_down p a                                {font-family: 'CenturyGothic';font-size:14px;line-height:17px;font-weight:normal;color:#282626;}
.footer_down ul                                 {margin: 0;padding: 0;float: right;display: inline-block;}
.footer_down ul li                              {margin: 0;padding:0 15px 0 1px;display: inline-block;}
.footer_down ul li a                            {margin: 0;padding: 0;display: inline-block;}

.footer_down_in{margin:0;padding:0;float:left;}
.footer_down_in ul{margin:0 -18px;padding:0;}
.footer_down_in  ul  li                                  {margin: 0;padding: 0 18px 0 18px;float: left;display: inline-block;font-family: 'CenturyGothic';font-size:14px;line-height:15px;font-weight:normal;color:#282626;border-right:1px solid #282626;}
.footer_down_in  ul  li.lst                                  {border:none;}

#nav-icon 								        {width:40px; height:40px; position:relative; margin:0px auto; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg);  -webkit-transition:.5s ease-in-out;  -moz-transition:.5s ease-in-out;  -o-transition:.5s ease-in-out;  transition:.5s ease-in-out;  cursor: pointer; display: none;}
#nav-icon span 							        {display: block;  position: absolute;  height:3px;  width: 100%;  background:#ffffff;  border-radius: 9px;  opacity: 1;  left: 0;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;  -moz-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out;  transition: .25s ease-in-out; }
#nav-icon span:nth-child(1)					    {top:0px;}
#nav-icon span:nth-child(2) 				    {top:11px;}
#nav-icon span:nth-child(3)					    {top:22px;}
.open #nav-icon span:nth-child(1) 			    {top:14px; -webkit-transform:rotate(135deg);  -moz-transform:rotate(135deg); -o-transform:rotate(135deg); transform:rotate(135deg);}
.open #nav-icon span:nth-child(2)	    	    {opacity:0; left:-60px;}
.open #nav-icon span:nth-child(3) 			    {top:14px; transform: rotate(-135deg); -moz-transform:rotate(-135deg); -ms-transform:rotate(-135deg); -o-transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.side_bar                                       {display: none; }



.ddown                                          {padding: 0 0 50px 0; width: 50%;float: left;height: 100%;}
.ddown  div                                     {display: block;font-size: 20px;line-height: 22px;color:#000033;}
.ddown  .min                                    {border-right: 1px solid #00002e;}

.ddown  .min1{padding:20px 0 10px 0;}
.ddown2                                         {padding: 0 0 50px 0; width: 50%;float: left;height: 100%;}
.ddown2 div                                     {display: block;font-size: 20px;line-height: 22px;color:#000033;}
.select_dd                                      {position: relative;width: 100%;}
.dd_blk                                         {position: absolute;top:100%;left:0;width: 100%;display: none;background: #fff;z-index: 5;margin:2px 0 0 0;}
.chk                                            {display: none;}
.btn_apnd                                       {position: absolute;bottom:-52px;left:0;right: 0;z-index: 5;color:#000033;}
.chk:checked + label                            {background:#000033;color:#fff;}
.btn_apnd                                       {padding: 15px;background: #000033;font-size: 20px;line-height: 22px;color:#ffffff;}
.dd_blk label                                   {padding: 10px;display: block;font-size: 20px;line-height: 22px;font-weight:normal;  margin: 0;color:#000033;}
.ddown2 .max1{padding:20px 0 10px 0;}
.dd_blk_cnt{height:356px;overflow:auto;}

/*------------inner1------------------*/

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: initial;
	-moz-background-size: initial;
	-o-background-size: initial;
	background-size: cover;
}








.head .header_in                                {padding: 15px 0px 0px 0px;position: relative;z-index: 9;}
.head .nav_in > ul > li                         {padding: 0 0 0px 0;}
.head                                           {margin: 0;padding: 0;}
.head .logo a.blue_logo                         {display: inline-block;;}
.head .nav_in	ul li a                         {color: #00002e}
.head .nav_in	> ul > li > a:after             {position: absolute;top: 35px;border-bottom: solid 2px #00002e;}
.video_slider{background: none;}
.video_slider .people_blk img                   {width: 100%;height: auto;}
.video_slider .people_blk                       {margin: 0 auto;padding:0;width: 100%;display: block;}
.video_slider .owl-dots                         {width: 100%;}

.sunni                                          {margin: 0;padding: 0;}
.sunni_in                                       {margin: 0;padding:132px 0 130px 0;}
.sunni_in h2                                    {margin: 0;padding:0 0 39px 0;font-family: 'CenturyGothic-Bold';font-size:48px; line-height:50px;font-weight:normal;color: #00002e;text-align: center;}
.sunni_in h3                                    {margin: 0;padding:0 0 9px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #00002e;text-align: center;}
.sunni_in > ul                                  {margin: 0;padding:0 0 109px 0;display: block;text-align: center;}
.sunni_in > ul > li                             {margin: 0;padding:0 11px 0px 11px;display: inline-block;border-right: 2px solid #00002e;font-family: 'CenturyGothic';font-size:30px; line-height:30px;font-weight:normal;color: #00002e;text-align: center;}
.sunni_in ul li.lst                             {border: none;}
.sunni_blk                                      {margin: 0;padding: 0;}
.sunni_blk_lft                                  {margin: 0;padding: 0 6px 0 0px;}
.sunni_blk_lft p                                {margin: 0;padding:0 0px 20px 0px;font-family: 'CenturyGothic';font-size:16px; line-height:20px;font-weight:normal;color: #272526;}
.sunni_blk_lft h4                               {margin: 0;padding: 0;font-family: 'CenturyGothic';font-size:16px; line-height:18px;font-weight:normal;color: #272526;}
.sunni_blk_lft ul                               {margin: 0;padding: 0;}
.sunni_blk_lft ul li                            {margin: 0;padding:0 0 0 22px;font-family: 'CenturyGothic';font-size:16px; line-height:21px;font-weight:normal;color: #272526;text-align:left; background:url(../images/dot.png) no-repeat left center;}

.sunni_blk_rgt                                  {margin: 0;padding:0 0 0 20px;}
.sunni_blk_rgt h2                               {margin: 0 auto;padding:0 0 42px 0px;font-family: 'CenturyGothic';font-size:46px; line-height:48px;font-weight:normal;color: #000027;text-align: left;width: 218px;}

.sunni_blk_rgt h2.mob_show                      {display: none;}
.sunni_blk_rgt h4                               {margin: 0;padding:0 0 12px 0;font-family: 'CenturyGothic-Bold';font-size:16px; line-height:18px;font-weight:normal;color: #282626;}
.sunni_blk_rgt p                                {margin: 0;padding:0 0px 40px 0px;font-family: 'CenturyGothic';font-size:16px; line-height:20px;font-weight:normal;color: #282626;}
.agent{margin: 0;padding: 0;position: fixed;bottom: 0;left: 0;width:100%;display: none;z-index: 4;}
.agent a{margin: 0;padding:20px 0px 20px 0px;font-family:'CenturyGothic';font-size:16px; line-height:20px;font-weight:normal;color: #ffffff;background: #00002e;text-align: center;width: 100%;display: inline-block;}

.com                                            {margin: 0;padding:0 0 32px 0;}
.com p                                          {margin: 0;padding:0 0 8px 0;}

.share                                          {margin: 0;padding:0 0 41px 0;}
.share ul                                       {margin: 0;padding: 0;text-align:left;}
.share ul li                                    {margin: 0;padding: 0 17px 0 0;display: inline-block;}

.print                                          {margin: 0;padding: 0;}
.print ul                                       {margin: 0;padding: 0;}
.print ul li                                    {margin: 0;padding: 0;}
.print ul li a                                  {margin:0px 0px 17px 0px;padding:16px 0px 16px 0px;font-family: 'CenturyGothic';font-size:18px; line-height:20px;font-weight:normal;color: #ffffff;background: #00002e;width: 100%;;display: inline-block;text-align: center;}

.map                                            {margin: 0;padding: 0;}
.map_in                                         {margin: 0;padding: 0;}
.map_in img                                     {width: 100%;height: auto;}
.map iframe{width: 100%;height: 600px;border: none;}
.inspection                                     {margin: 0;padding:0;}
.inspection_in                                  {margin: 0;padding:0 0 148px 0;}
.inspection_in h3                               {margin: 0;padding:0 0 100px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #00002e;text-align: center;}
.inspection_in ul                               {margin: 0 -10px;padding:0;}
.inspection_in ul li                            {margin: 0;padding:0 10px;vertical-align: top;}
.ins_blk                                        {background: #f7f8f9;padding:0;overflow: hidden;}
.calendar1{padding: 21px 20px 0px 20px;}
.calendar2{padding: 9px 20px 13px 20px;position: relative;}
.add_cal{margin: 0;padding: 0;position: absolute;left: 0;top:100%;width: 100%;height: 100%;background: #00002e;display: block;transition:all ease-in-out 0.5s; -moz-transition:all ease-in-out 0.5s; -ms-transition:all ease-in-out 0.5s; -o-transition:all ease-in-out 0.5s; -webkit-transition:all ease-in-out 0.5s;visibility: hidden;opacity: 0;}
.add_cal h3{margin: 0;padding:0 0 0px 0;font-family: CenturyGothic-Bold;font-size:14px; line-height:17px;font-weight:normal;color: #fff;text-align: center;text-align: center;text-transform: uppercase;}
.add_cal1{display: table;width: 100%;height: 100%;}
.add_cal1 h3{display: table-cell;vertical-align: middle;width: 100%;height: 100%;padding: 0 !important;}

.calendar2:hover .add_cal{top: -1px;visibility: visible;opacity: 1;}


.inspection_in ul li h4                         {margin: 0;padding:0 0 9px 0;font-family: 'CenturyGothic-Bold';font-size:20px; line-height:22px;font-weight:normal;color: #00002e;text-align: center;text-transform: uppercase;}
.inspection_in ul li h2                         {margin: 0;padding:0 0 9px 0;font-family: 'CenturyGothic-Bold';font-size:80px; line-height:77px;font-weight:normal;color: #00002e;text-align: center;}
.inspection_in ul li h5                         {margin:0 0 0px 0;padding:0 0 16px 0;font-family: 'CenturyGothic-Bold';font-size:20px; line-height:22px;font-weight:normal;color: #00002e;text-align: center;text-transform: uppercase;border-bottom: 1px solid #00002e;}
.inspection_in ul li p                          {margin: 0;padding:6px 0 5px 0;font-family: 'CenturyGothic-Bold';font-size:20px; line-height:22px;font-weight:normal;color: #00002e;text-align: center;text-transform: uppercase;}
.inspection_in ul li span                       {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size:14px; line-height:16px;font-weight:normal;color: #00002e;text-align: center;text-align: center;display: block;}


.sales                                          {margin: 0;padding:0;}
.sales_in                                       {margin: 0 auto;padding:153px 0 139px 0;width: 702px;float: none;}
.sales_in > h3                                  {margin: 0;padding:0 0 100px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #00002e;text-align: center;}
.sales ul                                       {margin: 0 -11px;padding:0;}
.sales ul li                                    {margin: 0;padding:0 11px;}
.sales_blk                                      {margin: 0;padding:0;text-align: left;}
.sales_blk img                                  {width: 100%;height: auto;margin: 0 0 37px 0;}
.sales_blk h3                                   {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size:22px; line-height:24px;font-weight:normal;color: #282626;}
.sales_blk p                                    {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size:16px; line-height:22px;font-weight:normal;color: #282626;}
.sales_blk > a                                  {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size:16px; line-height:22px;font-weight:normal;color: #00aeef;}
.sales_blk a.mob_show{display: none;}

.enquiry                                        {margin: 0;padding:0;}
.enquiry_in                                     {margin: 0 auto;padding:0 0 125px 0;width:100%;float: none;position: relative;}
.enquiry_in > h3                                {margin: 0;padding:0 0 100px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #00002e;text-align: center;}
.enquiry_in > h3.mob_show                       {display: none;}
.contact > ul				                    {margin:0 -12px;padding:0;}
.contact ul li			                        {margin:0 0 20px 0;padding:0 12px;width: 50%;float: left;}
.contact ul li > .text		                    {margin:0;padding:13px 46px 13px 46px;width:100%;font-family: 'CenturyGothic';font-size:20px;font-weight:normal;color:#282626;line-height:23px;text-align:left;border:1px solid #c4c4c4;outline:none;border-radius:0px;background: #f8f9fa;resize: none;}
.contact ul li > .text1		                    {height: 145px;}
.contact ul li .button	                        {margin:0 0px 0 0;padding:18px 0 15px 0;width:100%;font-size:20px;font-weight:normal;color:#ffffff;line-height:20px;text-align:center;float:right; background:#00002e;cursor:pointer;border:none;outline:none;transition:all ease-in-out 0.5s; -moz-transition:all ease-in-out 0.5s; -ms-transition:all ease-in-out 0.5s; -o-transition:all ease-in-out 0.5s; -webkit-transition:all ease-in-out 0.5s;}
.contact ul li .button:hover			         {box-shadow:inset 0 0 5px 45px #2b388f;color:#fff;}
.contact ul li.full			                     {width: 71%;float: left;}
.contact ul li.half			                     {width: 29%;float: left;}
.contact ul li.half	ul li		                 {width:100%;float: left;padding: 0;}
.contact ul li.half	ul li img		             {width:100%;height: auto;}

.mistakes                                        {margin: 0;padding:81px 0 89px 0;background:url(../images/mistakes_bg.jpg) no-repeat center center;background-size: cover;}
.mistakes_in                                     {margin: 0;padding:0;width: 342px;}
.mistakes_in h3                                  {margin: 0;padding:0 0 3px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:40px;font-weight:normal;color: #ffffff;text-align: center;}
.mistakes_in p                                   {margin: 0;padding:0 0 30px 0;font-family: 'CenturyGothic';font-size: 24px; line-height:39px;font-weight:normal;color: #ffffff;text-align: center;}
.mistakes_in a                                   {margin: 0;padding:12px 0 12px 0;font-family: 'CenturyGothic';font-size: 20px; line-height: 26px;font-weight:normal;color: #00002e;background: #ffffff;width:100%;width: 100%;display: inline-block;text-align: center;}

.main_video                                      {margin: 0;padding: 0;position: relative;}
.playB										     {width: 100px;height: 35px;border: none;outline: none;color:#000;background:url(../images/play_button.png) no-repeat;width: 260px;height: 260px;position: absolute;left: 0;right: 0;text-align: center;margin: 0 auto;top:50%;margin-top: -130px;z-index: 9;}
.pauseB										     {width: 100px;height: 35px;border: none;background: #ffabab;outline: none;color:#000;display: none;}
.stop.playB										 {display: none;}
.start.playB									 {display: block;}

.video_slider .owl-carousel .owl-controls .owl-nav .owl-prev {background: url(../images/left-arrow.png) no-repeat center center;position: absolute;left: 21.9%;width: 40px;height: 65px;top: 50%;border: 0 none;font-size: 0;outline: 0 none;padding: 0;cursor: pointer;margin-top: -33px;z-index: 999;}

.video_slider .owl-carousel .owl-controls .owl-nav .owl-next {background: url(../images/right-arrow.png) no-repeat center center;position: absolute;right:21.9%;left:auto; width: 40px;height: 65px;top: 50%;border: 0 none;font-size: 0;outline: 0 none;padding: 0;cursor: pointer;z-index: 999;margin-top: -33px;}

.inner1 #nav-icon span                          {background: #00002e;}
.community_in ul li.mob_show                    {display: none;}
.head.sticky .logo a.blue_logo                  {display: inline-block;padding: 0 0 0 0px;}
#loadMore                                       {position: relative;width:70%;background-position: 0 0;margin:13px auto 30px;text-align: center;  color: #00002e;font-size: 16px;font-family: 'CenturyGothic';line-height: 18px;font-weight: 400;cursor: pointer;border: 1px solid #00002e;border-radius: 0px;padding: 12px 0 12px 0;display: none;}
#myList > li                                    {padding: 0;margin: 0;background:none;}
#loadMore span                                  {margin:-5px 0 0 17px;padding: 0;display: inline-block;vertical-align: middle;}
.story .video_slider                            {margin: 92px 0 0 0;}
.story .video_pop_in3                            {margin: 92px 0 0 0;}
.story .banner2                         {margin:92px 0 0 0;}
.main_video .vid{width: 100%;}

.main_video:after {content: ''; position: absolute;left: 0;top: 0;background:rgba(255, 255, 255, 0.7);
    width: 100%;height: 100%;}

.active .main_video:after {background: none;display: none;}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: absolute;
    left: 0;
    bottom: -150px;
    z-index: 9;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {opacity: 1;}








/*inner2*/
.banner                 {position: relative}
.banner img             {width: 100%;height: auto;}
.banner h1              {font-size: 48px;line-height: 50px;font-family: 'CenturyGothic-Bold';color: #ffffff;}
.banner_in              {position: absolute;bottom: 10.9%;text-align: center;width: 100%;}
.buying                 {padding: 60px 0 74px 0;}
.buying_in              {max-width: 615px;margin: 0 auto;padding: 52px 0;text-align: center;}
.buying_in h2           {font-size: 30px;line-height: 32px;font-family: 'CenturyGothic';color: #231f20;padding: 0 0 35px 0;font-weight:normal;}
.buying_in p            {font-size: 16px;line-height: 18px;font-family: 'CenturyGothic';color: #231f20;padding: 4px 0 21px 0;}
.eneur{padding:50px 0 0 0; background:url(../images/inner2background.png) repeat; background-size: cover;position: relative;}
.eneur_in{margin: 0 auto;width: 1090px;display: table;height: 100%;}
.claim_lf{display: table-cell;height: 100%;vertical-align: bottom;float: none;}
.claim_rt{display: table-cell; height: 100%; vertical-align: middle;float: none; }
.claim_rt .get_lft{padding: 0;text-align: center;margin: 0;}
.claim_rt1{vertical-align: middle;}
.new_requst{padding: 0;background:url(../images/inner2middle.jpg) repeat;/* min-height: 435px; */background-size: cover;text-align: center;position: relative;padding: 170px 0 135px 0; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.pad_dec .new_requst{background-attachment: fixed;}
.new_requst_in{display: table; height: 100%; width: 100%;}
.new_in{display: table-cell; height: 100%; width: 100%; vertical-align: middle;}
.new_tab{position: static; height: 100%; text-align: center; width:1061px; left: 0;margin: 0 auto;}
.new_in h3{font-size: 40px;line-height: 40px;color: #ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;padding: 20px 0 27px;cursor:pointer;}
.new_in > a{display: inline-block;width: 340px;font-size: 19px;line-height: 15px;color: #000000;font-weight: 400;background: #ffffff;padding: 18px 0;}
.inside_blk{margin: 0 0 16px 0;}
.lod_new ul{display: inline-block; margin: 0 -10px; padding: 0 0 100px 0;}
.lod_new ul li{float:left; /*display: inline-block;*/ width: 33.33%; padding: 0 10px;display: none;}
.lod_new ul li img{width: 100%; height: 100%;}

.new_in .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;display:block;left: 9px;margin-top: 5px;}


.new_in .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color: #ffffff;background-color: #00002e;}

.loadMore{position: relative;width:336px;background-position: 0 0;margin: 13px auto 30px;text-align: center; color: #00002e;font-size: 16px;text-transform: uppercase;font-family: 'CenturyGothic';line-height: 18px;font-weight: 400;cursor: pointer;border: 1px solid #00002e;border-radius: 0px;padding: 12px 0 12px 0;display: block;}
.loadMore span{margin: 0 0 0 17px;}
.new_buying{text-align: center;padding: 130px 0 145px 0;}
.pad_dec .new_requst {padding: 50px 0 56px 0;}
.accoridion{max-width: 100%;margin:0 auto;display:block;}
.accoridion ul{display:inline-block; width:100%;}
.accoridion ul li{display:block;margin-bottom: 0;padding: 4px 0 4px 0;border-top:1px solid #ccc;}
.acc_head{color:#f00;font-size:20px;background:url(../images/arrow_down.png) no-repeat 96% center;background-size:15px auto;cursor:pointer;padding: 17px  40px;text-align: left;}
.acc_head h3{color: #000033;font-size: 19px;line-height:18px;font-family: 'CenturyGothic-Bold';font-weight: normal;}
.acc_content{display:none; padding:15px; background:#ffffff; padding:10px 38px;  text-align: left;}
.acc_content p{color:#666666;font-size:20px !important;line-height:26px !important;font-weight:400; padding: 0 !important;;}
.accoridion ul li.active .acc_head{background: url(../images/arrow_up.png) no-repeat 96% center ;background-size:15px auto;padding:17px  40px;/*border-bottom: 1px solid #ccc;*/}
.adipiscing{padding:0 0 25px 0;}
.tempor{padding:42px 0 0 0;}

.new_buying h2{font-size: 30px;line-height: 30px;color: #00002e;padding: 18px 0 9px 0;font-family: 'CenturyGothic-Bold';font-weight: normal;}
.new_buying  p{font-size: 24px;line-height: 24px;color: #00002e;padding: 0 0 53px 0;}
.claim_lf img{ margin: 0 0 0 -32px;}
.claim_rt .get_lft{margin: 0 0 0 0px;text-align: center;}
.claim_rt .search1 .text{width: 61%;}
.claim_rt .search1 .button{width:209px;}
.claim_rt .search1{width: 539px;}
.claim_rt .get_blk p{padding: 0 0 18px 0px; line-height: 35px;font-size: 30px;}
.claim_rt .get_blk p b{font-family: 'CenturyGothic-Bold';font-weight: normal;}
.claim_rt small{font-size:20px;line-height:20px; color: #ffffff;}

.eneur1{padding: 50px 0 41px;}
.eneur1 .get_lft{margin: 0;}
.eneur1 .get_blk p{line-height:40px;}
.newmake{padding:150px 0 0 0 !important;}
.newmake .newin{height:160px;}
.newmake .inside_blk{margin:0 0 16px 0;}
.newcon1{height: 160px;}
.border_new{border-bottom: 1px solid #ccc !important;}


.new_buying  p a{color: #2cace3 !important;}
.fom_sec{font-family: 'CenturyGothic';width: 100%; height:50px;  line-height:40px;  border:none; outline: none; display: block; padding:0 35px;font-size:20px;line-height:22px;color: #00002e;border-radius:0;}
 .new_form {width:100%; margin: 0 auto; display: none;}
.new_form_in{padding: 0;}
.new_form_in ul{display: inline-block;}
.new_form_in > ul  > li{display: inline-block; padding: 0 0 0px 0; width: 100%;vertical-align:top;border-bottom:1px solid #cccccc;}
.new_form_in > ul  > li.lst{border:none;}

.new_form_in .dropdown-menu{border: none;}
.fom_sec1{font-family: 'CenturyGothic';width: 100%; height:150px;  line-height:40px;  border:none; outline: none; display: block; padding:20px 35px; resize: none;;font-size: 20px;line-height:22px;color: #00002e;border-radius:0;}
.new_form_in .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {font-size: 16px;}
.new_button{font-family: 'CenturyGothic';width: 100%; height:50px;  line-height:40px;  border:0; outline: none; display: block; padding:0 20px; background:#00002e; font-size:20px; line-height:22px; color: #ffffff;}

.new_select {text-align: left; outline: none;}
.new_select  .btn{border: none;background: #fff; border-radius: 0;text-align: left;padding:13px 35px;font-size:20px;color: #00002e;}
.new_select  .bootstrap-select.btn-group .dropdown-toggle .filter-option{text-align: left;}
.new_select  .bootstrap-select.btn-group .dropdown-menu.inner li a{padding:10px 35px !important; width: 100% !important;}
.new_select  .bootstrap-select.btn-group .dropdown-menu.inner{overflow-y:auto;}
.new_select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width:33%;}
.new_select .btn-default{background: url(../images/arrow_down.png) no-repeat 95% center #fff; background-size: 13px;} 
.new_hide.new_in > a{display:none;}
.dream_blk_lft span.mob_show{display: none;}


.claim_rt_mob_show{width: 100%;position: absolute;left: 0;top: 0;height: 100%;background:url(../images/inner2background.png) repeat;display: none;}
.claim_rt_mob_show .get_lft{width: 100%;display: table;height: 100%;padding: 0 40px}
.claim_rt_mob_show .get_lft1{width: 100%;display: table-cell;height: 100%;vertical-align: middle;}
.claim_rt_mob_show .search1 .text {width: 100% !important;margin: 0 0 21px 0;display: block !important;}
.claim_rt_mob_show .search1 .button {width: 100% !important;}
.m-show.claim_rt_mob_show1{display: block;width: 100%;}
.m-show.claim_rt_mob_show2{display: block;width: 100%;}
/*-----------inner3---------------*/

.video_pop_in3 p {margin: 0;padding: 0 0 0px 0;font-family: 'CenturyGothic-Bold';font-size: 48px;line-height:52px;}
.youthful .sunni_in {padding: 132px 0 120px 0;}
.youthful{margin: 0;padding: 0;width: 100%;display: block;}
.youthful .sunni_blk_lft figure{margin:0 0 43px 0;padding: 0;}
.youthful .sunni_blk_lft p {padding: 0 0px 20px 0px;font-size: 16px;line-height: 19px;color:#231f20;}
.youthful .sunni_blk_lft {padding:0 4px 0 0px;}
.youthful .sunni_blk_lft img{width: 100%;height: auto;}
.youthful .sunni_blk_rgt {padding: 0 0 0 14px;}
.youthful .sunni_blk_rgt figure{margin:0 0 43px 0;padding: 0;}
.youthful .sunni_blk_rgt img{width: 100%;height: auto;}
.youthful .sunni_blk_rgt p a.blue_sky{color: #00aeef;}
.youthful .share {padding: 22px 0 36px 0;}
.youthful .share ul li {padding: 0 8px 0 0;}
.youthful .sunni_blk_rgt h4 {font-size: 22px;line-height: 24px;color: #000033;padding: 0 0 10px 0;}
.contact_sec p {padding: 0 0px 11px 0px;}
.award_sec{margin: 0;padding:0 0 18px 0;}
.award_sec p{padding: 0 0px 11px 0px;}

.meet                                          {margin: 0;padding:0;}
.meet_in                                       {margin: 0 auto;padding:0px 0 46px 0;width:100%;float: none;}
.meet_in > h3                                  {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #00002e;text-align: center;}
.meet_in > p                                  {margin: 0;padding:0 0 51px 0;font-family: 'CenturyGothic';font-size:24px; line-height:26px;font-weight:normal;color: #00002e;text-align: center;}
.meet ul                                       {margin: 0 -11px;padding:0;}
.meet ul li                                    {margin: 0;padding:0 11px;}
.meet_blk                                      {margin: 0;padding:0;text-align: center;}
.meet_blk img                                  {width: 100%;margin: 0 0 22px 0;}
.meet_blk h3                                   {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic-Bold';font-size:22px; line-height:23px;font-weight:normal;color: #000033;}
.meet ul li.mob_show                                    {display:none;}

.meet_blk p                                    {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size:16px; line-height:20px;font-weight:normal;color: #555555;}
.meet_blk p a                                  {color: #555555;}
.meet_blk > span                                 {margin: 0;padding:0 0 5px 0;font-family: 'CenturyGothic';font-size:16px; line-height:22px;font-weight:normal;color: #555555;display: inline-block;}
.meet_blk > a                                  {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size:16px; line-height:22px;font-weight:normal;color: #00aeef;}
.meet_blk a.mob_show{display: none;}

.group{margin:0 0 55px 0;padding: 0;background: url(../images/group_bg.jpg) no-repeat;background-size: cover;}
.group_in{margin: 0;padding:95px 0 137px 0;text-align: center;}
.group_in h3{margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size:30px; line-height:32px;font-weight:normal;color: #ffffff;text-align: center;}
.group_in p{margin: 0;padding:0 0 47px 0;font-family: 'CenturyGothic';font-size:24px; line-height:26px;font-weight:normal;color: #ffffff;text-align: center;}
.group_in figure{margin: 0;padding: 0;}
.group_in figure img{}
.group_in figure.mob_show{margin: 0;padding: 0;display: none;}


.just {margin: 0;padding:0 0 35px 0;}
.just .meet_blk h3 {padding: 0 0 10px 0;}
.room {margin: 0;padding: 0px 0 130px 0;}
.room .community_in {margin: 0 auto;padding: 49px 0px 0 0px;width: 100%;}
.room .community_in > p {padding: 0 0 65px 0;}
.founder {margin: 0;padding:0 0 97px 0;}
.founder .meet_in > h3{padding: 0 0 85px 0;}
.founder .meet_blk img {margin: 0 0 34px 0;}
.meet_blk{position: relative;}
.journey_blk{position: absolute;left: 0;bottom: 0;width: 100%;background: url(../images/journey_bg.png) no-repeat;background-size: cover;padding:26px 41px 29px 41px;text-align: left;}
.journey .meet_blk img {margin: 0 0 0px 0;}
.journey .meet_blk h3 {padding: 0 0 5px 0;}


.property .sunni_in {padding:2px 0 33px 0;}
.property .sunni_in h3 {text-align: left;padding: 0 0 36px 0;color: #231f20;font-family: 'CenturyGothic-Bold';}
.property .sunni_blk_lft p {padding: 0 0px 16px 0px;}
.gold{margin: 0;padding:23px 0 0 0;}
.property .sunni_in .gold h3{font-family: 'CenturyGothic';font-size:24px; line-height:26px;font-weight:normal;color: #231f20;padding: 0 0 30px 0;}
.property .sunni_in .gold h4{font-family: 'CenturyGothic';font-size:18px; line-height:20px;font-weight:normal;color: #231f20;}
.property .sunni_blk_lft .gold p {padding: 0 0px 18px 0px;}
.enter{margin: 0;padding:2px 0 0 0;}
.property .sunni_in .enter h3 {padding: 0 0 21px 0;}
.property .sunni_blk_lft .enter p {padding: 0 0px 20px 0px;}
.property .sunni_blk_rgt {padding: 5px 0 0 20px;}

.share1{margin: 0;padding:0 0 68px 0;}
.property .sunni_in .share_in h4{margin: 0;padding: 0 17px 0 0;display: inline-block;color: #000033;font-family: 'CenturyGothic-Bold';font-size: 22px;line-height: 24px;vertical-align: middle;}
.share1 ul {margin: 0;padding: 0;display: inline-block;vertical-align: middle;}

.smith{margin: 0;padding: 0;}
.smith_in{margin: 0;padding:75px 0 69px 0;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;}
.smith_lft{margin: 0;padding:0 12px 0 0;}
.smith_rgt{margin: 0;padding:11% 0 0 8px;}
.smith_rgt h3{margin: 0;padding:0 0 13px 0;font-family: 'CenturyGothic-Bold';font-size:22px; line-height:24px;font-weight:normal;color: #000033;}
.smith_lft h3{margin: 0;padding:0 0 13px 0;font-family: 'CenturyGothic-Bold';font-size:22px; line-height:24px;font-weight:normal;color: #000033;display:none;}
.smith_rgt p{margin: 0;padding: 0;font-family: 'CenturyGothic';font-size:18px; line-height:24px;font-weight:normal;color: #000033;letter-spacing: 0.05px;}
.smith_lft img{width:100%;height: auto;}

.quick{margin:0;padding:0;}
.quick .community_in {padding: 74px 0px 0 0px;}
.quick .community_cnt_in2 h3 {margin: 0;padding: 0 0 12px 0;font-family: 'CenturyGothic-Bold';font-size: 24px;line-height: 26px;font-weight: normal;color: #ffffff;display: inline-block; text-align: center; display: block;}
.quick .community_cnt_in2 p {margin: 0;padding: 0 0 45px 0;font-family: 'CenturyGothic-BoldItalic';font-size: 18px;line-height: 22px;font-weight: normal;color: #ffffff;display: inline-block; text-align: center; display: block;}
.quick .community_cnt_in2 a {margin: 0;padding:15px 34px 15px 34px;font-family: 'CenturyGothic';font-size: 20px;line-height: 22px;font-weight: normal;color: #00002e;display: inline-block; text-align: center; display: inline-block;background: #ffffff;}


.new_requst1{margin: 0;padding:75px 0 104px 0;background: url(../images/request1_bg.png) no-repeat;background-size: cover;position:relative;}
.pad_dec .new_requst1{background-attachment: fixed;}
.new_requst1 .new_tab {width:100%;padding: 0 26px;position:relative;z-index:1;}
.new_requst1 .new_in h3 {font-size: 28px;line-height:41px;color: #ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;padding:14px 0 18px 0;text-align: center;}
.new_requst1 .new_in > a {width: 100%;}
.new_requst1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 55%;
}
.new_requst1 .new_form_in > ul > li {padding: 0 0 0px 0;width: 100%;vertical-align: top;}

.eneur_in3 .claim_lf img {margin:0px 0 0 0px;}
.eneur_in3 {padding: 39px 0 42px 0;margin: 0 0 70px 0;}
.eneur_in3 .claim_rt {display: block;height: auto;vertical-align: middle;float: none;}
.eneur_in3 .claim_rt .get_blk p {padding: 0 0 18px 0px;line-height:38px;font-size: 24px;color: #ffffff;}
.eneur_in3 .claim_rt .get_blk p b{font-size: 28px;font-family: 'CenturyGothic-Bold';}
.want1{margin:0 0 69px 0;padding:53px 35px 20px 35px;background: url(../images/want_bg.png) no-repeat;background-size: cover;}
.property .sunni_in .want1 h3{margin: 0;padding: 0;text-align: center;color: #ffffff;}
.want1 p{margin: 0;padding: 0;text-align: center; font-size: 22px;color: #ffffff;
    line-height: 29px;}
.eneur_in3 .claim_lf {display: block;height: 100%;padding: 0 0 19px 0px;}
.search2									  {width:100%;display:block;background:none; padding:57px 0 0px 0;display:inline-block;margin:0;border-radius:0px 5px 5px 0px;}
.search2 .text								  {width:100%;display:inline-block;background:#ffffff; outline:none; border:none;font-family: 'CenturyGothic';font-size:20px;line-height:23px;font-weight:normal;color:#000033;padding:0px 21px 0px 21px;border:1px solid #dfe3e6;border-radius:0px;height:50px;margin: 0 0 12px 0;}
.search2 .button							  {width:100%;height:50px;float:left;display:inline-block;border:none; background:#00002e; outline:none;margin:0;font-family: 'CenturyGothic';font-size:20px;line-height:17px; color:#fff;font-weight:normal;border-radius:0;}
.search2 .button:hover						  {-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

.eneur_in3 .search2 {padding:5px 24px 0px 24px;display: inline-block;}


*::-webkit-input-placeholder { color:#00002e;}
*:-moz-placeholder {/* FF 4-18 */ color:#00002e;}
*::-moz-placeholder {/* FF 19+ */ color:#00002e;}
*:-ms-input-placeholder {/* IE 10+ */ color:#00002e;}

.award1{display: none;}
.share_soc h4{display: none;}
.social_site{margin: 0;padding:14px 0 20px 0;display: none;}
.social_site ul{text-align: center;}
.social_site ul li{margin: 0;padding:0;display: inline-block;border-right: 1px solid #cccccc;width: 63px !important;}
.social_site img{width: auto !important;height: auto;margin: 0;}
.social_site ul li.lst{border: none;}
.social_site ul li.call{margin: 0;padding: 0 25px 0 0;}
.social_site ul li.in_email{margin: 0;padding: 0 0px 0 25px;}
.meet_blk figure.mob_show{display: none;}
.room .community_in > p.mob_show{display: none;}
.search1.mob_show{display: none;}

.smith1{display: none;}
.map1{display: none;}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.new_requst1:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(112, 112, 112, 0.49);}
.video_pop_blk{position:relative;}



.new_requst1 .fom_sec {height: 40px;padding: 0 20px;font-size: 16px;line-height: 20px;}
.new_requst1 .fom_sec1 {height: 100px;padding: 15px 19px;font-size: 16px;line-height: 20px;}
.new_requst1 .new_button {height: 40px;padding: 0 20px;font-size: 16px;line-height: 20px;}
.new_requst1 .new_select .btn {padding: 10px 20px;font-size: 16px;}
.article-video {height:100%;}
.article-video:after {content: ''; position: absolute;left: 0;top: 0;background:rgba(255, 255, 255, 0.7); width: 100%;height: 100%;}
.active .article-video:after {background: none;display: none;}
.stp .owl-video-frame{z-index:0;} 
.owl-stage-outer .stp .owl-video-play-icon{display:block;}
.ms-ctn .ms-trigger{display:none;}
.ms-ctn .ms-sel-item {float: left;font-size: 18px;padding:10px 12px;border-radius: 3px;border: none;color:#ffffff;font-family: 'CenturyGothic'; margin:7px 6px 0 6px;background: #00002e;}
.ms-res-ctn{height: 48px;overflow:inherit !important;}
.ms-res-ctn .ms-res-item-active {background-color: #F5F5F5;height:51px;}
.ms-res-ctn .ms-res-item {line-height: 25px;text-align: left;padding:12px 38px;font-family: 'CenturyGothic';font-size:18px;color: #000033;cursor: pointer;}
.ms-sel-ctn{overflow:hidden;padding:0;}
.ms-res-ctn .ms-res-item em {font-style: normal;background:none;color:#000033;}
.ms-res-ctn .ms-res-item-active{background:#000033;color:#ffffff;}
.ms-res-ctn .ms-res-item-active em{color:#ffffff;}
.ms-ctn-focus .ms-sel-item:hover {border: none;}


.team2											{display:block;width:1062px;background:#f7f8f9; }
.team2_in{background:#ffffff;padding:100px 20px 90px 20px;}
.team2 h2										{display:block;font-family: 'CenturyGothic-Bold';font-size:30px;line-height:32px;color:#00002e;font-weight:normal;text-align:center;padding:0 0 45px 0;}
.team2 p{font-family:'CenturyGothic';font-size:16px;line-height:18px;color:#000000;text-align:center;padding:0 0 18px 0;}
.team2 ul										{display:inline-block; width:100%;display:inline-block; }
.team2 ul li									{display:inline-block; width:49%;}
.team2 ul li a									{display:inline-block; }
.team2 ul li.yes a								{display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:16px;color:#ffffff;font-weight:normal;background:#e21838;width:100%;padding:6px 0 6px 0;border-radius:3px;text-align:center;}
.team2 ul li.cancel a							{display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:16px;color:#000000;font-weight:normal;background:#ffffff;border:1px solid #d8d8d8;width:100%;padding:6px 0 6px 0;border-radius:3px;text-align:center;}
.team2 ul li.yes 								{display:inline-block;float:left;width:45%;}
.team2 ul li.cancel								{display:inline-block;float:right;width:45%;}
.popup											{display:none; padding:20px;left:0 !important; right:0 !important; margin:0 auto !important;border-radius:0px;top:50%;margin-top:
-283px !important;}
.close											{cursor:pointer; position:absolute; top:0px; right:10px;opacity:1;display:none;}
.close img										{border-radius:100%; }

.form1{margin:0;padding:0;}
.form1 ul{margin:0;padding:40px 0 0 0;}
.form1 ul li{margin:0;padding:0 10px;width:35%;float:left;}
.form1 ul li.f3{width:30%;}
.form1 ul li .email{margin:0;padding:0;width:100%;background:#ffffff;outline:none;border:none;padding:0;font-family: 'CenturyGothic';font-size:20px;line-height:23px;font-weight:normal;color:#282626;padding:0px 21px 0px 21px;border:1px solid #dfe3e6;border-radius:0px;height:50px;}
.form1 ul li .password{margin:0;padding:0;width:100%;background:#ffffff;outline:none;border:none;padding:0;font-family: 'CenturyGothic';font-size:20px;line-height:23px;font-weight:normal;color:#282626;padding:0px 21px 0px 21px;border:1px solid #dfe3e6;border-radius:0px;height:50px;}
.form1 ul li .sign{margin:0;padding:0;width:100%;height:50px;float:left;display:inline-block;border:none; background:#00002e; outline:none;margin:0;font-family: 'CenturyGothic';font-size:20px;line-height:17px; color:#fff;font-weight:normal;border-radius:0;}
.ms-ctn .ms-sel-ctn {margin-left: 0;padding: 0 0 0 20px;}
.ms-ctn-focus {outline: none;border: none;box-shadow: none;}
.more .bootstrap-select.btn-group .dropdown-menu{margin:4px 0 0 0;}
.bootstrap-select .dropdown-toggle:focus{outline: 0 none !important;outline-offset: 0;}
.dd_blk_in{position:relative;}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {background-color:#fff;}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{top:100%;bottom:auto;}

#html5-watermark{display:none !important;}
.video_slider .owl-carousel .owl-item img{width:100%; object-fit:cover;}



/*------------inner4------------------------*/
.banner4_in{position:relative;}
.banner4 .banner_in {bottom: 8%;}
.office{margin:0;padding:0;text-align:left;}
.office ul{margin:0;padding:0;text-align:left;}
.office ul li{margin:0 17px 0 0;padding:0;display:inline-block;width:32%;}
.office .btn {font-family: 'CenturyGothic';font-size: 20px;line-height: 22px;font-weight: normal;display: block;color: #000033;padding:14px 50px 14px 40px;background-image: none;border: none;    border-radius: 0px;background: #fff;outline: none;border-radius: 2.5px;background: url(../images/arrow_down.png) no-repeat 89% center #fff;}
.office .bootstrap-select.btn-group .dropdown-toggle .filter-option {text-align: left;}
.office .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}


.banner4 h1 {padding: 0 0 7px 0;}
.office .bootstrap-select.btn-group .dropdown-menu li {position: relative;width: 100%;}
.search_in4 {padding: 10px 0 7px 0;}
.office ul li a {margin: 0;padding: 16px 0 14px 0;font-family: 'CenturyGothic';background: #fff;font-size: 20px;line-height: 20px;display: block;color: #000033;border-radius: 2.5px;}
.office .bootstrap-select.btn-group .dropdown-menu.inner li a {margin: 0;padding: 15px 40px 15px 40px;border-radius: 0;}
.lod_block ul {padding: 0 0 72px 0;}
.lod_block                                          {margin:151px 0 0 0;padding:0;}
.sold_blk ul li{margin:0 0 15px 0;}
.sold_blk_in                                      {margin: 0;padding:0;text-align: center;background:#f7f8f9;}
.sold_blk_in img                                  {width: 100%;height: auto;margin: 0 0 22px 0;}
.sold_blk_in h3                                   {margin: 0;padding:0 0 5px 0;font-family: 'CenturyGothic-Bold';font-size:22px; line-height:23px;font-weight:normal;color: #000033;}
.sold_blk_in p                                    {margin: 0;padding:0 0 45px 0;font-family: 'CenturyGothic';font-size:16px; line-height:28px;font-weight:normal;color: #555555;}
.sold_blk_in p a                                  {color: #555555;}
.sold_blk_in > span                                 {margin: 0;padding:0 0 23px 0;display: inline-block;}
.meet_blk > a                                  {margin: 0;padding:0 0 0px 0;font-family: 'CenturyGothic';font-size:16px; line-height:22px;font-weight:normal;color: #00aeef;}
.sold_blk_in a.mob_show{display: none;}
.sold_cnt{margin:0;padding:0;position:relative;}

.sold_cnt h3{margin:0;padding:5px 0 7px 19px;position:absolute;left:0;top:26px;background:#fff;font-size:26px;line-height:28px;width: 85%;text-align: left;}
.sold_blk_in span img{margin:0;}
.sold_cnt h3.second{top:38px;}
.sold_cnt h3.third{top:52px;}
.loadMore_1 { position: relative;width: 336px;background-position: 0 0;margin: 13px auto 30px;text-align: center;color: #00002e;font-size:16px;font-family: 'CenturyGothic';line-height: 18px;font-weight: 400;cursor: pointer;border: 1px solid #00002e;border-radius: 0px;padding: 12px 0 12px 0;display: block;text-transform:uppercase;}

.loadMore_1 span{margin:0 0px 0 18px;}

.office .bootstrap-select.btn-group .dropdown-menu{margin:4px 0 0 0;border:none;}
.c11 .bootstrap-select.btn-group .dropdown-menu.inner{max-height:275px !important;}
.sold_blk_in p span{display:none;}


.office .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {left: 15px;margin-top: 14px;}

/*------------------------------------inner5-------------------------------------*/
.lod_block5 .meet_blk {position: relative;background:#f7f8f9;}
.lod_block5 .meet_blk > span {padding: 0 0 11px 0;display:block;}
.lod_block5 .meet_blk > span  img{width:auto;height:auto;}
.lod_block5 ul li img{width:100%;height:auto;}
.lod_block5 .meet_blk > span.sol{margin:0;padding:26px 0 0 0;}
.lod_block5 .sold_blk ul li {margin: 0 0 20px 0;}
.lod_block5 ul {padding: 0 0 115px 0;}

.banner5 .form-control {width: 100%;}
.banner5 h1 {padding: 0 0 23px 0;}
.banner5 .banner_in {bottom: 5.9%;}
.button_ser {width: 100%;height: 50px;float: right;display: inline-block;border: none;outline: none;margin: 0;font-family: 'helveticaneueregular';font-size: 12px;line-height: 17px;color: #fff;
font-weight: bold;border-radius: 0;text-transform: uppercase;background: url(../images/search.png) no-repeat center center #00002e;border-radius: 2.5px;}
.our_team{margin:0;padding:0;text-align:left;}
.our_team ul{margin:0 -5px;padding:0;text-align:left;}
.our_team ul li{margin:0 0px 0 0;padding:0 5px;display:inline-block;width:29%;float:left;}
.our_team ul li.ser{width:13%;margin:0;}
.our_team .btn {font-family: 'CenturyGothic';font-size: 20px;line-height: 22px;font-weight: normal;display: block;color: #000033;padding:14px 47px 14px 40px;background-image: none;border: none;    border-radius: 0px;background: #fff;outline: none;border-radius: 2.5px;background: url(../images/arrow_down.png) no-repeat 89% center #fff;}
.our_team .bootstrap-select.btn-group .dropdown-toggle .filter-option {text-align: left;}
.our_team .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}
.our_team .bootstrap-select.btn-group .dropdown-menu li {position: relative;width: 100%;}
.our_team ul li a {margin: 0;padding: 16px 0 14px 0;font-family: 'CenturyGothic';background: #fff;font-size: 20px;line-height: 20px;display: block;color: #000033;border-radius: 2.5px;}
.our_team .bootstrap-select.btn-group .dropdown-menu.inner li a {margin: 0;padding: 15px 40px 15px 40px;border-radius: 0;}

.due									  {margin:0; padding:0px 0 95px 0;}
.due_in								  {margin:0 auto; padding:121px 0px 0 0px; width:100%;display:block;text-align: center;}	
.due_in h3                              {margin: 0;padding:0 0 8px 0;font-family: 'CenturyGothic-Bold';font-size: 30px; line-height: 32px;font-weight:normal;color: #00002e;}
.due_in p                               {margin: 0;padding:0 0 71px 0;font-family: 'CenturyGothic';font-size: 24px; line-height: 27px;font-weight:normal;color: #00002e;}
.due_in ul							  {margin: 0 -10px;}
.due_in ul li							  {margin: 0;padding:0 10px;position: relative;overflow: hidden;}
.due_in ul li img						  {margin: 0;padding: 0;width: 100%;height: auto;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.due_cnt 								  {margin: 0;padding:0px 15px 0 15px;text-align: center;  position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;}
.due_cnt_in1                            {display: table;width: 100%;height: 100%;}
.due_cnt_in2                            {display: table-cell;vertical-align: middle;width: 100%;  height: 100%;}
.due_cnt_in2 h3 						  {margin:0;padding:0 0 10px 0;font-family: 'CenturyGothic-Bold';font-size: 36px; line-height: 38px;font-weight:normal;color: #ffffff;text-align: center;display: block;}
.due_cnt_in2 p 						  {margin:0;padding:0 0 10px 0;font-family: 'CenturyGothic-Bold';font-size: 18px; line-height: 20px;font-weight:normal;color: #ffffff;text-align: center;display: block;font-style:italic;}
.corpo .map_in5 figure.mob_show{display:none;}

.have{padding: 0;background:url(../images/have_bg.png) repeat;background-size: cover;text-align: center;position: relative;padding: 60px 0 79px 0; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin:0 0 145px 0;}
.have .new_form{display:block;}
.have .new_tab h3 {font-size:40px;line-height: 42px;color: #ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;padding: 14px 0 30px 0;text-align: center;}
.have .new_tab {position: static;height: 100%;text-align: center;width: 735px;left: 0;margin: 0 auto;}
.have .fom_sec{padding:0 40px;}
.have .fom_sec1 {padding: 16px 40px;}


.meet_team .meet_in > h3 {padding: 0 0 51px 0;}
.meet_team .meet_blk > span {padding:0 3px 13px 3px;}
.meet_team .meet_blk{background:#f7f8f9;padding:0 0 20px 0;}
.meet_team ul li {margin: 0 0 19px 0;}

.corpo .sunni_in {margin: 0;padding: 56px 0 149px 0;}
.corpo .sunni_in h3 {padding:0 0 32px 0;font-family: 'CenturyGothic';font-size: 30px;line-height: 32px;}
.corpo .sunni_blk_rgt {margin: 0;padding: 0 0 0 13px;}
.corpo .sunni_blk_rgt p {padding: 0 0px 18px 0px;}
.corpo .sunni_blk_rgt .cor p{margin:0;padding:0;}
.corpo .sunni_blk_rgt .cor p a{color:#282626}
.corpo .sunni_blk_rgt .cor{margin:0;padding:0 0 35px 0;}
.map_in5{padding:46px 0 0 0;}

.meet_team .meet_blk figure.mob_show{display:none;}
.meet_team .meet_blk figure.mob_hide{display:block;}
.meet_team .meet_blk h3.mob_show{display:none;}
.meet_team .meet_blk h3.mob_hide{display:block;}
.meet_team .meet_blk span.mob_show{display:none;}
.meet_team .meet_blk span.mob_hide{display:block;}
.dropdown-header {margin: 0;padding: 16px 0 14px 0;font-family: 'CenturyGothic-bold';background: #fff;font-size: 20px;line-height: 20px;display: block;color: #000033;border-radius: 2.5px;}
.vic .dropdown-header span{margin:0;padding:20px 39px 16px 39px;width:100%;display:block;}
.vic .bootstrap-select.btn-group .dropdown-menu.inner{max-height:275px !important;}
.aqua .bootstrap-select.btn-group .dropdown-menu.inner{max-height:275px !important;overflow-x: hidden;}
.our_team .vic .bootstrap-select.btn-group .dropdown-menu.inner li a {margin: 0;padding: 15px 30px 15px 65px;border-radius: 0;}
.banner5 .bootstrap-select.btn-group .dropdown-menu {margin: 4px 0 0 0;border:none;}

.corpo .video_pop video {height: 701px;border: 0;object-fit: cover;}
.corpo .sunni_in .sunni_blk_lft  h3 {display:none;}
.have .new_form_in > ul > li {border-bottom: 1px solid #cccccc;}
.have .new_form_in > ul > li.lst {border-bottom:none;}


.our_team_blk .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    left: 11px;
    margin-top: 14px;
}

/*-----------------------------------inner6-------------------------------------*/
.top_in span.louis{margin:0;padding:19px 0 122px 0;display:inline-block;}
.cara_in6 ,.cara_in6 .main {height: 1220px;}
.cara_in6.owl-carousel .owl-stage-outer {height: 1220px;}
/*
.cara_in6 .main {background: url(../images/banner0.jpg) no-repeat center top;background-size:cover;}
.cara_in6 .main1 {background: url(../images/banner1.jpg) no-repeat center top;background-size:cover;}
.cara_in6 .main2 {background: url(../images/banner2.jpg) no-repeat center top;background-size:cover;}
*/

.buy_in6 ul li.hid a:active, .buy_in6 ul li.hid a:focus {background: #00ae9e;}
.buy_in6 ul li.buy_link a{background: #00ae9e;}
.search_in6 .button {background: url(../images/search.png) no-repeat center center #00ae9e;}
.buy_in6 ul li.hid a:active:after, .buy_in6 ul li.hid a:focus:after {background: url(../images/triangle1.png) no-repeat;}
.buy_in6 ul li.buy_link a:after {background: url(../images/triangle1.png) no-repeat;}

.partner_in6 .partner_in ul li a {background: #00ae9e;}
.get_in6:before{display:none;}
.get_in6:after{display:none;}
.get_in6 .search1 .button {background: #00ae9e;}


.park{margin:0;padding:0 0 143px 0;}
.park_in{margin:0 auto;padding:0;width:1060px;text-align:center;}
.park_in h4{margin:0;padding:0 0 36px 0;font-family: 'CenturyGothic';font-size:30px;line-height:32px;color:#00002e;font-weight: normal}
.park_in h4 span{font-family: 'CenturyGothic-Bold';}
.park_in > img{width:100%;height:auto;}
.park_top{margin:0;padding:0 0 13px 0;text-align:left;}
.park_down{margin:0;padding:36px 0 0 0;}
.park_lft{}
.park_lft h4{margin:0;padding:0 0 29px 0;font-family: 'CenturyGothic';font-size:24px;line-height:26px;color:#00002e;font-weight:normal;}
.park_lft p{margin:0;padding:0 0 38px 0;font-family: 'CenturyGothic';font-size:16px;line-height:18px;color:#00002e;}
.park_lft a{margin:0;padding:13px 0 13px 0;font-family: 'CenturyGothic';font-size:20px;line-height:22px;background:#00002e;color:#ffffff;width:345px;display:inline-block;}
.park_lft a.b_pay{padding:0;background:none;display:none;margin:0 auto;}

.buy_gp .park_lft a.b_pay{display:block;}
.park_rgt{margin:0;padding:0 0 0 14px;text-align:left;}
.park_rgt h4{margin:0;padding:0 0 29px 0;font-family: 'CenturyGothic-Bold';font-size:24px;line-height:26px;color:#00002e;}
.park_rgt p{margin:0;padding:0;font-family: 'CenturyGothic';font-size:16px;line-height:23px;color:#00002e;}
.park_rgt ul{margin:0px 0 0 0;padding:28px 0 0 0;}
.park_rgt ul li{margin:0;padding:0 0 4px 0;font-family: 'CenturyGothic';font-size:16px;line-height:18px;color:#00002e;}
.park_rgt ul li a.blu{color:#2cace3;}


.get_in6 .get_blk p {font-size: 22px;line-height: 27px;}
.get_in6 .get_cnt p {margin: 0;padding: 0 0 0px 0;font-family: 'CenturyGothic';font-size: 22px;line-height: 24px;font-weight: normal;color: #ffffff;width:44%;display:inline-block;float:left;text-align:left;}

.get_in6 .search1 {width: 56%;display: inline-block;float:left;background: none;padding: 0px 0 0px 40px;display: inline-block;margin: 0;border-radius: 0px 5px 5px 0px;}
.get_in6 .search1 .text {width: 69.8%;}
.get_in6 .get_cnt {padding:73px 0 76px 0;}
.get_in6  {background: rgba(161, 161, 161, 0.5);}







.best_rgt										{margin:0 0 73px 0;padding:26px 20px 0 23px;width:100%;display:inline-block;float:left;}
.typi											{margin:13px 0 54px 0;padding:0;display:block;background:#ffffff;position:relative}
.typi_in										{margin:0;padding:0 0 13px 0;display:block;}
.typi											{display:block;}
.typi_in										{display:block;}
.typi_cnt										{margin:0;padding:0;display:block;}
.typi_cnt ul									{margin:0;padding:0;width:100%;display:block;}
.typi_cnt ul li.thick							{margin:0;padding:3px 0px 1px 0px;width:100%;display:block;}
.typi_cnt ul li									{margin:0;padding:0px 0px 0px 0px;width:100%;}
.typi .thick .zile1								{margin:0;padding:0;width:100%;display:table;border-bottom:1px solid #dadada;}
.typi .lst .zile1{border:none;}
.typi .zile1									{margin:0;padding:21px 0 18px 15px;width:100%;display:table;border-bottom:1px solid #b1b1b1;}
.typi .nobod									{border-bottom:none;}
.typi .zile1 h3									{margin:0;padding:0;font-family: 'CenturyGothic';font-size:16px;line-height:21px;color:#555555;font-weight:normal;display:block; margin:0; text-decoration:none;}
.typi .zile1 h3 a								{color:#555555;}

.black h3										{color:#000000;padding:22px 0 22px 0;}
.typi_cnt > ul >li								{}
.typi_cnt ul li .zile1 .box						{margin:0;padding: 0;width:5%;display:table-cell;vertical-align:middle;text-align:center;}
.typi_cnt ul li .zile1 .ash						{margin:0;padding: 0;width:11%;display:table-cell;vertical-align:middle;}
.typi_cnt ul li .zile1 .plan					{margin:0;padding:0 0 0 0px;width:16%;display:table-cell;vertical-align:middle;text-align:left;}
.typi_cnt ul li .zile1 .cat						{margin:0;padding:0 0 0 0px;width:19%;display:table-cell;vertical-align:middle;text-align:left;}
.typi_cnt ul li .zile1 .sub						{margin:0;padding:0 0 0 0px;width:14%;display:table-cell;vertical-align:middle;text-align:left;}
.typi_cnt ul li .zile1 .due						{margin:0;padding:0 10px 0 0px;width:20%;display:table-cell;vertical-align:middle;text-align:left;}
.typi_cnt ul li .zile1 .task					{margin:0;padding:0 0 0 0px;width:14%;display:table-cell;vertical-align:middle;text-align:left;}


.custom-checkbox								{position: relative; }
.custom-checkbox input							{position: absolute; left: 2px;	top: 3px; margin: 0; z-index: 0;display:none;}
.custom-checkbox label							{display: block; position: relative; z-index: 1; font-size:20px; line-height: 1; padding:5px 0 5px 12px;	margin:5px 0; cursor: pointer;}
.custom-checkbox label 							{background: url(../images/checkbox.png) no-repeat;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:16px;color:#666666;font-weight:normal;}
.custom-checkbox label							{background-position:14px -3px;}
.custom-checkbox label.checked					{background-position:14px -42px;}


.check1 .custom-checkbox						{position: relative; }
.check1 .custom-checkbox input					{position: absolute; left: 2px;	top: 3px; margin: 0; z-index: 0;}
.check1 .custom-checkbox label					{display: block; position: relative; z-index: 1; font-size:20px; line-height: 1; padding:5px 0 5px 28px;	margin:5px 0; cursor: pointer;}
.check1 .custom-checkbox label 					{background: url(../images/checkbox.png) no-repeat;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:16px;color:#666666;font-weight:normal;}
.check1 .custom-checkbox label					{background-position: 1px -1px;}
.check1 .custom-checkbox label.checked			{background-position:1px -35px;}


.myList > li{display:none ;}
.typi .loadMore_1 {margin: 112px auto 22px;}
.ins_times {position: relative;width: 336px;background:#00002e;margin: 13px auto 30px;text-align: center;color: #ffffff;font-size: 20px;font-family:'CenturyGothic';line-height: 22px;font-weight: 400;cursor: pointer;border: 1px solid #00002e;border-radius: 0px;padding: 12px 0 12px 0;display: block;}
.ins_times:hover {color:#fff;}	
.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {margin: 0;padding: 7px 0px;color: #00aeef;font-family: 'CenturyGothic';font-size: 22px;text-decoration: none;outline: none;line-height: 24px;vertical-align: middle;background: none;box-shadow: none;border-radius: 4px;zoom: 1;}
.typi_cnt ul li .calender{display:none;}


.ms-res-ctn.dropdown-menu {-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15 );border:none;margin:4px 0 0 0;}






/*----------------------------------inner7--------------------------------*/
.neg{margin:0;padding:0;}
.neg_in{margin:0;padding:20px 0 11px 0;}
.logo_in1{margin:0;padding:15px 0 0 0;float:left;display:inline-block;}
.logo_in2{margin:0;padding:0;float:right;display:inline-block;}

.winning{margin:0;padding:0;background:url(../images/winning_bg.png) no-repeat; background-size:cover;}
.winning_in{margin:0;padding:154px 0 117px 0;text-align:center;}
.winning_in h2{margin:0;padding:0 0 66px 0;font-family: "Source Sans Pro", sans-serif;font-size:60px;line-height:70px;font-weight:400;color:#ffffff;}
.winning_in h2 span{font-weight:600;}
.winning_in a{margin:0 0 36px 0;padding:17px 0 19px 0;font-family:'CenturyGothic';font-size:20px;line-height:22px;font-weight:normal;background:#0b223c;color:#ffffff;width:280px;display:inline-block;text-transform:uppercase;}
.winning_in p{margin:0;padding:0;font-family: "Source Sans Pro", sans-serif;font-size:22px;line-height:24px;font-weight:400;color:#ffffff;}
.winning_in p span{font-style:italic;font-weight:600;}



.here{margin:0;padding:0;background:#dee0e3;}
.here_in{margin:0;padding:56px 0 46px 0;text-align:center;}
.here_in p{margin:0;padding:0 36px 0 0;font-family: "Source Sans Pro", sans-serif;font-size:24px;line-height:26px;font-weight:400;color:#252525;display:inline-block;}
.here_in a{margin:0;padding:18px 34px 17px 34px;font-family:"Source Sans Pro", sans-serif;font-size:20px;line-height:22px;font-weight:normal;background:#accc2b;color:#252525;display:inline-block;text-transform:uppercase;}


.inner7 .footer_in {margin: 0;padding: 44px 0 40px 0;text-align: center;}
.inner7 .footer_down ul li {padding: 0 0px 0 6px;}
.inner7 .footer_down_in ul li {padding: 0 18px 0 18px;}


.meet_team .meet_in {margin: 0 auto;padding: 0px 0 0px 0;}

/*----------------------------------inner8--------------------------------*/
.join_our                                   {}
.join_our .buying_in                        {max-width: 100%;}
.join_our .buying_in p                      {padding: 4px 0 17px 0;}
.own                                        {background: url(../images/own_bg.jpg) no-repeat;padding: 71px 0 135px 0;background-size: cover;}
.own p                                      {font-size: 30px;line-height: 44px;color: #ffffff;font-family: 'CenturyGothic';font-weight: normal;padding: 20px 0 30px;cursor: pointer;}
.own .new_in > a                            {font-size: 22px;line-height: 22px;padding: 13px 0;}


.sales_agent                                {padding: 0px 0 149px 0;}
.sales_agent .due_in                        {padding: 25px 0px 0 0px;}
.sales_agent .due_cnt_in2 h3                {padding: 0 12px 10px 12px;}

.getting                                    {padding:60px 0 84px 0;}
.getting .buying_in                         {max-width: 100%;padding: 26px 10px 26px 10px;}
.getting .buying_in h2                      {font-size: 30px;line-height: 44px;color: #00002e;font-family: 'CenturyGothic-Bold';font-weight: normal;padding: 20px 0 0px;}
.getting .buying_in h4                      {font-size: 16px;line-height:22px;color: #231f20;font-family: 'CenturyGothic-Bold';font-weight: normal;padding: 0px 0 15px 0;}
.getting .buying_in p                       {padding: 4px 0 18px 0;}
.getting .buying_in p.para1                 {font-size: 24px;line-height: 30px;color: #00002e;font-family: 'CenturyGothic';font-weight: normal;padding: 0px 0 44px 0;}

.careers                                    {background: url(../images/career_bg.jpg) no-repeat ;background-size:cover; padding:0;}
.careers .new_tab                           {width: 1060px;}
.careers .new_form_in                       {padding:94px 20px 71px 22px;width: 342px;background: #fff;float: right;}
.careers .new_form_in h4                    {font-size:24px;line-height:30px;color: #00002e;font-family: 'CenturyGothic-Bold';font-weight: normal;padding:0px 0 28px 0;}
.careers .new_form_in p                     {font-size: 20px;line-height: 26px;color: #00002e;font-family: 'CenturyGothic';font-weight: normal;padding: 0px 0 98px 0;}
.careers .new_form_in a                     {position: relative;width:100%;background: #00002e;margin: 13px auto 30px;text-align: center;color: #ffffff;font-size: 22px;font-family: 'CenturyGothic';line-height: 22px;font-weight: 400;cursor: pointer;border: 1px solid #00002e;border-radius: 0px;padding: 12px 0 12px 0;display: block;}
.careers .new_form_in ul                    {display: inline-block;padding: 8px 0 19px 0;display: none;}
.careers .new_form_in > ul > li             {border: none;margin: 0 0 10px 0;}
.careers .fom_sec                           {padding: 0 25px;border: 1px solid #cccccc;}

.career_hide.careers .new_form_in ul        {display: block;}
.career_hide.careers .new_form_in p         {display: none;}

.call_today                                 {}
.call_today .meet_in > h3                   {padding: 0 0 8px 0}
.call_today ul                              {text-align: center;}
.call_today ul li                           {float: none;display: inline-block;vertical-align: top;}


.tabs-cnt                                   {margin: 0;padding: 0;;width: 100%;background: url(../images/gradient_bg.jpg) no-repeat; background-size: cover;}
.cnt                                        {padding: 146px 0 137px 0;display: none;}
.cnt > h4                                   {font-size: 30px;line-height:32px;color:#ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;margin: 0;text-align: center;padding: 0px 0 5px 0;}
.cnt > p                                    {font-size: 24px;line-height:32px;color:#ffffff;font-family: 'CenturyGothic';font-weight: normal;padding: 0px 0 44px 0;margin: 0;text-align: center;}

.focus                                      {padding: 0 0 18px 0;}
.focus > h5                                 {font-size: 20px;line-height:22px;color:#ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;padding: 0px 0 22px 0;margin: 0;}
.focus > p                                  {font-size: 16px;line-height:20px;color:#ffffff; font-family: 'CenturyGothic';font-weight: normal;padding: 0px 0 20px 0;margin: 0;}
.focus > ul                                 {margin: 0;padding:0 0 50px 0;}
.focus > ul li                              {font-size: 16px;line-height:20px;color:#ffffff;font-family: 'CenturyGothic';font-weight: normal;padding: 0px 0 0px 0;margin: 0;}

.sound                                      {margin: 0;padding: 0;}
.sound > h3                                 {font-size: 30px;line-height:40px;color:#ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;margin: 0;padding: 0px 0 50px 0;}
.sound .text                                {width: 100%;display: inline-block;background: #ffffff;float: left;outline: none;border: none;font-family: 'CenturyGothic';font-size: 20px;line-height: 23px;font-weight: normal;color: #000033;padding: 0px 21px 0px 21px;border: 1px solid #dfe3e6;border-radius: 0px;height: 50px;margin: 0 0 12px 0;width: 43.5%;display: inline-block;}
.button_blk                                 {height: 50px;float: left;display: inline-block;border: none;background:#ffffff;outline: none;margin: 0 0 0 20px;font-family: 'CenturyGothic-Bold';font-size: 20px;line-height: 17px;color: #00002e;font-weight: normal;width: 218px;display: inline-block;border-radius:6px;padding: 0 0px 0 0;}
.button_blk span                            {width: 16px;height: 16px;display: inline-block;background:url(../images/blue_arrow.jpg) no-repeat center center;margin:0 0 0 12px;}


.progress_bar                               {margin: 0;padding:33px 0 125px 0;text-align: center;}
.perso                                      {margin: 0;padding: 0 0 13px 0;}
.perso_in                                   {min-height:568px;}
.perso_lft                                  {margin: 0;padding: 0;}
.perso_lft p                                {font-size: 48px;line-height:58px;color:#ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;margin: 0;padding: 0px 0px 0px 0;}
.perso_lft p.para                           {font-size: 30px;line-height:35px;color:#ffffff;font-family: 'CenturyGothic';font-weight: normal;margin: 0;padding:17px 30px 23px 0;}
.txt_field                                  {width: 100%;display: inline-block;background:none;float: left;outline: none;font-family: 'CenturyGothic';font-size:16px;line-height: 22px;font-weight: normal;color: #ffffff;padding: 6px 0px 0px 0px;border:none;border-bottom:2px solid #fff;border-radius: 0px;height:auto;margin: 0 0 12px 0;width: 100%;display: inline-block;}
.perso_rgt                                  {margin: 0;padding:0 0 0 30px;}
.perso_rgt ul                               {margin: 0;padding: 0;width: 100%;display: inline-block;}
.perso_rgt ul li                            {padding: 0 0 11px 0;margin: 0;width: 100%;/*display: inline-block;*/position: relative}
.gs_0                                       {float: right;display: inline-block;}
.gs_3 span                                  {margin: 0 0 0 4px;}


.fileupload1 .NFI-button                    {border: none;width:100% !important;font-family: 'CenturyGothic';font-size:16px;line-height: 22px;font-weight: normal;color: #ffffff;padding:7px 0 0 0;position: absolute !important;left:0px;top:0px;background:none;opacity: 1;border-radius: 0px;text-align: left !important;cursor: pointer;}
.nicefileinput.NFI-current                  {width:100% !important;height:28px !important;}
.NFI-button:hover                           {background:none;background-size: 100% 100%;}
.NFI-filename                               {width: 100% !important;border-bottom: 2px solid #ffffff;padding: 7px 8px 0px 2px !important;color: #fff;}
.NFI-button                                 {border-radius: 0;}
.NFI-wrapper                                {width:100%;}

.step                                       {display: none;}
.txt_field.valid                            {background: url('../images/check_white.png') no-repeat right center;}
.progress_length                            {width: 500px;margin: 0 auto;background:#bedae9;border-radius: 10px;}
.progress                                   {height: 5px;background: #fff;width: 0;}
.forstep1 .progress_bar                     {display: none;}
.forstep2 .progress_bar                     {display: none;}
.forstep3 .progress_bar                     {display: none;}

.mob_hide1{display: block;}
.mob_show1{display: none;}






/*----------------------------------inner9--------------------------------*/

.question                                   {background: url(../images/submit.jpg) no-repeat; background-size: cover;padding: 60px 0 70px 0;margin: 0 0 101px 0;}
.question .new_form_in > ul > li {padding: 0 0 0px 0;}
.banner9 .banner_in{height: 100%;bottom: auto;top: 0;}
.banner9 {overflow: hidden;}
.banner9 .vid{width: 100%;height: 577px;object-fit: cover;}
.banner9 .banner_in_1{height: 100%;display: table;width: 100%;}
.banner9 .banner_in_2{height: 100%;display: table-cell;vertical-align: middle;width: 100%;}


.banner9 .banner_info h2                    {font-family:'CenturyGothic'; font-size:73px; font-weight: bold;  color:#ffffff; line-height: 62px; padding-bottom: 43px;}
.banner9 .banner_info h2 > span             {font-family:'CenturyGothic'; font-size:50px; font-weight: normal;  color:#ffffff;}
.banner9 .banner_info > a                   {font-family:'CenturyGothic'; font-size:26px; font-weight: normal;  color:#ffffff; border:1px solid #fff; border-radius:30px; padding: 3px 0px; display: inline-block;background: rgba(255, 255, 255, 0.22);width: 294px;position: relative;}
.banner9 .banner_info > a span img          {width: auto; height: auto;}
.banner9 .banner_info > a span              {border-left:1px solid #fff;display: inline-block; padding: 0px 12px 0px 13px;position: absolute;right: 0;top: 0;height: 100%;vertical-align: middle;}
.banner9 .banner_info p                     { display: block;}
.banner9 .banner_info p span                {display: inline-block;font-family:'CenturyGothic'; font-size:20px; font-weight: normal;  color:#ffffff; font-style: italic; margin: 32px 0 12px 0;position: relative}
.banner9 .banner_info p span:before         {content: ''; background: #fff; width: 50px; position:absolute;left: -60px; height: 1px;top: 14px;}
.banner9 .banner_info p span:after          {content: ''; background: #fff; width: 50px; position:absolute;right:-63px;  height: 1px;top: 14px;}
.banner9 .banner_info ul                    {display: block;}
.banner9 .banner_info ul li                 {display: inline-block; padding: 0 8px;}

.your_brand{padding: 0;}
.your_brand .buying_in                      {padding: 90px 0 50px 0;}
.your_brand h2                              {padding-bottom: 7px; text-transform: uppercase;}
.your_brand .buying_in p                    {padding:2px 0 48px 0;font-size: 18px;
line-height: 18px;}
.your_brand .buying_in p.para1              {padding:2px 0 26px 0;}
.culture                                    {width: 100%;margin: 0;padding: 0;position: relative;overflow: hidden;}

.culture .vid                               {width: 100%;height:517px;object-fit: cover;}
.culture figure img                         {width: 100%;height: auto;}
.culture_info                               {position: absolute; text-align: center; top: 50%;;left: 0;right: 0;;width: 100%;transform: translateY(-50%);}
.culture_info h2                            {font-family:'CenturyGothic'; font-size:34px; font-weight: normal; line-height: 37px;  color: #feffff; text-transform: uppercase; text-align: center;}                               

.business                                   {display: block; text-align: center;}
.busines_in                                 {padding: 82px 0 82px 0; text-align: center;}
.busines_in h3                              {text-transform: uppercase; font-family:'CenturyGothic'; font-size:22px; font-weight: normal; line-height:24px; color:#252525; padding-bottom: 17px; }
.busines_in p                               {font-family:'CenturyGothic'; font-size:22px; font-weight: normal; line-height: 37px;  color: #252525;}
.twice_lft                                  {padding: 0; margin: 0;background: #6294ae;position: relative;width: 37%;}
.twice_blk                                  {display: inline-block;   width: 330px; float: right;  vertical-align: middle; position: relative;}
.twice_blk1{width: 100%;height: 100%;position: absolute; right: 10px;}
.twice_blk2{width: 100%;height: 100%;display: table;}
.twice_blk3{width: 100%;height: 100%;display: table-cell;vertical-align: middle; padding: 0 0 71px 21px;}
.twice1 .twice_blk3                         {padding: 0 0 0 20px;}
.twice_blk h3                               {text-transform: uppercase; font-family:'CenturyGothic'; font-size:22px; font-weight: normal; line-height:24px; color:#feffff; padding: 14px 0 14px 0; }
.twice_blk p                                {font-family:'CenturyGothic'; font-size:22px; font-weight: normal; line-height: 34px;  color: #feffff;}
.twice_rt                                   {padding: 0; margin: 0;width: 63%;}
.twice_rt img                               {width: 100%; height: auto;}
.twice1 .twice_lft                          {background: #3d4f6b;}
.profit_in                                  {padding: 126px 0 130px 0; text-align: center;}
.profit_in h2                               {font-family:'CenturyGothic'; font-size:56px; font-weight: normal; line-height: 68px;  color: #000033; text-transform: uppercase;}
.twice2 .twice_lft                          {width: 73.5%;}
.twice2 .twice_lft img                      {width: 100%; height: auto;}
.twice2 .twice_rt                           {background: #612345; position: relative; width: 36.5%; position: absolute; right: 0;}
.twice2 .twice_blk                          {display: inline-block;   width: 330px; float:left;  vertical-align: middle; position: relative;}
.twice2 .twice_blk1                         {width: 100%;height: 100%;position: absolute; left: 20px;}
.twice2 .twice_blk3                         {padding: 0 0 40px 23px}

.we_give h2                                 {font-family: 'CenturyGothic';text-transform: uppercase;padding: 0px 0 77px 0}
.we_give                                    {padding: 118px 0 128px 0;}
.we_give .acc_head h3                       {font-size: 32px;line-height: 32px;font-family: 'CenturyGothic';letter-spacing: -1px;}
.we_give .acc_head                          {padding:14px 39px;text-align: left;}
.we_give .accoridion ul li                  {border-top: none;border-bottom: 1px solid #ccc;}
.want_to                                    {display: block; position: relative;}
.want_to > img                                {width: 100%;height: auto;}
.want_to_in                                 {display: block; position: absolute; top:0; left:0;width: 100%;height: 100%;}
.want_to_blk                                {width: 100%;height: 100%;display: table;}
.want_to_blk1                               {width: 100%;height: 100%;display: table-cell;vertical-align: middle;}

.want_to_blk11{width: 100%;/*position: relative;*/display: block;}

.want_to_blk h2                             {font-family:'CenturyGothic'; font-size:50px; font-weight: normal; line-height: 68px;  color: #000033; padding-bottom: 16px;}
.want_to_blk p                              {font-family:'CenturyGothic'; font-size:28px; font-weight: normal; line-height: 32px;  color: #000033; padding-bottom: 40px;}
.want_to_blk input                          {background: #ffffff; border: 0; outline: none; height: 55px; padding:  0 32px; margin: 0 15px 0 0; width: 290px; font-family:'CenturyGothic'; font-size:16px; font-weight: normal; line-height: 18px;  color: #363636;}
.want_to_blk .btn1                          {background: #00002e; border: none; outline: none; height: 55px; font-family:'CenturyGothic'; font-size:16px; font-weight: normal; line-height: 18px;  color: #f7fcfe; padding: 0 52px;}

.call_today .meet_in > p {padding: 0 0 68px 0;font-size: 20px;}


.want_form{background:url(../images/form_bg.png) no-repeat center center;background-size: cover;position: absolute;left: 0;width: 100%;top:0;/*margin-top: -55px;*/z-index: 1;display: none;}
.progress_bar                               {margin: 0;padding:33px 0 125px 0;text-align: center;}
.perso1                                      {margin: 0;padding: 0 0 13px 0;}
.perso_in1                                   {min-height:678px;}
.perso_lft1                                  {margin: 0;padding: 0;}
.perso_lft1 p                                {font-size: 48px;line-height:58px;color:#ffffff;font-family: 'CenturyGothic-Bold';font-weight: normal;margin: 0;padding: 0px 0px 0px 0;}
.perso_lft1 p.para                           {font-size: 30px;line-height:35px;color:#ffffff;font-family: 'CenturyGothic';font-weight: normal;margin: 0;padding:17px 30px 23px 0;}
.perso1 .txt_field                                  {width: 100%;display: inline-block;background:none;float: left;outline: none;font-family: 'CenturyGothic';font-size:16px;line-height: 22px;font-weight: normal;color: #252525;padding: 6px 0px 11px 0px;border:none;border-bottom:1px solid #cccccc;border-radius: 0px;height:auto;margin: 0 0 0px 0;width: 100%;display: inline-block;}
.perso_rgt1                                  {margin: 0;padding:0 0 0 0px;}
.perso_rgt1 ul                               {margin: 0;padding: 0;width: 100%;display: inline-block;}
.perso_rgt1 ul li                            {padding: 0 0 5px 0;margin: 0;width: 100%;display: inline-block;position: relative;display: none;}
.perso_rgt1 ul li.show{display: block;}
.perso_rgt1 p                                 {font-family: 'CenturyGothic';font-size:16px;line-height: 22px;font-weight: normal;color: #252525;padding:9px 0px 0px 44px;margin:34px 0 0px 0;width: 100%;display: inline-block; background:url(../images/account.png) no-repeat left center;}

.want_form_in h3{font-size: 30px;line-height:36px;color:#000033;font-family: 'CenturyGothic';font-weight: normal;margin: 0;padding:128px 0px 23px 1px;}
.want_form_in h3 span{font-style: italic;}

.progress1{text-align: left;}
.progress_bar1 {padding: 2px 0 59px 0;}


.unlimited                                      {width: 100%; display: block;}
.unlimited_lft                                  {display: inline-block; width: 54%; float: left;padding: 0 0 0 12px;}
.unlimited_lft h3                               {font-family:'CenturyGothic'; font-size:36px; color: #000033;font-weight: normal; display: block; text-transform: uppercase; padding: 0 0 20px 0; line-height: 61px;}
.unlimited_lft h2                         {font-family: 'CenturyGothic-Bold'; font-weight: normal;font-size: 62px;line-height:57px;padding:0 0 39px 0;}



.unlimited_lft h2 sub                           {font-family:'CenturyGothic';font-size: 18px;bottom: 0;left: 10px;}
.unlimited_lft p                                {font-family:'CenturyGothic'; font-size:20px; color: #000033;font-weight: normal; display: block; line-height: 22px;}
.unlimited_lft p span                           {font-style: italic;}
.unlimited_rt                                  {display: inline-block; width: 46%; float: left;padding: 0 0 0 12px;}
.unlimited_rt h3                               {font-family:'CenturyGothic'; font-size:36px; color: #000033;font-weight: normal; display: block; text-transform: uppercase; padding: 0 0 20px 0; line-height: 61px;}
.unlimited_rt h2                          {font-family: 'CenturyGothic-Bold'; font-weight: normal; font-size: 62px;line-height: 57px;padding: 0 0 39px 0;}
.unlimited_rt h2 sub                           {font-family:'CenturyGothic';font-size: 18px;bottom: 0;left: 10px;}
.unlimited_rt p                                {font-family:'CenturyGothic'; font-size:20px; color: #000033;font-weight: normal; display: block; line-height: 22px;}
.unlimited_rt p span                           {font-style: italic;}

.fileupload1 .NFI-button.textnone{font-size: 0;background:url('../images/check_white.png') no-repeat right center;}

.perso1 .txt_field{background: url(../images/add_icon.png) no-repeat right center;float: none;}
.perso1 .txt_field.valid {background: url(../images/green_tick.png) no-repeat right center;}


.fields_bar{width: 340px;background: #5a787e;border-radius: 5px;}
.feilds_progress{width: 0%;height: 8px;background: #00bcb8;border-radius: 5px;}

.perso_lft1{width: 261px;display:none;float: right;margin: 0;padding: 0;text-align: center;}
.grab_btn{background: #00002e;border: none;outline: none;height: 55px;font-family: 'CenturyGothic';   font-size: 16px;font-weight: normal;line-height: 18px;color: #f7fcfe;padding: 0 10px;width: 195px;}

.perso_lft1 h2 {padding-bottom: 34px;}

.showthanku .perso_lft1{display: inline-block;}



.close_pp{position: absolute;right: 10px;top: 10px;display: none;cursor: pointer;}




.stp {display:none;}
.stp1{display:block;}
.stp  input{float:none;}
.NFI-wrapper{float:none;}
.wizard_step_wrapper {display:none;}
.perso_rgt{min-height:568px;}
.wizard_rt ,.wizard_left{padding:0;}
.perso_rgt ul li .txt_field_fst{margin:0 0 33px 0;}



.perso_lft p.br_none {padding: 0px 25px 0px 0;}
.perso_lft p.br_none br{display: none;}
.nxt{float: right;margin:33px 0 20px 0;background: #5a787e;color: #fff;}






