.blog img{
    width: 600px;
}
.u-section-2 {
    background-image: none;
}
.u-section-2 .u-layout-cell-1 {
    min-height: 387px;
}
.u-section-2 .u-container-layout-1 {
    padding: 30px 30px 40px;
}
.u-section-2 .u-text-1 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.u-section-2 .u-text-2 {
    margin-bottom: 0;
    margin-top: 20px;
    
    font-size: 3.75rem;
}
.u-section-2 .u-social-icons-1 {
    white-space: nowrap;
    height: 32px;
    min-height: 16px;
    width: 158px;
    min-width: 94px;
    margin: -12px auto 0 0;
}
.u-section-2 .u-icon-1 {
    height: 100%;
}
.u-section-2 .u-icon-2 {
    height: 100%;
}
.u-section-2 .u-icon-3 {
    height: 100%;
}
.u-section-2 .u-icon-4 {
    height: 100%;
}
.u-section-2 .u-image-1 {
    min-height: 288px;
    background-position: 50% 50%;
}
.u-section-2 .u-container-layout-2 {
    padding: 0px 30px 30px 40px;
}
.u-section-2 .u-text-3 {
    text-transform: uppercase;
    line-height: 2;
    font-size: 18px;
    margin: 0 0 0 196px;
}
.u-section-2 .u-image-2 {
    min-height: 675px;
    /*background-image: url("<$this->request->webroot ?>new_theme/Rahul-stylish.jpg");*/
    background-position: 50% 0%;
}
.u-section-2 .u-container-layout-3 {
    padding: 30px;
}
@media (min-width: 1200px){
    .u-sheet {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 639px;
    }
    .u-section-2 .u-layout-wrap-1 {
        width: 940px;
    }
    .u-section-2 .u-layout-cell-1 {
        min-height: 377px;
    }
    .u-section-2 .u-image-1 {
        min-height: 281px;
    }
    .u-section-2 .u-text-3 {
        margin-left: 141px;
    }
    .u-section-2 .u-image-2 {
        min-height: 498px;
    }
}
@media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 489px;
    }
    .u-section-2 .u-layout-wrap-1 {
        width: 720px;
    }
    .u-section-2 .u-layout-cell-1 {
        min-height: 100px;
    }
    .u-section-2 .u-container-layout-1 {
        padding-bottom: 30px;
    }
    .u-section-2 .u-text-2 {
        font-size: 4rem;
    }
    .u-section-2 .u-image-1 {
        min-height: 497px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-top: 30px;
        padding-left: 30px;
        transform: translateY(-460px);
    }
    .blog img{
        width: 550px;
    }
    .content-wrapper{
        margin-top:-300px;
    }
    .u-section-2 .u-text-3 {
        font-size: 1.25rem;
        width: auto;
        margin-left: 388px;
    }
    .u-section-2 .u-image-2 {
        min-height: 673px;
    }
}
@media (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
        min-height: 367px;
    }
    .u-section-2 .u-layout-wrap-1 {
        width: 540px;
    }
    .u-section-2 .u-text-2 {
        font-size: 4.5rem;
    }
    .u-section-2 .u-image-1 {
        min-height: 373px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-left: 10px;
    }
    .u-section-2 .u-text-3 {
        margin-left: 233px;
    }
    .u-section-2 .u-image-2 {
        min-height: 505px;
    }
    .u-section-2 .u-container-layout-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    

 
}
@media (max-width: 575px) {
    .u-section-2 .u-sheet-1 {
        min-height: 231px;
    }
    .u-section-2 .u-layout-wrap-1 {
        width: 340px;
    }
    .u-section-2 .u-text-1 {
        font-size: 1.25rem;
        width: min-content;
    }
    .u-section-2 .u-text-2 {
        font-size: 2.75rem;
        width: min-content;
    }
    .u-section-2 .u-image-1 {
        min-height: 235px;
    }
    .u-section-2 .u-container-layout-2 {
        padding-right: 10px;
    }
    .u-section-2 .u-text-3 {
        margin-left: 90px;
        font-size: 1.5rem;
    }
    .u-section-2 .u-image-2 {
        min-height: 318px;
    }

        .blog img {
        width: 320px;
    }
}
.content-container{
    height: 600px;
    color:white;
    background-color: rgb(0,0,0,0.8);
    padding:10px 30px;
    overflow: auto;
} 
.info_slide_dots{
    display: none !important;
}











.content-container::-webkit-scrollbar-track, body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
}

.content-container::-webkit-scrollbar, body::-webkit-scrollbar
{
    width: 12px;
    /*background-color: #F5F5F5;*/
}

