/*************************8      header css           ****************************************************/

.grecaptcha-badge { visibility: hidden; opacity: 0}

 body {
  overflow-x: hidden;
}
.shrink{background-color:#fff;box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.25);z-index:999;}

.logo {max-width:200px;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
.shrink .logo {max-width:150px;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s; margin:4px 0px;}

.main-nav{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
.shrink .main-nav{padding:5px 0px!important;box-shadow:0px 5px 12px rgba(0,0,0,.5);}

/*.main-nav .logo{margin-top:-17px;}*/
#Navigation{margin:0px;}
.navbar .nav-item{margin:0px;font-size:18px;font-weight:500;letter-spacing:-0.02em;}
.navbar .nav-item .nav-link{color:#fff;}
.navbar .nav-item.active .nav-link,.navbar .nav-item .nav-link:hover{color:rgba(214,169,16,0.7);}

.vl {
    border-left: 1px solid #00000069;
    height: 300px;
}

img.img-social {
    width: 40px;
}
/**********                Home page css       *******************************/

.banner .text-block{position:absolute;top:15%;}
.banner h1{font-size:72px;text-shadow:5px 0px 5px rgba(0,0,0,0.7)}

.bg-home{background:url('../../../../wp-content/uploads/2024/07/124598343_m.jpg') center top no-repeat;background-size:cover;}

.img-about{max-height:300px;}

/**************              Footer                 ******************************/

.banner video{height:550px;}
#MainContent img, video{object-fit:cover; height:350px;}


.footer a{color:#fff;}
.footer a.active,.footer a:hover{color:rgba(214,169,16,0.7);}
.footer .menu-item.active .nav-link, .nav-link:hover{color:rgba(214,169,16,0.7);}
.breadcrumb {
background-color: transparent !important;
padding: 0px !important;
margin-top: 15px;
font-size: 15px;
padding-bottom: 15px !important;
border-bottom: dashed 1px #c2c2c2;
}
.breadcrumb a{ 
color:#7c620c !important;
}
.breadcrumb li.active:before{
content: "\00BB";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
margin-left: 5px;
font-weight: 900;
}

#contact-form p {margin-bottom: unset;}
#contact-form textarea {height: 150px;}
.wpcf7-spinner {display: block !important;}

img.img-fluid.w-100.servi-img {object-fit: cover; height: 350px;}

img.img-fluid.py-3.therpy-img {
    object-fit: cover;
    height: 350px;
}


img.img-fluid.blog-img {width: 450px;}

img.img-fluid.py-2.unity {
    width: 470px;
}


i#checkmark, svg#checkmark {
    color: #1bb827;
    font-size: 3em !important;
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}

.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  letter-spacing:1px;
}
.wrapper-2 h1{
  font-size:4em;
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
 .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(31, 177, 170, 0.2);
} 

  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(31, 177, 170, 0.2);
} 
/********************     Media query       ***************************************/

@media (min-width: 1920px){
	.banner img {height:918px; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
	.page-banner img {height:546px;}
	.mob-logo{display: none !important;}
}

@media (min-width: 1600px){
	.container {max-width: 1560px;}
	.g-4{--bs-gutter-y:2rem!important;--bs-gutter-x:2rem!important;}

	.display-5{font-size:60px;}
	.display-6{font-size:50px;}
	h3{font-size:30px;}
	.fs-18{font-size:20px;}

	.navbar .nav-item{margin:0px 7px;font-size:20px;}
	.bg-home .text-block{width:650px;}

	.img-about{max-height:410px;}
	.mob-logo{display: none !important;}
	
}

@media (min-width: 1400px) and (max-width: 1599.98px){
	.navbar .nav-item{margin:0px 5px;}
	.img-about{max-height:350px;}
	.mob-logo{display: none !important;}
}

@media (min-width: 991.98px) and (max-width: 1499.98px) {   /**                       FOR IPAD   ***********************/
	.navbar .nav-item {font-size:17px;}
	.img-about{max-height:250px;}
	.mob-logo{display: none !important;}
		#about video.video-background {
		height: 400px !important;
		width: 40% !important;
	}
}

@media (max-width: 991.98px) { 
	.py-100,.py-60,.py-80{padding-top:50px;padding-bottom:50px;}
	.img-about{max-height:auto;}
	.w-sm-100{width:100%;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.mob-logo{display: none !important;} 
	
		#about video.video-background {
		height: 350px !important;
		width: 55% !important;
	}
	
	
	.banner video{height:350px;}
}

@media (max-width: 767.98px){
	.container {max-width:100% !important;}
	.desk-logo{display: none !important;}
	
	/*.wp-video-shortcode {height: 700px !important; object-fit: cover;}*/
	
	#about video.video-background {
		height: 350px !important;
		width: 100% !important;
	}
	.banner video{height:250px;}
	.btn {font-size: 14px; padding: 10px 30px;}
}

@media (max-width: 575.98px){
	.navbar-brand {display: block;max-width: calc(100% - 90px);}
	
	/*.wp-video-shortcode {height: 500px !important; object-fit: cover;}*/
	#about video.video-background {
		height: 350px !important;
		width: 100% !important;
	}
	#MainContent img, video {
		object-fit: cover;
		height: 300px;
	}
}

@media (max-width: 375.98px){

	.desk-logo{display: none !important;}
	#MainContent img, video {
    object-fit: cover;
    height: 280px;
}
}
@media (min-width: 550px) and (max-width: 770px){

	.desk-logo{display: none !important;}
}
