@font-face {
  font-family: aFont;
  src: url(fonts/Gilroy-Regular.eot);
  src: url(fonts/Gilroy-Regular.ttf);
}

@font-face {
  font-family: bFont;
  src: url(fonts/Gilroy-Bold.eot);
  src: url(fonts/Gilroy-Bold.ttf);
}

@font-face {
  font-family: cFont;
  src: url(fonts/Gilroy-Light.eot);
  src: url(fonts/Gilroy-Light.ttf);
}

@font-face {
  font-family: dFont;
  src: url(fonts/Gilroy-Black.eot);
  src: url(fonts/Gilroy-Black.ttf);
}

body {
  font-family: aFont;
}

#navbar .nav-link {
  color: #606060;
  font-family: bFont;
  font-size: 15px;
  margin: 0px 5px;
  transition: all .3s;
  border-bottom: 3px solid #fff;
}
#navbar .nav-link:hover{
  border-bottom: 3px solid #178CEE;
}

.nav-formfield {
  border-radius: 24px;
  background-color: #DBDBDBFC;
  border: none;
  padding: 5px 15px;
  outline: none;
  color: #fff;
  width: 125px;
}

.nav-formfield::placeholder {
  color: #fff;
  font-family: bFont;
}

strong, b, h1, h2, h3, h4 {
  font-weight: normal;
  font-family: bFont;
}

.mobile-logo {
  display: none;
}

.desktop-logo {
  display: block;
}

#navbar {
  padding: 0px
}

.navbar-brand {
  padding-top: 0px;
}

.peony-banner {
  height: 650px;
  /* margin-bottom: 100px; */
  overflow: hidden;
}

.pb-item-bg {
  background-size: cover;
  height: 650px;
  /* height: 100%; */
  width: 100%;
  animation-name: fadeOutLeft;
  animation-duration: .3s;
  position: absolute;
  background-position: center;
  visibility: hidden;
  z-index: -10;
  background-repeat: no-repeat;
}

.pb-item-bg.active {
  animation-name: fadeIn;
  animation-duration: .7s;
  z-index: 1;
  visibility: visible;
  width: 100%;
  overflow: hidden;
}

/* .pb-item-bg {
  position: absolute;
  top: 0;
  right: 0;
} */

.pb-item-caption {
  background: none;
  /* height: 100%; */
  height: 650px;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 14px;
  visibility: hidden;
  z-index: -10;
  animation-name: fadeOut;
  animation-duration: .3s;
}

.pb-item-caption.active{
  visibility: visible;
  z-index: 5;
  animation-name: fadeIn;
  animation-duration: .7s;
}

.pb-item-caption .caption {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 100px;
}

.pb-item-caption .caption h3 {
  font-size: 50px;
  margin-bottom: 25px;
}

.cbtn-kg {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  justify-content: center;
  border: none;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
  font-family: bFont;
}

.cbtn-kg:hover {
  box-shadow: 0px 2px 10px #888;
}

.pb-summary {
  padding-bottom: 10px;
}

.pb-available {
  padding-bottom: 18px;
}

.cbtn-primary {
  padding: 11px 15px;
  width: 50%;
  border: none;
  border-radius: 30px;
  transition: all .3s;
  background-color: #178CEE;
  font-family: bFont;
  color: #fff;
}

.cbtn-primary:hover {
  box-shadow: 0px 1px 2px #888;
}

.peony-banner .fixed-item {
  position: absolute;
  height: 650px;
  width: 100%;
  z-index: 3;
}

.fixed-item .fixed-image {
  background-image: url('../images//fixed-image-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#home1 {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

#home1 h3 {
  font-size: 70px;
}

#home1 .home-box {
  border-radius: 45px;
  background-color: #178CEE;
  color: #fff;
  font-size: 24px;
  padding: 30px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: bFont;
}

.home-box .f-back {
  visibility: hidden;
  z-index: -10;
  animation-name: fadeOut;
  animation-duration: .1ms;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  padding: 10px;
}

.home-box .f-back.active {
  visibility: visible;
  z-index: 1;
  animation-duration: .4s;
  animation-name: fadeIn;
}

.f-back p{
  font-size: 16px;
}

#home1 .home-left {
  height:350px; 
  text-align:right; 
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px; 
  background-size: cover; 
  background-position:left; 
  background-image: url('../images/home1-1.jpg');
  margin-top: 75px;
}

#philosophy {
  background-color: #ED1C26;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0px 31px 24px #0000006A;
  position: relative;
  z-index: 50;
}

#philosophy h1 {
  font-size: 65px;
}

.mission {
  padding-bottom: 50px;
  margin-top: -80px;
  background: none;
  color: #7E7E7E;
}

.mission .col-12 {
  background-color: #fff;
  border-radius: 75px;
  box-shadow: 0px 41px 33px #0000003C;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission .col-md-4 {
  padding: 35px
}

