/*------------------------------------------------------------------
	Enfold by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)


1 - BASE 
2 - Header
  - Brand logo
  - Main Nav Menu
3 - Page Header
4 - Heading or Title
5 - Buttons
6 - Service box
  - Service box Style 1
  - Service box Style 2
7 - Team
8 - Progress Bar
9 - Alert box
10 - Pricing table 
11 - Tabs
12 - Overlay (for images hover)
13 - Portfolio 
  - Portfolio 
  - Portfolio filter
  - Classic Portfolio
  - Single Portfolio
  - Single porfolio images slider
14 - Testimonials
15 - Client 
16 - Blockquote
17 - Accordion
18 - contact-form 
19 - gmap 
20 - Blog Posts
   - Single Post
   - Post Author
   - Comments Box
21 - pagination
22 -  Share Box 
23 - Shop
   - Single Product
   - Rating
24 - Sidebar and widget
   - Search widget
   - Entries and categories widget
   - Small Products list
   - ui slider for price Search
25 - 404 Error Page
26 - flickr photostream
27 - footer area 
28 - Some CSS to make Responsive elements 
29 - Isotope
30 -  Owl Carousel
31 - Colorbox Core Style
32 - Fraction-slider
33 - Extra CSS

------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Color codes]

Background:    #ffffff (white)
Font:          #7d7d7d  (Light black)
Footer Area:   #393939 (black)
Footer:        #3d3d3d (Light black)
Big Title background : #f5f5f5 (Gray)
Service Icon:  #a67c52 (brown)
a (standard):  #393939 (dark black)
a (visited):   #a67c52 (brown)
a (active):    #a67c52 (brown)
-------------------------------------------------------------------*/


/*=================================================
1 - BASE 
=================================================*/

body {
  font-family: sans-serif;

  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #fff;
  overflow-x: hidden!important;
  -webkit-font-smoothing: antialiased;
}

.page-loader * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}

.page-loader ul li {
  list-style: none;
}

.page-loader .loader {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: -25px 0 0 -25px;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-around;
}

.page-loader .loader li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 29px 19px;
  position: relative;
  text-align: center;
}

.cssload-loading,
.cssload-loading:after,
.cssload-loading:before {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 49px;
  background: rgb(125, 125, 125);
  margin-top: 5px;
  border-radius: 975px;
  -o-border-radius: 975px;
  -ms-border-radius: 975px;
  -webkit-border-radius: 975px;
  -moz-border-radius: 975px;
  animation: cssload-upDown2 1.15s ease infinite;
  -o-animation: cssload-upDown2 1.15s ease infinite;
  -ms-animation: cssload-upDown2 1.15s ease infinite;
  -webkit-animation: cssload-upDown2 1.15s ease infinite;
  -moz-animation: cssload-upDown2 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}

.cssload-loading:after,
.cssload-loading:before {
  position: absolute;
  content: '';
  animation: cssload-upDown 1.15s ease infinite;
  -o-animation: cssload-upDown 1.15s ease infinite;
  -ms-animation: cssload-upDown 1.15s ease infinite;
  -webkit-animation: cssload-upDown 1.15s ease infinite;
  -moz-animation: cssload-upDown 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
}

.cssload-loading:before {
  left: -10px;
}

.cssload-loading:after {
  left: 10px;
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;
}

@keyframes cssload-upDown {
  from {
    transform: translateY(19px);
  }
  to {
    transform: translateY(-19px);
  }
}

@-o-keyframes cssload-upDown {
  from {
    -o-transform: translateY(19px);
  }
  to {
    -o-transform: translateY(-19px);
  }
}

@-ms-keyframes cssload-upDown {
  from {
    -ms-transform: translateY(19px);
  }
  to {
    -ms-transform: translateY(-19px);
  }
}

