#fullpage-sections section{
    /*width: calc(100% - 50px);*/
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    padding: 80px 0 0 !important;
}
#fullpage-sections section:nth-child(1){
    background: #000000;
    position: relative;
}
#fullpage-sections section:nth-child(1) .static-text h1{
    position: relative;
    padding: 80px 0 0;
    color: #fff;
    font-family: 'Avenir-Heavy' !important;
    font-size: 80px;
}
@media(max-width: 992px) {
    #fullpage-sections section {
        padding: 62px 0 0 !important;
    }
    #fullpage-sections section:nth-child(1) .static-text {
        font-size: 60px;
    }
}
@media(max-width: 768px) {
    #fullpage-sections section:nth-child(1) .static-text {
        font-size: 40px;
    }
}
@media(max-width: 580px) {
    #fullpage-sections section:nth-child(1) .static-text {
        font-size: 25px;
    }
}
#fullpage-sections section .content h1{
    color: #000000;
}
#fullpage-sections section:nth-child(1) .content h1{
    color: #ffffff;
}
/*#fullpage-sections section .content p{*/
    /*color: #000;*/
    /*margin-bottom: 20px;*/
    /*font-size: 12px;*/
/*}*/

#fullpage-sections section.guilds-section .content{
	display:block;
}
#fullpage-sections section .content .custom-container{
    /*margin: 100px 0 0 0;*/
}
#fullpage-sections section.guilds-section .content .custom-container{
    margin-top: 0;
}
/*.page-template-front_page_new_design #fullpage-sections section{*/
    /*padding: 0 50px 0 100px;*/
/*}*/
/*.blog-posts .postscarouselnew .owl-item{*/
    /*width: 350px !important;*/
/*}*/
.blog-posts .postscarouselnew .owl-item {
    margin-left: 0px;
}
#whats-new .postscarouselnew .insights-card,
#whats-new .postscarouselnew .insights-card-with-desc {
    max-width: 350px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) and (min-width: 768px){
    .home .blog-posts .postscarousel .owl-stage-outer {
        min-height: 505px;
    }
}
#whats-new .owl-carousel{
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
}
/*.postscarouselnew {*/
    /*margin-left: -25px;*/
/*}*/

.blog-posts {
    margin: 0 15px;
	text-align: center;
}
#fullpage-sections section.guilds-section h2{
	font-size: 60px;
	font-family: 'Avenir-Black' !important;
	text-align: center;
	color: #172b3f;
}
#fullpage-sections section.guilds-section h3{
	width: 100%;
	max-width: 802px;
	font-size: 20px;
	margin:0 auto;
	line-height: 1.8;
	letter-spacing: 0.7px;
	text-align: center;
	color: #5a5a5a;	
    font-weight: normal;
	font-family: 'Avenir-Book' !important;
}

/* Globe */


.world {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
  left: -40%;
}

.world-bg {
  position: absolute;
  width: 120%;
  height: 120%;
  background-position: 50% 50%;
  background-size: cover;
}

.world-globe {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
}

.world-globe-pole {
  position: absolute;
  width: 530px;
  height: 530px;
  left: -265px;
  top: -265px;
  border-radius: 50% 50%;
  background-color: #fff;
}

.world-globe-doms-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}

.world-globe-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 730px;
  height: 715px;
  margin-left: -368px;
  margin-top: -350px;
  z-index:10001;
}

.info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
}

.info-desc {
  color: #ddd;
  font-size: 10px;
}

.dg.ac,#stats{
  display:none;
}

#marker4{ top: -10.51132px !important;}
#marker6{ left: -14.634284px !important; top: -12.927473px !important;}
#marker7{ top: -40.22346555555555px !important; left: -2.859307px !important;}
#part-12-8{z-index:1000;}
.world-globe .gpulse {
	width: 10px;
	height: 10px;
	border: 5px solid #7fd2e6;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #00a6cd;
	z-index: 10;
	position: absolute;
	box-sizing: content-box;
    top: -10px;
    left: -10px;
}

.world-globe .gdot {
	position: absolute;
	height: 50px;
	width: 50px;
	top: -25px;
	left: -25px;
	z-index: 2;
	opacity: 0;
	border: 10px solid rgba(0,166,205,1);
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-animation: flash 2s ease-out;
	-moz-animation: flash 2s ease-out;
	animation: flash 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.world-globe .marker.activeloc .gpulse {
	border: 5px solid rgba(255, 173, 199,0.5);
	background-color: rgba(248,0,81,1);
}
.world-globe .marker.activeloc .gdot{
	border: 10px solid rgba(248,0,81,1);	
}
@-moz-keyframes pulse {
	0% {-moz-transform: scale(0);opacity: 0.0;}
	25% {-moz-transform: scale(0);opacity: 0.1;}
	50% {-moz-transform: scale(0.1);opacity: 0.3;}
	75% {-moz-transform: scale(0.5);opacity: 0.5;}
	100% {-moz-transform: scale(1);opacity: 0.0;}
}

@-webkit-keyframes flash {
	0% {-webkit-transform: scale(0);opacity: 0.0;}
	25% {-webkit-transform: scale(0);opacity: 0.1;}
	50% {-webkit-transform: scale(0.1);opacity: 0.3;}
	75% {-webkit-transform: scale(0.5);opacity: 0.5;}
	100% {-webkit-transform: scale(1);opacity: 0.0;}
}
.world{
	-ms-transform: rotate(-15deg); /* IE 9 */
	-webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
	transform: rotate(-15deg);
}

.studiosdiv{
	position:absolute;
	left:59%;
	top:35%;
}
.studiosdiv ul{
	list-style:none;
}
.studiosdiv ul li a{
	font-family: Avenir-Book;
	color:#ffffff;
	line-height:150%;
	text-decoration:none;
}

/*-- Guilds Section --*/
#fullpage-sections section.guilds-section{
    background-color: #ffffff;	
}
.guilds-section h2,
.guilds-section h3{
    text-align: center;
    color: #132c3f;
    /*max-width: 655px;*/
    margin: 0 auto;
}
.guilds-section h2{
    font-size: 36px;
}
.guilds-section h3{
    font-size: 20px;
    margin-top: 30px;
}
.guilds-icons{
    text-align: center;
    margin-top: 50px;
    height: 70px;
}
.guilds-icons > div{
    display: inline-block;
    margin-right: 45px;
    position: relative;
}
.guilds-icons .icon {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.guilds-icons .in{
    opacity: 1;
    bottom: 0 !important;
}
.guilds-icons .left.in{
    left: 0 !important;
}
.guilds-icons .right.in{
    right: 0 !important;
}
/*
.guilds-icons #engage-guild {
    left: -330px;
    bottom: -180px;
}
div#make-guild {
    left: -120px;
    bottom: -180px;
}
div#run-guild {
    right: -95px;
    bottom: -180px;
}
div#make-guild {
    left: -120px;
    bottom: -180px;
}
div#evolve-guild {
    right: -310px;
    bottom: -180px;
}
*/
.guilds-icons .icon img{
    width: 70px;
}
.guilds-icons > div:last-child{
    margin-right: 0;
}
.guilds-container {
    max-width: 1200px;
    margin: 150px auto 0 auto;
}
.guilds-container .guild {
    padding-left: 30px;
    padding-right: 30px;
}
.guilds-container .guild .guild-content{    
    position: relative;
    padding-top: 25px;
    padding-left: 20px;
}
.guilds-container .guild.engage .guild-content{
    background-image: linear-gradient(222deg, #f7a0d2, #eb67a6);
}
.guilds-container .guild.make .guild-content{
    background-image: linear-gradient(216deg, #99dff6, #60bcea);
}
.guilds-container .guild.run .guild-content{
    background-image: linear-gradient(223deg, #c28fcf, #8f56a2);
}
.guilds-container .guild.evolve .guild-content{
    background-image: linear-gradient(216deg, #1ad58c, #01b06c);
}
.guilds-container .guild .title{
    color: #132c3f;
    font-size: 40px;
    font-family: 'Avenir-Heavy' !important;
    position: absolute;
    top: -75px;
    left: 0px;
    height: auto;
    width: auto;
    cursor: default;
    font-weight: 900;
}
.guilds-container .guild .departments{
    list-style: none;
}
.guilds-container .guild .departments li{
    line-height: 35px;
}
.guilds-container .guild .departments li a{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Avenir-Heavy' !important;
    letter-spacing: .5px;
}
.guilds-container .guild .departments li a:hover{
    color: #ffffff !important;
    text-decoration: underline;
}
.guilds-container .guild .departments li a img{
    width: 24px;
    height: 24px;
    margin-top: -5px;
    margin-right: 15px;
}
.guilds-container .guild .departments .ai-analytics {
    line-height: 22px;
    margin-bottom: 6px;
}
.guilds-container .guild .departments .ai-analytics a {
    padding-left: 40px;
}
.guilds-container .guild .departments .ai-analytics a img {
    position: absolute;
    margin-top: 10px;
    margin-left: -38px;
}
.guilds-container .guild .departments .ai-analytics-line {
    padding-left: 40px;
}
html.fancybox-enabled body.page-template-front_page_new_design .fancybox-is-open .fancybox-bg{
    opacity: .9;
}
html.fancybox-enabled body.page-template-front_page_new_design .wrapper{
    webkit-filter: unset;
    -moz-filter: unset;
    -o-filter: unset;
    -ms-filter: unset;
    filter: unset;
}
#modal-guilds {
    display: none;
    width: 900px;
    padding: 0;
    min-height: 200px;
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
#modal-guilds .title{
    text-align: center;
    height: auto;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Avenir-Black' !important;
    letter-spacing: 1.5px;
    padding: 30px 0px;
}
#modal-guilds .title span{
    display: inline-block;
    width: 45px;
    height: 25px;
    background-size: contain !important;
    margin-right: 5px;
    margin-bottom: -1px;
    background-repeat: no-repeat !important;
}
#modal-guilds.engage .title{
    background-image: linear-gradient(96deg, #eb67a6, #f7a0d2);
}
#modal-guilds.engage .title span{
    background: url('../img/guilds-icons/engage-white-icon.png');
}
#modal-guilds.make .title{
    background-image: linear-gradient(96deg, #60bcea, #99dff6);
}
#modal-guilds.make .title span{
    background: url('../img/guilds-icons/make-white-icon.png');
}
#modal-guilds.run .title{
    background-image: linear-gradient(96deg, #8f56a2, #c28fcf);
}
#modal-guilds.run .title span{
    background: url('../img/guilds-icons/run-white-icon.png');
}
#modal-guilds.evolve .title{
    background-image: linear-gradient(96deg, #01b06c, #1ad58c);
}
#modal-guilds.evolve .title span{
    background: url('../img/guilds-icons/evolve-white-icon.png');
}

