@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPTBold.otf');
  font-weight: 400;
}

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6, .home p, .home ul, .home ol{
  margin: 0;
  padding: 0;
}

.home .container-fluid{
	padding:0 15px;
}

.container-fluid{
	padding:0 60px;
}


.all-spacing h1, .all-spacing h2, .all-spacing h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 35px;
    text-transform: capitalize;
    position: relative;
}

.all-spacing h4,.all-spacing h4,.all-spacing h6{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
	color:#000;
	margin-bottom:20px;
}
.page-map-area iframe {
    width: 100%;
}

html, body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

p{
	line-height: 30px;
}
.home p{
	line-height: auto;
}


a{
  text-decoration: none !important;
  transition: all .4s ease-in-out;
}

header.upper_header {
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #fff;
} 

header.upper_header .row {
  display: flex;
  align-items: center;
}

.upper_box_1 {
  width: 100%;
  float: left;
  text-align: right;
}

.metaslider .flexslider {
    overflow-x: hidden;
}
.metaslider .flexslider .slides > li {
    background-color: #000;
}
.metaslider .flexslider .slides > li img {
    opacity: 0.7;
}
/* bootstrap 3 jumbotron start */
.jumbotron {
    padding-top: 160px;
    position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	    margin-bottom: 0;
}
.jumbotron:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.jumbotron h1 {
    font-size: 41px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
}
.jumbotron .container {
    position: relative;
    z-index: 3;
}
ol.breadcrumb {
    background-color: transparent;
    color: #fff;
	    padding: 0;
}
.breadcrumb>.active {
    color: #fff;
    font-size: 16px;
}
.breadcrumb>li a {
    color: #fff;
    font-size: 16px;
}
/* bootstrap 3 jumbotron end */


.all-spacing {
    padding: 60px 0;
}
img.xyz,
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
img.attachment-full.size-full.wp-post-image{
    float: right;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    max-width: 350px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	height:auto;
}

.upper_box_1 p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.upper_box_1 p span a {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 1px 13px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-left: 15px;
    text-transform: capitalize;
	transition: all 0.5s ease;
}

.upper_box_1 p span a:hover {
    background: #0c233f;
    color: #fff;
    border-color: #0c233f;
}

