/* CSS Document */
body {
    line-height: 1.7;
    color: #050505;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
/*logo css*/
.menuzord-brand img {
    max-height: 50px!important;
}
.menuzord-brand {
    width:300px;
    margin: 0px 0px 0 0; 
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}
.header-nav .nav-lg .menuzord .menuzord-menu > li {
     padding: 20px 0!important; 
}
/*end logo css*/

/*dropdown menu css*/
.header-nav .nav-lg .menuzord .menuzord-menu ul.dropdown {
    top: 58px!important;
}
/*dropdown end menu csss*/

/*theme color*/
.bg-theme-colored2 {
    background-color: #15496b!important;
}
.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #ff9b33!important;
    color: #fff;
}
/*theme color eend*/

/*slider css*/
.text-theme-colored2 {
    color: #15496b!important;
}
.text-theme-colored3 {
    color: #ff9b33!important;
}
.btn-theme-colored2 {
    color: #fff;
    background-color: #ff9b33;
    border-color: #ff9b33;
}
.btn-theme-colored2 {
    background-color: #ff9b33!important;
}
/*end slider css*/

/*welcome css*/
.paper{
    /*height: 300px;
    width: 600px;
    margin: 50px auto;*/
    background-color: #F3F3F5;
    position: relative;
    overflow: hidden;
}
.wel{
     padding-left: 3%;
	 font-size: 14px;
     padding-right: 3%;
	}
.paper::after{
    content: '';
    display: block;
    border-width: 0px 75px 75px 0px;
    border-style: solid;
    border-color: #F3F3F5 transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.paper::after{
    content: '';
    display: block;
    border-width: 0px 75px 75px 0px;
    border-style: solid;
    border-color: #F3F3F5 #FFF;
    box-shadow: -5px 6px 10px rgb(129, 127, 127);
    position: absolute;
    top: 0;
    right: 0;
}

.paper > h1{
    margin: 30px 210px;
    font-family: cursive;
}

.paper > p{
    padding: 0px 30px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #555;
}
.ml-10{margin-left: 10px;}
/*end welcome css*/

/*box shadow css*/
.card {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  height: 500px;
  width: 450px;
  border-bottom: 1px solid #fae2cc;
  background-image: 
    linear-gradient(to right, #fae2cc 0%, #020100 1%, #020100 99%, #fae2cc 100%), 
    linear-gradient(to right, #fae2cc 0%, #020100 1%, #020100 100%), 
    linear-gradient(to top, #020100 0, #020100 99%, #fae2cc 100%), 
    linear-gradient(45deg, #37170c 0, #835741 5%, #46281b 10%, #755949 20%, #fae2cc 25%, #56463f 35%, #150806 40%, #724f3c 45%, #020100 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-position: top left, bottom left, bottom right, top right;
  background-size: 
    calc(100% - 150px) 150px, 
    calc(100% - 150px) calc(100% - 150px), 
    100% calc(100% - 150px), 
    150px 150px;
}

.card::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 150px);
  background-color: #fae2cc;
  top: 0;
  left: 0;
}

.card::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 150px);
  background-color: #fae2cc;
  bottom: 0;
  right: 0;
}

.card-inner {
  display: flex;
  align-items: center;
  height: 350px;
  margin: 0 50px;
  padding: 25px 25px 25px 30px;
  border-left: 1px solid #fae2cc;
  border-bottom: 1px solid #fae2cc;
}

.card-inner::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 200px);
  background-color: #fae2cc;
  top: 50px;
  left: 50px;
}

.card-inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 200px);
  background-color: #fae2cc;
  bottom: 50px;
  right: 50px;
}
/*end bos shadow css*/

/*mission and vission css*/
header-1 {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: 0; 
  padding: 32px 80px 64px; 
  overflow: hidden;
  color: #efefef;
}

header-1::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  transform: skewY(-4deg);
  transform-origin: bottom left;
  /*background: #F3F3F5;*/
  background-image:url(../images/mission-vision.jpg)
}

