/*   
Theme Name: Fractal Enterprise
Theme URI: http://glidedesign.com
Author: Team Glide
Author URI: http://glidedesign.com/team
Version: 1.1
License:
License URI: 
Description: WordPress Theme for Fractal Pro
*/
/*******************************************************

Reset

********************************************************/

/*
.video-thumbnail-section{
    display: none !important;
}
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html, html a {
    -webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/***** Clear *****/

.clear:before, .clear:after {
	content:""; 
	display:table;
}
.clear:after { 
	clear: both;
}


/***** Images *****/

a img {
	border:none;
	outline: none;
}
img {
	max-width:100%;
	height:auto;
}
figure {
    text-align: center;
    margin-bottom: 7rem;
}
figcaption {
    font-family: orator-std;
    font-size: 2.2rem;
    text-transform: lowercase;
    padding-bottom: 1.5rem
}

html {
    font-size: 10px;
}
    
body {
    font-family: "halyard-display", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #0D0D0D;
    line-height: 1.5;
    word-spacing: 0.5px;
    background: url(assets/images/body-bg.png) no-repeat top 50px center;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
body.body-bg-bottom {
    background: url(assets/images/body-bg.png), url(assets/images/fractal-blog.png) ;
    background-repeat: no-repeat,  no-repeat;
    background-position:  center 35px, right 84%;
}
p {
	margin: 0px 0px 4rem 0px;
    color: rgba(13, 13, 13, 0.65)
}

/*******************************************************

Basic Styles

********************************************************/

/***** Formatting *****/

s, strike, del {
	text-decoration: line-through;
}
del {
	color: #ff6b6b;
}
ins {
	color: #1dd1a1;
}
strong, b {
	font-weight: 500;
    color: #0d0d0d;
}
u, ins {
	text-decoration: underline;
}


/***** Miscellaneous *****/

address {
	margin: 0 0 4rem 0;
}

abbr, acronym {
	border-bottom: 1px dotted #3d3d3b;
}

i, cite, em, var, address, dfn {
	font-style: italic;
    color: #0d0d0d;
}
code {
	background-color: #3d3d3b;
	padding: 2.5rem 2.5rem 2.5rem 3rem;
	display: block;
	margin: 0 0 4rem 0;
    color: #fafaf0;
}
pre {
	background-color: #3d3d3b;
	margin: 0 0 4rem 0;
	padding: 2.5rem 2.5rem 2.5rem 3rem;
	overflow-x: scroll;
	line-height: 1.5;
    color: #fafaf0;
}
tt, code, kbd, samp {
	font-family: monospace;
}
dt {
	font-weight: 700;
}
dl, dd {
	margin: 0 0 4rem 0;
}
sub, sup {
	font-size: 1.4rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25rem;
}
sup {
	top: -0.5rem;
}
.page-template-template-terraflora sup {
	top: -3.5rem;
}
.sticky {
}
.screen-reader-text {
}
.gallery-caption {
	
}
.bypostauthor {
}

/***** Lists *****/

ul, ol {
	margin: 0 0 8rem 0rem;
}
ul li, ol li {
	margin: 0 0 2rem 0;
    list-style-position: inside;
    color: rgba(13, 13, 13, 0.65);
    margin-bottom: 0rem;
     padding-left: 5rem;
}
ul ul, ol ol {
	margin: 2rem 0 0 4rem;
}
ul {
    list-style: none;
}
.content-area ul li {
    background: url(assets/images/li-bg.png) no-repeat left 14px;
}

ol{
    list-style: none;
}
ol li {
   counter-increment: item;
    position: relative;
}
ol li:before {
    content: counter(item)".";
    color:  rgba(13, 13, 13, 0.6509803921568628);
    width: 5.5rem;
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
 }


/***** Links *****/

a, a:visited, input[type="submit"], input[type="reset"], button, .search-button, .wpcf7-submit { 
    color: #0d0d0d;
    text-decoration: none;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
    cursor: pointer;
}
.content-area a {
     border-bottom: 1px solid;
}
a:hover, a.hover-link {
    color: #970000;
}





/***** Tables *****/

thead {
    background-color: #f1f2e4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 4rem 0;
	width: 100%;
    text-align: right;
	table-layout: fixed;
}
th {
	font-weight: 700;
    padding: 1.5rem 1.8rem;
}
th:nth-child(1)
{
    text-align: left;
}
tr {
	vertical-align: middle;
}
td {
	padding: 1.3rem 1.8rem;
	vertical-align:middle;
}
tr:nth-child(even){
  background-color: #f1f2e4;
}
td:nth-child(1){
    text-align: left;
}
table {
}

/***** Quotes *****/

blockquote {
    margin: 0 0 5rem 0;
    padding: 8rem 11rem;
    position: relative;
    quotes: "\201C" "\201D";
    background-color: #f2f2f2;
    color: #121212;
    text-align: center;
    font-size: 3rem;
}
.small-wrapper blockquote {
    padding: 5rem 8rem;
}
/*
blockquote:before {
    display: block;
    font-size: 2rem;
    position: absolute;
    content: open-quote;
    top: 8rem;
    color: #000000;
}
*/

.quote-social {
    float: right;
    text-align: right;
}
.quote-social.social-icons ul {
    margin: 2rem 0px 0 0;
}
.social-icons ul li.quote-socials-title {
    padding: 6px 10px 0 0;
    text-transform: uppercase;
    color: #AAAAA0;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
    font-size: 15px;
}
.quote-social.social-icons ul li a:before {
    color: #AAAAA0;
    border: 2px solid #AAAAA0;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.light-quote {
    background-color: rgba(243,243,232,1);
	color: #1f1f1e;
}
blockquote :first-child {
	display: inline-block;
    color: #040404;
    font-size: 3rem;
}
blockquote cite {
    display: block;
    margin-top: 2rem;
    color: #535353;
    font-style: normal;
    font-family: orator-std;
    text-transform: lowercase;
    font-size: 2.3rem;
    font-weight: 300;
}
blockquote cite span{
    font-family: orator-std;
    display: block !important;
    font-size: 2.3rem !important;
    color: #535353 !important;
    text-transform: lowercase;
}
blockquote p {
	margin-bottom: 0px;
    font-size: 3rem;
    color: #121212;
    text-align: center;
}
q {
	quotes: " â€œ " " â€ " ;
    padding: 0.3rem 0.6rem 0.3rem 2rem;
    position: relative;
    background-color: #3d3d3b;
    color: #fbfbf1;
}
q:before {
    font-size: 3rem;
    position: absolute;
    content: open-quote;
    left: 7px;
    top: -8px;
    color: #958065;
}
q:after {
    display: none;
}




/***** Form Elements *****/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ABABAB;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ABABAB;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ABABAB;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ABABAB;
}

#commentform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0D0D0D;
}
#commentform ::-moz-placeholder { /* Firefox 19+ */
  color: #0D0D0D;
}
#commentform :-ms-input-placeholder { /* IE 10+ */
  color: #0D0D0D;
}
#commentform :-moz-placeholder { /* Firefox 18- */
  color: #0D0D0D;
}

input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range, select, input[type="search"], .mktoForm input[type="text"] , .mktoForm input[type="password"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="file"], .mktoForm select, .mktoForm input[type="search"]{
	height: 59px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
	color: #0D0D0D;
	outline: none;
	padding: 0 1.5rem;
	margin: 0 0 1.8rem 0;
	font-family: "halyard-display", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 2rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input:focus, textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.45);
         -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgba(13, 13, 13, 1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}	
label{
    display: none;
}
#page-wrap .mktoForm input[type="text"] , #page-wrap .mktoForm input[type="password"], #page-wrap .mktoForm input[type="email"], #page-wrap .mktoForm input[type="tel"], #page-wrap .mktoForm input[type="number"], #page-wrap .mktoForm input[type="file"], #page-wrap .mktoForm select, #page-wrap .mktoForm input[type="search"], #page-wrap .mktoForm input[type="url"]{	
	height: 55px !important;
	width: 100% !important;
	font-size: 1.6rem !important;
	padding: 0 1.5rem !important;
	margin: 0 0 3rem 0 !important;
 }
input[type="submit"], input[type="reset"], #page-wrap .mktoForm .mktoButton {
	font-family: "halyard-display", Arial, Helvetica, sans-serif;
	color: #fbfbf1;
	padding: 2rem 8rem;
	background-color: #000000;
	margin: 0 0 1.5rem 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 2rem;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-weight: 300;
}
#page-wrap .mktoForm .mktoButton {
    font-family: "halyard-display", Arial, Helvetica, sans-serif;
	color: #fbfbf1;
    text-align: center;
    text-shadow: none;
    width: auto;
}
input[type="submit"]:hover, input[type="reset"]:hover,#page-wrap .mktoForm .mktoButton:hover {
	color: #fbfbf1;
	background-color: #178DA6;
    transform: translateY(-2px);
	background-image: none;
}
#page-wrap .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

