@font-face {
  font-family: Oswald-VariableFont_wght;
  
   src: url(../font/Oswald-VariableFont_wght.ttf); 
   
   
   
}
.cout11 i{
  font-size: 2.5em !important;
  margin-bottom: 10%;
  margin-top: 10%;
  color: #C2AD76;
}
.slide_right {
  border:none;
  background-position: right;
  background: linear-gradient(to right, #00356f 50%,#632b03 50%) no-repeat scroll right bottom / 210% 100% #007bff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
 
 }
.buticon i{
  font-size: 22px;
}
 .slide_right:hover, .slide_right.active {
  background-position: left;
  color: #ffffff;
 }
.intro {
  height: auto;
  /* min-height: 100vh; */
  text-align: center;
  background-color: teal;
}
.list1a{
  font-family: Oswald-VariableFont_wght;
  /* padding: 0%;*/
} 
.inner li{
font-size: 14px;
}
.list1 li{
  font-family: Oswald-VariableFont_wght;
}
.list1 p{
  font-family: Oswald-VariableFont_wght;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
}

.sld1p{
  background-image: url(../images/testimonial.jpg);
  color: white;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.topsc{
  position: fixed;
 
  right: 2%;
  bottom: 13%;
}

.topsc button{
  width: 45px;
  height: 45px;
  border-radius: 4px;
  border: none;
  background-color: #D40436;
  color: white;
}

@media(max-width:768px){
  .head1a{
    height: auto;
  }

  .carousel-inner .carousel-item img{
    height: 35vh;
  }
  .ar1{
    margin-top: 10px;
  }
  
  .head1a .wtext{
display: none;
  }
}