/*--------------------GOBAL STYLE--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --text-color: #313639;
    --text-hover-color: #2f2f2f;
    --white-color: #fff;
    --white-light-color: #efefef;
}

/* @font-face {
    font-family: 'Gobold';
    src: url('../fonts/Gobold.eot');
    src: url('../fonts/Gobold-1.eot') format('embedded-opentype'),
        url('../fonts/Gobold.svg') format('svg'),
        url('../fonts/Gobold.ttf') format('truetype'),
        url('../fonts/Gobold.woff') format('woff'),
        url('../fonts/Gobold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Regular.svg') format('svg'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
} */

body, h1, h2, h3, h4, h5, h6, li, p {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 16px;
	line-height:30px;
}

p {margin:0px;}

/*----------Color Codes----------*/
.darkGreyBackground {
    background-color: var(--text-color) !important;
}

.orangeBackground {
    background-color: var(--text-hover-color);
}

.darkGrey {
    color: var(--text-color) !important;
}

.orange {
    color: #2f2f2f;
}

/*--------------------Bootstrap Customize--------------------*/
.navbar {
    z-index: 2;
}

.navbar-default {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    margin-bottom: 0
}

/* .navbar-brand {
    position: absolute;
    top: 0%;
    left: 45%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
} */
.navbar-brand {padding: 5px 15px;}
.navbar-brand img {
    max-width: 135px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-default .navbar-nav > li > a {
    color: var(--text-color);
    text-transform: capitalize;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    position: relative;
    z-index: 1;
}


.navbar-nav li {
    padding: 15px 10px;
    font-size: 16px;
}

.navbar-nav li a:hover {
    color: var(--text-hover-color) !important;
}

.navbar-nav li.active a {
    color: var(--text-hover-color) !important;
    border-bottom: 2px solid var(--text-hover-color);
    background-color: transparent !important;
    padding: 10px 0px;
    margin: 5px 15px;
}

/*--------------------HOME--------------------*/
#home {
    width: 100%;
    position: relative;
    /*    font-family: 'Work Sans', sans-serif;*/
    overflow-x: hidden;
}

/*LANDING PAGE*/
#home .landingPage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 0 50px;
    position: relative;
}

#home .landingPage video {
    width: 100%;
    height: auto;
}

#home .landingPage .landingPageTextWrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

#home .landingPage .landingPageTextWrapper h1 {
    font-size: 45px;
    /*    font-family: 'Gobold';*/
    /*    font-family: 'Work Sans', sans-serif;*/
    line-height: 60px;
    margin: 0 0 0;
    color: var(--white-color);
}

#home .landingPage .landingPageTextWrapper p {
    margin: 20px auto 0;
    width: 52%;
    color: var(--white-light-color);
    
}



/*SECOND SECTION*/
#home .secondSection {
    margin: 0 0 50px;
}

#home .secondSection h1 {
    font-size: 40px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
    margin: 0 0 30px;
}
#home .secondSection .carousel-inner .item img.img-responsive {
    width: 70%;
    margin: 15px 15%;
}
#home .secondSection .carousel-inner .item p.text-center {
    font-size: 14px;
    line-height: 24px;
}
#home .secondSection .carousel-inner .item.left.active {
    transform: translateX(-100%);
}

#home .secondSection .carousel-control.left,
#home .secondSection .carousel-control.right {
    background: transparent;
}

#home .secondSection .carousel-control.left {
    left: -10%;
}

#home .secondSection .carousel-control.right {
    right: -10%;
}

/*THIRD SECTION*/
#home .thirdSection {
    background-color: #f2f2f2;
    margin: 0;
    padding: 50px 0;
}

#home .thirdSection h1 {
    font-size: 40px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
    margin: 0 0 30px;
}

#home .thirdSection .plusWrapper {
    position: relative;
}

#home .thirdSection .plusWrapper .count {
    font-size: 100px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 138px;
}

#home .thirdSection .plusWrapper .count1 {
    font-size: 100px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 138px;
}

#home .thirdSection .plusWrapper i {
    font-size: 35px;
    position: relative;
    top: -30px;
    left: 6px;
}

#home .thirdSection .plusWrapper p {
    margin: 10px 0;
}

/*FOURTH SECTION*/
#home .fourthSection {
    /*padding: 50px 40px 50px 40px;
    overflow: hidden;*/
	margin:0;
	padding: 50px 0;
	background-color: #f2f2f2;
}

.fourthSection .slick-prev {
    left: -42px !important;
}

.fourthSection .slick-next {
    right: -42px;
}

.fourthSection .slick-next,
.fourthSection .slick-prev {
    top: 0%;
}

#home .fourthSection .slick-slider {padding: 0 60px;text-align: center;}

#home .fourthSection h1 {
    font-size: 40px;
    line-height: 60px;
    margin: 0 0 30px;
}

#home .fourthSection .carousel-inner .item {
    width: 100%
}

#home .fourthSection .carousel-inner .item img {
    max-width: 1920px;
    width: 100%;
}

#home .fourthSection .carousel-inner .item.left.active {
    transform: translateX(-100%);
    z-index: -1;
}

#home .fourthSection .carousel-control.left,
#home .fourthSection .carousel-control.right {
    background: transparent;
}

#home .fourthSection .carousel-caption {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.21);
}

#home .fourthSection .carousel-caption p {
    font-size: 25px;
    margin: 0 0 20px;
    
}

#home .fourthSection .carousel-caption .title {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    
}

#home .fourthSection .carousel-caption .title h3 {
    font-size: 30px;
}

#home .fourthSection .carousel-caption .title p {
    font-size: 12px;
}

/*FIVTH SECTION*/
#home .fivthSection {
   /* background-color: #f2f2f2;*/
    padding: 50px 0;
}

#home .fivthSection h1 {
    font-size: 40px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
    margin: 0 0 30px;
}

#home .fivthSection .media {
    width: 74%;
    margin: 0 auto 50px;
	min-height: 280px
}

#home .fivthSection .media a {
    display: block;
    color: inherit;
}

