@font-face {
	font-family: "Effra-Heavy";
	src: url("../fonts/effra-heavy.eot"); /* IE9*/
	src: url("../fonts/effra-heavy.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/effra-heavy.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/effra-heavy.woff") format("woff"), /* chrome、firefox */
	url("../fonts/effra-heavy.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/effra-heavy.svg#effra-heavy") format("svg"); /* iOS 4.1- */
	font-weight: normal;
    font-style: normal;
    display: swap;
}
@font-face {
    font-family: "Effra-Regular";
    src: url("../fonts/effra-regular.eot");
    src: url("../fonts/effra-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/effra-regular.woff2") format("woff2"),
        url("../fonts/effra-regular.woff") format("woff"),
        url("../fonts/effra-regular.ttf") format("truetype"),
        url("../fonts/effra-regular.svg#effra-regular") format("svg");
    font-weight: normal;
    font-style: normal;
     display: swap;
}
@font-face {
    font-family: "Effra-Bold";
    src: url("../fonts/effra-bold.eot");
    src: url("../fonts/effra-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/effra-bold.woff2") format("woff2"),
        url("../fonts/effra-bold.woff") format("woff"),
        url("../fonts/effra-bold.ttf") format("truetype"),
        url("../fonts/effra-bold.svg#effra-bold") format("svg");
    font-weight: bold;
    font-style: normal;
     display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Bold.eot');
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Bold.woff2') format('woff2'),
        url('../fonts/Nunito-Bold.woff') format('woff'),
        url('../fonts/Nunito-Bold.ttf') format('truetype'),
        url('../fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
     display: swap;
}

@font-face {
    font-family: 'Effra Corp';
    src: url('../fonts/EffraCorp-Light.eot');
    src: url('../fonts/EffraCorp-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EffraCorp-Light.woff2') format('woff2'),
        url('../fonts/EffraCorp-Light.woff') format('woff'),
        url('../fonts/EffraCorp-Light.ttf') format('truetype'),
        url('../fonts/EffraCorp-Light.svg#EffraCorp-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    display: swap;
}

html {
	scroll-behavior: smooth;
}

a{color: #ff993e;}
a:hover{color:#3b3d3b;}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(240, 135, 36, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(240, 135, 36, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(240, 135, 36, 0);
	}
}

.ico {
	display: none;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	width: 60px;
	height: 60px;
	position: fixed;
	top: auto;
	-ms-transform: translateY(-50%) rotate(-180deg) scale(0.8);
	-o-transform: translateY(-50%) rotate(-180deg) scale(0.8);
	-moz-transform: translateY(-50%) rotate(-180deg) scale(0.8);
	-webkit-transform: translateY(-50%) rotate(-180deg) scale(0.8);
	transform: translateY(-50%) rotate(-180deg) scale(0.8);
	-webkit-filter: url("#goo");
	filter: url("#goo");
bottom: 80px;
    right: 16px;
	z-index: 99;
}
.ico .circle {
	background: #09afbf;
	border-radius: 50%;
	display: inline-block;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-o-transform-origin: 0%;
	-ms-transform-origin: 0%;
	-moz-transform-origin: 0%;
	-webkit-transform-origin: 0%;
	transform-origin: 0%;
}
.ico .circle.circle-top {
  height: 33.3333333333px;
  width: 41.6666666667px;
  -webkit-animation: blob-1-anim 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: blob-1-anim 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0;
}
.ico .circle.circle-bottom {
  height: 33.3333333333px;
  width: 41.6666666667px;
  -webkit-animation: blob-2-anim 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: blob-2-anim 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px;
}
.ico .st-arrow {
  fill: #fff;
  -webkit-animation: scrolly 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
          animation: scrolly 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  -webkit-perspective: 9000px;
          perspective: 9000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.svg {
  z-index: 9;
  position: relative;
}

@-webkit-keyframes blob-1-anim {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  14% {
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  24% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes blob-1-anim {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  14% {
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  24% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes blob-2-anim {
  0% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
  30% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
  70% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
  95% {
    -webkit-transform: scale(1) translate(-50%, 26px);
            transform: scale(1) translate(-50%, 26px);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
}
@keyframes blob-2-anim {
  0% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
  30% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
  70% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
  95% {
    -webkit-transform: scale(1) translate(-50%, 26px);
            transform: scale(1) translate(-50%, 26px);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, 10px);
            transform: scale(1) translate(-50%, 10px);
  }
}
@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
            transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}
@keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
            transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
            transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

body{
	color: #000;
	font-size: 16px;
	font-family: 'Effra-Regular';
}

body p{
	font-size: 1.2em;
}
.overflow-hidden{
	overflow: hidden;
}

.resource-hub-p{
	    width: 60%;
    margin: 0 auto;
}

.main-menu {
	display: table;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0 60px;
	z-index: 9;
	background-color: rgba(59,61,59,0.93);
	/*visibility: collapse;*/
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu.menu-on{
	transform: translateX(0);
}
.main-menu nav{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.main-menu nav ul{
	margin-bottom: 0;
	float: right;
	text-align: right;
}
.main-menu nav ul li {
	width: 100%;
	float: right;
	margin-bottom: 28px;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-o-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
	-moz-transform: translate(100%,0);
	transform: translate(100%,0);
}

.main-menu nav ul li:last-child{
	margin-bottom: 0;
}
.main-menu.menu-on nav ul li{
	-o-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	transform: translate(0,0);
	transition-delay: 2s;
}
.main-menu.menu-on nav ul li:first-child{
	transition-delay: 0.50s;
}
.main-menu.menu-on nav ul li:nth-child(2){
	transition-delay: 0.55s;
}
.main-menu.menu-on nav ul li:nth-child(3){
	transition-delay: 0.60s;
}
.main-menu.menu-on nav ul li:nth-child(4){
	transition-delay: 0.65s;
}
.main-menu.menu-on nav ul li:nth-child(5){
	transition-delay: 0.70s;
}
.main-menu nav ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 3em;
	font-family: "Effra-Heavy";
	display: inline-block;
	position: relative;
	line-height: 1.1;
}
.main-menu nav ul li a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #09afbf;
left: -35px;
    bottom: 15px;
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	animation: pulse 2s infinite;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu nav ul li a:hover::before{
	opacity: 1;
}
.main-menu .social-media {
	position: absolute;
	bottom: 30px;
	width: 77px;
	right: 60px;
}
.main-menu .social-media ul li{
	display: inline-block;
}
.main-menu .social-media ul li a{
	color: #fff;
}
.main-menu .social-media {
	position: absolute;
	bottom: 0;
	width: 77px;
	    right: 100px;
}

.main-menu nav ul li a:hover, .main-menu .social-media ul li a:hover{
	color: #09afbf;
}

.sub-menu li a:hover{
	color: #f08724 !important;
}

b,strong{
	font-family: "Effra-Bold";
}
h1,h2,h3,h4,h5,h6{
	color: #000000;
	font-family: "Effra-Bold";
}

h2{
	font-size: 3em;
	margin-bottom: 25px;
}

h3{
	font-size: 2.5em;
	margin-bottom: 40px;
}

a{
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo, .logo img{
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.logo a.logo-big img{
	height: 70px;
}

.logo-small{
	display: none;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
    padding: 10px 45px;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-box{
	display: none;
}

.navigation-bar ul {
	margin-bottom: 0;
}
.navigation-bar ul li{
	display: inline;
margin-left: 15px;
	position: relative;
}
.navigation-bar ul li a{
	display: inline;
}

.navigation-bar ul li a.search-btn-close{
	visibility: hidden;
}

.navigation-bar ul li a.cross-search-btn{
	display: none;
}

.navigation-bar ul li a i{
	font-size: 18px;
	color: #fff;
}

.navigation-bar ul li:last-child{
	position: static;
}
.sub-menu{
	display: none;
	clear: both;
	width: 100%;
}
.sub-menu li {
	margin-bottom: 0 !important;
}
.sub-menu li a{
	color: #888888 !important;
	font-size: 2.2em !important;
}

.main-menu nav ul li.font-size40 a{
	font-size: 2em;
}
.talk-to-link {
	color: #fff;
	text-decoration: none;
	background: #ff993e;
	display: inline-block;
	padding: 3px 18px;
	border-radius: 30px;
	font-family: 'Effra-Regular';
}
.talk-to-link:hover{
	color: #fff;
	text-decoration: none;
	background: #ff5c0f;
}
.header-right {
	padding: 25px 0 0 0;
		-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header.fixed {
	background-color: rgba(59, 61, 59, 0.9);
}

.site-header.fixed .header-right {
    padding: 10px 0 0 0;
}
.site-header.fixed.inner-header{
	background-color: rgb(9, 175, 191);
}
.toogle-triger {
	background: transparent;
	border: none;
	-moz-appearance: none;
	-webkit--moz-appearance: none;
	appearance: none;
	width: 25px;
	height: 23px;
	padding: 0;
	z-index: 10;
	position: relative;
	top:8px;
}
.toogle-triger span {
	display: block;
	height: 3px;
	background: #fff;
	width: 100%;
	margin-bottom: 5px;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toogle-triger.open span:first-child {
	-webkit-transform: rotate(48deg) translate(6px,3px);
	-moz-transform: rotate(48deg) translate(6px,3px);
	transform: rotate(48deg) translate(6px,3px);
}
.toogle-triger.open span:last-child {
	-webkit-transform: rotate(-50deg) translate(2px,0px);
	-moz-transform: rotate(-50deg) translate(2px,0px);
	transform: rotate(-50deg) translate(2px,0px);
}
.site-header.inner-header .toogle-triger span{
	background-color: #000;
}
.site-header.inner-header .toogle-triger.open span{
	background-color: #fff;
}
.toogle-triger.open span:nth-child(2) {
	display:none;
}
.orange-circle{
width: 400px;
    /* height: 213px; */
    border-radius: 50%;
    opacity: 0.9;
    background-blend-mode: color-burn;
}

.search-box {
	display: block;
	position: absolute;
	width: 0;
	opacity: 0;
	visibility:hidden;
	right: 27px;
    top: -7px;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #e2e0de;
}
.search-box input {
	height: 40px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	font-family: "Effra-Bold";
	font-size: 1.6rem;
	background: transparent;
	border-bottom: 1px solid #000;
	padding-right: 40px;
}
.search-box input:focus,.search-box input:active{
	border-color: #000;
	box-shadow: none;
}
.search-box.open{
	width: 320px;
	opacity: 1;
	visibility: visible;
}

.banner{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.banner > img{
	width: 100%;
	height: 100vh;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
}
.banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 380px;
    background-image: url(../images/banner-shadow-top.png);
/*	background-image: url(../images/banner-shadow-top.png), url(../images/logo-bg.png);*/
	background-repeat: repeat-x, no-repeat;
	background-position: top left;
}
.banner-caption {
position: absolute;
    bottom: 100px;
    /* width: 50%; */
    right: 20px;
    z-index: 1;
    /* min-height: 480px; */
 
}
.banner-caption  .orange-circle img{
    max-width: 100%;
    height: auto;
}
.banner-content {
	padding: 47px 0 0;
}
.banner-caption .line-right {
	display: inline-block;
	margin-left: 250px;
	margin-top: 50px;
}
.banner-caption p{
	color: #000;
	font-size: 1.31em;
	margin-bottom: 0;
}
.banner-caption h2{
	margin-top: 0;
	font-size: 4.3em;
}
.banner-corner {
	position: absolute;
	    bottom: -185px;
	right: 0;
}
.social-media ul li{
	display: inline-block;
	vertical-align: middle;
}
.social-media ul li a{
	font-size: 1.125em;
	color: #242424;
	padding-left: 20px;
}
.social-media ul li a:hover{
	color: #f08724;
}

.banner .social-media {
	position: absolute;
	right: 100px;
	bottom: 0;
	z-index: 3;
}

.move_down
{
position: absolute;
right: 50%;
bottom: 0;
z-index: 3;
bottom: 70px;
}

.inner_move_down
{
position: absolute;
right: 50%;
bottom: 0;
z-index: 3;
bottom: -33px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.inner_move_down .chevron:before{
  background: #fff;
}

.inner_move_down .chevron:after {
	background: #fff;
}

.inner_move_down.client_works
{
	bottom: 67px;
}

/*.rotaing-circle{
	display: inline-block;
	border: 1px solid #64ccd7;
	border-radius: 50%;
}*/
.animate-img img.rote{
	-webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}
.common-sec.pioneer {
margin-bottom: 0;
    padding-top: 45px;
    /* padding-bottom: 45px; */
    margin-top: 0;
}

.common-sec.pioneer h3{
    margin-bottom: 20px;
}

.common-sec.pioneer h4{
font-size: 2em;
    font-family: 'Effra Corp';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rotaing-circle .line-right {
	position: absolute;
	bottom: 40px;
	right: 0;
}
.img-responsive.img-circle {
	top: 35px;
position: absolute;
left: 34px;
border-radius: 50%;
height: 90%;
}
.rotaing-circle{position:relative;}
.content-wrapp {
	text-align: right;
	margin: 100px 0 0;
	padding: 0 0 0 100px;
	position: relative;
}

.common-sec{
    margin: 45px 0;
	padding: 0 45px;
	overflow: hidden;
}
.common-btn{
	margin: 40px 0 0;
}
.common-btn a {
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    min-width: 200px;
    background: #09afbf;
    font-size: 1em;
    font-family: "Effra-Bold";
    padding: 9px 15px;
    text-transform: uppercase;
}
.common-btn a:hover{
	color: #fff;
	text-decoration: none;
	background: #ff993e;
}

.howto-circles {
	position: relative;
	max-width: 800px;
}
.line-left {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0;
}
.howto-circles .orange-circle{
	width: 505px;
	height: 505px;
	float: left;
	display: table;
	padding-top: 130px;
	background: rgba(255,138,22,0.8);
	opacity: 1;
}
.icon-outer{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.icon-outer h4{
	color: #fff;
	font-size: 1.875em;
	margin-top: 70px;
	text-transform: uppercase;
	font-family: "Effra-Heavy";
}
.icon-outer img{
	margin: auto;
}
.howto-circles .m-corma {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 113px;
	right: 0;
	margin: auto;
}
.left-circle{
	padding-right: 110px;
}
.right-circle{
	padding-left: 110px;
	margin-left: -210px;
}
.howto-content{
    padding: 150px 0 0 30px;
}

.howto-content h3{
margin-bottom: 20px;
}

.howto-content p{
	font-size: 1.5em;
    font-family: 'Effra Corp';
}

.sponser-logo-wrapp {
	padding: 40px 50px;
	background: #3b3d3b;
	position: relative;
	margin-right: -20px;
}
.sponser-logo-wrapp::before {
	content: "";
	position: absolute;
	max-width: 858px;
	height: 647px;
	background: #e2e0de;
	width: 100%;
	top: -60px;
	left: -60px;
	z-index: -1;
}
.sponser-logo-wrapp a {
	display: block;
	margin-bottom: 50px;
}
.sponser-logo-wrapp a img{
	margin: auto;
}
.sponser-logo-wrapp .row .col-xs-6:nth-last-child(2) a, .sponser-logo-wrapp .row .col-xs-6:nth-last-child(3) a, .sponser-logo-wrapp .row .col-xs-6:last-child a{
	margin: 0;
}
.common-sec.deliver {
	padding: 62px 0 0;
	margin: 100px 0;
}
.common-sec.numbers-matter{
	margin: 100px 0;
}
.deliver-content-wrap {
	margin: 200px 0 0;
	text-align: right;
	padding: 0 50px 0 0;
}

.deliver-content-wrap h3{
	font-size: 3.5em;
}


.numbers-matter-wrapp {
	padding: 150px 0 0 60px;
	margin: 100px 0 0 0;
	position: relative;
}
.middle-counter {
	margin: 100px 0;
}
.numbers-matter-wrapp .orange-circle{
	position: absolute;
	top: 0;
	right: 0;
    width: 400px;
    height: 400px;
	opacity: .8;
	    background: rgb(255, 153, 62);
}

.numbers-matter-wrapp h2{
	position: relative;
	z-index: 1;
font-size: 3.5em;
}

.numbers-counts h4{
	color: #ff993e;
	font-size: 3.63em;
	font-family: "Effra-Heavy";
}
.numbers-counts .txt-orange{
	color: #ff993e;
}
.middle-counter h4{
	font-size: 5.31em;
}
.numbers-counts {
	text-align: center;
}
.numbers-counts p {
	color: #000;
	font-size: 1.5em;
	line-height: 1;
	font-family: "Effra-Bold";
}
.middle-counter p{
	font-size: 2em;
    line-height: 35px;
}
.our-thinking-wrap{
	text-align: right;
padding-left: 40px;
}

.our-thinking-wrap p.lg{
    font-family: 'Effra Corp';
    font-size: 1.9em;
}


.decor-part{
	position: absolute;
	right: -500px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.our-thinking{
	overflow: hidden;
	position: relative;
}
.thinking-slider img{
	width: auto !important;
}

.our-thinking::after
{
    position: absolute;
    right: -74px;
    top: -16px;
    height: 400px;
    width: 18%;
    content: "";
    background: url(../theme/images/half-circle-1.png)no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 1;
}


.site-footer{
	color: #fff;
	padding: 50px 45px 0;
	background: #3b3d3b;
}
.site-footer .social-media ul li a{
	color: #fff;
	font-size: 1.1em;
	padding-left: 0;
	padding-right: 10px;
}
.site-footer .social-media ul li a:hover{
	color: #f08724;
}
.site-footer p{
	font-size: 1em;
}
.site-footer h4{
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 17px;
	font-family: "Effra-Bold";
}

.site-footer a{
	color: #fff;
	font-size: 1em;
}

.site-footer h4 a{
	font-size: 1em;
}

.site-footer a:hover{
	color: #ff993e;
	text-decoration: none;
}
.footer-widdgets{
	margin: 0 0 30px;
}
.subscribe-btn {
	margin-bottom: 60px;
}
.subscribe-btn a {
	color: #fff;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	min-width: 240px;
	background: #ff993e;
	font-size: 1.31em;
	font-family: "Effra-Bold";
	padding: 11px 15px;
}
.footer-widdgets ul li{
	margin: 0 0 10px;
}
.subscribe-btn a:hover{
	color: #fff;
	background-color: #db5c09;
	text-decoration: none;
}
#carousel-custom-dots button {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: #101010;
	padding: 0;
	margin: 0 5px;
}
#carousel-custom-dots button.owl-dot.active{
	background-color: #09afbf;
}

#carousel-custom-dots{
	text-align: center;
    margin-top: 20px;
	margin-bottom: 0;
	position: relative;
	z-index: 9;
}

.filters{
	margin-top: 20px;
	margin-bottom: 60px;
}
.filter-button-group{
	text-align: center;
}
.filter-button-group li{
	color: #9fa4af;
	cursor: pointer;
	font-size: 0.75em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 20px;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.filter-button-group li.active{
	color: #fff;
	background-color: #2c2c2c;
}
.blog-post{
	margin-bottom: 40px;
	background-color: #f0efee;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post > img{
	width: 100%;
}
.blog-post .badge{
	color: #ff993e;
	text-transform: uppercase;
	font-size: 0.625em;
	letter-spacing: 1.5px;
	background: transparent;
	border-radius: 0;
	padding: 0;
	font-weight: normal;
}
.blog-post .badge a{
	color: inherit;
	text-decoration: none;
}
.blog-post .blog-content, .blog-post .footer{
	padding: 0 40px;
}
.blog-post h4 {
	font-size: 1.25em;
	line-height: 1.3;
}
.blog-post h4 a{
	color: inherit;
	text-decoration: none;
}
.blog-post .blog-content{
	padding-top: 30px;
}
.blog-post .blog-content p{ 
	color: #9fa4af;
	font-size: 0.875em;
	line-height: 1.8;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post .footer {
	padding-bottom: 40px;
	padding-top: 10px;
}
.profile-pic img{
width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #a1a1a1;
    padding: 5px;
}
.profile-pic{
	color: #9fa4af;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.profile-pic span{
	display: inline-block;
	vertical-align: middle;
	    font-size: 13px;
}
.profile-pic label{
	color: #252525;
	font-weight: inherit;
	margin-bottom: 0;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-article{
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 40px;
	background-color: #f79c4a;
}
.top-article h3{
	color: #fff;
	font-size: 1.5em;
}
.top-article ul li a{
	display: table;
	color: inherit;
	text-decoration: none;
}
.top-article ul li{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 45px;
}
.top-article ul li:last-child{
	margin-bottom: 20px;
}
.top-article ul li .article-pic img{
	width: 113px;
	height: 113px;
	border-radius: 50%;
}
.article-pic, .top-aricle-content {
	display: table-cell;
	vertical-align: middle;
}
.top-aricle-content {
	font-size: 1em;
    font-family: "Effra-Heavy";
    width: 60%;
    line-height: 1.2;
    padding-left: 0;
}

.top-aricle-content span
{
   font-size: .75em;
   font-weight: normal;
   font-family: "Effra-Regular";
}

.blog-post:hover {
	color: #fff;
	cursor: pointer;
	background-color: #09afbf;
	box-shadow: 0 0 70px 5px rgba(15,15,15,0.39);
}
.blog-post:hover p, .blog-post:hover h4, .blog-post:hover .badge, .blog-post:hover .profile-pic, .blog-post:hover .profile-pic  label{
	color: #fff;
}
.common-sec.blog-wrap-bottom {
	margin-bottom: 0;
	margin-top: -230px;
	padding-top: 190px;
}
.blog-ghraphic {
	float: right;
	margin-top: -258px;
	margin-right: -40px;
	/*margin: 0 -110px -180px 0;*/
}
.lodemor hr {
	width: 1px;
	height: 20px;
	background: #000;
	margin: 10px auto 20px;
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.lodemor{
	cursor: pointer;
	width: 105px;
	text-align: center;
	color: #7d7d7d;
	margin: auto;
	font-size: 0.75em;
	font-family: 'Nunito';
	text-transform: uppercase;
	text-decoration: underline;	
}
.common-sec.page-title {
    text-align: center;
    padding-top: 100px;
}
.page-title h2 {
    font-size:3.375em;
    line-height: 1;
    letter-spacing: -1px;
    font-family: "Effra-Heavy";
}
.inner-banner{
	height: 100vh;
	position: relative;
}
.inner-banner::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.inner-banner > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner-banner-caption {
	position: absolute;
	width: 100%;
	bottom: 116px;
	text-align: center;
}
.inner-banner-caption h3{
color: #fff;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
}

.inner-banner-caption h4{
color: #fff;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
 font-size: 1.2em;
    font-family: "Effra-Regular";
}

.inner-banner-caption .client-name
{
	color: #fff;
	font-size: 1.2em;
    margin-top: 20px;
}

.posted-by{
	color: #fff;
	font-size: 0.93em;
}
.blog-single-content article header h3 {
	font-size: 1.25em;
	font-family: "Effra-Bold";
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.blog-single-content article p{
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-single-content blockquote {
	color: #000;
	font-family: "Effra-Regular";
	font-size: 1em;
	margin: 40px 0;
	border-color: #ff993e;
	padding: 0 70px 0 70px;
	position: relative;
}

.blog-single-content blockquote p{
	margin-top: 10px;
}

.blog-single-content blockquote.quote{
    margin-left: 136px;	
}

.blog-single-content blockquote.quote:before{
    width: 82px;
    content: " ";
    background-image: url(../images/quote_icon.png);
    height: 57px;
    display: block;
    position: absolute;
    /* content: open-quote; */
    /* font-size: 4em; */
    margin-left: -140px;
    margin-top: 40px;
    left: 0;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.blog-single-content blockquote footer{
	margin-top: 20px !important;
	padding: 0px !important;
	border: 0px !important;
	color:#000;
	font-family: "Effra-Regular";
}


.single-post-images{
	margin: 30px 0;
}
.single-post-images img{
	width: 100%;

}

.blog-single-content ul{
	list-style: initial;
	padding-left: 30px;
}

.blog-single-content ul li{
    margin-bottom: 7px;
    font-size: 1.2em;
}

.blog-single-content article footer{
	width: 100%;
	display: table;
	margin-top: 40px;
	padding: 35px 0;
	border-top: 1px solid #f6f6f6;
}
.blog-single-content article footer ul.tags,
.blog-single-content article footer ul.social-media{
	display: table-cell;
	vertical-align: middle;
}
.blog-single-content article footer ul.tags li,
.blog-single-content article footer ul.social-media li{
	font-size: 0.875em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.blog-single-content article footer ul.tags li a{
	color: #9fa4af;
	text-decoration: none;
	margin-right: 2px;
}
.blog-single-content article footer ul.tags li a::after{
	content: ",";
	display: inline-block;
	vertical-align: baseline;
}
.blog-single-content article footer ul.tags li:last-child a:after{
	content: "";
}
.blog-single-content article footer ul.tags li a:hover{
	color: #000;
}
.blog-single-content article footer ul.tags::before, .blog-single-content article footer ul.social-media::before{
	color: #000;
	content:attr(data-title)" :";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875em;
}
.blog-single-content article footer ul.social-media{
	text-align: right;
}
.blog-single-content article footer ul.social-media li a{
	color: #464646;
	font-size: 1.03em;
	margin-left: 10px;
}
.blog-single-content article footer ul.social-media li a:hover{
	color: #ff993e;
}
.blog-single-layout .circle-right{
	position: absolute;
	right: 0;
	z-index: -1;
	bottom: 0;
}
.common-sec.blog-single-layout {
	position: relative;
}
.user-posted-by{
	text-align: center;
}
.user-picture img{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin: auto;
}
.user-posted-by ul.social-media {
	margin: 10px 0;
}
.user-posted-by ul.social-media  li{
	display: inline-block;
}
.user-posted-by ul.social-media  li a {
	color: #464646;
	font-size: 1.03em;
	margin:0 5px;
}
.user-posted-by ul.social-media  li a:hover{
	color: #ff993e;
}
.user-posted-by .badge{
	color: #9fa4af;
	font-size: 0.623em;
	font-weight: normal;
	background: transparent;
	font-family: 'Effra-Regular';
}
.user-posted-by .user-name{
	color: #000;
	font-size: 0.93em;
	font-family: "Effra-Bold";
	margin: 10px 0;
}
.user-posted-by .user-role, .user-posted-by time{
	font-size: 0.875em;
}

/*---------------*/
.site-header.fixed.inner-header{
/*	background-color: rgb(9, 175, 191);*/
    background: #ffebde;
    box-shadow: 0 0 50px 0 #ababab;
}

.header_inner{
	background-color: rgba(59, 61, 59,0.9);
	
}

.page-template-template-about .header_inner{
background: #232323;	
}

.page-template-template-what-we-do .header_inner{
background: #232323;	
}

/*.toogle-triger {
	background: transparent;
	border: none;
	-moz-appearance: none;
	-webkit--moz-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	padding: 8px 0 0;
	z-index: 10;
	position: relative;
}
.toogle-triger span {
	display: block;
	height: 3px;
	background: #fff;
	width: 100%;
	margin-bottom: 5px;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toogle-triger.open span:first-child {
	transform: rotate(48deg) translate(6px,3px);
}
.toogle-triger.open span:last-child {
	transform: rotate(-50deg) translate(2px,0px);
}
.toogle-triger.open span:nth-child(2) {
	display:none;
}*/
/*--- Case Statudy 2 Page Start---*/

.common-sec.background {
    padding-top: 30px;
    padding-bottom: 120px;
    overflow: visible;
}
.background-left {
    position: relative;
    z-index: 2;
}
.background-left > img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.play-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.back {
    position: absolute;
    top: 120px;
    right: -80px;
    z-index: -1;
}
.background-right {
    padding-top: 150px;
}
.heading-cmmn h3 {
    font-size: 2.5em;
    font-family: "Effra-Bold";
    line-height: 1;
}
.background-right p {
    line-height: normal;
}

/*----------*/

.common-sec.challenge {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
}
.challenge-left ul li {
      font-size: 1.2em;
    list-style: disc;
    padding-bottom: 5px;
}

.challenge-left ul {
    padding-left: 25px;
}
.challenge-right img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.challenge-right {
    margin-right: -20px;
    padding-top: 30px;
}

/*-----------*/

.common-sec.quoted-area {
    background: #ff993e;
padding: 45px 0;
    text-align: center;
}
.common-sec.quoted-area p {
    color: #fff;
}
.quote-contain {
    padding: 20px 0;
}
.quote-name {
    padding-top: 50px;
}
/*--------------*/

.common-sec.approach {
    padding-top: 145px;
}
.common-sec.approach img {
    display: block;
    width: 100%;
    max-width: 100%;
}
/*---------*/

.common-sec.result {
    padding-top: 150px;
    padding-right: 0;
}
.result-left ul li {
    font-size: 1.2em;
    list-style: disc;
    padding-bottom: 5px;
}

.result-left ul {
    padding-left: 25px;
}
.result-right img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.result-right {
    margin-right: -20px;
    margin-top: -145px;
}
/*---------------*/
.common-sec.case-studies {
    text-align: center;
}
.common-sec.case-studies img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.case {
    padding-bottom: 40px;
}
.case h2 {
	font-size: 3.375em;
	letter-spacing: -1px;
    font-family: "Effra-Bold";
}
.case-btn {
    padding: 60px 0 50px;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,60%);
    -ms-transform: translate(0,60%);
    -o-transform: translate(0,60%);
    transform: translate(0,60%);
}
button.close {
	padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #ff7c26;
    border-radius: 0 0 0 20px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    text-indent: 5px;
    line-height: 28px;
    position: absolute;
    right: 0;
    z-index: 1;
}
/* Case Statudy 2 Page End  */


/*----- case study 1 start ------*/

.our-work {
    text-align: center;
    padding: 120px 0 180px;
    position: relative;
}
.our-work .heading-cmmn {
    padding-bottom: 70px;
}
.work-boxes {
    position: relative;
    cursor: pointer;
    margin-bottom: 45px;
    overflow: hidden;
}
.work-boxes a img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.work-box-cont {
    top: 0;
    position: absolute;
    background: rgba(0,0,0,0.77);
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    visibility: collapse;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.work-boxes:hover .work-box-cont {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.work-inner-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.work-inner-cont h4 {
    font-size: 1.25em;
    color: #fff;
    text-transform: uppercase;
    line-height: 27px;
}
.work-inner-cont p {
    color: #fff;
    font-family: "Effra-Bold";
    padding-bottom: 20px;
    font-size: 1.0625em;
}
.blue-read a {
    background: #09afbf;
    width: 46px;
    height: 46px;
    display: block;
    line-height: 46px;
    border-radius: 50%;
    margin: 0 auto;
    text-decoration: none;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blue-read a i {
    color: #fff;
    font-size: 24px;
    line-height: 42px;
}
.blue-read a:hover{
    background: #ff993e;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inner-banner-caption .common-btn {
    margin-top: 30px;
}

.inner-banner-caption .common-btn a {
    width: 200px;
    padding: 10px 15px;
    border-radius: 50px;
}
.our-work-circle {
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: -1;
}
/*---Measurement Standard start---*/

.common-sec.standard {
    padding-right: 0;
    padding-top: 50px;
    margin: 0;
    padding-bottom: 50px;
}


.thought-leadership a
{
color: #aeaeae;	
}

.thought-leadership-heading
{
    font-size: 1.25em;
    font-family: "Effra-Bold";
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0px;
}

.cta-wrapper {
 margin: 20px 0;
text-align: left;
padding: 28px;
background-color: #3b3d3b;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.cta-wrapper .details-wrapper {
float: left;
width: 60%;
}
.cta-wrapper .details-wrapper h2 {
font-weight: 600;
margin: 0 0 4px 0;
color: #FFF;
font-size: 27px;
letter-spacing: initial;
}
.cta-wrapper .details-wrapper p {
font-size: 18px;
color: #FFF;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.cta-wrapper .blue-cta-button {
padding: 17px 50px;
text-transform: uppercase;
color: #FFF;
letter-spacing: 0.1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-decoration: none;
font-weight: 600;
display: inline-block;
white-space: pre;
margin: 31px 0 25px 0;  
float: right;
margin: 0;
color: #fff;
background-color: #ff993e;
padding: 17px 0;
width: 30%;
text-align: center;
    border-radius: 30px;
}

.cta-wrapper .blue-cta-button:hover
{
background-color: #09afbf;	
}


.ondemand-card
{
position: relative;
	height:100%;
}



.ondemand-card-details
{
	position: absolute;
	top:0px;
	background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}

.ondemand-card-presenter
{
    bottom: 0px;
    position: absolute;
    width: 100%;
    background: #ff993e;
    margin-bottom: 0;
    /* height: 20px; */
    padding: 10px;
    color: #fff;
}

.ondemand-card-title h4{
color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
}

.presenter-image{
position: absolute;
bottom: 7px;
}

.presenter-image img
{
	height: 80px;
}

.presenter-details
{
margin-left: 90px;
}
    

.get_in_touch
{
	text-align: center;
}

/*
.background-right.pt-75 {
    padding-top: 75px;
}
*/
.measure {
    text-align: right;
}
.measurement h3 {
       font-size: 2em;
    line-height: 1;
    font-family: "Effra-Heavy";

}
.market-circle {
    float: right;
    margin-top: -263px;
    margin-right: 263px;
    margin-bottom: 50px;
    width: 350px;
}
.measure-circle {
    top: 0;
    position: relative;
    float: right;
    margin-top: -310px;
}
.height {
    max-height: 450px;
    overflow: hidden;
}
.read-more a {
    color: #aeaeae;
    font-family: 'Effra-Bold';
    font-size: 1.31em;
    display: block;
    padding-top: 30px;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.read-more a:hover{
    color: #ff993e;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.work-slider .owl-dots{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/*about css*/

.header-top-area {
    position: fixed;
    width: 100%;
    top: -120px;
    z-index: 111;
    background: #fff;
    padding: 12px 0px;
    border-bottom: 3px solid #fd9f31;
    transition: .7s;
    visibility: hidden;
    opacity: 0;
}

.header-top-area.expand {
    top: 0; 
    visibility: visible;
    opacity: 1;
}

.single-header-top h3 {
    color: #3b3d3c;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 14px;
}

.single-header-top a {
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}

.single-header-top a svg {
	height: 14px;
	transform: translateY(3px);
	padding-left: 5px;
}

.single-header-top a:hover {
    color: #fb9952;
    text-decoration: none;
}
.header-top-close {
    position: absolute;
    right: 60px;
    color: #fb9952;
    font-size: 24px;
    cursor: pointer;
    transition: .4s;
    z-index: 1;
}

.header-top-close:hover{
	opacity: .7;
}

.common-sec.page-title.about-title, 
.common-sec.page-title.what-we-title {
    height: 700px;
   /* background: url(../images/about-bg.png)no-repeat;*/
    -webkit-background-size: cover!important;
    background-size: cover!important;
    /* background-position: center; */
   /* background-color: #232323;*/
    background-position: 0 43px!important;
}

.about-title .main-title{
	margin-left: 70px;
}

.about-title .main-title h1 {
    color: #fff;
    text-align: left;
        font-size: 60px;
    text-transform: uppercase;
}

.about-video video
{
	height: 550px;
}

.about-title .main-title h1 span {
    color: #fd9949;
    display: block;
}
.about-video iframe {
    height: 420px;
}


.counter-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
}

.single-counter h1 {
    font-size: 70px;
    color: #fd9949;
}

.single-counter h2 {
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
}

.single-counter {
    margin-bottom: 30px;
}

.about-section-title1 h1 {
font-family: 'Effra Corp';
    font-size: 23px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 37px;
}

.about-more h1{
font-family: 'Effra Corp';
    font-size: 23px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 37px;
}

.what-we-do-section-title1 h1 {
font-family: 'Effra Corp';
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
        font-size: 34px;
    line-height: 40px;
}

.about-more {
    text-align: center;
        width: 70%;
    margin: 0 auto;
}

.about-more h4 {
    font-family: "Effra-Regular";
    font-size: 22px;
    margin-bottom: 40px;
}

.about-more a {
    background: #1fafbe;
    padding: 10px 20px;
    display: block;
    color: #fff;
    border-radius: 30px;
    font-family: "Effra-Bold";
    font-size: 18px;
        width: 40%;
    margin: 20px auto 0;
}

.about-counter-area {
    padding-bottom: 70px;
}

.about-more a:hover {
    background: #fd9949;
    text-decoration: none;
}
.section-title.light h1 {
    color: #fff;
        text-transform: uppercase;
     font-size: 40px;
}

.section-title.light h1 span {
    display: block;
    color: #fd9949;
}

.section-title h1 {
    font-size: 51px;
}

.about-section2 {
    background-size: cover !important;
    background-position: center !important;
    padding: 40px 0px;
}

.about-circle-area {
    padding-top: 80px;
    padding-bottom: 120px;
}

.about-content h1 {
    color: #fd9949;
    font-size: 50px;
    margin-top: 0;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-content h4 {
    font-family: "Effra Corp";
        font-size: 24px;
}

.expand-text li {
    color: #0d0d0d;
    font-size: 20px;
    font-family: "Effra-Regular";
    list-style: disc;
    margin-left: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.expand-text {
    transition: .4s;
}

.expand-btn {
    height: 35px;
    width: 35px;
    background: #0c0c0a;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
    margin-top: 10px;
}

.expand-text ul {
    transition: .5s;
    display: none;
    margin-top: 30px;
}

.expand-text.open_ ul {
    display: block;
}
.expand-btn:before {
	content: "+";
}

.open_ .expand-btn:before {
	content: "-";
}

.about-content-area {
    margin-bottom: 120px;
}

.about-content-img {
    position: relative;
}

.about-content-img:after {
    position: absolute;
    right: -84px;
    bottom: -70px;
    height: 200px;
    width: 200px;
    content: "";
    background: rgba(253, 153, 73, .9);
    border-radius: 100px;
}

.left-ball .about-content-img:after {
    right: auto;
    left: -92px;
}

.team-member-area {
    background: #f0ede6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-team-member {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-title.dark h4 {
    font-family: "Effra Corp";
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.team-txt {
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    text-align: right;
    z-index: 1;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.team-txt h1 {
    font-size: 40px;
    color: #000000;
    line-height: 45px;
}

.team-txt p {
    text-align: right;
    font-size: 17px;
    color: #000000;
    font-style: italic;
    margin-bottom: 15px;
}

.team-txt a {
    color: #000;
    font-size: 25px;
    margin-left: 10px;
}

.single-team-member:hover .team-txt {
    right: -30px;
    visibility: visible;
    opacity: 1;
}

.team-txt a:hover {
    color: #fd9949;
}

.single-team-member img {
    height: 100%;
    width: 100%;
}


.team-imgage {
    position: relative;
    z-index: 1;
     height: 287px;
     width: 287px;
}

.team-imgage:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(253, 153, 73, .8);
    border-radius: 100%;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.single-team-member:hover .team-imgage:after {
    visibility: visible;
    opacity: 1;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; 
  margin-bottom: 60px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {

}

/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
}


/*What we do css*/
.common-sec.page-title.what-we-title {
	background-position: center!important;
}

.what-we-title .main-title h1{
	color: #fff;
	font-size:110px;
	text-transform: uppercase;
}

.what-we-title .main-title h1 span{
	color: #fd9949;
	display: block;
}


.overlap-img {
    text-align: center;
    margin-top: -300px;
}

.overlap-img img {
    width: 100%;
}
.what-wedo-section2 {
    margin-top: 70px;
}

.what-wedo-circle-img {
    margin-top: 50px;
}
.what-we-sec3 .section-title.light h1 {
    text-align: left;
    margin-top: 150px;
}

.what-we-sec3 .section-title.light h1 span {
    display: inline;
}

.what-we-sec3{
	margin-top: 100px;
}




/*portfolio css*/
.portfolio-area{
	padding-top: 170px;
	padding-bottom: 70px;
}
/*portfolio area css*/
.portfolio-area .row {
    display: -ms-flexbox;
    display: flex;
}

.single_faq {
    margin-bottom: 70px;
}

.faq_filter a {
    font-size: 60px;
    color: #fd9949;
    display: block;
    text-decoration: none;
    padding-bottom: 80px;
    font-family: "Effra-Heavy";
    opacity: .4;
}

.faq_filter a:hover,
.faq_filter li.active a {
    color:  #fd9949;
    opacity: 1;
}

.faq_filter a:hover,
.faq_filter li.ativo a {
    color:  #fd9949;
    opacity: 1;
}


nav.auto-hide-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    left: 0;
    width: 100%;
}

.portfolio-menu {
    position: relative;
    height: 100%;
    width: 100%;
}

.single-portfolio{
	display: table-cell;
	vertical-align: middle;
}


.section {
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    display: table;
    width: 100%;
    height: 100vh;
}

.section.section-active {
    visibility: visible;
    opacity: 1;
}

.single-portfolio .about-content h4 {
    font-size: 34px;
}