#modal-guilds .fancybox-close-small{
    z-index: 99999;
    width: auto;
    height: auto;
    top: 35px;
    right: 20px;
}
#modal-guilds .fancybox-close-small:after{
    font-size: 60px;
    font-weight: normal;
    width: auto !important;
    height: auto !important;
    background: none;
    border-radius: unset;
    color: #ffffff;
    font-family: initial;
    top: 0;
    right: 0;
    line-height: 35px;
}
#modal-guilds .owl-carousel .owl-nav .owl-prev,
#modal-guilds .owl-carousel .owl-nav .owl-next{
    top: 50%;
    transform: translateY(-14px);
}
#modal-guilds .owl-carousel .owl-nav .owl-prev span,
#modal-guilds .owl-carousel .owl-nav .owl-next span{
    width: 28px;
    height: 28px;
    display: block;
    background-size: cover !important;
    text-indent: -999999px;
}
#modal-guilds .owl-carousel .owl-nav .owl-prev span{
    background: url('../img/arrow-left.png');
}
#modal-guilds .owl-carousel .owl-nav .owl-next span{
    background: url('../img/arrow-right.png');
}
#modal-guilds .departments-description .item{
    padding: 85px 0px;
}
#modal-guilds .departments-description .item .description{
    position: relative;
    width: 560px;
    margin: 0 auto;
    padding: 130px 40px 100px 40px;;
}
#modal-guilds.engage .departments-description .item .description{
    background: rgba(255,65,174,.1);
}
#modal-guilds.make .departments-description .item .description{
    background: rgba(54,189,255,.1);
}
#modal-guilds.run .departments-description .item .description{
    background: rgba(189,29,250,.1);
}
#modal-guilds.evolve .departments-description .item .description{
    background: rgba(35,216,143,.1);
}
#modal-guilds .departments-description .item .description .department-title,
#modal-guilds .departments-description .item .description .author,
#modal-guilds .departments-description .item .description a{
    position: absolute;
}
#modal-guilds .departments-description .item .description .department-title{
    font-size: 30px;
    font-family: 'Avenir-Black' !important;
    color: #12263a;
    text-transform: uppercase;
    top: 35px;
    left: -65px;
}
#modal-guilds .departments-description .item .description .author{
    top: -36px;
    right: 40px;
}
#modal-guilds .departments-description .item .description .author img{
    border-radius: 50%;
}
#modal-guilds .departments-description .item .description a{
    font-size: 14px;
    color: #12263a;
    border: 2px solid #12263a;
    font-family: 'Avenir-Black' !important;
    padding: 15px 35px;
    right: 40px;
    bottom: 15px;
    text-transform: uppercase;
    overflow: hidden;
    -moz-overflow: hidden;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
#modal-guilds .departments-description .item .description a:hover{
    color: #ffffff !important;
}
#modal-guilds .departments-description .item .description a:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #78ddf8, #ff60ab, #78ddf8);
    -webkit-transform: translate3d(0,calc(100% - 5px),0);
    transform: translate3d(0,calc(100% - 5px),0);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-size: 200%;
}
#modal-guilds .departments-description .item .description a:hover:after{
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: gradWander 10s linear infinite;
    animation: gradWander 10s linear infinite;
}
#modal-guilds .departments-description .item .description a:active:after{
    bottom: -100%;
    z-index: 999;
    top: calc(100% - 5px);
    transform: none !important;
    animation: unset;
}
#modal-guilds .departments-description .item .description a:active{
    background: #172b3f;
    color: #ffffff;
}
@keyframes gradWander {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
@media (max-width: 1500px){
    .guilds-container .guild{
        padding-left: 20px;
        padding-right: 20px;
    }
    .guilds-container .guild .title{
        font-size: 35px;
    }
    .guilds-container .guild .guild-content{
        padding-left: 25px;
    }
    .guilds-container .guild .departments li a{
        font-size: 15px;
    }
}
@media (max-width: 1300px){
    .guilds-container .guild .guild-content{
        min-height: 230px;
    }
}
@media (max-width: 1250px){
    .guilds-container {
        width: 95%;
    }
    .guilds-container .guild{
        padding-left: 15px;
        padding-right: 15px;
    }
    .guilds-container .guild .guild-content{
        min-height: 195px;
        padding-left: 15px;
        margin-top: -50px;
        padding-top: 15px;
    }
    .guilds-container .guild .title{
        font-size: 25px;
        top: -50px;
    }
    .guilds-container .guild .departments li{
        line-height: 30px;
    }
    .guilds-container .guild .departments li a{
        font-size: 13px;
    }
    .guilds-container .guild .departments li a img{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 1001px){
    .guilds-container .guild .title {
        top: -80px;
    }
}
@media (max-width: 992px){
    .home .guilds-container {
        width: auto;
    }
    .guilds-container {
        width: 90%;
        margin-top: 70px;
    }
    .guilds-icons .icon{
        position: relative;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        opacity: 1;
        float: left;
        width: 25%;
        margin: auto;
    }
    .guilds-icons{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .guilds-container .guild {
        padding-left: 40px;
        padding-right: 30px;
        margin-bottom: 35px;
    }
    .guilds-container .guild .title {
        font-size: 40px;
        padding: 0 !important;
        top: -70px;
    }
    .guilds-container .guild .guild-content {
        padding-top: 20px;
        min-height: 240px;
        padding-left: 20px;
        margin-top: 60px;
    }
    .guilds-container .guild .departments li{
        line-height: 35px;
    }
    .guilds-container .guild .departments li a {
        font-size: 18px;
    }
    .guilds-container .guild .departments li a img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }
    .guilds-container .guild:hover .callout{
        display: none;
    }
    #modal-guilds{
        width: 90%;
    }
    #modal-guilds .departments-description .item .description{
        width: 70%;
    }
    #modal-guilds .departments-description .item .description .department-title{
        left: -20px;
    }
}

@media (max-width: 768px) {
    .guilds-container {
        margin-top: 30px;
    }
    .guilds-container .guild .guild-content {
        margin-top: 100px;
    }
}

@media (max-width: 500px) {
    .guilds-icons {
        width: 85%;
        margin: auto;
    }
}

@media (max-width: 414px){
    #fullpage-sections section{
        padding: 0 30px;
    }
    .guilds-icons{
        margin-top: 25px;
    }
    .guilds-icons > div{
        margin-right: 15px;
    }
    .guild-icons .icon {
        width: 50%;
    }
    .guilds-icons .icon img{
        width: 75px;
    }
    .guilds-container{
        margin-top: 40px;
        padding-right: 0;
    }
    .guilds-container .guild {
        padding-left: 35px;
        padding-right: 20px;
    }
    #modal-guilds .title{
        padding: 5px 0 !important;
    }
    #modal-guilds .fancybox-close-small{
        top: 10px;
        right: 15px;
    }
    #modal-guilds .fancybox-close-small:after{
        font-size: 40px;
    }
    #modal-guilds .departments-description .item .description .author{
        width: 52px;
        height: 52px;
        top: -30px;
        right: 25px;
    }
    #modal-guilds .departments-description .item .description .department-title{
        font-size: 25px;
    }
}
@media (max-width: 375px){
    .guilds-icons > div {
        margin-right: 10px;
    }
    .guilds-container .guild {
        padding-right: 40px;
    }
    .guilds-container .guild .guild-content{
        padding-left: 20px;
    }
    .guilds-container .guild .departments li a{
        font-size: 15px;
    }
}
@media (max-width: 320px){
    .guilds-container .guild{
        padding-left: 25px;
    }
    .guilds-container .guild .departments li a{
        font-size: 13px;
    }
    .guilds-container .guild .departments li a img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}