#page-wrap .mktoForm .mktoButtonRow {
    float: none;
    width: 100%;
    clear: both;
}
#page-wrap .mktoForm  .mktoCheckboxList {
    width: 100% !important;
	padding-top: 2rem;
}
input[type="file"], #page-wrap .mktoForm input[type="file"] {
    padding-top: 13px;
}
textarea, #page-wrap .mktoForm textarea {
    height: 180px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
	color: #0D0D0D;
	outline: none;
	padding: 1rem 1.5rem;
	margin: 0 0 1rem 0;
	font-family: "halyard-display", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 2rem;
    font-weight: 300;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    resize: none;
}
#page-wrap .mktoForm label {
    font-family: "halyard-display", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #1f1f1e;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	width: 100% !important;
    padding: 0px !important;
	font-weight: bold !important;
}
#page-wrap .mktoForm label br {
	display: none !important;
	}
#page-wrap .mktoCheckboxList label {
	line-height: 0.9 !important;
	margin-bottom: 1.3rem;
}	
.validation_error, .validation_message {
    color: #e74c3c;
}
.validation_message {
    position: relative;
    top: -6px;
}
.gform_fields {
    margin: 0 !important;
}
#page-wrap  .mktoForm .mktoRadioList > input, #page-wrap  .mktoForm .mktoCheckboxList > input {
    margin-right: 1.5rem !important;
}
.gform_body ul li{
    list-style: none;
    background: none;
    padding-left: 0;
}
ul li.gfield {
    list-style-image: none;
    padding-left: 0;
    float: left;
    width: 98%;
}
ul li.gfield.half-input-field {
    width: 48%;
    float: left;
    margin-right: 2%;
}

/***** Pagination *****/


.pagination {
	margin: 8rem auto 4rem auto; 
}
.pagination span, .pagination a, .pagination a:visited {
	color:#3d3e3c;
    font-family: "Manrope-Regular", Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	padding: .5rem 1.5rem;
	position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
      border-bottom: 0;
}
.pagination span:after, .pagination a:after {
    content: "";
    /* border-right: 1px solid #3d3e3c; */
    width: 1px;
    height: 2rem;
    right: -1px;
    position: absolute;
    top: 1rem;
}
.pagination a:last-child:after,.pagination a:hover:after, .pagination .current:after, .pagination a.next:after {
    display: none;
}
.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#970000;
}
.pagination a:hover {background-color:#03839E;}
.pagination a.next {
	background: url(assets/images/next-arrow.png) no-repeat right 5px center;
    padding-right: 2rem;
}
.pagination a.next:hover {
	background:#3d3e3c url(assets/images/next-arrow-hover.png) no-repeat right 5px center;;
}



/***** WordPress Core *****/


.alignright {
    float:right;
    margin: 5px 0 10px 20px;  					
}
.alignleft {
    float:left;
  	margin: 5px 20px 10px 0px;
}
.aligncenter {
    display: block;
    text-align: center;
    margin: 15px auto 15px auto;
}
.wp-caption {
    background-color: #a17f4e;
    border: 1px solid #876a41;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 1rem 1rem 0rem 1rem;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}
.wp-caption.alignleft {
    margin: 15px 20px 15px 0;
}
.wp-caption.alignright {
    margin: 15px 0 10px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 7px 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 6px 4px 4px 4px;
    text-align: center;
    color: #fbfcee;
}


/**** Comments ****/

#respond ul {
    list-style-type: none;
}
#respond .logged-in {
    margin: 0 0 1.5rem;
}
#respond form ul li {
   padding-left: 0;
}
#commentform .input-comments, #commentform input[type=text] {
    width: 32.25%;
    float: left;
    margin-right: 1.62%;
}
#commentform label {
    display: block;
}
#commentform ul {
    margin-left: 0;
    margin-bottom: 0;
}
#commentform ul li {

}
#commentform ul li:before {
    display: none;
}
#commentform .url-comments, #commentform li.middle {
    margin-right: 0!important;
}
.comments-closed {
    margin: 4rem 0;
}
ol.commentlist {
    list-style: none;
    margin: 0 0 0 0;
}
.commentlist li {
    margin: 0 0 4rem 0;
}
.comment-body p {
    margin: 0 0 3rem 0;
}
.commentlist li:before {
    display: none;
}
ol.commentlist li div.vcard cite.fn {
    font-style: normal;
    position: relative;
    top: -5px;
	font-weight: 600;
}
span.says {
    position: relative;
    top: -5px;
    left: 0.8rem;
}
ol.commentlist li div.vcard img.avatar {
    float: left;
    margin: 0 2rem 0 0;
    width: 6rem;
}
ol.commentlist li div.commentmetadata {
    padding: 0 0 1.5rem;
}
ol.commentlist li div.comment-meta {
    font-size: 1.4rem;
    color: #777;
    position: relative;
    top: -5px;
}
ol.commentlist li div.reply {
    margin: 0 0 4rem 0;
}
ol.commentlist li ul.children {
    list-style: none;
}
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4, ol.commentlist li ul.children li.depth-5 {
    margin: 4rem 0 0 6rem;
}
ol.commentlist li.pingback {
    margin: 0 0 4rem;
}
.commentlist .children li{
   background: none;
}
.comment-author.vcard {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 0px;
    color: #1f1f1e;
}
a.comment-reply-link {
    background: #03839E;
   color: #ffffff;
   padding: 0.7rem 1.4rem;
   text-transform: uppercase;
   font-family: "Oswald", Arial, Helvetica, sans-serif;
   letter-spacing: 2px;
   font-weight: 400;
   font-size: 1.6rem;
}
a.comment-reply-link:hover {
    background: #1f1f1e;
    color: #ffffff;
}
.comment-body {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 3rem;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	color: #0d0d0d;
	font-family: "halyard-display", Arial, Helvetica, sans-serif;
	margin: 0 0 4rem 0;
    text-transform: initial;
    font-weight: 500;
}
h1 {
	line-height: 1.1;
	font-size: 6.8rem;
}
h2 {
	line-height: 1.05;
	font-size: 5.6rem;
}
h3 {
	line-height: 1.25;
	font-size: 3rem;
    font-weight: 600;
}
h4 {
	line-height: 1.3;
	font-size: 4rem;
}
h5 {
	line-height: 1.35;
	font-size: 3.5rem;
}
h6 {
	line-height: 1.4;
	font-size: 3rem;
	
}

    
    
/*******************************************************

Theme Elements

********************************************************/


/***** Layout *****/
.big-wrapper {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
}

.wrapper {
	max-width: 1440px;
    width: 90%;
	margin: 0 auto;
}
.mid-wrapper {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
.small-wrapper {
    width: 90%;
	max-width: 850px;
	margin: 0 auto;
}
.our-partners {
    text-align: center;
    margin-bottom: 3.5rem;
}
.partner-logo {
    display: inline-block;
    margin: 0 1rem 2rem 0;
		max-width: 145px;
		max-height: 120px;
  	margin-top: -2.7%;
}
.partner-logos .partner-logo:nth-child(8) {
	  margin-right: 0;
}
    .clear {
        clear: both;
    }
.content-area{
    margin-bottom: 12rem;
}
.sidebar {
    width: 25%;
    float: left;
    margin-right: 5%;
}
.page-content{
    width: 70%;
    float: right;
}
.video-thumbnail-section img {
    width: 100%;
    cursor: pointer;
}
/*****************************************************
        Buttons
*****************************************************/

a.button, a.button:visited, .button a, .button a:visited, input[type="submit"], button {
    background: #03839E;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-family: orator-std;
    line-height: 1;
    font-size: 2.8rem;
      font-weight: 500;
      word-spacing: 0px;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    color: #FFFFFF;
    padding: 1.4rem 2.5rem 1.8rem 2.5rem;
    display: inline-block;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.button.white {
    border: 2px solid #fff;
    background: transparent;
}
    a.button:hover, .button a:hover, .button_hover {
        background-color: #178DA6;
      transform: translateY(-2px);
    }
  
.button.gbutton, a.button.gbutton{
    background-color: transparent;
    color:  rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(0, 0, 0, 0.15);
}    
.button.gbutton:hover, .button.gbutton_hover, a.button.gbutton:hover{
    background-color: transparent;
    color:  rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 1);
}  
  
  img {
    max-width: 100%;
}


/*****************************************************
        Headings
*****************************************************/


.heading {
    font-size: 6.8rem;
    font-weight: 500;
    text-transform: initial;
}
.section-heading {
    margin-bottom: 3rem;
    font-size: 5.6rem;
}


/*********************************************************************
                        Default Page Styling
*********************************************************************/
.page-template-default .featured-image {
    text-align: center;
}
.page-thumbnail{
    margin-bottom: 12rem;
    text-align: center;
}
.page-thumbnail img{
    -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);    
}
.page-intro{
    font-family: "halyard-display", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
    margin-bottom: 12rem;
}