.content-container::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999;
}


.main-wrapper {
    position: relative;
    width: 840px;
    margin:auto;
}
.first-btn {	
    position: absolute;
    top: -10px;
    left: 225px;
}
/*
img {
    max-width: 100%;
    height: auto;
}
*/

.js .imagemap__item {
    display: none;
}

@media screen and (min-width: 48em) {

    .imagemap__item:target {
        display: block;
    }
    .imagemap__item:target > .imagemap__text {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .imagemap__img {
        min-width: 180% !important;
        max-width: 180% !important;
        right:0px !important;
        left:auto !important;
    }
    .content { 
        margin-left: 0px;
    }
    .arrows {
        right: -22px !important;
    }
    .navigation, .navigation:hover {
        font-size: 15px !important;
        padding: 2px !important;
        width: 30px !important;
        height: 30px !important;
    }
}
.this_me , .picture_section , .latest_rahul_section , .about_me_section , .career_section {
    animation-name: zoom;
    animation-duration: 0.6s;
}


@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
@keyframes zoomincrease {
    from {transform:scale(0.5)}
    to {transform:scale(1)}
}

.overlayText {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(42,42,42,0.3), rgba(0,0,0,0.75) 50%);
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}
.board-top img {
    display: block;
    margin:auto;
    width: 100%;
    position: relative;
    z-index: 99999999999999;
}
.internal-content {
    padding-top: 10px;
    margin-top: 0px;
    color: white !important;
    text-shadow:1px 1px 0px #000;
    font-family:calibri;
    font-size: 16px !important;
    overflow-x:hidden;
}
.arrows {
    bottom: 4%;
    margin-top: auto;
    margin-bottom: auto;
    right:-25px;
    position: absolute;
    z-index: 9999900000000;
}
.nicescroll-cursors {
    display:none;
}
.navigation , .navigation:hover {
    display: block;
    color: #fff;
    background: black;
    padding: 5px;
    margin-top:15px;
    font-size: 28px;
    border-radius: 20em;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 20px;
    border: 2px outset;
}
.navigation, .navigation:hover , .navigation:focus, .navigation:visited {
    color:#fff;
    outline: none;
}
.cross-left , .cross-right {
    position: absolute;

}
.cross-left {
    left:0px;
    top:-20px;
}
.cross-right {
    right:0px;
    top:-20px;
}
.cross-btns {
    display: block;
    margin:auto;
    z-index:99999999999999999;
}
.board-top {
    width: 100%;	
}
.internal-content {
    padding-right: 10px;
}

@media (max-width: 500px) {
    .cross-right {
        right: -6px;
        top: 5px;
    }
    .cross-left {
        left: -6px;
        top: 5px;
    }
    .cross-btns img{
        width: 25px;
    }
    .internal-container {
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px 5px 20px 8px;
}
    .internal-content {
        padding-right: 0px;
    }
    .nicescroll-cursors {
        display: none;
    }
}
.masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}

.masonry .brick {
    margin-bottom: 30px;
    display: inline-block; 
    vertical-align: top; 
}

.masonry .brick img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden; 
}

.masonry .brick:hover img {
    opacity: .75;
}

.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 50px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .desc {
        font-size: 1.25em;
    }

    .intro {
        letter-spacing: 1px;
    }

    .masonry {
        column-count: 3;
    }
}
.masonary-caption {
    background: #000;
    color: #ccc;
    text-align: center;
    line-height: 20px;
    padding:5px;
}
.waittext {
    text-align:center;
    font-size: 22px;
    padding: 40px;
}
.content_heading {
    margin-top: 0px;
    font-size: 36px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px black;
}
.galleryblock .content_heading {
    font-size: 26px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}














.nocontent {
    text-align: center;
    font-size: 18px;
    padding: 20px;
}
.backbtn , .backbtn:hover {
    font-size: 14px;
    background:#ffa600;
    padding: 5px;
    font-weight: bold;
    margin-top: 16px;
    border-radius: 2px;
    border: 2px outset #000;
    color: #000 !important;
    text-decoration: none;
    text-shadow:none;
}
.close-btn , .close-btn:hover , .close-btn:focus {
    background:#FD111E;
    color:#fff;
    display:block;
    width:120px;
    height:30px;
    line-height:30px;
    margin:auto;
    position:relative;
    z-index:99999999999999;
    text-align:center;
    text-decoration:none;
    margin-top: 10px;
    border: 1px outset #ccc;
}
.pleasewait {
    position: absolute;
    top:50%;
    margin-top:auto;
    left:50%;
    margin-right:auto;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}