#fullpage-sections section:nth-child(1){
    padding: 0;
}
#fullpage-sections section:nth-child(1) .carousel{
    width: 100%;
    height: 100%;
    display: table;
}
#fullpage-sections #first-section {
    height: 100vh;
    padding-top: 0 !important;
}
#fullpage-sections #first-section .carousel .content {
    /*height: 100%;*/
    min-height: unset !important;
    position: relative !important;
}

#fullpage-sections #first-section .carousel .content .table {
    display: table !important;
    /*height: 100%;
    width: 100%;*/
    position: relative;
    margin-bottom: 0;
}
#fullpage-sections #first-section .carousel .content a {
    color: #fff;
}
#fullpage-sections #first-section .carousel .content a h4 {
    font-family: 'Avenir-Book';
    font-size: 35px;
    display: inline-block;
    min-height: 40px;
    max-width: 80%;
    line-height: 150%;
	min-height:110px;
}
#fullpage-sections #first-section .carousel .content a h4.anim::after {
    content: '\f178';
    font-family: 'FontAwesome';
    display: block;
    margin-left: 30px;
    display: inline;
    vertical-align: middle;
}
@media(max-width: 992px) {
    #fullpage-sections #first-section .carousel .content a h4 {
        font-size: 30px;
    }
}
@media(max-width: 768px) {
    #fullpage-sections #first-section .carousel .content a h4 {
        font-size: 20px;
        max-width: 100%;
        line-height: 1;
    }

}
@media(max-width: 580px) {
    #fullpage-sections #first-section .carousel .content {
        padding-right: 20px;
    }
    #fullpage-sections #first-section .carousel .content a h4 {
        padding-right: 20px;
    }
    #fullpage-sections #first-section .carousel .content a h4.anim::after {
        margin-left: 20px;
    }
}
/*#fullpage-sections #first-section .carousel .content .table:after{
    content: ".";
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 999999px;
    opacity: 0.55;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/
#first-section .carousel .content .table .gradient {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .55;
}
#fullpage-sections #first-section .carousel .content .background{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    background-size: cover;
    transform: scale(2);
    transition: all 10s;
}
#fullpage-sections section:nth-child(1) .carousel .content[aria-hidden="false"] .background{
    transform: scale(1) !important;
}
#fullpage-sections section:nth-child(1) .carousel .content .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.first-slide .bx-wrapper {
    margin-bottom: 0;
    height: auto;
    background: none;
}
.first-slide .bx-wrapper .bx-viewport{
    height: 100% !important;
}
.first-slide .custom-container {
    padding: 0 0 0 150px;
}
#fullpage-sections>section:nth-child(1) h2{
    display: inline-block;
    position: relative;
    z-index: 999999;
    overflow: hidden;
    -moz-overflow: hidden;
    padding: 0 20px;
	font-family: 'Avenir-Black' !important;
}
#fullpage-sections>section:nth-child(1) h1{
    font-size: 68px;
    font-weight: bold;
    margin: 0;
    padding-left: 0;
}
#fullpage-sections>section:nth-child(1) h2{
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
}
#fullpage-sections>section:nth-child(1) h1:after,
#fullpage-sections>section:nth-child(1) h2:after{
    content: '.';
    display: block;
    width: calc(100% + 25px);
    position: absolute;
    left: calc((100% + 25px)*(-1));
    text-indent: -999999px;
    z-index: -1;
    transition: left 1s ease;
}
#fullpage-sections>section:nth-child(1) h1.anim:after,
#fullpage-sections>section:nth-child(1) h2.anim:after
    left: calc(100% + 25px);
    /*left: 0;*/
}
#fullpage-sections>section:nth-child(1) h1:after{
    height: 88px;
    background-image: linear-gradient(transparent 0%, #60bcea 0px);
    bottom: 5px;
    transition-delay: .2s;
}
#fullpage-sections>section:nth-child(1) h2:after{
    height: 55px;
    background-image: linear-gradient(transparent 0%, #60bcea 0px);
    bottom: 0px;
    transition-delay: .6s;
}
#fullpage-sections>section:nth-child(1) .clients-wrapper,
#fullpage-sections>section:nth-child(1) .arrow{
    position: absolute;
    width: calc(100% - 150px);
    left: 100px;
    text-align: center;
    z-index: 999999;
    max-width: none !important;
}
#fullpage-sections>section:nth-child(1) .clients-wrapper{
    bottom: 110px;
}
#fullpage-sections>section:nth-child(1) .arrow{
    bottom: 100px;
}
#fullpage-sections>section:nth-child(1) .clients-wrapper .client{
    display: inline-block;
    color: #ffffff;
    margin: 10px 0;
    width: 19%;
}
.first-slide .clients-wrapper .client-logos ul img {
    opacity: 0;
    transition: opacity 0.1s ease;
}
.first-slide .clients-wrapper .client-logos ul[aria-hidden="false"] img {
    opacity: 1;
}
#fullpage-sections section.second-section .container{
	padding: 0 15px;
}
#fullpage-sections section.second-section .blog-posts .postscarousel:before{
    display: none;
}
#fullpage-sections section.second-section .content .custom-container{
    /*margin-top: 135px;*/
    margin-top: 0;
    margin-bottom: 0;
}
#fullpage-sections section .blog-posts h1{
    text-align: center;
    font-size: 40px;
    font-family: 'Avenir-Black' !important;
    color: #172b3f;
    position: relative;
	margin-bottom: 40px;
}
#fullpage-sections section .blog-posts a.see-all{
    display: block;
    z-index: 999999;
    position: absolute;
    right: 150px;
    margin-top: -70px;
    font-size: 14px;
    font-family: 'Avenir-Heavy' !important;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    color: #363636;
}
.blog-posts .postscarousel:before{
	content:' ';
    background: #ffffff;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) , rgba(255,255,255,1), rgba(255,255,255,0));
    background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
    background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
    height: 100%;
    width: 100px;
    z-index: 1;
    left: -25px;
}