.page-banner h1 span, .red {
    color: #970000;
}
.video-iframe-section {
   position: relative;
   overflow: hidden;
   padding-top: 50%;
}
.video-iframe-section iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}
.error404 .menu-main-menu-container ul li{
    display: inline-block;
    background: none;
    border-bottom: none;
}
.error404 .menu-main-menu-container ul li:first-child{
    padding-left: 0;
}

.validation_error, .validation_message {
    color: #970000;
}
.gfield_error input, .gfield_error textarea {
    border: 1px solid #970000;
}
body.page-template-template-contactus{
    background: none;
}

.element-item {
    float: left;
    width: 33.3333%;
}
/*******************************************************

    Home 

*******************************************************/

/************************* Header **********************/
.header {
    padding: 0rem 4rem 0rem 4rem;
    min-height: 16rem;
    border-bottom: 1px solid #E7E7E7;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 9;
}
.header-area {
    max-width: 2100px;
    margin: 0 auto;
}
.header-fix .outer-menu {
    position: fixed !important;
    right: 4rem;
}
.logo {
    float: left;
    width: 15rem;
    line-height: 1;
    position: relative;
    z-index: 9;
    padding-top: 1.5rem;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.fixed .logo {
	padding-top: 0.5rem;
}
.logo img {
	width: 100%;
}
.logo a {
    display: inline-block;
}
.right-btn {
    float: right;
    padding-top: 4.2rem;
    position: relative;
    z-index: 9;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/************************* Main Menu **********************/
.main-menu {
    text-align: center;
    padding-top: 6.2rem;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
}
.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu ul li{
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block
}
.main-menu ul li{
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu ul li a,.main-menu ul li a:visited {
    font-family: orator-std;
    line-height: normal;
    font-size: 2.6rem;
	padding-bottom: 2rem;
    text-align: center;
    text-transform: lowercase;
    color: #0D0D0D;
    letter-spacing: 0;
    word-spacing: 0.5px;
    margin: 0 2.5rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item a {
	color:  #970000;
}

.main-menu ul ul {
	margin: 1rem 0 0 0;
	opacity: 0;
	visibility: hidden;
    padding: 1.5rem 0;
	position: absolute;
	top: 4.8rem;
	left: 50%;
    margin-left: -13.5rem !important;
	z-index: 99999;
    width: 27rem;
	overflow:hidden;
	background-color: #0d0d0d;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    text-align: center;
}
.main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	overflow:visible;
}
.main-menu ul ul ul {
	top: -1px;
	left: 27rem;
	margin: 0 0 0 1rem;
}
.main-menu ul ul li {
	display: block;
	border: 0;
    margin: 0px 0 1rem 0 !important
}
.main-menu ul ul li:last-child {
	box-shadow: none;
}
.main-menu ul ul li a, .main-menu ul ul li a:visited, .main-menu ul li.current-menu-item ul li a, .main-menu ul li.current-menu-item ul li a:visited {
	padding: 0.5rem 1.5rem 0rem 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    line-height: 1.2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	color: #fbfdf2;
	    margin: 0;
    font-size: 2.6rem;
	border-bottom: 1px solid transparent;
}
.main-menu ul ul li a:hover, .main-menu ul ul li.current-menu-item a, .main-menu ul li.current-menu-item ul li a:hover {
	color: #fbfdf2;
      padding-bottom: 0rem;
	  border-bottom: 1px solid #fff;
}
.main-menu ul ul li.current-menu-item a {
	padding: 0 1.5rem;
}
.main-menu ul ul li.current-menu-item a:hover {
	padding: 0 1.5rem;
}


.cta-lside {
    float: left;
    width: 70%;
    margin-right: 5%;
}
.cta-rside {
    float: right;
    width: 25%;
    text-align: right;
}
    
    

/************************** Banner *********************/
.page-banner {
    text-align: center;
    padding: 6rem 0 5rem 0;
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 22rem;
}
.page-banner h1, .page-banner .heading {
    margin-bottom: 2rem;
} 
.page-banner h1 span {
    color: #970000;
}
.fixed-header-page {
    padding-top: 21rem !important;
}




.our-introduction {
    margin-bottom: 4rem;
}
.intro-video {
    box-shadow: 15px 25px 40px rgba(0, 0, 0, 0.15);
}
.intro-video {
    line-height:  0;
    position: relative;
}
.video-play-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px !important;
    z-index: 1;
    text-align: center;
 outline: none;
}
.video-play-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    padding-left: 7px;
}
a#play-button-for-video {
    background-color: rgba(0,0,0,.4);
    width: 95px;
    height: 95px;
    border-radius: 50%;
  -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease;
}
.video-thumbnail-section:hover a#play-button-for-video{
	background-color: rgba(0,0,0,.75);
  -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease;
}
.page-thumbnail.intro-video {
    box-shadow: none;
}
.home .page-thumbnail {
	margin-bottom: 7.5rem;
}
@font-face {
    font-family: Manrope-Regular;
    src: url(assets/fonts/Manrope-Regular.otf? v = 4.1.0);
    src: url(assets/fonts/Manrope-Regular.otf) format("embedded-opentype"), url(assets/fonts/Manrope-Regular.woff) format("woff"), url(assets/fonts/Manrope-Regular.ttf) format("truetype"), url(assets/fonts/Manrope-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
p.partner-heading {
    font-size: 2.3rem;
    word-spacing: 1px;
    text-transform: lowercase;
    opacity: 0.5;
    color: #0d0d0d;
  	font-weight: 500;
    font-family: orator-std;
}
a.under-video-link {
    border: none !important;
}
a.under-video-link p{
    margin-top: 5rem;
    display: inline-block;
}
.page-template-template-experience .single-video-container {
    margin-bottom: 6rem;
}
.page-template-template-experience a.under-video-link p{
    margin: 6rem 0 0 0;
}
.text-under-video-thumb{
    text-align: center;
}
.default-page-video-section{
    margin-bottom: 8rem;
}
.single-video-container, .video-iframe-section, .single-service-video {
    position: relative;
}
.video-iframe-section {
    -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
}
.single-video-container{
  /*  margin-bottom: 10rem; */
}
section.launch {
  line-height: 0;
  position: relative;
    /* background: url(assets/images/homevideo-middle.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 20rem 0;
    text-align: center; */
}
  .launch-button {
  	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    outline: none;
  }
section.footer-cta {
    padding: 9rem 0 9rem 0;
    background: url(assets/images/bg-cta.jpg) no-repeat center center;
    background-size: cover;
}
.cta-lside {
    float: left;
    width: 70%;
    margin-right: 5%;
}
.cta-rside {
    float: right;
    width: 25%;
    text-align: right;
    padding-top: 9.5rem;
}
p.cta-text {
    color: #0D0D0D;
    font-size: 3rem;
    font-weight: 300;
    text-transform: initial;
    font-family: "halyard-display", Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
    

    
    
/*************** Footer ************************/
footer {
    background: url(assets/images/footer-bg.jpg) no-repeat right top;
	background-size: cover;
    padding: 9rem 0 7rem 0;
}
.footer-content {
    float: left;
    width: 80%;
    padding-top: 1rem;
}
.footer-logo {
    float: left;
    width: 14.5%;
    margin-right: 5%;
}
.footer-logo img {
    max-width: 150px;
}
.footer-logo a {
display: inline-block;
}
.footer-contacts {
    float: left;
    width: 70%;
}
.footer-contact {
    float: left;
    margin: 0 2.5% 0 0;
    width: 27%;
    color: #ffffff;
}
.conact-option {
    font-family: Manrope-Regular;
      font-size: 1.6rem;
}
  .conact-option a, .footer-menu a {
    border-bottom: 1px solid transparent;
}
.footer-contact  a {
    color: #ffffff;
}

.footer-socials {
    float: right;
    text-align: right;
    width: 30%;
}
footer ul {
    margin: 0;
    padding: 0;
}
.footer-socials ul li a img{
    width: 24px;
}
footer ul li {
    display: inline-block;
    padding-left: 0;
}
 .contact-heading {
    text-transform: lowercase;
    margin-bottom: 1rem;
    line-height: 1;
     font-family: orator-std;
     letter-spacing: 1px;
     font-size: 1.8rem;
  font-weight: 500;
}
  .footer-socials ul li {
    margin: 0 0 0 10px;
}
.footer-menu {
    margin: 3.5rem 0 0 0;
}
.footer-menu ul, footer .menu-footer-menu-container {
    display: inline-block;
	margin-right: 10px;
}
.footer-menu ul li {
    margin: 0 10px;
    position: relative;
    float: left;
    padding-left: 0;
}
.footer-menu ul li:first-child {
    margin-left: 0;
}
.footer-menu ul li:last-child {
    margin-right: 0;
}
.footer-menu a {
    color: #A5A5A5;
    font-size: 13px;
    font-family: Manrope-Regular;
}
  .footer-menu ul ul {
  	display: none;
  }
.footer-menu ul li:after {
    content: '-';
    display: inline-block;
   color:  #A5A5A5;
      position: relative;
    left: 10px;
}
  .conact-option a:hover, .footer-menu a:hover {
    border-bottom: 1px solid;
}
.copyright {
    display: inline-block;
    color: #A5A5A5;
    font-size: 13px;
    font-family: Manrope-Regular;
    margin-left: 0;




    position: relative;
    top: -9px;

}
span.dev-by:before {
    content: '-';
    display: inline-block;
    color: #A5A5A5;
    position: relative;
    left: -11px;
}
span.dev-by {
    padding-left: 20px;
}
 #myVideo {
  width: 100%;
    min-width: 100%; 
    min-height: 100%;
  height: 100%;
}
    

/*******************************************************

    Blog 

*******************************************************/


.posts-filter {
    text-align: center;
    margin-bottom: 8rem;
}
.posts-filter a {
    font-size: 2.2rem;
    color: #AAAAAA;
    margin: 0 2.2rem;
    border-bottom: 1px solid transparent;
    font-family: orator-std;
    text-transform: lowercase;
}

.posts-filter a.current, .posts-filter a:hover, .posts-filter a.is-checked {
    color: #000000;
    border-bottom: 1px solid #000000;
}
/*.fractal-post {
    float: left;
    width: 31%;
  margin: 1%;
}*/
.fractal-post-outer {
    margin: 0 10px 20px 10px;
}
.fractal-post-outer .featured-image {
    min-height: 197px;
}
.page-template-template-blog .fractal-post {
	margin: 0;
}
.page-template-template-blog .fractal-post-area {
	padding: 2%;
}
.fractal-post-area {
	padding: 0;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.fractal-post-content {
    padding: 3.5rem 3rem 4rem 3rem;
    background-color: #f2f2f2;
    position: relative;
    top: -10px;
	min-height: 309px;
    box-sizing: border-box;
}
h3.fractal-post-title {
     margin-bottom: 1rem;
        line-height: 1.1;
      max-height: 100px;
    overflow: hidden;
}
.fractal-post-content p {
    margin-bottom: 0.5rem;
	font-size: 20px;
}
.fractal-post .fractal-post-content p {
    max-height: 90px;
    overflow: hidden;
}
.fractal-post-content a.post-read-more  {
	font-size: 20px;
}

.fractal-post-content a.post-read-more {
    color: rgba(13, 13, 13, 0.65);
    border-color: rgba(13, 13, 13, 0.65);
  	position: absolute;
    bottom: 35px;
}
.fractal-post-content a.post-read-more:hover {
    color: #970000;
    border-color: #970000;
}

.hidden{
    visibility:hidden;
    width:0px!important;
    height:0px!important;
    margin:0px!important;
    padding:0px!important;
    display: none !important;
  }
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
.isotope-item {
 z-index: 2;
}
.isotope-hidden.isotope-item {
 pointer-events: none;
 z-index: 1;
}
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}



/***************** Load More *********************/
.load-locations-more {
	text-align: center;
	margin: 30px 0;
}
.load-locations-more a.button.gbutton {
    box-shadow: none;
    color: #616161;
    font-size: 2.3rem;
    font-family: halyard-display;
    font-weight: 400;
}
.load-locations-more a.button.gbutton:hover {
	color: #000;
}

/*******************************************************

    Blog Post 

*******************************************************/


.post-cat {
    display: inline-block;
    background-color: #c4c4c4;
    color: #fff;
    text-transform: lowercase;
    padding: 0.3rem 0.9rem;
    font-family: orator-std;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 2.3rem;
	border-radius: 5px;
}

h3.sub-heading {
    font-weight: 400;
    margin-bottom: 2rem;
}
.post-content-headline {
    margin-bottom: 6rem;
}
.single-post-container p {
    margin-bottom: 3rem;
}

.post-shares {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15rem;
}
.shares-headline {
    font-size: 2.3rem;
    font-family: orator-std;
    line-height: 1.1;
    text-transform: lowercase;
    font-weight: 400;
    margin-bottom: 3rem;
}
ul.post-shares-icons li {
    display: inline-block;
    background: none;
    padding: 0 0.55rem;
}
ul.post-shares-icons li a {
    border-bottom: none;
}

.related-posts h2 {
    text-align: center;
    margin-bottom: 4rem;
}
.related-posts .fractal-post  {
    display: block;
}
.fractal-post-title a {
    border: none;
}
.fractal-post-img {
    text-align: center;
}
/*.grid .featured-image img, .related-posts .featured-image img, .search .featured-image img, .archive .featured-image img{
    max-height: 196px;
} */




/*******************************************************

    Experience 

*******************************************************/

.content .demo > div {
	max-height: none;
	overflow: auto;
	width: 100px;
	margin: 0 auto;
}
.scrollbar-external_wrapper {
	position: relative;
	width: auto !important;
}
.scrollbar-external {
	overflow: auto;
	width: 1250px;
	margin: 0 auto;
}
.content {
    padding: 0 2rem;
}
.experience-page .page-thumbnail {
    margin-bottom: 17rem;
}
.experience-page .section-heading {
    text-align: center;
        padding: 0 10rem;
}
.awards-load-more {
    text-align: center;
}
#LoadMoreAwards {
    margin-bottom: 4rem;
}
.top-sect-flogos .feature-logo img {
    max-height: 100%;
    max-width: 100%;
}
.top-sect-flogos .feature-logo { 
	margin-bottom: 0;
}
.feature-logo {
    float: none;
	display: inline-block;
    width: 11.65%;
    text-align: center;
    margin-bottom: 3rem;
}
.feature-logo img {
    max-height: 70px;
    max-width: 75%;
}
.featured-logos {
    margin: 4.5rem auto 2rem auto;
	text-align: center;
}
.shadow {
	box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
}
.testimonials-section {
    padding-top: 9rem;
    display: block;
}

.client-testimonials {
    padding-top: 3rem;
    margin-bottom: 15rem;
}
.client-img {
    position: relative;
}
.same-height {
    display: table;
    margin-bottom: 5rem;
}
.box {
   display: table-cell;
    height: 100% !important;
    /*overflow: hidden;*/
    width: 37.5%;
    float: none;
    background-position: center;
    min-height: 400px;
    box-sizing: border-box;
    vertical-align: top; /* add vertical align top to fix this issue */
    padding: 0px;
}
.client-img {
    background-size: cover;
    /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);*/
}
.resp-video-container {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.box.client-words {
    width: 41%;
    padding-left: 4.5%;
}
.client-text {
    text-align: center;
    color: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.client-text p {
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    line-height: 42px;
    margin-bottom: 3rem;
}
.about-client {
    text-transform: lowercase;
    font-family: orator-std;
    font-size: 2.2rem;
    font-weight: 400;
    height: 6.5rem;
    display: block;
    overflow: hidden;
}
.same-height:nth-child(2n+2) .box.client-words{
    width: 41%;
    padding: 0 4.5% 0 0;
}
/* .same-height .client-img {
    -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
}
.same-height .client-text {
    -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,0.14);
} */
.same-height:nth-child(2n+2) .client-textarea {
	background: #338DA6 url(assets/images/testimonial-bg-overlay.png) no-repeat center 44%;
}
.client-textarea {
    padding: 3rem 5rem 4.5rem 5rem;
    background: #338DA6 url(assets/images/testimonial-bg-overlay1.png) no-repeat center 44%;
}
.recognize-artistry .section-heading {
    padding: 0 15rem;
}



#scrollbar1, #scrollbar2, #scrollbar3 {
	width: 100%;
}
#scrollbar1 .viewport, #scrollbar2 .viewport, #scrollbar3 .viewport {
	width: 100%;
	min-height: 800px;
	overflow: hidden;
	position: relative;
}
#scrollbar2 .viewport {
	min-height: 700px;
}
#scrollbar1 .overview, #scrollbar2 .overview, #scrollbar3 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#scrollbar1 .scrollbar, #scrollbar2 .scrollbar, #scrollbar3 .scrollbar {
	background: #e8e8e8;
	position: relative;
	top: 780px;
	background-position: 0 0;
	margin: 0 auto;
	width: 15px;
	height: 4px;
	border-radius: 10px;
}
#scrollbar1 .track, #scrollbar2 .track, #scrollbar3 .track {
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb, #scrollbar2 .thumb, #scrollbar3 .thumb {
	background: #970000;
	height: 4px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
	border-radius: 10px;
}
#scrollbar1 .thumb .end, #scrollbar2 .thumb .end, #scrollbar3 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar1 .disable, #scrollbar2 .disable, #scrollbar3 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.content .big-wrapper {
	width: 100%;
}
#fullpage #scrollbar3 .viewport {
    min-height: 175px;
}
#fullpage #scrollbar3 .scrollbar {
    top: 100px;
    z-index: 1;
}
#fullpage #scrollbar3 .services-selector {
    padding: 0 0 30px 0;
    border: none;
    background: #F2F2F2;
}
#fullpage #scrollbar3 .overview {
	position: initial;
}