.mission h3 {
  font-size: 50px;
  min-height: 120px;
}

.mission .blue-box {
  border-right: 1px solid #7E7E7E;
  border-left: 1px solid #7E7E7E;
}

.mission .red-box h3 {
  color: #ED1C26;
}

.mission .blue-box h3 {
  color: #178CEE;
}

.main-tip {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-tip h3 {
  font-size: 45px;
}

.main-tip .tip-box {
  min-height: 360px;
  background-color: #ED1C26;
  color: #fff;
  padding: 30px;
  margin-bottom: 10px;
  transition: all .3s;
}

.main-tip .tip-box:hover{
  background-color: #178CEE;
}

.main-tip .tip-box.blue {
  background-color: #178CEE;
}

.main-tip .tip-box.blue:hover {
  background-color: #ED1C26;
}

.trending {
  background-color: #178CEE;
  padding-top: 50px;
  padding-bottom: 50px;
}

.trending .trending-holder {
  border-radius: 30px;
  box-shadow: 0px 20px 15px #00000041;
  padding-bottom: 0px;
}

.trending h3 {
  color: #178CEE;
  font-size: 70px;
}

.trending .col-12 {
  background-color: #fff;
  border-radius: 70px;
  box-shadow: 16px 35px 15px #00000041;
  padding: 40px;
}

.trending .image {
  border-radius: 30px;
  height: 220px;
  background-size: cover;
  background-position: cover;
  background-repeat: no-repeat;
}

.trending .content {
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  color: #606060;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 230px;
}

.trending .content h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.trending .btn1 {
  background-color: #606060;
  color: #fff;
  font-size: 14px;
  font-family: bFont;
  border: none;
  padding: 10px 19px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.trending .btn1:hover{
  background-color: #ED1C26;
}

.stub {
  background-color: #17a2b8 !important;
}

.stub:hover{
  background-color: #ED1C26 !important;
}

.faqs {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faqs .faq-box {
  border: 4px solid #178CEE;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 30px;
  color: #7E7E7E;
}

.faqs .faq-box h3 {
  font-size: 40px;
  color: #178CEE;
}

.story {
  padding-top: 180px;
  padding-bottom: 200px;
  margin-top: -130px;
  background-image: url('../images/bg-about-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.story h3 {
  font-size: 120px;
  color: #178CEE;
}

.story .col-md-6 {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #606060;
}

.body-care {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.body-c{
  background-color: #ED1C26;
}

.body-c h3{
  padding-top: 50px;
}

.body-care h3 {
  font-size: 50px;
}

.body-care .col-12 {
  min-height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.main-tag {
  margin-top: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/contact.jpg');
  text-align: right;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-tag h3 {
  color: #fff;
  font-size: 80px;
  text-shadow: 0px 11px 19px #0000008D;
}

.main-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-contact h3 {
  font-size: 50px;
  color: #909090;
}

.main-contact h3 span {
  color: #ED1C26;
  font-size: 120px;
}

.contacts {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: bFont;
}

.contacts .fa {
  color: #ED1C26;
}







#footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #178CEE;
  color: #fff;
  border-radius: 0px 0px 30px 30px;
}

#footer h4 {
  font-size: 22px;
}

#footer a {
  color: #fff;
}

#copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
  color: #808080;
  font-size: 14px;
}

.foot-formfield {
  border-radius: 20px;
  padding: 9px 15px;
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  transition: all .3s;
}

.foot-formfield:focus {
  box-shadow: 0px 2px 10px #000;
}



@media (max-width: 736px) {
    .fixed-item {
      display: none;
    }

    .desktop-logo {
      display: none;
    }

    .mobile-logo {
      display: block;
    }
    
    .navbar-nav {
      padding: 15px;
    }

    .nav-link {
      padding-top: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #606060;
    }

    .pb-item-bg {
      height: 800px;
    }

    .peony-banner {
      height: 800px;
    }

    .pb-item-caption {
      height: 800px;
      /* background-color: rgba(255, 255, 255, 0.85); */
    }

    /* .pb-item-caption h3 {
      color: #000;
      text-shadow: 0px 2px 5px #888;
    } */
  
    #home1 {
      padding-top: 0px;
    }

    #home1 .home-left {
      text-align: left;
      border-radius: 20px;
      text-shadow: 0px 2px 5px #888;
      margin-bottom: 50px;
    }

    .mission .blue-box {
      border-left: none;
      border-right: none;
    }
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {
  
	
	.resp{
    width: 100%;
    margin-top: 30px;
  }
  .pb-item-caption .caption h3 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
  
	.caption-child h3{
    font-size: 15px;
  }
    
    
}




.card {
  /* width: 130px;
  height: 195px; */
  position: relative;
  display: inline-block;
  background: none;
  border: none;
}
.card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.card:hover .img-top {
  display: inline;
}

.bend{
  border-width: 2px solid;
  border-bottom-left-radius: 30px;
}