@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikBlack.otf');

  font-weight: 900;

}



@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikBold.otf');

  font-weight: 700;

}



@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikLight.otf');

  font-weight: 300;

}



@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikMedium.otf');

  font-weight: 500;

}



@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikRegular.otf');

  font-weight: 400;

}



@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikSemibold.otf');

  font-weight: 600;

}





@font-face {

  font-family: 'Graphik';

  src: url('../fonts/GraphikThin.otf');

  font-weight: 200;

}



.home h1, .home h2, .home h3, .home h4, .home h5, .home h6, .home ul, .home ol, .home p{

  margin: 0;

  padding: 0;

}

h1, h2, h3, h4, h5, h6{

font-family: 'Graphik';
color: #000;
font-weight: 600;
}

p{
	font-size: 16px;
    line-height: 28px;
    font-family: 'Graphik';
    font-weight: 400;
    color: #000;
}



a{

  text-decoration: none !important;

  transition: all .4s ease-in-out;

}

b, strong {
    font-weight: 600;
}

header.main_headre {
  width: 100%;
  float: left;
  transition: all 1s ease;
  background: #fff;
  min-height: 90px;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.menu_sect {
  width: 100%;
  float: left;
}

.menu_sect ul li {
  float: left;
  list-style: none;
  padding-left: 50px;
}

.menu_sect ul li:first-child {
  padding-left: 0;

}

.menu_sect ul {
    float: right;
    margin: 0;
}

.menu_sect ul li a {

  font-size: 16px;

  font-family: 'Graphik';

  color: #000;

  padding: 34px 0px;

  display: inline-block;

  position: relative;

}

.logo {
    padding: 20.5px 0;
}

.menu_sect ul li.current_page_item a:after {

	content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #000;
  top: 0px;
  left: 0;
  transition: all .7s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
}


.menu_sect ul li.current_page_item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #000;
  bottom: 0px;
  left: 0;
  transition: all .7s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;

}




.menu_sect ul li a:after {

  content: "";

  position: absolute;

  width: 100%;

  height: 5px;

  background: #000;

  top: 46px;

  left: 0;

  opacity: 0;

  visibility: hidden;

  transition: all .7s ease-in-out;

}



.menu_sect ul li a:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 5px;

  background: #000;

  bottom: 46px;

  left: 0;

  opacity: 0;

  visibility: hidden;

  transition: all .7s ease-in-out;

}



.menu_sect ul li a:hover:before {

  opacity: 1;

  visibility: visible;

  bottom: 0;

}



.menu_sect ul li a:hover::after {

  opacity: 1;

  visibility: visible;

  top: 0;

}





header.main_headre .row {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}





section.banner_sect {

  width: 100%;

  float: left;

  position: relative;

}



.banner_area {
    width: 100%;
    float: left;
    position: relative;
    overflow-x: hidden;
}



.banner_img {

  width: 100%;

  float: left;

}



.banner_img img {

  width: 100%;

  float: left;

}



section.banner_sect [class*="col-"] {

  padding: 0;

}

.metaslider .caption-wrap .caption img {
    width: 100%!important;
    max-width: 350px!important;
}

.banner_cont {

  position: absolute;

  top: 30%;

  left: 50%;

  transform: translateX(-50%);

  text-align: center;

}




.banner_btn a {
    text-transform: uppercase;
    font-family: 'Graphik';
    font-weight: 400;
    background: #000;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 13px 35px 10px;
    border-radius: 5px;
    margin-top: 40px;
}


.banner_btn a:hover {
    background: #c7c7c7;
    color: #000;
}




.banner_big_area {

  width: 100%;

  float: left;

  position: relative;

}





.banner_main_area {

  width: 100%;

  float: left;

  clip-path: polygon(0 0, 100% 0%, 100% 64%, 0% 100%);

}



.banner_botom {

  width: 76%;

  height: 430px;

  background: #000;

  position: absolute;

  right: 0;

  bottom: 0%;

  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 61%);

  z-index: -1;

}





.about_cont h3 {

  font-size: 35px;

  text-transform: capitalize;

  font-family: 'Graphik';

  font-weight: 600;

  color: #000;

  margin-bottom: 15px;

}





section.about_sect {

  width: 100%;

  float: left;

  position: relative;

  margin-top: 20px;

}



section.about_sect::before {

  content: "";

  position: absolute;

  width: 370px;

  height: 100%;

  background: url(../img/dots.png) no-repeat;

  right: 0;

  top: -10px;

  opacity: 0.4;

}