#home .fivthSection .media .mediaImgWrapper {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#home .fivthSection .media .mediaImgWrapper img {
    max-width: 200px;
    width: 100%;
    max-height: 100px;
    height: auto;
}

#home .fivthSection .media hr {
    border-radius: 50%;
    border-top-width: 3px;
    border-color: #2f2f2f;
    width: 75%;
}

#home .fivthSection .col-md-4:nth-child(2n+1) .media hr {
    border-color: rgba(245, 134, 52, 0.5);
}

/*SIXTH SECTION*/
#home .sixthSection {
    padding: 50px 0;
}


#home .sixthSection h1 {
    font-size: 40px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
    margin: 0 0 30px;
}

#home .sixthSection .imgWrapper {
    width: 100%;
    filter: grayscale(100%);
    transition: 0.5s;
    margin-bottom: 10px;
}

#home .sixthSection .imgWrapper:hover {
    filter: grayscale(0%);
    transition: 0.5s;
    cursor: pointer;
}

#home .sixthSection .imgWrapper img {
    width: 70%;
    max-width: 185px;
}

/*SEVEN SECTION*/
#home .seventhSection {
    background-color: #f2f2f2;
    padding: 50px 0;
}

#home .seventhSection h1 {
    font-size: 45px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
    margin: 0 0 30px;
}

.full-width-img video { width: 100%;}

/*--------------------FOOTER--------------------*/
footer {
    padding: 20px 0;
    border-top: 0.1px solid var(--white-light-color);
   /* background: var(--text-hover-color);*/
   background: var(--white-light-color);
}

.careers footer {   bottom: 0px;
position: absolute;
width: 100%;}

footer .footerLogo {
       /* width: 143px;
    height: auto;
    background: #FFF;
    padding: 10px;
    transform: skew(20deg);*/
}

footer .footerLogo img {
        max-width: 165px;
    width: 100%;
    height: 100%;
    /*transform: skew(-20deg);
    margin: 15px;*/
}

footer .textWrapper {
    text-align: right;
    padding: 10px 0;
    width: 100%;
}

footer .textWrapper .btn {
    text-align: center;
    color: #333333;
    border: 1px solid #333333;
    text-transform: upper;
    text-decoration: none;    
    padding: 10px 40px;
    margin: auto;
    transition: 0.5s;
}

footer .textWrapper .btn:hover {
    background-color: #333333;
    color: #ffffff;
    transform: translate(0px,2px);
    transition: 0.5s;
}

footer .title,
footer .title a {
    color: var(--text-color);
}

footer .title h1 {
    text-align: center;
    color: var(--text-color);
    font-size: 45px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
}

footer .title hr {
    border-top: 3px solid var(--text-hover-color);
    width: 100%;
    margin: 20px 0;
}

footer .title ul {
    padding: 0;
    list-style-type: none;
}

footer .title ul.socialLinks {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

footer .title ul.socialLinks li {
    width: 14%;
    border: 1px solid var(--text-color);
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px 0;
    margin: 0 6.5% 0 0;
    font-size: 20px;
}

/*--------------------Contact--------------------*/
#contactUs {}

#contactUs .contactUs {
    padding-bottom: 50px;
}

#contactUs .header {
    padding: 20px 0;
}

#contactUs .header h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 30px;
    margin: 0 0 15px;
}

#contactUs .header p {
    font-size: 16px;
margin: 0 0 30px;
line-height: 25.6px;
font-weight: 400;
    
}

#contactUs .header a {
    color: #333333;
    text-transform: upper;
    text-decoration: none;
    font-size:12px;
}
.bggrey {background-color:#f2f2f2;/*var(--white-light-color);*/padding-top:50px;}
.nopad {padding: 0px !important}
#contactUs .header a.btn {
    padding: 13px 26px;
    background-color: var(--text-hover-color);
    margin: 10px 0;
    transition: 0.5s;
    color: var(--white-light-color);
    min-width: 146px !important;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--text-hover-color);
    display: block;
	max-width: 195px;
}

#contactUs .header a.btn:hover {
    color: var(--text-hover-color);
    background-color: var(--white-light-color);
    border: 1px solid var(--text-hover-color);
    transition: 0.5s;
}

#contactUs .header button.btn {
    padding: 13px 26px;
    background-color: var(--text-hover-color);
   margin: 10px 0;
    transition: 0.5s;
    color: var(--white-light-color);
    min-width: 146px !important;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--text-hover-color);
    display: block;
	max-width: 195px;
}

#contactUs .header button.btn:hover {
    color: var(--text-hover-color);
    background-color: var(--white-light-color);
    border: 1px solid var(--text-hover-color);
    transition: 0.5s;
}

#contactUs .header ul {
    margin: 0 0 30px;
    padding: 0 0 20px;
}

#contactUs .header ul li {
    list-style-type: none;
    display: inline;
    padding: 5px;
    margin: 0 5px 30px 0;
    border: 1px solid #333333;
    border-radius: 50px;
    background-color: #333333;
}

#contactUs .header ul li a {
    color: #ffffff;
    
}

#contactUs .header ul li:hover {
    background-color: #ffffff;
}

#contactUs .header ul li:hover a {
    color: #333333;
}

#contactUs .header ul li a i {
    width: 15px;
    height: 15px;
    text-align: center;
}

#contactUs .header form {}

#contactUs .header form .form-group {
    position: relative;
}

#contactUs .header form .form-group label.overlaps {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    z-index: 1;
}

.overlapsAb {
    position: relative !important;
    top: auto;
    left: auto;
}

#contactUs .header form .form-group .form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #333333;
}

#contactUs {}

/*--------------------About--------------------*/
#aboutUs {
    background: #f8f8f8;
}

#aboutUs .aboutUs {
    /*    padding: 50px 0;*/
}

#aboutUs .landingPage {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*margin: -102px 0 50px;*/
    position: relative;line-height: 0;
}

#aboutUs .landingPage video {
    width: 100%;
    height: auto;
}

#aboutUs .landingPage .landingPageTextWrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

#aboutUs .landingPage .landingPageTextWrapper h1 {
    font-size: 45px;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    line-height: 60px;
    margin: 0 0 0;
}