.video-thumbnail-section img {
    -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,.14);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,.14);
}
/*******************************************************

    About Fractal 

*******************************************************/

.about-page .page-thumbnail {
    margin-bottom: 7.5rem;
}
.about-video {
    position: relative;
}
.video-thumbnail-section{

}
.page-template-default .video-thumbnail-section img {
   width: 100%;
}
.ready-team {
    -webkit-box-shadow: inset 0 -80px 115px rgba(0,0,0,0.1);
    box-shadow: inset 0 -80px 115px rgba(0,0,0,0.1);
    margin-bottom: 15rem;
}
.ready-team-content{
    position: relative;
}
.rt-content {
    float: left;
    width: 50%;
    padding: 9% 0 4rem 11rem;
    box-sizing: border-box;
}
.rt-content p {
    line-height:  1.7;
}
.rt-img img {
    max-width: 800px;
		margin-left: -10%;
}
.rt-img {
    float: right;
    width: 47%;
    line-height: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 1px;
}
.our-team h2 {
    margin-bottom: 5.5rem;
}
.team-members {
    margin-bottom: 15rem;
}
.team-member {
    float: left;
    width: 31.333%;
    margin: 1%;
}
.team-member-img {
    position: relative;
}
.team-member-img img {
    display: block;
}
.about-member {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #ffffff;
    padding: 1.8rem 8rem 1.8rem 2.2rem;
    opacity: 0;
}
.last-team-member {
    background-color: #e7e7e7;
/*    height: 415px;*/
    text-align:  center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.last-team-member .featured-image{
    line-height: 0;
}
.last-team-member img{
    opacity: 0;
}
.about-member .member-name {
    margin: 0;
    padding: 0;
    font-size: 2.6rem;
}
.member-designation {
	margin-bottom: 0;
    font-family: orator-std;
    text-transform: lowercase;
    letter-spacing: 0;
    word-spacing: -2px;
    line-height: 1.2;
    font-size: 1.8rem;
}
.tm-play-video {
    position: absolute;
    bottom: 43px;

    right: 35px;
    line-height: 1;
    z-index: 2;
}
.tm-play-video a {
    border: none;
}
.team-member:hover .about-member {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 1;
    z-index: 1;
}
span.join-team {
    border: none;
    font-size: 3rem;
    line-height: 1.4;
    font-family: orator-std;
    text-transform: lowercase;
    position: absolute;
    height: 100px;
    width: 170px;
    right: 50%;
    top: 50%;
    margin: -50px -85px 0 0;
}

.faqs-container {
	padding-bottom: 150px;
}
.faqs-area {
	margin-top: 65px;
}
#accordion ul {
	margin: 0px;
	padding: 0px;
	list-style-type: 0px;
}
#accordion ul li {
	vertical-align: center;
    padding-left: 0px;
	    padding: 2rem 0 2.5rem 10rem;
    font-weight: 400;
    font-size: 3rem;
    color: #0D0D0D;
    cursor: pointer;
    background: url(assets/images/plus-icon.png) no-repeat 94% 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f2f2f2 !important;
  border-top: 10px solid #ffffff;
}
#accordion ul li.our-value-current {
	background: url(assets/images/minus-icon.png) no-repeat 94% 41px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}
