@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url(../fonts/fontawesome/font-awesome.css);
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

img {
  max-width: 100%;
}

a {
  outline: none !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-moz-selection {
  background: green;
  color: #fff;
}

/* Mozilla based browsers */

::selection {
  background: green;
  color: #fff;
}

/* Works in Safari */

/*ClearFix*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.bold {
  font-weight: bold;
}

/***********************COMMON CSS*/

.clearboth {
  clear: both
}

.testbg {
  background: red;
}

/*Fonts*/

/*TITLES*/

/*BUTTONS*/

/*MAIN LAYOUT******/

html,
body {
  width: 100%;
  line-height: normal;
  font-size: 14px;
  background: #fff;
  color: #181818;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Montserrat';
}

.yellow-bg {
  background: #f1c074;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.maincontainer {
  width: 1348px;
  margin: 0 auto;
}

/******Header*******/

.maincontainer header {
  background: url(../images/header.jpg) no-repeat;
  height: 147px;
  position: relative;
}


.maincontainer header .top__menu ul {
  float: left;
}

.maincontainer header .top__menu ul li {
  float: left;
  list-style-type: none;
  margin-left: 25px;
  color: #fff;
}

.maincontainer header .top__menu ul li:first-child {
  list-style-type: none;
  margin-left: 0;
}

.maincontainer header .top__menu ul li a {
  padding: 5px;
  color: #000;
  line-height: 45px;
  position: relative;
  font-weight: 600;
}

.maincontainer header .top__menu ul li a:hover,
.maincontainer header .top__menu ul li.active a {
  color: #cd6d37;
}

.maincontainer header .top__menu ul li a:after {
  position: absolute;
  right: -14px;
  height: 15px;
  width: 1px;
  background: #000;
  content: " ";
  top: 8px;
  z-index: 9;
}

.maincontainer header .top__menu ul li:last-child a:after {
  display: none;
}

.maincontainer header .top__menu__contact {
  float: right;
  margin-right: 25px;
}

.maincontainer header .top__menu__contact ul {
  margin-left: 0;
}

.maincontainer header .top__menu__contact ul li:first-child {
  list-style-type: none;
}

.maincontainer header .top__menu__contact ul li a {
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.maincontainer header .top__menu__contact ul li a:hover {
  color: #cd6d37;
}

.maincontainer header .logo {
  margin-top: 15px;
}

/******Content******/

.saptarang {
  margin-top: -25px;
}

.saptarang .saptarang-wrap {
  border-bottom: 3px solid #cd6d37;
  position: relative;
}

/*.saptarang .saptarang-wrap:before { content: " "; position: absolute; height: 2px; width: 60%; top: -2px; left: 0; background: #cd6d37; }*/

.saptarang .saptarang-wrap .col-sm-4,
.saptarang .saptarang-wrap .col-sm-8 {
  padding: 0;
  margin: 0;
  color: #cd6d37;
  font-size: 24px;
}

.saptarang .saptarang-wrap .col-sm-4 span {
  position: absolute;
  top: 110px;
  left: 230px;
  font-weight: 600;
}

.saptarang .saptarang-wrap .col-sm-4 .corner {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.home__events .col-sm-12 {
  padding: 0px 50px;
}

#eventslider {
  background: url('../images/slider/eventslider_bg.jpg') repeat;
  background-size: contain;
  padding: 1px 60px;
}

.home__events h1 {
  color: #ca5b23;
    font-size: 30px;
    margin: 50px 0 35px 60px;
    font-weight: bold;
    text-align: center;
}

.home__events .slick-prev {
  left: -15px;
}

.home__events .slick-next {
  right: -25px;
}

.event__info {
  padding: 50px 60px;
  position: relative;
}

.event__info .col-sm-4 {
  padding-left: 50px;
}

.event__info:after {
  position: absolute;
  height: 5px;
  width: 350px;
  background: #d9dada;
  content: " ";
  bottom: 0;
  left: calc(50% - 175px);
}

.event__info h4, .event__info h4 a {
  font-size: 40px;
  color: #f08624;
  font-weight: 600;
  font-family: 'Montserrat';
}

.event__info h5 {
  color: #8a8a8a;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.home__about {
  padding: 40px 45px;
}

.home__about p {
  margin-bottom: 15px;
}

/*****Footer*******/

.maincontainer footer .footer {
  background: #c75b1e;
  padding: 20px 45px;
}

.maincontainer footer .footer .col-sm-4 img {
  padding: 0;
  width: 120px;
  float: right;
}

.maincontainer footer .footer p {
  color: #fff;
  margin-bottom: 5px;
}

.maincontainer footer .footer a {
  color: #fff;
}

.copyright {
  background: #93461f;
  padding: 10px 45px;
  color: #fff;
  font-size: 14px;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-list {
  padding: 0 0px !important;
}

.home__trips-wrap .center {
  position: relative;
  left: -15px;
}

.home__trips-wrap .slick-slide img {
  height: 191px;
}

.home__trips-wrap .single.slick-slide {
  margin-right: 5px;
}

/*****jeevangani********/

.home__events .slick-prev:before,
.home__events .slick-next:before {
  background: url(../images/slider/arrow.jpg) no-repeat;
  position: absolute;
  content: " ";
  width: 20px;
  height: 25px;
}

.slick-prev:before {
  transform: rotate(180deg);
  right: 10px;
}

.slick-next {
  right: 50px;
}

.slick-prev {
  left: 50px;
  z-index: 99;
}

.saptarangslider .slick-prev:before,
.saptarangslider .slick-next:before {
  background: url(../images/slider/sliderarrow.png) no-repeat;
  position: absolute;
  content: " ";
  width: 20px;
  height: 25px;
}

.slick-prev,
.slick-next {
  background: none;
  height: auto;
  width: auto;
}

/*********jeevangani Ends*********/

.eventportfolio {
  padding: 0 15px;
}

.eventportfolio .col-sm-4 .folio__media {
  float: left;
  cursor: pointer;
}

.eventportfolio .col-sm-4 .folio__media p {
  text-align: center;
  padding: 20px;
}

.eventportfolio .col-sm-4 .folio__media p .fa {
  font-size: 35px;
  color: #cd6d37;
  cursor: pointer;
}

.eventportfolio .col-sm-4 .folio__content-wrap {
  float: right;
  width: 60%;
}

.eventportfolio .col-sm-4 .folio__content p,
.col-sm-4 .folio__content-marathi p {
  margin-bottom: 10px;
}

.slick-overlay {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.slick-overlay.active {
  display: block;
}

.slick-overlay .slick-overlay-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.slick-overlay-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}

.slider-popup {
  top: 50%;
  transform: translateY(-50%);
}

.slick-overlay-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 99;
}

.slick-overlay-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
  cursor: pointer;
}

.folio__title h1 {
  color: #8c8c8c;
  font-size: 30px;
  margin: 15px 0 0px 0px;
  font-weight: bold;
}

.eventportfolio-wrap .row {
  margin-bottom: 40px;
}

img.mfp-img {
  max-width: 650px;
}

.folio__lang {
  color: #8c8c8c;
  font-weight: bold;
  padding-left: 70px;
}

.folio__lang div {
  color: #000;
  font-size: 24px;
  cursor: pointer;
}

.eventportfolio-wrap .row.view__photos {
  margin-bottom: 15px;
}

.view__photos h1 {
  color: #cd6d37;
  font-weight: bold;
  font-size: 12px;
}

.view__photos h1 span {
  margin-left: 60px;
}

/** about us page **/
.about-us{
  display: flex;
  width: 100%;
}
.sidebar{
  height: fit-content;
  flex: 1 0 280px;
}
.sidebar img{
  margin: 0 auto;
}
.content > img{
  margin-bottom: 30px
}
.content p{
  margin-bottom: 10px;
  font-weight: bold;
}
.folio__title h1{
  color: #ca5b23;
  font-size: 30px;
  margin: 15px 0 30px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.div-association-with img{
  margin: 20px 0px;
}
.event{
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #ededed;
  padding: 27px 20px 20px 20px;
  min-height: 300px;
  margin-bottom: 30px;
}
.event h3{font-weight: bold;font-size: 18px;margin-bottom: 18px;position: relative;padding-right: 30px}
.event h3 img{
  position: absolute;
  right: 0px;
  width: 30px;
  top: 0px;
}
.event p{
  margin-bottom: 5px
}
.blue{
  border-left: 15px solid #025196;  
}
.orange{
  border-left: 15px solid #e87717;  
}
.purple{
  border-left: 15px solid #af1b69;  
}

.range-events h3{
  color: #ca5b23;
  font-size: 30px;
  margin: 35px 0 30px 0px;
  font-weight: bold;
  text-align: center;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
  margin: 0px 8px;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-bottom: 8px solid #dadada;
  padding: 8px 16px;
  color: #898989;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #e74739;
  cursor: default;
  background-color: #fff;
  border:none;
  border-bottom: 8px solid #e74739  ;
}
.nav-tabs>li>a:hover {
  background: none;
  color: #e74739;
  border-bottom: 8px solid #e74739 
}
.nav-tabs>li.active>a::after{
  content: '';
  background: url('../images/tab-tag.png');
  background-size: contain;
  position: absolute;
  width: 64px;
  height: 60px;
  left: 0px;
  margin: 0 auto;
  top: 64px;
}
.range-events{
  padding: 0px 0px
}
.range-events .tab-content{
  padding: 20px;
}
.nav-tabs>li>a.single{
  height: 64px;
    line-height: 44px;
}
.bg-grey{
  background-color: #f0ede8;
}
.div-contact{
  padding: 30px 30px;
}

.div-contact h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.email{margin: 30px 0px 20px 0px}
.email a{color: #333;}
.contact{font-weight: bold}
.range-events{margin-top: 50px}
.event-category a h3, .event-category a p{color: #333;}

.warning-message{ display: none;    height: 100vh;
  background-color: #000; }
  .warning-message img{
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
  }
@media only screen and (orientation:portrait){
    .maincontainer{ display:none; }
    .warning-message{ display:block; }
}
@media only screen and (orientation:landscape){
  .warning-message{ display:none; }
}