#aboutUs .landingPage .landingPageTextWrapper p {
    margin: 20px auto 0;
    width: 52%;
    
}

#aboutUs .secondSection,
#aboutUs .thirdSection {
    padding: 75px 0;
}
/* 
#aboutUs .secondSection .textWrapper,
#aboutUs .thirdSection .textWrapper {
    padding: 0 20% 0 0;
} */

#aboutUs .secondSection .textWrapper h2{
    font-size: 25px;
    /*text-align: center;*/
    line-height: 30px;margin-top: 0px;font-weight:600;
}
#aboutUs .thirdSection .textWrapper h2 {
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    font-size: 25px;
	/*color:#FFFFFF;*/
	color: var(--text-color);
}

#aboutUs .secondSection .textWrapper hr,
#aboutUs .thirdSection .textWrapper hr {
    border-color: var(--text-color);
    border-width: 3px;
    margin: 3% 0;
}

#aboutUs .secondSection .textWrapper p,
#aboutUs .thirdSection .textWrapper p {
    color: var(--text-color);
    /*font-size: 16px;
    line-height: 25px;*/
}

#aboutUs .secondSection .textWrapper p strong,
#aboutUs .thirdSection .textWrapper p strong {
    font-size: 22px;
}

#aboutUs .thirdSection .textWrapper hr {
    border-color: var(--text-hover-color);
}

.hr-white {border-color: #fff !important;}

#aboutUs .secondSection .textWrapper2,
#aboutUs .thirdSection .textWrapper2 {
    text-align: center;
}

#aboutUs .secondSection .textWrapper2 h3 { font-size: 45px;}
#aboutUs .thirdSection .textWrapper2 h3 {
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    font-size: 45px;
	color:#FFF;
}

#aboutUs .secondSection .textWrapper2 p,
#aboutUs .thirdSection .textWrapper2 p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.5px;
    
}

#aboutUs .thirdSection .textWrapper p,
#aboutUs .thirdSection .textWrapper2 p {
    
	color: var(--text-color);
}

#aboutUs .thirdSection {
    /*margin: 0 0 1px;*/
	margin:0px;
}

/*--------------------SERVICES--------------------*/
#services {}

#services .services {}

#services .services .firstSection,
#services .services .secondSection {}

#services .services .firstSection .col-sm-5,
#services .services .firstSection .col-sm-7,
#services .services .secondSection .col-sm-5,
#services .services .secondSection .col-sm-7 {
    padding: 0;
}

#services .services .firstSection .imgWrapper,
#services .services .secondSection .imgWrapper {
    width: 100%
}

#services .services .firstSection .imgWrapper img,
#services .services .secondSection .imgWrapper img {
    max-width: 1920px;
    width: 100%;
    max-height: 100vh;min-height: 396px;
}

#services .services .firstSection .textWrapper,
#services .services .secondSection .textWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 100vh;*/
    padding: 10%;
}

#services .services .secondSection .imgWrapper,
#services .services .secondSection .textWrapper {
    background-color: #111111;
    color: #f9f9f9;
}
#services .services .secondSection {
	background-color: #111111;
    color: #f9f9f9;
	float: left;width: 100%;
}

#services .services .secondSection .textWrapper h2 {
    color: var(--white-color);
}

#services .services .secondSection .textWrapper h4,
#services .services .secondSection .textWrapper p {
    color: var(--white-light-color);
}

#services .services .firstSection .textWrapper h2,
#services .services .secondSection .textWrapper h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15%;
}

#services .services .firstSection .textWrapper h4,
#services .services .secondSection .textWrapper h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10%;
}

#services .services .firstSection .textWrapper p,
#services .services .secondSection .textWrapper p {
    font-size: 16px;
    margin-bottom: 15px
    font-weight: 400;
    line-height: 30px;
}

/*--------------------PORTFOLIO--------------------*/

#portfolio .portfolio {
    padding: 30px 15px;
}

#portfolio .header {
    position: relative;
    margin: 5px -10px;
    overflow: hidden;
}

#portfolio .header a {
    transition: 2s;
    display: block;
}

#portfolio .header a:hover {
    transition: 2s;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
}

#portfolio .header a .imgWrapper {
    width: 100%;
}

#portfolio .header a .imgWrapper img {
    width: 100%;
}

#portfolio .header a .textWrapper {
    width: 100%;
    height: 15%;
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 2s;
}

#portfolio .header a:hover .textWrapper {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 2s;
}

#portfolio .header a .textWrapper p {
    text-align: center;
    margin: 3px;
    padding: 2px;
    color: var(--white-light-color);
    font-size: 22px;
}

#portfolio .header a .textWrapper p.hover {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 2s;
    color: var(--white-light-color);
    font-size: 15px;
}

#portfolio .header a:hover .textWrapper p.hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 2s;
    color: var(--white-light-color);
    font-size: 15px;
}

#portfolio .underline {
    border-bottom: 1px solid;
}

/*--------------------EVENT--------------------*/
#event {}

#event .event {
    padding: 50px 0;
}

/*FIRSTSECTION*/
#event .event .firstSection {}

#event .event .firstSection .header {}

#event .event .firstSection .header h1 {
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    padding: 0 0 20px;
    text-transform: capitalize;
}

#event .event .firstSection .header h2 {
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    font-size: 40px;
    line-height: 55px;
    margin: 0;
    padding: 0 0 20px;
}

#event .event .firstSection .header .question {}

#event .event .firstSection .header .question h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    
}

#event .event .firstSection .header .question p {
    font-size: 16px;
    margin: 0;
    padding: 0 0 20px;
    
}

/*SECONDSECTION*/
#event .event .secondSection {}

#event .event .secondSection {
    /* Set a specific height */
    height: 540px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#event .event .secondSection.img1 {
    /* The image used */
    background-image: url("../images/Edelweiss_2019/bg1.jpg");
}

#event .event .secondSection.img2 {
    /* The image used */
    background-image: url("../images/Edelweiss_2019/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.pic1 {
    /* The image used */
    background-image: url("../images/Bharti_Axa_CapeTown/bg1.jpg");
}