.about_cont p {

  font-size: 16px;

  line-height: 28px;

  font-family: 'Graphik';

  font-weight: 400;

  padding-bottom: 15px;

}





.about_cont a {

  text-transform: uppercase;

  font-family: 'Graphik';

  font-weight: 400;

  background: #000;

  color: #fff;

  display: inline-block;

  padding: 11px 22px;

  border-radius: 5px;

  margin-top: 10px;

  font-size: 14px;

}





.about_cont_img img {

  padding-top: 25px;

}





section.about_sect .col-lg-4 {

  width: 35%;

}





section.about_sect .col-lg-8 {

  width: 65%;

}





.about_cont {

  width: 92%;

  padding-left: 10px;

}





.about_img img {

  width: 100%;

  height: 535px;

  object-fit: cover;

}



section.about_sect .container-fluid {

  padding: 0 120px;

}



.about_cont_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}



section.service_sect {

  width: 100%;

  float: left;

  margin-top: 90px;

  margin-bottom: 90px;

}



section.service_sect .container-fluid {

  padding: 0 120px;

}







section.service_sect .col-lg-4 {

  width: 35%;

}





section.service_sect .col-lg-8 {

  width: 65%;

}



.about_cont h4 {

  font-family: 'Graphik';

  font-size: 22px;

  font-weight: 500;

  color: #000;

  font-style: italic;

  margin-bottom: 15px;

}



section.service_sect .about_cont {

  width: 100%;

  padding-left: 10px;

}



.about_cont_area {

  width: 90%;

}





section.service_sect .about_img img {
    width: 100%;
    height: 605px;
    object-fit: cover;
}




section.Leases_sect {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../img/bg-1.jpg) no-repeat;
    position: relative;
    z-index: 1;
    padding: 35px 0px 68px;
    margin-bottom: 80px;
}



section.Leases_sect::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgb(0 0 0 / 75%);

  left: 0;

  top: 0;

  z-index: -1;

}



section.Leases_sect  .container-fluid {

  padding: 0 120px;

}



.Leases_sect_heading h2 {

  font-size: 35px;

  text-transform: capitalize;

  font-family: 'Graphik';

  font-weight: 600;

  color: #fff;

  padding-bottom: 25px;

}





.item {

  background: #fff;

}



.itm_cont h3 {

  font-size: 14px;

  text-transform: uppercase;

  color: #000;

  font-family: 'Graphik';

  line-height: normal;

  margin-bottom: 25px;

}



.itm_cont h4 {

  font-size: 14px;

  text-transform: capitalize;

  color: #000;

  font-family: 'Graphik';

}



.itm_cont ul li {

  list-style: none;

  float: left;

  width: 33.3%;

  text-align: center;

}





.itm_cont ul {

  width: 100%;

  float: left;

  margin: 23px 0 45px;

}





.itm_cont ul li h5 {

  width: 25px;

  height: 25px;

  background: #edf0f7;

  border-radius: 50%;

  text-align: center;

  line-height: 25px;

  font-family: 'Graphik';

  font-size: 12px;

  margin: 0 auto;

}





.itm_cont ul li p {

  font-family: 'Graphik';

  font-size: 13px;

  color: #6E6E6C;

  text-transform: capitalize;

  margin-top: 5px;

}



.itm_cont ul li p i {

  width: 30px;

}



p.adress {

  width: 100%;

  display: flow-root;

  font-size: 13px;

  color: #000;

}





.itm_cont {

  padding: 20px 0px 18px;

}





footer.main_footer {

  width: 100%;

  float: left;

  background: url(../img/footer-bg-1.jpg) no-repeat;

position: relative;
	background-size: cover;

}





footer.main_footer::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgb(0 0 0 / 80%);

}





footer.main_footer h3 {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    margin-bottom: 20px !important;
    margin: 0;
}





.footer_box_1 ul li, .footer_box_1 ul li a {

  list-style: none;

  font-size: 16px;

  color: #fff;

  font-family: 'Graphik';

  font-weight: 400;

  display: flex;

  align-items: baseline;

}





.footer_box_1 ul li i {

  width: 25px;

}

.footer_box_1 ul li {

  line-height: 32px;

}





.footer_box_2 {

  width: 100%;

  background: #fff;

  padding: 41px 0px 20px;

}



.footer_box_2 ul {

  width: 100%;

  text-align: center;

}



.footer_box_2 ul li {

  display: inline-block;

  padding: 0 11px;

}



