a {
  text-decoration: none;
}

body, p, * {
    font-family: 'Roboto', sans-serif;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #1A4349;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 11px 8px rgba(0, 0, 0, 0.25));
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.26vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
 
/**
* Appointment Button *
*/
.appointment-btn {
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  border: 1px solid #fff;
  width: 103px;
  height: 48px;
  text-align: center;
  line-height: 47px;
  font-weight: 300;
  font-family: 'Roboto';
}
.appointment-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
  margin: 0 auto;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 15px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
  font-family: 'Baskervville', serif;
}
.navbar a:hover {
  color: #fff;
}
.navbar .active {
  color: #fff;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
  width: 100%;
  background-size: cover;
  margin-bottom: -20px;
  height: 80.5vh;
  background-repeat: no-repeat;
  background-size: cover;
}*/
#hero {
	width: 100%;
	background-size: cover;
	margin-bottom: 0;
	height: calc(100vh - 195px);
	/* backdrop-filter: blur(4px); */
	background-repeat: no-repeat;
	background-size: cover;
}
#hero .container {
  position: relative;
}
#hero .logo-wrapper {
  padding-top: 100px;
}
#hero .container{max-width: 1920px;}
#hero .container::before {
  content: '';
  background: url("../img/logo-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 190px;
  left: 0;
  margin-top: 117px;
  background-size: contain;
}
#hero .logo-wrapper img {
  position: relative;
}
#hero .container .logo-wrapper {
  max-width: 1360px;
  margin: 0 auto;
}
.vimeo-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
} 
#vision-section .banner-inner, #vision-section img {
  width: 100%;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}
.pt-60{
  padding: 60px 0;
}
.mt-60{
  margin-top: 60px; 
}
.container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}
.bg-gray {
  background: #F2F2F2;
}
p {
  margin-bottom: 0 !important;
  line-height: 34px;
}
.title-wrapper {
	font-family: Roboto;
	font-size: 18px;
}
.sub-content{
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto;
}
/*--------------------------------------------------------------
# Our Vision
--------------------------------------------------------------*/
#vision-section {
  max-height: 700px;
}
#our-vision, #our-vision2 {
	/*font-family: Roboto;*/
	font-size: 16px;
	font-weight: 300;
}
#our-vision p{
  color: rgba(255,255,255,0.8);
  max-width: 750px;
  margin: 0 auto;
}
#our-vision2 p {
  color: rgba(255,255,255,0.8);
  max-width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Six Elements Section
--------------------------------------------------------------*/
#elements-section .container {
  max-width: 1320px;
}
.six-elements a {
	color: #000;
	/* font-family: Roboto; */
	font-size: 16px;
	font-weight: 300;
}

.btn-btn-wrap {
  width: 282px;
  height: 72px;
  color: #1A4349;
  border: 1px solid #1A4349;
  display: block;
  margin: 0 auto;
  line-height: 68px;
  border-radius: 100px;
  font-weight: 700;
  margin-top: 100px;
  font-family: 'Roboto';
  font-size: 18px;
}
.btn-btn-wrap:hover {
  background: #1A4349;
  color: #fff;
}
.vission_img_cstm {
    display: inline-block;
    border: 3px solid #1a4349;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
}

.vission_innr_txt > a {
	transition: all 0.4s ease-in-out;
}
.vission_innr_txt > a:hover {
	transform: scale(1.04);
	transition: all 0.4s ease-in-out;
}
.vission_innr_txt p a{
	transition: all 0.3s ease-in-out;
}
.vission_innr_txt p a:hover {
	color: #548235;
	transition: all 0.3s ease-in-out;
}
.vission_innr_txt:hover a {
	color: #548235;
}
/*--------------------------------------------------------------
# Six Element Page
--------------------------------------------------------------*/

#inner-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
#inner-wrapper .col-md-3 {
  background: #1a4349;
  padding: 30px;
  text-align: center;
}
#inner-wrapper #menu-sidebar {
  display: block;
}
#inner-wrapper .col-md-9 {
  padding: 0;
}
#inner-wrapper .col-md-9 img{
  width: 100%;
}
.small-tt-wrap p {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  line-height: 32px;
}
#inner-wrapper .col-md-3 {
  padding: 110px 50px 20px;
}
#menu-sidebar {
  margin-top: 30px;
}
#menu-sidebar li a {
  background: #fff;
  color: #000;
  border-radius: 100px;
  padding: 10px 50px 8px;
  border: 2px solid #000;
}
.btm-menu-txt p {
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-top: 38px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer, .bg-pattern {
  color: #fff;
  font-size: 14px;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  font-family: 'Roboto';
}
#footer{
  padding-top: 30px;
}
#footer .bottom-links a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 12px;
  text-align: center;
  transition: 0.3s;
}
.footer-content {
  /*font-family: 'Baskervville', serif;*/
  font-size: 18px;
}
.middle-link {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
} 