header.menu_sect {
  width: 100%;
  float: left;
}
header.upper_header .container-fluid {
  padding: 0px 60px;
}
.menu_sect ul li {
  list-style: none;
  float: left;
}
.menu_sect ul li a {
  font-size: 15px;
  line-height: 52px;
  font-weight: 400;
  color: #000000;
  padding: 0px 20px 0px 10px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
header.menu_sect .container-fluid {
  padding: 0px 60px;
}
.menu_phone p {
      font-size: 15px;
    line-height: 52px;
    font-weight: 400;
    color: rgb(76, 87, 91);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}
.menu_phone p a{
	font-size: 15px;
	font-weight: 400;
    color: rgb(76, 87, 91);
    font-family: 'Roboto', sans-serif;
}

.menu_sect ul#menu-main-menu {
    margin: 4px 0;
    padding-left: 0;
}
.menu_phone {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header.menu_sect {
      background: rgb(255 255 255 / 70%);
}
.menu_phone i {
    margin: 0px 10px;
    font-size: 15px;
}
section.banner_section .col-md-12 {
  padding: 0;
}
.baner_area_sec img {
  width: 100%;
}
header.menu_sect {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
}
.form_sec h3 {
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  line-height: 66px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}


.form_sec h4 {
    color: white;
    font-size: 28px;
    font-weight: bold;
	text-transform: capitalize;
}


.form_sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.banner_bottom {
  background: #e3e3e3;
  height: 76px;
  width: 100%;
}
.porin h3 {
  text-align: center;
  padding: 20px 0px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.porin span {
  color: #4d4d4d;
  font-weight: 400;
}
.porin i {
  color: #fff;
  line-height: 18px;
  padding: 12px 15px;
  font-size: 17px;
  background: #0c233f;
  border-radius: 5px;
  margin: 0px 20px;
  width: 40px;
  height: 40px;
}                                                                           

section.img_contant_area {
  padding: 70px 0px;
}
.img_area_contant img {
  width: 100%;
  height: 260px;
}
section.img_contant_area .container-fluid {
  padding: 0px 220px;
}
.img_area_contant p {
  line-height: 66px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
section.img_contant_area .col-md-4 {
  padding: 0;
}
.wel_section h3 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.wel_section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  padding: 30px 0px 0px;
}
/* .wel_section span {
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 16%;
  width: 85%;
  left: 18px;
} */
.wel_section a {
  color: #000;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  background-color: #ffe600;
  padding: 17px 30px;
  border-radius: 5px;
  line-height: 100px;
  transition: all 0.5s ease;
}

.wel_section a:hover {
    background: #0c233f;
    color: #fff;
}

.play_img_area {
  width: 100%;
  display: flex;
  justify-content: center;
}
.play_img_area img {
  width: 100%;
}
section.img_play .container-fluid {
  padding: 0 220px;
}
.rent_slider h3 {
    text-align: center;
    font-size: 35px;
    line-height: 66px;
    padding: 0;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 65px auto 35px;
    width: max-content;
	position: relative;
}

.rent_slider h3:after{
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.rent_slider h3:before{
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 100%;
	margin-right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.silder_area_contant img {
  width: 100%;
  height: 205px;
}
.silder_area_contant1 img {
  width: 100%;
  height: 205px;
	object-fit: cover;
	transition: all 0.5s ease;
}
.silder_area_contant1 {
    background: #000;
}
.silder_area_contant1:hover img{
	opacity: 0.5;
}
section.rent_area .col-md-12 {
  padding: 0;
}
.slider_bottom_contant h4 {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 0px 4px;
  text-align: end;
  font-family: 'Roboto', sans-serif;

}
.slider_bottom_contant p {
    font-size: 14px;
    padding: 8px 0px 15px;
    text-align: end;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
}
.slider_bottom_contant span {
  border-bottom: 1px solid #cccccc;
  position: absolute;
  width: 93%;
}

.slider_bottom_contant ul li {
  list-style: none;
  float: left;
  font-size: 14px;
  color: #919190;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.slider_bottom_contant i {
  padding: 0px 7px 0px 0px;
}
ul.sider_area_icon li {
  padding: 0px 20px 0px 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
font-weight: 400;
}
ul.sider_area_icon {
  margin: 42px 3px 0px 0px;
}
ul.sider_area_icon ::before {
  font-size: 20px;
  padding: 0px 10px 0px 0px;
}
.item {
  padding: 0px 12px;
}
.owl-dots {
  display: none;
}
div#slide_1 button.owl-prev span {
    font-size: 60px;
    position: absolute;
    top: 50%;
    width: 10%;
    right: 0%;
    color: #000;
    line-height: 78px;
    z-index: 99;
    transform: translateY(-50%);
}
div#slide_1 button.owl-next span {
  font-size: 60px;
  position: absolute;
  top: 50%;
  width: 10%;
  left: 0%;
  color: #000;
  line-height: 78px;
  z-index: 99;
     transform: translateY(-50%);
} 

.owl-nav.disabled {
    display: block!important;
}

section.rent_area {
  position: relative;
}

section.our_team img {
  width: 100%;
  padding: 100px 0px;
}
section.our_team {
  position: relative;
}
.backround_opacity {
  content: "";
  position: absolute;
  width: 100%;
  height: 548px;
  background: rgb(0 0 0 / 70%)70%;
  z-index: 0;
  top: 100px;
  left: 50%;
  transform: translatex(-50%);
  opacity: 1 !important;
}

section.rent_area .owl-carousel.owl-theme.owl-rtl.owl-loaded.owl-drag {
  position: relative;
}

section.rent_area .owl-carousel::after {
  content: "";
  position: absolute;
  width: 17%;
  height: 100%;
  background: #000;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255,255,255);
  background: linear-gradient(
90deg
, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 59%) 100%);
}

section.rent_area .owl-carousel::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 8%;
  height: 100%;
  background: #000;
  right: -4%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.42620798319327735) 59%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 70%);
}

.team_area h3 {
  font-size: 35px;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  z-index: 999;
  padding: 0px 0px 0px;
  margin-top: 0px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team_area h3:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
	left: 100%;
}
.team_area {
    padding-top: 70px;
}
.team_area h3:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 30px;
	right: 100%;
}
section.our_team:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
section.our_team .item img {
  width: 100%;
  max-width: 135px;
}
section.our_team .item {
  width: 50%;
  margin: 0 auto;
}
.cantant_tram h4 {
  color: #fff;
  z-index: 999;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
}
.cantant_tram p {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section.our_team .item img {
  width: 100%;
  max-width: 135px;
    height: 310px;
  margin: 0 !important;
  padding: 60px 0px 120px!important;
}
.cantant_tram {
  position: absolute;
  top: 70%;
}
.cantant_tram ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 29px;
}