.footer_box_2 ul li:last-child {

  padding-right: 0;

}

.footer_box_2 ul li:first-child {

  padding-left: 0;

}





.footer_box_2 ul li a {

  font-size: 16px;

  font-family: 'Graphik';

  font-weight: 400;

  color: #000;

}





.footer_box_3 {

  text-align: center;

  float: right;

}



.footer_box_3 a {

  color: #fff;

  font-size: 16px;

  padding: 0 4px;

}



footer.main_footer [class*="col-"]:nth-child(1) {

  width: 29%;

}



footer.main_footer [class*="col-"]:nth-child(2) {

  width: 42%;

  text-align: center;

}





footer.main_footer [class*="col-"]:nth-child(3) {

  width: 29%;

}



.footer_logo {

  padding-bottom: 90px;

}



.footer_box_1 {

  width: 80%;

  padding-top: 35px;

}



.footer_box_3{

  padding-top: 35px;

}







footer.copy_right {

  width: 100%;

  float: left;

  text-align: center;

  background: #000;

  padding: 18px 0px;

}



.copY-cont p {

  font-size: 16px;

  color: #fff;

  font-family: 'Graphik';

}

.caption-wrap {
    width: 100% !important;
    height: 100%;
    opacity: 1 !important;
    background: transparent !important;
}


.itm_img img {
    min-height: 190px;
    max-height: 190px;
    object-fit: cover;
}

section.about-banner {
    height: 400px;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcum-area {
    background: #ddd;
}

.about-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.about-left ul li{
    float: left;
    margin-right: 3px;
    position: relative;
    z-index: 1;
}


.about-right ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 5px 25px 25px 5px;
    overflow: hidden;
}
.about-right ul li{
    float: left;
    margin-right: 3px;
    position: relative;
    z-index: 1;
}
.about-right ul li:before{ display: none; }
.about-right ul li:after{
    content: "";
    width: 40px;
    height: 100%;
    background: #428dff;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: -1;
}
.about-right ul li:nth-last-child(2):after,
.about-right ul li:last-child:after{ display: none; }
.about-right ul li a,
.about-right ul li a, .about-right ul li:last-child {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 25px 25px 0;
    box-shadow: 5px 0 5px -5px #333;
}
.about-right ul li a {
    background: #000;
}
.about-right ul li:last-child {
    background: #ebf3fe;
    color: #000;
    margin-right: 0;
    margin-left: -15px;
    z-index: 0;
    padding-left: 25px;
    padding-right: 20px;
}

.about-right ul li i {
    display: none;
}




.about-right {
    position: relative;
    top: 2px;
}