.internal-content {
    height: 600px;
    overflow-y: hidden;
}
@media (min-width: 768px) {

    body {
        overflow-y: hidden;
    }
}
@media (max-width: 767px) {
    .backbtn {
        margin:auto !important;
        float:none !important;
        display: block;
        width: 150px;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .content_heading {
        float:none !important;
    }

}
.fancybox-container {
    z-index: 999999999999999999999 !important;
}
.m-imagemap img.active{z-index:3 !important;opacity:1 !important;}

.internal-menu {
    margin:0px;
    margin-top:30px;
    margin-right:0px;
}
.internal-menu li {
    list-style:none;
    margin-bottom: 10px;
}

.internal-menu li a {

    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 150px;
    height: 45px;
    text-align: center;
    color: #fff !important;
    line-height: 40px;
    text-decoration:none;
}
.owl-carousel {
    margin-top:10px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #bdbdbd;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 0px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    position: relative;

}

.timeline-badge::before {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -5px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body {
    padding: 10px;
    background: #ffffff;
    color: #000;
    text-shadow: none;
    padding-bottom: 10px;
    text-align: justify;
}
.timeline > li > .timeline-panel{
    background: #46b8e9;
}

.timeline > li.timeline-inverted > .timeline-panel {
    background: #3ee9d1;
}

.timeline > li > .timeline-panel:after  {
    border-left: 14px solid #46b8e9;
    border-right: 0 solid #46b8e9;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-right: 14px solid #3ee9d1;
    border-left: 0 solid #3ee9d1;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-heading {
    padding: 20px;
}
.timeline-heading h4{
    font-size: 22px;
    color: #fff !important;
    text-shadow: 1px 1px 0px #000;
    letter-spacing: 2px;
    margin:0px; 
    text-transform: uppercase;
    line-height: 22px;
}
.timeline-heading .year {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
    padding: 10px;
    margin-right: 10px;
    color: #fff !important;
    text-shadow: 1px 1px 0px #000;
    float:left;
}
#sync1 .item-video{
    background: #0c83e7;
    height:300px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top:5px;
}

.slick .slick-slide {
    outline: none !important;
    -webkit-backface-visibility: hidden !important;
}
.slick .item {
    background: white;
}
.slick .slick-slide * {
    -webkit-backface-visibility: hidden !important;
}
.slick .slick-track {
    background: #0c83e7;
    height:280px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.caption {
    text-align: center;
    padding: 10px 0 0 0;
    color: #000;
    margin: 0;
    font-size: 24px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 91%;
    width: 75px;
    margin-top: 0px;
    border-radius: 0px;
    padding: 3px;
}
.slick-next {
    right: 0%;
}
.slick-prev {
    left: 0%;
}
.slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.slick-dots li button {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 0px;
    color: #fff;
}
.slick-active button {
    border: 1px solid #337ab7 !important;
    background-color: #337ab7 !important;
}
@media (max-width: 767px) {
    .timeline-panel {
        width: 100% !important;
        float: none !important;
    }
    .timeline > li > .timeline-panel:after , .timeline > li > .timeline-panel:before {
        display: none !important;
    }
    .timeline {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width:500px) {
    .internal-content p img {
        width: 100% !important;
        float:none !important;
    }
}
#instafeed-container a {
    position:relative;
}
#instafeed-container a span {
    position: absolute;
    top: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 100%;
    left: 0px;
    padding: 10px;
}

.instaheading {
    color: #fb3958;
    text-shadow: none;
    background: #fff;
    padding: 8px 5px;
    font-weight: bold;
    /* text-transform: capitalize !important; */
    font-variant: small-caps;
}
.fluid_container {
    margin: 0 auto;
    /*max-width: 1000px;*/
    width: 100%;
}



@media only screen and (min-width: 600px) and (max-width: 768px) {
    .internal-content{
        margin-top: -600px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 900px) {
    .internal-content{
        margin-top: -600px;
    }
}


@media only screen and (min-width: 901px) and (max-width: 1024px) {
    .internal-content{
        margin-top: -600px;
    }
}


.career-cropped {
    width: 100%;         /* Makes the image responsive within the column */
    height: 400px;       /* Set a fixed height to maintain consistency */
    object-fit: cover;   /* Crops the image to fit the height */
  }

  .spain{
    position: absolute;
    top: 100px;
    left: 30px;
    color: #fff;
  }
  .madrid{
    position: absolute;
    top: -22px;
    left: 30px;
    color: #fff;
  }