.cantant_tram ul li {
  list-style: none;
}

#slide_2 button.owl-prev span {
  position: absolute;
  font-size: 70px;
  top: 35%;
  left: 0px;
  color: #fff;
}
#slide_2 button.owl-next span {
  position: absolute;
  font-size: 70px;
  top: 35%;
  right: 0px;
  color: #fff;
}

.other_area  h3 {
  text-align: center;
  font-size: 35px;
  line-height: 66px;
  padding: 0px 0px 0px;
  margin-bottom: 30px;	
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;	
}

.other_area  h3:after{
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.other_area  h3:before{
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 100%;
	margin-right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.other_area {
    padding-top: 70px;
}

.img_area_link img {
  width: 100%;
}
.img_area_link1 img {
  max-width: 220px;
  width: 100%;
  height: 80px;
}
.img_area_link1 {
  margin: 100px auto;
  width: 100%;
  justify-content: center;
  display: flex;
} 


.Recent_slider h3 {
  text-align: center;
  font-size: 35px;
  line-height: 66px;
  padding: 40px 0px 40px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  width: max-content;
  margin: 0 auto;
  position: relative;	
}

.Recent_slider h3:before{
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 100%;
	margin-right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.Recent_slider h3:after{
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

section.Recent_area .owl-carousel::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 8%;
  height: 100%;
  background: #000;
  right: -4%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255,255,255);
  background: linear-gradient(
90deg
, rgba(255,255,255,0.42620798319327735) 59%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 70%);
}

section.Recent_area .owl-carousel::after {
  content: "";
  position: absolute;
  width: 17%;
  height: 100%;
  background: #000;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255,255,255);
  background: linear-gradient( 
90deg
, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 59%) 100%);
}

div#slide_3 button.owl-next span {
  font-size: 60px;
  position: absolute;
  top: 50%;
  width: 10%;
  left: 0%;
  color: #000;
  line-height: 78px;
  z-index: 99;
    transform: translateY(-50%);	
}
div#slide_3 button.owl-prev span {
  font-size: 60px;
  position: absolute;
  top: 50%;
  width: 10%;
  right: 0%;
  color: #000;
  line-height: 78px;
  z-index: 99;
    transform: translateY(-50%);	
}
.silder_area_contant a {
  font-size: 35px;
  padding: 10px 60px;
  background: #ffe600;
  position: absolute;
  top: 67px;
  font-weight: 700;
  left: 67px;
  color: #000;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;

}
section.Recent_area {
  background: #ececed;
  margin: 90px 0px 0px;
  padding-bottom: 70px;
}
section.our_say img {
  width: 100%;
}
section.our_say{
  position: relative;
}

.our_say_area h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    z-index: 999;
    padding: 0;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: max-content;
	margin-bottom: 40px;
}

.our_say_back {
    background: rgba(0,0,0,0.5);
    padding: 60px 0;
}

.our_say_area h3:after{
	content: "";
	width: 150px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.our_say_area h3:before{
	content: "";
	width: 150px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 100%;
	margin-right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

section.our_say {
    background-image: url(../img/custmor-say-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    display: block;
    width: 100%;
    height: auto;
    z-index: 99;
    opacity: 1;
    padding-top: 70px;
}

.silder_owlz-cantant p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 300 !important;
    line-height: 25px;
    font-family: 'FuturaPT';
    margin-bottom: 10px;
}
.silder_owlz-cantant h4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 600 !important;
  font-family: 'FuturaPT';

}
.silder_owlz-cantant {
  padding: 0px 70px;
}

#slide_4 button.owl-prev span {
  position: absolute;
  font-size: 60px;
  top: -11%;
  right: 0px;
  color: #fff;
}
#slide_4 button.owl-next span {
  position: absolute;
  font-size: 60px;
  top: -7%;
  left: 0px;
  color: #fff;
}

div#slide_5 button.owl-next span {
  font-size: 60px;
  position: absolute;
  top: 30%;
  width: 10%;
  left: 0%;
  color: #000;
  line-height: 78px;
  z-index: 99;
}

div#slide_5 button.owl-prev span {
  font-size: 60px;
  position: absolute;
  top: 30%;
  width: 10%;
  right: 0%;
  color: #000;
  line-height: 78px;
  z-index: 99;
}