.home .blog-posts .postscarousel .owl-nav{
    position: absolute;
    bottom: 190px;
    right: 0;
    font-size: 40px;
    z-index: 999;
}
#work .casestudies-wrap .work-title,
.casestudies-wrap h4.title{
    text-align: center;
}
#work .casestudies-wrap .work-title{
    margin-left: -25px;
}
@media (max-width: 1100px){
    .home .blog-posts .postscarousel .owl-nav,
    #work .postscarouselnew .owl-nav{
        position: relative;
        bottom: 10px;
        margin-top: 0;
        left: 0;
    }
    .home .blog-posts .postscarousel .owl-nav .owl-next,
    #work .postscarouselnew .owl-nav .owl-next{
        right: 20px;
        top: -40px;
    }
}
@media(max-width: 999px){
    .home .postscarouselnew .insights-card,
    .home .postscarouselnew .insights-card-with-desc{
        width: 100%;
    }
    section#work{
        padding: 80px 0 0;
        display: block;
    }
    section#work .content{
        display: inline;
    }
    section#work .container .col-lg-4{
        padding: 0;
    }
    section#work .container{
        padding: 0 0 0 25px;
    }
    #work .postscarouselnew .owl-nav .owl-next,
    .home .blog-posts .postscarousel .owl-nav .owl-next{
        top: unset;
    }
}
.blog-posts .postscarousel .owl-nav .owl-prev,
.blog-posts .postscarousel .owl-nav .owl-next{
    top: 160px;
}
.blog-posts .postscarousel .owl-nav .owl-prev{
	left: -60px;
}
.blog-posts .postscarousel .owl-nav .owl-next{
	right: 0;
}
/*.blog-posts .bx-carousel{
    width: calc(100vw - 100px);
}*/
/*.blog-posts .owl-carousel .owl-item{
    padding: 20px;
}*/
/*.blog-posts .bx-wrapper{
    margin-right: -50px;
	margin-bottom: 20px;
}
.blog-posts .bx-viewport{
    padding-left: 30px;
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.casestudies-section .mobile .bx-viewport{
    padding-left: 0px;
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

#fullpage-sections section.whatwedo-section{
     background-color:#ffffff;
}
.whatwedo-section .left-image{
	position: relative;
	min-height: 250px;
}
.whatwedo-section .left-image .imgfromleft,
.whatwedo-section .left-image .imgfromright,
.whatwedo-section .left-image .imgfromright-2{
	position: static;
	top:0;
}
.whatwedo-section .left-image .imgfromright{
    top: 60px;
}
.whatwedo-section .left-image .imgfromright-2{
    top: 30px;
}
#fullpage-sections section.whatwedo-section .section1,
#fullpage-sections section.whatwedo-section .section2,
#fullpage-sections section.studios-map .custom-container{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto !important;
}
#fullpage-sections section.studios-map .custom-container{
	max-width: 1200px;	
}
 #fullpage-sections section.whatwedo-section h2{
    font-size: 40px;
    font-family: 'Avenir-Black' !important;
    text-align: center;
    color: #172b3f;
	padding-left:20px;
	margin-bottom:0;
}
#fullpage-sections section.whatwedo-section .section2 h2{
    line-height: 1.09;
}
#fullpage-sections section.whatwedo-section .section1 h3{
	width: 100%;
	max-width: 629px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.7px;
	text-align: center;
	color: #5a5a5a;
	font-weight: 400;
    margin-top: 25px;
    margin-bottom: 40px;
}
#fullpage-sections section.whatwedo-section .section1 h3.right-text{
	width: 100%;
	max-width: 800px;
	float:right;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.7px;
	text-align: left;
	color: #5a5a5a;
}
#fullpage-sections section.whatwedo-section .section2 h3{
    font-size: 30px;
	font-family: 'Avenir-Heavy' !important;
    line-height: 1.46;
    text-align: left;
    color: #172b3f;
    margin-bottom: 41px;
	margin-left:20px;
}
#fullpage-sections section.whatwedo-section .section2 .section2titlewrap{
	display:table;
	vertical-align:middle;
	width: 100%;
}
#fullpage-sections section.whatwedo-section .section2 .section2titlewrap .title-left{
	display:table-cell;
}
#fullpage-sections section.whatwedo-section .section2 .section2titlewrap .image-right{
	display:table-cell;
	text-align: right;
	position:relative;
	right: -300px;
}
#fullpage-sections section.whatwedo-section .section2 .section2contentwrap{
	display:table;
	vertical-align:middle;
	width: 100%;
}
#fullpage-sections section.whatwedo-section .section2 .lefttext{
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
#fullpage-sections section.whatwedo-section .section2 .rightslider{
    text-align:right;
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
#fullpage-sections section.whatwedo-section .section2 p{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.65;
    text-align: left;
    color: #9a9b9b;
	margin-left:20px;
}

.bx-wrapper{
    border:0;
    box-shadow:none;
}
.desktop ul.bxslider li, .mobile ul.bxslider li{
    opacity:0.5;
    transition: all 1s;
    text-align: right;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.desktop ul.bxslider li img{
	text-align: right;
	transition: all 0.5s;
}
ul.bxslider.mobile li{
    text-align:center !important;
}
ul.bxslider li img{
    display: inline-block;
}
ul.bxslider li.active-slide{
    opacity:1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.whatwedo-section .bxslider.mobile .slide{
	height:120px;
}
.whatwedo-section .bxslider.mobile .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.desktop ul.bxslider li.active-slide img{
	width: auto !important;
}
.section2contentwrap .rightslider .desktop .bx-viewport{
	min-height: 320px !important;
}

.desktop{display:block;}
.mobile{display:none;}

section.studios-map .studio .dt_clocks div div {
    display: none;
}
section.studios-map .studio .dt_clocks li {
    padding: 0;
}
@media (max-width: 992px){
    section.studios-map .studios-list{
        margin-bottom: 60px;
    }
	
    .desktop{display:none;}
    .mobile{display:block;}
	
	.blog-posts .postscarousel.owl-carousel .owl-stage-outer{
		margin-right: -10%;
	}

	.home .blog-posts .post{
		width: 80%;
		margin-right: 0 !important;		
	}

	.blog-posts .postscarousel:before{
		left: -70px;
	}
	
	.page-template-front_page_new_design #fullpage-sections section.second-section, 
	.page-template-front_page_new_design #fullpage-sections section.whatwedo-section,
	.page-template-front_page_new_design #fullpage-sections section.guilds-section {
		padding: 0;
		max-width: 100%;
		margin: 0 auto;		
	}
	.page-template-front_page_new_design #fullpage-sections section.second-section .custom-container, 
	.page-template-front_page_new_design #fullpage-sections section.whatwedo-section .custom-container,
	.page-template-front_page_new_design #fullpage-sections section.guilds-section  .custom-container{
		padding: 0;
		max-width: 85%;
		margin: 0 auto;
	}
	.page-template-front_page_new_design #fullpage-sections section.second-section .see-all{
		display:none;
	}


}

.page-template-front_page_new_design #fullpage-sections .casestudies-section{
	padding-left:0;
	padding-right:0;
	max-width: 1000px;
	margin: 0 auto !important;	
}
.casestudies-section .desktop{
	width: 100%;
	max-width: 1000px;
	/*margin: 0 auto !important;*/
}
.casestudies-section .desktop .bx-viewport{
	overflow: visible !important;
    -moz-overflow: visible;
}
.casestudies-section h4.title{
	font-size: 20px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #5a5a5a;
    max-width: 580px;
	width: 100%;
	font-family: 'Avenir-Book' !important;
	letter-spacing: 0.7px;
	line-height: 1.8;
}
.casestudies-section h4.title{
    margin: 130px auto 0px 70px !important;
}

.casestudies.desktop .case-item-content{
	position: relative;
	width: 100%;
}

.casestudies.desktop .case-item-content .text-box{
	width: 479px;
    height: 445px;
    background-image: radial-gradient(circle at 4% 2%, rgba(18, 38, 58, 0.78), #0d2234 61%, #12263a);
    padding: 44px 128px 0 111px;
    margin: 0 auto;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
	position:relative;
	top: 35px;
	z-index: 1;
	font-family: 'Avenir-Medium' !important;
}

.casestudies.desktop .case-item-content .left-image{
	position:absolute;
	left:50px;
	top:0;
	z-index: 2;
	overflow: hidden;
    box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.16);
	min-height: 415px;
}

.casestudies.desktop .case-item-content .left-image img{
	max-width:280px;
	height: auto;
}

.casestudies.desktop .case-item-content .right-image{
	position:absolute;
	right:50px;
	top:82px;
	z-index: 2;
	overflow: hidden;
    box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.16);
}

.casestudies.desktop .case-item-content .right-image img{
	max-width:280px;
	height: auto;
}
.casestudies.desktop .case-item-content .client-name{
	font-size: 60px;
	font-family: 'Avenir-Black' !important;
	color: #ffffff;
	position:absolute;
	bottom: 40px;
	left: 180px;
	z-index: 2;
}