@-webkit-keyframes cssload-upDown {
  from {
    -webkit-transform: translateY(19px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}

@-moz-keyframes cssload-upDown {
  from {
    -moz-transform: translateY(19px);
  }
  to {
    -moz-transform: translateY(-19px);
  }
}

@keyframes cssload-upDown2 {
  from {
    transform: translateY(29px);
  }
  to {
    transform: translateY(-19px);
  }
}

@-o-keyframes cssload-upDown2 {
  from {
    -o-transform: translateY(29px);
  }
  to {
    -o-transform: translateY(-19px);
  }
}

@-ms-keyframes cssload-upDown2 {
  from {
    -ms-transform: translateY(29px);
  }
  to {
    -ms-transform: translateY(-19px);
  }
}

@-webkit-keyframes cssload-upDown2 {
  from {
    -webkit-transform: translateY(29px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}

@-moz-keyframes cssload-upDown2 {
  from {
    -moz-transform: translateY(29px);
  }
  to {
    -moz-transform: translateY(-19px);
  }
}

.box-layout {
  background: #f4f4f4;
  padding: 0px 30px;
}

@media (max-width: 1300px) {
  .box-layout {
    padding: 0px 20px;
  }
}

@media (max-width: 480px) {
  .box-layout {
    padding: 0px 10px;
  }
}

.inner-conterner {
  background-color: #fff;
}

h1 {
  font-size: 64px;
  line-height: 1.3125em;
  letter-spacing: 4px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 1.285714285714286em;
  font-weight: 400;
  letter-spacing: 2px;
}

h4 {
  font-size: 18px;
  line-height: 1.538461538461538em;
  letter-spacing: 2px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  line-height: 1.444444444444444em;
  letter-spacing: 1px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 1.571428571428571em;
  font-weight: 400;
}

h1,
h1 a,
h3,
h3 a {
  color: #5d5d5d
}

h2,
h2 a,
h5,
h5 a {
  color: #494949;
}

h4,
h4 a {
  color: #8b8b8b
}

h6,
h6 a {
  color: #e6ae48
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #8a8f6a;
}

a,
p a {
  color: #393939;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

ul {
  padding: 0;
  margin: 0;
}

select {
  padding: 10px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
  font-size: 13px;
  width: 162px;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

a:hover,
a:focus {
  color: #5d5d5d;
}


/*=================================================
2 - Header 
=================================================*/

.header-inner {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #fff;
}



.header-table {
  display: table;
  width: 100%;
  table-layout: fixed;
 
}

.brand,
.header-inner .main-nav {
  display: table-cell;
  vertical-align: middle;
}



.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
 
}

.header-three.navbar-fixed-top .brand {
  height: 180px;
  width: 100%;
}

.header-three.navbar-fixed-top .brand img {
  height: 95px;
}

.header-scroll-fixed .navbar-fixed-top .brand {
  height: 90px;
}

.header-scroll-fixed .navbar-fixed-top .brand img {
  height: 70px;
}

.header-scroll-fixed .navbar-fixed-inner-container {
  width: 1170px;
  margin: 0 auto;
}

@media (max-width: 992px) and (min-width: 768px) {
  .brand,
  .header-inner .main-nav {
    width: 100%;
    display: block;
  }
  .brand {
    text-align: center;
    margin: 40px auto 0;
    width: 100px !important;
    height: auto !important;
  }
  .brand img {
    height: auto !important;
  }
}


/*** Header Two Style **/

.header-style-two {
  margin: 25px 0 20px 0;
}

.header-style-two .brand,
.header-inner .header-style-two .main-nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


/*** Header three menu **/

body.overflow-hidden-header-three {
  position: fixed;
  width: 100%;
}

.overlay-content-wrap {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  -ms-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.overlay-content-wrap.overlay-active {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 990;
  -webkit-tap-highlight-color: transparent;
}

.header-three {
  padding: 5px 90px 5px 90px;
}

.header-three .sf-menu {
  width: 320px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  background: #fff;
  /*overflow: auto;*/
  z-index: 999;
  padding: 55px 25px 25px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translate(320px, 0);
  -webkit-transform: translate(320px, 0);
  /** Safari & Chrome **/
  -o-transform: translate(320px, 0);
  /** Opera **/
  -moz-transform: translate(320px, 0);
  /** Firefox **/
}

.header-three .sf-menu.active-menu {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  /** Safari & Chrome **/
  -o-transform: translate(0, 0);
  /** Opera **/
  -moz-transform: translate(0, 0);
  /** Firefox **/
}

@media only screen and (max-width: 660px) {
  .header-three .sf-menu {
    width: 290px;
    transform: translate(290px, 0);
    -webkit-transform: translate(290px, 0);
    /** Safari & Chrome **/
    -o-transform: translate(290px, 0);
    /** Opera **/
    -moz-transform: translate(290px, 0);
    /** Firefox **/
  }
}

.header-three .sf-menu h3 {
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
}

.header-three .sf-menu ul {
  text-align: left;
}

.header-three .sf-menu ul.sf-menu {
  padding: 0;
  margin: 44px 0 0 0;
}

.header-three .main-nav .sf-menu .sf-menu > li {
  display: block;
  margin: 25px 0 0 0;
  list-style: none;
}

.header-three .main-nav .sf-menu .sf-menu li a {
  font-size: 18px;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}

.header-three .main-nav .sf-menu .sf-menu ul.sub-menu li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin: 0 13px;
  padding: 9px 4px;
}

.header-three .nav-button-holder {
  position: relative;
  right: 20px;
  float: right;
  background-color: #fff;
  padding: 20px 21px;
}

.nav-button:focus {
  outline: none;
}

.nav-button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  overflow: hidden;
  margin: auto;
  padding: 0;
  width: 22px;
  height: 20px;
  font-size: 0;
  text-align: right;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1000
}

.nav-button span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 3px;
  background: #5d5d5d;
}

.nav-button span::before,
.nav-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #5d5d5d;
  content: "";
}

.nav-button span::before {
  top: -7px;
}

.nav-button span::after {
  bottom: -7px;
}

.nav-button span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.nav-button span::before,
.nav-button span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.nav-button span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.nav-button span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}


/* active state, i.e. menu open */

.nav-button.active {}

.nav-button.active span {
  background: none;
}

.nav-button.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-button.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-button.active span::before,
.nav-button.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}