.our-value {
    padding: 0rem 3rem 3rem 10rem;
    margin-bottom: 1rem;
    background-color: #f2f2f2;
    color: #5d5d5d;
}
#accordion ul li {
   counter-increment: item;
    position: relative;
}
#accordion ul li:before {
    content: counter(item)".";
    color: rgba(13, 13, 13, 0.6509803921568628);
    width: 3.5rem;
    display: inline-block;
    font-size: 3rem;
    font-weight: 500;
    position: absolute;
    left: 6rem;
    top: 2rem;
    color: #c4c4c4;
}
.fixed.header + .page-banner {
    padding-top: 22rem;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.fixed.header {
    position: fixed;
    top: 0px;
    background-color: #fff;
    border-bottom: 2px solid #F1F2F3;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: top 1s;
    z-index: 999;
    min-height: 11.5rem;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.fixed .logo {
    width: 10rem;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header.fixed .main-menu {
    text-align: center;
    padding-top: 4rem;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.fixed .right-btn {
    padding-top: 3rem;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.fixed .main-menu ul li a,.header.fixed .main-menu ul li a:visited {
    font-size: 2rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header.fixed a.button, .header.fixed a.button:visited {
    font-size: 2rem; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



/*************************************************************************

            Contact Us

*************************************************************************/

section.contact-page.wrapper.scroll-padding {
    padding-top: 0;
}
.scroll-padding {
    padding-top: 18rem;

}
body.contact-page-area, body.page-template-template-contact {
    background: none;
}
section.contact-page {
    position: relative;
    left: 6rem;
}
.contact-page-bot-shadow {
   background: url(assets/images/cp-bot-shadow.png) repeat-x left bottom;
    padding: 11rem 0 0 0;
    margin-bottom: 15rem;
}
.contact-headline {
    position: relative;
    left: 2rem;
}
.contact-area {
    float: left;
    width: 32%;
    position: relative;
    left: 2rem;
}
h3.contact-subheadline {
    font-weight: 300;
	margin-bottom: 4rem;
}
.contact-way {
    float: left;
    width: 48%;
    margin-bottom: 6rem;
}

.contact-img {
    float: right;
    width: 85%;
    position: absolute;
 		right: -100px;
    bottom: 0px;
}
.contact-img img {
    position: relative;
    top: -10px;
}
.contact-way .contact-heading {
     font-size: 2.2rem;
    color: #858585;
}

.contact-way .conact-option a {
    font-size: 2.0rem;
       color: #0d0d0d;
}
.contact-form {
    padding-right: 5rem;
}






 .outer-menu {
    display: none;
}


.box-mobile {
	display: none;
}
.mobile-menu-content {
    position: relative !important;
    z-index: 9 !important;
}
/*********************************************************************
                        Services Page Styling
*********************************************************************/
.service-page-content {
	display:block;
}
.services-selector{
}
.services-selector ul {
    margin: 0;
    text-align: center;
    padding: 5rem 2rem;
  	background-color: #F2F2F2;
}
.services-selector-section .scrollbar-external {
    width: 100% !important;
}
.services-selector ul li{
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    text-transform: lowercase;
    list-style: none;
    background: none;
    font-family: orator-std, sans-serif;
}
.services-selector ul li a{
    text-decoration: none;
    border-bottom: none;
	color: #A1A1A1;
}
.services-selector ul li a:hover, .services-selector ul li a.active_link {
	color: #0d0d0d;
}
.single-service{
    font-family: "halyard-display", Helvetica, Arial, sans-serif;
    margin-bottom: 5rem;
}
.single-service-video .page-thumbnail {
    margin-bottom: 0;
}
.single-service-video .intro-video, .single-service .page-thumbnail img {
    box-shadow: none;
}
.single-service-content{
    background-color: #F2F2F2;
    padding: 2.5rem 4rem 2.5rem 4rem;
  	position: relative;

}
.services-container-section .single-service-content {
		top: -5px;
}
.single-service-headline{
    color: #03839E;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: .5rem;
}
.services-shares .single-service-text p{ 
	margin-bottom :2rem;
}
.single-service-text{
    font-size: 2rem;
    line-height: 1.4;
    max-width: 100%;
}
.services-selector-section{
    float: left;
    width: 100%;
    margin-right: 2%;
}
.services-selector-section.fixed-selector{
    padding-top: 7rem;
    
}
.services-selector-section.fixed-selector .services-selector {
    position: fixed;
    top: 160px;
    width: 22.5%;
    max-width: 360px;
    box-sizing: border-box;
}
.services-selector-section .content {
    padding: 0;
}
.sidebar.sidebar-fixed-bottom.full-height-div .services-selector {
    top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    z-index: 111;
    display: block;
    background-color: #F2F2F2;
}
.scrollbar-external.full-height-div {
    min-height: 6551px;
}

.page-template-template-services .page-banner {

}
.services-shares ul.post-shares-icons {
    margin: 0;
}


/*******************************************************

Responsive

********************************************************/
@media only screen and (min-width: 1600px) {
	.partner-logo img {
     width: 160px; 
}
  .partner-logo {
    max-width: 160px; 
  }
  .our-partners-section.wrapper {
  	max-width: 90%;
  }
}
@media only screen and (min-width: 1800px) {
	.partner-logo img {
     width: 180px; 
}
  .partner-logo {
    max-width: 180px; 
  }
}
@media only screen and (min-width: 2000px) {
	.partner-logo img {
     width: 200px; 
}
  .partner-logo {
    max-width: 200px; 
  }
}
@media only screen and (min-width: 2500px) {
	.partner-logo img {
     width: 250px; 
}
  .partner-logo {
    max-width: 250px; 
  }
}
@media only screen and (min-width:1420px) and (max-width:1809px) {

.contact-img {
    width: 85%;
}
.contact-form {
	padding: 0;
}
.rt-img {
    bottom: 3rem;
}
.rt-img img {
    max-width: 690px;
}

}
@media only screen and (min-width:1346px) and (max-width:1419px) {
html {
	font-size: 10px;
}
.main-menu {
    padding-top: 5.5rem;
}
.main-menu ul li a, .main-menu ul li a:visited {
	line-height: normal;
	font-size: 2.3rem;
	margin: 0 2rem;
}
.partner-logo {
	margin-right: 0rem;
}
.header {
    min-height: 13rem;
}
.logo {
    width: 12rem;
}
.right-btn {
    padding-top: 4.2rem;
}
header a.button {
	font-size: 2.4rem;
}
.rt-img {
    bottom: 3rem;
}
.rt-img img {
    max-width: 690px;
}
.member-designation {
	font-size: 1.8rem;
}
.last-team-member {
    height: 410px;
}

.fractal-post-content {
    min-height: 310px;
}




section.contact-page.wrapper {
    max-width: 1160px;
    left: 3rem;
}
.contact-img {
    width: 85%;
}
.contact-form {
	padding-right: 3rem;
}
.contact-area {
    width: 37%;
}
.contact-page-bot-shadow {
	margin-bottom: 10rem;
}

}
@media only screen and (min-width:1004px) and (max-width:1345px) {
html {
	font-size: 9.5;
}
.main-menu {
    padding-top: 6.6rem;
}
.main-menu ul li a, .main-menu ul li a:visited {
	font-size: 2rem;
	margin: 0 1rem;
	letter-spacing: -2px;
}
header a.button, a.button:visited, .button a, .button a:visited {
    line-height: 1;
    font-size: 2rem;
    letter-spacing: -2px;
}
.partner-logo {
    display: inline-block;
    margin: 0 0rem 2rem 0;
        width: 24%;
}

.copyright {
    width: 68%;
}

h3 {
	margin-bottom: 2rem;
}       
.single-post-container p {
    margin-bottom: 6rem;
}
    
    
.rt-content {
    padding: 9% 0 0 3rem;
	    width: 48%;
}
.rt-img img {
    max-width: 100%;
    line-height: 1;
    position: relative;
    top: 6.7rem;
}
.ready-team {
    padding-bottom: 5rem;
}
.team-member-img img {
    width: 100%;
}
.about-member .member-name {
    font-size: 1.8rem;
}
.about-member {
    padding: 1.8rem 6rem 1.8rem 2.2rem;
}
.member-designation {
    font-size: 1.2rem;
}
.tm-play-video {
    position: absolute;
    bottom: 30px;
    right: 25px;
    line-height: 1;
}
.last-team-member {
/*    height: 302px;*/
}
a.join-team {
    font-size: 2.5rem;
}
a.button, a.button:visited, .button a, .button a:visited, input[type="submit"], button {
    font-size: 2.5rem;
}
.about-page .page-thumbnail {
    margin-bottom: 3rem;
}
.ready-team, .team-members {
	margin-bottom: 8rem;
}
.rt-img {
    bottom: 10rem;
	width: 60%;
}
/* .grid .featured-image img, .related-posts .featured-image img, .search .featured-image img, .archive .featured-image img {
    max-height: 145px;
} */
.wrapper .big-wrapper {
    width: 100%;
}
.fractal-post-content {
    min-height: 310px;
    padding: 3rem 2rem;
}
h3.fractal-post-title {
    font-size: 2.5rem;
	max-height: 115px;
}
.fractal-post .fractal-post-content p {
    max-height: 84px;
}
.fractal-post-content p {
	font-size: 1.8rem;
}

.posts-filter {
    margin-bottom: 5rem;
}


section.contact-page {
    left: 0;
}
.contact-img {
    top: 35%;
}
.conact-option a{
    font-size: 1.6rem !important;
}
.contact-img img {

	top: 4rem;
}

.page-thumbnail, .page-intro, .experience-page .page-thumbnail {
    margin-bottom: 7rem;
}
#scrollbar1 .viewport {
    min-height: 850px;
}
#scrollbar1 .scrollbar {
    top: 860px;
}
#scrollbar2 .viewport {
	min-height: 650px;
}
#scrollbar2 .scrollbar {
	top: 700px;
}
.section-heading {
    font-size: 5rem;
}
}
@media only screen and (min-width:1201px) and (max-width:1320px) { 
.feature-logo.award-logo {
    max-height: 65px;
}
}
@media only screen and (min-width:748px) and (max-width:1200px) { 
.feature-logo {
	display: none;
}
.feature-logo.mediam-res-logo, .feature-logo.award-logo.mediam-res-logo {
	display: inline-block;
	width: 15.5%;
}
.feature-logo.award-logo {
    max-height: 48px;
    margin-bottom: 4rem;
}
}
@media only screen and (min-width:748px) and (max-width:1003px) {
html {
	font-size: 9px;
}
.single-service-content {
	top: -3px;
}
#scrollbar1 .viewport {
    min-height: 840px;
}
#scrollbar2 .viewport {
	min-height: 700px;
}
#scrollbar1 .scrollbar {
    top: 850px;
}
#scrollbar2 .scrollbar {
	top: 700px;
}
#scrollbar2 .feature-logo {
    height: 70px;
}

