@font-face {
  font-family: 'HelvNueOutline';
  src: url('/fonts/HelvNueOutline.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'FenwickOutline';
  src: url('/fonts/fenwick_outline.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'LionelloStroke';
  src: url('/fonts/LIONELLO-Stroke.otf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'MyriadProRegular';
  src: url('/fonts/MyriadProRegular.eot');
  src: url('/fonts/MyriadProRegular.eot?#') format('embedded-opentype'),  /* IE6&#8211;8 */
       url('/fonts/MyriadProRegular.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */	
}

@font-face {
  font-family: 'MyriadProBold';
  src: url('/fonts/MyriadProBold.eot');
  src: url('/fonts/MyriadProBold.eot?#') format('embedded-opentype'),  /* IE6&#8211;8 */
       url('/fonts/MyriadProBold.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'MyriadProSemibold';
  src: url('/fonts/MyriadProSemibold.eot');
  src: url('/fonts/MyriadProSemibold.eot?#') format('embedded-opentype'),  /* IE6&#8211;8 */
       url('/fonts/MyriadProSemibold.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'MyriadProLight';
  src: url('/fonts/MyriadProLight.eot');
  src: url('/fonts/MyriadProLight.eot?#') format('embedded-opentype'),  /* IE6&#8211;8 */
       url('/fonts/MyriadProLight.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'AdobeDevanagariRegular';
  src: url('/fonts/AdobeDevanagiriRegular.eot');
  src: url('/fonts/AdobeDevanagariRegular.otf') format('opentype');
}


@font-face {
  font-family: 'AdobeDevanagariBold';
  src: url('/fonts/AdobeDevanagiriBold.eot');
  src: url('/fonts/AdobeDevanagariBold.otf') format('opentype');
}

@font-face {
  font-family: 'AdobeDevanagariItalic';
  src: url('/fonts/AdobeDevanagiriItalic.eot');
  src: url('/fonts/AdobeDevanagariItalic.otf') format('opentype');
}

@font-face {
  font-family: 'AdobeDevanagariBoldItalic';
  src: url('/fonts/AdobeDevanagiriBoldItalic.eot');
  src: url('/fonts/AdobeDevanagariBoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'PangramExtraLight';
  src: url('/fonts/Pangram-ExtraLight.eot');
  src: url('/fonts/Pangram-ExtraLight.otf') format('opentype');
}

@font-face {
  font-family: 'PangramLight';
  src: url('/fonts/Pangram-Light.eot');
  src: url('/fonts/Pangram-Light.otf') format('opentype');
}

@font-face {
  font-family: 'PangramRegular';
  src: url('/fonts/Pangram-Regular.eot');
  src: url('/fonts/Pangram-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'PangramMedium';
  src: url('/fonts/Pangram-Medium.eot');
  src: url('/fonts/Pangram-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'PangramBold';
  src: url('/fonts/Pangram-Bold.eot');
  src: url('/fonts/Pangram-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'PangramExtraBold';
  src: url('/fonts/Pangram-ExtraBold.eot');
  src: url('/fonts/Pangram-ExtraBold.otf') format('opentype');
}

@font-face {
  font-family: 'PangramBlack';
  src: url('/fonts/Pangram-Black.eot');
  src: url('/fonts/Pangram-Black.otf') format('opentype');
}

@font-face {
  font-family: Gandom;
  src: url('/fonts/Gandom.eot');
  src: url('Gandom.eot?#iefix') format('embedded-opentype'),
       url('Gandom.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: VazirThin;
  src: url('/fonts/Vazir-Thin.eot');
  src: url('/fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Vazir-Thin.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: VazirLight;
  src: url('/fonts/Vazir-Light.eot');
  src: url('/fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Vazir-Light.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: VazirRegular;
  src: url('/fonts/Vazir.eot');
  src: url('/fonts/Vazir.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Vazir.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: VazirBold;
  src: url('/fonts/Vazir-Bold.eot');
  src: url('/fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Vazir-Bold.ttf') format('truetype');
  font-weight: normal;
}


*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: MyriadProRegular	
}
body { font-family:MyriadProRegular, tahoma, sans-serif, Arial, Helvetica; }

.popup {
  margin: 3% 10%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all .1s ease-in-out;
  z-index: 99998;
  //overflow-y: scroll;
}

.popup h2 {
  margin-top: 0;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 100ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
  z-index: 99990;
  overflow-y: auto
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}


@font-face {
  font-family: 'DroidSerif';
  src: url('new/font/droid-serif/font/DroidSerif.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'PatuaOneRegular';
  src: url('fonts/Habibi-Regular-webfont.eot');
  src: url('fonts/Habibi-Regular-webfont.eot?#') format('embedded-opentype'),  /* IE6&#8211;8 */
       url('fonts/Habibi-Regular-webfont.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/Habibi-Regular-webfont.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}
.rightlinks{
    list-style: disclosure-closed;
    padding-bottom: 6px
}

.rightlinks1{
    font-family: MyriadProRegular, Tahoma, Helvetica, sans-serif;
    font-size: 22px;
    color: #3c3c3d;
    text-align: left;
    //font-weight: 600;
}



@font-face {
  font-family: 'PTSansBold';
  src: url('fonts/PTS75F-webfont.eot');
  src: url('fonts/PTS75F-webfont.eot?#') format('embedded-opentype'),  /* IE6&#8211;8 */
       url('fonts/PTS75F-webfont.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/PTS75F-webfont.ttf') format('truetype');  /* Saf3&#8212;5, Chrome4+, FF3.5, Opera 10+ */
}
.rightlinks2{
    font-family: MyriadProRegular, Tahoma, Helvetica, sans-serif;
    margin-top: 0.1em;
    font-size: 15px;
    color: #383838;
    text-align: left ;
    font-weight: 100;
}

.header-area {
    background: none repeat scroll 0 0 #538fa3;
    font-size: 13px;
    font-family: MyriadProRegular, sans-serif, Arial, Helvetica;
    padding: 4px
}
.header-area a {
    color: #eee;
}
.header-area a:visited {
    color: #eee;
}

.header-area a:hover, a:focus{
    color: #fff;
    text-decoration: none;
}

.user-menu {
    padding-top: 3px;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 4px;
    font-size: .8em
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {background: none repeat scroll 0 0 #fbfbfb;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;}

.logo {
    float: right;
    margin-right: 0px
}
.logo h1 {
    font-size: 40px;
    margin: 0px 0px 10px auto;;font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #5a88ca;
}
.shopping-item {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
}
.shopping-item a {
    color: #666;
}
.cart-amunt {
    color: #5a88ca;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #5a88ca;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.shopping-item i.fa {
    margin-left: 15px;
}


.shopping-item:hover {
    background: none repeat scroll 0 0 #5a88ca;
    border-color: #5a88ca;
}
.shopping-item:hover a {
    color: #fff;text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}

#navbar{
    background: transparent; 
    margin-top: 48px; 
    margin-right: 0px; 
    margin-left: 0px; 
    border-bottom: 0px solid #479093;
    padding: 0; 
    float: right
}
.mainmenu-area ul.navbar-nav li a {
    color: #6e6a6a;
    font-size: 14px;
    padding: 20px;
}

.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {background: #5a88ca; color:#FFF;}
.mainmenu-area .nav > li > a:focus {color: #FFF;}

.slider-area { width:80%; position:relative; margin:0 auto; padding:5px;}
/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider{
	border:none;
	width: 100%;
}
.block-slider ul li{
	list-style: none;
}
.block-slider .bx-pager{
	display: none;
}
.block-slider .bx-prev,
.block-slider .bx-next{
	width: 32px;
	height: 32px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 29px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.block-slider img{
	width: 100%;
	height: auto;
}
.block-slider .bx-prev{
	left: 0px;
	padding-right: 3px;
}
.block-slider .bx-next{
	right: 0px;
	padding-left: 3px;
}
.block-slider:hover .bx-prev{
	left: 10px;
}
.block-slider:hover .bx-next{
	right: 10px;
}
.block-slider .bx-prev:hover,
.block-slider .bx-next:hover{
	background: #5a88ca;
	color: #fff;
	border-color: #5a88ca;
}

/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager{
	display: block;
    text-align: center;
}
.block-slider .bx-pager-item{
	width: 15px;
	height: 15px;
	background: #fff;
	font-size: 0;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
}
.block-slider .bx-pager-item a{
	width: 100%;
	height: 100%;
	background: #999;
	display: block;
	border-radius: 50%;
}
.block-slider .bx-pager-item a.active{
	background: #1bd172;
}
.block-slider .caption-group{
	position: absolute;
    top: 26%;
    right: 16%;
}
.block-slider .caption-group .title{
	margin: 0;
}
.block-slider .caption-group .subtitle{
	margin: 0;
	margin-top: 5px;
}
.block-slider .caption-group .button-radius{
	margin-top: 27px;
}
.block-slider .caption-group .primary{
	color: #1bd172;
}
.block-slider .caption-group .caption{

}

/*----------------------
[10. Block top seller ]
------------------------*/
.button-radius{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1px;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  margin: 0;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  font-size: 14px;
}
.button-radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
}

.button-radius .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #5a88ca;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.button-radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button-radius.white .icon:before{
  background: #fff;
  color: #333;
}

.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}

.ipmbutton1 {
  background-color: #538fa3; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1em 0;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
} 
.promo-area {
  background:#fbfbfb;
  color: #fff;
  padding: 40px 0 40px;
}

.brands-area {
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  color: #fff;
  padding: 20px 0 20px;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #f4f4f4}
.single-promo {
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #222;}
.promo1 { background:#5a88ca;}
.promo2 { background:#ffd900;}
.promo3 { background:#fa8072;}
.promo4 { background:#4abebd;}
.section-title {
  font-family: "Raleway",sans-serif;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}


.product-f-image {
    position: relative;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden;border: 1px solid #ddd;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #5a88ca;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #5a88ca;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;border-color: #444;
}
.product-carousel-price ins {
  color: #5a88ca;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #5a88ca;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  background:#fa8072;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #FFF; background:#f95f5f;}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brand-wrapper .owl-nav div {
  background:#fa8072;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 0px; padding-top:10px;}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #5a88ca;
}
.wid-view-more {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-widget-area .zigzag-bottom{background: #f4f4f4;}
.footer-top-area .zigzag-bottom{background: #f4f4f4}
.footer-top-area {
  background:#538fa3;
  background-image: url('images/2.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
  color: #999;
  text-align: left;
  padding: 35px 0 180px;
}

.footer-bottom-area {background: #000;color: #fff}
.footer-about-us span {
  color: #5a88ca;
}
.footer-wid-title {
  font-family: AdobeDevanagariBold;
  font-size: 18px;
  font-weight: 100;color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    padding: 1px 0;
    color: #000;
    font-size: 11px;
}
.footer-menu a:hover {
    color: #fff;
}


.footer-social a {
  background: none repeat scroll 0 0 #5a88ca;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;border: 1px solid #5a88ca;
}

.footer-social a:hover {background-color: #222;border-color: #666}

.footer-social {margin-top: 20px}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #5a88ca;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
a {color: #333}
a:hover, a:focus {
	color: #538fa3;
	text-decoration: none
}
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding-bottom: 40px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
    left: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
ol.slide-indicators li {
    background: none repeat scroll 0 0 #222;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}
ol.slide-indicators li.active {
    background: none repeat scroll 0 0 #fff;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
    }


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #5a88ca}

.product-bit-title h2 {
  font-family: AdobeDevanagariBold;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #f4f4f4}

.single-product-area {
  padding: 80px 0 130px;
}

.sidebar-title {
    color: #fead53;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    margin-bottom: 50px;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
    border: 1px solid #ddd;
    padding: 10px;
}

input[type="submit"], button[type=submit] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}

input[type="submit"]:hover, button[type=submit]:hover {background-color: #222}
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent > h2 a {
    color: #222;
}
.product-sidebar-price > ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb > a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}
.product-inner-price {
    margin-bottom: 25px;
}
.product-inner-price > ins {
    color: #5a88ca;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #5a88ca;
    padding: 5px;
    width: 50px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #222;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #5a88ca;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover {
    text-decoration: none;
}
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    margin-bottom: 30px;
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #feae52;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #5a88ca;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #5a88ca;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #5a88ca;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #5a88ca;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #5a88ca;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}


table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #5a88ca;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #5a88ca}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}



.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}
.product-option-shop {
    margin-top: 15px;
}

.single-shop-product {margin-bottom: 50px}

.pagination > li > a, .pagination > li > span {
  color: #5a88ca;
}

#ipmheader {
    height: 100%;
    margin-bottom: 1.2em;
}

#eee:hover + div {
  display: block;
}
.search {
    padding: .5em; 
    float: right; 
    background-color: #538fa3; 
    z-index: 9999; 
    position: absolute; 
    right: 0;
    width: 260px;
    margin-right: 2%
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu {
    line-height: 1;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    border-bottom: 0px solid #00b0b9;
    width: 65%;
    background: transparent; 
    margin-top: 8px; 
    margin-right: 0px; 
    margin-left: 0px; 
    border-bottom: 2px solid #479093; 
    padding: 0; 
    float: left; 
}
#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}
#cssmenu a {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    color: #333;
    display: block;
    font-family: AdobeDevanagariRegular, sans-serif;
    font-size: 19px;
    padding: 10px 13px;
    text-decoration: none;
}
#cssmenu ul {
    list-style:: none;
}
#cssmenu > ul {
    font-size: 0;
}
#cssmenu > ul > li {
    display: inline-block;
    float: right;
    margin: 0;
}
#cssmenu.align-center {
    text-align: center;
}
#cssmenu.align-center > ul > li {
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    color: #333;
}
#cssmenu > ul > li:hover:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #479093;
    margin-left: -9px;
}
#cssmenu > ul > li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -2px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    margin-left: -9px;
}
#cssmenu > ul > li:first-child > a {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
    color: #333;
    box-shadow: inset 0 0 3px #fff;
    -moz-box-shadow: inset 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 3px #fff;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: transparent}
#cssmenu .has-sub {
    z-index: 1;
}
#cssmenu .has-sub:hover > ul {
    opacity: 1;
    transition: opacity .25s ease-out ;
    height: auto;
  }
#cssmenu .has-sub ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    border-right: 1px solid #538fa3;
    border-left: 1px solid #538fa3;
    border-bottom: 1px solid #538fa3;
    width: 260px;
    top: 100%;
    left: 0;
    border-top:solid 0px #479093;
    margin-top: 2px;
}
#cssmenu.align-right .has-sub ul {
    left: auto;
    right: 0;
}
#cssmenu .has-sub ul li {
    *margin-bottom: -1px;
    list-style: none;
}
#cssmenu .has-sub ul li a {
    background: #fff;
    //border-bottom: 1px dotted #31b7f1;
    font-size: 16px;
    filter: none;
    display: block;
    line-height: 120%;
    padding: 10px;
    color: #222;
}
#cssmenu .has-sub ul li:hover a {
    background: #eee;
    color: #538fa3;
}
#cssmenu ul ul li:hover > a {
    color: #222;
}
#cssmenu .has-sub .has-sub:hover > ul {
    display: block;
}
#cssmenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
    left: auto;
    right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
    background: #eee;
    border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
    background: #eee;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
    border-bottom: 0;
}

@media screen and (min-width: 980px) {
    nav {
        display: none;
    }
    .panebodyEn{
      min-height: 1800px
    }
}

#menubar {
    overflow-y: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #daefe3;
    max-width: 100%;
    padding: 0;
    background: rgba(38,38,38,.9); 
    height: auto; 
    width: 100%; 
    float: left; 
    margin-top: 124px; 
    z-index: 12001; 
    color: #333;
}

@media screen and (max-width: 479px) {
  #menubar{
    margin-top: 180px}
}

#menubar a:not(.close) {
    border-top: solid 1px #8dcca9;
    color: #bbb;
    //font-weight: 600;
    display: block;
    padding: 7px 0;
    text-decoration: none;
    font-weight: 400;
}

#menubar a:not(.close):first-child {
    border: none;
}

#menubar .close {
    text-decoration: none;
    -moz-transition: color 2s ease-in-out;
    -webkit-transition: color 2s ease-in-out;
    -ms-transition: color 2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    color: #daefe3;
    cursor: pointer;
    display: block;
    height: 4em;
    padding-right: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 5em;
}

#menubar .close:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    content: '\f00d';
    width: 3em;
    height: 3em;
    line-height: 3em;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

#menubar .close:hover {
    color: inherit;
}

.lPaneEn {
	width: 33.33333333%;
	float: left;
}
.cPaneEn {
        border-top: 3px #0089d1 solid;
        border-right: 1px #ddd solid;
        border-bottom: 1px #ddd solid;
        border-left: 1px #ddd solid;
        margin: 0 -10px 1em -10px;
        padding: 6px;
        height: 1800px;
}
.rPaneEn {
        border-top: 3px #b31b1b solid; 
        border-right: 1px #ddd solid; 
        border-bottom: 1px #ddd solid; 
        border-left: 1px #ddd solid; 
        margin: 0 -15px 1em -10px; 
        padding: 6px; 
        height: 1800px
}
.lPaneFa {
        width: 33.33333333%;
        float: right;
}
.cPaneFa {
        width: 33.33333333%;
        float: right;
}
.rPaneFa {
        width: 33.33333333%;
        float: right;
}
.rWidePaneEn {
        width: 66.66666666%;
        float: right;
}
.lWidePaneFa {
        width: 66.66666666%;
        float: right;
}

.panebodyEn{
  border-top: 3px #0089d1 solid; 
  border-right: 1px #ddd solid; 
  border-bottom: 1px #ddd solid; 
  border-left: 1px #ddd solid; 
  padding: 16px; 
  height: 100%;
  display: block;
}

#header-title {
	padding: .2em 0 .5em 0;
	border-bottom: 1px solid #ddd;
}

.swiper-slider {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden
}

.swiper-clients-img{
	display:block;
	width:64px;
	height:auto;
	margin:0 auto;
	opacity:1;
	cursor:pointer
}

.swiper-clients-img:hover{
	opacity:.8
}

#navmenubody{
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
  background-color: #dce7eb;
  font-family: "MyriadProRegular", sans-serif;
  color: rgba(48, 69, 92, 0.8);
  scroll-behavior: smooth;
}

body {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 90px 0;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 0 0 #ff6873 inset;
  background-color: #fefffa;
  max-width: 450px;
  padding: 30px;
  scroll-behavior: smooth;
}
@media (max-width: 550px) {
  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
  .cPaneEn {
    height: 100%;
  }
  .rPaneEn {
    height: 100%;
    margin-right: -10px    
  }   
}

h1, h2 {
  color: #ff6873;
}

h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}

p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:last-of-type {
  padding-bottom: 0;
}
ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
}

#navmenubody {
  margin: 1em
}
#navmenubody .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#navmenubody .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.nvmenubody o-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#navmenubody h1, h2 {
  color: #538fa3;
}

#navmenubody h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: 100;
}

