@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');



body{
	margin:0;
	padding:0;
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

 
a:focus {
    outline-width: 0px !important;
    outline-color: transparent !important;
}
a{
	transition:all .4s;
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px !important;
  }
}
.bnr_btns a:hover {
  background: #fff;
}
.header{
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 999;
}
.fixed-header {
  top: 0px;
  animation: smoothScroll 1s;
  z-index: 999;
  background: #000000a6;
}
.fixed-header .logo img {
  width: 111px;
}
 .fixed-header .primary-navigation li {
    height: 115px;
    line-height: 115px;
  }
  .fixed-header .logo {
  padding-top: 3px;
}
.fixed-header .logoright {
  padding-top: 17px;
}
.logo {
  padding-top: 20px;
}
.logoright {
  padding-top: 33px;
}
.logoright img {
  width: 125px;
}
.banner_sec::before {
  width: 100%;
  height: 99.3%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0000008f;
  z-index: 1;
}
.banner_sec {
  z-index: 1;
  margin-bottom: 0px;
}
.video_txt {
    position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  z-index: 99;
}
.bnr_titl {
font-size: 65px;
  text-transform: capitalize;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto Slab", serif;
}
.bnr_titl strong {
  color: #f18c07;
}
.bnr_txt {
  color: #ededed;
  font-size: 15px;
  padding-top: 390px;
  line-height: 1.6;
  margin-left:-80px;
}
.bnr_btns {
  margin-top: 30px;
}
.bnr_btns a {
  background: #3f82c6;
  padding: 17px 40px;
  border-radius: 50px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.bnr_btns a:last-child {
padding-left: 11px;
  background: #f18c07;
  padding-right: 20px;
  color: #fff;
}
.bnr_btns a img {
  display: inline-block;
  vertical-align: -13px;
  margin-right: 5px;
}
.service_outer {
  margin-bottom: 40px;
}
.serv_sec  {
  margin-bottom: 40px;
  text-align: center;
}
.serv_name {
  position: absolute;
  top: 35px;
  left: 30px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
	font-family: "Roboto Slab", serif;
}
.serv_txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  color: #e1e1e1;
  width: 80%;
  text-align: left;
}
.serv_titl {
font-size: 35px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 50px;
  font-family: "Roboto Slab", serif;
}
.service_outer {
  position: relative;
  overflow: hidden;
}
.serv_pop {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 10px;
  left: -300px;
  white-space: nowrap;
  color: #cccccc5c;
  z-index: -1;
}
.associates-sec img {
  max-width: fit-content;
}
.associates-sec {
  border-top: 1px solid #ececec;
  padding-top: 10px;
}
.abt_titl {
  font-size: 33px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
	font-family: "Roboto Slab", serif;
}
.abt_sub {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
.abt_sub::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background: #477ebb;
  left: 0;
  top: 6px;
  border-radius: 20px;
}
.abt_txt {
  padding-left: 55px;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.6;
}
.about-sec {
  background: #e9f4ff;
  padding: 80px 0;
}
.learn_m {
  margin-top: 35px;
}
.learn_m a {
  background: #f38c08;
  padding: 14px 40px;
  margin-top: 40px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
}
.learn_m a:hover {
  background: #3e82c7;
  color: #fff;
}
.ch_ico {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
.ch_titl {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #232323;
font-family: "Roboto Slab", serif;
}
.ch_txt {
  font-size: 14px;
  color: #4a4a4a;
  padding-right: 10px;
}
.proj_img img {
  border-radius: 5px;
}
.proj_name {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.proj_adrs {
  font-size: 14px;
  color: #707070;
}
.propeerty_sec {
  margin: 70px 0;
}
.brand_sub {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
  font-size: 15px;
}
.brand_titl {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
font-family: "Roboto Slab", serif;
}
.brand_txt {
  color: #484848;
  padding: 0 90px;
  margin-bottom: 50px;
}
.brand_sub {
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}
.brand_story {
  margin-bottom: 100px;
}
.inner_cont_full {
  padding: 60px 0;
  background: #f0f0f0;
  margin-top: 50px;
}
.footer_top {
  background: #0e2c4a;
  padding: 80px 0;
}
.foot_titl {
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
font-family: "Roboto Slab", serif;
}
.foot_titl strong {
  color: #f28d08;
}
.foot_cont {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap:0 120px;
}
.foot_right ul {
  margin: 0;
  padding: 0;
}
.foot_right ul li {
  list-style-type: none;
  text-transform: uppercase;
  padding: 6px 0px;
  font-size: 14px;
}
.foot_right ul li a {
  color: #fff;
}
.social_sec {
  margin-top: 20px;
}
.social_sec a {
  padding: 0 2px;
}
.foot_contact a {
  display: block;
  padding-bottom: 14px;
}
.foot_contact a {
display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 36px;
}
.foot_contact a img {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
.foot_for {
  margin-top: 20px;
}
.form_sell {
  padding: 50px;
  background: #2d3293;
}
.frm_fld p {
  margin: 0 0 15px 0;
}
.frm_fld input, .frm_fld textarea {
  padding: 12px;
  font-size: 15px;
  color: #000;
  width: 100%;
}
.frm_fld textarea {
  height: 90px;
}
.send_btn input {
  background: #3f85c6 !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
}
.send_btn input:hover{
  background: #ffb01e !important;
}
.copyright {
  text-align: center;
  padding: 15px;
  background: #0e3f70;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_banner {
    background: #2d3293 !important;
    background-size: cover !important;
    background-position: center top !important;
    max-width: 100% !important;
    padding: 220px 0 105px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.marq {
  padding: 18px 0;
  background: #4080c4;
  margin-top: -7px;
  margin-bottom: 60px;
  color: #fff;
}
.marq a {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
	font-family: "Roboto Slab", serif;
}
.abt_txt_in {
  text-align: justify;
  font-size: 15px;
  color: #3f3e3e;
  line-height: 26px;
}
.founder_titl {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #f48c07;
font-family: "Roboto Slab", serif;
}
.founder_titl em {
  display: block;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 20px;
  color: #3d83cc;
  letter-spacing: 1px;
}
.inner_cont_btm {
  background: #ececec;
  padding: 70px 0;
  margin-top: 50px;
}
.abt_img img {
  width: 100%;
  border-radius: 10px;
  margin-left: 20px;
  overflow: hidden;
}
.form_contact {
  background: #0e2c4a;
  padding: 25px 30px;
}
.form_contact strong {
  display: block;
  color: #f18c07;
  text-transform: uppercase;
  font-size: 25px;
}
.contact_det ul {
  margin: 0;
}
.contact_det ul li {
  list-style-type: none;
  padding-bottom: 13px;
  font-size: 15px;
  color: #565656;
}
.contact_det ul li a {
  color: #f18b07;
}
.land_cont strong {
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 10px 0;
  font-size: 16px;
	font-family: "Roboto Slab", serif;
}
.land_cont a {
display: block;
  background: #3d82cd;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.land_cont a:hover {
  background: #f48b07;
  color: #fff;
}
.land_img img {
  border-radius: 10px;
}
.fixed-header .primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
    top: 55px;
  }
.fixed-header .primary-navigation li li {
  height: auto;
  line-height: normal;
}
.logo img {
  width: 120px;
}
.vid_sec {
  height: 370px;
  overflow: hidden;
}
.vid_sec img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.vid_sec video {
  height: 100%;
  width: 100%;
  object-fit: none;
}

.abt_img_full {
  width: 100%;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #4dbf5f;
}
@media only screen and (min-width : 300px) and (max-width : 1023px) {
.fixed-header .logo {
  padding-top: 3px;
  padding-bottom: 3px;
}
.video_txt {
  top: 50px;
}
.bnr_titl {
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
  margin-top: 30px;
}
.bnr_btns {
  display: none;
}
.bnr_txt {
  font-size: 12px;
  padding-top: 0;
  margin-left: 0;
  text-align: center;
}
.logo {
  padding-top: 10px;
}
.banner_sec {
  margin-bottom: 0px;
}
.service_outer {
  margin-bottom: 0;
}	
.serv_titl {
  font-size: 25px;
}
.serv_pop {
  font-size: 60px;
}
.about-sec {
  padding: 40px 15px 20px;
}
	.serv_img img {
  width: 100%;
}
	.logo img {
  width: 60px;
}
.ch_cont {
  margin-bottom: 20px;
}
.abt_titl {
  font-size: 25px;
}
.abt_txt {
  padding-left: 0;
  padding-top: 10px;
}
.propeerty_sec {
  margin: 30px 0;
}
.brand_titl {
  font-size: 30px;
  line-height: 1.2;
}
.brand_txt {
  padding: 0;
  font-size: 15px;
}
.brand_story {
  margin-bottom: 50px;
}
.footer_top {
  padding: 30px 0 10px;
}
.foot_titl {
  font-size: 25px;
  margin-bottom: 30px;
}
.foot_cont {
  gap: 0 40px;
}
.foot_contact {
  margin-top: 20px;
}
.copyright {
  padding: 10px;
  font-size: 13px;
}
.page .entry-header, .blog_page_banner {
  padding: 120px 0 55px !important;
  margin: 0 0 30px !important;
}
.abt_txt_in {
  text-align: left;
  line-height: 25px;
}
.abt_img img {
  margin-left: 0;
}
.inner_cont_btm {
  padding: 30px 0;
  margin-top: 40px;
}
.founder_titl {
  margin-top: 10px;
}
.page .entry-title, .blog_page_title {
  font-size: 25px;
}
.form_sell {
  padding: 30px;
}
.contact_det {
  margin-top: 20px;
}
.logoright {
  padding-top: 18px;
}
.vid_sec {
  height: auto;
  margin-bottom: 20px;
}
.inner_cont_full {
  padding: 40px 0;
  margin-top: 30px;
}	
.abt_img_full {
  margin-bottom: 20px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
 
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
   .fixed-header .logo {
  padding-top: 3px;
  padding-bottom: 3px;
}
.video_txt {
  top: 50px;
}
.bnr_titl {
font-size: 34px;
    line-height: 1.3;
    text-align: left;
    margin-top: 90px;
}
.bnr_btns {
  display: block;
}
.bnr_txt {
  font-size: 12px;
	text-align:left;
  padding-top: 240px;
}
.logo {
  padding-top: 10px;
}
.banner_sec {
  margin-bottom: 20px;
}
.service_outer {
  margin-bottom: 0;
}	
.serv_titl {
  font-size: 25px;
}
.serv_pop {
  font-size: 60px;
}
.about-sec {
  padding: 40px 0 20px;
}	
.ch_cont {
  margin-bottom: 20px;
}
.abt_titl {
  font-size: 25px;
}
.abt_txt {
  padding-left: 0;
  padding-top: 10px;
}
.propeerty_sec {
  margin: 30px 0;
}
.brand_titl {
  font-size: 30px;
  line-height: 1.2;
}
.brand_txt {
  padding: 0;
  font-size: 15px;
}
.brand_story {
  margin-bottom: 50px;
}
.footer_top {
  padding: 30px 0 10px;
}
.foot_titl {
  font-size: 25px;
  margin-bottom: 30px;
}
.foot_cont {
  gap: 0 40px;
}
.foot_contact {
  margin-top: 20px;
}
.copyright {
  padding: 10px;
  font-size: 13px;
}
.page .entry-header, .blog_page_banner {
  padding: 120px 0 55px !important;
  margin: 0 0 30px !important;
}
.abt_txt_in {
  text-align: left;
  line-height: 25px;
}
.abt_img img {
  margin-left: 0;
}
.inner_cont_btm {
  padding: 30px 0;
  margin-top: 40px;
}
.founder_titl {
  margin-top: 10px;
}
.page .entry-title, .blog_page_title {
  font-size: 25px;
}
.form_sell {
  padding: 30px;
}
.contact_det {
  margin-top: 20px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.foot_cont {
  gap: 0 80px;
}	 
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}  