header.header.fixed {
    position: initial;
	display: none;
}
.page-banner h1, .page-banner .heading {
	font-size: 6rem;
}
.outer-menu {
	padding: 77px 0 0 0;
}
.partner-logo {
	margin: 0 0rem 2rem 0;
	width: 23%;
}
.footer-logo {
	margin-right: 8%;
	width: 21%;
}
.footer-content {
	width: 70%;
}
.main-menu {
	padding-top: 7.2rem;
}
.footer-socials {
    float: none;
    text-align: left;
    width: 100%;
}
.footer-contact {
    margin: 0 2.5% 0 0;
    width: 45%;
}
.footer-menu ul li:last-child:after {
	display: none;
}
footer .footer-socials ul li a:hover { border: none; }
.footer-socials ul li {
    margin: 0 10px 0 0;
}

.team-member {
    width: 48%;
}
.posts-filter {
    margin-bottom: 5rem;
}
.element-item {
    width: 50%;
}
.about-member .member-name {
    margin: 0 0 1rem 0;
    font-size: 2.6rem;
	    line-height: 1;
}
.member-designation {
    letter-spacing: -2px;
    word-spacing: -3px;
}


.page-thumbnail, .page-intro, .experience-page .page-thumbnail {
    margin-bottom: 8rem;
}
.client-text p {
	font-size: 2.5rem;
}
.about-client {
    font-size: 2rem;
}
.page-content, .sidebar, .single-service-text {
	width: 100%;
	float: none;
}
.sidebar {
	position: relative;
	z-index: 9999;
}

/* .grid .featured-image img, .related-posts .featured-image img, .search .featured-image img, .archive .featured-image img {
    max-height: 162px;
} */
.sidebar ul li {
	display: inline-block;
}
.services-selector-section.fixed-selector .services-selector {
    position: initial;
    top: 110px;
    width: 100%;
    max-width: 100%;
}
.services-selector-section {
    margin: 0 0 7rem 0;
	top: 52rem !important;
}
.services-selector {
	padding: 3rem; 
}
.services-selector ul li {
    display: inline-block;
    margin: 0rem 2rem;
}
.services-selector ul li:first-child {
	margin-left: 0rem;
}
.services-selector ul li:last-child {
	margin-right: 0rem;
}
.page-template-template-services .content-area {
	padding-top: 12rem;
}
.page-template-template-services .page-content {
	padding-top: 18rem;
}
.page-content.sidebar_hidden {
    padding-top: 0rem;
}
 