#event .event .secondSection.pic2 {
    /* The image used */
    background-image: url("../images/Bharti_Axa_CapeTown/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.hpcl1 {
    /* The image used */
    background-image: url("../images/HPCL_APNOTSAV_2019/bg1.jpg");
}

#event .event .secondSection.hpcl2 {
    /* The image used */
    background-image: url("../images/HPCL_APNOTSAV_2019/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.edelweiss18_1 {
    /* The image used */
    background-image: url("../images/Edelweiss_2018/bg1.jpg");
}

#event .event .secondSection.edelweiss18_2 {
    /* The image used */
    background-image: url("../images/Edelweiss_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.hpcl_meet_1 {
    /* The image used */
    background-image: url("../images/HPCL_OD_&_E_2018/bg1.jpg");
}

#event .event .secondSection.hpcl_meet_2 {
    /* The image used */
    background-image: url("../images/HPCL_OD_&_E_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_flashback_1 {
    /* The image used */
    background-image: url("../images/Axis_bank_flashback_campaign/bg1.jpg");
}

#event .event .secondSection.axis_flashback_2 {
    /* The image used */
    background-image: url("../images/Axis_bank_flashback_campaign/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_2016_1 {
    /* The image used */
    background-image: url("../images/Axis_champions_2016/bg1.jpg");
}

#event .event .secondSection.axis_2016_2 {
    /* The image used */
    background-image: url("../images/Axis_champions_2016/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_2017_1 {
    /* The image used */
    background-image: url("../images/Axis_champions_2017/bg1.jpg");
}

#event .event .secondSection.axis_2017_2 {
    /* The image used */
    background-image: url("../images/Axis_champions_2017/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_2018_1 {
    /* The image used */
    background-image: url("../images/Axis_champions_2018/bg1.jpg");
}

#event .event .secondSection.axis_2018_2 {
    /* The image used */
    background-image: url("../images/Axis_champions_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.radio_mirchi_1 {
    /* The image used */
    background-image: url("../images/Radio_mirchi_neon_run/bg1.jpg");
}

#event .event .secondSection.radio_mirchi_2 {
    /* The image used */
    background-image: url("../images/Radio_mirchi_neon_run/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.star_union_1 {
    /* The image used */
    background-image: url("../images/star_union_dai_chi_2018/bg1.jpg");
}

#event .event .secondSection.star_union_2 {
    /* The image used */
    background-image: url("../images/star_union_dai_chi_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.tata_2018_1 {
    /* The image used */
    background-image: url("../images/Tata_sky_family_day_2018/bg1.jpg");
}

#event .event .secondSection.tata_2018_2 {
    /* The image used */
    background-image: url("../images/Tata_sky_family_day_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.tata_2019_1 {
    /* The image used */
    background-image: url("../images/Tata_sky_family_day_2019/bg1.jpg");
}

#event .event .secondSection.tata_2019_2 {
    /* The image used */
    background-image: url("../images/Tata_sky_family_day_2019/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.tata_zest_1 {
    /* The image used */
    background-image: url("../images/Tata_zest/bg1.jpg");
}

#event .event .secondSection.tata_zest_2 {
    /* The image used */
    background-image: url("../images/Tata_zest/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_blitz_1 {
    /* The image used */
    background-image: url("../images/Axis_Blitz/bg1.jpg");
}

#event .event .secondSection.axis_blitz_2 {
    /* The image used */
    background-image: url("../images/Axis_Blitz/bg2.jpg");
    background-position: top center;
}

#event .event .secondSection.hpcl_rm_1 {
    /* The image used */
    background-image: url("../images/HPCL_RM_Confrence/bg1.jpg");
}

#event .event .secondSection.hpcl_rm_2 {
    /* The image used */
    background-image: url("../images/HPCL_RM_Confrence/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.mg_cyc_1 {
    /* The image used */
    background-image: url("../images/Mahanagar_Gas_Cyclathon_2019/bg1.jpg");
}

#event .event .secondSection.mg_cyc_2 {
    /* The image used */
    background-image: url("../images/Mahanagar_Gas_Cyclathon_2019/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.su_cele_1 {
    /* The image used */
    background-image: url("../images/Star_union_dailchi_10th_anniversary_&_shikar_2019/bg1.jpg");
}

#event .event .secondSection.su_cele_2 {
    /* The image used */
    background-image: url("../images/Star_union_dailchi_10th_anniversary_&_shikar_2019/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.viacom_pet_1 {
    /* The image used */
    background-image: url("../images/Viacom18_pet_sematry_movie_pre_-_hype/bg1.jpg");
}

#event .event .secondSection.viacom_pet_2 {
    /* The image used */
    background-image: url("../images/Viacom18_pet_sematry_movie_pre_-_hype/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.tata_2015_1 {
    /* The image used */
    background-image: url("../images/Tata_sky_2015/bg1.jpg");
}

#event .event .secondSection.tata_2015_2 {
    /* The image used */
    background-image: url("../images/Tata_sky_2015/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.hdfc_uk_1 {
    /* The image used */
    background-image: url("../images/HDFC_ERGO_PARTNERS_MEET_AT_BIRMINGHAM_UK/bg1.jpg");
}

#event .event .secondSection.hdfc_uk_2 {
    /* The image used */
    background-image: url("../images/HDFC_ERGO_PARTNERS_MEET_AT_BIRMINGHAM_UK/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.hdfc_dubai_1 {
    /* The image used */
    background-image: url("../images/HDFC_ERGO_R&R_AT_DUBAI/bg1.jpg");
}

#event .event .secondSection.hdfc_dubai_2 {
    /* The image used */
    background-image: url("../images/HDFC_ERGO_R&R_AT_DUBAI/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.tata_tiago_1 {
    /* The image used */
    background-image: url("../images/TATA_MOTORS_FANTASTICO_TIAGO_DRIVES/bg1.jpg");
}