#navmenubody h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  //background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}

#navmenubody p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#navmenubody ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#navmenubody ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 16px;
  border-top: 0px dotted #dce7eb;
}
#navmenubody ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#navmenubody ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#navmenubody ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#navmenubody ul li:last-of-type {
  padding-bottom: 0;
}
#navmenubody ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 4px;
  right: 0;
}
#navmenubody ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #538fa3;
  width: 3px;
  height: 9px;
}
#navmenubody ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#navmenubody ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#navmenubody ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#navmenubody ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#navmenubody ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#navmenubody ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#navmenubody @keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}




/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #538fa3;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


    /* Collapse */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


.aside-container{
  padding: 0;
  margin-bottom: 1em;
  float: left;
  //width: 50%;
}
@media screen and (max-width: 769px){
  .aside-container{
    display: block;
    width: 100%;
  }
  .search {
    margin-right: 0 
  }
  .cPaneEn {
    height: 100%;
  } 
  .rPaneEn {
    height: 100%;
    margin-right: -10px
  }   
}

@media screen and (min-width: 900px){
  .search {
    margin-right: 70px  
    }   
}

.aside-container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.aside-content {
  position: relative;
  //width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.aside-content .aside-content-overlay {
  background: rgba(255,255,255,0.9);//rgba(83,143,163,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.aside-content:hover .aside-content-overlay{
  opacity: 1;
}