/*** Header style four ****/

.header-four {}


/*** Brand logo ***/

.brand {
  width: 200px;
  height: 110px;
}

.brand img {
  height: 75px;
}

.header-style-two .brand {
  width: 130px;
  height: auto;
}

.header-style-two .brand img {
  height: auto;
}


/*** Main Nav Menu ***/

.main-nav {
  text-align: right;
  white-space: nowrap;
  padding: 0 0 0 30px;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav .sf-menu li {
  position: relative;
}

.main-nav .sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

.main-nav .sf-menu li a {
  padding: 28px 24px;
  display: block;
  position: relative;
  font-size: 12px;
  color: #595959;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-style-two .main-nav ul.sf-menu li a {
  padding: 25px 24px;
}

.main-nav .sf-menu li.current a {
  color: #8a8f6a;
  font-weight: 600;
}

.main-nav .sf-menu li.current ul a {
  color: #111111;
}

.main-nav .sf-menu ul {
  background-color: #fafafa;
  position: absolute;
  z-index: 6000;
  display: none;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
  top: 118%;
  left: 0;
  z-index: 99;
  margin: 1px 0;
  padding: 3px 0 5px 0;
  border-top: solid 3px #8a8f6a;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.main-nav .sf-menu > li {
  display: inline-block;
}

.main-nav .sf-menu a {
  display: block;
  position: relative;
}

.main-nav .sf-menu a:hover,
.main-nav .sf-menu .sub-menu .sfHover a {
  color: #8a8f6a;
}

.main-nav .sf-menu ul li {
  min-width: 225px;
  text-align: left;
}

.main-nav .sf-menu ul.sub-menu li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #696969;
  line-height: 17px;
  margin: 0 13px;
  padding: 9px 4px;
  letter-spacing: 1px;
}

.main-nav .sf-menu ul ul.sub-menu {
  top: -7px;
  left: 100%;
}

.main-nav .sf-menu ul ul li {
  border-left: solid 1px #eee;
}

.main-nav .sf-menu ul ul li a {
  color: #696969 !important;
}

.main-nav .sf-menu ul ul li a:hover {
  color: #8a8f6a !important;
}


/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows .sub-menu .sf-with-ul:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #888;
  position: absolute;
  right: 8px;
  top: 14px;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #999;
}

.header-inner #mobnav-btn {
  position: absolute;
  width: 25px;
  height: 20px;
  top: 45px;
  right: 16px;
  border: 4px solid #777;
  border-width: 4px 0;
  cursor: pointer;
}

