*, *:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:0; margin:0;}

html, body {font-family: 'Muli', sans-serif;  margin:0; padding:0; position:relative; width:100%; height:100%; }
body{background-color : #2d2d2d; overflow-x:hidden;}
::selection {background-color: #545454;}
a {color: #00ACE9; text-decoration:none;}
a, a:hover, a:focus, a:visited, a:active{ text-decoration: none; outline: 0}
input, select, textarea, button {border: 0;	outline: 0}
p {color: #464646;}
h1, h2, h3, h4, h5, h6 {font-family: 'Muli', sans-serif; font-weight: 400;}
.clearfix:before, .clearfix:after {	display:table;	content:" "}
.clearfix:after {clear:both}
.row:before, .row:after {display:table;	content:" "}
ul{margin:0; padding:0;}
li{list-style:none;}
/*img { 	max-width: 100%;}*/
.row {margin-right:-15px; margin-left:-15px}
.row:before, .row:after {display:table;	content:" "}
.row:after {clear:both}
.row:before, .row:after, .container:before, .container:after {display:table;content:" "}
.row:after, .container:after {clear:both}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left}
.col-xs-12 {width:100%}
.col-xs-11 {width:91.66666666666666%}
.col-xs-10 {width:83.33333333333334%}
.col-xs-9 {width:75%}
.col-xs-8 {width:66.66666666666666%}
.col-xs-7 {width:58.333333333333336%}
.col-xs-6 {width:50%}
.col-xs-5 {width:41.66666666666667%}
.col-xs-4 {width:33.33333333333333%}
.col-xs-3 {width:25%}
.col-xs-2 {width:16.666666666666664%}
.col-xs-1 {width:8.333333333333332%}

/* loading animation starts */

#loaderwrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #2d2d2d;
    z-index: 9999999;
    display: block;
}
.loader {
	height: 150px;
	left: 50%;
	margin: -75px 0 0 -53px;
	position: absolute;
	top: 50%;
	width: 106px;
  text-align:center;
}


.cord{
  padding-top:100px;
  width:15px;
  transform: rotate(0deg);
  transform-origin:50% 50%;
  float:left;
}


.ball{
  background:#333;
  width:15px;
  height:15px;
  float:left;
  border-radius:50%;
}

.shadows{
  clear:left;
  padding-top:20px;
  margin-left:-2px;
}

.shadows div{
  float:left;
  margin-left: 2px;
  width:13px;
  height:3px;
  border-radius:50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.36);
    background: rgba(0, 0, 0, 0.13);
}

.leftMove{
  animation: leftBall .5s ease-in-out 0s infinite alternate;
}
.rightMove{
  animation: rightBall .5s ease-in-out 0s infinite alternate;
}


.leftShadow{
  animation: leftShadowN .5s ease-in-out 0s infinite alternate; 
}
.rightShadow{
  animation: rightShadowN .5s ease-in-out 0s infinite alternate; 
}


@keyframes leftBall
{
0% {
  transform: rotate(0deg) translateY(0px);
  }
/*this pauses the ball at the begining*/
50% {
  transform: rotate(0deg) translateY(0px);
  }
100% {
  transform: rotate(50deg) translateY(-20px);
  }

}

@keyframes rightBall
{
0% {
  transform: rotate(-50deg) translateY(-20px);
  }
/*this pauses the ball at the begining*/
50% {
  transform: rotate(0deg) translateY(0px);
  }
100% {
  transform: rotate(0deg) translateY(0px)
      translateX(0px);
  }

}

@keyframes leftShadowN
{
0% {
transform: translateX(0px);
    
    
  }
/*this pauses the ball at the begining*/
50% {
  transform: translateX(0px);

  }

100% {
  
transform: translateX(-25px);
  }

}

@keyframes rightShadowN
{
0% {
  transform: translateX(25px);
  }
/*this pauses the ball at the begining*/
50% {
  transform: translateY(0px);

  }

100% {
  transform: translateY(0px);

  }

}


@keyframes downFade {
    0%   { transform: translateY(80px); opacity:0;}
    100% { transform: translateY(0);  opacity:1;}
}

@keyframes leftFade {
    0%   { margin-left: 80px; opacity:0;}
    100% { margin-left: 0; opacity:1;}
}



/*colors*/
.cord:nth-of-type(1) .ball{background:#cc1212;}
.cord:nth-of-type(2) .ball{background:#b11111;}
.cord:nth-of-type(3) .ball{background:#ab0f0f;}
.cord:nth-of-type(4) .ball{background:#a30f0f;}
.cord:nth-of-type(5) .ball{background:#9f1111;}
.cord:nth-of-type(6) .ball{background:#880f0f;}
.cord:nth-of-type(7) .ball{background:#760c0c;}

/* laoding animation edns */

.home-bg header{position:relative; overflow: hidden;}
.slider{width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 1;}
/*.slider img{border: 0; opacity: 0.8; height:100%; width:100%;}*/

.slider ul.homebxslider>li{
	padding-bottom: 45%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider ul.homebxslider>li:first-child{
	background-image: url(../images/banner/heroslider.jpg);
}
.slider ul.homebxslider>li:nth-child(2){
	background-image: url(../images/banner/heroslider2.jpg);
}
.slider ul.homebxslider>li:nth-child(3){
	background-image: url(../images/banner/heroslider3.jpg);
}



.dotpattern{background:url(../images/home-patternBg.png) repeat left top; width: 100%; min-height:100%; position:absolute; z-index: 8; opacity: 0.11;}
.container{max-width:1178px; margin:0 auto; position:relative; padding:0 15px;}
.logo{display:inline-block; position:fixed; left:5px; top:0; z-index:11; width: 220px; height: auto; background:transparent; padding: 20px 15px;}
.logo img:last-child{display:inline-block; position:fixed; left:-21px; top:-20px; z-index:11; width: 131px; height: auto; opacity: 0; transition: all 300ms ease-in-out; padding: 40px;}
.logo.smaller-logo img:first-child {display:block; opacity: 0; padding: 0 11px; width: 149%; max-width: 149%;}
.logo.smaller-logo img:last-child {display:inline-block; position:fixed; left:30px; top:20px; z-index:11; width: 70px; height: auto; opacity: 1; padding: 0;}
.logo img{display:block; width: 100%; opacity: 1; transition: all 300ms ease-in-out;}
.header-text{text-align:center;}
.header-text h2{font-size: 75px; line-height: 1.1; color: #fff; font-weight: 200;}
.header-text ul{padding:0; margin:0;}
.header-text li{display:inline-block; font-size:75px; font-weight:200; padding:0 34px 0 50px; line-height:90px; margin:0; color:#fff; background:url(../images/header-list.png) no-repeat left center ; background-position: 0% 63%;}
#main{transition:left 0.5s ease 0s; -webkit-transition:left 0.5s ease 0s; -ms-transition:left 0.5s ease 0s;  height:100%; position:relative; left:0;}
.header-text li:first-child{background:none;}

.home-section .next-section{padding-top:78px; padding-bottom:18px;}
.nextsection-icon{background:url(../images/scroll-icon.png) no-repeat left top; background-size: 100%; width:50px; height:64px; display:block; margin:0 auto; padding:0;}
.header-nav{position:absolute; top:50%; left:0; right:0; z-index: 9; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.next-section{position:absolute; bottom:12px; left:0; right:0; z-index: 9;}
.header-leftnav{position:fixed; top:0; right:-350px; height:100%; transition:right 0.5s ease 0s; -webkit-transition:right 0.5s ease 0s; -ms-transition:right 0.5s ease 0s; z-index:12; transform: translateZ(0);}
.header-leftnav.open{right:0;}
.leftnev-panel{background:#cc1212; height:100%; width:350px; position:relative; padding-bottom:72px;}
.navlist{padding:30px 40px 30px; margin:0;}
.navlist li{padding-bottom:10px;}
.navlist li a{font-size:25px; line-height:42px; color:#fff; font-weight:600; padding:0; margin:0; text-transform:uppercase; display:block; transition: all 0.4s linear;}
.navlist li a:hover{color: #8e0303;}
.menu-toggle{float:left; margin-top:75px;}
#navigation-toggle, #navigation-toggle.open-menu {box-shadow: none; position: absolute; left:-53px; top:0; }
/*#navigation-toggle {background: #c3342e; float:left; height:50px; transition: all 500ms ease-in 0s;  width:55px; z-index:999; padding:0 12px 0 15px; line-height:48px; font-size:13px; color:#fff; text-transform:uppercase; text-indent: -10px; text-align: left; }*/
a#navigation-toggle:after {content: "MENU"; display: none;}
#navigation-toggle.open-menu {background-color: #F29090; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0)); border: 1px solid #F29090;  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;}
#navigation-toggle {background: #cc1212; float:left; height:50px; transition: all 500ms ease-in 0s;  width:55px; z-index:999; padding:0 12px 0 18px; line-height:48px; font-size:13px; color:#fff; text-transform:uppercase; text-indent: -10px; text-align: left; }
.menu-icon {background-image: none; display:inline-block; vertical-align:top;}
.icon-toggle {display: inline-block; right:14px; position: absolute; top:-2px; transition: all 0.3s ease 0s; }

#navigation-contact {box-shadow: none; display: none;position: absolute; left:-53px; top:160px; background: #2f7dc1 url(../images/contact.svg) 8px 8px no-repeat; background-size: 80%; float:left; height:50px; transition: all 500ms ease-in 0s;  width:53px; z-index:999; line-height:48px; font-size:13px; color:#fff; text-transform:uppercase; text-indent: -10px; text-align: left; }

.lines {background-color: #FFFFFF; display: inline-block; height: 2px; position: relative; width:28px; }
.lines:before, .lines:after {background-color: #FFFFFF; content: ""; display: inline-block; height:2px; left: 0; position: absolute; transform-origin: 50% 50% 0; width:28px;}
.lines:before {top: 7px; }
.lines:after {top: -7px;}
.icon-toggle .lines {transition: background 0.3s ease 0.6s;}
.icon-toggle .lines:before, .icon-toggle .lines:after {transform-origin: 50% 50% 0; transition: top 0.3s ease 0.6s, transform 0.3s ease 0s;}
.menu-toggle.active .icon-toggle .lines {background: none repeat scroll 0 0 rgba(0, 0, 0, 0); transition: background 0.3s ease 0s;}
.menu-toggle.active .icon-toggle .lines:before, .menu-toggle.active .icon-toggle .lines:after {top: 0; transition: top 0.3s ease 0s, transform 0.3s ease 0.5s; width: 28px;}
.menu-toggle.active .icon-toggle .lines:before {transform: rotate3d(0, 0, 1, 45deg);}
.menu-toggle.active .icon-toggle .lines:after {transform: rotate3d(0, 0, 1, -45deg);}
.menu-toggle.active .menu-icon{left:14px;}

.leftnev-panel{float:left;}
.social-nav{text-align:center; padding:0; position:absolute; bottom:25px; left:50%; transform:translateX(-50%); width:350px;}
.social-nav li{display:inline-block;}
.social-nav li a{background:url(../images/social-navicon.png) no-repeat left top; width:34px; height:34px; display:block; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s;}
.social-nav li.facebbok a{background-position:11px 5px;}
.social-nav li.facebbok a:hover{background-position:11px -44px;}
.social-nav li.twitter a{background-position:-26px 5px;}
.social-nav li.twitter a:hover{background-position:-26px -44px;}
.social-nav li.social3 a{background-position:-64px 5px;}
.social-nav li.social3 a:hover{background-position:-64px -44px;}
.social-nav li.social4 a{background-position:-102px 5px;}
.social-nav li.social4 a:hover{background-position:-102px -44px;}
.social-nav li.linkin a{background-position:-138px 4px;}
.social-nav li.linkin a:hover{background-position:-138px -45px;}
.social-nav li.social5 a{background-position:-177px 5px;}
.social-nav li.social5 a:hover{background-position:-177px -44px;}

#footer{ margin-top:30px;}
.footermarginnone{margin-top:0px !important;}
.footer-main{background:#353535;}
.footer-main p{font-size:12px; text-align:center; color:#fff; line-height:18px; font-weight:400; padding:28px 0 25px; margin:0;}
.footer-main p a{color:#949494;}

.about-section{padding:196px 0 70px;}
.about-box h2{font-size:65px; line-height:70px; color:#f2f2f2; font-weight:200; padding:0 0 27px; margin:0; letter-spacing: -2px; position: relative;}
.about-box h2:before {content: ""; width: 65px; position: absolute; height: 2px; background-color: #cc1212; bottom: 7px; left: 0;}
.about-box h3{font-size:32px; line-height:42px; color:#adadad; font-weight:500; padding:25px 0 15px; margin:0;}
.about-box p{font-size:19px; line-height:28px; color:#898989; font-weight:300; padding: 0 0 20px; margin:0;}

.service-text h2{margin-bottom: 20px;}
.service-text h3{padding: 10px 0 15px;}
.about-row{margin-top: 40px;}

.client-section{padding:196px 0 70px;}
.client-panel {margin-bottom: 80px;}
.client-title {padding:0 0 50px; text-align: center;}
.client-title h2{font-size:65px; line-height:70px; color:#f2f2f2; font-weight:200; padding:0 0 27px; margin:0; letter-spacing: -2px; position: relative;}
.client-title h2:before {content: ""; width: 65px; position: absolute; height: 2px; background-color: #cc1212; bottom: 7px; left: 0; right: 0; margin: 0 auto;}

.client-title p{font-size:19px; line-height:24px; color:#828282; font-weight:300; padding:0; margin: 20px 0 0;}
.clientlist {margin:0 -8px;}
.clientlist li{float:left; padding:0 8px 15px; width:25%;}
.clientlist .clientlist-img{text-align:center; background:#212121; display:block; }
.clientlist .clientlist-img img{max-width:100%; min-width:100%; display: block; margin: 0 auto; transition: all 200ms linear;}
.clientlist .clientlist-img:hover img{transform: scale(0.9)}

.contactus-section{padding:196px 0 0;}
.contactus-title h2{font-size:65px; line-height:70px; color:#f2f2f2; font-weight:200; padding:0 0 27px; margin:0; letter-spacing: -2px; position: relative;}
.contactus-title h2:before {content: ""; width: 65px; position: absolute; height: 2px; background-color: #cc1212; bottom: 7px; left: 0;}
.contactus-title p{font-size:16px; line-height:24px; color:#464646; font-weight:300; padding:0; margin:0; max-width:680px;}
.contact-form{padding:20px 0 0; width:90%;}
.contact-form .input-field{float:left; padding-bottom:18px; width:100%; margin:0;}
.contact-form .input-field .input-boxleft{width:50%; padding:0 14px 0 0; float:left;}
.contact-form .input-field .input-boxright{width:50%; padding:0 0 0 14px; float:left;}
.contact-form .input-text, .contact-form textarea{background:#232323; height:46px; line-height:26px; font-size:16px; color:#828282; font-weight:400; padding:12px 17px; width:100%; border:none; border-radius:0;}
.contact-form textarea{height:218px; resize: vertical; font-family: 'Muli', sans-serif;}
.contact-form .input-submit{float:left; width:100%;}
.contact-form .input-submit input{background:#cc1212; width:140px; height:48px; line-height:48px; font-size:21px; color:#fff; line-height:48px; text-align:center; text-transform:uppercase; font-weight:400; padding:0; margin:0; display:block; cursor:pointer; border:none; border-radius:0;}
.error:last-child {color: #e34444; margin-top: 5px; font-size: 14px; font-weight: 600;}
.contact-panel {padding:50px 0 0;}
.contact-panel .contact-left{width:45%; float:left; padding-right: 30px;}
.contact-left h3{font-size: 32px; line-height: 42px; color: #adadad; font-weight: 500; padding: 0 0 15px; margin: 0;}
.contact-left p{font-size:16px; line-height:24px; color:#828282; font-weight:300; padding:0; margin:0 0 10px;}
.contact-left p a{color:#d4d2d2;}
.contact-panel .contact-right{width:55%; float:left;}
.contact-right h3{font-size:24px; line-height:28px; color:#adadad; font-weight:600; padding:0 0 8px; margin:0;}
.contact-left h4{font-size:18px; line-height:28px; color:#adadad; font-weight:600; padding:0 0 8px; margin:0;}
.contact-right p{font-size:22px; line-height:28px; color:#828282; font-weight:300; padding:0; margin:0;}
.contact-box {padding: 0 0 20px;}
.contact-map iframe{width: 100%; height: 400px; margin-top: 50px; margin-bottom: -4px;} 

.events-section{padding:0;}
.events-section .container-fluid{padding: 0;}
.events-left h2{font-size:65px; line-height:70px; color:#f2f2f2; font-weight:300; padding: 0 35px; margin: -15px 0 0; text-align: right;}
.events-left h3{font-size:48px; line-height:52px; color:#595959; font-weight:300; padding: 0 35px 60px; margin: 0; text-align: right;}
h2.mobiletitle{display:none; font-size:65px; line-height:70px; color:#464646; font-weight:300; padding:0px 0px 0px 15px; margin:-15px 0 0;}
h3.mobiletitle{font-size:48px; line-height:52px; color:#d86c30; font-weight:300; padding:0px 0px 0px 15px; margin:0;display:none;}
.catText{ font-size:15px; line-height: 20px; text-align: justify; margin: 10px 0; padding: 10px 5px;}
h2.webtitle{font-size:65px; line-height:70px; color:#464646; font-weight:300; padding:0; margin:-15px 0 0;}
h3.webtitle{font-size:48px; line-height:52px; color:#d86c30; font-weight:300; padding:0; margin:0;}
.events-panel{position: relative;}
.events-panel .events-left{width:27.80%; float:left; padding-top: 12%;}
.events-panel .events-right{width:72.20%; float:left;}
.exhibitionslist li{float:left; width: 25%; margin: 0;}
.exhibitionslist li img{display:block; min-width:100%; max-width:100%; }

.events-left .tab-header{padding-right:3px; text-align:right; float: right; width: 65%;}
.events-left .tab-header li{padding-right:0; padding-bottom:4px;width: 45%; display: inline-block; text-align: center; float: right; margin: 0 2px;}
.events-left .tab-header li a{display:block; background:#4f4f4f; padding:120px 15px 0; height:165px; transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; -ms-transition:all 0.4s ease 0s; -moz-transition:all 0.4s ease 0s; -o-transition:all 0.4s ease 0s; overflow:hidden;}
.events-left .tab-header li h4{font-size:12px; color:#888; line-height:14px; font-weight:500; padding:0; margin:0; text-transform:uppercase; transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; -ms-transition:all 0.4s ease 0s; -moz-transition:all 0.4s ease 0s; -o-transition:all 0.4s ease 0s;}
.events-left .tab-header li p{font-size:12px; color:#fff; line-height:14px; font-weight:400; padding:45px 0 0; margin:0; }
.events-left .tab-header li a:hover, .events-left .tab-header .ui-state-active a{padding-top:111px; background-color:#cc1212;}
.events-left .tab-header li a:hover h4, .events-left .tab-header .ui-state-active h4{color:#fff;}
.events-left .tab-header li a:hover p, .events-left .tab-header .ui-state-active p{padding-top:0;}
.events-left .tab-header .exhibition a{background-image:url(../images/exhibitions-icon.png); background-position:center 30px; background-repeat:no-repeat; background-size:70px 70px;}
.events-left .tab-header .branding a{background-image:url(../images/branding.svg); background-position:center 30px; background-repeat:no-repeat; background-size:70px 70px;}
.events-left .tab-header .office-branding a{background-image:url(../images/office-branding.svg); background-position:center 30px; background-repeat:no-repeat; background-size:70px 70px;}
.events-left .tab-header .websites a{background-image:url(../images/websites.svg); background-position:center 30px; background-repeat:no-repeat; background-size:70px 70px;}
.events-left .tab-header .newsletters a{background-image:url(../images/newsletters.svg); background-position:center 30px; background-repeat:no-repeat; background-size:70px 70px;}

.events-left .tab-header .exhibition a:hover, .events-left .tab-header .ui-state-active.exhibition a{background-position:center 25px; background-repeat:no-repeat; background-size:65px 65px;}
.events-left .tab-header .branding a:hover, .events-left .tab-header .ui-state-active.branding a{background-position:center 25px; background-repeat:no-repeat; background-size:65px 65px;}
.events-left .tab-header .office-branding a:hover, .events-left .tab-header .ui-state-active.office-branding a{background-position:center 25px; background-repeat:no-repeat; background-size:65px 65px;}
.events-left .tab-header .websites a:hover, .events-left .tab-header .ui-state-active.websites a{background-position:center 25px; background-repeat:no-repeat; background-size:65px 65px;}
.events-left .tab-header .newsletters a:hover, .events-left .tab-header .ui-state-active.newsletters a{background-position:center 25px; background-repeat:no-repeat; background-size:65px 65px;}

#location-map{width:100%; height:420px; margin-top:60px;}
.events-right .carousel {position: relative; }
.events-right .carousel-inner {overflow: hidden; position: relative; width: 100%; }
.events-right .carousel-inner > .item {display: none; position: relative;  -webkit-transition: left 0.6s ease-in-out 0s; -o-transition: left 0.6s ease-in-out 0s; -moz-transition: left 0.6s ease-in-out 0s; -ms-transition: left 0.6s ease-in-out 0s; transition: left 0.6s ease-in-out 0s; -webkit-transform: translate3d(100%, 0px, 0px); -o-transform: translate3d(100%, 0px, 0px); -moz-transform: translate3d(100%, 0px, 0px); -ms-transform: translate3d(100%, 0px, 0px); transform: translate3d(100%, 0px, 0px);}
.events-right .carousel-inner > .item.active.right, .events-right .carousel-inner > .item.next {left: 0; -webkit-transform: translate3d(100%, 0px, 0px); -moz-transform: translate3d(100%, 0px, 0px); -o-transform: translate3d(100%, 0px, 0px); -ms-transform: translate3d(100%, 0px, 0px); transform: translate3d(100%, 0px, 0px);}
.events-right .carousel-inner > .item.active.left, .events-right .carousel-inner > .item.prev {left: 0; -webkit-transform: translate3d(-100%, 0px, 0px); -moz-transform: translate3d(-100%, 0px, 0px); -o-transform: translate3d(-100%, 0px, 0px); -ms-transform: translate3d(-100%, 0px, 0px); transform: translate3d(-100%, 0px, 0px);}
.events-right .carousel-inner > .active, .events-right .carousel-inner > .next, .events-right .carousel-inner > .prev {display: block; }
.events-right .carousel-inner > .active { left: 0; }

.eventpopup .eventpopupblock {overflow:hidden;}
.eventpopup-right .bx-wrapper .bx-viewport{height:100% !important;}
.eventpopup .bx-wrapper .bx-controls-direction{position:absolute; top:50%;}
.eventpopup .bx-wrapper .bx-controls-direction a {height:82px;  margin-top: -40px; outline: 0 none; position: absolute; text-indent: -9999px; top: 50%; width:41px; z-index: 9999;}
.eventpopup .bx-controls-direction a.disabled {display: none;}
.eventpopup .bx-wrapper .bx-next {background: url(../images/right-arrow.jpg) no-repeat left top; left:0; }
.eventpopup .bx-wrapper .bx-next:hover{background: url(../images/right-arrow-hover.jpg) no-repeat left top;}
.eventpopup .bx-wrapper .bx-prev {background: url(../images/left-arrow.jpg) no-repeat left top; left:-40px;}
.eventpopup .bx-wrapper .bx-prev:hover {background: url(../images/left-arrow-hover.jpg) no-repeat left top;}
.eventpopup{position:fixed; top:0; left:0; width:100%; height:100%; display:none; background:#2d2d2d; z-index:99;}
#work-newsletters .eventpopup{position:fixed; top:0; left:0; width:100%; height:100%; display:none; background:#e8e8e8; z-index:99; text-align: center;}
#work-newsletters .eventpopup .gridder-padding {position: absolute; left: 0; right: -17px; height: 100%; overflow-y: scroll; padding: 30px 37px 30px 20px;}
#work-newsletters .eventpopup .gridder-padding .eventpopupblock {max-width: 650px; margin: 0 auto; box-shadow: 0px 0px 55px -15px #a2a2a2; background-color: #dbdbdb;}
#work-newsletters .eventpopup .gridder-padding img {width: 100%;}
.eventpopup-left{width:34.16%; float:left;}
.eventpopup-right{width:65.84%; float:left; background-color: #e3e3e3;}
.eventpopup .gridder-navigation .gridder-close{position:absolute; background:rgba(114, 125, 132, 0.3) url(../images/close-icon.png) no-repeat center center; width:30px; height:30px; text-indent:-9999px; right:30px; top:30px; z-index:99; padding: 25px;}
.eventpopup .gridder-navigation .prev, .eventpopup .gridder-navigation .next{display:none;}
.eventpopup-text{padding:42px 50px;}
.eventpopup-text h3{font-size:46px; line-height:50px; color:#fff; font-weight:300; padding:0 0 8px; margin:0; font-family: 'Muli', sans-serif;}
.eventpopup-text h3 span{display:block;}
.eventpopup-text a{color: #fff; margin: 44px 0; padding: 16px 0; background-color: #cc1212; display: block; width: 179px; -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.31); box-shadow: 0 3px 7px 0 rgba(0,0,0,.31); text-align: center; text-transform: uppercase; font-size: 15px; font-weight: 500; letter-spacing: 2px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.eventpopup-text a:hover {background-color: #fff; color: #cc1212;}
.eventpopup-text p{ font-family: 'Muli', sans-serif; font-size:16px; line-height:22px; color: #e4e4e4; font-weight:300; padding: 20px 0 20px; margin:0;}

.home-section .container{width:70%; margin:0 auto; max-width:inherit;}
.catchyline-panel{padding:105px 0 50px; text-align: center;}
.catchyline-title{padding:0 0 55px;}
.catchyline-title h3{font-size:60px; line-height: 1.2; color:#fff; font-weight:100; padding:0 0 24px; margin:0;}
.catchyline-title h4{font-size: 23px; line-height: 1.4; color:#adadad; font-weight:400; padding: 0; margin: 0 0 30px}
.catchyline-title p{font-size:20px; line-height:1.5; color:#828282; font-weight:300; padding:0; margin: 0 0 20px}
.catchyline-detail .exhibitionslist li{width:24%; position:relative; overflow:hidden; margin: 2px;}
.exhibitionslist li{position:relative; overflow:hidden;}
.exhibitionslist .gridder-list{cursor:pointer; background-color: #e3e3e3;}
.exhibitionslist .exhibitions-text{position:absolute; padding:5px; width:100%; height:100%; top:0; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; transform:scale(0); -webkit-transform:scale(0); -ms-transform:scale(0);}
.exhibitionslist li:hover > .exhibitions-text{transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1);}
.exhibitions-text .exhibitionstext-sub{background:rgba(255, 255, 255, 0.9);  width:100%; height:100%; vertical-align:bottom; padding:20px 16px; position:relative;}
.exhibitions-text .exhibitionstext-sub h3{font-size:26px; line-height:30px; color:#727d84; font-weight:400; padding:0 20px; margin:0; text-transform:uppercase; position:absolute; position: absolute; right: 0; left: 0; text-align: center; top: 50%; display: block; transform: translateY(-50%);}
.exhibitions-text .exhibitionstext-sub span{font-size:20px; line-height:24px; color:#232323; font-weight:400; padding:0 0 8px; margin:0; text-transform:none; display:block;}
.catchyline-detail .exhibitionslist .wrowser-work{width:60%; background:#727d84; padding:0px 0 0;}
.catchyline-detail .wrowser-work .wrowserwork-link{width:auto; margin:0 auto; padding:10px 30px; display:inline-block; border:3px solid #fff; text-align:center; font-size:24px; color:#fff; font-weight:300; text-transform:uppercase; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); line-height:35px; position:relative;}
.home-testimonial{padding:80px 0 85px; position:relative; max-width:997px; margin:0 auto;}
.home-testimonial h2{font-size:46px; line-height:50px; color:#fff; font-weight:300; padding:0 0 32px; margin:0; text-align:center;}
.testimonial-img{width:124px; height:124px; margin:0 auto; border-radius:100%; overflow:hidden; margin-bottom:30px;}
.testimonial-detail{max-width:580px; margin:0 auto;}
.testimonial-slider li p{font-size:16px; line-height:22px; color:#989898; font-weight:400; padding:0 0 15px; margin:0; text-align:center;}
.testimonial-slider li h4{font-size:16px; line-height:20px; color:#656363; font-weight:600; padding:0; margin:0; text-align:center;}
.testimonial-slider li h4 span{display:block; font-weight:300; font-size:12px; text-transform:uppercase;}
.testimonial-detail .bx-controls-direction a {height:36px;  margin-top: -18px; outline: 0 none; position: absolute; text-indent: -9999px; top: 50%; width:19px; z-index:9;}
.testimonial-detail .bx-controls-direction .bx-next {background: url(../images/home-next.png) no-repeat left top; right:0; }
.testimonial-detail .bx-controls-direction .bx-prev {background: url(../images/home-prev.png) no-repeat left top; left:0;}
.srvloader{background: url(../images/squares.gif) no-repeat left top; width: 32px; height: 32px; position: absolute; right: 0; top:35px; text-indent: -1000px; overflow: hidden;}

.approach-panel{max-width: 500px; margin: 10px 0;}
.approach-panel h3 {font-size: 30px; font-weight: 100; color: #d0d0d0; padding: 25px 0; margin: 0;}

.analytics-panel {width: 80%; text-align: right; float: right; margin-top: -100px;}
.analytics-panel img {width: 100%;}
.analytics-panel h3 {color: #c2c2c2; padding: 12px 25px;; margin-bottom: 0px; font-size: 25px; font-weight: 300;}
.analytics-block {color: #828282; padding: 0 0 0 25px; float: left; width: 33.33%; border-right: 1px solid #4c4c4c; margin: 25px 0;}
.analytics-block h4 {font-size: 22px; color: #dadada; margin-bottom: 10px;}
.analytics-block ul li {margin-bottom: 5px;}
.analytics-block:last-child {border-right: 0;}

.reasons-block {width: 100%; margin: 60px 0 0;}
.reasons-block h3 {font-size: 32px; font-weight: 100; color: #d0d0d0; margin: 0 0 25px;}
.reasons-block h3 span {font-weight: 600;}
.reasons-block ul, .about-text ul {font-size: 20px; font-weight: 100; color: #828282; margin: 0 0 40px;  padding-left: 25px; max-width: 700px;}
.about-text li {list-style: disc; border-bottom: 1px solid #3e3e3e; padding: 12px 0 12px 5px; font-size: 18px;}
.reasons-block li {list-style: decimal; padding: 0 0 10px 10px; font-size: 18px;}




.tools-panel, .partnership-panel {margin-top: 70px;}
.toolslist { margin:0 -8px;}
.toolslist li{float:left; padding:0 8px 15px; width:20%;}
.toolslist .toolslist-img{text-align:center; background:#fff; display:block;}
.toolslist .toolslist-img img{max-width:100%; min-width:100%; display: block;}
.tools-panel h3, .partnership-panel h3 {font-size: 38px; line-height: 35px; color: #dadada; font-weight: 300; margin-bottom: 30px;}
.tools-panel h3 span, .partnership-panel h3 span{font-size: 25px; color: #828282;}
.team-panel{padding: 50px 0;}
.team-panel h3{font-size: 50px; color: #f2f2f2; font-weight: 200; margin-bottom: 20px;}
.team-box {width: 100%;/* width: 33.33%;*/ float: left; padding-right: 25px;}
.team-member{font-size: 20px; color: #f2f2f2; font-weight: 200; margin-bottom: 5px;}
.designation:before{content: ""; width: 25px; position: absolute; height: 2px; background-color: #cc1212; bottom: -12px; left: 0;}
.designation{font-size: 16px; color: #828282; font-weight: 500; margin-bottom: 25px; position: relative;}
.member-details{font-size: 16px; line-height: 22px; color: #828282; font-weight: 300; margin-bottom: 20px;}
.team-img img {width: 100%;}
.team-info {margin-top: -15px; /*padding: 50px 30px 30px;*/ padding: 35px 30px 30px 0;}

.header-text h3 {position: relative; font-size: 225px; font-weight: 700; color: #cc1212; display: inline-block; padding-right: 235px;}
.header-text h3:before {content: ""; width: 38px; height: 38px; border-radius: 50%; position: absolute; top: 2px; left: 13px; margin: 0 auto; background-color: #cc1212;}
.header-text h3 span {display: block; position: absolute; left: 63px; font-size: 63px; font-weight: 400; color: #fff; animation-name: leftFade; animation-duration: 2s;	animation-iteration-count: 1;}
.header-text h3 span:first-child {top: 36px; animation-delay: 0ms;}
.header-text h3 span:nth-child(2) {top: 100px; animation-delay: 0ms;}
.header-text h3 span:nth-child(3) {top: 163px; animation-delay: 0ms;}

.mobile-service-box{display: none;}

.modal-img svg{	width: 100%;}

.banner-text {animation-name: downFade; animation-duration: 6s; animation-delay: 0;	animation-iteration-count: 1;}
.success-msg {text-align: center; margin: 40px 0; font-size: 30px; font-weight: 300; color: #fff; border: 1px solid #cc1212; padding: 80px 20px;}


.client-gray-bg{background-color: #dddddd !important;}