.contant_dummy h3 {
  font-size: 19.96px;
  font-weight: 400;
  padding: 40px 0px 20px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
.contant_dummy ul li {
  list-style: none;
  line-height: 30px;
  color: #b6b6b6;
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;

}
section.dummuy_contant .container-fluid {
  padding: 20px 175px;
}
section.rent_area {
  background: #ececed;
  margin: 90px 0px 0px;
  padding-bottom: 70px;
}
.icon_area ul li {
  list-style: none;
  float: left;
}
.icon_area {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
section.logo_section {
  background: #0c233f;
  margin-top: 0px;
}
.icon_area ul li i {
  background: #fff;
  color: #0c233f;
  padding: 6px 8px;
  margin: 14px 0px;
}
.icon_area ul li a {
  padding: 0px 30px 0px 0px;
  font-size: 20px;
}
.logo_icon img {
  width: 100%;
  height: 55px;
  max-width: 210px;
  margin: 8px 0px;
}
section.logo_section .container-fluid {
  padding: 0px 60px 0px 170px;
}
.icon_area ul {
  margin: 5.5px 0px;
}

section.cantemt_bottom .container-fluid {
    padding: 50px 175px;
}

.contant_dummy1 h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
}
section.cantemt_bottom .contant_dummy1 ul {
    padding: 0;
}
.contant_dummy1 ul li {
  list-style: none;
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
/* .contant_dummy1 ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200px;
  background: #919190;
  right: 40px;
  top: 58%;
  transform: translateY(-50%);
} */
.list_sec ul li {
  list-style: none;
  float: left;
}
.list_sec ul li a {
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #5c5c5c;
}
.list_sec {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer.mein-footer p {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #5c5c5c;
}

footer.mein-footer {
  background: #cecece;
  padding: 12px 0px;
}
.list_sec ul {
  margin: 3px 0px;
}
.contant_dummy1:last-child ul li:after{
  display: none;
}

section.cantemt_bottom .container-fluid {
  padding-bottom: 60px;
}



.contant_dummy1::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #919190;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}


section.cantemt_bottom [class*="col-"]:last-child .contant_dummy1:after {
  display: none;
}

div#slide_2 {
  width: 80%;
  margin: 0 auto;
}




section#text-2 .adress_box_1 {
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}
section#text-2 .adress_box_1 p {
    display: grid;
}
section#text-2 .adress_box_1 p i.fa {
    background-color: #e1c137;
    width: 50px;
    height: 50px;
    padding: 16px 0;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
div#wpcf7-f49-p21-o1 .wpcf7-form-control {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 15px;
    max-height: 150px;
}
div#wpcf7-f49-p21-o1 .wpcf7-form-control.wpcf7-submit {
    width: auto;
    background-color: #e1c137;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 34px;
}
div#wpcf7-f49-p21-o1 .wpcf7-form-control.wpcf7-submit:hover,
div#wpcf7-f49-p21-o1 .wpcf7-form-control.wpcf7-submit:active,
div#wpcf7-f49-p21-o1 .wpcf7-form-control.wpcf7-submit:focus{
	background-color: #000;
}


#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 42px !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
   	padding: 8px 0 !important;
}
div.asl_w .probox .promagnifier {
    height: 42px;
    width: 42px;
    background-color: #0c233f;
    color: #fff !important;
}
div.asl_w .probox .promagnifier .innericon svg {
    fill: #ffffff !important;
}


.slider_bottom_contant ul {
    text-align: left;
}
.slider_bottom_contant ul li{
    float: left;
    text-align: left;
    flex-direction: column;
}
.slider_bottom_contant i {
    padding: 0px 7px 0px 0px;
    float: left;
}
section.cantemt_bottom .contant_dummy1 a {
    list-style: none;
    /* line-height: 30px; */
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 8px !important;
}
section.cantemt_bottom .contant_dummy1 {
    max-width: 191px;
    width: 100%;
}
.gallery-inner .galler-inner-img img {
    height: 180px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}
.mystrs .slider_bottom_contant ul {
    display: contents;
}
.mystrs {
    margin-bottom: 30px !important;
}
.mystrs .slider_bottom_contant ul {
    display: table-cell;
    padding: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.mystrs .slider_bottom_contant p {
    text-align: left;
    margin: 0;
}
.mystrs .slider_bottom_contant h4 {
    text-align: left;
}
.form-section form.wpforms-form input {
    width: 100%;
    max-width: 100% !important;
}
.form-section form.wpforms-form {
    background-color: #dfdfdf;
    padding: 21px;
    border-radius: 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}



/* blog desine setup */

.latest_blog_img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
	margin-bottom: 15px;
	    border: 1px solid #ddd;
}