#event .event .secondSection.tata_tiago_2 {
    /* The image used */
    background-image: url("../images/TATA_MOTORS_FANTASTICO_TIAGO_DRIVES/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.meizu_phone_1 {
    /* The image used */
    background-image: url("../images/Meizu_phone_launch/bg1.jpg");
}

#event .event .secondSection.meizu_phone_2 {
    /* The image used */
    background-image: url("../images/Meizu_phone_launch/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_start_1 {
    /* The image used */
    background-image: url("../images/Axis_startup_social/bg1.jpg");
}

#event .event .secondSection.axis_start_2 {
    /* The image used */
    background-image: url("../images/Axis_startup_social/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.axis_annual_1 {
    /* The image used */
    background-image: url("../images/AXIS_BANK_FOUNDATION_ANNUAL_CONFERENCE_2018/bg1.jpg");
}

#event .event .secondSection.axis_annual_2 {
    /* The image used */
    background-image: url("../images/AXIS_BANK_FOUNDATION_ANNUAL_CONFERENCE_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.mg_foundation_1 {
    /* The image used */
    background-image: url("../images/MAHANAGAR_GAS_FOUNDATION_DAY_2018/bg1.jpg");
}

#event .event .secondSection.mg_foundation_2 {
    /* The image used */
    background-image: url("../images/MAHANAGAR_GAS_FOUNDATION_DAY_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.hpcl_young_1 {
    /* The image used */
    background-image: url("../images/HPCL_Young_Engineers_Conclave_2018/bg1.jpg");
}

#event .event .secondSection.hpcl_young_2 {
    /* The image used */
    background-image: url("../images/HPCL_Young_Engineers_Conclave_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.rmf_partners_1 {
    /* The image used */
    background-image: url("../images/Reliance_Mutual_Fund_Partners_Meet_Macau/bg1.jpg");
}

#event .event .secondSection.rmf_partners_2 {
    /* The image used */
    background-image: url("../images/Reliance_Mutual_Fund_Partners_Meet_Macau/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.rmf_2017_1 {
    /* The image used */
    background-image: url("../images/RMF_Annual_Strategy_Meet_2017/bg1.jpg");
}

#event .event .secondSection.rmf_2017_2 {
    /* The image used */
    background-image: url("../images/RMF_Annual_Strategy_Meet_2017/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.rmf_ipo_1 {
    /* The image used */
    background-image: url("../images/RMF_IPO_LISTING_CEREMONY/bg1.jpg");
}

#event .event .secondSection.rmf_ipo_2 {
    /* The image used */
    background-image: url("../images/RMF_IPO_LISTING_CEREMONY/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.virgin_mum_1 {
    /* The image used */
    background-image: url("../images/Virgin_Atlantic_in_Mumbai_Business_is_an_Adventure/bg1.jpg");
}

#event .event .secondSection.virgin_mum_2 {
    /* The image used */
    background-image: url("../images/Virgin_Atlantic_in_Mumbai_Business_is_an_Adventure/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.jcb_expo_1 {
    /* The image used */
    background-image: url("../images/JCB_at_Excon_Expo_2019/bg1.jpg");
}

#event .event .secondSection.jcb_expo_2 {
    /* The image used */
    background-image: url("../images/JCB_at_Excon_Expo_2019/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.tata_girl_1 {
    /* The image used */
    background-image: url("../images/TATA_GIRLS_SOCCER_LEAGUE/bg1.jpg");
}

#event .event .secondSection.tata_girl_2 {
    /* The image used */
    background-image: url("../images/TATA_GIRLS_SOCCER_LEAGUE/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.rmf_2018_1 {
    /* The image used */
    background-image: url("../images/RMF_ANNUAL_STRATEGY_MEET_2018/bg1.jpg");
}

#event .event .secondSection.rmf_2018_2 {
    /* The image used */
    background-image: url("../images/RMF_ANNUAL_STRATEGY_MEET_2018/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection.ikea_roadShow_1 {
    /* The image used */
    background-image: url("../images/Ikea_Roadshow_in_Mumbai/bg1.jpg");
}

#event .event .secondSection.ikea_roadShow_2 {
    /* The image used */
    background-image: url("../images/Ikea_Roadshow_in_Mumbai/bg2.jpg");
    background-position: bottom center;
}

#event .event .secondSection .imgWrapper {
    width: 100%;
}

#event .event .secondSection .imgWrapper img {
    max-width: 1920px;
    width: 100%;
}

/*THIRDSECTION*/
#event .event .thirdSection {}

#event .event .thirdSection .header {}

#event .event .thirdSection .header h2 {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 0.5px;margin:0px;
    
}

#event .event .thirdSection .time {}

#event .event .thirdSection .time p {
    font-size: 14px;
    margin: 0;
    
}

#event .event .thirdSection .imgWrapper {
    width: 100%;
    margin: 0 0 20px;
}

#event .event .thirdSection .imgWrapper img {
    max-width: 343px;
    width: 100%;
}

/*FOURTHSECTION*/
#event .event .fourthSection {
    position: relative;
}

#event .event .fourthSection .time {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    color: #ffffff;
    width: 85%;
    margin: 0 auto;
}

#event .event .fourthSection .time h3 {
    margin: 0;
}

#event .event .fourthSection .time p {
    font-size: 14px;
    margin: 0;
}

#event .event .fourthSection .imgWrapper {
    width: 100%;
}

#event .event .fourthSection .imgWrapper img {
    max-width: 1920px;
    width: 100%;
}

/*FIVTHSECTION*/
#event .event .fivthSection {}

#event .event .fivthSection .time {}

#event .event .fivthSection .time p {
    font-size: 14px;
    margin: 0;
    
}

#event .event .fivthSection .imgWrapper {
    width: 100%;
    margin: 0 0 20px;
}

#event .event .fivthSection .imgWrapper img {
    max-width: 343px;
    width: 100%;
}

#event .event .fivthSection .Carousel h2 {
    font-size: 16px;
    font-weight: 600;
    
}

#event .event .fivthSection .carousel-inner .imgWrapper {
    width: 100%;
    margin: 0;
}

#event .event .fivthSection .carousel-inner .imgWrapper img {
    max-width: 723px;
    width: 100%;
}