.page-content.services-content-area.services-pt-none, .services-pt-none.services-pt-none {
    padding-top: 0;
}
.content-area {
    margin-bottom: 9rem;
}

.services-selector-section .scrollbar-external {
    width: 1400px !important;
    z-index: 999;
}
.fractal-post-content {
    min-height: 309px;
}
h3.fractal-post-title {
    max-height: 115px;
}
}  
@media only screen and (max-width:1003px) {
  .sidebar.hide-on-mobile {
    display: none;
}
.page-template-template-services .services-selector-section.full-height-div.fixed-selector .scrollbar {
    display: none;
}
.wrapper .small-wrapper, .wrapper .mid-wrapper, .wrapper .big-wrapper {
    width: 100%; 
}
#fullpage #scrollbar3 .overview {
    position: absolute;
}
a#play-button-for-video img {
    display: block;
}
.video-thumbnail-section img, a#play-button-for-video {
    display: none;
}
.outer-menu ul li a {
    text-transform: lowercase !important;
}
.awards-load-more { display: none; }
.video-iframe-section {
	display: block !important;
  -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,.14);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,.14);
}
.header {
	min-height: 130px; 
}
.logo, .header.fixed .logo {
    width: 12rem; 
}
header a.button {
    line-height: 1;
    font-size: 2rem;
    letter-spacing: -2px;
}
.main-menu, .right-btn {
	display: none;
}
.outer-menu {
	display: block;
}
.contact-widget a.button {
	font-size: 2.8rem !important;
}
.cta-lside {
	float: left;
	width: 100%;
	margin-right: 0;
}
.cta-rside {
	float: none;
	width: 100%;
	text-align: left;
	padding-top: 3.6rem;
	display: inline-block;
}
.footer-contacts {
	float: none;
	width: 100%;
	margin-bottom: 3rem;
}
.footer-socials {
	float: none;
	text-align: left;
	width: 100%;
}
  footer {
    background-position: center top;
}
.footer-menu {
    margin: 3rem 0 0 0;
}   
.rt-content {
	float: none;
	width: 100%;
	margin: 6rem 0 3rem 0;
	padding: 0;  
}    
.rt-img {
	float: none;
	width: 100%;
    text-align: center;
    position: initial;
}
.rt-img img {
	width: 100%;
    margin-left: 0;
}
.last-team-member {
/*    padding-top: 19%;*/
    height: 355px;
}
a.join-team {
    
}
.about-member {
    padding: 1.8rem 10rem 1.8rem 2.2rem;
	opacity: 1;
}
.tm-play-video {
    bottom: 35px;
    right: 30px;
}
.member-designation {
    font-size: 2rem;
	line-height: 1.2;
}
.outer-menu .checkbox-toggle {
    top: 41px !important;
}


section.contact-page {
    left: 0;
}

.contact-img, .contact-area {
	float: none;
	width: 100%;
    left: 0;
    position: initial;
}
.contact-img img {
	top: 4rem;
}
section.contact-page.wrapper.scroll-padding {
    padding-top: 0;
}
.contact-page-bot-shadow {
    padding: 6rem 0 0 0; 
    margin-bottom: 12rem;
}
.contact-form {
	padding: 0;
}
.contact-headline {
    position: initial;
    left: 0;
    text-align: center;
}
.awards-load-more {
    text-align: left;
  margin-left: 2.5rem;
}
h3 {
	margin-bottom: 2rem;
}       
.single-post-container p {
    margin-bottom: 5rem;
}
    
.scrollbar-external {
    width: 1250px !important;
}
.featured-logos {
    margin: 4.5rem 0 4rem 0;
}
.recognize-artistry .featured-logos {
    margin-bottom: 0;
}
.page-content, .sidebar, .single-service-text {
	width: 100%;
	max-width: 100%;
}

.services-selector-section.fixed-selector {
    padding-top: 0;
	position: fixed;
    top: -5px !important;
	left: 0;
}
.sidebar{
    position: relative !important;
    z-index: 999;
}
  ul.services-sidenav li {
  margin-bottom: 0;
  }
.services-selector {
    padding: 3rem 2rem 2rem 2rem;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
}

.sidebar ul li {
	display: inline-block;
	background: none !important;
    padding: 0 1.5rem;
}
.services-selector-section {
	margin: 0 0 5rem 0;
	position: fixed;
	left: 0;
  top: 50rem;
}
.services-selector-section.fixed-selector .services-selector {
    position: initial;
    top: 110px;
    width: 100%;
    max-width: 100%;
}
.service-page-content {
    padding: 0;
}
.services-selector ul {
    text-align: left;
}
}
@media only screen and (min-width:800px) and (max-width:1200px) {
.featured-logos.film-awards {
}
#scrollbar2 .scrollbar {
    top: 400px;
}
#scrollbar2 .viewport {
    min-height: 410px;
}
#scrollbar2 .featured-logos {
}
#scrollbar2 .feature-logo {
    width: 155px;
}
}
@media only screen and (max-width:799px) {
.featured-logos.film-awards {
}
#scrollbar2 .scrollbar {
    top: 270px !important;
}
#scrollbar2 .viewport {
    min-height: 300px !important;
}
#scrollbar2 .featured-logos {
}
#scrollbar2 .feature-logo {
    width: 100px;
}
}
@media only screen and (min-width: 1420px) {
.sidebar {
	height: 6005px;
}
.scrollbar-external{
	height: 5959px;
}
.featured-logos {
    white-space: initial;
    text-align: center;
}
}

@media only screen and (max-width:747px) {
.section-heading {
	font-size: 4rem;
}
.feature-logo {
    width: 49%;
	display: none;
}
.feature-logo.small-res-logo {
	display: inline-block;
}
.right-btn {
    padding-top: 6.2rem;
}
section.footer-cta {
    padding: 7rem 0 8rem 0;
}
.partner-logo {
    margin: 0 2rem 2rem 0;
    width: 20%;
}
.partner-logo img {
    max-width: 100%;
    /* max-height: 53px; */
}
.cta-lside {
    float: left;
    width: 100%;
    margin-right: 0;
}
.cta-rside {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 3.6rem;
    display: inline-block;
}
footer {
    text-align: center;
    padding: 8rem 0 6rem 0;
}
.footer-logo {
    float: none;
    width: 100%;
    margin-right: 0;
}
.footer-content {
    float: none;
    width: 100%;
    padding-top: 2rem;
}
.footer-contact {
	margin: 0 0 4rem 0;
	float: none;
	width: 100%;
}
.footer-socials {
    text-align: center;
}
  .footer-socials ul li {
  	margin: 0 5px;
  }
.footer-menu ul, footer .menu-footer-menu-container {
	margin: 0 0 1rem 0;
}

.footer-menu ul li:last-child:after {
    display: none;
}
.copyright {
    float: none;
    width: 100%;
    margin-top: 0rem;
  line-height: 1;
}
.footer-socials ul li a img {
    width: 30px;
    margin: 0 5px;
}
.about-page .page-thumbnail {
	margin-bottom: 5rem;
}
.ready-team {
	margin-bottom: 8rem;
    padding-bottom: 5rem;
}
.team-member {
	float: none;
    width: 100%;
	margin: 2.5% 0;
	padding: 0;
}
.last-team-member {
/*    padding-top: 30%; */
}
header.header.fixed {
    position: initial;
	display: none;
}
.scroll-padding {
    padding-top: 6rem;
}
.element-item {
	float: none;
    width: 100%;
	margin: 0 0 4% 0;;
}
.client-textarea {
    height: auto !important;
}


.fractal-post-outer {
    margin: 0 0px 20px 0px;
}
h3.fractal-post-title {
    line-height: 1.2;
	max-height: initial;
}
h3.fractal-post-title {
	font-size: 3rem; 
}
.page-intro {
    font-size: 2.5rem;
	margin-bottom: 8rem;
}
.content-area ul li {
   background-position: left 10px;
}
ul li.gfield.half-input-field {
	float: none;
	width: 100%;
	margin: 0;
}
ul li, ol li {
    padding-left: 3rem;
}
.about-member .member-name {
	margin-bottom: 1rem;
}
.same-height {
    display: block;
    margin-bottom: 20px;
}
.box {
    display: block;
    height: 100% !important;
    width: 100%;
    min-height: auto;
}

.box.client-words, .same-height:nth-child(2n+2) .box.client-words {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}
.same-height:nth-child(2n+2) .box.client-img {
	display: none;
}
.same-height:nth-child(2n+2) .box-mobile.box.client-img {
	display: block; 
}
.experience-page .section-heading {
	padding: 0;
}
.fixed.header + .page-banner {
    padding-top: 0; 
}
.single-service-content {
    padding: 3rem 3rem 4rem 3rem;
	top: -3px;
}
.services-selector-section .scrollbar-external {
    width: 1020px !important;
    z-index: 999;
}
.page-template-template-services .page-content {
	padding-top: 20rem;
}
.page-content.sidebar_hidden {
    padding-top: 0rem;
}
.services-content-area.services-pt-none {
	padding-top: 5rem;
}
}
@media only screen and (min-width:580px) and (max-width:747px) {
html {
	font-size: 8.8px;
}
.logo, .header.fixed .logo {
    width: 14rem; 
}

.fractal-post-img {
    max-height: 100%;
}
#scrollbar2 .viewport {
	min-height: 700px;
}
#scrollbar2 .scrollbar {
	top: 700px;
}
}
@media only screen and (min-width:460px) and (max-width:747px) {
#accordion ul li {
	padding-left: 8rem;
	background: url(assets/images/plus-icon.png) no-repeat 94% 30px;
	font-weight: 300;
}
#accordion ul li:before {
	left: 4rem;
}
.our-value {
    padding: 0rem 3rem 3rem 8rem;
    font-size: 2.2rem;
}
.fractal-post-content {
    padding: 3.5rem 4rem 5rem 4rem;
    min-height: auto;
}
.fractal-post-content a.post-read-more {
    position: initial;
}
.posts-filter {
    margin-bottom: 4rem;
}
.page-thumbnail {
    margin-bottom: 8rem;
}
blockquote, .small-wrapper blockquote {
    padding: 5rem 4rem;
    font-size: 2.7rem;
}
blockquote :first-child {
	font-size: 2.7rem;
}
.page-thumbnail, .page-intro, .experience-page .page-thumbnail {
    margin-bottom: 8rem;
}
.featured-logos {
}
.scrollbar-external {
    width: 1090px !important;
}