.latest_blog_img .blog_img_panel {
    overflow: hidden;
}
.latest_blog_img .blog_img_panel img {
        width: 100%;
    transition: all 0.8s;
    height: 200px;
    object-fit: cover;
}
.latest_blog_img:hover .blog_img_panel img,
.latest_blog_img:active .blog_img_panel img,
.latest_blog_img:focus .blog_img_panel img{
    transform: scale(1.5);
}
.latest_blog_img .card-body p {
    margin-bottom: 6px;
}
.latest_blog_img .blog_txt_panel {
    padding: 15px;
}
.latest_blog_img .card-body h3 {
        margin-bottom: 0;
    margin-top: 0;
    color: #1835ff;
}

.wpforms-field-medium {
    max-width: 100%!important;
}
.left-side br {
    display: none;
}

.left-side {
    border: 1px solid #cacaca;
    padding: 30px;
    background: #f5f5f5;
    padding-bottom: 10px;
}

.page-map-area iframe {
    width: 100%;
    height: 443px;
}

.inner_form {
    padding-top: 25px;
}


.single-properties .all-spacing h2::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 4px;
    background: #000;
    bottom: -10px;
    left: 0;
}



.single-properties .all-spacing ul li::after {
    content: "\f015 ";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    top: -2px;
}


.single-properties .all-spacing ul li {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 25px;
}

.single-properties .all-spacing ul {
    padding: 0;
}

.single-properties .all-spacing {
    padding: 60px 0;
    background: #eee;
}

.section.dummuy_contant {
    margin-bottom: 20px;
}

section.cantemt_bottom .row {
    display: flex;
    flex-wrap: wrap;
}


.mystrs {
    padding: 10px;
    border: 2px solid #ccc;
}

.slider_bottom_contant {
    position: relative;
}
.slider_bottom_contant h4 {
    line-height: normal;
    min-height: auto;
}

.col-md-9.clm_nine {
    display: flex;
    flex-wrap: wrap;
}

.col-md-9.clm_nine [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

.form-section h3 {
    margin-top: 0;
}

.form-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
}


ul#menu-main-menu .menu-item-has-children {
	position:relative;
	margin-right: 12px;
}
ul#menu-main-menu .menu-item-has-children:after {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #000;
}
ul#menu-main-menu .menu-item-has-children .sub-menu{
	position: absolute;
	top: 51px;
	z-index: 11;
	background: #00016a;
	right: 0;
	list-style-type: none;
	padding: 0;
	min-width: 200px;
	display:none;
}
ul#menu-main-menu .menu-item-has-children:hover .sub-menu{
	display:block;
}
ul#menu-main-menu .menu-item-has-children .sub-menu li a {
    width: 100%;
    display: block;
    padding-bottom: 5px !important;
    padding: 0px 16px !important;
    padding-top: 0px !important;
    border-right: 0;
	    color: #ffffff;
    background-color: #292929;
	line-height: 49px;
}
ul#menu-main-menu .menu-item-has-children .sub-menu li a:hover, .menu-item-has-children .sub-menu li a:active, .menu-item-has-children .sub-menu li a:focus{
	background-color: #1233ff;
	color: #fff !important;
}

ul#menu-main-menu .menu-item-has-children .sub-menu li {
    float: inherit;
    padding: 0;
}

.review-btn a {
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #ffe600;
    padding: 17px 30px;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
	transition: all 0.5s ease;
}

div#team-box-content {
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9999;
	display: none;
}

section.other_ink {
    position: relative;
    z-index: 0;
}

a#team-box-content-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c233f;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

div#team-box-content-area {
    width: 100%;
    max-width: 800px;
    background: #fff;
    padding: 50px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 30%);
	position: relative;
}

.review-btn a:hover {
    background: #0c233f;
    color: #fff;
}

.review-btn {
    text-align: center;
    position: relative;
    z-index: 999;
}
 
.review-btn button {
    padding: 0;
    background: transparent !important;
    border: 0;
}

.cantant_tram {
    padding: 25px;
    position: relative;
    top: inherit;
}

.team-box {
    width: 100%;
    max-width: 240px;
    margin: 0px auto;
    text-align: center;
    padding: 100px 0;
}

.image_tram img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 0!important;
    object-position: top;
}

section.our_team {
    background-image: url(../img/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	z-index: 0;
}

p:empty {
    display: none;
}

.menu_sect ul li:last-child a {
    padding-right: 0 !important;
}
.menu_sect ul li:first-child a {
    padding-left: 0 !important;
}


div.asl_w .probox .promagnifier {
    width: 38px !important;
    height: 100% !important;
    background: #000 !important;
}

section.our_say::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
}