.aside-content-image{
  width: 100%;
  border: solid 1px #ddd;
}

.aside-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.aside-content:hover .aside-content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.aside-content:hover > .aside-content-image{
  //margin-left: 59%;
   //-webkit-transition: all 0.6s ease-in-out 0s;
  //-moz-transition: all 0.6s ease-in-out 0s;
  //transition: all 0.6s ease-in-out 0s;
}
.aside-content-details h3{
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.15em;
  //margin-bottom: 0.5em;
  text-transform: uppercase;
}

.aside-content-details p{
  color: #aaa;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.rightlinks1 > a {
    color: rgb(83,143,163,)
}

.news_image_En{
  float: right;
}
.newsMedia{
  line-height: 1.2em
}

#pageblock{
  width: 80%;
}

.NewsTitleEn{
  font-family: AdobeDevanagariBold;
  font-size: 16px;
}

.NewsSubtitleEn{
  font-family: AdobeDevanagariRegular;
  font-size: 16px;
}

.SectionNameEn{
  font-family: MyriadProRegular;
  font-size: 12px;
  font-weight: 100;
}

.style1{
  font-size: 15px;
  font-family: AdobeDevanagariRegular;
  text-align: justify;
}

.style1b{
  font-size: 15px;
  font-family: AdobeDevanagariBold;
  text-align: justify;
}