.header-inner #mobnav-btn:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 4px;
  height: 4px;
  background-color: #777;
}

.header-inner .mobnav-subarrow {
  display: none;
}

@media (min-width: 768px) {
  .header-inner #mobnav-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    display: block;
  }
  .navbar {
    max-height: none;
  }
  .main-nav {
    margin-top: 10px;
    height: auto;
  }
  .sf-menu > li {
    float: none;
  }
  .sf-menu li a {
    padding: 10px 13px;
    font-weight: 400;
  }
  .sf-menu ul {
    font-size: 14px;
    display: block;
    position: static !important;
    border: 0;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
  }
}

@media only screen and (max-width: 420px) {
  .header-three {
    padding: 15px 30px 20px 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .header-table {
    display: block;
  }
  .header-table.header-three {
    display: table !important;
  }
  .header-inner .main-nav {
    display: block;
    margin: 0;
  }
  .header-three .main-nav {
    display: table-cell !important;
  }
  #mobnav-btn {
    display: block;
  }
  .mobnav-subarrow {
    display: block !important;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 42px;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    color: #777;
    padding-top: 13px;
  }
  .main-nav {
    text-align: left;
    white-space: nowrap;
    padding: 0;
  }
  .sf-menu {
    display: none;
  }
  .main-nav .sf-menu {
    margin: 0 -15px;
  }
  .main-nav .sf-menu > li {
    font-size: 13px;
    line-height: 16px;
    display: block;
    border-top: 1px solid #e8e8e8;
  }
  .main-nav .sf-menu li a {
    padding: 13px 57px 13px 15px !important;
    display: block;
    position: relative;
    background-color: transparent!important;
  }
  .main-nav .sf-menu ul {
    border: none;
    padding: 0;
  }
  .main-nav .sf-menu ul li {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    border: none;
    border-top: 1px solid #e8e8e8;
  }
  .main-nav .sf-menu ul li:first-child {}
  .sf-menu ul,
  .sf-menu ul ul {
    position: static;
    display: none;
  }
  .header-three .sf-menu ul {
    position: static!important;
    display: block !important;
  }
  .header-three .sf-menu ul li {
    border: none !important;
  }
  .sub-menu-open {
    display: block !important;
  }
  .sf-arrows .sub-menu .sf-with-ul:after {
    border: none;
  }
}

div.opt {
  margin: 10px;
  background: #eee;
  padding: 5px;
}

span.option {
  font-weight: 700;
}

span.description {
  margin-left: 10px;
}

.align-center {
  text-align: center;
}

.menu-search-bar {
  position: relative;
  cursor: pointer;
}

.menu-search-bar #search-label {
  padding-left: 12px;
}

.menu-search-bar #search-label i {
  font-size: 16px;
}

.search-bar {
  position: absolute;
  right: 8px;
  margin-top: 15px;
  display: none;
}

.search-bar input {
  width: 235px;
  height: 50px;
  padding: 5px 20px;
  border: solid 1px #eee;
}


/*Menu Style Two*/

.menu-content {
  background: #8a8f6a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  color: #fff;
  display: none;
}

.menu-content-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.menu-content ul.menu-nav {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  list-style: none;
}

.menu-content ul.menu-nav li {
  text-align: center;
}

.menu-content ul.menu-nav li a {
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 10px;
}

.menu-content ul.menu-nav ul {
  float: none;
  width: 100% !important;
  list-style: none inside;
  padding: 0;
  margin: 0;
  visibility: hidden;
  max-height: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: max-height, 500ms, ease-in-out;
  -khtml-transition: max-height, 500ms, ease-in-out;
  -moz-transition: max-height, 500ms, ease-in-out;
  -ms-transition: max-height, 500ms, ease-in-out;
  -o-transition: max-height, 500ms, ease-in-out;
  transition: max-height, 500ms, ease-in-out;
}