.recognize-artistry .feature-logo {
    min-height: 80px;
}
.content-area {
    margin-bottom: 7rem;
}
}

@media only screen and (min-width:460px) and (max-width:579px) {
.logo, .header.fixed .logo {
    width: 14rem; 
}
html {
	font-size: 8.5px;
}
.header {
	padding: 0rem 4rem 0rem 4rem;
}
.heading, h1 {
	font-size: 46px;
}
h3.contact-subheadline {
    font-size: 24px;
}
.video-play-img img {
	width: 70%;
}
.fractal-post-img {
    max-height: 100%;
}
#scrollbar2 .scrollbar {
    top: 690px;
}
}
@media only screen and (max-width:459px) {
a.join-team {
    
}
html {
	font-size: 8px;
}
#scrollbar1 .viewport {
    min-height: 550px;
}
#scrollbar1 .scrollbar {
    top: 550px;
}
#scrollbar2 .viewport {
	min-height: 650px;
}
#scrollbar2 .scrollbar {
	top: 625px;
}
.header {
	padding: 0 2rem;
}
.logo, .header.fixed .logo {
    width: 14rem; 
}
.heading, h1 {
    font-size: 38px;
	line-height: 1;
}
p.partner-heading {
    font-size: 2.5rem;
}
.our-partners {
    margin-bottom: 5rem;
}
.home h3 {
    line-height: 1.25;
    font-size: 4.5rem;
}
  .copyright {
    font-size: 12px;
}
  .video-play-img img {
    width: 65%;
}
  .partner-logo img {
    /* max-height: 40px; */
}
  .partner-logo {
    width: 24%;
    margin-right: 0;
}
.tm-play-video {
    bottom: 30px;
    right: 25px;
}
.about-member {
    padding: 1.8rem 8rem 1.8rem 2.2rem;
	left: 15px;
    right: 15px;
}
.about-member .member-name {
    font-size: 2rem;
}
.member-designation {
    font-size: 2rem;
    line-height: 1.2;
}
.last-team-member {
    height: 300px;
}
#accordion ul li {
	padding-left: 6rem;
	background: url(assets/images/plus-icon.png) no-repeat 95% 20px;
	font-size: 2.3rem;
}
#accordion ul li.our-value-current {
    background: url(assets/images/minus-icon.png) no-repeat 94% 30px; 


}
#accordion ul li:before {
	left: 2.2rem;
	top: 1.2rem;
}
.our-value {
    padding: 0rem 3rem 3rem 6rem;
    font-size: 2.2rem;
}
.our-team h2 {
    margin-bottom: 2.5rem;
}
.team-members {
	margin-bottom: 7rem;
}

/*.grid .featured-image img, .related-posts .featured-image img, .search .featured-image img, .archive .featured-image img {
    max-height: 144px;
}*/
.fractal-post-content {
    padding: 3.5rem 2rem 5rem 2rem;
    min-height: auto;
	top: -6px;
}
.fractal-post-content a.post-read-more {
    position: initial;
}
.posts-filter {
    margin-bottom: 4rem;
}
.posts-filter a {
    font-size: 1.6rem;
    margin: 0 0.9em;
}
h3.contact-subheadline {
    font-size: 3rem;
}
.contact-way {
    float: none;
    width: 100%;
    margin-bottom: 4rem;
}
h3 {
	margin-bottom: 2rem;
}    
.page-thumbnail, .experience-page .page-thumbnail, .client-testimonials {
    margin-bottom: 7rem;
}
    .testimonials-section {
        padding-top: 7rem;
    }
blockquote, .small-wrapper blockquote {
    padding: 4rem 3rem;
    font-size: 2.5rem;
}
blockquote p, blockquote :first-child {
	font-size: 2.5rem;
}
h1, h2, h3, h4, h5, h6, .post-content-headline {
	margin-bottom: 2rem;
}

.about-client {
	font-size: 2rem;
}
.client-text p {
    font-size: 2.5rem;
    line-height: 1.6;
}
.page-thumbnail.intro-video .video-play-img img {
    width: 55%;
}
    
    
.featured-logos {
}
.scrollbar-external {
    width: 730px !important;
}
.recognize-artistry .feature-logo {
    min-height: 76px;
}
.header-fix .outer-menu {
	right: 2rem;
}
.content-area {
    margin-bottom: 5rem;
}
.fractal-post-img {
    max-height: 100%;
}
#scrollbar2 .scrollbar {
    top: 240px !important;
}
#scrollbar2 .viewport {
    min-height: 250px;
}
.services-selector-section {
    top: 57rem;
}
}
@media (max-height: 400px) {
.mobile-menu-content {
    overflow-y: scroll;
}
.thumbnail-missing-query{
    display: block !important;
}


.active_link{
    color: #0D0D0D !important;
}
.text-under-video-thumb a.under-video-link p {
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
      border-bottom: 1px solid transparent;
}
.text-under-video-thumb a.under-video-link p:hover {
   border-bottom: 1px solid #adadad;
}
}
@media only screen and (min-width: 1003px) {
  

}
@media only screen and (min-width:1346px) and (max-width:1419px) {
.sidebar {
	height: 5312px;
}
  .rt-img img {
    max-width: 690px;
}
.scrollbar-external{
	height: 5312px;
}
}
@media only screen and (min-width:1260px) and (max-width:1345px) {
.sidebar {
	height: 5186px;
}
.scrollbar-external{
	height: 5186px;
}
.rt-content {
    width: 47%;
}
.rt-img {
    width: 60%;
	bottom: 7rem;
}
}
@media only screen and (min-width:1004px) and (max-width:1259px) {
.sidebar {
	height: 4808px;
}
.scrollbar-external{
	height: 4810px;
}
.rt-img img {
    width: 100%;
		top: 10rem;
    margin-left: 7%;
    max-width: 590px !important;
}
  .rt-img {
    bottom: 16rem !important; 
}
}
@media only screen and (min-width:1318px) {
}
@media only screen and (max-width:1317px) {
.awards-load-more {
    display: none;
}	

}
@media only screen and (min-width:425px) and (max-width:533px) { 
/*.grid .featured-image img, .related-posts .featured-image img, .search .featured-image img, .archive .featured-image img {
    max-height: 191px;
}*/
}
@media only screen and (min-width:375px) and (max-width:424px) { 
/*.grid .featured-image img, .related-posts .featured-image img, .search .featured-image img, .archive .featured-image img {
    max-height: 169px;
}*/
}
#homepage-utm-heading{
    visibility: hidden;
}

/*
.video-iframe-section{
    display: block !important;
}*/
/*
.single .video-thumbnail-section img, .video-play-img{
    display: none !important;
}*/