.style2{
  font-size: 15px;
  font-family: AdobeDevanagariRegular;
  text-align: center;
  font-stretch: semi-expanded
}

.style3{
  font-size: 15px;
  font-family: MyriadProRegular;
  text-align: justify;
}

.people_main{
  font-family: MyriadProRegular ;
  font-size: 1.1em;
  color: #3a3a3a;
  float: left;
  padding-left: 1em;
  min-height: 7px;
  border-left: 3px solid #3fa4a7;
  text-align: left;
  margin-bottom: .3em
}

.people_listing{
  font-family: MyriadProRegular;
  font-size: 1em;
  color: #3a3a3a;
  float: left;
  padding-left: 3em;
  min-height: 7px;
  border-left: 3px solid #707272;
  text-align: left;
  margin-bottom: .5em
}

.pinfosection{
  margin: 1em 0 .5em 0;
  font-family: MyriadProSemibold;
  font-size: 1.5em;
  color: #538fa3;
}

.pinfodesc{
  font-family: AdobeDevanagariRegular;
  font-size: 1.2em
}

.LogoSwiper{
  background-color: #fff; 
  padding: 20px; 
  border: solid 1px #ddd; 
  margin-bottom: 10px
}

.news_image a:hover{
  opacity: .7
}

.events-section{
  font-family: MyriadProRegular;
  font-size: 12px;
   font-weight: 100
}
.events-type{
  font-family: AdobeDevanagariBold;
  font-size: 15px
}
.events-day{
  font-family: MyriadProRegular;
  float: right;
  font-size: 12px;
   width: 100%
}
.events-month{
  font-family: MyriadProRegular;
  float: right;
  font-size: 12px; 
   width: 100%
}
.events-year{
  font-family: MyriadProRegular;
  float: right;
  font-size: 12px; 
   width: 100%
}
.events-popup-subtitle{
  font-family: AdobeDevanagariBold
}
.thirtyyears{
  text-align: center;
  padding: 0em;
  font-size: 22px !important;
  line-height: 1.5em;
  font-family: HelvNueOutline;
  color: #fff;
  font-weight: 500
}
.op-list-title{
  list-style: none;
  padding: 0 10px;
  float: left;
}
.instagram-logo {
  path {
    fill: #eee;
  }
  circle: #eee;
  .logo {
    fill: #eee;
  }
}
.more {
	color: #538fa3;
}
.opformrow{
	padding: 1em 0
}
.opinput{
	padding: 0 1em;
	width: 12em;
	height: 3em;
	border: solid 1px #ddd;
	border-radius: 5px;
	margin-left: 2em;
}
.opsubmit{
	width: 8em;
	height: 3em;
	border-radius: 5px;
	margin-left: 2em
}
.loginbox{
	padding: 2em;
	left: 40%;
	right: 40%;
	background-color: #eee;
	width: 360px;
	height: 480px;
	position: relative;
	margin: 2em; 
}