.casestudies.desktop .case-item-content .btn-gradient-background{
	position:absolute;
	bottom: -60px;
	right:150px;
	background: #ffffff;
	z-index: 2;
	transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.casestudies.desktop .case-item-content .btn-gradient-background:hover{
	background: #ffffff;
	z-index: 2;
	transition: all .5s cubic-bezier(.645,.045,.355,1);
}
a.bx-prev, a.bx-next{
	color:#000000;
	font-size:40px;
	text-indent: 0 !important;
	top: auto !important;
	bottom: -15px;
}
a.bx-prev{
    left: 50px !important;
}
a.bx-next{
	left: 100px !important;
}

.casestudies.mobile .case-item {
	opacity: 1;
	width: 80%;
}

.casestudies.mobile .case-item.active-slideitem {
	opacity: 1;
}
.casestudies.mobile .case-item-content{
    background-image: radial-gradient(circle at 4% 2%, rgba(18, 38, 58, 0.78), #0d2234 61%, #12263a);
    padding: 0;
    margin: 0 auto;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
	z-index: 1;
	max-width:100%;
	margin: 0 auto;
}

.casestudies.mobile .case-item.active-slideitem {
	opacity: 1;
}

.casestudies.mobile .case-item-content .left-image{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.casestudies.mobile .case-item-content .text-box{
	padding: 20px;
}
.casestudies.mobile .case-item .case-item-content .text-box{
	box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.3);
}
.casestudies.mobile .case-item-content .text-box h4{
	font-size: 20px;
	font-family: 'Avenir-Heavy' !important;
	color: #ffffff;
	margin-bottom: 20px;
	min-height: 70px;
}
.casestudies.mobile .case-item-content .text-box p{
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.86 !important;
	text-align: left;
	color: #f7f7f7;
	min-height: 200px;
	font-family: 'Avenir-Medium' !important;
}

.casestudies.mobile .case-item-content .btn-gradient-background{
	background: #ffffff;
	z-index: 2;
	transition: all .5s cubic-bezier(.645,.045,.355,1);
	display:block;
	text-align: center;
	letter-spacing: 2.2px;
    color: #363636;
	font-family: 'Avenir-Heavy' !important;
}
.casestudies.mobile .case-item-content .btn-gradient-background:hover{
	background: #ffffff;
	z-index: 2;
	transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.casestudies.mobile.owl-carousel .owl-stage-outer{
	margin-right: -10%;
}
.casestudies-wrap{
    margin-bottom: 200px;
}

.show-animation{
	display:inline-block;
}
.second-section .blog-posts {
    /*margin-top: 200px;*/
}
.header-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 160px;
    z-index: 1;
}
@media(max-width: 1155px){
    #fullpage-sections section:nth-child(1) .clients-wrapper .client{
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width: 1000px){
    /*#fullpage-sections section:nth-child(1){*/
        /*height: 510px;*/
    /*}*/
    .page-template-front_page_new_design .pagination{
        display: none;
    }
    .first-slide .custom-container{
        padding-left: 80px;
    }
    #fullpage-sections section:nth-child(1) .clients-wrapper{
        /*display: none;*/
    }
    #fullpage-sections>section:nth-child(1) .clients-wrapper{
        bottom: 80px;
        left: 0;
        width: 100%;
    }
    .orientation_landscape #fullpage-sections>section:nth-child(1) .clients-wrapper{
        bottom: 45px;
        left: 0;
        width: 100%;
    }
    #fullpage-sections section:nth-child(1) .clients-wrapper .client {
        padding: 0 5px;
        margin: 0;
        width: calc(20% - 5px);
    }
    #fullpage-sections section:nth-child(1) .carousel .content{
        min-height: auto !important;
    }
	#fullpage-sections section .content p{
		font-size:16px;
	}
    #secondSlide{
        bottom: 15px;
    }
    .header-wrap{
        padding-left: 80px;
        width: 100%;
    }
}
@media(max-width: 769px){
	.page-template-front_page_new_design #fullpage-sections section.studios-map,
    .page-template-front_page_new_design #fullpage-sections section.whatwedo-section{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.page-template-front_page_new_design #fullpage-sections section.second-section,
    .page-template-front_page_new_design #fullpage-sections section.whatwedo-section{
		padding-bottom: 0px !important;
	}
	.first-slide .custom-container{
        padding-left: 30px;
    }
	/*.blog-posts .bx-viewport{
		padding-left: 15px;
		margin-left: -15px;
	}*/
	.casestudies-section .bx-viewport{
		padding-left: 15px;
	}
	.casestudies-section .mobile .bx-wrapper{
		margin-bottom: 40px !important;
	}
	.blog-posts .post{
		box-shadow: none;
	}
    #fullpage-sections section:nth-child(1) .content h1,
    #fullpage-sections section:nth-child(1) .static-text h1{
        text-align: left;
        font-size: 47px;
    }
    #fullpage-sections section:nth-child(1) .content h2{
        font-size: 27px;
        margin-bottom: 5px;
    }

	#fullpage-sections section.whatwedo-section .section2 .section2titlewrap .image-right{
		display:none;
	}
	#fullpage-sections section.whatwedo-section .section2 .lefttext, #fullpage-sections section.whatwedo-section .section2 .rightslider{
		display:block;
		width:100%;
		width:100%;
	}
	#fullpage-sections section.whatwedo-section .section1 h2,#fullpage-sections section.whatwedo-section .section2 h2, #fullpage-sections section.whatwedo-section .section1 h3,#fullpage-sections section.whatwedo-section .section2 p{
		padding-left: 0px;
		margin-left: 0;
		margin-right: auto;
		float: none !important;
	}
	#fullpage-sections section.whatwedo-section .section1 h3, #fullpage-sections section.whatwedo-section .section1 h3.right-text{
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: 0.7px;
		text-align: left;
		color: #5a5a5a;
		margin-top:0;
		margin-bottom: 20px;
		font-family: 'Avenir-Book' !important;
	}
	.section2contentwrap .bx-wrapper {
		border: 0;
		box-shadow: none;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 90px;
	}

	.casestudies-section .bx-wrapper {
		margin-right: -50px;
	}

	.fwvideo{
		margin-left: -100px;
		margin-right: -100px;
	}
	.fwvideo img{
		width:100%;
		height: auto;
	}
	#fullpage-sections section .blog-posts h1 {
		font-size: 23px;
		margin-top:60px;
        margin-bottom:20px;
        text-align: left;
	}
	#fullpage-sections section.whatwedo-section h2, #fullpage-sections section.whatwedo-section .section2 h2, #fullpage-sections section.guilds-section h2{
		font-size: 23px;
		text-align:left;
		margin-bottom:40px;
    }
    #our-stories .casestudies-wrap h2 div{
        font-size: 21px;
    }
	#fullpage-sections section.whatwedo-section .section2 h2{
		margin-bottom: 12px;
	}
	#fullpage-sections section.whatwedo-section .section2 h3{
		margin-bottom: 30px;
		font-size: 16px;
		margin-left: 0px;
	}
	#fullpage-sections section.whatwedo-section .section2 p{
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: 0.7px;
	}
	.casestudies-section h4.title{
		width:100%;
		margin:90px auto 0 auto !important;
		margin-bottom: 0px !important;
		padding-bottom:0 !important;
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: 0.7px;
	}
	#fullpage-sections section.guilds-section .text-center{
		text-align: left !important;
	}
	#fullpage-sections section.guilds-section h3{
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: 0.7px;
		text-align: left;
		color: #5a5a5a;
        padding-right: 0;
	}
    .second-section .blog-posts{
        /*margin-top: 50px;*/
    }
	section#our-services h2:after{
		width: 218px;
	}	
	#fullpage-sections section.whatwedo-section h2, #fullpage-sections section.whatwedo-section .section2 h2, #fullpage-sections section.guilds-section h2{
		max-width: 100%;
	}
	.mobiletextleft{
		text-align: left !important;		
	}
}
@media (min-width: 800px){
    #fullpage-sections section.whatwedo-section .solutions-title,
    #fullpage-sections section.whatwedo-section h2{
        text-align: center;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    .header-wrap{
        padding-left: 60px;
    }
}
@media(min-width: 767px) and (max-width: 800px){ 
	section#where-we-are h2{
		font-size: 23px !Important;
	}
	section#where-we-are h2:after {
		width: 370px !important;
	}
	section.guilds-section h2:after {
		width: 490px !important;
	}
    .header-wrap{
        padding-left: 50px;
    }
}
@media (max-width: 550px){
    .header-wrap{
        padding-left: 50px;
        top: 55%;
    }
    #fullpage-sections section.whatwedo-section h2{
        text-align: left;
        padding-left: 0;
    }
}
@media(max-width: 414px){
    #fullpage-sections section:nth-child(1) .content h1{
        font-size: 26px;
    }
    #fullpage-sections section:nth-child(1) .static-text h1{
        font-size: 40px;
    }
    #fullpage-sections section:nth-child(1) .content h2{
        font-size: 16px;
    }
    #fullpage-sections section:nth-child(1){
        height: 420px;
    }
	#fullpage-sections section.studios-map .custom-container{
		max-width: 300px;	
	}
    .header-wrap{
        padding-left: 30px;
    }
}

/*---------Ssaw media query -------------*/

@media(max-width: 414px){
 section.studios-map h2 {
    font-size: 23px !important
 }
}

@media (max-width: 414px){
   #fullpage-sections section.whatwedo-section .section1 h2{
    font-size:23px !important;
    width: 414px;
   }
   .blog-posts .post .tags a{
    letter-spacing: 1px;
     padding: 3px !important;
  }
}
@media (max-width: 1024px){
    .blog-posts .post .tags a{
       letter-spacing: 1.5px;
    }
}

@media (max-width: 992px){
    .blog-posts .post .tags a{
    letter-spacing: 1.3px;
    }
}