.menu-content ul.menu-nav .sub-menu-open {
  max-height: 500px;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.menu-content ul.menu-nav ul li a {
  font-size: 14px;
  font-weight: 400;
}

.menu-content .sf-arrows .sf-with-ul {
  padding: 0 !important;
}

.menu-content ul.menu-nav .mobnav-subarrow {
  cursor: pointer;
  display: inline;
  position: relative;
  top: -4px;
}

.menu-content ul.menu-nav li ul .mobnav-subarrow {
  top: 0;
}

.menu-content ul.menu-nav .menu-search-bar .search-bar {
  right: 0;
  left: 0;
}





/* End: Recommended Isotope styles */
 p{
   font-weight: 400;
   color: black;
 }
.pwc{
   font-weight: 400;
   color: black;
   font-size: 18px;
   margin-bottom: 70px;
}


.pwcx{
   font-weight: 400;
   color: black;
   font-size: 18px;
   line-height: 1.0;
   font-family: 'Optima';
   font-style: normal;
   
}
.all-link{
  font-weight: bold;
  color:#8c1515;
  text-decoration: none;
  font-family: 'Optima';
}


.all-link:hover{
  color:#8c1515;
  text-decoration: underline;
  font-family: 'Optima';

}
/*------banner---css----*/


.social{
  color: black;
  font-size: 6rem;
  cursor: pointer;
  padding: 0px 4px;
}

.social:hover{
  transition: .4s;
  color: #8c1515;
}


/*------banner---css-- close--*/


/*--news---css---start---*/


.newsp{

  font-size: 19px;
  font-family: 'Optima';

}









/*----news--css-----close--*/



/*--------selected1---css---start----*/


.pdf{
  border: 1px solid black;
  padding: 2px 8px;
  line-height: 0.5;
}


.pdf:hover{
  color:#8c1515;
  border-color: #8c1515;
}
.badge{
    background-color: #8c1515;
    color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 5px 8px;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.image-cropper {
    max-width: 500px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.image-cropper img{
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    margin: 0 0 0 0%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}



.badges{
  background-color: transparent;
  color:#8c1515;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: 5px 8px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  border: 1px solid #8c1515;
}

.flt{
  color: #8c151;
  font-family: 'Optima';
}

.flt:hover{
  color: #8c1515;
 text-decoration: underline;
 font-family: 'Optima';

}

/*--------selected1---css---close----*/













.backt{
  width: 100%;
  height:300px;
  background-image: url(teach2\ \(1\).jpg);
  background-size: cover;
  background-attachment: fixed;
 
}


/*---teaching--css----start---*/


.btn1{
  font-size: 18px;
 text-decoration: underline;
 font-family: "Optima";
 text-align: center;
}


.techi{
  font-size: 22px;
  text-decoration: underline;
  text-align: center;

}

.shadow h1{
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 100px 0;
  font-size: 18px;
}

/*---teaching--css----close---*/

/*---custom----responsive-------*/

@media (max-width:450px){
  .pubss h1{
    font-size: 16px;
  }

  .techi h1{
    font-size: 16px;
  }

.Talks h1{
  font-size: 16px;
}
  
  .backt{
    width: 100%;
    height:100px;
    background-image: url(teach2\ \(1\).jpg);
    background-size: cover;
    background-attachment: fixed;
   
  }
  
  .shadow h1{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    padding: 30px 0;
  }
  


  .back{
    width: 100%;
    height:100px;
    background-image: url(background-book-bookcase-books.jpg);
    background-size: cover;
    background-attachment: fixed;

}

.backs{
  width: 100%;
  height:100px;
  background-image: url(istockphoto-1219980553-170667a.jpg);
  background-size: cover;
  background-attachment: fixed;
 
}

.backls{
  width: 100%;
  height:100px;
  background-image: url(talk2.jpg);
  background-size: cover;
  background-attachment: fixed;
 
}

.backls h1{
  padding: 100px 0;
}

}




@media (max-width:400px){
    p{
      font-size: 12px;
    }

    h1{
      font-size:16px;
    }
    h3{
      font-size: 10px;
    }
    h2{
      font-size: 15px;
    }
}

/*---custom----responsive-------*/


/*----talks---start---*/



.workex p{
font-weight: 400;
color: black;
max-width: 700px;
line-height: 30px;
margin: 35px 0;
}



.backls{
  width: 100%;
  height:300px;
  background-image: url(talk2.jpg);
  background-size: cover;
  background-attachment: fixed;
 
}
.Talks h1{
  text-align: center;
}


.Talks{
  margin-top: 40px;
}

.Talks h3{
  line-height: 50px;
  font-size: 22px;
}
/*----talks---close---*/