/*SIXTHSECTION*/
#event .event .sixthSection {}

#event .event .sixthSection .header {}

#event .event .sixthSection .header h3 {
    /*    font-family: 'Gobold';*/

    /*    font-family: 'Work Sans', sans-serif;*/
    
    font-size: 38px;
    font-weight: 600;
}

#event .event .sixthSection .header p {
    /*    font-family: 'Gobold';*/
    font-size: 20px;
    font-weight: 600;
}

#event .event .sixthSection .carousel-inner .imgWrapper {
    max-width: 723px;
    width: 100%;
    margin: 0 auto;
}

#event .event .sixthSection .carousel-inner .imgWrapper img {
    max-width: 723px;
    width: 100%;
    margin: 0 auto;
}

#event  #myCarouselOne .carousel-control.left,
#event  #myCarouselOne .carousel-control.right {
	background: none;
}

/*--------------------WOW SLIDER--------------------*/
.ws_playpause.ws_pause,
#wowslider-container1 a {
    display: none;
}

.inner-career-page {
    margin-top: 30px;
}

.content-heading h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 58px;
}

.content-heading p {
    font-size: 18px;
    max-width: 80%;
    line-height: 26px;
    font-weight: 400;
}

.career-section {
    background-color: rgba(204, 204, 204, 0.30196078431372547);
    padding: 24px 0px;
    min-height: calc(100vh - 282px);
}

.join-section .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 23px 15px 23px 0px;
margin: 0;
position: fixed;
top: 45%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.join-section .inner a {
    font-size: 36px;
    color: var(--text-color);
    font-weight: 600;
    text-decoration: underline;
}

.join-section .inner h3{
    margin: 0;
}

.location {
    margin-bottom: 0;
}

/* custom css starts here */


.btn {
font-size: 12px;
letter-spacing: 2.88px;
line-height: normal;
font-weight: 500;
pointer-events: all;
border-radius: 2px;
border: 1px solid;
padding: 13px 24px;
cursor: pointer;
font-family: Lato,sans-serif;
transition: all .5s cubic-bezier(1,1,0,0);
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
text-align: center;}

footer .textWrapper .btn {
    padding: 13px 26px;
    /*background-color: var(--text-hover-color);*/
	background-color: var(--white-light-color);
    transition: 0.5s;
    /*color: var(--white-light-color);*/
	color: var(--text-hover-color);
    min-width: 146px !important;
    /*display: inline-block;*/
    text-align: center;
    /*border: 1px solid var(--white-light-color);*/
	border: 1px solid var(--text-hover-color);
    /*letter-spacing: 1px;*/
	margin: 10px 0;
	display: block;
	max-width: 170px;
	float: right;
}

footer .textWrapper .btn:hover {
    color: var(--white-light-color);
    background-color: var(--text-hover-color);
    border: 1px solid var(--white-light-color);
    transition: 0.5s;
}

footer .row {
    display: flex;
    align-items: center;
}


#home .fourthSection .carousel-textdiv .title h3 {
	font-size: 18px;
}

.quotes-by{
    margin-top: 10px;
    margin-bottom: 33px;
}

.designation-in {
    color: var(--text-color);
    font-size: 22px;
    display: block;
    margin-top: 14px;
}

.second-team h2 {
    color: #fff !important;
}

.second-team .designation-in{
    color: #fff !important;
}

.second-team p {
    color: #fff !important;  
}

.absolute-soln h2 {
    color: var(--white-color) !important;
}

.absolute-soln p {
    color: var(--white-color) !important;
}

.cmb-35 {
    margin-bottom: 45px;
}

.aboutUs .btn {
    padding: 13px 26px;
    background-color: var(--text-hover-color);
    transition: 0.5s;
    color: var(--white-light-color);
    min-width: 146px !important;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--white-light-color);
    margin: 30px 0 10px 0;
    display: block;
    max-width: 170px;
}

.aboutUs .btn:hover {
    color: var(--text-hover-color);
    background-color: var(--white-light-color);
    border: 1px solid var(--text-hover-color);
    transition: 0.5s;
}

.slick-next:before{
    content: '\00a0' !important;
    background-image: url(../images/slick-right-new.svg) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    font-size: 12rem !important;
    background-position: center;
}

.slick-prev:before{
    content: '\00a0' !important;
    background-image: url(../images/slick-left-new.svg) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    font-size: 12rem !important;

    background-position: center;
}

.slick-next, .slick-prev {
    width: 40px !important; 
    height: 40px !important;
}

.awards-wrapper .slick-slide img {width:150px;height:150px;text-align: center;margin: 0 auto;
/*-webkit-filter: drop-shadow(5px 5px 5px #a9a9a9);
  filter: drop-shadow(5px 5px 5px #a9a9a9);*/}

.awards-wrapper-inner p {
    margin-top: 15px;
}

.awards-wrapper-inner {
    max-width: 85%;
    margin: 0 auto;
}

.slick-next {
    right: -2px;
}

.slick-prev {
    left: -9px !important;
}

.slick-dots li button:before {
    font-size: 52px;
}

.slick-dots {
    bottom: 0;
}

.slick-next, .slick-prev {
    top: 33%;z-index: 9999;
}

#services .firstSection,
#services .secondSection {
    display: flex;
    align-items: center;
}

#services .services .firstSection .textWrapper h2, #services .services .secondSection .textWrapper h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;line-height: 30px;
}

@media only screen and (max-width: 1500px) {
    #services .services .firstSection .textWrapper, #services .services .secondSection .textWrapper {
        padding: 75px;min-height: 396px;
    }
}

@media only screen and (max-width: 1024px) {
    #services .services .firstSection .textWrapper h2, #services .services .secondSection .textWrapper h2 {
        font-size: 23px;
        font-weight: 600;
        margin: 0 0 6%;
    }
}

/* Mobile phones (portrait and landscape) ---------- */
@media screen and (max-width: 768px){
	#services .firstSection {height: auto !important;}
	#services .services .firstSection .textWrapper, #services .services .secondSection .textWrapper {
    padding: 30px;    min-height: auto;}
	#services .services .secondSection .imgWrapper, #services .services .secondSection .textWrapper {background-color: #fff;