header-1::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width:100%;
  content: "";
  transform: skewY(8deg);
  transform-origin: bottom right;
  /*background: #F3F3F5;*/
  background-image:url(../images/mission-vision.jpg)
}
.mv{color:#FFFFFF;}
.miss{margin-left: 3%;}
.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .double-line-bottom-theme-colored-2:after, .double-line-bottom-theme-colored-2:before, .double-line-bottom-centered-theme-colored-2:after, .double-line-bottom-centered-theme-colored-2:before, .line-bottom-theme-colored-2:after, .line-bottom-centered::after, .event-block .event-date, .team-social, .event-small .event-date, .portfolio-filter a.active, .title-border::after, .search-menu {
    background: #9c1fe9!important;
}
/*mission and vission end css*/

/*committee css*/
header-2 {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: 0; 
  padding: 32px 80px 64px; 
  overflow: hidden;
  color: #efefef;
}

header-2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  transform: skewY(-4deg);
  transform-origin: bottom left;
  background: #F3F3F5;

}

header-2::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width:100%;
  content: "";
  transform: skewY(8deg);
  transform-origin: bottom right;
  background: #F3F3F5;

}
.miss{margin-left: 3%;}
.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .double-line-bottom-theme-colored-2:after, .double-line-bottom-theme-colored-2:before, .double-line-bottom-centered-theme-colored-2:after, .double-line-bottom-centered-theme-colored-2:before, .line-bottom-theme-colored-2:after, .line-bottom-centered::after, .event-block .event-date, .team-social, .event-small .event-date, .portfolio-filter a.active, .title-border::after, .search-menu {
    background: #9c1fe9!important;
}
/*committee end css*/

h4, .h4 {
    font-size: 15px!important;
}
.opening-hours ul li {
    padding-bottom: 0px !important; 
}
.h2, h2 {
    font-size: 25px!important;
}
/*committee css*/
.btn-theme-colored {
    color: #fff;
    background-color: #15496b!important;
    border-color: #15496b!important;
}
/*end committee css*/
/*upcoming event css*/
.owl-carousel .owl-item img {
    display: inline-block;
    width: 470px!important;
}
/*end upcoming css*/
/*footer css*/

.foot{
       background-image:url(../images/footer-bg.jpg);
	 }
/*end footer css*/

/*siderbar css*/
.egg {
  display: block;
  width: 350px;
  height: 220px;
  /* background-color: #ffbd33; */
  border: 2px solid #ff9b33;
  /* border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; */
  /* margin-top: -4%; */
}
    
/*end sidebar css*/

/*table csss*/
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #15496b;
    background-color: #f9f2f4;
    border-radius: 4px;
}
/*end table css*/

/*inner banner css*/
.inn{    
     padding-top: 8%;
	 }
/*end inner banner css*/

/*inner page css*/
.up{
     padding-top: 11%;
    /* padding-left: 24%; */
	font-size: 19px;
    text-align: center;
}
.up-1{
     padding-left: 24%;
	 font-size: 19px;
}
/*end inner page css*/

/*committee css*/
.comm{
     width: 214px;
     
    }
/*end committee css*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #15496b;
	font-weight: 700;
}

.fa1 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff9b33;
    font-weight: 700;
}
.styled-icons.icon-bordered a {
    border: 1px solid #ffffff;
}
.fa2 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9c1fe9;
    font-weight: 700;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    color: #ff9b33;
}
.social_youtube:before {
    content: "\e0a3";
    color: #ff9b33;
}

.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .double-line-bottom-theme-colored-2:after, .double-line-bottom-theme-colored-2:before, .double-line-bottom-centered-theme-colored-2:after, .double-line-bottom-centered-theme-colored-2:before, .line-bottom-theme-colored-2:after, .line-bottom-centered::after, .event-block .event-date, .team-social, .event-small .event-date, .portfolio-filter a.active, .title-border::after, .search-menu {
    background: #ff9b33!important;
}

/*media css*/
@media (min-width: 320px) and (max-width: 480px) {
  .egg {
    display: block;
    width: 280px;
    height: 250px;
    border: 2px solid #ff9b33;
    
    /* background-color: #ffbd33;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    margin-top: -4%; */
   
}
.up {
    padding-top: 11%;
    /* padding-left: 22%; */
    font-size: 18px;
    text-align: center;
}
.mt-12 {
    margin-top: 0px !important;
}
.mb-15 {
    margin-bottom: 0px !important;
}
 }
/*media css end*/