/*.mobile_viemo_iframe {
	display: none !important;
}*/ 


@media only screen and (max-width: 1920px) {
/*.vimeo-wrapper iframe {
  transform: translate(-50%, -65%);
}*/
}
@media only screen and (max-width: 1400px) {
.vimeo-wrapper iframe {
  transform: translate(-50%, -69.5%);
  height: 56.26vw;
} 
}
@media only screen and (max-width: 1366px) {
.vimeo-wrapper iframe {
	transform: translate(-50%, -59%);
}
}
@media only screen and (max-width: 1280px) {
.vimeo-wrapper iframe {
	transform: translate(-50%, -60%);
}
}

@media only screen and (max-width: 1199px) {
#hero {
	height: calc(100vh - 120px);
}
.vimeo-wrapper iframe {
	transform: translate(-60%, -55%);
}
}
@media only screen and (max-width: 1024px) {
.vimeo-wrapper iframe {
	transform: translate(-60%, -54%);
}

}
@media only screen and (max-width: 991px) {
.vimeo-wrapper iframe {
	transform: translate(-50%, -70%);
}

}

@media only screen and (max-width: 930px) {
.vimeo-wrapper iframe {
	transform: translate(-50.1%, -70%);
} 	  
}
@media only screen and (max-width: 900px) {
.vimeo-wrapper iframe {
	transform: translate(-50.1%, -54%);
} 	  
}

@media only screen and (max-width: 844px) {
.vimeo-wrapper iframe {
	transform: translate(-50%, -54%);
} 	  
}
@media only screen and (max-width: 834px) {
.vimeo-wrapper iframe {
	transform: translate(-50.1%, -55%);
} 	  
}

@media only screen and (max-width: 820px) {
.vimeo-wrapper iframe {
	transform: translate(-50.1%, -55%);
} 	  
}

@media only screen and (max-width: 811px) {
.vimeo-wrapper iframe {
	transform: translate(-75%, -55%);
}	 
}
@media only screen and (max-width: 800px){
/*.vimeo-wrapper iframe {
	transform: translate(-80%, -54%);
}*/	
.vimeo-wrapper iframe {
	transform: translate(-50%, -54%);
} 

}

@media only screen and (max-width: 767px){
#hero {
	height: calc(91vh - 132px);
} 
#footer {
	padding-top: 20px;
}
.vimeo-wrapper iframe {
	transform: translate(-50%, -75%);
}	
/*.desktop_viemo_iframe {
	display: none !important;
}
.mobile_viemo_iframe {
	display: block !important;
} */
p {
    line-height: 26px;
} 
.pt-60 {
    padding: 40px 0;
}
}
@media only screen and (max-width: 736px){
.vimeo-wrapper iframe {
	transform: translate(-50%, -65%);
	left: 50.1%;
}	  
}
@media only screen and (max-width: 667px){
.vimeo-wrapper iframe {
	transform: translate(-50.1%, -70%);
	left: 50%;
}	  
}

@media only screen and (max-width: 430px){
.vimeo-wrapper iframe {
	transform: translate(-70%, -60%);
	left: 0;
} 	 
} 
@media only screen and (max-width: 414px){
.vimeo-wrapper iframe {
	transform: translate(-65%, -60%);
	left: 0;
}	 
} 

@media only screen and (max-width: 384px){
.vimeo-wrapper iframe {
	transform: translate(-70%, -60%);
} 	 
}
@media only screen and (max-width: 375px){
.vimeo-wrapper iframe {
	transform: translate(-65%, -60%);
} 	 
} 
@media only screen and (max-width: 360px){
.vimeo-wrapper iframe {
	transform: translate(-70%, -60%);
} 	 
} 
@media(min-width:2500px){
.vimeo-wrapper iframe {
  transform: translate(-50%, -60%);
}
}
@media only screen and (min-width:1800px) and (max-width: 2499px) {
.vimeo-wrapper iframe {
  transform: translate(-50%, -63%);
}
} 