color: var(--text-color);}
#services .services .secondSection .textWrapper h4, #services .services .secondSection .textWrapper p {color: var(--text-color);}
#services .services .secondSection .textWrapper h2 {color:var(--text-color);}
	.nopad {
		padding: 0px 15px !important;
	}
	.carousel-textdiv {
        padding: 30px;
    }
	.landingPage {
		height: auto !important;
	}
	#home .secondSection .carousel-control.left {
		left: 0;
	}
	#home .secondSection .carousel-control.right {
		right: 0;
	}
	#home .fivthSection .media {
		width:100%;
		min-height: 280px
	}
	#home .fourthSection .carousel-caption p {
		font-size: 14px;
		margin: 5px;
	}
	#home .thirdSection .plusWrapper .count {
		font-size: 82px;
	}
	#home .thirdSection .plusWrapper .count1 {
		font-size: 82px;
	}
	#home .thirdSection .plusWrapper i {
		top: -9px;
	}
	#event .event .firstSection .header,
	#event .event .thirdSection .header {
		padding: 0 5%;
    }
    
    #services .services .firstSection .textWrapper p, #services .services .secondSection .textWrapper p {
        font-size: 16px;
        margin: 0 0 15;
        font-weight: 400;
        line-height: 30px;
    }

    #services .services .firstSection .textWrapper h2, #services .services .secondSection .textWrapper h2 {
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 15px;line-height: 30px;
    }
	#services .services .firstSection .imgWrapper img, #services .services .secondSection .imgWrapper img {min-height: auto !important;}
}
/* Mobile phones (portrait and landscape) ---------- */
@media screen and (max-width: 767px){
#home .secondSection .carousel-inner {
    max-height: 275px;
}
    .navbar-brand img {
		width: 50%;
	}
	.navbar-nav li {
		padding: 0px 10px;
	}
	#home .landingPage .landingPageTextWrapper {
		width: 99%;
	}
	#home .landingPage .landingPageTextWrapper h1 {
		font-size: 18px;
		line-height: 27px;
	}
	#home .landingPage .landingPageTextWrapper p {
		width: 100%;    margin: 10px auto 0;line-height: 20px;
	}
	#home .secondSection h1,
	#home .thirdSection h1,
	#home .fivthSection h1,
	#home .sixthSection h1,
	#event .event .firstSection .header h1{
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 15px;
	}
	#event .event .firstSection .header h2,
	#event .event .thirdSection .header h2 {
		font-size: 22px;
		line-height: 26px;
    }
    
    .navbar.navbar-default .navbar-brand {
        float: initial;
        height: initial;
        padding: initial;
        font-size: initial;
        line-height: initial;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 230px;
        text-align: center;
        width: 159px;
        top: 23px;
    }

    footer .textWrapper {
        padding: 0;
    }

    footer .footerLogo img {
        max-width: 142px;
    }

    footer .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer {
        padding: 10px 0;
    }

    #aboutUs .secondSection .textWrapper, #aboutUs .thirdSection .textWrapper {
        padding: 0 0% 0 0;
    }

    #services .services .secondSection {
        display: flex;
        flex-direction: column-reverse;
    }

    #home .fourthSection h1 {
        font-size: 26px;
    }

    #services .firstSection,
    #services .secondSection {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
	#home .fourthSection .slick-slider {    padding: 0 10px;}
	#home .fivthSection .media { margin: 0 auto 20px;}
	#aboutUs .firstSection {height: 202px !important;}
}

.visibleNearby {
    width: 100%;
    background: #141414;
    color: #FFF;
    padding-top: 25px;
  }

  .visibleNearby .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #141414;
    width: 100%;
    position: static;
    float: left;
    left: auto;
    bottom: auto;
    text-align: center;
  }

  .visibleNearby .rsGCaption span {
    display: block;
    clear: both;
    color: #bbb;
    font-size: 14px;
    line-height: 22px;
  }


  /* Scaling transforms */
  .visibleNearby .rsSlide img {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  .visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #aboutUs .firstSection {
      height: initial;
	/* height: 700px;*/
  } 

  /* Non-linear resizing on smaller screens */
  @media screen and (min-width: 0px) and (max-width: 900px) {
    #gallery-1 {
      padding: 12px 0 12px;
    }

    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
      height: 400px !important;
    }
  }

  @media screen and (min-width: 0px) and (max-width: 500px) {

    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
      height: 300px !important;
    }
  }

  .newDesign {
    padding: 75px 5%;
  }

  .newDesign h1 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    line-height: 56px;
    margin: 0 0 30px;font-weight:600;
  }

  .newDesign p {
    font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	/*margin-bottom: 15px;*/
  }

  .thirdSection.newDesign {
    background: #f8f8f8;
  }

  .firstSection {
    /*height: 1070px;*/
    overflow: hidden;
  }

  .full-width-img img {
    width: 100%;
  }

  .cmy-o {
      padding: 0 0 !important;
  }

  #services .firstSection {
    height: 396px;width: 100%;
}

.content-vacancies .join-section .inner {
    display: initial;
}