.breadcum-area {
    background: #ddd;
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.about-left h1 {
    text-transform: capitalize;
    font-family: 'Graphik';
    font-size: 36px;
    color: #000;
    margin: 0;
}


.entry-content img.xyz {
    width: 100%;
    max-width: 35%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 15px solid #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}

.all-spacing {
    width: 100%;
    float: left;
    padding: 50px 0px;
}


.service_box_1 {
    background: #f2f2f2;
    padding: 30px 20px 10px;
    margin-bottom: 50px;
    position: relative;
}

.service_box_1 h2 {
    position: absolute;
    display: inline-block;
    background: #fff;
    font-size: 26px;
    padding: 5px 20px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
    top: -43px;
    left: 20px;
}

.page-id-54 .all-spacing {
    width: 100%;
    float: left;
    padding: 80px 0px 20px;
}

.itm_area {
    background: #f2f2f2;
    margin-bottom: 30px;
    position: relative;
    transition: all .4s ease-in-out;
}


.itm_area .itm_cont {
    padding: 20px 0px 18px;
    text-align: center;
}

.itm_area .itm_cont ul {
    width: 100%;
    float: left;
    margin: 23px 0 10px;
}

.itm_area .itm_img img {
    width: 100%;
}

.itm_area .itm_cont p i {
    width: 30px;
}

.itm_area:hover {
    box-shadow: 1px 15px 10px rgb(0 0 0 / 40%);
    transform: translateY(-20px);
    background: #fff;
}

.mical_tod_big_img img.xyz {
    width: 100%;
    max-width: 40%;
    float: right;
    border: 10px solid #fff;
    margin-left: 20px;
    margin-bottom: 20px;
    height: 420px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.gallery-inner {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.galler-inner-img img {
    height: 180px;
    object-fit: cover;
}



.adress_box_1 {
    text-align: center;
    background: #dddddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.adress_box_1 i {
    display: block;
    font-size: 50px;
    color: #000;
    margin-bottom: 10px;
}


.adress_box_1 p span {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}


.adress_box_1 p, .adress_box_1 p a {
    color: #000;
    font-size: 17px;
}


.left-side form.wpcf7-form h2 {
    display: none;
}



 form.wpcf7-form {
    width: 100%;
    float: left;
    background: #ddd;
    padding: 20px 19px 0;
}


  form.wpcf7-form .row {
    margin: 0;
}

 form.wpcf7-form h2 {
    font-family: 'Graphik';
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}


  form.wpcf7-form input {
    height: 46px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
}


 form.wpcf7-form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    height: auto;
    border: 0;
    font-family: 'Graphik';
    text-transform: uppercase;
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 9px 52px;
    border-radius: 0;
}

.inner_form iframe {
    width: 100%;
    height: 412px;
}


.inner_form {
    margin-top: 40px;
}

.left-side br {
    display: none;
}

.footer_menu ul {
    padding: 0;
}

footer.main_footer ul {
    padding: 0;
    margin: 0;
}




.about_cont a:hover {
    background: #c7c7c7;
    color: rgb(0 0 0);
}


div#less_slide .owl-nav button {
    width: 50px;
    height: 50px;
    background: #000 !important;
    border-radius: 50% !important;
    font-size: 25px !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div#less_slide button.owl-prev {
    left: -25px;
}

div#less_slide button.owl-next{
	right: -25px;
}


@media screen and (min-width: 1400px){
	section.service_sect {
    width: 100%;
    max-width: 1350px;
    float: none;
    margin: 90px auto;
}
	
	section.about_sect{
		 width: 100%;
    max-width: 1350px;
    float: none;
    margin: 20px auto 0;
	}
}

.breadcum-area {
    display: none;
}

.banner_logo h3 {
    font-family: 'Graphik';
    font-weight: 400;
    text-transform: capitalize;
    font-size: 42px;
}

.banner_logo h3 span {
    text-transform: uppercase;
    font-weight: 900;
}
.mical_tod_big_img h3 {
    text-align: center;
}

.mical_tod_big_img h3 {    
	text-align: left;
    font-family: 'Graphik';
    color: #000;
    font-weight: 600;
}
.col-md-4.place_offer {
    padding: 30px;
    width: 33%;
}
.col-md-4.place_offer ul {
    margin-left: -25px;
}
.col-md-4.place_offer ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Graphik';
    font-weight: 400;
    color: #000;
}
.mical_tod_big_img ul li {
    font-size: 16px;
    font-family: 'Graphik';
    color: #000;
    font-weight: 300;
    line-height: 30px;
}
.mical_tod_big_img p {
    font-size: 16px;
    font-family: 'Graphik';
    color: #000;
    font-weight: 300;
    line-height: 30px;
}
.mical_tod_big_img {
    height: auto;
    margin-top: 30px;
    padding: 25px;
    background-color: #f1f1f1;
}
.mical_tod_big_img h4 {
    padding-bottom: 20px;
    font-family: 'Graphik';
    color: #000;
    font-weight: 600;
}
.Property_Features ul li {
    width: 14%;
    float: left;
    margin: 0px 100px;
}

.mical_tod_big_img span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.feat_inc h4 {
    text-align: start;
    padding: 10px 0px 0px;
}
.Property_Features {
    height: 200px;
}
.licence {
    height: 270px;
}
.licence h4 {
    padding: 0px;
    text-align: left;
}
.space h4 {
    text-align: left;
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 0px;
}

.col-md-4.plc_offer ul {
    padding: 0px 0px 0px 15px;
}
.col-md-3.plc_offer ul {
    padding-left: 15px;
}
.col-md-4.Inc_lude ul li {
    line-height: 33px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Graphik';
}
.col-md-4.Inc_lude {
    padding: 10px 0px;
}
.feat_inc p1 {
    text-align: center;
	line-height: 33px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Graphik';
}
.feat_inc h4 {
    text-align: center;
    padding: 20px 0px 0px;
}
.feat_inc {
    background: #f2f2f2;
    padding: 25px;
    outline: 3px dashed #fff;
    outline-offset: -15px;
    margin-bottom: 25px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin: 40px 0px 20px;
}
.feat_inc h4 {
    text-align: center;
    padding: 20px 0px 0px;
    font-size: 30px;
}
.feat_inc p {
	text-align: center;}

ul li {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Graphik';
    font-weight: 400;
    color: #000;
}
.all-spacing ul {
    padding-left: 20px;
}