@media (max-width: 414px) and (max-width: 360px){
   .blog-posts .post .tags a{
   letter-spacing: 1px;
    padding: 0 5px !important;
 }
}
/*------------Ssaw code END --------------------*/
section.studios-map .studios-list{
    height: 500px;
    overflow: auto;
    padding-right: 0px;
}
section.studios-map .instagram-feed{
    height: 500px;
    overflow: auto;
    text-align: center;
    padding-left: 0px;
}
@media (max-width: 992px){
    section.studios-map .studios-list{
        padding-right: 15px;
    }
    section.studios-map .instagram-feed{
        padding-left: 15px;
    }
}
section.studios-map .studio{
    margin-bottom: 20px;
}
section.studios-map .studio h4{
    font-size: 30px;
    color: #172b3f;
    font-weight: 900;
	font-family: 'Avenir-Heavy' !important;
}
section.studios-map .studio a:hover h4{
    text-decoration: underline;
}
#fullpage-sections section.studios-map .studio p,
section.studios-map .studio .dt_clocks div span{
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 0;
	font-family: 'Avenir-Book' !important;
}
section.studios-map h2 {
     font-size: 40px;
     color: #172b3f;
     font-family: 'Avenir-Black' !important;
     letter-spacing: 0;
}
@media (min-width: 800px){
	section.studios-map .section1{
		text-align: center;
	}
}
section.studios-map .section1 p {
    font-size: 20px !important;
    color: #5a5a5a !important;
    margin-top: 0px;
    margin-bottom: 30px !important;
	font-family: 'Avenir-Book' !important;
	line-height: 1.8;
    letter-spacing: 0.7px;
    text-align: center;
    margin-left: 0px;
}
/*
.custom-scroll .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.custom-scroll .mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}*/
section.studios-map .instagram-feed .insta{
    position: relative;
}
section.studios-map .instagram-feed img {
    width: 350px;
}
section.studios-map .mCSB_scrollTools{
    visibility: hidden !important;
}
section.studios-map #show-more-studios{
    display: none;
}
section.studios-map .instagram-feed .insta.first {
    padding-top: 45px;
}
section.studios-map .instagram-feed .insta .insta-logo {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    z-index: -1;
    top: 10px;
}
section.studios-map .instagram-feed .insta .insta-photo {
    display: inline-block;
    width: 260px;
    height: 260px;
    margin-bottom: 30px;
    background-size: cover;
    position: relative;
}
section.studios-map .instagram-feed .insta .insta-photo .description {
    position: absolute;
    display: none;
    color: #ffffff;
    z-index: 999;
    left: 0;
    padding-left: 55px;
    line-height: 19px;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #172b3fc7;
    padding-right: 10px;
    text-align: left;
}
section.studios-map .instagram-feed .insta .insta-photo:hover .description {
    display: block;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo {
    background-image: radial-gradient(circle at 4% 2%, rgba(18, 38, 58, 0.78), #0d2234 61%, #12263a);
    text-align: left;
    padding: 40px;
    position: relative;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social{
    position: absolute;
    bottom: 40px;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social h3{
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 5px;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social a {
    background: #ffffff;
    color: #172b3f;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    margin-right: 5px;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social a.facebook:hover {
    color: #ffffff !important;
    background: #3b5998;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social a.instagram:hover {
    color: #ffffff !important;
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social a.twitter:hover {
    color: #ffffff !important;
    background: #00aced;
}
section.studios-map .instagram-feed .insta.first-item .insta-photo .social a.linkedin:hover {
    color: #ffffff !important;
    background: #0077b5;
}
section.studios-map .instagram-feed .insta .insta-logo i {
    color: #172b3f;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 40px;
    line-height: 34px;
    position: absolute;
    top: 15px;
    right: 15px;
}
section.studios-map .instagram-feed .insta a.softvision-team{
    background: #172b3f;
    color: #ffffff;
    font-family: 'Avenir-Black' !important;
    position: absolute;
    bottom: 60px;
    left: 0;
    font-size: 35px;
    padding: 0px 15px;
}
@media (max-width: 1000px){
    .page-template-front_page_new_design #fullpage-sections section.studios-map{
        padding: 0 20px;
    }
    section.studios-map .section1 p{
        width: 100%;
    }
    section.studios-map .studios-list,
    section.studios-map .instagram-feed{
        height: auto;
    }
    section.studios-map #show-more-studios{
        display: inline-block;
    }
    .studios-map .studios-list .mobile-show{
        display: none;
    }
}
/*
.blog-posts .bx-controls.bx-has-controls-direction{
    float: right;
}
.blog-posts .bx-controls.bx-has-controls-direction .bx-prev,
.blog-posts .bx-controls.bx-has-controls-direction .bx-next{
    left: auto !important;
}
.blog-posts .bx-controls.bx-has-controls-direction .bx-prev{
    right: 120px;
}
.blog-posts .bx-controls.bx-has-controls-direction .bx-next{
    right: 70px;
}*/
.footer-new-design{
    background-image: linear-gradient(to right, #374f66, #12263a);
    padding: 70px 0;
    width: calc(100% - 66px);
    margin-left: 66px;
}
.footer-new-design .footer-content {
    margin: 0 90px;
}
.footer-new-design .footer-content:after{
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
.footer-new-design .logo img{
    width: 150px;
}
.footer-new-design .logo{
    float: left;
}
.footer-new-design .social{
    float: right;
    text-align: right;
}
.footer-new-design .social a,
.expanded-menu header .social a{
    background: #ffffff;
    font-size: 21px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    color: #12263a;
    margin-left: 10px;
}
.footer-new-design .social a:first-child,
.expanded-menu header .social a:first-child{
    margin-left: 0px;
}
.footer-new-design .social a:hover,
.expanded-menu header .social a:hover{
    color: #474747 !important;
}
.footer-new-design .social a:last-child,
.expanded-menu header .social a:last-child{
    margin-right: 0;
}
header .social {
    display: none;
}
.expanded-menu header .social {
    display: block;
    position: absolute;
    bottom: 45px;
    left: calc(50% - 100px);
}
header .social {
    display: none;
}
.page-template-front_page_new_design .wpsr-followbar, .page-template-front_page_new_design #back_to_top{
    display: none !important;
}
.page-template-front_page_new_design #fullpage-sections section.studios-map,
.page-template-front_page_new_design #fullpage-sections section.second-section,
.page-template-front_page_new_design #fullpage-sections section.whatwedo-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-template-front_page_new_design #fullpage-sections section.second-section{
    padding-top: 0;
}
.page-template-front_page_new_design #fullpage-sections section.studios-map{
    padding-bottom: 150px;
}
.expanded-menu footer.footer-active {
    z-index: 0;
}
/*footer .footer_bottom_holder{
    display: none;
}*/

.footer-new-design .copyright {
    text-align: right;
    color: #ffffff;
    bottom: 15px;
    width: 100%;
    margin-right: 35px;
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Avenir';
}
.studios-list.overlay-top:before, .instagram-feed.overlay-top:before {
    content: '.';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(255,255,255,0), rgb(255, 255, 255) 95%);
    z-index: 999999;
    text-indent: -999999px;
}
.studios-list.overlay-bottom:after, .instagram-feed.overlay-bottom:after {
    content: '.';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgb(255, 255, 255) 95%);
    z-index: 999999;
    text-indent: -999999px;
}
@media (max-width: 600px){
    .footer-new-design .logo,
    .footer-new-design .social{
        float: none;
        text-align: center;
    }
    .footer-new-design .logo{
        margin-bottom: 25px;
    }
    .footer-new-design .logo a.about-us{
        margin-top: 30px;
    }
    .footer-new-design .copyright{
        text-align: center;
    }
}
@media (max-width: 1000px){
    .footer-new-design,
    .footer_top_holder,
    footer .footer_bottom_holder,
    .home .footer_top_holder,
    .home footer .footer_bottom_holder{
        width: 100%;
        margin-left: 0;
    }
    .footer-new-design .copyright{
        margin-left: 0;
    }
    .first-slide .bx-wrapper{
        height: 100%;
    }
}

@media (max-width: 767px){
	.footer-new-design .footer-content {
		margin: 0 auto;
	}
    .home .blog-posts .post {
        width: 90%;
    }
    #work .casestudies-wrap .work-title,
    .casestudies-wrap h4.title{
        text-align: left;
        margin-left: 0;
    }
}
@media(max-width: 414px){
    section.studios-map .studio h4{
        font-size: 18px;
    }
}
@media(max-width: 375px){
    section.studios-map .studio h4{
        font-size: 17px;
    }
    section.studios-map .instagram-feed .insta a.softvision-team{
        font-size: 25px;
    }
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
	background: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
	.see-all{display:none;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.77){
	.see-all{display:none;}
}
@media only screen and (min-width: 411px) and (-webkit-device-pixel-ratio: 3) {
	.see-all{display:none;}
}
@media (-webkit-min-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (min--moz-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5) {
       .see-all{display:none;}
}
div#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: #ffffff;
    display: table;
}


@media(max-width: 320px){
    section.studios-map .studio h4{
        font-size: 18px;
    }
    #fullpage-sections section.studios-map .studio p,
    section.studios-map .studio .dt_clocks div span{
        font-size: 16px;
    }
    .expanded-menu nav.main_menu ul li a{
        line-height: 50px !important;
        font-size: 22px !important;
    }
}
.casestudies-wrap h2 {
    font-size: 40px;
    font-family: 'Avenir-Black' !important;
    color: #172b3f;
    position: relative;
    margin-bottom: 10px;
}
.casestudies-wrap h4.title {
    color: #5A5A5B;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    height: auto;
}
.footer-new-design .logo a.about-us {
    display: inline-block;
    font-size: 16px;
    font-family: 'Avenir';
    color: #ffffff;
    margin-top: 25px;
}

.casestudies-wrap .card{
    margin-bottom: 30px;
}
@media (max-width: 768px){
    .casestudies-wrap h2 {
        font-size: 23px;
        margin-top: 60px;
        margin-bottom: 0;
    }
    .casestudies-wrap{
        margin-top: 0;
    }
    .casestudies-wrap h4.title{
        margin-left: 0;
    }
    .first-slide .clients-wrapper .client-logos ul img{
        max-height: 40px;
    }
    .first-slide .clients-wrapper .client-logos ul li{
        width: 25% !important;
    }
    .first-slide .clients-wrapper .client-logos ul li:nth-child(4),
    .first-slide .clients-wrapper .client-logos ul li:nth-child(5){
        display: none !important;
    }
    .page-template-front_page_new_design #fullpage-sections .casestudies-section{
        margin-bottom: 100px !important;
    }
    #fullpage-sections section#our-stories,
    #fullpage-sections section#whats-new{
        height: auto;
    }
    .casestudies-wrap{
        margin-bottom: 70px;
    }
}
@media (max-width: 1150px){
    .casestudies.desktop .case-item-content .left-image img{
        max-width: 240px;
    }
    .casestudies.desktop .case-item-content .left-image{
        min-height: 355px;
    }
    .casestudies.desktop .case-item-content .right-image img{
        max-width: 235px;
    }
    .casestudies.desktop .case-item-content .client-name{
        position: relative;
        bottom: 75px;
        left: auto;
        text-align: center;
        font-size: 40px;
    }
    .bx-wrapper .bx-controls-direction a{
        top: auto !important;
        bottom: 90px;
    }
    .casestudies.desktop .case-item-content .btn-gradient-background{
        bottom: 0;
    }
    #whats-new .container{
        width: 1060px;
    }
}
@media (max-width: 1070px){
    .casestudies.desktop .case-item-content .left-image {
        min-height: 295px;
    }
    .casestudies.desktop .case-item-content .left-image img {
        max-width: 200px;
    }
    .casestudies.desktop .case-item-content .right-image img {
        max-width: 205px;
    }
    .bx-wrapper .bx-controls-direction a{
        bottom: 160px;
    }
    #whats-new .container{
        width: 1000px;
    }
}
@media (max-width: 999px){
    #whats-new .container{
        width: 100%;
    }
    #whats-new h1 {
        width: 100vw;
    }
}