#home .firstSection {
    height: initial;
}

  @media only screen and (min-width: 768px) {
    #event .event .thirdSection .header p {
      text-align: left;
    }
  }

  @media only screen and (max-width: 767px) {
    .home-banner{
        height: auto;
    }
  }
  
 /*Portfolio*/
 .work.content-wrapper {
 background:#000;
}
@media screen and (min-width:80em) {
 .work h3 {
  font-size:1.875rem
 }
}
.work .desktop {
 display:none
}
.work .mobile {
 display:block
}
.work .content-client-name {
 opacity:.75;
 font-size:14px;
 font-weight:700;
 line-height:18px;
 letter-spacing:2.7px;
 text-align:center;
 font-family:Lato,sans-serif;
 text-transform:uppercase
}
.work .content-title {
 font-family:Playfair Display,serif;
 font-weight:400;
 letter-spacing:-1.3px;
 text-align:center;
 font-size:31px;
 line-height:50px;
 margin-bottom:30px;
 margin-top:14px
}
@media screen and (min-width:64em) {
 .work .desktop {
  display:block
 }
 .work .mobile {
  display:none
 }
 .work .content-title {
  font-size:62px;
  line-height:80px;
  margin-bottom:80px;
  margin-top:12px
 }
}
.portfolio .portofolio-info .action-link,
.work .content-cta {
 text-align:center;
 font-family:Lato,sans-serif;
 font-size:12px
}
.work .content-cta {
 width:200px;
 height:44px;
 border-radius:4px;
 border:1px solid;
 line-height:41px;
 letter-spacing:2.88px;
 margin:auto;
 text-transform:uppercase
}
.work .content {
 width:100%;
 max-width:784px
}
.work .inner.landing {
 margin:3.4375em 0 0
}
.work .inner.landing .slick-slide {
 border:0 solid transparent
}
.work .content-heading h1 {
 color:#fff
}
.work .slick-list,
.work .slick-track {
 height:100%
}
.work .portfolio {
 display:table-cell;
 width:100%;
 float:left;
 box-sizing:border-box;
 overflow:hidden
}
.work .portfolio.hidden-desktop {
 display:table-cell!important
}
.roll-over-wrapper {
 position:relative;height: 100%;
}
.roll-over-wrapper.inverse .roll-over {
 opacity:.2
}
.roll-over-wrapper.inverse:hover .roll-over {
 opacity:.6
}
@media screen and (min-width:64em) {
 .roll-over-wrapper:hover .roll-over {
  opacity:.25
 }
 .roll-over-wrapper:hover .roll-over-content {
  opacity:1
 }
}
.roll-over-wrapper .roll-over {
 opacity:.25;
 width:100%;
 height:100%;
 position:absolute;
 overflow:hidden;
 background-size:cover;
 background-repeat: no-repeat;
 top:0;
 left:0;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-align:center;
 align-items:center;
 text-align:center;
 z-index:2;
 transition:opacity .7s ease
}
@media screen and (min-width:64em) {
 .roll-over-wrapper .roll-over {
  opacity:1
 }
 .roll-over-wrapper .roll-over:hover {
  opacity:.2
 }
}
.roll-over-wrapper .roll-over-content {
 opacity:1;
 transition:opacity .7s ease
}
@media screen and (min-width:64em) {
 .roll-over-wrapper .roll-over-content {
  opacity:0
 }
 body:not(.js-mobile) .main,
 body:not(.js-mobile) main {
  padding-top:0
 }
}

@media screen and (min-width:48em) {
 .work .portfolio {
  display:table-cell;
  width:50%
 }
}
@media screen and (min-width:64em) {
 .work .inner.landing {
  margin-top:0
 }
 .work .portfolio {
  display:table-cell;
  width:50%
 }
 .work .portfolio.hidden-desktop {
  display:none!important
 }
}
@media screen and (min-width:80em) {
 .work .portfolio {
  display:table-cell;
  width:50%;height: auto;
 }
  .work .portfolio1 {
  display:table-cell;
  width:100% !important;height: 640px;
 }
}
@media screen and (min-width:137.5em) {
 .work .portfolio {
  display:table-cell;
  width:50%
 }
}
.portfolio-list {
 margin:0;
 padding:0;
 clear:both;
 width:100%
}
.portfolio .portfolio-wrapper {
 overflow:hidden;
 position:relative;
 width:100%;
 height:100%;
 cursor:pointer
}
.portfolio .work-thumb-cta {
 width:100%;
 height:100%;
 position:absolute;
 left:0;
 top:0;
 z-index:3;
 transition: color .5s ease-in-out,fill .5s ease-in-out;
 text-decoration: none;
}

.portfolio .work-thumb-cta:hover {color: #000;}

.portfolio img {
 max-width:100%;
 z-index:1;
 height:320px
}
@media screen and (min-width:64em) {
 .portfolio img {
  /*height:100%*/
 }
}
.portfolio .portofolio-info {
 width:100%;
 position:absolute;
 top:50%;
 left:0;
 z-index:2;
 color:#fff;
 text-align:center;
 box-sizing:border-box;
 padding:0 .9375rem;
 transform:translate3d(0,-50%,0)
}
.portfolio .portofolio-info h3 {
 text-transform:none;
 font-weight:400;color:#fff;font-size: 30px;
}
.portfolio .portofolio-info .action-link {
 width:200px;
 height:44px;
 border-radius:4px;
 border:1px solid #fff;
 margin:2rem auto auto;
 line-height:42px
}
.portfolio .portofolio-info p {
 margin:20px 0 -20px;
 display:block;
}
@media screen and (min-width:64em) {
 .portfolio .portofolio-info p {
  display:block
 }
}
#contactUs .worksection {padding:0px;}

.portfolio:hover { background-color: #000;}

@media only screen and (max-width: 760px){
	.work .portfolio { background-color: #000;}
	.portfolio img {height: 220px;}
	.work .inner.landing {    margin: 0;}
}

@media screen and (min-width:20.0625em) {
span.client {
	font-size: 11px;
}
}
span.client {
    font-family: Lato,sans-serif;
    letter-spacing: .4em;
    margin-bottom: .625rem;
    color: #fff;
    display: block;
    opacity: .5;
}

span.client, span.label {
    font-weight: 400;
}
span.client, span.label::first-letter {
    text-transform: uppercase;
}
.action-link, .cta {
    text-transform: uppercase;
}
.action-link {
    font-family: lato;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.125rem;
    letter-spacing: .15em;
}
.portfolio .portofolio-info .action-link, .work .content-cta {
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 12px;
}
.portfolio .portofolio-info .action-link {
    width: 200px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 32px auto auto;
    line-height: 42px;color: #fff;
}

.gm-style .place-card-large { padding: 0px; display: none;}

.careers .header h2 {font-size: 40px !important; 
font-weight: 600;
letter-spacing: inherit;
line-height: 60px !important;
margin: 0 0 15px;}