@charset "utf-8";

/*=======================================================================
                    Conundrum Style
=========================================================================*/

.conundrum_family_info p{
	font-size: 34px;
  color: #3d3d3d;
  font-family: 'TitilliumWeb-Bold', sans-serif;
  display: block;
}
.dots_img{
	background: url(../images/conundrum/ellipse_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.disp_table{
    display: table-cell;
    vertical-align: middle;
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*=======================================================================
                    Conundrum About
=========================================================================*/

#coundrum_about{
	background: #f0f0f0;
	position: relative;
}
.coundrum_about_info p{
	font-size: 18px;
	color: #363429;
	font-family: 'TitilliumWeb-Regular', sans-serif;
	text-align: justify;
}
.coundrum_about_info h2{
	text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #363429;
    font-size: 24px;
    margin: 2.5rem 0 3rem;
}
.coundrum_about_info h3{
	text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #363429;
    font-size: 20px;
    margin-top: 1.5rem;
}

.int_form_email{
	display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin: 15px auto 10px;
}
.int_form_email .int_email{
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 2px 0px 2px 5px;
    border: 1px solid #e9e9e9;
}
.int_form_email .txt-input {
    display: inline-block;
    border-radius: 25px;
    width: 75%;
    float: left;
    height: 45px;
    /*padding-left: 8px;*/
    padding: 0 0px 0px 8px;
    box-sizing: border-box;
    border: 0px solid #ddd;
    font-size: 16px;
}
.int_form_email .form-control:focus {
    border-color: #ddd;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.int_form_email .btn-subscribe{
    height: 45px;
    background: #ffd400;
    color: #363429;
    border-radius: 25px;
    /*display: table-cell;*/
    text-transform: uppercase;
    font-family: 'TitilliumWeb-SemiBold',sans-serif;
    font-size: 15px;
    padding: .375rem 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.int_form_email .btnSubmit {
    background-color: #ff0000;
    border: none;
    display: inline-block;
    width: 38px;
    height: 36px;
    float: left;
    background-image: url(../images/tick.html);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

#header .sticky-wrapper {
    box-shadow: 1px 2px 1px 0 #f0f0f0;
    /* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%); */
}

#conundrum_videos.bvm_padding{
    padding: 40px 0px 60px;
}
#conundrum_videos .vimeo_carousel iframe{
  display: block;
  margin:10px auto 0px;
  width: 100%;
}
/*#conundrum_videos .vimeo_carousel .owl-nav{
  position: relative;
}*/
#conundrum_videos .vimeo_carousel .owl-nav .owl-prev{
  position: absolute;
  top: 0px;
  left: -30px;
  bottom: 0;
  font-size: 50px;
  z-index: 1;
  color: #010101;
}
#conundrum_videos .vimeo_carousel .owl-nav .owl-next{
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: 0;
  font-size: 50px;
  z-index: 1;
  color: #010101;
}
#conundrum_videos .vimeo_carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #31b0d5;
}
.conundrum_videos_info h2{
	text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #363429;
    font-size: 28px;
    margin-bottom: 30px;
}
.video-right-info h2{
	text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #363429;
    font-size: 22px;
    margin-bottom: 10px;
}
.video-carousel{
  position: relative;
}
.video-carousel a span{
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 3px solid #fff;
    border-radius: 65px;
    padding: 12px 15px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-carousel .item.slide {
    position: relative;
}
.video-carousel a span i {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 0 6px rgb(0 0 0 / 30%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.slide a{
	text-decoration: none;
}
.slide a h2{
	text-align: center;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #363429;
    font-size: 20px;
    margin-bottom: 60px;
    text-decoration: none;
    margin-top: 10px;
}
.video-right ul{
	padding: 0;
}
.video-right ul li{
	list-style: none;
	margin-bottom: 5px;
}
.video-right ul li a img{
	width: 210px;
}
.video-carousel .owl-nav{
	position: absolute;
    bottom: 0;
    right: 0;
    /*left: 0;*/
}
/*.video-carousel .owl-nav .owl-next, .video-carousel .owl-nav .owl-prev{
	 background: #000;
    width: 30px;
    color: #fff;
    font-size: 20px;
    height: 30px;
}*/
.video-right{
	text-align: center;
	margin: 0 auto;
    position: relative;
}
.video-right:before{
    content: '';
    border-left: 1px solid #cfcfcf;
    position: absolute;
    left: 25px;
    height: 100%;
}
.video-carousel.owl-carousel .owl-nav button.owl-next, .video-carousel.owl-carousel .owl-nav button.owl-prev, .video-carousel.owl-carousel button.owl-dot{
	background: #ff585d;
    width: 40px;
    color: #fff;
    height: 40px;
}
.video-carousel.owl-carousel .owl-nav button.owl-next span, .video-carousel.owl-carousel .owl-nav button.owl-prev span{
	font-size: 1rem;
}
.video-carousel .owl-nav .disabled{
    pointer-events: none;
    cursor: default;
}

.video-right{
  position: relative;
}
.video-right a span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 3px solid #fff;
    border-radius: 65px;
    padding: 12px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-right ul li {
    position: relative;
}
.video-right a span i {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 0 6px rgb(0 0 0 / 30%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}