@media (max-width: 479px){
    .casestudies.mobile .case-item-content .text-box p{
		min-height: 170px;
	}
    .casestudies.mobile .case-item-content .text-box h4{
        min-height: 30px;
    }
	.casestudies.mobile.owl-carousel .owl-stage-outer{
		min-height: 640px;
	}
	.second-section .blog-posts{
		margin-top: 50px;
	}
	#fullpage-sections section .blog-posts h1 {
		margin-top: 30px;
        width: calc(100vw - 50px);
	}

    .page-template-front_page_new_design #fullpage-sections .casestudies-section{
        margin-bottom: 50px !important;
    }
}
@media (max-width: 375px) {
    .casestudies.mobile .case-item-content .text-box p {
        min-height: 185px;
    }
}
@media (max-width: 320px) {
    .casestudies.mobile .case-item-content .text-box h4{
        min-height: 70px;
    }
    .casestudies.mobile .case-item-content .text-box p{
        min-height: 235px;
    }
    .casestudies.mobile .case-item-content .btn-gradient-background{
        padding: 15px 25px;
    }
}
.footer_bottom .textwidget {
    margin-bottom: 0 !important;
}
.video-slider-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 992px) {
	#fullpage-sections section.guilds-section h2{
		text-align: left;
		max-width: 97% !important;
        font-size: 20px;
        margin-top: 40px;
	}
	#fullpage-sections section.guilds-section h3{
		text-align: left;
	}
	#fullpage-sections section h2{
		max-width:100% !important;
	}
}
@media (max-width: 350px){
    .guilds-section .guildwrap .custom-container{
        width: 320px;
    }
    .page-template-front_page_new_design #fullpage-sections section.guilds-section h3{
        margin-left: 0 !important;
        width: 100% !important;
    }
    .guilds-icons {
        width: 100%;
    }
    .guilds-section .guildwrap .guilds-container{
        padding-right: 0;
    }
    #fullpage-sections section.studios-map .custom-container{
        max-width: 290px;
    }
}
.guildwrap a:hover{
	text-decoration: underline;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

#secondSlide {
    position: absolute;
    bottom: 75px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
    text-indent: -999999px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.insta-post-slider .description {
    position: absolute;
    display: none;
    color: #fff;
    z-index: 999;
    left: 0;
    padding-left: 55px;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #172b3fc7;
    padding-right: 10px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 60px;
}
.insta-post-slider .insta-logo{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    z-index: -1;
    top: 12px;
}
.insta-post-slider .post-content:hover .description{
    display: block;
}
.description .insta-like, .insta-comm {
    float: left;
    padding: 10px 10px 0 10px;
    text-align: center;
    font-size: 14px;
}
.description .insta-logo i{
    font-size: 35px !important;
}

@media (min-width: 993px){
	#fullpage-sections section.whatwedo-section .section1 h3.right-text {
		width: 100%;
		max-width: 824px;
		margin: 45px auto !important;
		float: none;
		margin-top: 45px;
		text-align: center;
	}
}
@media (min-width: 1200px){
	#fullpage-sections section.whatwedo-section .section1 h3.right-text{
		margin-left: -80px;		
	}
}
#where-we-are .our-map{
    position: relative;
}
#where-we-are .our-map .dot{
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;

    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    animation: all ease 1s;
}
#where-we-are .our-map .dot:before{
    content: '.';
    text-indent: -999999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../img/new-design/map-pin.png');
}
#where-we-are .our-map .dot:hover{
    /*animation: pulse 1s infinite;*/
}
#where-we-are .our-map .dot:hover:before{
    background-image: url('../../img/new-design/map-pin-hover.png');
    animation: pulse 1s ease infinite;
}
@keyframes pulse {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
#where-we-are .our-map .dot .studio-name{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    font-size: 15px;
    color: #172b3f;
    font-family: 'Avenir-Heavy';
    padding: 12px 15px;
    background: #ffffff;
    min-width: 170px;
    text-align: center;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}
#where-we-are .our-map .dot:hover .studio-name{
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
#where-we-are .our-map .dot .studio-name:after{
    content: '.';
    text-indent: -999999px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 2px solid #172b3f;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
#where-we-are .our-map .studios{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}
#where-we-are .our-map .studio {
    margin-bottom: 0;
    display: none;
    background: #ffffff;
    box-shadow: 10px 8px 38px 0 rgba(0, 0, 0, 0.16);
    padding: 30px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
#where-we-are .our-map .studio.active{
    opacity: 1;
    visibility: visible;
}
#where-we-are .our-map .studio .details,
#where-we-are .our-map .studio .images{
    float: left;
    text-align: left;
}
#where-we-are .our-map .studio .details{
    margin-right: 65px;
}
#where-we-are .our-map .studio .details h4{
    font-family: 'Avenir-Black' !important;
    font-size: 40px;
    color: #172b3f;
}
#where-we-are .our-map .studio .details .location {
    font-family: 'Avenir-Book';
    font-size: 20px;
    font-weight: 900;
    color: #5a5a5a;
    margin-top: 10px;
}
#where-we-are .our-map .studio .details .positions{
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    letter-spacing: .7px;
    margin-top: 10px;
}
#where-we-are .our-map .studio .details .positions a{
    color: #172b3f;
}
#where-we-are .our-map .studio .details .positions a:hover{
    color: #172b3f !important;
}
#where-we-are .our-map .studio .details .location span{
    font-weight: normal;
}
#where-we-are .our-map .studio .details a.btn-gradient-background{
    z-index: 999;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
#where-we-are .our-map .studio .images{
    margin-right: 30px;
	max-width: 480px;
	max-height: 240px;
	overflow: hidden;
	transition: all 0.5s;
}
#where-we-are .our-map .studio img{
    display: block;
    float: left;
}
#where-we-are .our-map .studio .studio-img{
	max-width: 480px;
}
#where-we-are .our-map .studio span.close-studio {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #172c3f;
    font-size: 51px;
    line-height: 30px;
    cursor: pointer;
}
#where-we-are .our-map .studio span.close-studio:before {
    content: '×';
    color: #000000;
}
#where-we-are #show-all-studios{
    display: none;
}
#where-we-are .our-map .studios {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}
@media (min-width: 1025px) {
	#where-we-are .our-map .studios {
		position: absolute;
		width: 100%;
		bottom: 0;
		text-align: center;
	}
	#where-we-are .our-map .studios .studio {
		z-index: 999;
	}
	#where-we-are .our-map .studios .studio[data-studio="west-palm-beach-studio"]{
		z-index: 1002;
	}
	#where-we-are .our-map .dot.sydney{
		z-index: 1000;
	}
	#where-we-are .our-map .dot.studio-melbourne{
		z-index: 1001;
	}
}
@media(max-width: 1024px) and (min-width: 1023px)
and (orientation: landscape){
	#where-we-are .our-map .studio .details{
		margin-right: 2px;
	}
	#where-we-are .our-map .dot:hover .studio-name{
		display:none;
	}
	#where-we-are .our-map .studio .details h4 {
		font-size: 33px;
	}
}
@media (min-width: 900px){
    /* #where-we-are .our-map .studio.not-displayed{
        display: block;
    } */
}
@media(max-width: 900px){
    #where-we-are .our-map .our-studios-map,
    #where-we-are .our-map .dot,
    #where-we-are .our-map .studio .images,
    #where-we-are .our-map .studio span.close-studio,
    #where-we-are .our-map .studio .details a.btn-gradient-background{
        display: none;
    }
    #where-we-are .our-map .studios .details a.btn-gradient-background{
        display: block;
    }
    a.btn-gradient-background{
        display: inline-block;
        margin-top: 23px !important;
        text-align: center;
    }
    #where-we-are .our-map .studios{
        position: relative;
        bottom: unset;
    }
    #where-we-are .our-map .studio{
        display: block;
        visibility: visible;
        opacity: 1;
        padding: 10px;
        box-shadow: none;
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 40px;
    }
    #where-we-are .our-map .studio.not-displayed{
        display: none;
    }
    #where-we-are .our-map .studio .details,
    #where-we-are .our-map .studio .images{
        float: none;
    }
    #where-we-are .our-map .studio .details{
		margin-right: 0;
    }
    #where-we-are .our-map .studio .details h4{
        font-size: 30px;
        font-family: 'Avenir-Heavy' !important;
    }
    #where-we-are #show-all-studios{
        display: inline-block;
    }
}
@media(max-width: 600px){
    #where-we-are .our-map .studio{
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
}

#where-we-are .dt_clocks{
	display: inline-block;
}
#where-we-are .dt_clocks li{
	margin-right: 5px;
}
section.studios-map .instagram-feed .insta {
    position: relative;
    width: 240px;
    height: 240px;
    float: left;
}
section.studios-map .instagram-feed .insta .insta-photo {
    display: inline-block;
    width: 240px;
    height: 240px;
    margin-bottom: 30px;
    background-size: cover;
    position: relative;
}
section.studios-map .instagram-feed {
    height: 240px;
    overflow: auto;
    text-align: center;
    padding-left: 0;
    overflow: hidden;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation: landscape){
 
#fullpage-sections section.whatwedo-section h2 {
    font-size: 31px !important;
   }
   .three_columns {
    width: 928px !important;
    margin-top: 50px;
    padding-right: 30px;
    }

   #fullpage-sections section.guilds-section h2{
     font-size: 33px;
   }

   #fullpage-sections section.whatwedo-section .section1, #fullpage-sections section.whatwedo-section .section2, #fullpage-sections section.studios-map .custom-container{
    max-width: 910px !important;

   }

   .imgfromleft{
      left: -30px !important;
   }
   .imgfromright{
    right:135px !important;
  }
}

#first-section .video-background {
    display: block;
    width: 100%;
    height: 100%;
    background: #172b3f;
    position: absolute;
    overflow: hidden !important;
}

#first-section .video-background #myVideo {
    position: absolute;
    right: auto;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
@media (max-width: 999px){
    #fullpage-sections section:nth-child(1){
        background: #fff;
        /*transition-duration: 0.400s;*/
        overflow: hidden;
        -moz-overflow:hidden;
        background-image: url("https://cdn.cognizantsoftvision.com/wp-content/uploads/2017/02/02120339/BuildingFramework.jpg");
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    #fullpage-sections section:nth-child(1) iframe{
        display: none;
    }
    #first-section .video-background{
        overflow: visible;
        -moz-overflow:visible;
        position: absolute;
        /*transition-duration: 0.400s;*/
        height: auto;
    }
    .first-slide .bx-wrapper{
        height: auto;
        position: relative;
        z-index: 9999;
        height: 100%;
    }
    #first-section .video-background #myVideo {
        right: auto;
        bottom: auto;
        position: relative;
        display: block;
        width: 100%;
        min-height: auto;
    }
}
section#our-talent{
    display: block !important;
    height: auto !important;

}
#ticker {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    color: #ffffff;
    background: #172b3f;
    width: 100%;
    right: 0;
    font-size: 20px;
    font-family: "Avenir-Book";
    padding: 15px 0 15px 40px;
}
#ticker .item{
    width: calc(100% + 100px);
}
#ticker .item a{
    color: #ffffff;
}
#ticker .tag{
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 15px;
    padding: 5px 15px;
}
#ticker .tag.engage{
    background: #eb67a6;
}
#ticker .tag.make{
    background: #60bcea;
}
#ticker .tag.run{
    background: #8f56a2;
}
#ticker .tag.evolve{
    background: #01b06c;
}
#ticker .owl-carousel{
    position: unset;
}
#ticker .owl-nav{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 15px;
    background: #172b3f;
}
#ticker .owl-prev,
#ticker .owl-next {
    position: unset;
    display: inline-block;
    font-size: 25px;
    line-height: 32px;
}
#ticker .owl-prev{
    margin-right: 5px;
}
#ticker .owl-next{
    margin-left: 5px;
}
#ticker .owl-dots{
    display: inline-block;
}
#ticker .owl-dots .owl-dot{
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #ffffff;
    line-height: 7px;
    border-radius: 50%;
    margin: 0 3px;
}
#ticker .owl-dots .owl-dot.active{
    background: #eb67a6;
}
#ticker .owl-dots .owl-dot span:before{
    content: '.';
    visibility: hidden;
    height: 0;
}

@media(max-width: 768px) {
    #ticker .item{
        font-size: 15px;
    }
    #ticker .tag{
        font-size: 10px;
    }
    #ticker .owl-nav{
        padding-right: 25px;
        padding-top: 10px;
    }
}

#secondSlide{
    display: none;
}
@media (max-width: 1000px){
    #ticker{
        width: 100%;
    }
    #secondSlide{
        bottom: 50px;
        display: block;
        z-index: 9999;
    }
}
@media(max-width: 580px){
    #ticker{
        display: none;
    }
}
.post-content .tags .post-categories{
    list-style: none;
}
.post-content .tags .post-categories li{
    display: inline-block;
}
@media (max-width: 479px){
	.blog-posts .post .post-content {
		padding: 25px 30px 30px;
		min-height: 470px;
	}
}

#video-controls{
    position: absolute;
    right:50px;
    bottom:75px;
    z-index: 999999;
}
#video-controls a img{
    width: 30px;
}
#video-controls a.pause{
    padding-right: 10px;
}

@media (max-width: 999px) {
    #video-controls{
        bottom: 80px;
        right: 35px;
    }
    #fullpage-sections>section:nth-child(1) h2:after{
        display: none;
    }
}
.btn{
    margin-right: 10px;
    height: 23px;
    width: 23px;
    padding: 0;
    vertical-align: top;
}
.btn .bar{
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -10px;
    width: 3px;
    height: 20px;
    border-radius: 3px;
    background-color: white;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: background 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, background 0.1s ease-in-out;
    transition: transform 0.4s ease-in-out, background 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn.pause .bar-1 {
    -webkit-transform: translateX(13.5px) translateY(0px) rotate(0deg);
    transform: translateX(13.5px) translateY(0px) rotate(0deg);
}
.btn.pause .bar-2 {
    -webkit-transform: translateX(24px) translateY(0px) rotate(0deg);
    transform: translateX(24px) translateY(0px) rotate(0deg);
}
.btn.pause .bar-3 {
    display: none;
}
.btn.play .bar-1 {
    -webkit-transform: translateX(20px) translateY(-5px) rotate(-55deg);
    transform: translateX(20px) translateY(-5px) rotate(-55deg);
}
.btn.play .bar-2 {
    -webkit-transform: translateX(20px) translateY(5px) rotate(-125deg);
    transform: translateX(20px) translateY(5px) rotate(-125deg);
}
.btn.play .bar-3 {
    -webkit-transform: translateX(12px) translateY(-2px) rotate(0deg);
    transform: translateX(12px) translateY(-2px) rotate(0deg);
    height: 23px;
}
.btn:active{
    box-shadow: none;
}


.speaker {
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    -moz-overflow:hidden;
    display: inline-block;
}
.speaker:hover{
    cursor: pointer;
}
.speaker span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 11px 0 0 2px;
}
.speaker span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
}
.speaker span:before {
    transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 20px;
    top: 11px;
    transition: all 0.2s ease-out;
}
.speaker:hover span:before {
    transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
    transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
}
#first-section .img-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .5;
    height: 100%;
    color: #000;
    background: #000;
    z-index: 1;
}
#first-section .bx-wrapper{
    z-index: 2;
}
@media(max-width: 767px){
    section h2:after{
        width: calc(100% + 100vw/10 + 10px) !important;
    }
}
@media (max-width: 767px){
    #video-controls {
        display: none;
    }
    #secondSlide{
        display: none;
    }
    #first-section .video-background{
        display: none;
    }
    #fullpage-sections section:nth-child(1){
        /*background-image: url('/wp-content/uploads/2018/01/careers_5.jpg');*/
        min-height: 400px;
        background-position: center;
        background-size: cover;
        /*margin-top: 100px;*/
    }
    .orientation_portrait #fullpage-sections>section:nth-child(1) .clients-wrapper{
        bottom: 45px;
    }
    #fullpage-sections section:nth-child(1) .content{
        padding-top: 0 !important;
    }
    .img-overlay{
        position: absolute;
        top: 0;
        width: 100%;
        opacity: .5;
        height: 100%;
        color: #000;
        background: #000;
    }
}
@media (max-width: 991px){
    section#work h2:after{
        display: none;
    }
}
@media (orientation: landscape) and (max-width: 999px){
    #video-controls {
        display: none;
    }
    #first-section .video-background{
        display: none;
    }
    #secondSlide{
        display: none;
    }
    #fullpage-sections section:nth-child(1){
        /*background-image: url('/wp-content/uploads/2018/01/careers_5.jpg');*/
        height: 100% !important;
        min-height: 400px;
        background-position: center;
        background-size: cover;
        /*margin-top: 100px;*/
    }
    #fullpage-sections>section:nth-child(1) h1{
        font-size: 35px;
    }
    #fullpage-sections section:nth-child(1) .static-text h1{
        font-size: 50px;
    }
    #fullpage-sections>section:nth-child(1) h2{
        font-size: 25px;
    }
    .orientation_landscape #fullpage-sections>section:nth-child(1) .clients-wrapper{
        bottom: 30px;
    }
    .img-overlay{
        position: absolute;
        top: 0;
        width: 100%;
        opacity: .5;
        height: 100%;
        color: #000;
        background: #000;
    }
}
@media (min-width: 999px){
    #fullpage-sections section:nth-child(1){
        overflow: hidden;
    }
}